You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/09/19 21:21:32 UTC

Build failed in Jenkins: Torque4-trunk #539

See <https://builds.apache.org/job/Torque4-trunk/539/changes>

Changes:

[tfischer] TORQUE-226 fix problems of existing target mode "merge" with files without line break at end of file by switching to a new vesrion of jgit (which also needs jdk 1.7)

[tfischer] change required jdk to 1.6

[tfischer] change my email address

------------------------------------------
[...truncated 803 lines...]
	at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:108)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetMethodResultCache(org.apache.torque.manager.AbstractBaseManagerTest)  Time elapsed: 0 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.torque.manager.AbstractBaseManagerTest.tearDown(AbstractBaseManagerTest.java:92)
	at junit.framework.TestCase.runBare(TestCase.java:130)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95)
	at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:131)
	at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:108)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testListeners(org.apache.torque.manager.AbstractBaseManagerTest)  Time elapsed: 0.003 sec  <<< ERROR!
java.lang.NullPointerException
	at org.apache.torque.manager.AbstractBaseManagerTest.tearDown(AbstractBaseManagerTest.java:92)
	at junit.framework.TestCase.runBare(TestCase.java:130)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95)
	at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:131)
	at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:108)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Running org.apache.torque.manager.TestPersistent
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.torque.manager.TestPersistent
Running org.apache.torque.ColumnImplTest
Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec - in org.apache.torque.ColumnImplTest
Running org.apache.torque.TorqueInstanceTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.torque.TorqueInstanceTest
Running org.apache.torque.sql.SqlBuilderTest
Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 sec - in org.apache.torque.sql.SqlBuilderTest
Running org.apache.torque.sql.QueryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.torque.sql.QueryTest
Running org.apache.torque.map.ColumnMapTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.torque.map.ColumnMapTest
Running org.apache.torque.util.UniqueListTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.torque.util.UniqueListTest
Running org.apache.torque.util.BasePeerImplTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec - in org.apache.torque.util.BasePeerImplTest
Running org.apache.torque.util.functions.SumTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.torque.util.functions.SumTest
Running org.apache.torque.util.functions.MinTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.torque.util.functions.MinTest
Running org.apache.torque.util.functions.CountTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.torque.util.functions.CountTest
Running org.apache.torque.util.functions.AggregateFunctionTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.torque.util.functions.AggregateFunctionTest
Running org.apache.torque.util.functions.MaxTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.torque.util.functions.MaxTest
Running org.apache.torque.util.functions.AvgTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.torque.util.functions.AvgTest
Running org.apache.torque.util.functions.AbstractFunctionTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.torque.util.functions.AbstractFunctionTest
Running org.apache.torque.util.SummaryHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.torque.util.SummaryHelperTest
Cobertura: Loaded information on 112 classes.
Cobertura: Saved information on 112 classes.

Results :

Failed tests: 
  org.apache.torque.manager.MethodResultCacheTest#testGetAndPut AssertionFailedError
  org.apache.torque.manager.MethodResultCacheTest#testRemoveAll AssertionFailedError
  org.apache.torque.manager.MethodResultCacheTest#testRemove AssertionFailedError

Tests in error: 
  org.apache.torque.manager.AbstractBaseManagerTest#testGetOMInstance NullPointerException
  org.apache.torque.manager.AbstractBaseManagerTest#testGetOMInstanceObjectKey NullPointerException
  org.apache.torque.manager.AbstractBaseManagerTest#testGetOMInstanceObjectKeyBoolean NullPointerException
  org.apache.torque.manager.AbstractBaseManagerTest#testCacheGet NullPointerException
  org.apache.torque.manager.AbstractBaseManagerTest#testClearImpl NullPointerException
  org.apache.torque.manager.AbstractBaseManagerTest#testRemoveInstanceImpl NullPointerException
  org.apache.torque.manager.AbstractBaseManagerTest#testPutInstanceImplSerializableT NullPointerException
  org.apache.torque.manager.AbstractBaseManagerTest#testGetMethodResultCache NullPointerException
  org.apache.torque.manager.AbstractBaseManagerTest#testListeners NullPointerException

Tests run: 364, Failures: 3, Errors: 9, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
[INFO] 
[INFO] --- cobertura-maven-plugin:2.3:cobertura (default-cli) @ torque-runtime ---
[INFO] Cobertura 1.9.2 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
Cobertura: Loaded information on 112 classes.
Report time: 1736ms

[INFO] Cobertura Report generation was successful.
[INFO] Cobertura 1.9.2 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
Cobertura: Loaded information on 112 classes.
Report time: 1559ms

[INFO] Cobertura Report generation was successful.
[INFO] 
[INFO] --- findbugs-maven-plugin:2.5.2:findbugs (default-cli) @ torque-runtime ---
[INFO] Fork Value is true
     [java] Warnings generated: 3
     [java] FindBugs 2.0.3 was released 11/22/2013 12:00 PM UTC (you have 2.0.1)
     [java]    Modest set of bug fixes, including more accurate bug detectors and a few new bug patterns
     [java] Visit http://findbugs.cs.umd.edu for details.
