Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Error in CI build

I don't think the dependency on binaries is new.  What is new is the attempt to create the solaris x86_64 launcher.  I'm not sure how to work around such build issue when contributing a new platform for the launcher.  During the build it is looking in a repo for the binaries for the new launcher.  But they do not exist yet because that is what the contribution is trying to contribute.  We also have similar issues now with the ppc64le contribution until we get a good I-Build done that includes the new platform.

Tom





From:        Mickael Istria <mistria@xxxxxxxxxx>
To:        equinox-dev@xxxxxxxxxxx
Date:        09/01/2014 02:27 AM
Subject:        [equinox-dev] Error in CI build
Sent by:        equinox-dev-bounces@xxxxxxxxxxx




Hi,

When looking at the CI job that creates Gerrit votes (
https://hudson.eclipse.org/platform/job/rt.equinox.framework-Gerrit/84/console ), I noticed the following error:

[INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (copy-launcher-natives) on project org.eclipse.equinox.launcher.gtk.solaris.x86_64: An Ant BuildException has occured: /jobs/genie.eclipse.platform/rt.equinox.framework-Gerrit/workspace/rt.equinox.binaries/org.eclipse.equinox.launcher.gtk.solaris.x86_64 does not exist.
around Ant part ...<copy todir="." overwrite="true">... @ 4:36 in /jobs/genie.eclipse.platform/rt.equinox.framework-Gerrit/workspace/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86_64/target/antrun/build-main.xml
[DEBUG] Closing connection to remote
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (copy-launcher-natives) on project org.eclipse.equinox.launcher.gtk.solaris.x86_64: An Ant BuildException has occured: /jobs/genie.eclipse.platform/rt.equinox.framework-Gerrit/workspace/rt.equinox.binaries/org.eclipse.equinox.launcher.gtk.solaris.x86_64 does not exist.
[ERROR] around Ant part ...<copy todir="." overwrite="true">... @ 4:36 in /jobs/genie.eclipse.platform/rt.equinox.framework-Gerrit/workspace/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86_64/target/antrun/build-main.xml


Does this mean that the rt.equinox.framework repo now needs the rt.equinox.binaries sources in order to build?
The command used by build is "mvn clean verify -Pbuild-individual-bundle -DskipTests=true -Dmaven.test.skip=true"

--
Mickael Istria
Eclipse developer at
JBoss, by Red Hat
My blog - My Tweets_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/equinox-dev

Back to the top