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/08 08:02:07 UTC

Build failed in Jenkins: Curator #887

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

------------------------------------------
Failed to access build log

java.io.IOException: remote file operation failed: /home/jenkins/jenkins-slave/workspace/Curator at hudson.remoting.Channel@1c7953ff:ubuntu-2
	at hudson.FilePath.act(FilePath.java:910)
	at hudson.FilePath.act(FilePath.java:887)
	at hudson.FilePath.toURI(FilePath.java:1036)
	at hudson.tasks.MailSender.createFailureMail(MailSender.java:278)
	at hudson.tasks.MailSender.getMail(MailSender.java:153)
	at hudson.tasks.MailSender.execute(MailSender.java:101)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.cleanUp(MavenModuleSetBuild.java:1058)
	at hudson.model.Run.execute(Run.java:1721)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)
Caused by: hudson.remoting.ChannelClosedException: channel is already closed
	at hudson.remoting.Channel.send(Channel.java:524)
	at hudson.remoting.Request.call(Request.java:129)
	at hudson.remoting.Channel.call(Channel.java:722)
	at hudson.FilePath.act(FilePath.java:903)
	... 10 more
Caused by: java.io.IOException
	at hudson.remoting.Channel.close(Channel.java:1007)
	at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:110)
	at hudson.remoting.PingThread.ping(PingThread.java:120)
	at hudson.remoting.PingThread.run(PingThread.java:81)
Caused by: java.util.concurrent.TimeoutException: Ping started on 1407471206259 hasn't completed at 1407471446259
	... 2 more

Build failed in Jenkins: Curator #889

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

Changes:

[scottb] CURATOR-33 recursive TreeCache recipe

[scottb] Namespaces working.

[scottb] Added more extensive testing.

[scottb] Fix potential race condition.

[scottb] Style tweaks.

[scottb] Style tweaks.

[scottb] Fix startup connection problem.

[randgalt] website doc for new TreeCache

------------------------------------------
[...truncated 170 lines...]
Running org.apache.curator.utils.TestZKPaths
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 sec - in org.apache.curator.utils.TestZKPaths
Running org.apache.curator.utils.TestCloseableExecutorService
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.431 sec - in org.apache.curator.utils.TestCloseableExecutorService

Results :

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

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

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.curator.framework.imps.TestFrameworkEdges
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 145.004 sec - in org.apache.curator.framework.imps.TestFrameworkEdges
Running org.apache.curator.framework.imps.TestReadOnly
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.429 sec - in org.apache.curator.framework.imps.TestReadOnly
Running org.apache.curator.framework.imps.TestMultiClient
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.838 sec - in org.apache.curator.framework.imps.TestMultiClient
Running org.apache.curator.framework.imps.TestCompression
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.85 sec - in org.apache.curator.framework.imps.TestCompression
Running org.apache.curator.framework.imps.TestFramework
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 77.746 sec - in org.apache.curator.framework.imps.TestFramework
Running org.apache.curator.framework.imps.TestTransactions
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.881 sec - in org.apache.curator.framework.imps.TestTransactions
Running org.apache.curator.framework.imps.TestWatcherIdentity
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.992 sec - in org.apache.curator.framework.imps.TestWatcherIdentity
Running org.apache.curator.framework.imps.TestWithCluster
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 180.762 sec - in org.apache.curator.framework.imps.TestWithCluster
Running org.apache.curator.framework.imps.TestCompressionInTransaction
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.917 sec - in org.apache.curator.framework.imps.TestCompressionInTransaction
Running org.apache.curator.framework.imps.TestBlockUntilConnected
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.666 sec - in org.apache.curator.framework.imps.TestBlockUntilConnected
Running org.apache.curator.framework.imps.TestTempFramework
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.776 sec - in org.apache.curator.framework.imps.TestTempFramework
Running org.apache.curator.framework.imps.TestNamespaceFacade
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.955 sec - in org.apache.curator.framework.imps.TestNamespaceFacade
Running org.apache.curator.framework.imps.TestFailedDeleteManager
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 322.685 sec - in org.apache.curator.framework.imps.TestFailedDeleteManager
Running org.apache.curator.framework.imps.TestNeverConnected
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.488 sec - in org.apache.curator.framework.imps.TestNeverConnected
Running org.apache.curator.framework.imps.TestFrameworkBackground
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.891 sec - in org.apache.curator.framework.imps.TestFrameworkBackground

Results :

