Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] The p2 gerrit builds are failing right at the start

I think it's simpler--the version of com.google.gson referred to in the target file, 2.8.8.v20211029-0838, has been replaced by a 2.8.9.v20220111-1409 in the newly declared Orbit milestone.

On Sat, Feb 12, 2022 at 11:33 AM Ed Merks <ed.merks@xxxxxxxxx> wrote:

This build fails

https://ci.eclipse.org/equinox/job/p2/job/44%252F190744%252F2/1/console

It's kicked off from here:

https://git.eclipse.org/r/c/equinox/rt.equinox.p2/+/190744

Is this an infrastructure problem or is this maybe his something related to migrating the eclipse.platform.releng to github?

Here's the failing part right at the start...

+ mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=/home/jenkins/agent/workspace/p2_44_190744_2/.m2/repository -Pbuild-individual-bundles -Pbree-libs -Papi-check -DskipTests=false -Dcompare-version-with-baselines.skip=false -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -Dproject.build.sourceEncoding=UTF-8
Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/p2_44_190744_2/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.23.0-SNAPSHOT/eclipse-sdk-prereqs-4.23.0-SNAPSHOT.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@2caa9666...
[ERROR] org.eclipse.equinox.frameworkadmin.equinox: Failed to resolve target definition file:/home/jenkins/agent/workspace/p2_44_190744_2/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.23.0-SNAPSHOT/eclipse-sdk-prereqs-4.23.0-SNAPSHOT.target: Could not find "com.google.gson/2.8.8.v20211029-0838" in the repositories of the current location


_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-dev


--
Regards,
Nitin Dahyabhai
Eclipse WTP PMC

Back to the top