You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@qpid.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/04/11 19:25:42 UTC

Build failed in Jenkins: Qpid-Java-JoramJMSTest » latest1.7,Ubuntu,qpid-jms-client #402

See <https://builds.apache.org/job/Qpid-Java-JoramJMSTest/jdk=latest1.7,label=Ubuntu,qpid.joramtests=qpid-jms-client/402/changes>

Changes:

[kwall] QPID-7155: [Java Broker] Change ticker implementation to separate slow protocol header detection from reader/writer idle timeouts established by connection tune

------------------------------------------
Started by upstream project "Qpid-Java-JoramJMSTest" build number 402
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-us1 (Ubuntu ubuntu ubuntu-us golang-ppa) in workspace <https://builds.apache.org/job/Qpid-Java-JoramJMSTest/jdk=latest1.7,label=Ubuntu,qpid.joramtests=qpid-jms-client/ws/>
Updating http://svn.apache.org/repos/asf/qpid/java/trunk at revision '2016-04-11T17:24:29.401 +0000'
U         common/src/main/java/org/apache/qpid/configuration/CommonProperties.java
U         broker-plugins/amqp-0-8-protocol/src/main/java/org/apache/qpid/server/protocol/v0_8/AMQPConnection_0_8.java
U         broker-plugins/amqp-0-10-protocol/src/main/java/org/apache/qpid/server/protocol/v0_10/ServerConnectionDelegate.java
U         broker-plugins/amqp-0-10-protocol/src/main/java/org/apache/qpid/server/protocol/v0_10/AMQPConnection_0_10.java
U         broker-plugins/amqp-1-0-protocol/src/main/java/org/apache/qpid/server/protocol/v1_0/AMQPConnection_1_0.java
U         broker-plugins/amqp-1-0-protocol/src/main/java/org/apache/qpid/server/protocol/v1_0/Connection_1_0.java
U         broker-core/src/test/java/org/apache/qpid/server/transport/TCPandSSLTransportTest.java
U         broker-core/src/main/java/org/apache/qpid/server/transport/AbstractAMQPConnection.java
U         broker-core/src/main/java/org/apache/qpid/server/transport/MultiVersionProtocolEngine.java
U         broker-core/src/main/java/org/apache/qpid/server/transport/ServerIdleReadTimeoutTicker.java
U         broker-core/src/main/java/org/apache/qpid/server/transport/ServerIdleWriteTimeoutTicker.java
U         broker-core/src/main/java/org/apache/qpid/server/transport/NonBlockingNetworkTransport.java
U         broker-core/src/main/java/org/apache/qpid/server/model/port/AmqpPort.java
U         broker-core/src/main/java/org/apache/qpid/server/model/port/AmqpPortImpl.java
At revision 1738609
FATAL: Failed to install https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.0.4/apache-maven-3.0.4-bin.zip to /home/jenkins/tools/maven/apache-maven-3.0.4
java.io.IOException: Failed to install https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.0.4/apache-maven-3.0.4-bin.zip to /home/jenkins/tools/maven/apache-maven-3.0.4
	at hudson.FilePath.installIfNecessaryFrom(FilePath.java:832)
	at hudson.tools.DownloadFromUrlInstaller.performInstallation(DownloadFromUrlInstaller.java:75)
	at hudson.tools.InstallerTranslator.getToolHome(InstallerTranslator.java:68)
	at hudson.tools.ToolLocationNodeProperty.getToolHome(ToolLocationNodeProperty.java:108)
	at hudson.tools.ToolInstallation.translateFor(ToolInstallation.java:206)
	at hudson.tasks.Maven$MavenInstallation.forNode(Maven.java:624)
	at hudson.tasks.Maven.perform(Maven.java:288)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
	at hudson.model.Build$BuildExecution.build(Build.java:205)
	at hudson.model.Build$BuildExecution.doRun(Build.java:162)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: java.io.IOException: remote file operation failed: /home/jenkins/tools/maven/apache-maven-3.0.4 at hudson.remoting.Channel@e3210c0:ubuntu-us1: java.nio.file.AccessDeniedException: /home/jenkins/tools/maven/apache-maven-3.0.4/.installedFrom
	at hudson.FilePath.act(FilePath.java:986)
	at hudson.FilePath.act(FilePath.java:968)
	at hudson.FilePath.deleteContents(FilePath.java:1183)
	at hudson.FilePath.installIfNecessaryFrom(FilePath.java:796)
	... 15 more
Caused by: java.nio.file.AccessDeniedException: /home/jenkins/tools/maven/apache-maven-3.0.4/.installedFrom
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
	at sun.nio.fs.UnixFileSystemProvider.implDelete(UnixFileSystemProvider.java:244)
	at sun.nio.fs.AbstractFileSystemProvider.delete(AbstractFileSystemProvider.java:103)
	at java.nio.file.Files.delete(Files.java:1077)
	at sun.reflect.GeneratedMethodAccessor1048.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.Util.deleteFile(Util.java:255)
	at hudson.FilePath.deleteRecursive(FilePath.java:1203)
	at hudson.FilePath.deleteContentsRecursive(FilePath.java:1212)
	at hudson.FilePath.access$1100(FilePath.java:190)
	at hudson.FilePath$15.invoke(FilePath.java:1186)
	at hudson.FilePath$15.invoke(FilePath.java:1183)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2719)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to ubuntu-us1(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.FilePath.act(FilePath.java:979)
	... 18 more
Performing Post build task...
Match found for : : True
Logical operation result is TRUE
Running script  : #!/bin/bash -x

if [[ "${BROKER_PID}" ]]
then
  echo Killing broker "${BROKER_PID}"
  kill -15 "${BROKER_PID}"
fi
[qpid-jms-client] $ /bin/bash -x /tmp/hudson778563402066817379.sh
+ [[ -n '' ]]
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: Test reports were found but none of them are new. Did tests run? 
For example, <https://builds.apache.org/job/Qpid-Java-JoramJMSTest/jdk=latest1.7,label=Ubuntu,qpid.joramtests=qpid-jms-client/ws/trunk/joramtests/target/failsafe-reports/TEST-org.objectweb.jtests.jms.conform.connection.ConnectionTest.xml> is 4 days 5 hr old



Jenkins build is back to normal : Qpid-Java-JoramJMSTest » latest1.7,Ubuntu,qpid-jms-client #403

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-JoramJMSTest/jdk=latest1.7,label=Ubuntu,qpid.joramtests=qpid-jms-client/403/changes>