You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/08/11 09:19:08 UTC

Build failed in Jenkins: Curator #891

See <https://builds.apache.org/job/Curator/891/changes>

Changes:

[mdrob] CURATOR-131 use iterator.remove instead of foreach

------------------------------------------
[...truncated 95 lines...]
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ curator-test ---
[INFO] Building jar: <https://builds.apache.org/job/Curator/ws/curator-test/target/curator-test-2.6.1-SNAPSHOT.jar>
[INFO] META-INF/maven/org.apache.curator/curator-test/pom.xml already added, skipping
[INFO] META-INF/maven/org.apache.curator/curator-test/pom.properties already added, skipping
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ curator-test ---
[INFO] 
[INFO] --- maven-license-plugin:1.9.0:check (license) @ curator-test ---
[INFO] Checking licenses...
[CHECKSTYLE] No report found for mojo check[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ curator-test ---
[INFO] Installing <https://builds.apache.org/job/Curator/ws/curator-test/target/curator-test-2.6.1-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/curator/curator-test/2.6.1-SNAPSHOT/curator-test-2.6.1-SNAPSHOT.jar

[INFO] Installing <https://builds.apache.org/job/Curator/ws/curator-test/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/curator/curator-test/2.6.1-SNAPSHOT/curator-test-2.6.1-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Curator Client 2.6.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ curator-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ curator-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ curator-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ curator-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 34 source files to <https://builds.apache.org/job/Curator/ws/curator-client/target/classes>
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:manifest (bundle-manifest) @ curator-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ curator-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ curator-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Curator/ws/curator-client/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ curator-client ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Curator/ws/curator-client/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.curator.TestEnsurePath
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.576 sec - in org.apache.curator.TestEnsurePath
Running org.apache.curator.TestSessionFailRetryLoop
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.23 sec - in org.apache.curator.TestSessionFailRetryLoop
Running org.apache.curator.TestRetryLoop
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.163 sec - in org.apache.curator.TestRetryLoop
Running org.apache.curator.ensemble.exhibitor.TestExhibitorEnsembleProvider
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.475 sec - in org.apache.curator.ensemble.exhibitor.TestExhibitorEnsembleProvider
Running org.apache.curator.utils.TestCloseableScheduledExecutorService
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.387 sec - in org.apache.curator.utils.TestCloseableScheduledExecutorService
Running org.apache.curator.utils.TestZKPaths
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 sec - in org.apache.curator.utils.TestZKPaths
Running org.apache.curator.utils.TestCloseableExecutorService
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.432 sec - in org.apache.curator.utils.TestCloseableExecutorService

Results :

Tests run: 21, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ curator-client ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ curator-client ---
[INFO] 
[INFO] --- maven-license-plugin:1.9.0:check (license) @ curator-client ---
[INFO] Checking licenses...
[CHECKSTYLE] No report found for mojo check[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ curator-client ---
[INFO] Installing <https://builds.apache.org/job/Curator/ws/curator-client/target/curator-client-2.6.1-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/curator/curator-client/2.6.1-SNAPSHOT/curator-client-2.6.1-SNAPSHOT.jar

[INFO] Installing <https://builds.apache.org/job/Curator/ws/curator-client/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/curator/curator-client/2.6.1-SNAPSHOT/curator-client-2.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:install (default-install) @ curator-client ---
[INFO] Installing org/apache/curator/curator-client/2.6.1-SNAPSHOT/curator-client-2.6.1-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Curator Framework 2.6.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ curator-framework ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ curator-framework ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ curator-framework ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ curator-framework ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 96 source files to <https://builds.apache.org/job/Curator/ws/curator-framework/target/classes>
[WARNING] Note: Some input files use or override a deprecated API.
[WARNING] Note: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:manifest (bundle-manifest) @ curator-framework ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ curator-framework ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ curator-framework ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to <https://builds.apache.org/job/Curator/ws/curator-framework/target/test-classes>
[WARNING] Note: Some input files use or override a deprecated API.
[WARNING] Note: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ curator-framework ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Curator/ws/curator-framework/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.curator.framework.imps.TestFrameworkEdges
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 145.758 sec - in org.apache.curator.framework.imps.TestFrameworkEdges
Running org.apache.curator.framework.imps.TestReadOnly
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.467 sec - in org.apache.curator.framework.imps.TestReadOnly
Running org.apache.curator.framework.imps.TestMultiClient
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.825 sec - in org.apache.curator.framework.imps.TestMultiClient
Running org.apache.curator.framework.imps.TestCompression
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.877 sec - in org.apache.curator.framework.imps.TestCompression
Running org.apache.curator.framework.imps.TestFramework
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 78.081 sec - in org.apache.curator.framework.imps.TestFramework
Running org.apache.curator.framework.imps.TestTransactions
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.906 sec - in org.apache.curator.framework.imps.TestTransactions
Running org.apache.curator.framework.imps.TestWatcherIdentity
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.04 sec - in org.apache.curator.framework.imps.TestWatcherIdentity
Running org.apache.curator.framework.imps.TestWithCluster
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 200.345 sec - in org.apache.curator.framework.imps.TestWithCluster
Running org.apache.curator.framework.imps.TestCompressionInTransaction
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.916 sec - in org.apache.curator.framework.imps.TestCompressionInTransaction
Running org.apache.curator.framework.imps.TestBlockUntilConnected
Running org.apache.curator.framework.imps.TestTempFramework
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.83 sec - in org.apache.curator.framework.imps.TestTempFramework
Running org.apache.curator.framework.imps.TestNamespaceFacade
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.965 sec - in org.apache.curator.framework.imps.TestNamespaceFacade
Running org.apache.curator.framework.imps.TestFailedDeleteManager
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 323.285 sec - in org.apache.curator.framework.imps.TestFailedDeleteManager
Running org.apache.curator.framework.imps.TestNeverConnected
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.586 sec - in org.apache.curator.framework.imps.TestNeverConnected
Running org.apache.curator.framework.imps.TestFrameworkBackground
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.438 sec - in org.apache.curator.framework.imps.TestFrameworkBackground

Results :

Tests run: 73, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Curator .................................... SUCCESS [24.318s]
[INFO] Curator Testing ................................... SUCCESS [5.823s]
[INFO] Curator Client .................................... SUCCESS [50.487s]
[INFO] Curator Framework ................................. FAILURE [15:33.113s]
[INFO] Curator Recipes ................................... SKIPPED
[INFO] Curator Service Discovery ......................... SKIPPED
[INFO] Curator Examples .................................. SKIPPED
[INFO] Curator Service Discovery Server .................. SKIPPED
[INFO] Curator RPC Proxy ................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16:59.293s
[INFO] Finished at: Mon Aug 11 07:18:35 UTC 2014
[INFO] Final Memory: 23M/262M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project curator-framework: ExecutionException: java.lang.RuntimeException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd <https://builds.apache.org/job/Curator/ws/curator-framework> && /home/jenkins/tools/java/jdk1.6.0_45-32/jre/bin/java -jar <https://builds.apache.org/job/Curator/ws/curator-framework/target/surefire/surefirebooter2673578403233010583.jar> <https://builds.apache.org/job/Curator/ws/curator-framework/target/surefire/surefire8199793074955454432tmp> <https://builds.apache.org/job/Curator/ws/curator-framework/target/surefire/surefire_169211907853628972290tmp>
[ERROR] -> [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/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :curator-framework

[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-x-rpc/pom.xml> to org.apache.curator/curator-x-rpc/2.6.1-SNAPSHOT/curator-x-rpc-2.6.1-SNAPSHOT.pom
Sending artifact delta relative to Curator ? Curator RPC Proxy #884
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 5833 bytes
Compression is 0.0%
Took 0.48 sec
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-client/pom.xml> to org.apache.curator/curator-client/2.6.1-SNAPSHOT/curator-client-2.6.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-client/target/curator-client-2.6.1-SNAPSHOT.jar> to org.apache.curator/curator-client/2.6.1-SNAPSHOT/curator-client-2.6.1-SNAPSHOT.jar
No artifacts from Curator ? Curator Client #890 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-framework/pom.xml> to org.apache.curator/curator-framework/2.6.1-SNAPSHOT/curator-framework-2.6.1-SNAPSHOT.pom
No artifacts from Curator ? Curator Framework #890 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-x-discovery-server/pom.xml> to org.apache.curator/curator-x-discovery-server/2.6.1-SNAPSHOT/curator-x-discovery-server-2.6.1-SNAPSHOT.pom
Sending artifact delta relative to Curator ? Curator Service Discovery Server #884
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 4047 bytes
Compression is 0.0%
Took 62 ms
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-examples/pom.xml> to org.apache.curator/curator-examples/2.6.1-SNAPSHOT/curator-examples-2.6.1-SNAPSHOT.pom
Sending artifact delta relative to Curator ? Curator Examples #884
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2055 bytes
Compression is 0.0%
Took 53 ms
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-test/pom.xml> to org.apache.curator/curator-test/2.6.1-SNAPSHOT/curator-test-2.6.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-test/target/curator-test-2.6.1-SNAPSHOT.jar> to org.apache.curator/curator-test/2.6.1-SNAPSHOT/curator-test-2.6.1-SNAPSHOT.jar
No artifacts from Curator ? Curator Testing #890 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-recipes/pom.xml> to org.apache.curator/curator-recipes/2.6.1-SNAPSHOT/curator-recipes-2.6.1-SNAPSHOT.pom
Sending artifact delta relative to Curator ? Curator Recipes #884
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2480 bytes
Compression is 0.0%
Took 88 ms
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/pom.xml> to org.apache.curator/apache-curator/2.6.1-SNAPSHOT/apache-curator-2.6.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/target/apache-curator-2.6.1-SNAPSHOT-site.xml> to org.apache.curator/apache-curator/2.6.1-SNAPSHOT/apache-curator-2.6.1-SNAPSHOT-site.xml
No artifacts from Curator ? Apache Curator #890 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-x-discovery/pom.xml> to org.apache.curator/curator-x-discovery/2.6.1-SNAPSHOT/curator-x-discovery-2.6.1-SNAPSHOT.pom
Sending artifact delta relative to Curator ? Curator Service Discovery #884
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2423 bytes
Compression is 0.0%
Took 59 ms
Sending e-mails to: dev@curator.apache.org
channel stopped

Jenkins build is back to normal : Curator #892

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Curator/892/changes>