Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] release build failing on signing

Hi Folks,

I have been trying to do a 3.13.1 warmup build this weekend and the R-HEAD_Release build has failed three times in a row on signing [1]...#267, 268, 269.

The console output for 267 was:

ant] [INFO] You can check signing status by tailing '/home/data/httpd/download-staging.priv/arch/signer.log'
[ant] Waiting for signing to complete. This may take more then 20 minutes. (Expect to see several 'Remote command failed' messages)
[ant] ls: cannot access /home/data/httpd/download-staging.priv/rt/ecf/out20160403023434/site_1646321392.zip: No such file or directory
[ant] Target 'assert.output.present.keyfile' failed with message 'com.jcraft.jsch.JSchException: Session.connect: java.io.IOException: End of IO Stream Read'.
ERROR: org.eclipse.core.runtime.CoreException: /opt/hudson/tools/Buckminster/Buckminster_4.5/buckminster/configuration/org.eclipse.osgi/22/0/.cp/org/eclipse/buckminster/jarprocessor/antscript/signing.ant:164: The following error occurred while executing this line:
/opt/hudson/tools/Buckminster/Buckminster_4.5/buckminster/configuration/org.eclipse.osgi/22/0/.cp/org/eclipse/buckminster/jarprocessor/antscript/sign

268 was

  target.arch=x86_64
  buckminster.output=/opt/hudson/jobs/R-HEAD-sdk.feature/workspace/buckminster.output/org.eclipse.ecf.sdk_3.13.1-eclipse.feature
  localhost=ecf-builds.osuosl.org
  eclipse.home=/opt/hudson/tools/Buckminster/Buckminster_4.5/buckminster
  buckminster.temp=/opt/hudson/jobs/R-HEAD-sdk.feature/workspace/buckminster.temp/org.eclipse.ecf.sdk_3.13.1-eclipse.feature/temp
  buckminster.home=/opt/hudson/jobs/R-HEAD-sdk.feature/workspace/projects/org.eclipse.ecf.sdk/
[ant] Queueing site_573286944.zip for signing
ERROR: org.eclipse.core.runtime.CoreException: /opt/hudson/tools/Buckminster/Buckminster_4.5/buckminster/configuration/org.eclipse.osgi/22/0/.cp/org/eclipse/buckminster/jarprocessor/antscript/signing.ant:175: Timeout period exceeded, connection dropped.
org.eclipse.core.runtime.CoreException: /opt/hudson/tools/Buckminster/Buckminster_4.5/buckminster/configuration/org.eclipse.osgi/22/0/.cp/org/eclipse/buckminster/jarprocessor/antscript/signing.ant:175: Timeout period exceeded, connection dropped.
	at org.eclipse.buckminster.ant.AntRunner.handleInvocationTargetException(AntRunner.java:169)

and 269 was:

  buckminster.temp=/opt/hudson/jobs/R-HEAD-sdk.feature/workspace/buckminster.temp/org.eclipse.ecf.sdk_3.13.1-eclipse.feature/temp
  buckminster.home=/opt/hudson/jobs/R-HEAD-sdk.feature/workspace/projects/org.eclipse.ecf.sdk/
[ant] Queueing site_704172407.zip for signing
ERROR: org.eclipse.core.runtime.CoreException: /opt/hudson/tools/Buckminster/Buckminster_4.5/buckminster/configuration/org.eclipse.osgi/22/0/.cp/org/eclipse/buckminster/jarprocessor/antscript/signing.ant:175: Timeout period exceeded, connection dropped.
org.eclipse.core.runtime.CoreException: /opt/hudson/tools/Buckminster/Buckminster_4.5/buckminster/configuration/org.eclipse.osgi/22/0/.cp/org/eclipse/buckminster/jarprocessor/antscript/signing.ant:175: Timeout period exceeded, connection dropped.


Any ideas about what may be going wrong?

Thanks,

Scott


[1] https://build.ecf-project.org/jenkins/job/R-HEAD-sdk.feature/


Back to the top