Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] signing problems

Howdy,

I have been trying to do a ECF 3.13.1 release build this weekend and it's been failing on signing. Here are parts of the logs for the last three attempts...first failed with End of IO Stream Read and the other two with timeouts.

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

...

and the subsequent ones

  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)

...


  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.




Back to the top