Tests run: 78, 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/0/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/0/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 80 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/queue/DistributedQueue.java> uses or overrides a deprecated API.
[WARNING] Note: Recompile with -Xlint:deprecation for details.
[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>
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] Note: Some input files use or override a deprecated API.
[WARNING] Note: Recompile with -Xlint:deprecation for details.
[INFO] 2 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Curator/ws/curator-recipes/src/test/java/org/apache/curator/framework/recipes/cache/BaseTestTreeCache.java>:[121,30] cannot find symbol
symbol  : method addSuppressed(java.lang.Throwable)
location: class java.lang.AssertionError
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Curator .................................... SUCCESS [17.895s]
[INFO] Curator Testing ................................... SUCCESS [5.844s]
[INFO] Curator Client .................................... SUCCESS [47.189s]
[INFO] Curator Framework ................................. SUCCESS [15:17.556s]
[INFO] Curator Recipes ................................... FAILURE [3.155s]
[INFO] Curator Service Discovery ......................... SKIPPED
[INFO] Curator Examples .................................. SKIPPED
[INFO] Curator Service Discovery Server .................. SKIPPED
[INFO] Curator RPC Proxy ................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16:35.757s
[INFO] Finished at: Fri Aug 08 08:53:39 UTC 2014
[INFO] Final Memory: 27M/367M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project curator-recipes: Compilation failure
[ERROR] <https://builds.apache.org/job/Curator/ws/curator-recipes/src/test/java/org/apache/curator/framework/recipes/cache/BaseTestTreeCache.java>:[121,30] cannot find symbol
[ERROR] symbol  : method addSuppressed(java.lang.Throwable)
[ERROR] location: class java.lang.AssertionError
[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 #884
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 5833 bytes
Compression is 0.0%
Took 2.3 sec
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-client/pom.xml> to org.apache.curator/curator-client/2.6.1-SNAPSHOT/curator-client-2.6.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-client/target/curator-client-2.6.1-SNAPSHOT.jar> to org.apache.curator/curator-client/2.6.1-SNAPSHOT/curator-client-2.6.1-SNAPSHOT.jar
No artifacts from Curator ? Curator Client #885 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-framework/pom.xml> to org.apache.curator/curator-framework/2.6.1-SNAPSHOT/curator-framework-2.6.1-SNAPSHOT.pom
[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
No artifacts from Curator ? Curator Framework #885 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-x-discovery-server/pom.xml> to org.apache.curator/curator-x-discovery-server/2.6.1-SNAPSHOT/curator-x-discovery-server-2.6.1-SNAPSHOT.pom
Sending artifact delta relative to Curator ? Curator Service Discovery Server #884
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 4047 bytes
Compression is 0.0%
Took 99 ms
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-examples/pom.xml> to org.apache.curator/curator-examples/2.6.1-SNAPSHOT/curator-examples-2.6.1-SNAPSHOT.pom
Sending artifact delta relative to Curator ? Curator Examples #884
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2055 bytes
Compression is 0.0%
Took 63 ms
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-test/pom.xml> to org.apache.curator/curator-test/2.6.1-SNAPSHOT/curator-test-2.6.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-test/target/curator-test-2.6.1-SNAPSHOT.jar> to org.apache.curator/curator-test/2.6.1-SNAPSHOT/curator-test-2.6.1-SNAPSHOT.jar
No artifacts from Curator ? Curator Testing #885 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-recipes/pom.xml> to org.apache.curator/curator-recipes/2.6.1-SNAPSHOT/curator-recipes-2.6.1-SNAPSHOT.pom
Sending artifact delta relative to Curator ? Curator Recipes #884
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2480 bytes
Compression is 0.0%
Took 2 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
No artifacts from Curator ? Apache Curator #885 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Curator/ws/curator-x-discovery/pom.xml> to org.apache.curator/curator-x-discovery/2.6.1-SNAPSHOT/curator-x-discovery-2.6.1-SNAPSHOT.pom
Sending artifact delta relative to Curator ? Curator Service Discovery #884
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2423 bytes
Compression is 0.0%
Took 62 ms
Sending e-mails to: dev@curator.apache.org
channel stopped

Build failed in Jenkins: Curator #888

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

------------------------------------------
Failed to access build log

java.io.IOException: remote file operation failed: /home/jenkins/jenkins-slave/workspace/Curator at hudson.remoting.Channel@1c7953ff:ubuntu-2
	at hudson.FilePath.act(FilePath.java:910)
	at hudson.FilePath.act(FilePath.java:887)
	at hudson.FilePath.toURI(FilePath.java:1036)
	at hudson.tasks.MailSender.createFailureMail(MailSender.java:278)
	at hudson.tasks.MailSender.getMail(MailSender.java:153)
	at hudson.tasks.MailSender.execute(MailSender.java:101)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.cleanUp(MavenModuleSetBuild.java:1058)
	at hudson.model.Run.execute(Run.java:1721)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)
Caused by: hudson.remoting.ChannelClosedException: channel is already closed
	at hudson.remoting.Channel.send(Channel.java:524)
	at hudson.remoting.Request.call(Request.java:129)
	at hudson.remoting.Channel.call(Channel.java:722)
	at hudson.FilePath.act(FilePath.java:903)
	... 10 more
Caused by: java.io.IOException
	at hudson.remoting.Channel.close(Channel.java:1007)
	at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:110)
	at hudson.remoting.PingThread.ping(PingThread.java:120)
	at hudson.remoting.PingThread.run(PingThread.java:81)
Caused by: java.util.concurrent.TimeoutException: Ping started on 1407471206259 hasn't completed at 1407471446259
	... 2 more