[INFO] Done FindBugs Analysis....
[FINDBUGS] Finding all files that match the pattern findbugsXml.xml
[FINDBUGS] Parsing 1 files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/findbugsXml.xml> of module Torque Runtime with 3 warnings.
[FINDBUGS] Computing warning deltas based on reference build #538
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.13:checkstyle (default-cli) @ torque-runtime ---
[INFO] 
[WARNING] Unable to locate Source XRef to link to - DISABLED
[CHECKSTYLE] Parsing file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/checkstyle-result.xml>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/checkstyle-result.xml> of module Torque Runtime with 6 warnings.
[CHECKSTYLE] Computing warning deltas based on reference build #538
[INFO] 
[INFO] --- maven-pmd-plugin:2.5:pmd (default-cli) @ torque-runtime ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[PMD] Finding all files that match the pattern pmd.xml
[PMD] Parsing 1 files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target>
[PMD] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/pmd.xml> of module Torque Runtime with 4 warnings.
[PMD] Computing warning deltas based on reference build #538
[INFO] 
[INFO] --- maven-pmd-plugin:2.5:cpd (default-cli) @ torque-runtime ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[DRY] Finding all files that match the pattern cpd.xml
[DRY] Parsing 1 files in <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target>
[DRY] Successfully parsed file <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/cpd.xml> of module Torque Runtime with 0 warnings.
[DRY] Computing warning deltas based on reference build #538
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Torque Generator 4.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ torque-generator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ torque-generator ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ torque-generator ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ torque-generator ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 217 source files to <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-generator/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Torque Maven Parent ............................... SUCCESS [20.278s]
[INFO] Torque Runtime .................................... SUCCESS [1:19.274s]
[INFO] Torque Generator .................................. FAILURE [1.984s]
[INFO] Torque Templates .................................. SKIPPED
[INFO] Torque Generator Maven 2 Plugin ................... SKIPPED
[INFO] Torque Generator Ant tasks ........................ SKIPPED
[INFO] Torque Site ....................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:45.601s
[INFO] Finished at: Sat Sep 19 19:21:43 UTC 2015
[INFO] Final Memory: 49M/381M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project torque-generator: Fatal error compiling: invalid target release: 1.7 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :torque-generator
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-ant-tasks/pom.xml> to org.apache.torque/torque-ant-tasks/4.1-SNAPSHOT/torque-ant-tasks-4.1-SNAPSHOT.pom
Sending artifact delta relative to Torque4-trunk » Torque Generator Ant tasks #538
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 4087 bytes
Compression is 0.0%
Took 0.38 sec
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/pom.xml> to org.apache.torque/torque/4.1-SNAPSHOT/torque-4.1-SNAPSHOT.pom
<https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/pom.xml> is not inside <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque4-trunk/;> will archive in a separate pass
Sending artifact delta relative to Torque4-trunk » Torque Maven Parent #538
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 16735 bytes
Compression is 0.0%
Took 0.2 sec
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/pom.xml> to org.apache.torque/torque-runtime/4.1-SNAPSHOT/torque-runtime-4.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/torque-runtime-4.1-SNAPSHOT.jar> to org.apache.torque/torque-runtime/4.1-SNAPSHOT/torque-runtime-4.1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-runtime/target/torque-runtime-4.1-SNAPSHOT-sources.jar> to org.apache.torque/torque-runtime/4.1-SNAPSHOT/torque-runtime-4.1-SNAPSHOT-sources.jar
Sending artifact delta relative to Torque4-trunk » Torque Runtime #538
Archived 3 artifacts
Archive block size is 32768
Received 6 blocks and 293421 bytes
Compression is 40.1%
Took 0.22 sec
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-generator/pom.xml> to org.apache.torque/torque-generator/4.1-SNAPSHOT/torque-generator-4.1-SNAPSHOT.pom
Sending artifact delta relative to Torque4-trunk » Torque Generator #538
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 7855 bytes
Compression is 0.0%
Took 0.12 sec
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-templates/pom.xml> to org.apache.torque/torque-templates/4.1-SNAPSHOT/torque-templates-4.1-SNAPSHOT.pom
Sending artifact delta relative to Torque4-trunk » Torque Templates #538
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 4688 bytes
Compression is 0.0%
Took 88 ms
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-site/pom.xml> to org.apache.torque/torque-site/4.1-SNAPSHOT/torque-site-4.1-SNAPSHOT.pom
Sending artifact delta relative to Torque4-trunk » Torque Site #538
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 11873 bytes
Compression is 0.0%
Took 39 ms
[JENKINS] Archiving <https://builds.apache.org/job/Torque4-trunk/ws/torque4-trunk/torque-maven-plugin/pom.xml> to org.apache.torque/torque-maven-plugin/4.1-SNAPSHOT/torque-maven-plugin-4.1-SNAPSHOT.pom
Sending artifact delta relative to Torque4-trunk » Torque Generator Maven 2 Plugin #538
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 4194 bytes
Compression is 0.0%
Took 96 ms
Sending e-mails to: torque-dev@db.apache.org
channel stopped
Skipping Cobertura coverage report as build was not UNSTABLE or better ...

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Jenkins build is back to normal : Torque4-trunk #540

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Torque4-trunk/540/>


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org