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 2015/09/01 03:18:03 UTC

Build failed in Jenkins: Curator #949

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

Changes:

[cammckenzie] CURATOR-228 - Modified the background callback to explicitly handle the NOAUTH case. This will now log a warning and set a flag indicating that an auth failure has occured.

[cammckenzie] CURATOR-228 - Remove public access from the isAuthFailure method.

[cammckenzie] CURATOR-254 - Modified the test assertions so that they ensure that the theoretical maximum queue size is not exceeded. The previous limit was exceedable depending on how quick consumers were pulling data off the queue.

------------------------------------------
[...truncated 372 lines...]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ curator-recipes ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ curator-recipes ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ curator-recipes ---
[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-recipes ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 81 source files to <https://builds.apache.org/job/Curator/ws/curator-recipes/target/classes>
[WARNING] Note: <https://builds.apache.org/job/Curator/ws/curator-recipes/src/main/java/org/apache/curator/framework/recipes/locks/ChildReaper.java> uses or overrides a deprecated API.
[WARNING] Note: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] >>> clirr-maven-plugin:2.6.1:check (default) > compile @ curator-recipes >>>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ curator-recipes ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ curator-recipes ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ curator-recipes ---
[INFO] Nothing to compile - all classes are up to date
[WARNING] Failed to getClass for org.codehaus.mojo.clirr.ClirrCheckMojo
[INFO] 
[CHECKSTYLE] No report found for mojo check[INFO] <<< clirr-maven-plugin:2.6.1:check (default) < compile @ curator-recipes <<<
[INFO] 
[INFO] --- clirr-maven-plugin:2.6.1:check (default) @ curator-recipes ---
[INFO] artifact org.apache.curator:curator-recipes: checking for updates from Nexus

