Mock Version: 0.9.17 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/jakarta-commons-logging-jboss.spec'], False, '/var/lib/mock/rhel-4-v1-i386-2/root/', None, 0, True, 0, 500, 491, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/jakarta-commons-logging-jboss.spec'] Building target platforms: i386 Building for target i386 Wrote: /builddir/build/SRPMS/jakarta-commons-logging-jboss-1.1-5.ep1.el4.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/jakarta-commons-logging-jboss.spec'], False, '/var/lib/mock/rhel-4-v1-i386-2/root/', None, 0, True, 0, 500, 491, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/jakarta-commons-logging-jboss.spec'] Building target platforms: i386 Building for target i386 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.42401 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf commons-logging + /usr/bin/bzip2 -dc /builddir/build/SOURCES/commons-logging-1.1-src.tar.gz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd commons-logging ++ /usr/bin/id -u + '[' 500 = 0 ']' ++ /usr/bin/id -u + '[' 500 = 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (commons-logging-1.1-build_xml.patch):' Patch #0 (commons-logging-1.1-build_xml.patch): + patch -p0 -b --suffix .sav0 -s + echo 'Patch #1 (commons-logging-1.1.0-jboss.diff-ur0.patch):' Patch #1 (commons-logging-1.1.0-jboss.diff-ur0.patch): + patch -p1 -b --suffix .sav1 -s + echo 'Patch #2 (commons-logging-1.1.0-jboss.diff-ur1.patch):' Patch #2 (commons-logging-1.1.0-jboss.diff-ur1.patch): + patch -p1 -b --suffix .sav2 -s + echo 'Patch #3 (commons-logging-1.1.0-jboss.diff-ur2.patch):' Patch #3 (commons-logging-1.1.0-jboss.diff-ur2.patch): + patch -p1 -b --suffix .sav3 -s + perl -pi -e 's/\r$//g' LICENSE.txt RELEASE-NOTES.txt + mkdir -p META-INF + cp -p LICENSE.txt NOTICE.txt META-INF + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.42401 + umask 022 + cd /builddir/build/BUILD + cd commons-logging + LANG=C + export LANG + unset DISPLAY + cat ++ build-classpath junit ++ build-classpath log4j ++ build-classpath log4j ++ build-classpath servletapi4 ++ build-classpath junit ++ build-classpath servletapi4 + ant -Dtest.failonerror=false -Djunit.jar=/usr/share/java/junit.jar -Dservletapi.jar=/usr/share/java/servletapi4.jar compile.tests javadoc Buildfile: build.xml init: [echo] -------- Logging Wrapper Library 1.1 -------- prepare: [echo] [echo] Log4j12: /usr/share/java/log4j.jar [echo] [echo] [echo] LogKit: logkit-1.0.1.jar [echo] Avalon-Framework: avalon-framework-4.1.3.jar [echo] [mkdir] Created dir: /builddir/build/BUILD/commons-logging/target [mkdir] Created dir: /builddir/build/BUILD/commons-logging/target/classes [mkdir] Created dir: /builddir/build/BUILD/commons-logging/target/conf [mkdir] Created dir: /builddir/build/BUILD/commons-logging/target/tests static: [copy] Copying 1 file to /builddir/build/BUILD/commons-logging/target/conf discovery: log4j12-warning: log4j13-warning: logkit-warning: [echo] [echo] *** WARNING *** [echo] LogKit not found: Cannot Build LogKitLogger [echo] jdk1.4-warning: avalon-framework-warning: [echo] [echo] *** WARNING *** [echo] Avalon-Framework not found: Cannot Build AvalonLogger [echo] compile-non-log4j: [javac] Compiling 11 source files to /builddir/build/BUILD/commons-logging/target/classes compile-1.4: warning: show-lib-presence: [echo] jdk.1.4.present=true [echo] log4j12.present=true [echo] logkit.present=${logkit.present} [echo] avalon-framework.present=${avalon-framework.present} compile-log4j12: [javac] Compiling 1 source file to /builddir/build/BUILD/commons-logging/target/classes compile-log4j13: build-jar: [copy] Copying 6 files to /builddir/build/BUILD/commons-logging/target/classes [mkdir] Created dir: /builddir/build/BUILD/commons-logging/target/classes/META-INF [copy] Copying 1 file to /builddir/build/BUILD/commons-logging/target/classes/META-INF [copy] Copying 1 file to /builddir/build/BUILD/commons-logging/target/classes/META-INF [jar] Building jar: /builddir/build/BUILD/commons-logging/target/commons-logging-1.1.jar [jar] Building jar: /builddir/build/BUILD/commons-logging/target/commons-logging-api-1.1.jar [jar] Building jar: /builddir/build/BUILD/commons-logging/target/commons-logging-adapters-1.1.jar compile-only: compile: compile.tests: [javac] Compiling 37 source files to /builddir/build/BUILD/commons-logging/target/tests [javac] /builddir/build/BUILD/commons-logging/src/test/org/apache/commons/logging/impl/WeakHashtableTest.java:59: warning: unmappable character for encoding ASCII [javac] /** Tests public boolean contains(Object?value) */ [javac] ^ [javac] /builddir/build/BUILD/commons-logging/src/test/org/apache/commons/logging/impl/WeakHashtableTest.java:70: warning: unmappable character for encoding ASCII [javac] /** Tests public boolean containsKey(Object?key) */ [javac] ^ [javac] /builddir/build/BUILD/commons-logging/src/test/org/apache/commons/logging/impl/WeakHashtableTest.java:81: warning: unmappable character for encoding ASCII [javac] /** Tests public boolean containsValue(Object?value) */ [javac] ^ [javac] /builddir/build/BUILD/commons-logging/src/test/org/apache/commons/logging/impl/WeakHashtableTest.java:122: warning: unmappable character for encoding ASCII [javac] /** Tests public Object get(Object?key) */ [javac] ^ [javac] /builddir/build/BUILD/commons-logging/src/test/org/apache/commons/logging/impl/WeakHashtableTest.java:151: warning: unmappable character for encoding ASCII [javac] /** Tests public Object put(Object?key, Object?value) */ [javac] ^ [javac] /builddir/build/BUILD/commons-logging/src/test/org/apache/commons/logging/impl/WeakHashtableTest.java:151: warning: unmappable character for encoding ASCII [javac] /** Tests public Object put(Object?key, Object?value) */ [javac] ^ [javac] /builddir/build/BUILD/commons-logging/src/test/org/apache/commons/logging/impl/WeakHashtableTest.java:177: warning: unmappable character for encoding ASCII [javac] /** Tests public void putAll(Map?t) */ [javac] ^ [javac] /builddir/build/BUILD/commons-logging/src/test/org/apache/commons/logging/impl/WeakHashtableTest.java:193: warning: unmappable character for encoding ASCII [javac] /** Tests public Object remove(Object?key) */ [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 8 warnings compile.log4j.tests: [javac] Compiling 10 source files to /builddir/build/BUILD/commons-logging/target/tests [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. compile.jdk1.4.tests: [javac] Compiling 5 source files to /builddir/build/BUILD/commons-logging/target/tests [javac] Note: /builddir/build/BUILD/commons-logging/src/test/org/apache/commons/logging/jdk14/TestHandler.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. compile.avalon.tests: compile.logkit.tests: [copy] Copying 9 files to /builddir/build/BUILD/commons-logging/target/tests [copy] Copied 11 empty directories to 3 empty directories under /builddir/build/BUILD/commons-logging/target/tests [jar] Building MANIFEST-only jar: /builddir/build/BUILD/commons-logging/target/commons-logging-appender.jar [jar] Building jar: /builddir/build/BUILD/commons-logging/target/commons-logging-tests.jar [jar] Building jar: /builddir/build/BUILD/commons-logging/target/commons-logging-wrapper.jar init: [echo] -------- Logging Wrapper Library 1.1 -------- prepare: [echo] [echo] Log4j12: /usr/share/java/log4j.jar [echo] [echo] [echo] LogKit: logkit-1.0.1.jar [echo] Avalon-Framework: avalon-framework-4.1.3.jar [echo] static: discovery: log4j12-warning: log4j13-warning: logkit-warning: [echo] [echo] *** WARNING *** [echo] LogKit not found: Cannot Build LogKitLogger [echo] jdk1.4-warning: avalon-framework-warning: [echo] [echo] *** WARNING *** [echo] Avalon-Framework not found: Cannot Build AvalonLogger [echo] compile-non-log4j: compile-1.4: warning: show-lib-presence: [echo] jdk.1.4.present=true [echo] log4j12.present=true [echo] logkit.present=${logkit.present} [echo] avalon-framework.present=${avalon-framework.present} compile-log4j12: compile-log4j13: build-jar: compile-only: compile: javadoc: [mkdir] Created dir: /builddir/build/BUILD/commons-logging/dist [mkdir] Created dir: /builddir/build/BUILD/commons-logging/dist/docs [mkdir] Created dir: /builddir/build/BUILD/commons-logging/dist/docs/api [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package org.apache.commons.logging... [javadoc] Loading source files for package org.apache.commons.logging.impl... [javadoc] Constructing Javadoc information... [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging" [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging.impl" [javadoc] /builddir/build/BUILD/commons-logging/src/java/org/apache/commons/logging/impl/LogKitLogger.java:21: package org.apache.log does not exist [javadoc] import org.apache.log.Logger; [javadoc] ^ [javadoc] /builddir/build/BUILD/commons-logging/src/java/org/apache/commons/logging/impl/LogKitLogger.java:22: package org.apache.log does not exist [javadoc] import org.apache.log.Hierarchy; [javadoc] ^ [javadoc] /builddir/build/BUILD/commons-logging/src/java/org/apache/commons/logging/impl/LogKitLogger.java:47: cannot find symbol [javadoc] symbol : class Logger [javadoc] location: class org.apache.commons.logging.impl.LogKitLogger [javadoc] protected transient Logger logger = null; [javadoc] ^ [javadoc] /builddir/build/BUILD/commons-logging/src/java/org/apache/commons/logging/impl/LogKitLogger.java:74: cannot find symbol [javadoc] symbol : class Logger [javadoc] location: class org.apache.commons.logging.impl.LogKitLogger [javadoc] public Logger getLogger() { [javadoc] ^ [javadoc] /builddir/build/BUILD/commons-logging/src/java/org/apache/commons/logging/impl/AvalonLogger.java:19: package org.apache.avalon.framework.logger does not exist [javadoc] import org.apache.avalon.framework.logger.Logger; [javadoc] ^ [javadoc] /builddir/build/BUILD/commons-logging/src/java/org/apache/commons/logging/impl/AvalonLogger.java:57: cannot find symbol [javadoc] symbol : class Logger [javadoc] location: class org.apache.commons.logging.impl.AvalonLogger [javadoc] private static Logger defaultLogger = null; [javadoc] ^ [javadoc] /builddir/build/BUILD/commons-logging/src/java/org/apache/commons/logging/impl/AvalonLogger.java:59: cannot find symbol [javadoc] symbol : class Logger [javadoc] location: class org.apache.commons.logging.impl.AvalonLogger [javadoc] private transient Logger logger = null; [javadoc] ^ [javadoc] /builddir/build/BUILD/commons-logging/src/java/org/apache/commons/logging/impl/AvalonLogger.java:66: cannot find symbol [javadoc] symbol : class Logger [javadoc] location: class org.apache.commons.logging.impl.AvalonLogger [javadoc] public AvalonLogger(Logger logger) { [javadoc] ^ [javadoc] /builddir/build/BUILD/commons-logging/src/java/org/apache/commons/logging/impl/AvalonLogger.java:85: cannot find symbol [javadoc] symbol : class Logger [javadoc] location: class org.apache.commons.logging.impl.AvalonLogger [javadoc] public Logger getLogger() { [javadoc] ^ [javadoc] /builddir/build/BUILD/commons-logging/src/java/org/apache/commons/logging/impl/AvalonLogger.java:95: cannot find symbol [javadoc] symbol : class Logger [javadoc] location: class org.apache.commons.logging.impl.AvalonLogger [javadoc] public static void setDefaultLogger(Logger logger) { [javadoc] ^ [javadoc] Standard Doclet version 1.5.0_20 [javadoc] Building tree for all the packages and classes... [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [javadoc] Generating /builddir/build/BUILD/commons-logging/dist/docs/api/stylesheet.css... [javadoc] 12 warnings BUILD SUCCESSFUL Total time: 8 seconds ++ build-classpath junit ++ build-classpath servletapi4 + ant -Djunit.jar=/usr/share/java/junit.jar -Dservletapi.jar=/usr/share/java/servletapi4.jar test Buildfile: build.xml init: [echo] -------- Logging Wrapper Library 1.1 -------- discovery: log4j12-test-warning: prepare: [echo] [echo] Log4j12: /usr/share/java/log4j.jar [echo] [echo] [echo] LogKit: logkit-1.0.1.jar [echo] Avalon-Framework: avalon-framework-4.1.3.jar [echo] static: log4j12-warning: log4j13-warning: logkit-warning: [echo] [echo] *** WARNING *** [echo] LogKit not found: Cannot Build LogKitLogger [echo] jdk1.4-warning: avalon-framework-warning: [echo] [echo] *** WARNING *** [echo] Avalon-Framework not found: Cannot Build AvalonLogger [echo] compile-non-log4j: compile-1.4: warning: show-lib-presence: [echo] jdk.1.4.present=true [echo] log4j12.present=true [echo] logkit.present=${logkit.present} [echo] avalon-framework.present=${avalon-framework.present} compile-log4j12: compile-log4j13: build-jar: compile-only: compile: compile.tests: [javac] Compiling 1 source file to /builddir/build/BUILD/commons-logging/target/tests compile.log4j.tests: compile.jdk1.4.tests: compile.avalon.tests: compile.logkit.tests: [jar] Building jar: /builddir/build/BUILD/commons-logging/target/commons-logging-tests.jar test: [echo] Test output can be found in directory /builddir/build/BUILD/commons-logging/target/test-reports. [mkdir] Created dir: /builddir/build/BUILD/commons-logging/target/test-reports [echo] test.sysprops.testclasses = /builddir/build/BUILD/commons-logging/target/tests [echo] test.sysprops.log4j12 = /usr/share/java/log4j.jar [echo] test.sysprops.log4j13 = log4j-1.3.0.jar [echo] test.sysprops.logkit = logkit-1.0.1.jar [echo] test.sysprops.servletapi = /usr/share/java/servletapi4.jar [echo] test.sysprops.commons-logging = /builddir/build/BUILD/commons-logging/target/commons-logging-1.1.jar [echo] test.sysprops.commons-logging-api = /builddir/build/BUILD/commons-logging/target/commons-logging-api-1.1.jar [echo] test.sysprops.commons-logging-adapters = /builddir/build/BUILD/commons-logging/target/commons-logging-adapters-1.1.jar [echo] executing tests [**/*TestCase.java] [junit] Running org.apache.commons.logging.tccl.logfactory.TcclEnabledTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.05 sec [junit] Testsuite: org.apache.commons.logging.AltHashtableTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.05 sec [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.029 sec [junit] Testsuite: org.apache.commons.logging.BadHashtablePropertyTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.029 sec [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.031 sec [junit] Testsuite: org.apache.commons.logging.BasicOperationsTestCase [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.031 sec [junit] ------------- Standard Error ----------------- [junit] Nov 3, 2009 5:35:20 PM org.apache.commons.logging.BasicOperationsTestCase executeMessageWithoutExceptionTest [junit] INFO: Hello, Mum [junit] Nov 3, 2009 5:35:20 PM org.apache.commons.logging.BasicOperationsTestCase executeMessageWithoutExceptionTest [junit] WARNING: Hello, Mum [junit] Nov 3, 2009 5:35:20 PM org.apache.commons.logging.BasicOperationsTestCase executeMessageWithoutExceptionTest [junit] SEVERE: Hello, Mum [junit] Nov 3, 2009 5:35:20 PM org.apache.commons.logging.BasicOperationsTestCase executeMessageWithoutExceptionTest [junit] SEVERE: Hello, Mum [junit] Nov 3, 2009 5:35:20 PM org.apache.commons.logging.BasicOperationsTestCase executeMessageWithoutExceptionTest [junit] INFO: Hello, Mum [junit] Nov 3, 2009 5:35:20 PM org.apache.commons.logging.BasicOperationsTestCase executeMessageWithoutExceptionTest [junit] WARNING: Hello, Mum [junit] Nov 3, 2009 5:35:20 PM org.apache.commons.logging.BasicOperationsTestCase executeMessageWithoutExceptionTest [junit] SEVERE: Hello, Mum [junit] Nov 3, 2009 5:35:20 PM org.apache.commons.logging.BasicOperationsTestCase executeMessageWithoutExceptionTest [junit] SEVERE: Hello, Mum [junit] Nov 3, 2009 5:35:20 PM org.apache.commons.logging.BasicOperationsTestCase executeMessageWithExceptionTest [junit] INFO: Hello, Mum [junit] java.lang.ArithmeticException [junit] at org.apache.commons.logging.BasicOperationsTestCase.executeMessageWithExceptionTest(BasicOperationsTestCase.java:109) [junit] at org.apache.commons.logging.BasicOperationsTestCase.testMessageWithExceptionClassLog(BasicOperationsTestCase.java:94) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:230) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] Nov 3, 2009 5:35:20 PM org.apache.commons.logging.BasicOperationsTestCase executeMessageWithExceptionTest [junit] WARNING: Hello, Mum [junit] java.lang.ArithmeticException [junit] at org.apache.commons.logging.BasicOperationsTestCase.executeMessageWithExceptionTest(BasicOperationsTestCase.java:110) [junit] at org.apache.commons.logging.BasicOperationsTestCase.testMessageWithExceptionClassLog(BasicOperationsTestCase.java:94) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:230) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] Nov 3, 2009 5:35:20 PM org.apache.commons.logging.BasicOperationsTestCase executeMessageWithExceptionTest [junit] SEVERE: Hello, Mum [junit] java.lang.ArithmeticException [junit] at org.apache.commons.logging.BasicOperationsTestCase.executeMessageWithExceptionTest(BasicOperationsTestCase.java:111) [junit] at org.apache.commons.logging.BasicOperationsTestCase.testMessageWithExceptionClassLog(BasicOperationsTestCase.java:94) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:230) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] Nov 3, 2009 5:35:20 PM org.apache.commons.logging.BasicOperationsTestCase executeMessageWithExceptionTest [junit] SEVERE: Hello, Mum [junit] java.lang.ArithmeticException [junit] at org.apache.commons.logging.BasicOperationsTestCase.executeMessageWithExceptionTest(BasicOperationsTestCase.java:112) [junit] at org.apache.commons.logging.BasicOperationsTestCase.testMessageWithExceptionClassLog(BasicOperationsTestCase.java:94) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:230) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] Nov 3, 2009 5:35:20 PM org.apache.commons.logging.BasicOperationsTestCase executeMessageWithExceptionTest [junit] INFO: Hello, Mum [junit] java.lang.ArithmeticException [junit] at org.apache.commons.logging.BasicOperationsTestCase.executeMessageWithExceptionTest(BasicOperationsTestCase.java:109) [junit] at org.apache.commons.logging.BasicOperationsTestCase.testMessageWithExceptionNamedLog(BasicOperationsTestCase.java:100) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:230) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] Nov 3, 2009 5:35:20 PM org.apache.commons.logging.BasicOperationsTestCase executeMessageWithExceptionTest [junit] WARNING: Hello, Mum [junit] java.lang.ArithmeticException [junit] at org.apache.commons.logging.BasicOperationsTestCase.executeMessageWithExceptionTest(BasicOperationsTestCase.java:110) [junit] at org.apache.commons.logging.BasicOperationsTestCase.testMessageWithExceptionNamedLog(BasicOperationsTestCase.java:100) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:230) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] Nov 3, 2009 5:35:20 PM org.apache.commons.logging.BasicOperationsTestCase executeMessageWithExceptionTest [junit] SEVERE: Hello, Mum [junit] java.lang.ArithmeticException [junit] at org.apache.commons.logging.BasicOperationsTestCase.executeMessageWithExceptionTest(BasicOperationsTestCase.java:111) [junit] at org.apache.commons.logging.BasicOperationsTestCase.testMessageWithExceptionNamedLog(BasicOperationsTestCase.java:100) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:230) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] Nov 3, 2009 5:35:20 PM org.apache.commons.logging.BasicOperationsTestCase executeMessageWithExceptionTest [junit] SEVERE: Hello, Mum [junit] java.lang.ArithmeticException [junit] at org.apache.commons.logging.BasicOperationsTestCase.executeMessageWithExceptionTest(BasicOperationsTestCase.java:112) [junit] at org.apache.commons.logging.BasicOperationsTestCase.testMessageWithExceptionNamedLog(BasicOperationsTestCase.java:100) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:230) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] ------------- ---------------- --------------- [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.755 sec [junit] Testsuite: org.apache.commons.logging.LoadTestCase [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.755 sec [junit] Testcase: testInContainer(org.apache.commons.logging.LoadTestCase): FAILED [junit] Logging config succeeded when context classloader was null! [junit] junit.framework.AssertionFailedError: Logging config succeeded when context classloader was null! [junit] at org.apache.commons.logging.LoadTestCase.testInContainer(LoadTestCase.java:146) [junit] TEST org.apache.commons.logging.LoadTestCase FAILED [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.004 sec [junit] Testsuite: org.apache.commons.logging.LogTestCase [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.004 sec [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0 sec [junit] Testsuite: org.apache.commons.logging.NullClassLoaderTestCase [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0 sec [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.004 sec [junit] Testsuite: org.apache.commons.logging.SimpleLogTestCase [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.004 sec [junit] ------------- Standard Error ----------------- [junit] [ERROR] SimpleLogTestCase - null [junit] [ERROR] SimpleLogTestCase - null [junit] [ERROR] SimpleLogTestCase - org.apache.commons.logging.impl.SimpleLog: error statement [junit] [ERROR] SimpleLogTestCase - org.apache.commons.logging.impl.SimpleLog: error statement w/ null exception java.lang.RuntimeException [junit] at org.apache.commons.logging.AbstractLogTest.testLoggingWithNullParameters(AbstractLogTest.java:67) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:230) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] [FATAL] SimpleLogTestCase - null [junit] [FATAL] SimpleLogTestCase - null [junit] [FATAL] SimpleLogTestCase - org.apache.commons.logging.impl.SimpleLog: fatal statement [junit] [FATAL] SimpleLogTestCase - org.apache.commons.logging.impl.SimpleLog: fatal statement w/ null exception java.lang.RuntimeException [junit] at org.apache.commons.logging.AbstractLogTest.testLoggingWithNullParameters(AbstractLogTest.java:76) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:230) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] [INFO] SimpleLogTestCase - null [junit] [INFO] SimpleLogTestCase - null [junit] [INFO] SimpleLogTestCase - org.apache.commons.logging.impl.SimpleLog: info statement [junit] [INFO] SimpleLogTestCase - org.apache.commons.logging.impl.SimpleLog: info statement w/ null exception java.lang.RuntimeException [junit] at org.apache.commons.logging.AbstractLogTest.testLoggingWithNullParameters(AbstractLogTest.java:85) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:230) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] [WARN] SimpleLogTestCase - null [junit] [WARN] SimpleLogTestCase - null [junit] [WARN] SimpleLogTestCase - org.apache.commons.logging.impl.SimpleLog: warn statement [junit] [WARN] SimpleLogTestCase - org.apache.commons.logging.impl.SimpleLog: warn statement w/ null exception java.lang.RuntimeException [junit] at org.apache.commons.logging.AbstractLogTest.testLoggingWithNullParameters(AbstractLogTest.java:103) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:230) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] ------------- ---------------- --------------- [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.017 sec [junit] Testsuite: org.apache.commons.logging.config.FirstPriorityConfigTestCase [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.017 sec [junit] Testcase: testPriority(org.apache.commons.logging.config.FirstPriorityConfigTestCase): FAILED [junit] Correct config file loaded expected: but was: [junit] junit.framework.ComparisonFailure: Correct config file loaded expected: but was: [junit] at org.apache.commons.logging.config.FirstPriorityConfigTestCase.testPriority(FirstPriorityConfigTestCase.java:113) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] TEST org.apache.commons.logging.config.FirstPriorityConfigTestCase FAILED [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.015 sec [junit] Testsuite: org.apache.commons.logging.config.PriorityConfigTestCase [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.015 sec [junit] Testcase: testPriority(org.apache.commons.logging.config.PriorityConfigTestCase): FAILED [junit] Correct config file loaded expected: but was: [junit] junit.framework.ComparisonFailure: Correct config file loaded expected: but was: [junit] at org.apache.commons.logging.config.PriorityConfigTestCase.testPriority(PriorityConfigTestCase.java:127) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] TEST org.apache.commons.logging.config.PriorityConfigTestCase FAILED [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.041 sec [junit] Testsuite: org.apache.commons.logging.jdk14.CustomConfigAPITestCase [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.041 sec [junit] ------------- Standard Output --------------- [junit] setUpManager, configURL=file:/builddir/build/BUILD/commons-logging/target/tests/org/apache/commons/logging/jdk14/CustomConfig.properties [junit] setUpManager, configURL=file:/builddir/build/BUILD/commons-logging/target/tests/org/apache/commons/logging/jdk14/CustomConfig.properties [junit] setUpManager, configURL=file:/builddir/build/BUILD/commons-logging/target/tests/org/apache/commons/logging/jdk14/CustomConfig.properties [junit] setUpManager, configURL=file:/builddir/build/BUILD/commons-logging/target/tests/org/apache/commons/logging/jdk14/CustomConfig.properties [junit] setUpManager, configURL=file:/builddir/build/BUILD/commons-logging/target/tests/org/apache/commons/logging/jdk14/CustomConfig.properties [junit] setUpManager, configURL=file:/builddir/build/BUILD/commons-logging/target/tests/org/apache/commons/logging/jdk14/CustomConfig.properties [junit] setUpManager, configURL=file:/builddir/build/BUILD/commons-logging/target/tests/org/apache/commons/logging/jdk14/CustomConfig.properties [junit] ------------- ---------------- --------------- [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.021 sec [junit] Testsuite: org.apache.commons.logging.jdk14.CustomConfigFullTestCase [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.021 sec [junit] ------------- Standard Output --------------- [junit] setUpManager, configURL=file:/builddir/build/BUILD/commons-logging/target/tests/org/apache/commons/logging/jdk14/CustomConfig.properties [junit] setUpManager, configURL=file:/builddir/build/BUILD/commons-logging/target/tests/org/apache/commons/logging/jdk14/CustomConfig.properties [junit] setUpManager, configURL=file:/builddir/build/BUILD/commons-logging/target/tests/org/apache/commons/logging/jdk14/CustomConfig.properties [junit] setUpManager, configURL=file:/builddir/build/BUILD/commons-logging/target/tests/org/apache/commons/logging/jdk14/CustomConfig.properties [junit] setUpManager, configURL=file:/builddir/build/BUILD/commons-logging/target/tests/org/apache/commons/logging/jdk14/CustomConfig.properties [junit] setUpManager, configURL=file:/builddir/build/BUILD/commons-logging/target/tests/org/apache/commons/logging/jdk14/CustomConfig.properties [junit] setUpManager, configURL=file:/builddir/build/BUILD/commons-logging/target/tests/org/apache/commons/logging/jdk14/CustomConfig.properties [junit] ------------- ---------------- --------------- [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.029 sec [junit] Testsuite: org.apache.commons.logging.jdk14.CustomConfigTestCase [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.029 sec [junit] ------------- Standard Output --------------- [junit] setUpManager, configURL=file:/builddir/build/BUILD/commons-logging/target/tests/org/apache/commons/logging/jdk14/CustomConfig.properties [junit] setUpManager, configURL=file:/builddir/build/BUILD/commons-logging/target/tests/org/apache/commons/logging/jdk14/CustomConfig.properties [junit] setUpManager, configURL=file:/builddir/build/BUILD/commons-logging/target/tests/org/apache/commons/logging/jdk14/CustomConfig.properties [junit] setUpManager, configURL=file:/builddir/build/BUILD/commons-logging/target/tests/org/apache/commons/logging/jdk14/CustomConfig.properties [junit] setUpManager, configURL=file:/builddir/build/BUILD/commons-logging/target/tests/org/apache/commons/logging/jdk14/CustomConfig.properties [junit] setUpManager, configURL=file:/builddir/build/BUILD/commons-logging/target/tests/org/apache/commons/logging/jdk14/CustomConfig.properties [junit] setUpManager, configURL=file:/builddir/build/BUILD/commons-logging/target/tests/org/apache/commons/logging/jdk14/CustomConfig.properties [junit] ------------- ---------------- --------------- [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.012 sec [junit] Testsuite: org.apache.commons.logging.jdk14.DefaultConfigTestCase [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.012 sec [junit] Tests run: 4, Failures: 3, Errors: 0, Time elapsed: 0.031 sec [junit] Testsuite: org.apache.commons.logging.log4j.log4j12.ApiClasspathStandardTestCase [junit] Tests run: 4, Failures: 3, Errors: 0, Time elapsed: 0.031 sec [junit] Testcase: testExceptionMessages(org.apache.commons.logging.log4j.log4j12.Log4j12StandardTests): FAILED [junit] Unexpected number of log events expected:<4> but was:<0> [junit] junit.framework.AssertionFailedError: Unexpected number of log events expected:<4> but was:<0> [junit] at org.apache.commons.logging.log4j.StandardTests.checkLoggingEvents(StandardTests.java:166) [junit] at org.apache.commons.logging.log4j.StandardTests.testExceptionMessages(StandardTests.java:119) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] Testcase: testPlainMessages(org.apache.commons.logging.log4j.log4j12.Log4j12StandardTests): FAILED [junit] Unexpected number of log events expected:<4> but was:<0> [junit] junit.framework.AssertionFailedError: Unexpected number of log events expected:<4> but was:<0> [junit] at org.apache.commons.logging.log4j.StandardTests.checkLoggingEvents(StandardTests.java:166) [junit] at org.apache.commons.logging.log4j.StandardTests.testPlainMessages(StandardTests.java:108) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] Testcase: testSerializable(org.apache.commons.logging.log4j.log4j12.Log4j12StandardTests): FAILED [junit] Unexpected number of log events expected:<4> but was:<0> [junit] junit.framework.AssertionFailedError: Unexpected number of log events expected:<4> but was:<0> [junit] at org.apache.commons.logging.log4j.StandardTests.checkLoggingEvents(StandardTests.java:166) [junit] at org.apache.commons.logging.log4j.StandardTests.testSerializable(StandardTests.java:142) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] TEST org.apache.commons.logging.log4j.log4j12.ApiClasspathStandardTestCase FAILED [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.176 sec [junit] Testsuite: org.apache.commons.logging.log4j.log4j12.AppClasspathStandardTestCase [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.176 sec [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.026 sec [junit] Testsuite: org.apache.commons.logging.log4j.log4j12.BasicServletTestCase [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.026 sec [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.033 sec [junit] Testsuite: org.apache.commons.logging.log4j.log4j12.ChildClasspathStandardTestCase [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.033 sec [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.033 sec [junit] Testsuite: org.apache.commons.logging.log4j.log4j12.ParentClasspathStandardTestCase [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.033 sec [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.041 sec [junit] Testsuite: org.apache.commons.logging.noop.NoOpLogTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.041 sec [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.008 sec [junit] Testsuite: org.apache.commons.logging.pathable.ChildFirstTestCase [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.008 sec [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.001 sec [junit] Testsuite: org.apache.commons.logging.pathable.GeneralTestCase [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.001 sec [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.013 sec [junit] Testsuite: org.apache.commons.logging.pathable.ParentFirstTestCase [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.013 sec [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.024 sec [junit] Testsuite: org.apache.commons.logging.simple.CustomConfigTestCase [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.024 sec [junit] ------------- Standard Error ----------------- [junit] [DEBUG] DecoratedLogger - debug java.lang.IndexOutOfBoundsException [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:236) [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.testExceptionMessages(CustomConfigTestCase.java:135) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] [INFO] DecoratedLogger - info java.lang.IndexOutOfBoundsException [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:236) [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.testExceptionMessages(CustomConfigTestCase.java:135) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] [WARN] DecoratedLogger - warn java.lang.IndexOutOfBoundsException [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:236) [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.testExceptionMessages(CustomConfigTestCase.java:135) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] [ERROR] DecoratedLogger - error java.lang.IndexOutOfBoundsException [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:236) [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.testExceptionMessages(CustomConfigTestCase.java:135) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] [FATAL] DecoratedLogger - fatal java.lang.IndexOutOfBoundsException [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:236) [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.testExceptionMessages(CustomConfigTestCase.java:135) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] [DEBUG] DecoratedLogger - debug [junit] [INFO] DecoratedLogger - info [junit] [WARN] DecoratedLogger - warn [junit] [ERROR] DecoratedLogger - error [junit] [FATAL] DecoratedLogger - fatal [junit] [DEBUG] DecoratedLogger - debug [junit] [INFO] DecoratedLogger - info [junit] [WARN] DecoratedLogger - warn [junit] [ERROR] DecoratedLogger - error [junit] [FATAL] DecoratedLogger - fatal [junit] [DEBUG] DecoratedLogger - debug java.lang.IndexOutOfBoundsException [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:236) [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.testSerializable(CustomConfigTestCase.java:157) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] [INFO] DecoratedLogger - info java.lang.IndexOutOfBoundsException [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:236) [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.testSerializable(CustomConfigTestCase.java:157) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] [WARN] DecoratedLogger - warn java.lang.IndexOutOfBoundsException [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:236) [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.testSerializable(CustomConfigTestCase.java:157) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] [ERROR] DecoratedLogger - error java.lang.IndexOutOfBoundsException [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:236) [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.testSerializable(CustomConfigTestCase.java:157) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] [FATAL] DecoratedLogger - fatal java.lang.IndexOutOfBoundsException [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:236) [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.testSerializable(CustomConfigTestCase.java:157) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] ------------- ---------------- --------------- [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.056 sec [junit] Testsuite: org.apache.commons.logging.simple.DateTimeCustomConfigTestCase [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.056 sec [junit] ------------- Standard Error ----------------- [junit] 03.35.2009 [DEBUG] DecoratedLogger - debug java.lang.IndexOutOfBoundsException [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:236) [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.testExceptionMessages(CustomConfigTestCase.java:135) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] 03.35.2009 [INFO] DecoratedLogger - info java.lang.IndexOutOfBoundsException [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:236) [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.testExceptionMessages(CustomConfigTestCase.java:135) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] 03.35.2009 [WARN] DecoratedLogger - warn java.lang.IndexOutOfBoundsException [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:236) [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.testExceptionMessages(CustomConfigTestCase.java:135) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] 03.35.2009 [ERROR] DecoratedLogger - error java.lang.IndexOutOfBoundsException [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:236) [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.testExceptionMessages(CustomConfigTestCase.java:135) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] 03.35.2009 [FATAL] DecoratedLogger - fatal java.lang.IndexOutOfBoundsException [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:236) [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.testExceptionMessages(CustomConfigTestCase.java:135) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] 03.35.2009 [DEBUG] DecoratedLogger - debug [junit] 03.35.2009 [INFO] DecoratedLogger - info [junit] 03.35.2009 [WARN] DecoratedLogger - warn [junit] 03.35.2009 [ERROR] DecoratedLogger - error [junit] 03.35.2009 [FATAL] DecoratedLogger - fatal [junit] 03.35.2009 [DEBUG] DecoratedLogger - debug [junit] 03.35.2009 [INFO] DecoratedLogger - info [junit] 03.35.2009 [WARN] DecoratedLogger - warn [junit] 03.35.2009 [ERROR] DecoratedLogger - error [junit] 03.35.2009 [FATAL] DecoratedLogger - fatal [junit] 03.35.2009 [DEBUG] DecoratedLogger - debug java.lang.IndexOutOfBoundsException [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:236) [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.testSerializable(CustomConfigTestCase.java:157) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] 03.35.2009 [INFO] DecoratedLogger - info java.lang.IndexOutOfBoundsException [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:236) [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.testSerializable(CustomConfigTestCase.java:157) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] 03.35.2009 [WARN] DecoratedLogger - warn java.lang.IndexOutOfBoundsException [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:236) [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.testSerializable(CustomConfigTestCase.java:157) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] 03.35.2009 [ERROR] DecoratedLogger - error java.lang.IndexOutOfBoundsException [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:236) [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.testSerializable(CustomConfigTestCase.java:157) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] 03.35.2009 [FATAL] DecoratedLogger - fatal java.lang.IndexOutOfBoundsException [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:236) [junit] at org.apache.commons.logging.simple.CustomConfigTestCase.testSerializable(CustomConfigTestCase.java:157) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:592) [junit] at junit.framework.TestCase.runTest(TestCase.java:164) [junit] at junit.framework.TestCase.runBare(TestCase.java:130) [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) [junit] at junit.framework.TestResult.run(TestResult.java:109) [junit] at junit.framework.TestCase.run(TestCase.java:120) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] at junit.framework.TestSuite.run(TestSuite.java:225) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546) [junit] ------------- ---------------- --------------- [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.033 sec [junit] Testsuite: org.apache.commons.logging.simple.DefaultConfigTestCase [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.033 sec [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.001 sec [junit] Testsuite: org.apache.commons.logging.tccl.BadTCCLTestCase [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.001 sec [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0 sec [junit] Testsuite: org.apache.commons.logging.tccl.NullTCCLTestCase [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0 sec [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.012 sec [junit] Testsuite: org.apache.commons.logging.tccl.log.TcclDisabledTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.012 sec [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0.015 sec [junit] Testsuite: org.apache.commons.logging.tccl.log.TcclEnabledTestCase [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0.015 sec [junit] Testcase: testTcclLoading(org.apache.commons.logging.tccl.log.TcclEnabledTestCase): Caused an ERROR [junit] User-specified log class 'org.apache.commons.logging.tccl.custom.MyLog' cannot be found or is not useable. [junit] org.apache.commons.logging.LogConfigurationException: User-specified log class 'org.apache.commons.logging.tccl.custom.MyLog' cannot be found or is not useable. [junit] at org.apache.commons.logging.impl.LogFactoryImpl.discoverLogImplementation(LogFactoryImpl.java:800) [junit] at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:603) [junit] at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:335) [junit] at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:666) [junit] at org.apache.commons.logging.tccl.log.TcclEnabledTestCase.testTcclLoading(TcclEnabledTestCase.java:146) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] TEST org.apache.commons.logging.tccl.log.TcclEnabledTestCase FAILED [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.007 sec [junit] Testsuite: org.apache.commons.logging.tccl.logfactory.TcclDisabledTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.007 sec [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0.011 sec [junit] Testsuite: org.apache.commons.logging.tccl.logfactory.TcclEnabledTestCase [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0.011 sec [junit] Testcase: testTcclLoading(org.apache.commons.logging.tccl.logfactory.TcclEnabledTestCase): Caused an ERROR [junit] java.lang.ClassNotFoundException: org.apache.commons.logging.tccl.custom.MyLogFactoryImpl (Caused by java.lang.ClassNotFoundException: org.apache.commons.logging.tccl.custom.MyLogFactoryImpl) [junit] org.apache.commons.logging.LogConfigurationException: java.lang.ClassNotFoundException: org.apache.commons.logging.tccl.custom.MyLogFactoryImpl (Caused by java.lang.ClassNotFoundException: org.apache.commons.logging.tccl.custom.MyLogFactoryImpl) [junit] at org.apache.commons.logging.LogFactory.createFactory(LogFactory.java:1212) [junit] at org.apache.commons.logging.LogFactory$2.run(LogFactory.java:1001) [junit] at java.security.AccessController.doPrivileged(Native Method) [junit] at org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:998) [junit] at org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:574) [junit] at org.apache.commons.logging.tccl.logfactory.TcclEnabledTestCase.testTcclLoading(TcclEnabledTestCase.java:137) [junit] at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:141) [junit] Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.tccl.custom.MyLogFactoryImpl [junit] at java.net.URLClassLoader$1.run(URLClassLoader.java:200) [junit] at java.security.AccessController.doPrivileged(Native Method) [junit] at java.net.URLClassLoader.findClass(URLClassLoader.java:188) [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:306) [junit] at org.apache.commons.logging.PathableClassLoader.loadClass(PathableClassLoader.java:202) [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:251) [junit] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) [junit] at java.lang.Class.forName0(Native Method) [junit] at java.lang.Class.forName(Class.java:242) [junit] at org.apache.commons.logging.PathableClassLoader.loadClass(PathableClassLoader.java:195) [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:251) [junit] at org.apache.commons.logging.LogFactory.createFactory(LogFactory.java:1067) [junit] ... 20 more [junit] TEST org.apache.commons.logging.tccl.logfactory.TcclEnabledTestCase FAILED [junit] Tests FAILED BUILD FAILED /builddir/build/BUILD/commons-logging/build.xml:787: One or more unit tests failed. Total time: 5 seconds RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.42401 (%build) Bad exit status from /var/tmp/rpm-tmp.42401 (%build) Child returncode was: 1 EXCEPTION: Command failed. See logs for output. # ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/jakarta-commons-logging-jboss.spec'] Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/mock/trace_decorator.py", line 70, in trace result = func(*args, **kw) File "/usr/lib/python2.5/site-packages/mock/util.py", line 324, in do raise mock.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) Error: Command failed. See logs for output. # ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/jakarta-commons-logging-jboss.spec'] LEAVE do --> EXCEPTION RAISED