Build failed in Jenkins: observe-nightly #99
http://ci.codelutin.com/jenkins/job/observe-nightly/99/Changes: [Tony CHEMIT] Il existe encore des validations qui ne passent pas (Fixes #8898) [Tony CHEMIT] Ne pas afficher l'onglet Avancon lors de la création d'une capture (See ------------------------------------------ [...truncated 3631 lines...] DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractSqlAction.TimeLog:241) log - [10.704ms] for method 'Executed on table.', observe_seine.set (total call 84, total time 2.419s, min time 675355ns, max time 1.116s, avg time 28.794ms) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:186) createReadStatement - Read sql: SELECT activity.* FROM observe_seine.route route INNER JOIN observe_seine.activity activity ON activity.route = route.topiaId WHERE route.trip = ? DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.ReplicateTablesAction:183) newInsertStatementSql - Insert sql: INSERT INTO observe_seine.activity(topiaid, topiaversion, topiacreatedate, lastupdatedate, comment, time, latitude, longitude, vesselspeed, seasurfacetemperature, observedsystemdistance, ersid, vesselactivity, surroundingactivity, wind, detectionmode, reasonfornofishing, set, currentfpazone, previousfpazone, nextfpazone, route) VALUES (%s); DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:99) flush - Flush for : observe_seine.activity (size: 657) INFO [main] (org.nuiton.topia.service.sql.batch.actions.AbstractSqlAction.TimeLog:239) log - [66.243ms] for method 'Executed on table.', observe_seine.activity (total call 85, total time 2.485s, min time 675355ns, max time 1.116s, avg time 29.234ms) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:186) createReadStatement - Read sql: SELECT nontargetcatch.* FROM observe_seine.route route INNER JOIN observe_seine.activity activity ON activity.route = route.topiaId INNER JOIN observe_seine.set set ON set.topiaId = activity.set INNER JOIN observe_seine.nontargetcatch nontargetcatch ON nontargetcatch.set = set.topiaId WHERE route.trip = ? DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.ReplicateTablesAction:183) newInsertStatementSql - Insert sql: INSERT INTO observe_seine.nontargetcatch(topiaid, topiaversion, topiacreatedate, lastupdatedate, comment, catchweight, catchweightcomputedsource, meanweight, meanweightcomputedsource, meanlength, meanlengthcomputedsource, totalcount, totalcountcomputedsource, reasonfordiscard, species, speciesfate, set) VALUES (%s); DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:99) flush - Flush for : observe_seine.nontargetcatch (size: 112) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractSqlAction.TimeLog:241) log - [11.566ms] for method 'Executed on table.', observe_seine.nontargetcatch (total call 86, total time 2.496s, min time 675355ns, max time 1.116s, avg time 29.029ms) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:186) createReadStatement - Read sql: SELECT nontargetsample.* FROM observe_seine.route route INNER JOIN observe_seine.activity activity ON activity.route = route.topiaId INNER JOIN observe_seine.set set ON set.topiaId = activity.set INNER JOIN observe_seine.nontargetsample nontargetsample ON nontargetsample.set = set.topiaId WHERE route.trip = ? DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.ReplicateTablesAction:183) newInsertStatementSql - Insert sql: INSERT INTO observe_seine.nontargetsample(topiaid, topiaversion, topiacreatedate, lastupdatedate, comment, set) VALUES (%s); DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:99) flush - Flush for : observe_seine.nontargetsample (size: 19) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractSqlAction.TimeLog:241) log - [3.259ms] for method 'Executed on table.', observe_seine.nontargetsample (total call 87, total time 2.5s, min time 675355ns, max time 1.116s, avg time 28.732ms) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:186) createReadStatement - Read sql: SELECT nontargetlength.* FROM observe_seine.route route INNER JOIN observe_seine.activity activity ON activity.route = route.topiaId INNER JOIN observe_seine.set set ON set.topiaId = activity.set INNER JOIN observe_seine.nontargetsample nontargetsample ON nontargetsample.set = set.topiaId INNER JOIN observe_seine.nontargetlength nontargetlength ON nontargetlength.nontargetsample = nontargetsample.topiaId WHERE route.trip = ? DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.ReplicateTablesAction:183) newInsertStatementSql - Insert sql: INSERT INTO observe_seine.nontargetlength(topiaid, topiaversion, topiacreatedate, lastupdatedate, length, lengthsource, picturesreferences, weight, weightsource, count, acquisitionmode, species, sex, nontargetsample) VALUES (%s); DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:99) flush - Flush for : observe_seine.nontargetlength (size: 242) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractSqlAction.TimeLog:241) log - [18.908ms] for method 'Executed on table.', observe_seine.nontargetlength (total call 88, total time 2.519s, min time 675355ns, max time 1.116s, avg time 28.621ms) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:186) createReadStatement - Read sql: SELECT targetsample.* FROM observe_seine.route route INNER JOIN observe_seine.activity activity ON activity.route = route.topiaId INNER JOIN observe_seine.set set ON set.topiaId = activity.set INNER JOIN observe_seine.targetsample targetsample ON targetsample.set = set.topiaId WHERE route.trip = ? DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.ReplicateTablesAction:183) newInsertStatementSql - Insert sql: INSERT INTO observe_seine.targetsample(topiaid, topiaversion, topiacreatedate, lastupdatedate, comment, nature, discarded, set) VALUES (%s); DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:99) flush - Flush for : observe_seine.targetsample (size: 0) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractSqlAction.TimeLog:241) log - [2.417ms] for method 'Executed on table.', observe_seine.targetsample (total call 89, total time 2.521s, min time 675355ns, max time 1.116s, avg time 28.326ms) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:186) createReadStatement - Read sql: SELECT targetlength.* FROM observe_seine.route route INNER JOIN observe_seine.activity activity ON activity.route = route.topiaId INNER JOIN observe_seine.set set ON set.topiaId = activity.set INNER JOIN observe_seine.targetsample targetsample ON targetsample.set = set.topiaId INNER JOIN observe_seine.targetlength targetlength ON targetlength.targetsample = targetsample.topiaId WHERE route.trip = ? DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.ReplicateTablesAction:183) newInsertStatementSql - Insert sql: INSERT INTO observe_seine.targetlength(topiaid, topiaversion, topiacreatedate, lastupdatedate, measuretype, length, lengthsource, count, weight, weightsource, acquisitionmode, targetsample, species) VALUES (%s); DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:99) flush - Flush for : observe_seine.targetlength (size: 0) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractSqlAction.TimeLog:241) log - [2.853ms] for method 'Executed on table.', observe_seine.targetlength (total call 90, total time 2.524s, min time 675355ns, max time 1.116s, avg time 28.043ms) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:186) createReadStatement - Read sql: SELECT targetcatch.* FROM observe_seine.route route INNER JOIN observe_seine.activity activity ON activity.route = route.topiaId INNER JOIN observe_seine.set set ON set.topiaId = activity.set INNER JOIN observe_seine.targetcatch targetcatch ON targetcatch.set = set.topiaId WHERE route.trip = ? DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.ReplicateTablesAction:183) newInsertStatementSql - Insert sql: INSERT INTO observe_seine.targetcatch(topiaid, topiaversion, topiacreatedate, lastupdatedate, comment, catchweight, well, broughtondeck, discarded, set, weightcategory, reasonfordiscard) VALUES (%s); DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:99) flush - Flush for : observe_seine.targetcatch (size: 73) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractSqlAction.TimeLog:241) log - [8.815ms] for method 'Executed on table.', observe_seine.targetcatch (total call 91, total time 2.533s, min time 675355ns, max time 1.116s, avg time 27.832ms) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:186) createReadStatement - Read sql: SELECT schoolestimate.* FROM observe_seine.route route INNER JOIN observe_seine.activity activity ON activity.route = route.topiaId INNER JOIN observe_seine.set set ON set.topiaId = activity.set INNER JOIN observe_seine.schoolestimate schoolestimate ON schoolestimate.set = set.topiaId WHERE route.trip = ? DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.ReplicateTablesAction:183) newInsertStatementSql - Insert sql: INSERT INTO observe_seine.schoolestimate(topiaid, topiaversion, topiacreatedate, lastupdatedate, totalweight, meanweight, set, species) VALUES (%s); DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:99) flush - Flush for : observe_seine.schoolestimate (size: 10) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractSqlAction.TimeLog:241) log - [2.948ms] for method 'Executed on table.', observe_seine.schoolestimate (total call 92, total time 2.536s, min time 675355ns, max time 1.116s, avg time 27.562ms) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:186) createReadStatement - Read sql: SELECT floatingobject.* FROM observe_seine.route route INNER JOIN observe_seine.activity activity ON activity.route = route.topiaId INNER JOIN observe_seine.floatingobject floatingobject ON floatingobject.activity = activity.topiaId WHERE route.trip = ? DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.ReplicateTablesAction:183) newInsertStatementSql - Insert sql: INSERT INTO observe_seine.floatingobject(topiaid, topiaversion, topiacreatedate, lastupdatedate, comment, daysatseacount, supportvesselname, objecttype, objectoperation, objectfate, activity) VALUES (%s); DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:99) flush - Flush for : observe_seine.floatingobject (size: 50) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractSqlAction.TimeLog:241) log - [5.907ms] for method 'Executed on table.', observe_seine.floatingobject (total call 93, total time 2.542s, min time 675355ns, max time 1.116s, avg time 27.329ms) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:186) createReadStatement - Read sql: SELECT objectschoolestimate.* FROM observe_seine.route route INNER JOIN observe_seine.activity activity ON activity.route = route.topiaId INNER JOIN observe_seine.floatingobject floatingobject ON floatingobject.activity = activity.topiaId INNER JOIN observe_seine.objectschoolestimate objectschoolestimate ON objectschoolestimate.floatingobject = floatingobject.topiaId WHERE route.trip = ? DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.ReplicateTablesAction:183) newInsertStatementSql - Insert sql: INSERT INTO observe_seine.objectschoolestimate(topiaid, topiaversion, topiacreatedate, lastupdatedate, totalweight, species, floatingobject) VALUES (%s); DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:99) flush - Flush for : observe_seine.objectschoolestimate (size: 3) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractSqlAction.TimeLog:241) log - [2.532ms] for method 'Executed on table.', observe_seine.objectschoolestimate (total call 94, total time 2.544s, min time 675355ns, max time 1.116s, avg time 27.065ms) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:186) createReadStatement - Read sql: SELECT objectobservedspecies.* FROM observe_seine.route route INNER JOIN observe_seine.activity activity ON activity.route = route.topiaId INNER JOIN observe_seine.floatingobject floatingobject ON floatingobject.activity = activity.topiaId INNER JOIN observe_seine.objectobservedspecies objectobservedspecies ON objectobservedspecies.floatingobject = floatingobject.topiaId WHERE route.trip = ? DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.ReplicateTablesAction:183) newInsertStatementSql - Insert sql: INSERT INTO observe_seine.objectobservedspecies(topiaid, topiaversion, topiacreatedate, lastupdatedate, count, statut, species, speciesstatus, floatingobject) VALUES (%s); DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:99) flush - Flush for : observe_seine.objectobservedspecies (size: 2) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractSqlAction.TimeLog:241) log - [2.391ms] for method 'Executed on table.', observe_seine.objectobservedspecies (total call 95, total time 2.546s, min time 675355ns, max time 1.116s, avg time 26.805ms) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:186) createReadStatement - Read sql: SELECT transmittingbuoy.* FROM observe_seine.route route INNER JOIN observe_seine.activity activity ON activity.route = route.topiaId INNER JOIN observe_seine.floatingobject floatingobject ON floatingobject.activity = activity.topiaId INNER JOIN observe_seine.transmittingbuoy transmittingbuoy ON transmittingbuoy.floatingobject = floatingobject.topiaId WHERE route.trip = ? DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.ReplicateTablesAction:183) newInsertStatementSql - Insert sql: INSERT INTO observe_seine.transmittingbuoy(topiaid, topiaversion, topiacreatedate, lastupdatedate, code, brand, ownership, transmittingbuoytype, transmittingbuoyoperation, country, floatingobject) VALUES (%s); DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:99) flush - Flush for : observe_seine.transmittingbuoy (size: 68) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractSqlAction.TimeLog:241) log - [7.177ms] for method 'Executed on table.', observe_seine.transmittingbuoy (total call 96, total time 2.554s, min time 675355ns, max time 1.116s, avg time 26.601ms) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:186) createReadStatement - Read sql: SELECT activity_observedsystem.* FROM observe_seine.route route INNER JOIN observe_seine.activity activity ON activity.route = route.topiaId INNER JOIN observe_seine.activity_observedsystem activity_observedsystem ON activity_observedsystem.activity = activity.topiaId WHERE route.trip = ? DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.ReplicateTablesAction:183) newInsertStatementSql - Insert sql: INSERT INTO observe_seine.activity_observedsystem(activity, observedsystem) VALUES (%s); DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:99) flush - Flush for : observe_seine.activity_observedsystem (size: 652) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractSqlAction.TimeLog:241) log - [18.775ms] for method 'Executed on table.', observe_seine.activity_observedsystem (total call 97, total time 2.572s, min time 675355ns, max time 1.116s, avg time 26.52ms) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:186) createReadStatement - Read sql: SELECT gearusefeatures.* FROM observe_seine.gearusefeatures gearusefeatures WHERE gearusefeatures.trip = ? DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.ReplicateTablesAction:183) newInsertStatementSql - Insert sql: INSERT INTO observe_seine.gearusefeatures(topiaid, topiaversion, topiacreatedate, lastupdatedate, comment, number, usedintrip, gear, trip) VALUES (%s); DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:99) flush - Flush for : observe_seine.gearusefeatures (size: 0) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractSqlAction.TimeLog:241) log - [628564ns] for method 'Executed on table.', observe_seine.gearusefeatures (total call 98, total time 2.573s, min time 628564ns, max time 1.116s, avg time 26.256ms) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:186) createReadStatement - Read sql: SELECT gearusefeaturesmeasurement.* FROM observe_seine.gearusefeatures gearusefeatures INNER JOIN observe_seine.gearusefeaturesmeasurement gearusefeaturesmeasurement ON gearusefeaturesmeasurement.gearusefeatures = gearusefeatures.topiaId WHERE gearusefeatures.trip = ? DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.ReplicateTablesAction:183) newInsertStatementSql - Insert sql: INSERT INTO observe_seine.gearusefeaturesmeasurement(topiaid, topiaversion, topiacreatedate, lastupdatedate, measurementvalue, gearcaracteristic, gearusefeatures) VALUES (%s); DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractTablesAction:99) flush - Flush for : observe_seine.gearusefeaturesmeasurement (size: 0) DEBUG [main] (org.nuiton.topia.service.sql.batch.actions.AbstractSqlAction.TimeLog:241) log - [514294ns] for method 'Executed on table.', observe_seine.gearusefeaturesmeasurement (total call 99, total time 2.574s, min time 514294ns, max time 1.116s, avg time 25.996ms) WARN [main] (org.nuiton.topia.service.sql.batch.actions.AbstractSqlAction.TimeLog:237) log - [493.464ms] for method 'Action executed', org.nuiton.topia.service.sql.batch.actions.ReplicateTablesAction (total call 3, total time 2.602s, min time 493.464ms, max time 1.483s, avg time 867.268ms) Found: observe_seine.trip , 1 Found: observe_seine.gearusefeatures , 0 Found: observe_seine.gearusefeaturesmeasurement , 0 Found: observe_seine.route , 46 Found: observe_seine.set , 42 Found: observe_seine.activity , 657 Found: observe_seine.activity_observedsystem , 652 Found: observe_seine.floatingobject , 50 Found: observe_seine.schoolestimate , 10 Found: observe_seine.nontargetcatch , 112 Found: observe_seine.nontargetsample , 19 Found: observe_seine.nontargetlength , 242 Found: observe_seine.targetcatch , 73 Found: observe_seine.targetsample , 0 Found: observe_seine.targetlength , 0 Found: observe_seine.objectobservedspecies , 2 Found: observe_seine.objectschoolestimate , 3 Found: observe_seine.transmittingbuoy , 68 INFO [main] (fr.ird.observe.services.topia.entity.ReplicateTestSupport:128) testReplicate0 - Replicate to script (length: 1.146Mo) : <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/services-topia/target/surefire-workdir/tests/12329575390307807/ReplicateTripSeineTest/testReplicateTripSeine2/script.sql> INFO [main] (fr.ird.observe.services.topia.ObserveTopiaApplicationContextFactory:168) createTopiaApplicationContext - H2 Topia configuration: jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/ws/services-topia/target/surefire-workdir/commons/5_0/dataForTestSeine/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=100;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536;MVCC=true> Results : Tests run: 11, Failures: 0, Errors: 0, Skipped: 1 [JENKINS] Recording test results [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] ObServe ............................................ SUCCESS [01:36 min] [INFO] ObServe :: Toolbox Maven plugin .................... SUCCESS [ 36.837 s] [INFO] ObServe :: ToPIA Extension ......................... SUCCESS [ 56.309 s] [INFO] ObServe :: ToPIA Templates Extension ............... SUCCESS [ 59.681 s] [INFO] ObServe :: Services Configuration .................. SUCCESS [ 48.078 s] [INFO] ObServe :: Services ToPIA Configuration ............ SUCCESS [ 16.372 s] [INFO] ObServe :: Services REST Configuration ............. SUCCESS [ 57.502 s] [INFO] ObServe :: Services DTO ............................ SUCCESS [02:34 min] [INFO] ObServe :: Services ................................ SUCCESS [02:32 min] [INFO] ObServe :: Test .................................... SUCCESS [01:28 min] [INFO] ObServe :: Entities ................................ SUCCESS [03:25 min] [INFO] ObServe :: Entities Migration ...................... SUCCESS [01:24 min] [INFO] ObServe :: Services ToPIA Validators ............... SUCCESS [ 47.326 s] [INFO] ObServe :: Services ToPIA Validation ............... SUCCESS [02:41 min] [INFO] ObServe :: Services ToPIA Implementation ........... FAILURE [07:37 min] [INFO] ObServe :: Services REST Implementation ............ SKIPPED [INFO] ObServe :: Application Swing Decoration ............ SKIPPED [INFO] ObServe :: Application Swing Validators ............ SKIPPED [INFO] ObServe :: Application Swing Validation ............ SKIPPED [INFO] ObServe :: Services Runner ......................... SKIPPED [INFO] ObServe :: Application Web Configuration ........... SKIPPED [INFO] ObServe :: Application Web ......................... SKIPPED [INFO] ObServe :: Application Swing Configuration ......... SKIPPED [INFO] ObServe :: Application Swing ....................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 34:46 min [INFO] Finished at: 2016-12-18T03:34:57+01:00 [INFO] Final Memory: 176M/605M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project services-topia: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/services-topia> && /opt/repository/jdk1.8.0_112/jre/bin/java -jar <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/services-topia/target/surefire/surefirebooter6511033016070249076.jar> <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/services-topia/target/surefire/surefire8223380849999969813tmp> <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/services-topia/target/surefire/surefire_45718579056837877107tmp> [ERROR] -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project services-topia: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Command was /bin/sh -c cd <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/services-topia> && /opt/repository/jdk1.8.0_112/jre/bin/java -jar <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/services-topia/target/surefire/surefirebooter6511033016070249076.jar> <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/services-topia/target/surefire/surefire8223380849999969813tmp> <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/services-topia/target/surefire/surefire_45718579056837877107tmp> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:224) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238) at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at hudson.maven.Maven3Builder.call(Maven3Builder.java:133) at hudson.maven.Maven3Builder.call(Maven3Builder.java:68) at hudson.remoting.UserRequest.perform(UserRequest.java:153) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:332) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Command was /bin/sh -c cd <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/services-topia> && /opt/repository/jdk1.8.0_112/jre/bin/java -jar <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/services-topia/target/surefire/surefirebooter6511033016070249076.jar> <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/services-topia/target/surefire/surefire8223380849999969813tmp> <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/services-topia/target/surefire/surefire_45718579056837877107tmp> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:145) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 31 more Caused by: java.lang.RuntimeException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Command was /bin/sh -c cd <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/services-topia> && /opt/repository/jdk1.8.0_112/jre/bin/java -jar <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/services-topia/target/surefire/surefirebooter6511033016070249076.jar> <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/services-topia/target/surefire/surefire8223380849999969813tmp> <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/services-topia/target/surefire/surefire_45718579056837877107tmp> at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:590) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:460) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:229) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:201) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1026) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:862) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:755) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) ... 32 more [ERROR] [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/PluginExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :services-topia Sending e-mails to: observe-build@list.forge.codelutin.com chemit+codelutin-ci@codelutin.com Sending e-mails to: observe-build@list.forge.codelutin.com Sending e-mails to: observe-build@list.forge.codelutin.com Sending e-mails to: observe-build@list.forge.codelutin.com Sending e-mails to: observe-build@list.forge.codelutin.com Sending e-mails to: observe-build@list.forge.codelutin.com Sending e-mails to: observe-build@list.forge.codelutin.com Sending e-mails to: observe-build@list.forge.codelutin.com Sending e-mails to: observe-build@list.forge.codelutin.com Sending e-mails to: observe-build@list.forge.codelutin.com Sending e-mails to: observe-build@list.forge.codelutin.com chemit+codelutin-ci@codelutin.com Sending e-mails to: observe-build@list.forge.codelutin.com Sending e-mails to: observe-build@list.forge.codelutin.com Sending e-mails to: observe-build@list.forge.codelutin.com Sending e-mails to: observe-build@list.forge.codelutin.com channel stopped Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 2 second
participants (1)
-
admin+ci-codelutin.com@codelutin.com