Bug 571205 - 4.19 I-Build: I20210215-0600 - BUILD FAILED
Summary: 4.19 I-Build: I20210215-0600 - BUILD FAILED
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.19   Edit
Hardware: PC Windows 10
: P3 blocker (vote)
Target Milestone: 4.19 M3   Edit
Assignee: Niraj Modi CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 538991
Blocks:
  Show dependency tree
 
Reported: 2021-02-15 07:07 EST by Sravan Kumar Lakkimsetti CLA
Modified: 2021-02-17 05:47 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sravan Kumar Lakkimsetti CLA 2021-02-15 07:07:22 EST
Build Failed with this error message

 [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt:3.18.700-SNAPSHOT @ /home/jenkins/agent/workspace/I-build-4.19/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt/org.eclipse.jdt/pom.xml
 [INFO] {osgi.os=win32, osgi.ws=win32, org.eclipse.update.install.features=true, osgi.arch=x86_64}
 [ERROR] Cannot resolve project dependencies:
 [ERROR]   Software being installed: org.eclipse.jdt 3.18.700.qualifier
 [ERROR]   Missing requirement for filter properties ~= $0: org.eclipse.swt 3.116.0.qualifier requires 'org.eclipse.equinox.p2.iu; org.eclipse.swt.win32.win32.x86_64 [3.116.0.qualifier,3.116.0.qualifier]' but it could not be found
 [ERROR]   Cannot satisfy dependency: org.eclipse.jdt 3.18.700.qualifier depends on: osgi.bundle; org.eclipse.ui.cheatsheets [3.2.0,4.0.0)
 [ERROR]   Cannot satisfy dependency: org.eclipse.ui 3.119.0.qualifier depends on: osgi.bundle; org.eclipse.swt [3.103.0,4.0.0)
 [ERROR]   Cannot satisfy dependency: org.eclipse.ui.cheatsheets 3.7.200.qualifier depends on: osgi.bundle; org.eclipse.ui [3.6.0,4.0.0)
 [ERROR] 
 [ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
 [ERROR] Cannot resolve dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt:3.18.700-SNAPSHOT @ /home/jenkins/agent/workspace/I-build-4.19/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt/org.eclipse.jdt/pom.xml: See log for details -> [Help 1]
 [ERROR] 
 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
 [ERROR] 
 [ERROR] For more information about the errors and possible solutions, please read the following articles:
 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
Comment 1 Niraj Modi CLA 2021-02-15 07:12:47 EST
Fixed the SWT binaries version qualifier via below patch:
https://git.eclipse.org/r/c/platform/eclipse.platform.swt.binaries/+/176262

Re-triggered below IBuild:
I20210215-0700
Comment 2 Niraj Modi CLA 2021-02-15 09:01:47 EST
(In reply to Niraj Modi from comment #1)
> Fixed the SWT binaries version qualifier via below patch:
> https://git.eclipse.org/r/c/platform/eclipse.platform.swt.binaries/+/176262
> 
> Re-triggered below IBuild:
> I20210215-0700

IBuild is successful:
https://download.eclipse.org/eclipse/downloads/drops4/I20210215-0700/
Comment 3 Niraj Modi CLA 2021-02-17 05:47:18 EST
Marking verified.