Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] R-HEAD build failing

On 20.01.2016 06:55, Scott Lewis wrote:
> I've been fussing with this R-HEAD...but when I put it back to the way
> things were for the successful build (without packing) I'm now seeing
> this exception on failed signing attempts:
> 
> [ant] Queueing site_1961713111.zip for signing
> ERROR: org.eclipse.core.runtime.CoreException: /opt/hudson/tools/hudson.plugins.buckminster.BuckminsterInstallation/Buckminster_4.3/buckminster/configuration/org.eclipse.osgi/bundles/27/1/.cp/org/eclipse/buckminster/jarprocessor/antscript/signing.ant:174: server indicated an error: scp: /home/data/users/mkuppe//home/data/httpd/download-staging.priv/rt/ecf: No such file or directory
> org.eclipse.core.runtime.CoreException: /opt/hudson/tools/hudson.plugins.buckminster.BuckminsterInstallation/Buckminster_4.3/buckminster/configuration/org.eclipse.osgi/bundles/27/1/.cp/org/eclipse/buckminster/jarprocessor/antscript/signing.ant:174: server indicated an error: scp: /home/data/users/mkuppe//home/data/httpd/download-staging.priv/rt/ecf: No such file or directory
> 	at org.eclipse.buckminster.ant.AntRunner.handleInvocationTargetException(AntRunner.java:167)
> 	at org.eclipse.buckminster.ant.AntRunner.run(AntRunner.java:322)
> 	at org.eclipse.buckminster.ant.actor.AntActor.internalPerform(AntActor.java:254)
> 	at org.eclipse.buckminster.core.actor.AbstractActor.perform(AbstractActor.java:195)
> 
> ...
> 
> 
> this appears to be saying that the path information on the Eclipse
> signing service is somehow munged up:
> 
> indicated an error: scp: /home/data/users/mkuppe//home/data/httpd/download-staging.priv/rt/ecf: No such file or directory
> 
> 
> Thing is...afaik, I (nor no one) has messed with any of these paths in
> the jenkins project configs.  It looks to me like perhaps there should
> be a space here:
> 
> scp: /home/data/users/mkuppe/  /home/data/httpd/download-staging.priv/rt/ecf
> 
> Where are these set, however?   Any ideas (Markus?) as to why/how this
> would go wrong without config changes?

Hi Scott,

I have no idea what's going on but the build versions its config on
Github [1]. The revision history might give a clue of what has changed
that broke the build.

Cheers
Markus

[1] https://github.com/ECF/Build/commits/master


Back to the top