[INFO] artifact org.apache.curator:curator-recipes: checking for updates from central
[INFO] Comparing to version: 2.8.0
[ERROR] 7009: org.apache.curator.framework.recipes.leader.LeaderSelector: Accessibility of method 'public boolean internalRequeue()' has been decreased from public to private
[INFO] Succeeded with 1 errors; 0 warnings; and 0 other changes.
[CHECKSTYLE] No report found for mojo check[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:manifest (bundle-manifest) @ curator-recipes ---

[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ curator-recipes ---
[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-recipes ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 47 source files to <https://builds.apache.org/job/Curator/ws/curator-recipes/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-recipes ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Curator/ws/curator-recipes/target/surefire-reports>

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.curator.framework.recipes.shared.TestSharedCount
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.967 sec - in org.apache.curator.framework.recipes.shared.TestSharedCount
Running org.apache.curator.framework.recipes.queue.TestSimpleDistributedQueue
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.379 sec - in org.apache.curator.framework.recipes.queue.TestSimpleDistributedQueue
Running org.apache.curator.framework.recipes.queue.TestDistributedQueue
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 230.282 sec - in org.apache.curator.framework.recipes.queue.TestDistributedQueue
Running org.apache.curator.framework.recipes.queue.TestDistributedIdQueue
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.274 sec - in org.apache.curator.framework.recipes.queue.TestDistributedIdQueue
Running org.apache.curator.framework.recipes.queue.TestQueueItem
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec - in org.apache.curator.framework.recipes.queue.TestQueueItem
Running org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.455 sec - in org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue
Running org.apache.curator.framework.recipes.queue.TestQueueSharder
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 134.44 sec - in org.apache.curator.framework.recipes.queue.TestQueueSharder
Running org.apache.curator.framework.recipes.queue.TestDistributedPriorityQueue
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.437 sec - in org.apache.curator.framework.recipes.queue.TestDistributedPriorityQueue
Running org.apache.curator.framework.recipes.queue.TestBoundedDistributedQueue
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 54.14 sec - in org.apache.curator.framework.recipes.queue.TestBoundedDistributedQueue
Running org.apache.curator.framework.recipes.locks.TestInterProcessReadWriteLock
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.887 sec - in org.apache.curator.framework.recipes.locks.TestInterProcessReadWriteLock
Running org.apache.curator.framework.recipes.locks.TestInterProcessMultiMutex
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.701 sec - in org.apache.curator.framework.recipes.locks.TestInterProcessMultiMutex
Running org.apache.curator.framework.recipes.locks.TestInterProcessSemaphore
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 494.038 sec - in org.apache.curator.framework.recipes.locks.TestInterProcessSemaphore
Running org.apache.curator.framework.recipes.locks.TestInterProcessMutexBase
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec - in org.apache.curator.framework.recipes.locks.TestInterProcessMutexBase
Running org.apache.curator.framework.recipes.locks.TestReaper
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 202.624 sec - in org.apache.curator.framework.recipes.locks.TestReaper
Running org.apache.curator.framework.recipes.locks.TestLockCleanlinessWithFaults
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.845 sec - in org.apache.curator.framework.recipes.locks.TestLockCleanlinessWithFaults
Running org.apache.curator.framework.recipes.locks.TestInterProcessSemaphoreMutex
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.967 sec - in org.apache.curator.framework.recipes.locks.TestInterProcessSemaphoreMutex
Running org.apache.curator.framework.recipes.locks.TestLockACLs
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.88 sec - in org.apache.curator.framework.recipes.locks.TestLockACLs
Running org.apache.curator.framework.recipes.locks.TestChildReaper
Killed
Running org.apache.curator.framework.recipes.locks.TestInterProcessMutex
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.68 sec - in org.apache.curator.framework.recipes.locks.TestInterProcessMutex
Running org.apache.curator.framework.recipes.locks.TestInterProcessSemaphoreCluster
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 472.143 sec - in org.apache.curator.framework.recipes.locks.TestInterProcessSemaphoreCluster
Running org.apache.curator.framework.recipes.barriers.TestDistributedBarrier
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.26 sec - in org.apache.curator.framework.recipes.barriers.TestDistributedBarrier
Running org.apache.curator.framework.recipes.barriers.TestDistributedDoubleBarrier
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.805 sec - in org.apache.curator.framework.recipes.barriers.TestDistributedDoubleBarrier
Running org.apache.curator.framework.recipes.leader.TestLeaderLatch
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 132.889 sec - in org.apache.curator.framework.recipes.leader.TestLeaderLatch
Running org.apache.curator.framework.recipes.leader.TestLeaderSelectorParticipants
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.026 sec - in org.apache.curator.framework.recipes.leader.TestLeaderSelectorParticipants
Running org.apache.curator.framework.recipes.leader.TestLeaderSelector
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 155.063 sec - in org.apache.curator.framework.recipes.leader.TestLeaderSelector
Running org.apache.curator.framework.recipes.leader.TestLeaderSelectorEdges
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.28 sec - in org.apache.curator.framework.recipes.leader.TestLeaderSelectorEdges
Running org.apache.curator.framework.recipes.leader.TestLeaderSelectorCluster
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.482 sec - in org.apache.curator.framework.recipes.leader.TestLeaderSelectorCluster
Running org.apache.curator.framework.recipes.leader.TestLeaderSelectorWithExecutor
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.76 sec - in org.apache.curator.framework.recipes.leader.TestLeaderSelectorWithExecutor
Running org.apache.curator.framework.recipes.leader.TestLeaderLatchCluster
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.956 sec - in org.apache.curator.framework.recipes.leader.TestLeaderLatchCluster
Running org.apache.curator.framework.recipes.nodes.TestPersistentEphemeralNodeListener
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.76 sec - in org.apache.curator.framework.recipes.nodes.TestPersistentEphemeralNodeListener
Running org.apache.curator.framework.recipes.nodes.TestPersistentEphemeralNode
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 105.366 sec - in org.apache.curator.framework.recipes.nodes.TestPersistentEphemeralNode
Running org.apache.curator.framework.recipes.atomic.TestCachedAtomicCounter
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.853 sec - in org.apache.curator.framework.recipes.atomic.TestCachedAtomicCounter
Running org.apache.curator.framework.recipes.atomic.TestDistributedAtomicLong
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.673 sec - in org.apache.curator.framework.recipes.atomic.TestDistributedAtomicLong
Running org.apache.curator.framework.recipes.cache.TestNodeCache
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.075 sec - in org.apache.curator.framework.recipes.cache.TestNodeCache
Running org.apache.curator.framework.recipes.cache.TestTreeCache
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 146.385 sec - in org.apache.curator.framework.recipes.cache.TestTreeCache
Running org.apache.curator.framework.recipes.cache.TestPathChildrenCache
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.792 sec - in org.apache.curator.framework.recipes.cache.TestPathChildrenCache
Running org.apache.curator.framework.recipes.cache.TestPathChildrenCacheInCluster
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.804 sec - in org.apache.curator.framework.recipes.cache.TestPathChildrenCacheInCluster
Running org.apache.curator.framework.recipes.cache.TestTreeCacheRandomTree
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.003 sec - in org.apache.curator.framework.recipes.cache.TestTreeCacheRandomTree
Running org.apache.curator.framework.client.TestBackgroundStates
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 129.189 sec - in org.apache.curator.framework.client.TestBackgroundStates
Running org.apache.curator.framework.client.TestResetConnectionWithBackgroundFailure
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 209.172 sec - in org.apache.curator.framework.client.TestResetConnectionWithBackgroundFailure

Results :

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

[JENKINS] Recording test results
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Curator ..................................... SUCCESS [  6.432 s]
[INFO] Curator Testing .................................... SUCCESS [  6.863 s]
[INFO] Curator Client ..................................... SUCCESS [ 52.091 s]
[INFO] Curator Framework .................................. SUCCESS [15:45 min]
[INFO] Curator Recipes .................................... FAILURE [52:29 min]
[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: 01:09 h
[INFO] Finished at: 2015-09-01T01:19:07+00:00
[INFO] Final Memory: 29M/575M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project curator-recipes: 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-recipes> && /home/jenkins/tools/java/jdk1.6.0_45-32/jre/bin/java -jar <https://builds.apache.org/job/Curator/ws/curator-recipes/target/surefire/surefirebooter8180457828629273030.jar> <https://builds.apache.org/job/Curator/ws/curator-recipes/target/surefire/surefire3533347247316885111tmp> <https://builds.apache.org/job/Curator/ws/curator-recipes/target/surefire/surefire_394890279531290759235tmp>
[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-recipes
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-x-rpc/pom.xml> to org.apache.curator/curator-x-rpc/2.8.1-SNAPSHOT/curator-x-rpc-2.8.1-SNAPSHOT.pom
Sending artifact delta relative to Curator » Curator RPC Proxy #948
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 7300 bytes
Compression is 0.0%
Took 0.41 sec
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-client/pom.xml> to org.apache.curator/curator-client/2.8.1-SNAPSHOT/curator-client-2.8.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-client/target/curator-client-2.8.1-SNAPSHOT.jar> to org.apache.curator/curator-client/2.8.1-SNAPSHOT/curator-client-2.8.1-SNAPSHOT.jar
Sending artifact delta relative to Curator » Curator Client #948
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 75235 bytes
Compression is 0.0%
Took 0.35 sec
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-framework/pom.xml> to org.apache.curator/curator-framework/2.8.1-SNAPSHOT/curator-framework-2.8.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-framework/target/curator-framework-2.8.1-SNAPSHOT.jar> to org.apache.curator/curator-framework/2.8.1-SNAPSHOT/curator-framework-2.8.1-SNAPSHOT.jar
Sending artifact delta relative to Curator » Curator Framework #948
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 194011 bytes
Compression is 0.0%
Took 0.44 sec
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-x-discovery-server/pom.xml> to org.apache.curator/curator-x-discovery-server/2.8.1-SNAPSHOT/curator-x-discovery-server-2.8.1-SNAPSHOT.pom
Sending artifact delta relative to Curator » Curator Service Discovery Server #948
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 4377 bytes
Compression is 0.0%
Took 0.8 sec
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-examples/pom.xml> to org.apache.curator/curator-examples/2.8.1-SNAPSHOT/curator-examples-2.8.1-SNAPSHOT.pom
Sending artifact delta relative to Curator » Curator Examples #948
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2223 bytes
Compression is 0.0%
Took 0.22 sec
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-test/pom.xml> to org.apache.curator/curator-test/2.8.1-SNAPSHOT/curator-test-2.8.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-test/target/curator-test-2.8.1-SNAPSHOT.jar> to org.apache.curator/curator-test/2.8.1-SNAPSHOT/curator-test-2.8.1-SNAPSHOT.jar
Sending artifact delta relative to Curator » Curator Testing #948
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 45141 bytes
Compression is 0.0%
Took 0.21 sec
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-recipes/pom.xml> to org.apache.curator/curator-recipes/2.8.1-SNAPSHOT/curator-recipes-2.8.1-SNAPSHOT.pom
Sending artifact delta relative to Curator » Curator Recipes #948
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2810 bytes
Compression is 0.0%
Took 0.2 sec
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/pom.xml> to org.apache.curator/apache-curator/2.8.1-SNAPSHOT/apache-curator-2.8.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/target/apache-curator-2.8.1-SNAPSHOT-site.xml> to org.apache.curator/apache-curator/2.8.1-SNAPSHOT/apache-curator-2.8.1-SNAPSHOT-site.xml
Sending artifact delta relative to Curator » Apache Curator #948
Archived 2 artifacts
Archive block size is 32768
Received 1 blocks and 3292 bytes
Compression is 90.9%
Took 0.25 sec
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-x-discovery/pom.xml> to org.apache.curator/curator-x-discovery/2.8.1-SNAPSHOT/curator-x-discovery-2.8.1-SNAPSHOT.pom
Sending artifact delta relative to Curator » Curator Service Discovery #948
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2753 bytes
Compression is 0.0%
Took 0.25 sec
Sending e-mails to: dev@curator.apache.org
channel stopped

Jenkins build is back to normal : Curator #950

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