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

I have been offline for a few days.

Sent from TypeApp

On Jan 21, 2016, at 20:52, Markus Alexander Kuppe <eclipse.org@lemmster.de target=_blank>ecf-dev_eclipse.org@lemmster.de> wrote:
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


ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ecf-dev

Back to the top