Mock Version: 1.1.18 Mock Version: 1.1.18 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/apache-commons-logging.spec'], False, '/var/lib/mock/f18-build-1387949-228236/root/', None, 86400, True, False, 419, 494, None, False, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/apache-commons-logging.spec'] error: Macro %__isa_name has empty body error: Macro %__isa_bits has empty body Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/apache-commons-logging-1.1.1-20.fc18.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/apache-commons-logging.spec'], False, '/var/lib/mock/f18-build-1387949-228236/root/', None, 86400, True, False, 419, 494, None, False, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/apache-commons-logging.spec'] error: Macro %__isa_name has empty body error: Macro %__isa_bits has empty body Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.c5eaQr + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf commons-logging-1.1.1-src + /usr/bin/tar -xf - + /usr/bin/gzip -dc /builddir/build/SOURCES/commons-logging-1.1.1-src.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd commons-logging-1.1.1-src + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (commons-logging-avalon-update.patch): + echo 'Patch #0 (commons-logging-avalon-update.patch):' + /usr/bin/cat /builddir/build/SOURCES/commons-logging-avalon-update.patch + /usr/bin/patch -s -p1 --fuzz=0 Patch #1 (commons-logging-eclipse-manifest.patch): + echo 'Patch #1 (commons-logging-eclipse-manifest.patch):' + /usr/bin/patch -s -p0 --fuzz=0 + /usr/bin/cat /builddir/build/SOURCES/commons-logging-eclipse-manifest.patch + sed -i 's/\r//' RELEASE-NOTES.txt LICENSE.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.zOqlbW + umask 022 + cd /builddir/build/BUILD + cd commons-logging-1.1.1-src + LANG=C + export LANG + unset DISPLAY + rm src/test/org/apache/commons/logging/logkit/StandardTestCase.java + rm src/test/org/apache/commons/logging/servlet/BasicServletTestCase.java + rm src/test/org/apache/commons/logging/log4j/log4j12/ApiClasspathStandardTestCase.java src/test/org/apache/commons/logging/log4j/log4j12/AppClasspathStandardTestCase.java src/test/org/apache/commons/logging/log4j/log4j12/ChildClasspathStandardTestCase.java src/test/org/apache/commons/logging/log4j/log4j12/ParentClasspathStandardTestCase.java + mvn-rpmbuild -Dmaven.local.depmap.file=/builddir/build/SOURCES/commons-logging.depmap install javadoc:aggregate /usr/lib/jvm/java [INFO] Scanning for projects... [WARNING] The POM for org.apache.rat:apache-rat-plugin:jar:0.7 is missing, no dependency information available [WARNING] Failed to retrieve plugin descriptor for org.apache.rat:apache-rat-plugin:0.7: Plugin org.apache.rat:apache-rat-plugin:0.7 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.rat:apache-rat-plugin:jar:0.7 [WARNING] The POM for org.apache.maven.plugins:maven-dependency-plugin:jar:2.1 is missing, no dependency information available [WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-dependency-plugin:2.1: Plugin org.apache.maven.plugins:maven-dependency-plugin:2.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-dependency-plugin:jar:2.1 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Commons Logging 1.1.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- buildnumber-maven-plugin:1.0:create (default) @ commons-logging --- [INFO] Change the default 'svn' provider implementation to 'javasvn'. [INFO] Checking for local modifications: skipped. [INFO] maven is executed in offline mode, Updating project files from SCM: skipped. [WARNING] Cannot get the revision information from the scm repository, proceeding with revision of ?????? : No such provider: 'javasvn'. [INFO] Storing buildNumber: ?????? at timestamp: 1342652558377 [WARNING] Cannot get the branch information from the scm repository, proceeding with UNKNOWN_BRANCH : No such provider: 'javasvn'. [INFO] Storing buildScmBranch: UNKNOWN_BRANCH [INFO] [INFO] --- maven-antrun-plugin:1.7:run (javadoc.resources) @ commons-logging --- [INFO] Executing tasks main: [copy] Copying 2 files to /builddir/build/BUILD/commons-logging-1.1.1-src/target/apidocs/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ commons-logging --- [debug] execute contextualize [INFO] Using 'iso-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builddir/build/BUILD/commons-logging-1.1.1-src/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ commons-logging --- [INFO] Compiling 14 source files to /builddir/build/BUILD/commons-logging-1.1.1-src/target/classes [INFO] [INFO] --- maven-bundle-plugin:2.3.7:manifest (bundle-manifest) @ commons-logging --- [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ commons-logging --- [debug] execute contextualize [INFO] Using 'iso-8859-1' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ commons-logging --- [INFO] Compiling 45 source files to /builddir/build/BUILD/commons-logging-1.1.1-src/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ commons-logging --- [INFO] Surefire report directory: /builddir/build/BUILD/commons-logging-1.1.1-src/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.commons.logging.avalon.AvalonLoggerTestCase [DEBUG] null [DEBUG] null [DEBUG] org.apache.commons.logging.impl.AvalonLogger: debug statement [DEBUG] org.apache.commons.logging.impl.AvalonLogger: debug statement w/ null exception java.lang.RuntimeException at org.apache.commons.logging.AbstractLogTest.testLoggingWithNullParameters(AbstractLogTest.java:49) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) [ERROR] null [ERROR] null [ERROR] org.apache.commons.logging.impl.AvalonLogger: error statement [ERROR] org.apache.commons.logging.impl.AvalonLogger: error statement w/ null exception java.lang.RuntimeException at org.apache.commons.logging.AbstractLogTest.testLoggingWithNullParameters(AbstractLogTest.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) [FATAL ERROR] null [FATAL ERROR] null [FATAL ERROR] org.apache.commons.logging.impl.AvalonLogger: fatal statement [FATAL ERROR] org.apache.commons.logging.impl.AvalonLogger: fatal statement w/ null exception java.lang.RuntimeException at org.apache.commons.logging.AbstractLogTest.testLoggingWithNullParameters(AbstractLogTest.java:67) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) [INFO] null [INFO] null [INFO] org.apache.commons.logging.impl.AvalonLogger: info statement [INFO] org.apache.commons.logging.impl.AvalonLogger: info statement w/ null exception java.lang.RuntimeException at org.apache.commons.logging.AbstractLogTest.testLoggingWithNullParameters(AbstractLogTest.java:76) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) [DEBUG] null [DEBUG] null [DEBUG] org.apache.commons.logging.impl.AvalonLogger: trace statement [DEBUG] org.apache.commons.logging.impl.AvalonLogger: trace statement w/ null exception java.lang.RuntimeException at org.apache.commons.logging.AbstractLogTest.testLoggingWithNullParameters(AbstractLogTest.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) [WARNING] null [WARNING] null [WARNING] org.apache.commons.logging.impl.AvalonLogger: warn statement [WARNING] org.apache.commons.logging.impl.AvalonLogger: warn statement w/ null exception java.lang.RuntimeException at org.apache.commons.logging.AbstractLogTest.testLoggingWithNullParameters(AbstractLogTest.java:94) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 sec Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ commons-logging --- [INFO] Building jar: /builddir/build/BUILD/commons-logging-1.1.1-src/target/commons-logging-1.1.1.jar [INFO] [INFO] --- maven-antrun-plugin:1.7:run (apijar) @ commons-logging --- [WARNING] Parameter tasks is deprecated, use target instead [INFO] Executing tasks main: [mkdir] Created dir: /builddir/build/BUILD/commons-logging-1.1.1-src/target/rejar [unjar] Expanding: /builddir/build/BUILD/commons-logging-1.1.1-src/target/commons-logging-1.1.1.jar into /builddir/build/BUILD/commons-logging-1.1.1-src/target/rejar [jar] Building jar: /builddir/build/BUILD/commons-logging-1.1.1-src/target/commons-logging-api-1.1.1.jar [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.7:run (adaptersjar) @ commons-logging --- [WARNING] Parameter tasks is deprecated, use target instead [INFO] Executing tasks main: [delete] Deleting directory /builddir/build/BUILD/commons-logging-1.1.1-src/target/rejar [mkdir] Created dir: /builddir/build/BUILD/commons-logging-1.1.1-src/target/rejar [unjar] Expanding: /builddir/build/BUILD/commons-logging-1.1.1-src/target/commons-logging-1.1.1.jar into /builddir/build/BUILD/commons-logging-1.1.1-src/target/rejar [jar] Building jar: /builddir/build/BUILD/commons-logging-1.1.1-src/target/commons-logging-adapters-1.1.1.jar [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (testjar) @ commons-logging --- [INFO] Building jar: /builddir/build/BUILD/commons-logging-1.1.1-src/target/commons-logging-tests.jar [INFO] [INFO] --- build-helper-maven-plugin:1.5:attach-artifact (attach-artifacts) @ commons-logging --- [INFO] [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ commons-logging --- [WARNING] The POM for org.eclipse.jetty.orbit:javax.servlet:jar:3.0.0.v201112011016 is missing, no dependency information available [INFO] [INFO] --- maven-surefire-plugin:2.12:test (integration-test) @ commons-logging --- [INFO] Surefire report directory: /builddir/build/BUILD/commons-logging-1.1.1-src/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.commons.logging.BadHashtablePropertyTestCase Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec Running org.apache.commons.logging.config.FirstPriorityConfigTestCase Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec Running org.apache.commons.logging.config.PriorityConfigTestCase Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running org.apache.commons.logging.simple.CustomConfigTestCase [DEBUG] DecoratedLogger - debug org.apache.commons.logging.DummyException at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:238) at org.apache.commons.logging.simple.CustomConfigTestCase.testExceptionMessages(CustomConfigTestCase.java:137) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:142) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) [INFO] DecoratedLogger - info org.apache.commons.logging.DummyException at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:238) at org.apache.commons.logging.simple.CustomConfigTestCase.testExceptionMessages(CustomConfigTestCase.java:137) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:142) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) [WARN] DecoratedLogger - warn org.apache.commons.logging.DummyException at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:238) at org.apache.commons.logging.simple.CustomConfigTestCase.testExceptionMessages(CustomConfigTestCase.java:137) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:142) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) [ERROR] DecoratedLogger - error org.apache.commons.logging.DummyException at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:238) at org.apache.commons.logging.simple.CustomConfigTestCase.testExceptionMessages(CustomConfigTestCase.java:137) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:142) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) [FATAL] DecoratedLogger - fatal org.apache.commons.logging.DummyException at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:238) at org.apache.commons.logging.simple.CustomConfigTestCase.testExceptionMessages(CustomConfigTestCase.java:137) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:142) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) [DEBUG] DecoratedLogger - debug [INFO] DecoratedLogger - info [WARN] DecoratedLogger - warn [ERROR] DecoratedLogger - error [FATAL] DecoratedLogger - fatal [DEBUG] DecoratedLogger - debug [INFO] DecoratedLogger - info [WARN] DecoratedLogger - warn [ERROR] DecoratedLogger - error [FATAL] DecoratedLogger - fatal [DEBUG] DecoratedLogger - debug org.apache.commons.logging.DummyException at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:238) at org.apache.commons.logging.simple.CustomConfigTestCase.testSerializable(CustomConfigTestCase.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:142) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) [INFO] DecoratedLogger - info org.apache.commons.logging.DummyException at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:238) at org.apache.commons.logging.simple.CustomConfigTestCase.testSerializable(CustomConfigTestCase.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:142) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) [WARN] DecoratedLogger - warn org.apache.commons.logging.DummyException at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:238) at org.apache.commons.logging.simple.CustomConfigTestCase.testSerializable(CustomConfigTestCase.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:142) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) [ERROR] DecoratedLogger - error org.apache.commons.logging.DummyException at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:238) at org.apache.commons.logging.simple.CustomConfigTestCase.testSerializable(CustomConfigTestCase.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:142) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) [FATAL] DecoratedLogger - fatal org.apache.commons.logging.DummyException at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:238) at org.apache.commons.logging.simple.CustomConfigTestCase.testSerializable(CustomConfigTestCase.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:142) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec Running org.apache.commons.logging.simple.DateTimeCustomConfigTestCase 18.02.2012 [DEBUG] DecoratedLogger - debug org.apache.commons.logging.DummyException at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:238) at org.apache.commons.logging.simple.CustomConfigTestCase.testExceptionMessages(CustomConfigTestCase.java:137) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:142) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) 18.02.2012 [INFO] DecoratedLogger - info org.apache.commons.logging.DummyException at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:238) at org.apache.commons.logging.simple.CustomConfigTestCase.testExceptionMessages(CustomConfigTestCase.java:137) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:142) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) 18.02.2012 [WARN] DecoratedLogger - warn org.apache.commons.logging.DummyException at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:238) at org.apache.commons.logging.simple.CustomConfigTestCase.testExceptionMessages(CustomConfigTestCase.java:137) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:142) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) 18.02.2012 [ERROR] DecoratedLogger - error org.apache.commons.logging.DummyException at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:238) at org.apache.commons.logging.simple.CustomConfigTestCase.testExceptionMessages(CustomConfigTestCase.java:137) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:142) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) 18.02.2012 [FATAL] DecoratedLogger - fatal org.apache.commons.logging.DummyException at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:238) at org.apache.commons.logging.simple.CustomConfigTestCase.testExceptionMessages(CustomConfigTestCase.java:137) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:142) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) 18.02.2012 [DEBUG] DecoratedLogger - debug 18.02.2012 [INFO] DecoratedLogger - info 18.02.2012 [WARN] DecoratedLogger - warn 18.02.2012 [ERROR] DecoratedLogger - error 18.02.2012 [FATAL] DecoratedLogger - fatal 18.02.2012 [DEBUG] DecoratedLogger - debug 18.02.2012 [INFO] DecoratedLogger - info 18.02.2012 [WARN] DecoratedLogger - warn 18.02.2012 [ERROR] DecoratedLogger - error 18.02.2012 [FATAL] DecoratedLogger - fatal 18.02.2012 [DEBUG] DecoratedLogger - debug org.apache.commons.logging.DummyException at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:238) at org.apache.commons.logging.simple.CustomConfigTestCase.testSerializable(CustomConfigTestCase.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:142) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) 18.02.2012 [INFO] DecoratedLogger - info org.apache.commons.logging.DummyException at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:238) at org.apache.commons.logging.simple.CustomConfigTestCase.testSerializable(CustomConfigTestCase.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:142) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) 18.02.2012 [WARN] DecoratedLogger - warn org.apache.commons.logging.DummyException at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:238) at org.apache.commons.logging.simple.CustomConfigTestCase.testSerializable(CustomConfigTestCase.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:142) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) 18.02.2012 [ERROR] DecoratedLogger - error org.apache.commons.logging.DummyException at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:238) at org.apache.commons.logging.simple.CustomConfigTestCase.testSerializable(CustomConfigTestCase.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:142) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) 18.02.2012 [FATAL] DecoratedLogger - fatal org.apache.commons.logging.DummyException at org.apache.commons.logging.simple.CustomConfigTestCase.logExceptionMessages(CustomConfigTestCase.java:238) at org.apache.commons.logging.simple.CustomConfigTestCase.testSerializable(CustomConfigTestCase.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at org.apache.commons.logging.PathableTestSuite.runTest(PathableTestSuite.java:142) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec Running org.apache.commons.logging.simple.DefaultConfigTestCase Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec Running org.apache.commons.logging.LogTestCase log4j:WARN No appenders could be found for logger (org.apache.commons.logging.LogTestCase). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.apache.commons.logging.pathable.ParentFirstTestCase Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running org.apache.commons.logging.pathable.ChildFirstTestCase Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running org.apache.commons.logging.pathable.GeneralTestCase Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.apache.commons.logging.NullClassLoaderTestCase Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.apache.commons.logging.SimpleLogTestCase [ERROR] SimpleLogTestCase - null [ERROR] SimpleLogTestCase - null [ERROR] SimpleLogTestCase - org.apache.commons.logging.impl.SimpleLog: error statement [ERROR] SimpleLogTestCase - org.apache.commons.logging.impl.SimpleLog: error statement w/ null exception java.lang.RuntimeException at org.apache.commons.logging.AbstractLogTest.testLoggingWithNullParameters(AbstractLogTest.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) [FATAL] SimpleLogTestCase - null [FATAL] SimpleLogTestCase - null [FATAL] SimpleLogTestCase - org.apache.commons.logging.impl.SimpleLog: fatal statement [FATAL] SimpleLogTestCase - org.apache.commons.logging.impl.SimpleLog: fatal statement w/ null exception java.lang.RuntimeException at org.apache.commons.logging.AbstractLogTest.testLoggingWithNullParameters(AbstractLogTest.java:67) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) [INFO] SimpleLogTestCase - null [INFO] SimpleLogTestCase - null [INFO] SimpleLogTestCase - org.apache.commons.logging.impl.SimpleLog: info statement [INFO] SimpleLogTestCase - org.apache.commons.logging.impl.SimpleLog: info statement w/ null exception java.lang.RuntimeException at org.apache.commons.logging.AbstractLogTest.testLoggingWithNullParameters(AbstractLogTest.java:76) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) [WARN] SimpleLogTestCase - null [WARN] SimpleLogTestCase - null [WARN] SimpleLogTestCase - org.apache.commons.logging.impl.SimpleLog: warn statement [WARN] SimpleLogTestCase - org.apache.commons.logging.impl.SimpleLog: warn statement w/ null exception java.lang.RuntimeException at org.apache.commons.logging.AbstractLogTest.testLoggingWithNullParameters(AbstractLogTest.java:94) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.apache.commons.logging.LoadTestCase Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.701 sec Running org.apache.commons.logging.tccl.BadTCCLTestCase Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.apache.commons.logging.tccl.log.TcclDisabledTestCase Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running org.apache.commons.logging.tccl.log.TcclEnabledTestCase Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec Running org.apache.commons.logging.tccl.NullTCCLTestCase Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.apache.commons.logging.tccl.logfactory.TcclDisabledTestCase Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec Running org.apache.commons.logging.tccl.logfactory.TcclEnabledTestCase Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running org.apache.commons.logging.BasicOperationsTestCase Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.apache.commons.logging.noop.NoOpLogTestCase Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.apache.commons.logging.jdk14.CustomConfigTestCase Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec Running org.apache.commons.logging.jdk14.CustomConfigAPITestCase Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running org.apache.commons.logging.jdk14.CustomConfigFullTestCase Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running org.apache.commons.logging.jdk14.DefaultConfigTestCase Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running org.apache.commons.logging.avalon.AvalonLoggerTestCase [DEBUG] null [DEBUG] null [DEBUG] org.apache.commons.logging.impl.AvalonLogger: debug statement [DEBUG] org.apache.commons.logging.impl.AvalonLogger: debug statement w/ null exception java.lang.RuntimeException at org.apache.commons.logging.AbstractLogTest.testLoggingWithNullParameters(AbstractLogTest.java:49) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) [ERROR] null [ERROR] null [ERROR] org.apache.commons.logging.impl.AvalonLogger: error statement [ERROR] org.apache.commons.logging.impl.AvalonLogger: error statement w/ null exception java.lang.RuntimeException at org.apache.commons.logging.AbstractLogTest.testLoggingWithNullParameters(AbstractLogTest.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) [FATAL ERROR] null [FATAL ERROR] null [FATAL ERROR] org.apache.commons.logging.impl.AvalonLogger: fatal statement [FATAL ERROR] org.apache.commons.logging.impl.AvalonLogger: fatal statement w/ null exception java.lang.RuntimeException at org.apache.commons.logging.AbstractLogTest.testLoggingWithNullParameters(AbstractLogTest.java:67) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) [INFO] null [INFO] null [INFO] org.apache.commons.logging.impl.AvalonLogger: info statement [INFO] org.apache.commons.logging.impl.AvalonLogger: info statement w/ null exception java.lang.RuntimeException at org.apache.commons.logging.AbstractLogTest.testLoggingWithNullParameters(AbstractLogTest.java:76) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) [DEBUG] null [DEBUG] null [DEBUG] org.apache.commons.logging.impl.AvalonLogger: trace statement [DEBUG] org.apache.commons.logging.impl.AvalonLogger: trace statement w/ null exception java.lang.RuntimeException at org.apache.commons.logging.AbstractLogTest.testLoggingWithNullParameters(AbstractLogTest.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) [WARNING] null [WARNING] null [WARNING] org.apache.commons.logging.impl.AvalonLogger: warn statement [WARNING] org.apache.commons.logging.impl.AvalonLogger: warn statement w/ null exception java.lang.RuntimeException at org.apache.commons.logging.AbstractLogTest.testLoggingWithNullParameters(AbstractLogTest.java:94) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec Running org.apache.commons.logging.security.SecurityForbiddenTestCase testing permission:class java.util.PropertyPermission:("java.util.PropertyPermission" "org.apache.commons.logging.diagnostics.dest" "read") 1:java.lang.SecurityManager.checkPropertyAccess 2:java.lang.System.getProperty 3:org.apache.commons.logging.LogFactory$6.run Permission refused:class java.util.PropertyPermission:("java.util.PropertyPermission" "org.apache.commons.logging.diagnostics.dest" "read") testing permission:class java.util.PropertyPermission:("java.util.PropertyPermission" "org.apache.commons.logging.LogFactory.HashtableImpl" "read") 1:java.lang.SecurityManager.checkPropertyAccess 2:java.lang.System.getProperty 3:org.apache.commons.logging.LogFactory$6.run Permission refused:class java.util.PropertyPermission:("java.util.PropertyPermission" "org.apache.commons.logging.LogFactory.HashtableImpl" "read") testing permission:class java.lang.reflect.ReflectPermission:("java.lang.reflect.ReflectPermission" "suppressAccessChecks") 1:java.lang.reflect.AccessibleObject.setAccessible 2:java.lang.Class$1.run 3:java.lang.Class$1.run 4:java.security.AccessController.doPrivileged Access controller found: returning testing permission:class java.util.PropertyPermission:("java.util.PropertyPermission" "org.apache.commons.logging.LogFactory" "read") 1:java.lang.SecurityManager.checkPropertyAccess 2:java.lang.System.getProperty 3:org.apache.commons.logging.LogFactory$6.run Permission refused:class java.util.PropertyPermission:("java.util.PropertyPermission" "org.apache.commons.logging.LogFactory" "read") testing permission:class java.lang.reflect.ReflectPermission:("java.lang.reflect.ReflectPermission" "suppressAccessChecks") 1:java.lang.reflect.AccessibleObject.setAccessible 2:java.lang.Class$1.run 3:java.lang.Class$1.run 4:java.security.AccessController.doPrivileged Access controller found: returning testing permission:class java.util.PropertyPermission:("java.util.PropertyPermission" "org.apache.commons.logging.Log.allowFlawedContext" "read") 1:java.lang.SecurityManager.checkPropertyAccess 2:java.lang.System.getProperty 3:org.apache.commons.logging.impl.LogFactoryImpl$2.run Permission refused:class java.util.PropertyPermission:("java.util.PropertyPermission" "org.apache.commons.logging.Log.allowFlawedContext" "read") testing permission:class java.util.PropertyPermission:("java.util.PropertyPermission" "org.apache.commons.logging.Log.allowFlawedDiscovery" "read") 1:java.lang.SecurityManager.checkPropertyAccess 2:java.lang.System.getProperty 3:org.apache.commons.logging.impl.LogFactoryImpl$2.run Permission refused:class java.util.PropertyPermission:("java.util.PropertyPermission" "org.apache.commons.logging.Log.allowFlawedDiscovery" "read") testing permission:class java.util.PropertyPermission:("java.util.PropertyPermission" "org.apache.commons.logging.Log.allowFlawedHierarchy" "read") 1:java.lang.SecurityManager.checkPropertyAccess 2:java.lang.System.getProperty 3:org.apache.commons.logging.impl.LogFactoryImpl$2.run Permission refused:class java.util.PropertyPermission:("java.util.PropertyPermission" "org.apache.commons.logging.Log.allowFlawedHierarchy" "read") testing permission:class java.util.PropertyPermission:("java.util.PropertyPermission" "org.apache.commons.logging.Log" "read") 1:java.lang.SecurityManager.checkPropertyAccess 2:java.lang.System.getProperty 3:org.apache.commons.logging.impl.LogFactoryImpl$2.run Permission refused:class java.util.PropertyPermission:("java.util.PropertyPermission" "org.apache.commons.logging.Log" "read") testing permission:class java.util.PropertyPermission:("java.util.PropertyPermission" "org.apache.commons.logging.log" "read") 1:java.lang.SecurityManager.checkPropertyAccess 2:java.lang.System.getProperty 3:org.apache.commons.logging.impl.LogFactoryImpl$2.run Permission refused:class java.util.PropertyPermission:("java.util.PropertyPermission" "org.apache.commons.logging.log" "read") testing permission:class java.util.logging.LoggingPermission:("java.util.logging.LoggingPermission" "control") 1:java.util.logging.LogManager.checkAccess 2:java.util.logging.Logger.setParent 3:java.util.logging.LogManager$5.run 4:java.security.AccessController.doPrivileged Access controller found: returning Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Running org.apache.commons.logging.security.SecurityAllowedTestCase testing permission:class java.util.PropertyPermission:("java.util.PropertyPermission" "org.apache.commons.logging.diagnostics.dest" "read") 1:java.lang.SecurityManager.checkPropertyAccess 2:java.lang.System.getProperty 3:org.apache.commons.logging.LogFactory$6.run Permission in allowed set for JCL class 4:java.security.AccessController.doPrivileged Access controller found: returning testing permission:class java.util.PropertyPermission:("java.util.PropertyPermission" "org.apache.commons.logging.LogFactory.HashtableImpl" "read") 1:java.lang.SecurityManager.checkPropertyAccess 2:java.lang.System.getProperty 3:org.apache.commons.logging.LogFactory$6.run Permission in allowed set for JCL class 4:java.security.AccessController.doPrivileged Access controller found: returning testing permission:class java.lang.reflect.ReflectPermission:("java.lang.reflect.ReflectPermission" "suppressAccessChecks") 1:java.lang.reflect.AccessibleObject.setAccessible 2:java.lang.Class$1.run 3:java.lang.Class$1.run 4:java.security.AccessController.doPrivileged Access controller found: returning testing permission:class java.util.PropertyPermission:("java.util.PropertyPermission" "org.apache.commons.logging.LogFactory" "read") 1:java.lang.SecurityManager.checkPropertyAccess 2:java.lang.System.getProperty 3:org.apache.commons.logging.LogFactory$6.run Permission in allowed set for JCL class 4:java.security.AccessController.doPrivileged Access controller found: returning testing permission:class java.lang.reflect.ReflectPermission:("java.lang.reflect.ReflectPermission" "suppressAccessChecks") 1:java.lang.reflect.AccessibleObject.setAccessible 2:java.lang.Class$1.run 3:java.lang.Class$1.run 4:java.security.AccessController.doPrivileged Access controller found: returning testing permission:class java.util.PropertyPermission:("java.util.PropertyPermission" "org.apache.commons.logging.Log.allowFlawedContext" "read") 1:java.lang.SecurityManager.checkPropertyAccess 2:java.lang.System.getProperty 3:org.apache.commons.logging.impl.LogFactoryImpl$2.run Permission in allowed set for JCL class 4:java.security.AccessController.doPrivileged Access controller found: returning testing permission:class java.util.PropertyPermission:("java.util.PropertyPermission" "org.apache.commons.logging.Log.allowFlawedDiscovery" "read") 1:java.lang.SecurityManager.checkPropertyAccess 2:java.lang.System.getProperty 3:org.apache.commons.logging.impl.LogFactoryImpl$2.run Permission in allowed set for JCL class 4:java.security.AccessController.doPrivileged Access controller found: returning testing permission:class java.util.PropertyPermission:("java.util.PropertyPermission" "org.apache.commons.logging.Log.allowFlawedHierarchy" "read") 1:java.lang.SecurityManager.checkPropertyAccess 2:java.lang.System.getProperty 3:org.apache.commons.logging.impl.LogFactoryImpl$2.run Permission in allowed set for JCL class 4:java.security.AccessController.doPrivileged Access controller found: returning testing permission:class java.util.PropertyPermission:("java.util.PropertyPermission" "org.apache.commons.logging.Log" "read") 1:java.lang.SecurityManager.checkPropertyAccess 2:java.lang.System.getProperty 3:org.apache.commons.logging.impl.LogFactoryImpl$2.run Permission in allowed set for JCL class 4:java.security.AccessController.doPrivileged Access controller found: returning testing permission:class java.util.PropertyPermission:("java.util.PropertyPermission" "org.apache.commons.logging.log" "read") 1:java.lang.SecurityManager.checkPropertyAccess 2:java.lang.System.getProperty 3:org.apache.commons.logging.impl.LogFactoryImpl$2.run Permission in allowed set for JCL class 4:java.security.AccessController.doPrivileged Access controller found: returning testing permission:class java.util.logging.LoggingPermission:("java.util.logging.LoggingPermission" "control") 1:java.util.logging.LogManager.checkAccess 2:java.util.logging.Logger.setParent 3:java.util.logging.LogManager$5.run 4:java.security.AccessController.doPrivileged Access controller found: returning Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running org.apache.commons.logging.AltHashtableTestCase Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Results : Tests run: 83, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ commons-logging --- [INFO] Installing /builddir/build/BUILD/commons-logging-1.1.1-src/target/commons-logging-1.1.1.jar to /builddir/build/BUILD/commons-logging-1.1.1-src/.m2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar [INFO] Installing /builddir/build/BUILD/commons-logging-1.1.1-src/pom.xml to /builddir/build/BUILD/commons-logging-1.1.1-src/.m2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Installing /builddir/build/BUILD/commons-logging-1.1.1-src/target/commons-logging-tests.jar to /builddir/build/BUILD/commons-logging-1.1.1-src/.m2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1-tests.jar [INFO] Installing /builddir/build/BUILD/commons-logging-1.1.1-src/target/commons-logging-adapters-1.1.1.jar to /builddir/build/BUILD/commons-logging-1.1.1-src/.m2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1-adapters.jar [INFO] Installing /builddir/build/BUILD/commons-logging-1.1.1-src/target/commons-logging-api-1.1.1.jar to /builddir/build/BUILD/commons-logging-1.1.1-src/.m2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1-api.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Commons Logging 1.1.1 [INFO] ------------------------------------------------------------------------ [WARNING] The POM for org.apache.rat:apache-rat-plugin:jar:0.7 is missing, no dependency information available [WARNING] Failed to retrieve plugin descriptor for org.apache.rat:apache-rat-plugin:0.7: Plugin org.apache.rat:apache-rat-plugin:0.7 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.rat:apache-rat-plugin:jar:0.7 [WARNING] The POM for org.apache.maven.plugins:maven-dependency-plugin:jar:2.1 is missing, no dependency information available [WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-dependency-plugin:2.1: Plugin org.apache.maven.plugins:maven-dependency-plugin:2.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-dependency-plugin:jar:2.1 [INFO] [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (default-cli) @ commons-logging >>> [INFO] [INFO] --- buildnumber-maven-plugin:1.0:create (default) @ commons-logging --- [INFO] Change the default 'svn' provider implementation to 'javasvn'. [INFO] Checking for local modifications: skipped. [INFO] maven is executed in offline mode, Updating project files from SCM: skipped. [WARNING] Cannot get the revision information from the scm repository, proceeding with revision of ?????? : No such provider: 'javasvn'. [INFO] Storing buildNumber: ?????? at timestamp: 1342652567567 [WARNING] Cannot get the branch information from the scm repository, proceeding with UNKNOWN_BRANCH : No such provider: 'javasvn'. [INFO] Storing buildScmBranch: UNKNOWN_BRANCH [INFO] [INFO] --- maven-antrun-plugin:1.7:run (javadoc.resources) @ commons-logging --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (default-cli) @ commons-logging <<< [INFO] [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (default-cli) @ commons-logging --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15.571s [INFO] Finished at: Wed Jul 18 23:02:49 UTC 2012 [INFO] Final Memory: 22M/309M [INFO] ------------------------------------------------------------------------ + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.gTMlYX + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch ++ dirname /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch + cd commons-logging-1.1.1-src + LANG=C + export LANG + unset DISPLAY + install -d -m 755 /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch/usr/share/java + install -p -m 644 target/commons-logging-1.1.1.jar /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch/usr/share/java/apache-commons-logging.jar + install -p -m 644 target/commons-logging-api-1.1.1.jar /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch/usr/share/java/apache-commons-logging-api.jar + install -p -m 644 target/commons-logging-adapters-1.1.1.jar /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch/usr/share/java/apache-commons-logging-adapters.jar + pushd /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch/usr/share/java ~/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch/usr/share/java ~/build/BUILD/commons-logging-1.1.1-src + for jar in 'apache-commons-logging*' ++ echo apache-commons-logging-adapters.jar ++ sed 's|apache-||g' + ln -sf apache-commons-logging-adapters.jar commons-logging-adapters.jar + for jar in 'apache-commons-logging*' ++ echo apache-commons-logging-api.jar ++ sed 's|apache-||g' + ln -sf apache-commons-logging-api.jar commons-logging-api.jar + for jar in 'apache-commons-logging*' ++ echo apache-commons-logging.jar ++ sed 's|apache-||g' + ln -sf apache-commons-logging.jar commons-logging.jar + popd ~/build/BUILD/commons-logging-1.1.1-src + install -d -m 755 /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch/usr/share/maven-poms + install -pm 644 pom.xml /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch//usr/share/maven-poms/JPP-commons-logging.pom + install -pm 644 /builddir/build/SOURCES/commons-logging-api-1.1.pom /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch//usr/share/maven-poms/JPP-commons-logging-api.pom + install -dm 755 /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch//usr/share/maven-fragments + cat + install -dm 755 /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch//usr/share/maven-fragments + cat + install -dm 755 /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch//usr/share/maven-fragments + cat + install -dm 755 /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch//usr/share/maven-fragments + cat + install -dm 755 /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch//usr/share/maven-fragments + cat + install -dm 755 /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch//usr/share/maven-fragments + cat + install -d -m 755 /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch/usr/share/javadoc/apache-commons-logging + cp -pr target/site/apidocs/allclasses-frame.html target/site/apidocs/allclasses-noframe.html target/site/apidocs/constant-values.html target/site/apidocs/deprecated-list.html target/site/apidocs/help-doc.html target/site/apidocs/index-all.html target/site/apidocs/index.html target/site/apidocs/org target/site/apidocs/overview-frame.html target/site/apidocs/overview-summary.html target/site/apidocs/overview-tree.html target/site/apidocs/package-list target/site/apidocs/resources target/site/apidocs/serialized-form.html target/site/apidocs/stylesheet.css /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch/usr/share/javadoc/apache-commons-logging + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/commons-logging-1.1.1-src + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: apache-commons-logging-1.1.1-20.fc18.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ZQpl9Z + umask 022 + cd /builddir/build/BUILD + cd commons-logging-1.1.1-src + DOCDIR=/builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch/usr/share/doc/apache-commons-logging-1.1.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch/usr/share/doc/apache-commons-logging-1.1.1 + cp -pr PROPOSAL.html STATUS.html LICENSE.txt RELEASE-NOTES.txt /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch/usr/share/doc/apache-commons-logging-1.1.1 + exit 0 Provides: apache-commons-logging = 1.1.1-20.fc18 jakarta-commons-logging = 0:1.1.1-20.fc18 mvn(commons-logging:commons-logging) mvn(commons-logging:commons-logging-adapters) mvn(commons-logging:commons-logging-api) mvn(org.apache.commons:commons-logging) mvn(org.apache.commons:commons-logging-adapters) mvn(org.apache.commons:commons-logging-api) osgi(org.apache.commons.logging) = 1.1.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: jakarta-commons-logging <= 0:1.0.4 Processing files: apache-commons-logging-javadoc-1.1.1-20.fc18.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.VGwwK3 + umask 022 + cd /builddir/build/BUILD + cd commons-logging-1.1.1-src + DOCDIR=/builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch/usr/share/doc/apache-commons-logging-javadoc-1.1.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch/usr/share/doc/apache-commons-logging-javadoc-1.1.1 + cp -pr LICENSE.txt /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch/usr/share/doc/apache-commons-logging-javadoc-1.1.1 + exit 0 Provides: apache-commons-logging-javadoc = 1.1.1-20.fc18 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: jakarta-commons-logging-javadoc <= 0:1.0.4 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch Wrote: /builddir/build/RPMS/apache-commons-logging-1.1.1-20.fc18.noarch.rpm Wrote: /builddir/build/RPMS/apache-commons-logging-javadoc-1.1.1-20.fc18.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Rbcuki + umask 022 + cd /builddir/build/BUILD + cd commons-logging-1.1.1-src + /usr/bin/rm -rf /builddir/build/BUILDROOT/apache-commons-logging-1.1.1-20.fc18.noarch + exit 0 Child returncode was: 0 LEAVE do -->