Community
Participate
Working Groups
For example, https://ci.eclipse.org/jdt/job/eclipse.jdt.ui-Gerrit/2520/console: 07:58:46 [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:1.5.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) on project org.eclipse.ltk.core.refactoring: Baseline and reactor have same fully qualified version, but with different content 07:58:46 [ERROR] different 07:58:46 [ERROR] META-INF/ECLIPSE_.RSA: present in baseline only 07:58:46 [ERROR] META-INF/ECLIPSE_.SF: present in baseline only 07:58:46 [ERROR]
The version check can be skipped for Beta branch as the versions will be updated towards the end.
New Gerrit change created: https://git.eclipse.org/r/145978
Gerrit change https://git.eclipse.org/r/145978 was merged to [BETA_JAVA13]. Commit: http://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/commit/?id=fb36bcbe9a88c730c418d3bc6f3e294ce49790bb
Hopefully, this should fix the Gerrit builds.
It is still failing: https://ci.eclipse.org/jdt/job/eclipse.jdt.ui-Gerrit/2526/console 19:08:50 [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-eclipserun-plugin:1.4.0:eclipse-run (api-analysis) on project org.eclipse.ltk.core.refactoring: Error while executing platform: Error while executing platform (return code: 10) -> [Help 1] 19:08:50 [ERROR]
(In reply to Noopur Gupta from comment #5) > It is still failing: > https://ci.eclipse.org/jdt/job/eclipse.jdt.ui-Gerrit/2526/console > > 19:08:50 [ERROR] Failed to execute goal > org.eclipse.tycho.extras:tycho-eclipserun-plugin:1.4.0:eclipse-run > (api-analysis) on project org.eclipse.ltk.core.refactoring: Error while > executing platform: Error while executing platform (return code: 10) -> > [Help 1] > 19:08:50 [ERROR] This looks like a different error from the one in comment #0. Any idea what's wrong?
(In reply to Noopur Gupta from comment #6) > (In reply to Noopur Gupta from comment #5) > > It is still failing: > > https://ci.eclipse.org/jdt/job/eclipse.jdt.ui-Gerrit/2526/console > > > > 19:08:50 [ERROR] Failed to execute goal > > org.eclipse.tycho.extras:tycho-eclipserun-plugin:1.4.0:eclipse-run > > (api-analysis) on project org.eclipse.ltk.core.refactoring: Error while > > executing platform: Error while executing platform (return code: 10) -> > > [Help 1] > > 19:08:50 [ERROR] > > This looks like a different error from the one in comment #0. > > Any idea what's wrong? please skip api analysis as well
<skipAPIAnalysis>true</skipAPIAnalysis> This will skip API analysis.
New Gerrit change created: https://git.eclipse.org/r/146127
Gerrit change https://git.eclipse.org/r/146127 was merged to [BETA_JAVA13]. Commit: http://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/commit/?id=5177b1183d33652d0cb4871a4117f39a4c1c0b8f
Gerrit is working now.