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/09 06:30:14 UTC

Build failed in Jenkins: Curator-3.0 #18

See <https://builds.apache.org/job/Curator-3.0/18/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 507 lines...]
	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:2231)
	at org.apache.curator.framework.imps.GetChildrenBuilderImpl$3.call(GetChildrenBuilderImpl.java:214)
	at org.apache.curator.framework.imps.GetChildrenBuilderImpl$3.call(GetChildrenBuilderImpl.java:203)
	at org.apache.curator.connection.ClassicConnectionHandlingPolicy.callWithRetry(ClassicConnectionHandlingPolicy.java:46)
	at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:99)
	at org.apache.curator.framework.imps.GetChildrenBuilderImpl.pathInForeground(GetChildrenBuilderImpl.java:199)
	at org.apache.curator.framework.imps.GetChildrenBuilderImpl.forPath(GetChildrenBuilderImpl.java:191)
	at org.apache.curator.framework.imps.GetChildrenBuilderImpl.forPath(GetChildrenBuilderImpl.java:38)
	at org.apache.curator.framework.recipes.queue.SimpleDistributedQueue.internalElement(SimpleDistributedQueue.java:230)
	at org.apache.curator.framework.recipes.queue.SimpleDistributedQueue.remove(SimpleDistributedQueue.java:91)
	at org.apache.curator.framework.recipes.queue.TestSimpleDistributedQueue.createNremoveMtest(TestSimpleDistributedQueue.java:206)
	at org.apache.curator.framework.recipes.queue.TestSimpleDistributedQueue.testRemove3(TestSimpleDistributedQueue.java:225)


Results :

Failed tests: 
org.apache.curator.framework.recipes.nodes.TestPersistentEphemeralNode.testRecreatesNodeWhenSessionReconnectsMultipleTimes(org.apache.curator.framework.recipes.nodes.TestPersistentEphemeralNode)
  Run 1: TestPersistentEphemeralNode.testRecreatesNodeWhenSessionReconnectsMultipleTimes:393 expected [true] but found [false]
  Run 2: PASS

org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue.testSorting(org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue)
  Run 1: TestDistributedDelayQueue.testSorting:188 expected object to not be null
  Run 2: TestDistributedDelayQueue.testSorting:188 expected object to not be null

org.apache.curator.framework.recipes.queue.TestDistributedQueue.testCustomExecutor(org.apache.curator.framework.recipes.queue.TestDistributedQueue)
  Run 1: TestDistributedQueue.testCustomExecutor:203 expected [true] but found [false]
  Run 2: TestDistributedQueue.testCustomExecutor:203 expected [true] but found [false]

org.apache.curator.framework.recipes.queue.TestSimpleDistributedQueue.testElement3(org.apache.curator.framework.recipes.queue.TestSimpleDistributedQueue)
  Run 1: TestSimpleDistributedQueue.testElement3:277->createNremoveMelementTest:252 » ConnectionLoss
  Run 2: TestSimpleDistributedQueue.testElement3:277->createNremoveMelementTest:252 » ConnectionLoss

org.apache.curator.framework.recipes.queue.TestSimpleDistributedQueue.testElement4(org.apache.curator.framework.recipes.queue.TestSimpleDistributedQueue)
  Run 1: TestSimpleDistributedQueue.testElement4:283->createNremoveMelementTest:252 » ConnectionLoss
  Run 2: TestSimpleDistributedQueue.testElement4:283->createNremoveMelementTest:252 » ConnectionLoss

org.apache.curator.framework.recipes.queue.TestSimpleDistributedQueue.testRemove3(org.apache.curator.framework.recipes.queue.TestSimpleDistributedQueue)
  Run 1: TestSimpleDistributedQueue.testRemove3:225->createNremoveMtest:206 » ConnectionLoss
  Run 2: TestSimpleDistributedQueue.testRemove3:225->createNremoveMtest:206 » ConnectionLoss


