I am seeing that exit code 143 is the result of a SIGTERM. Anybody have any idea why? Does the Jenkins instance have a limit set that might cause it to abort the build?
Claude On Tue, Aug 27, 2013 at 1:14 AM, Apache Jenkins Server < [email protected]> wrote: > See <https://builds.apache.org/job/Jena_Development_Test/871/changes> > > Changes: > > [rvesse] Regression tests for JENA-522 > > [rvesse] Switch to using maven profiles in top level POM to select modules > to built > > Default dev profile builds the fast building and most common modules > Optional complete profile builds all modules including those like Jena > JDBC that are slow > > Releases will need to use the complete profile > > [rvesse] Fix for a test clean up bug that was highlighted by the JENA-522 > changes > > [claude] Fixed pom variable names > > ------------------------------------------ > [...truncated 209 lines...] > > Results : > > Tests run: 8664, Failures: 0, Errors: 0, Skipped: 0 > > [JENKINS] Recording test results > Aug 27, 2013 12:10:54 AM org.apache.maven.cli.event.ExecutionEventLogger > projectStarted > INFO: > Aug 27, 2013 12:10:54 AM org.apache.maven.cli.event.ExecutionEventLogger > projectStarted > INFO: > ------------------------------------------------------------------------ > Aug 27, 2013 12:10:54 AM org.apache.maven.cli.event.ExecutionEventLogger > projectStarted > INFO: Building Apache Jena - ARQ (SPARQL 1.1 Query Engine) 2.10.2-SNAPSHOT > Aug 27, 2013 12:10:54 AM org.apache.maven.cli.event.ExecutionEventLogger > projectStarted > INFO: > ------------------------------------------------------------------------ > Aug 27, 2013 12:10:54 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: > Aug 27, 2013 12:10:54 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: --- maven-clean-plugin:2.5:clean (default-clean) @ jena-arq --- > Aug 27, 2013 12:10:54 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: > Aug 27, 2013 12:10:54 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: --- maven-enforcer-plugin:1.2:enforce (enforce) @ jena-arq --- > Aug 27, 2013 12:10:55 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: > Aug 27, 2013 12:10:55 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: --- maven-remote-resources-plugin:1.4:process (default) @ jena-arq > --- > Aug 27, 2013 12:10:55 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: > Aug 27, 2013 12:10:55 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: --- maven-resources-plugin:2.6:resources (default-resources) @ > jena-arq --- > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] Copying 1 resource > [INFO] Copying 3 resources > [INFO] Copying 3 resources > Aug 27, 2013 12:10:55 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: > Aug 27, 2013 12:10:55 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: --- maven-compiler-plugin:3.1:compile (default-compile) @ jena-arq > --- > [INFO] Changes detected - recompiling the module! > [INFO] Compiling 1444 source files to < > https://builds.apache.org/job/Jena_Development_Test/ws/trunk/jena-arq/target/classes > > > [WARNING] Note: Some input files use or override a deprecated API. > [WARNING] Note: Recompile with -Xlint:deprecation for details. > Aug 27, 2013 12:11:09 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: > Aug 27, 2013 12:11:09 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: --- maven-resources-plugin:2.6:testResources (default-testResources) > @ jena-arq --- > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] Copying 2 resources > [INFO] Copying 3 resources > Aug 27, 2013 12:11:10 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: > Aug 27, 2013 12:11:10 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ > jena-arq --- > [INFO] Changes detected - recompiling the module! > [INFO] Compiling 272 source files to < > https://builds.apache.org/job/Jena_Development_Test/ws/trunk/jena-arq/target/test-classes > > > [WARNING] Note: < > https://builds.apache.org/job/Jena_Development_Test/ws/trunk/jena-arq/src/test/java/com/hp/hpl/jena/sparql/graph/TestGraphUnionRead.java> > uses unchecked or unsafe operations. > [WARNING] Note: Recompile with -Xlint:unchecked for details. > Aug 27, 2013 12:11:14 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: > Aug 27, 2013 12:11:14 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: --- maven-surefire-plugin:2.15:test (default-test) @ jena-arq --- > [INFO] Surefire report directory: < > https://builds.apache.org/job/Jena_Development_Test/ws/trunk/jena-arq/target/surefire-reports > > > > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running org.apache.jena.atlas.data.TS_Data > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.526 sec > - in org.apache.jena.atlas.data.TS_Data > Running org.apache.jena.atlas.iterator.TS_Iterator > Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec > - in org.apache.jena.atlas.iterator.TS_Iterator > Running org.apache.jena.atlas.json.TS_JSON > Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec > - in org.apache.jena.atlas.json.TS_JSON > Running org.apache.jena.atlas.event.TS_Event > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec > - in org.apache.jena.atlas.event.TS_Event > Running org.apache.jena.atlas.io.TS_IO > Tests run: 112, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 > sec - in org.apache.jena.atlas.io.TS_IO > Running org.apache.jena.atlas.lib.TS_Lib > Tests run: 349, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.698 > sec - in org.apache.jena.atlas.lib.TS_Lib > Running org.apache.jena.atlas.web.TS_Web > Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec > - in org.apache.jena.atlas.web.TS_Web > Running org.apache.jena.common.TS_Common > Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec > - in org.apache.jena.common.TS_Common > Running org.apache.jena.riot.system.TS_RiotSystem > Tests run: 157, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 > sec - in org.apache.jena.riot.system.TS_RiotSystem > Running org.apache.jena.riot.out.TS_Out > Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec > - in org.apache.jena.riot.out.TS_Out > Running org.apache.jena.riot.process.TS_Process > Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec > - in org.apache.jena.riot.process.TS_Process > Running org.apache.jena.riot.tokens.TS_Tokens > Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 > sec - in org.apache.jena.riot.tokens.TS_Tokens > Running org.apache.jena.riot.lang.TS_Lang > Tests run: 401, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.899 > sec - in org.apache.jena.riot.lang.TS_Lang > Running org.apache.jena.riot.TS_LangSuite > Tests run: 369, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.619 > sec - in org.apache.jena.riot.TS_LangSuite > Running org.apache.jena.riot.adapters.TS_RIOTAdapters > Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec > - in org.apache.jena.riot.adapters.TS_RIOTAdapters > Running org.apache.jena.riot.writer.TS_RiotWriter > Tests run: 434, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.776 > sec - in org.apache.jena.riot.writer.TS_RiotWriter > Running org.apache.jena.riot.stream.TS_IO2 > Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec > - in org.apache.jena.riot.stream.TS_IO2 > Running org.apache.jena.riot.TS_ReaderRIOT > Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 > sec - in org.apache.jena.riot.TS_ReaderRIOT > Running org.apache.jena.riot.web.TS_RiotWeb > Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec > - in org.apache.jena.riot.web.TS_RiotWeb > Running org.apache.jena.web.TS_Web > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec > - in org.apache.jena.web.TS_Web > Running arq.TS_Cmd > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec > - in arq.TS_Cmd > Running com.hp.hpl.jena.query.TS_ParamString > Tests run: 140, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 > sec - in com.hp.hpl.jena.query.TS_ParamString > Running com.hp.hpl.jena.sparql.modify.TS_Update > Tests run: 67, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 sec > - in com.hp.hpl.jena.sparql.modify.TS_Update > Running com.hp.hpl.jena.sparql.algebra.TS_Algebra > Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.371 > sec - in com.hp.hpl.jena.sparql.algebra.TS_Algebra > Running com.hp.hpl.jena.sparql.core.TS_Core > Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.556 sec > - in com.hp.hpl.jena.sparql.core.TS_Core > Running com.hp.hpl.jena.sparql.expr.TS_Expr > Tests run: 1032, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.385 > sec - in com.hp.hpl.jena.sparql.expr.TS_Expr > Running com.hp.hpl.jena.sparql.util.TS_Util > Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec > - in com.hp.hpl.jena.sparql.util.TS_Util > Running com.hp.hpl.jena.sparql.solver.TS_Solver > Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec > - in com.hp.hpl.jena.sparql.solver.TS_Solver > Running com.hp.hpl.jena.sparql.transaction.TS_Transaction > Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec > - in com.hp.hpl.jena.sparql.transaction.TS_Transaction > Running com.hp.hpl.jena.sparql.engine.binding.TS_Binding > Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec > - in com.hp.hpl.jena.sparql.engine.binding.TS_Binding > Running com.hp.hpl.jena.sparql.engine.TS_Engine > Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.743 sec > - in com.hp.hpl.jena.sparql.engine.TS_Engine > Running com.hp.hpl.jena.sparql.lang.TS_Lang > Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec > - in com.hp.hpl.jena.sparql.lang.TS_Lang > Running com.hp.hpl.jena.sparql.function.user.TS_UserFunctions > Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec > - in com.hp.hpl.jena.sparql.function.user.TS_UserFunctions > Running com.hp.hpl.jena.sparql.path.TS_Path > Tests run: 107, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec > - in com.hp.hpl.jena.sparql.path.TS_Path > Running com.hp.hpl.jena.sparql.TC_Scripted > Tests run: 994, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.753 > sec - in com.hp.hpl.jena.sparql.TC_Scripted > Running com.hp.hpl.jena.sparql.TC_DAWG > Tests run: 467, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.495 > sec - in com.hp.hpl.jena.sparql.TC_DAWG > Running com.hp.hpl.jena.sparql.syntax.TS_SSE > Tests run: 127, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 > sec - in com.hp.hpl.jena.sparql.syntax.TS_SSE > Running com.hp.hpl.jena.sparql.syntax.TS_Serialization > Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec > - in com.hp.hpl.jena.sparql.syntax.TS_Serialization > Running com.hp.hpl.jena.sparql.resultset.TS_ResultSet > Tests run: 130, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 > sec - in com.hp.hpl.jena.sparql.resultset.TS_ResultSet > Running com.hp.hpl.jena.sparql.api.TS_API > Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.576 sec > - in com.hp.hpl.jena.sparql.api.TS_API > Running com.hp.hpl.jena.sparql.graph.TS_Graph > Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec > - in com.hp.hpl.jena.sparql.graph.TS_Graph > > Results : > > Tests run: 6285, Failures: 0, Errors: 0, Skipped: 0 > > [JENKINS] Recording test results > Aug 27, 2013 12:12:06 AM org.apache.maven.cli.event.ExecutionEventLogger > projectStarted > INFO: > Aug 27, 2013 12:12:06 AM org.apache.maven.cli.event.ExecutionEventLogger > projectStarted > INFO: > ------------------------------------------------------------------------ > Aug 27, 2013 12:12:06 AM org.apache.maven.cli.event.ExecutionEventLogger > projectStarted > INFO: Building Apache Jena - TDB (Native Triple Store) 0.10.2-SNAPSHOT > Aug 27, 2013 12:12:06 AM org.apache.maven.cli.event.ExecutionEventLogger > projectStarted > INFO: > ------------------------------------------------------------------------ > Aug 27, 2013 12:12:06 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: > Aug 27, 2013 12:12:06 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: --- maven-clean-plugin:2.5:clean (default-clean) @ jena-tdb --- > Aug 27, 2013 12:12:06 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: > Aug 27, 2013 12:12:06 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: --- maven-enforcer-plugin:1.2:enforce (enforce) @ jena-tdb --- > Aug 27, 2013 12:12:06 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: > Aug 27, 2013 12:12:06 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: --- maven-remote-resources-plugin:1.4:process (default) @ jena-tdb > --- > Aug 27, 2013 12:12:07 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: > Aug 27, 2013 12:12:07 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: --- maven-resources-plugin:2.6:resources (default-resources) @ > jena-tdb --- > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] Copying 0 resource > [INFO] Copying 1 resource > [INFO] Copying 3 resources > Aug 27, 2013 12:12:07 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: > Aug 27, 2013 12:12:07 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: --- maven-compiler-plugin:3.1:compile (default-compile) @ jena-tdb > --- > [INFO] Changes detected - recompiling the module! > [INFO] Compiling 262 source files to < > https://builds.apache.org/job/Jena_Development_Test/ws/trunk/jena-tdb/target/classes > > > Aug 27, 2013 12:12:08 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: > Aug 27, 2013 12:12:08 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: --- maven-resources-plugin:2.6:testResources (default-testResources) > @ jena-tdb --- > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] Copying 0 resource > [INFO] Copying 3 resources > Aug 27, 2013 12:12:08 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: > Aug 27, 2013 12:12:08 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ > jena-tdb --- > [INFO] Changes detected - recompiling the module! > [INFO] Compiling 133 source files to < > https://builds.apache.org/job/Jena_Development_Test/ws/trunk/jena-tdb/target/test-classes > > > Aug 27, 2013 12:12:09 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: > Aug 27, 2013 12:12:09 AM org.apache.maven.cli.event.ExecutionEventLogger > mojoStarted > INFO: --- maven-surefire-plugin:2.15:test (default-test) @ jena-tdb --- > [INFO] Surefire report directory: < > https://builds.apache.org/job/Jena_Development_Test/ws/trunk/jena-tdb/target/surefire-reports > > > > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running com.hp.hpl.jena.tdb.index.TS_Index > Tests run: 115, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.48 sec > - in com.hp.hpl.jena.tdb.index.TS_Index > Running com.hp.hpl.jena.tdb.TS_Factory > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.033 sec > - in com.hp.hpl.jena.tdb.TS_Factory > Running com.hp.hpl.jena.tdb.sys.TS_Sys > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec > - in com.hp.hpl.jena.tdb.sys.TS_Sys > Running com.hp.hpl.jena.tdb.solver.TS_SolverTDB > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 sec > - in com.hp.hpl.jena.tdb.solver.TS_SolverTDB > Running com.hp.hpl.jena.tdb.transaction.TS_Transaction > Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 94.08 > sec - in com.hp.hpl.jena.tdb.transaction.TS_Transaction > Running com.hp.hpl.jena.tdb.assembler.TS_TDBAssembler > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.799 sec > - in com.hp.hpl.jena.tdb.assembler.TS_TDBAssembler > Running com.hp.hpl.jena.tdb.TS_Jena > Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec > - in com.hp.hpl.jena.tdb.TS_Jena > Running com.hp.hpl.jena.tdb.nodetable.TS_NodeTable > Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec > - in com.hp.hpl.jena.tdb.nodetable.TS_NodeTable > Running com.hp.hpl.jena.tdb.base.recordfile.TS_RecordFile > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec > - in com.hp.hpl.jena.tdb.base.recordfile.TS_RecordFile > Running com.hp.hpl.jena.tdb.base.objectfile.TS_ObjectFile > Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 sec > - in com.hp.hpl.jena.tdb.base.objectfile.TS_ObjectFile > Running com.hp.hpl.jena.tdb.base.block.TS_Block > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 sec > - in com.hp.hpl.jena.tdb.base.block.TS_Block > Running com.hp.hpl.jena.tdb.base.file.TS_File > Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 sec > - in com.hp.hpl.jena.tdb.base.file.TS_File > Running com.hp.hpl.jena.tdb.base.record.TS_Record > Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec > - in com.hp.hpl.jena.tdb.base.record.TS_Record > Running com.hp.hpl.jena.tdb.lib.TS_LibTDB > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec > - in com.hp.hpl.jena.tdb.lib.TS_LibTDB > Running com.hp.hpl.jena.tdb.graph.TS_Graph > Tests run: 89, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 1.184 sec > - in com.hp.hpl.jena.tdb.graph.TS_Graph > Running com.hp.hpl.jena.tdb.store.TS_Store > Tests run: 208, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.327 > sec - in com.hp.hpl.jena.tdb.store.TS_Store > > Results : > > Tests run: 840, Failures: 0, Errors: 0, Skipped: 4 > > ERROR: Maven JVM terminated unexpectedly with exit code 143 > Updating JENA-522 > -- I like: Like Like - The likeliest place on the web<http://like-like.xenei.com> Identity: https://www.identify.nu/[email protected] LinkedIn: http://www.linkedin.com/in/claudewarren
