[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [jdt-dev] Failing JDT Core gerrits
|
I took a quick look and noticed the following in the logs.
Note that both builds fetched
org.eclipse.team.core_3.8.1100.v20200607-0846.jar.pack.gz from
https://download.eclipse.org/eclipse/updates/4.17-I-builds/I20200609-0150/plugins/
In the failing build,
16:32:50 [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.jdt.core.tests.model ---
16:32:51 [INFO] Fetching org.eclipse.team.core_3.8.1000.v20200606-0801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17-I-builds/I20200606-1800/plugins/ (124.87kB)
16:32:53 [INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-14/latest]
16:32:53 [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/eclipse.jdt.core-Gerrit/org.eclipse.jdt.core.tests.model/target/work/data/.metadata/.log
16:32:53 [INFO] Command line:
In the successful build,
23:51:24 [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.jdt.core.tests.model ---
23:51:26 [INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-14/latest]
23:51:26 [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/eclipse.jdt.core-Gerrit/org.eclipse.jdt.core.tests.model/target/work/data/.metadata/.log
23:51:26 [INFO] Command line:
So likely 'Another singleton bundle selected' is referring to the fact
that 3.8.1000 was present and so 3.8.1100 couldn't be resolved.
--
Roland Grunberg