See <https://builds.apache.org/job/Curator/33/display/redirect>
------------------------------------------ [...truncated 1.41 MB...] Running org.apache.curator.framework.imps.TestCreateReturningStat Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.252 sec - in org.apache.curator.framework.imps.TestCreateReturningStat Running org.apache.curator.framework.imps.TestMultiClient Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.966 sec - in org.apache.curator.framework.imps.TestMultiClient Running org.apache.curator.framework.imps.TestBlockUntilConnected Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.31 sec - in org.apache.curator.framework.imps.TestBlockUntilConnected Running org.apache.curator.framework.imps.TestTransactionsOld Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.149 sec - in org.apache.curator.framework.imps.TestTransactionsOld Running org.apache.curator.framework.imps.TestReconfiguration Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.033 sec - in org.apache.curator.framework.imps.TestReconfiguration Running org.apache.curator.framework.imps.TestNamespaceFacade Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.314 sec - in org.apache.curator.framework.imps.TestNamespaceFacade Running org.apache.curator.framework.imps.TestEnabledSessionExpiredState Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 149.692 sec - in org.apache.curator.framework.imps.TestEnabledSessionExpiredState Results : Tests run: 186, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Curator Recipes 4.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ curator-recipes --- [INFO] [INFO] --- maven-resources-plugin:2.7: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.5.1:compile (default-compile) @ curator-recipes --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 88 source files to <https://builds.apache.org/job/Curator/ws/curator-recipes/target/classes> [INFO] <https://builds.apache.org/job/Curator/ws/curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/PathChildrenCache.java>: Some input files use or override a deprecated API. [INFO] <https://builds.apache.org/job/Curator/ws/curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/PathChildrenCache.java>: Recompile with -Xlint:deprecation for details. [INFO] <https://builds.apache.org/job/Curator/ws/curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/TreeCache.java>: <https://builds.apache.org/job/Curator/ws/curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/TreeCache.java> uses unchecked or unsafe operations. [INFO] <https://builds.apache.org/job/Curator/ws/curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/TreeCache.java>: Recompile with -Xlint:unchecked for details. [INFO] [INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ curator-recipes >>> [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ curator-recipes --- [INFO] [INFO] --- maven-resources-plugin:2.7: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.5.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 [CHECKSTYLE] No report found for mojo check[INFO] [INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ curator-recipes <<< [INFO] [INFO] --- clirr-maven-plugin:2.8: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: 4.0.0 [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/curator/curator-framework/4.0.0/curator-framework-4.0.0-tests.jar [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/curator/curator-framework/4.0.0/curator-framework-4.0.0-tests.jar (186 KB at 4034.2 KB/sec) [INFO] Succeeded with 0 errors; 0 warnings; and 0 other changes. [CHECKSTYLE] No report found for mojo check[INFO] [INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @ curator-recipes --- [INFO] [INFO] --- maven-resources-plugin:2.7: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.5.1:testCompile (default-testCompile) @ curator-recipes --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 54 source files to <https://builds.apache.org/job/Curator/ws/curator-recipes/target/test-classes> [INFO] <https://builds.apache.org/job/Curator/ws/curator-recipes/src/test/java/org/apache/curator/framework/client/TestBackgroundStates.java>: Some input files use or override a deprecated API. [INFO] <https://builds.apache.org/job/Curator/ws/curator-recipes/src/test/java/org/apache/curator/framework/client/TestBackgroundStates.java>: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ curator-recipes --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.curator.framework.client.TestBackgroundStates Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.503 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: 19.904 sec - in org.apache.curator.framework.client.TestResetConnectionWithBackgroundFailure Running org.apache.curator.framework.recipes.shared.TestSharedCount Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 109.487 sec - in org.apache.curator.framework.recipes.shared.TestSharedCount Running org.apache.curator.framework.recipes.locks.TestReaper Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 189.906 sec - in org.apache.curator.framework.recipes.locks.TestReaper Running org.apache.curator.framework.recipes.locks.TestInterProcessSemaphore Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 493.738 sec - in org.apache.curator.framework.recipes.locks.TestInterProcessSemaphore Running org.apache.curator.framework.recipes.locks.TestInterProcessSemaphoreMutex Tests run: 8, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 145.857 sec <<< FAILURE! - in org.apache.curator.framework.recipes.locks.TestInterProcessSemaphoreMutex testWaitingProcessKilledServer(org.apache.curator.framework.recipes.locks.TestInterProcessSemaphoreMutex) Time elapsed: 47.372 sec <<< FAILURE! java.lang.AssertionError: One or more child watchers are still registered: [/locks/our-lock/leases] Running org.apache.curator.framework.recipes.locks.TestChildReaper Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 202.517 sec - in org.apache.curator.framework.recipes.locks.TestChildReaper Running org.apache.curator.framework.recipes.locks.TestInterProcessMutex Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 66.924 sec - in org.apache.curator.framework.recipes.locks.TestInterProcessMutex Running org.apache.curator.framework.recipes.locks.TestInterProcessMultiMutex Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 68.967 sec - in org.apache.curator.framework.recipes.locks.TestInterProcessMultiMutex Running org.apache.curator.framework.recipes.locks.TestInterProcessReadWriteLock Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.077 sec - in org.apache.curator.framework.recipes.locks.TestInterProcessReadWriteLock Running org.apache.curator.framework.recipes.locks.TestInterProcessMutexBase Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 sec - in org.apache.curator.framework.recipes.locks.TestInterProcessMutexBase Running org.apache.curator.framework.recipes.locks.TestLockACLs Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.095 sec - in org.apache.curator.framework.recipes.locks.TestLockACLs Running org.apache.curator.framework.recipes.locks.TestInterProcessSemaphoreCluster Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 188.246 sec - in org.apache.curator.framework.recipes.locks.TestInterProcessSemaphoreCluster Running org.apache.curator.framework.recipes.locks.TestLockCleanlinessWithFaults Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1 sec - in org.apache.curator.framework.recipes.locks.TestLockCleanlinessWithFaults Running org.apache.curator.framework.recipes.cache.TestPathChildrenCache Tests run: 20, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 50.728 sec <<< FAILURE! - in org.apache.curator.framework.recipes.cache.TestPathChildrenCache testRebuildAgainstOtherProcesses(org.apache.curator.framework.recipes.cache.TestPathChildrenCache) Time elapsed: 2.072 sec <<< FAILURE! java.lang.AssertionError: One or more data watchers are still registered: [/test/foo] at org.apache.curator.framework.recipes.cache.TestPathChildrenCache.testRebuildAgainstOtherProcesses(TestPathChildrenCache.java:600) Running org.apache.curator.framework.recipes.cache.TestEventOrdering Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 sec - in org.apache.curator.framework.recipes.cache.TestEventOrdering Running org.apache.curator.framework.recipes.cache.TestPathChildrenCacheInCluster Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.037 sec - in org.apache.curator.framework.recipes.cache.TestPathChildrenCacheInCluster Running org.apache.curator.framework.recipes.cache.TestTreeCacheEventOrdering Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.698 sec - in org.apache.curator.framework.recipes.cache.TestTreeCacheEventOrdering Running org.apache.curator.framework.recipes.cache.TestTreeCacheRandomTree Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.791 sec - in org.apache.curator.framework.recipes.cache.TestTreeCacheRandomTree Running org.apache.curator.framework.recipes.cache.TestPathChildrenCacheEventOrdering Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.823 sec - in org.apache.curator.framework.recipes.cache.TestPathChildrenCacheEventOrdering Running org.apache.curator.framework.recipes.cache.TestNodeCache Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.105 sec - in org.apache.curator.framework.recipes.cache.TestNodeCache Running org.apache.curator.framework.recipes.cache.TestTreeCache Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 269.266 sec - in org.apache.curator.framework.recipes.cache.TestTreeCache Running org.apache.curator.framework.recipes.atomic.TestCachedAtomicCounter Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.984 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: 2.345 sec - in org.apache.curator.framework.recipes.atomic.TestDistributedAtomicLong Running org.apache.curator.framework.recipes.leader.TestLeaderLatchCluster Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.726 sec - in org.apache.curator.framework.recipes.leader.TestLeaderLatchCluster Running org.apache.curator.framework.recipes.leader.TestLeaderSelectorWithExecutor Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.845 sec - in org.apache.curator.framework.recipes.leader.TestLeaderSelectorWithExecutor Running org.apache.curator.framework.recipes.leader.TestLeaderSelectorParticipants Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.144 sec - in org.apache.curator.framework.recipes.leader.TestLeaderSelectorParticipants Running org.apache.curator.framework.recipes.leader.TestLeaderLatch Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 212.981 sec - in org.apache.curator.framework.recipes.leader.TestLeaderLatch Running org.apache.curator.framework.recipes.leader.TestLeaderAcls Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.019 sec - in org.apache.curator.framework.recipes.leader.TestLeaderAcls Running org.apache.curator.framework.recipes.leader.TestLeaderSelector Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 268.887 sec - in org.apache.curator.framework.recipes.leader.TestLeaderSelector Running org.apache.curator.framework.recipes.leader.TestLeaderSelectorCluster Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.203 sec - in org.apache.curator.framework.recipes.leader.TestLeaderSelectorCluster Running org.apache.curator.framework.recipes.leader.TestLeaderSelectorEdges Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.437 sec - in org.apache.curator.framework.recipes.leader.TestLeaderSelectorEdges Running org.apache.curator.framework.recipes.queue.TestQueueSharder Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 81.315 sec - in org.apache.curator.framework.recipes.queue.TestQueueSharder Running org.apache.curator.framework.recipes.queue.TestQueueItem Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 sec - in org.apache.curator.framework.recipes.queue.TestQueueItem Running org.apache.curator.framework.recipes.queue.TestDistributedIdQueue Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.227 sec - in org.apache.curator.framework.recipes.queue.TestDistributedIdQueue Running org.apache.curator.framework.recipes.queue.TestDistributedPriorityQueue Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.559 sec - in org.apache.curator.framework.recipes.queue.TestDistributedPriorityQueue Running org.apache.curator.framework.recipes.queue.TestSimpleDistributedQueue Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.221 sec - in org.apache.curator.framework.recipes.queue.TestSimpleDistributedQueue Running org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.764 sec - in org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue Running org.apache.curator.framework.recipes.queue.TestBoundedDistributedQueue Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 51.322 sec - in org.apache.curator.framework.recipes.queue.TestBoundedDistributedQueue Running org.apache.curator.framework.recipes.queue.TestDistributedQueue Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 119.544 sec - in org.apache.curator.framework.recipes.queue.TestDistributedQueue Running org.apache.curator.framework.recipes.barriers.TestDistributedDoubleBarrier Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.088 sec - in org.apache.curator.framework.recipes.barriers.TestDistributedDoubleBarrier Running org.apache.curator.framework.recipes.barriers.TestDistributedBarrier Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.309 sec - in org.apache.curator.framework.recipes.barriers.TestDistributedBarrier Running org.apache.curator.framework.recipes.nodes.TestPersistentTtlNode Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 51.201 sec - in org.apache.curator.framework.recipes.nodes.TestPersistentTtlNode Running org.apache.curator.framework.recipes.nodes.TestPersistentNode Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.477 sec - in org.apache.curator.framework.recipes.nodes.TestPersistentNode Running org.apache.curator.framework.recipes.nodes.TestGroupMember Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.148 sec - in org.apache.curator.framework.recipes.nodes.TestGroupMember Running org.apache.curator.framework.recipes.nodes.TestPersistentEphemeralNodeListener Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.544 sec - in org.apache.curator.framework.recipes.nodes.TestPersistentEphemeralNodeListener Running org.apache.curator.framework.recipes.nodes.TestPersistentEphemeralNode Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 331.995 sec - in org.apache.curator.framework.recipes.nodes.TestPersistentEphemeralNode Results : Failed tests: org.apache.curator.framework.recipes.cache.TestPathChildrenCache.testRebuildAgainstOtherProcesses(org.apache.curator.framework.recipes.cache.TestPathChildrenCache) Run 1: PASS Run 2: TestPathChildrenCache.testRebuildAgainstOtherProcesses:600 One or more data watchers are still registered: [/test/foo] org.apache.curator.framework.recipes.locks.TestInterProcessSemaphoreMutex.testWaitingProcessKilledServer(org.apache.curator.framework.recipes.locks.TestInterProcessSemaphoreMutex) Run 1: PASS Run 2: TestInterProcessSemaphoreMutex>TestInterProcessMutexBase.testWaitingProcessKilledServer:154 One or more child watchers are still registered: [/locks/our-lock/leases] Tests run: 264, Failures: 2, 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] Reactor Summary: [INFO] [INFO] Apache Curator ..................................... SUCCESS [ 10.258 s] [INFO] Curator Testing .................................... SUCCESS [01:09 min] [INFO] Curator Client ..................................... SUCCESS [ 35.029 s] [INFO] Curator Framework .................................. SUCCESS [20:21 min] [INFO] Curator Recipes .................................... SKIPPED [INFO] Curator Service Discovery .......................... SKIPPED [INFO] Curator Async ...................................... SKIPPED [INFO] Curator Examples ................................... SKIPPED [INFO] Curator Service Discovery Server ................... SKIPPED [INFO] Curator ZooKeeper 3.4 Testing ...................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:31 h [INFO] Finished at: 2018-01-10T16:53:00+00:00 [INFO] Final Memory: 34M/3244M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Java heap space -> [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/OutOfMemoryError [INFO] Build failures were ignored. [JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/pom.xml> to org.apache.curator/apache-curator/4.0.1-SNAPSHOT/apache-curator-4.0.1-SNAPSHOT.pom [Fast Archiver] No artifacts from Curator » Apache Curator #32 to compare, so performing full copy of artifacts [JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-test/pom.xml> to org.apache.curator/curator-test/4.0.1-SNAPSHOT/curator-test-4.0.1-SNAPSHOT.pom [Fast Archiver] No artifacts from Curator » Curator Testing #32 to compare, so performing full copy of artifacts [JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-test-zk34/pom.xml> to org.apache.curator/curator-test-zk34/4.0.1-SNAPSHOT/curator-test-zk34-4.0.1-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-x-async/pom.xml> to org.apache.curator/curator-x-async/4.0.1-SNAPSHOT/curator-x-async-4.0.1-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-examples/pom.xml> to org.apache.curator/curator-examples/4.0.1-SNAPSHOT/curator-examples-4.0.1-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-x-discovery/pom.xml> to org.apache.curator/curator-x-discovery/4.0.1-SNAPSHOT/curator-x-discovery-4.0.1-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-recipes/pom.xml> to org.apache.curator/curator-recipes/4.0.1-SNAPSHOT/curator-recipes-4.0.1-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-x-discovery-server/pom.xml> to org.apache.curator/curator-x-discovery-server/4.0.1-SNAPSHOT/curator-x-discovery-server-4.0.1-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-client/pom.xml> to org.apache.curator/curator-client/4.0.1-SNAPSHOT/curator-client-4.0.1-SNAPSHOT.pom [Fast Archiver] No artifacts from Curator » Curator Client #32 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/4.0.1-SNAPSHOT/curator-framework-4.0.1-SNAPSHOT.pom [Fast Archiver] No artifacts from Curator » Curator Framework #32 to compare, so performing full copy of artifacts Sending e-mails to: [email protected] channel stopped
