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/26 21:15:19 UTC

Jenkins build is unstable: Curator #896

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


Build failed in Jenkins: Curator #899

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

Changes:

[dragonsinth] Fix broken tests.

[dragonsinth] Fix broken javadoc

------------------------------------------
[...truncated 350 lines...]
Results :

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

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

[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:install (default-install) @ curator-framework ---
[INFO] Installing org/apache/curator/curator-framework/2.6.1-SNAPSHOT/curator-framework-2.6.1-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Curator Recipes 2.6.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[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>
[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: <https://builds.apache.org/job/Curator/ws/curator-recipes/src/test/java/org/apache/curator/framework/recipes/leader/TestLeaderSelectorWithExecutor.java> uses or overrides 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: 16.829 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: 30.571 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.61 sec - in org.apache.curator.framework.recipes.queue.TestDistributedQueue
Running org.apache.curator.framework.recipes.queue.TestDistributedIdQueue
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.09 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.241 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 sec - in org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue
Running org.apache.curator.framework.recipes.queue.TestQueueSharder
Killed
Running org.apache.curator.framework.recipes.queue.TestDistributedPriorityQueue
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.492 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: 55.028 sec - in org.apache.curator.framework.recipes.queue.TestBoundedDistributedQueue
Running org.apache.curator.framework.recipes.locks.TestInterProcessReadWriteLock
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.44 sec - in org.apache.curator.framework.recipes.locks.TestInterProcessReadWriteLock
Running org.apache.curator.framework.recipes.locks.TestInterProcessMultiMutex
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.172 sec - in org.apache.curator.framework.recipes.locks.TestInterProcessMultiMutex
Running org.apache.curator.framework.recipes.locks.TestInterProcessSemaphore
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 453.135 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: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 193.561 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: 2.861 sec - in org.apache.curator.framework.recipes.locks.TestLockCleanlinessWithFaults
Running org.apache.curator.framework.recipes.locks.TestInterProcessSemaphoreMutex
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.825 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: 2.888 sec - in org.apache.curator.framework.recipes.locks.TestLockACLs
Running org.apache.curator.framework.recipes.locks.TestChildReaper
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 154.96 sec - in org.apache.curator.framework.recipes.locks.TestChildReaper
Running org.apache.curator.framework.recipes.locks.TestInterProcessMutex
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.956 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: 473.385 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: 11.612 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: 6.935 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: 137.479 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.054 sec - in org.apache.curator.framework.recipes.leader.TestLeaderSelectorParticipants
Running org.apache.curator.framework.recipes.leader.TestLeaderSelector
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 151.746 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: 46.338 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: 26.287 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.766 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.614 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: 38.34 sec - in org.apache.curator.framework.recipes.nodes.TestPersistentEphemeralNodeListener
Running org.apache.curator.framework.recipes.nodes.TestPersistentEphemeralNode
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 80.532 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: 3.879 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: 9.827 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: 13.097 sec - in org.apache.curator.framework.recipes.cache.TestNodeCache
Running org.apache.curator.framework.recipes.cache.TestTreeCache
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 106.418 sec - in org.apache.curator.framework.recipes.cache.TestTreeCache
Running org.apache.curator.framework.recipes.cache.TestPathChildrenCache
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.369 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: 5.132 sec - in org.apache.curator.framework.recipes.cache.TestPathChildrenCacheInCluster
Running org.apache.curator.framework.recipes.cache.TestTreeCacheRandomTree
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.585 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: 137.155 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.019 sec - in org.apache.curator.framework.client.TestResetConnectionWithBackgroundFailure

Results :

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

[JENKINS] Recording test results
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Curator .................................... SUCCESS [21.474s]
[INFO] Curator Testing ................................... SUCCESS [6.118s]
[INFO] Curator Client .................................... SUCCESS [45.008s]
[INFO] Curator Framework ................................. SUCCESS [14:38.663s]
[INFO] Curator Recipes ................................... FAILURE [49:32.869s]
[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: 1:05:29.600s
[INFO] Finished at: Fri Oct 03 00:06:56 UTC 2014
[INFO] Final Memory: 19M/93M
[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-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/surefirebooter5245094947616246265.jar> <https://builds.apache.org/job/Curator/ws/curator-recipes/target/surefire/surefire6907300405763683438tmp> <https://builds.apache.org/job/Curator/ws/curator-recipes/target/surefire/surefire_2828268287715896478tmp>
[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.6.1-SNAPSHOT/curator-x-rpc-2.6.1-SNAPSHOT.pom
Sending artifact delta relative to Curator » Curator RPC Proxy #896
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 5833 bytes
Compression is 0.0%
Took 0.4 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
Sending artifact delta relative to Curator » Curator Client #898
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 71709 bytes
Compression is 0.0%
Took 91 ms
[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
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-framework/target/curator-framework-2.6.1-SNAPSHOT.jar> to org.apache.curator/curator-framework/2.6.1-SNAPSHOT/curator-framework-2.6.1-SNAPSHOT.jar
Sending artifact delta relative to Curator » Curator Framework #898
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 188733 bytes
Compression is 0.0%
Took 0.14 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.6.1-SNAPSHOT/curator-x-discovery-server-2.6.1-SNAPSHOT.pom
Sending artifact delta relative to Curator » Curator Service Discovery Server #896
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 4047 bytes
Compression is 0.0%
Took 58 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 #896
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2055 bytes
Compression is 0.0%
Took 40 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
Sending artifact delta relative to Curator » Curator Testing #898
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 41778 bytes
Compression is 0.0%
Took 54 ms
[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 #896
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2480 bytes
Compression is 0.0%
Took 33 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
Sending artifact delta relative to Curator » Apache Curator #898
Archived 2 artifacts
Archive block size is 32768
Received 1 blocks and 4282 bytes
Compression is 88.4%
Took 34 ms
[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 #896
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2423 bytes
Compression is 0.0%
Took 32 ms
Sending e-mails to: dev@curator.apache.org
channel stopped

Build failed in Jenkins: Curator #898

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

Changes:

[randgalt] Added APIs for getting/setting shared values with versions for better utility

------------------------------------------
[...truncated 1006 lines...]

testPostInitializedForEmpty(org.apache.curator.framework.recipes.cache.TestPathChildrenCache)  Time elapsed: 0.007 sec  <<< FAILURE!
java.lang.NoClassDefFoundError: Could not initialize class org.apache.curator.framework.recipes.cache.PathChildrenCache
	at org.apache.curator.framework.recipes.cache.TestPathChildrenCache.testPostInitializedForEmpty(TestPathChildrenCache.java:78)

testRebuildAgainstOtherProcesses(org.apache.curator.framework.recipes.cache.TestPathChildrenCache)  Time elapsed: 0.016 sec  <<< FAILURE!
java.lang.NoClassDefFoundError: Could not initialize class org.apache.curator.framework.recipes.cache.PathChildrenCache
	at org.apache.curator.framework.recipes.cache.TestPathChildrenCache.testRebuildAgainstOtherProcesses(TestPathChildrenCache.java:489)

testRebuildAgainstOtherProcesses(org.apache.curator.framework.recipes.cache.TestPathChildrenCache)  Time elapsed: 0.017 sec  <<< FAILURE!
java.lang.NoClassDefFoundError: Could not initialize class org.apache.curator.framework.recipes.cache.PathChildrenCache
	at org.apache.curator.framework.recipes.cache.TestPathChildrenCache.testRebuildAgainstOtherProcesses(TestPathChildrenCache.java:489)

testRebuildNode(org.apache.curator.framework.recipes.cache.TestPathChildrenCache)  Time elapsed: 0.02 sec  <<< FAILURE!
java.lang.NoClassDefFoundError: org.apache.curator.framework.recipes.cache.PathChildrenCache
	at org.apache.curator.framework.recipes.cache.TestPathChildrenCache.testRebuildNode(TestPathChildrenCache.java:775)

testRebuildNode(org.apache.curator.framework.recipes.cache.TestPathChildrenCache)  Time elapsed: 0.016 sec  <<< FAILURE!
java.lang.NoClassDefFoundError: org.apache.curator.framework.recipes.cache.PathChildrenCache
	at org.apache.curator.framework.recipes.cache.TestPathChildrenCache.testRebuildNode(TestPathChildrenCache.java:775)

testUpdateWhenNotCachingData(org.apache.curator.framework.recipes.cache.TestPathChildrenCache)  Time elapsed: 0.011 sec  <<< FAILURE!
java.lang.NoClassDefFoundError: Could not initialize class org.apache.curator.framework.recipes.cache.PathChildrenCache
	at org.apache.curator.framework.recipes.cache.TestPathChildrenCache.testUpdateWhenNotCachingData(TestPathChildrenCache.java:338)

testUpdateWhenNotCachingData(org.apache.curator.framework.recipes.cache.TestPathChildrenCache)  Time elapsed: 0.01 sec  <<< FAILURE!
java.lang.NoClassDefFoundError: Could not initialize class org.apache.curator.framework.recipes.cache.PathChildrenCache
	at org.apache.curator.framework.recipes.cache.TestPathChildrenCache.testUpdateWhenNotCachingData(TestPathChildrenCache.java:338)

Running org.apache.curator.framework.recipes.cache.TestPathChildrenCacheInCluster
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.006 sec <<< FAILURE! - in org.apache.curator.framework.recipes.cache.TestPathChildrenCacheInCluster
testServerLoss(org.apache.curator.framework.recipes.cache.TestPathChildrenCacheInCluster)  Time elapsed: 3.713 sec  <<< FAILURE!
java.lang.ExceptionInInitializerError: null
	at org.apache.curator.utils.PathUtils.validatePath(PathUtils.java:48)
	at org.apache.curator.framework.recipes.cache.ChildData.<init>(ChildData.java:34)
	at org.apache.curator.framework.recipes.cache.PathChildrenCache.<clinit>(PathChildrenCache.java:91)
	at org.apache.curator.framework.recipes.cache.TestPathChildrenCacheInCluster.testServerLoss(TestPathChildrenCacheInCluster.java:52)

Running org.apache.curator.framework.recipes.cache.TestTreeCacheRandomTree
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.681 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: 136.434 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.425 sec - in org.apache.curator.framework.client.TestResetConnectionWithBackgroundFailure

Results :

Failed tests: 
  TestDistributedQueue.testFlush:708 » IllegalArgument Path cannot be null
  TestDistributedQueue.testFlush:708 » IllegalArgument Path cannot be null
  TestDistributedQueue.testMultiPutterSingleGetter:669 » IllegalArgument Path ca...
  TestDistributedQueue.testMultiPutterSingleGetter:669 » IllegalArgument Path ca...
  TestDistributedQueue.testNoDuplicateProcessing:344 » IllegalArgument Path cann...
  TestDistributedQueue.testNoDuplicateProcessing:344 » IllegalArgument Path cann...
  TestDistributedQueue.testPutListener:226 » IllegalArgument Path cannot be null
  TestDistributedQueue.testPutListener:226 » IllegalArgument Path cannot be null
  TestDistributedQueue.testPutMulti:624 » IllegalArgument Path cannot be null
  TestDistributedQueue.testPutMulti:624 » IllegalArgument Path cannot be null
  TestDistributedQueue.testSafetyWithCrash:449 » IllegalArgument Path cannot be ...
  TestDistributedQueue.testSafetyWithCrash:449 » IllegalArgument Path cannot be ...
  TestDistributedQueue.testSimple:768 » IllegalArgument Path cannot be null
  TestDistributedQueue.testSimple:768 » IllegalArgument Path cannot be null
  TestDistributedIdQueue.testOrdering:97 » IllegalArgument Path cannot be null
  TestDistributedIdQueue.testOrdering:97 » IllegalArgument Path cannot be null
  TestDistributedDelayQueue.testBasic:83 » IllegalArgument Path cannot be null
  TestDistributedDelayQueue.testBasic:83 » IllegalArgument Path cannot be null
  TestDistributedDelayQueue.testLateAddition:52 » IllegalArgument Path cannot be...
  TestDistributedDelayQueue.testLateAddition:52 » IllegalArgument Path cannot be...
  TestDistributedDelayQueue.testSimple:112 » IllegalArgument Path cannot be null
  TestDistributedDelayQueue.testSimple:112 » IllegalArgument Path cannot be null
  TestDistributedDelayQueue.testSorting:151 » IllegalArgument Path cannot be nul...
  TestDistributedDelayQueue.testSorting:151 » IllegalArgument Path cannot be nul...
  TestQueueSharder.testDistribution:93 » IllegalState Already closed or has not ...
  TestQueueSharder.testDistribution:93 » IllegalState Already closed or has not ...
  TestQueueSharder.testSharderWatchSync:129 » IllegalState Already closed or has...
  TestQueueSharder.testSharderWatchSync:129 » IllegalState Already closed or has...
  TestQueueSharder.testSimpleDistributedQueue:186 » IllegalState Already closed ...
  TestQueueSharder.testSimpleDistributedQueue:186 » IllegalState Already closed ...
  TestDistributedPriorityQueue.testAdditions:150 » IllegalArgument Path cannot b...
  TestDistributedPriorityQueue.testAdditions:150 » IllegalArgument Path cannot b...
  TestDistributedPriorityQueue.testMinItemsBeforeRefresh:53 » IllegalArgument Pa...
  TestDistributedPriorityQueue.testMinItemsBeforeRefresh:53 » IllegalArgument Pa...
  TestDistributedPriorityQueue.testSimple:195 » IllegalArgument Path cannot be n...
  TestDistributedPriorityQueue.testSimple:195 » IllegalArgument Path cannot be n...
  TestDistributedPriorityQueue.testSortingWhileTaking:101 » IllegalArgument Path...
  TestDistributedPriorityQueue.testSortingWhileTaking:101 » IllegalArgument Path...
  TestBoundedDistributedQueue.testSimple:221 » IllegalArgument Path cannot be nu...
  TestBoundedDistributedQueue.testSimple:221 » IllegalArgument Path cannot be nu...
  TestPersistentEphemeralNode.testNullPath » Test 
Expected exception java.lang....
  TestPersistentEphemeralNode.testNullPath » Test 
Expected exception java.lang....
  TestPathChildrenCache.testAsyncInitialPopulation:195 ExceptionInInitializer
  TestPathChildrenCache.testAsyncInitialPopulation:195 NoClassDefFound Could not...
  TestPathChildrenCache.testBasics:858 NoClassDefFound Could not initialize clas...
  TestPathChildrenCache.testBasics:858 NoClassDefFound Could not initialize clas...
  TestPathChildrenCache.testBasicsOnTwoCachesWithSameExecutor:905 NoClassDefFound
  TestPathChildrenCache.testBasicsOnTwoCachesWithSameExecutor:905 NoClassDefFound
  TestPathChildrenCache.testChildrenInitialized:234 NoClassDefFound Could not in...
  TestPathChildrenCache.testChildrenInitialized:234 NoClassDefFound Could not in...
  TestPathChildrenCache.testChildrenInitializedNormal:288 NoClassDefFound Could ...
  TestPathChildrenCache.testChildrenInitializedNormal:288 NoClassDefFound Could ...
  TestPathChildrenCache.testClientClosedDuringRefreshErrorMessage:165 NoClassDefFound
  TestPathChildrenCache.testClientClosedDuringRefreshErrorMessage:165 NoClassDefFound
  TestPathChildrenCache.testDeleteNodeAfterCloseDoesntCallExecutor:974 NoClassDefFound
  TestPathChildrenCache.testDeleteNodeAfterCloseDoesntCallExecutor:974 NoClassDefFound
  TestPathChildrenCache.testDeleteThenCreate:426 NoClassDefFound Could not initi...
  TestPathChildrenCache.testDeleteThenCreate:426 NoClassDefFound Could not initi...
  TestPathChildrenCache.testEnsurePath:380 NoClassDefFound Could not initialize ...
  TestPathChildrenCache.testEnsurePath:380 NoClassDefFound Could not initialize ...
  TestPathChildrenCache.testInterruptedOperationOnShutdown:1011 NoClassDefFound ...
  TestPathChildrenCache.testInterruptedOperationOnShutdown:1011 NoClassDefFound ...
  TestPathChildrenCache.testIssue27:587 NoClassDefFound Could not initialize cla...
  TestPathChildrenCache.testIssue27:587 NoClassDefFound Could not initialize cla...
  TestPathChildrenCache.testIssue27Alt:644 NoClassDefFound Could not initialize ...
  TestPathChildrenCache.testIssue27Alt:644 NoClassDefFound Could not initialize ...
  TestPathChildrenCache.testKilledSession:689 NoClassDefFound Could not initiali...
  TestPathChildrenCache.testKilledSession:689 NoClassDefFound Could not initiali...
  TestPathChildrenCache.testModes:749->internalTestMode:807 NoClassDefFound Coul...
  TestPathChildrenCache.testModes:749->internalTestMode:807 NoClassDefFound Coul...
  TestPathChildrenCache.testPostInitializedForEmpty:78 NoClassDefFound Could not...
  TestPathChildrenCache.testPostInitializedForEmpty:78 NoClassDefFound Could not...
  TestPathChildrenCache.testRebuildAgainstOtherProcesses:489 NoClassDefFound Cou...
  TestPathChildrenCache.testRebuildAgainstOtherProcesses:489 NoClassDefFound Cou...
  TestPathChildrenCache.testRebuildNode:775 NoClassDefFound org.apache.curator.f...
  TestPathChildrenCache.testRebuildNode:775 NoClassDefFound org.apache.curator.f...
  TestPathChildrenCache.testUpdateWhenNotCachingData:338 NoClassDefFound Could n...
  TestPathChildrenCache.testUpdateWhenNotCachingData:338 NoClassDefFound Could n...
  TestPathChildrenCacheInCluster.testServerLoss:52 ExceptionInInitializer

Tests run: 245, Failures: 79, Errors: 0, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Curator/ws/curator-recipes/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ curator-recipes ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ curator-recipes ---
[INFO] 
[INFO] --- maven-license-plugin:1.9.0:check (license) @ curator-recipes ---
[INFO] Checking licenses...
[INFO] Missing header in: <https://builds.apache.org/job/Curator/ws/curator-recipes/src/main/java/org/apache/curator/framework/recipes/shared/VersionedValue.java>
[CHECKSTYLE] No report found for mojo check
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Curator .................................... SUCCESS [30.746s]
[INFO] Curator Testing ................................... SUCCESS [5.924s]
[INFO] Curator Client .................................... SUCCESS [50.708s]
[INFO] Curator Framework ................................. SUCCESS [14:44.994s]
[INFO] Curator Recipes ................................... FAILURE [46:53.705s]
[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: 1:03:11.466s
[INFO] Finished at: Thu Oct 02 20:04:38 UTC 2014
[INFO] Final Memory: 20M/78M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal com.mycila.maven-license-plugin:maven-license-plugin:1.9.0:check (license) on project curator-recipes: Some files do not have the expected license header -> [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 :curator-recipes

[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 #896
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 5833 bytes
Compression is 0.0%
Took 0.42 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
Sending artifact delta relative to Curator » Curator Client #896
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 71709 bytes
Compression is 0.0%
Took 67 ms
[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
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-framework/target/curator-framework-2.6.1-SNAPSHOT.jar> to org.apache.curator/curator-framework/2.6.1-SNAPSHOT/curator-framework-2.6.1-SNAPSHOT.jar
Sending artifact delta relative to Curator » Curator Framework #896
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 188735 bytes
Compression is 0.0%
Took 2.2 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.6.1-SNAPSHOT/curator-x-discovery-server-2.6.1-SNAPSHOT.pom
Sending artifact delta relative to Curator » Curator Service Discovery Server #896
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 4047 bytes
Compression is 0.0%
Took 60 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 #896
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2055 bytes
Compression is 0.0%
Took 41 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
Sending artifact delta relative to Curator » Curator Testing #896
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 41777 bytes
Compression is 0.0%
Took 38 ms
[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
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-recipes/target/curator-recipes-2.6.1-SNAPSHOT.jar> to org.apache.curator/curator-recipes/2.6.1-SNAPSHOT/curator-recipes-2.6.1-SNAPSHOT.jar
Sending artifact delta relative to Curator » Curator Recipes #896
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 270858 bytes
Compression is 0.0%
Took 0.11 sec
[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
Sending artifact delta relative to Curator » Apache Curator #896
Archived 2 artifacts
Archive block size is 32768
Received 1 blocks and 4282 bytes
Compression is 88.4%
Took 33 ms
[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 #896
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2423 bytes
Compression is 0.0%
Took 43 ms
Sending e-mails to: dev@curator.apache.org
Sending e-mails to: dev@curator.apache.org
Sending e-mails to: dev@curator.apache.org
Sending e-mails to: dev@curator.apache.org
Sending e-mails to: dev@curator.apache.org
channel stopped

Build failed in Jenkins: Curator #897

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

Changes:

[mdrob] CURATOR-147 Remove use of deprecated APIs

[cameron] CURATOR-147 - Modified the Curator framework so that it doesn't use

[cameron] CURATOR-147 - Fixed up isStarted() call

------------------------------------------
Started by an SCM change
Building remotely on H10 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/Curator/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/curator.git
 > git init <https://builds.apache.org/job/Curator/ws/>
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/curator.git
 > git --version
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/curator.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/curator.git
 > git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/curator.git
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/curator.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/curator.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit}
Checking out Revision b66e9b6a7afbbb9fc0a95adada26c9f774a54c13 (origin/master)
 > git config core.sparsecheckout
 > git checkout -f b66e9b6a7afbbb9fc0a95adada26c9f774a54c13
 > git rev-list f9c69199bf0ff81c49554e55133f319e1d880287
[Curator] $ /bin/bash -xe /tmp/hudson343556189713171443.sh
+ git checkout master
Switched to a new branch 'master'
Branch master set up to track remote branch master from origin.
Parsing POMs
maven3-agent.jar already up to date
maven3-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[Curator] $ /home/jenkins/tools/java/latest1.6/bin/java -cp /home/jenkins/jenkins-slave/maven3-agent.jar:/home/jenkins/tools/maven/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/jenkins/tools/maven/apache-maven-3.0.4 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven3-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 44341
Error occurred during initialization of VM
Cannot create VM thread. Out of system resources.
ERROR: Failed to launch Maven. Exit code = 1