Tests run: 468, Failures: 6, Errors: 0, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Curator-3.0/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.4:attach-descriptor (attach-descriptor) @ curator-recipes ---
[INFO] 
[INFO] --- maven-license-plugin:1.9.0:check (license) @ curator-recipes ---
[INFO] Checking licenses...
[CHECKSTYLE] No report found for mojo check
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Curator Service Discovery 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ curator-x-discovery ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ curator-x-discovery ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ curator-x-discovery ---
[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-x-discovery ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 29 source files to <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/target/classes>
[WARNING] <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceCacheImpl.java>: <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceCacheImpl.java> uses or overrides a deprecated API.
[WARNING] <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceCacheImpl.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] >>> clirr-maven-plugin:2.6.1:check (default) > compile @ curator-x-discovery >>>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ curator-x-discovery ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ curator-x-discovery ---
[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-x-discovery ---
[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.6.1:check (default) < compile @ curator-x-discovery <<<
[INFO] 
[INFO] --- clirr-maven-plugin:2.6.1:check (default) @ curator-x-discovery ---
[INFO] Comparing to version: 2.8.0

[ERROR] 7012: org.apache.curator.x.discovery.ServiceCacheBuilder: Method 'public org.apache.curator.x.discovery.ServiceCacheBuilder executorService(java.util.concurrent.ExecutorService)' has been added to an interface
[ERROR] 7012: org.apache.curator.x.discovery.ServiceCacheBuilder: Method 'public org.apache.curator.x.discovery.ServiceCacheBuilder executorService(org.apache.curator.utils.CloseableExecutorService)' has been added to an interface
[INFO] Succeeded with 2 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-x-discovery ---

[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ curator-x-discovery ---
[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-x-discovery ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/target/test-classes>
[WARNING] <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/details/TestServiceDiscovery.java>: <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/details/TestServiceDiscovery.java> uses or overrides a deprecated API.
[WARNING] <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/details/TestServiceDiscovery.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ curator-x-discovery ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running TestSuite
#
# A fatal error has been detected by the Java Runtime Environment:
#
SUREFIRE-859: #  SIGSEGV (0xb) at pc=0xae80d52c, pid=1292, tid=4136209216
#
# JRE version: 7.0_25-b15
# Java VM: Java HotSpot(TM) Server VM (23.25-b01 mixed mode linux-x86 )
# Problematic frame:
# C  [libnet.so+0x352c]  _init+0x620
#
SUREFIRE-859: # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/hs_err_pid1292.log>
#
SUREFIRE-859: # If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted

Results :

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

[JENKINS] Recording test results
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Curator ..................................... SUCCESS [  3.731 s]
[INFO] Curator Testing .................................... SUCCESS [  4.887 s]
[INFO] Curator Client ..................................... SUCCESS [01:10 min]
[INFO] Curator Framework .................................. SUCCESS [41:22 min]
[INFO] Curator Recipes .................................... SUCCESS [  02:26 h]
[INFO] Curator Service Discovery .......................... FAILURE [  7.276 s]
[INFO] Curator Examples ................................... SKIPPED
[INFO] Curator Service Discovery Server ................... SKIPPED
[INFO] Curator RPC Proxy .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:09 h
[INFO] Finished at: 2015-09-09T04:27:19+00:00
[INFO] Final Memory: 30M/365M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project curator-x-discovery: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test failed: 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-3.0/ws/curator-x-discovery> && /home/jenkins/tools/java/jdk1.7.0_25-32/jre/bin/java -jar <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/target/surefire/surefirebooter169997385521643923.jar> <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/target/surefire/surefire6425205716123008608tmp> <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/target/surefire/surefire_3149559019314295585tmp>
[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/PluginExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :curator-x-discovery
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-x-rpc/pom.xml> to org.apache.curator/curator-x-rpc/3.0.0-SNAPSHOT/curator-x-rpc-3.0.0-SNAPSHOT.pom
Sending artifact delta relative to Curator-3.0 » Curator RPC Proxy #9
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 7300 bytes
Compression is 0.0%
Took 0.58 sec
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-client/pom.xml> to org.apache.curator/curator-client/3.0.0-SNAPSHOT/curator-client-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-client/target/curator-client-3.0.0-SNAPSHOT.jar> to org.apache.curator/curator-client/3.0.0-SNAPSHOT/curator-client-3.0.0-SNAPSHOT.jar
Sending artifact delta relative to Curator-3.0 » Curator Client #16
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 83412 bytes
Compression is 0.0%
Took 47 ms
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-framework/pom.xml> to org.apache.curator/curator-framework/3.0.0-SNAPSHOT/curator-framework-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-framework/target/curator-framework-3.0.0-SNAPSHOT.jar> to org.apache.curator/curator-framework/3.0.0-SNAPSHOT/curator-framework-3.0.0-SNAPSHOT.jar
Sending artifact delta relative to Curator-3.0 » Curator Framework #16
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 276346 bytes
Compression is 0.0%
Took 86 ms
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery-server/pom.xml> to org.apache.curator/curator-x-discovery-server/3.0.0-SNAPSHOT/curator-x-discovery-server-3.0.0-SNAPSHOT.pom
Sending artifact delta relative to Curator-3.0 » Curator Service Discovery Server #9
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 4377 bytes
Compression is 0.0%
Took 26 ms
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-examples/pom.xml> to org.apache.curator/curator-examples/3.0.0-SNAPSHOT/curator-examples-3.0.0-SNAPSHOT.pom
Sending artifact delta relative to Curator-3.0 » Curator Examples #9
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2223 bytes
Compression is 0.0%
Took 24 ms
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-test/pom.xml> to org.apache.curator/curator-test/3.0.0-SNAPSHOT/curator-test-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-test/target/curator-test-3.0.0-SNAPSHOT.jar> to org.apache.curator/curator-test/3.0.0-SNAPSHOT/curator-test-3.0.0-SNAPSHOT.jar
Sending artifact delta relative to Curator-3.0 » Curator Testing #16
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 45551 bytes
Compression is 0.0%
Took 30 ms
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-recipes/pom.xml> to org.apache.curator/curator-recipes/3.0.0-SNAPSHOT/curator-recipes-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-recipes/target/curator-recipes-3.0.0-SNAPSHOT.jar> to org.apache.curator/curator-recipes/3.0.0-SNAPSHOT/curator-recipes-3.0.0-SNAPSHOT.jar
Sending artifact delta relative to Curator-3.0 » Curator Recipes #16
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 280278 bytes
Compression is 0.0%
Took 88 ms
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/pom.xml> to org.apache.curator/apache-curator/3.0.0-SNAPSHOT/apache-curator-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/target/apache-curator-3.0.0-SNAPSHOT-site.xml> to org.apache.curator/apache-curator/3.0.0-SNAPSHOT/apache-curator-3.0.0-SNAPSHOT-site.xml
Sending artifact delta relative to Curator-3.0 » Apache Curator #16
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 36231 bytes
Compression is 0.0%
Took 27 ms
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/pom.xml> to org.apache.curator/curator-x-discovery/3.0.0-SNAPSHOT/curator-x-discovery-3.0.0-SNAPSHOT.pom
Sending artifact delta relative to Curator-3.0 » Curator Service Discovery #9
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2753 bytes
Compression is 0.0%
Took 24 ms
Sending e-mails to: dev@curator.apache.org
Sending e-mails to: dev@curator.apache.org
channel stopped