Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] builds not feeling well? --- org.eclipse.tycho:tycho-surefire-plugin:3.0.0-SNAPSHOT ??
  • From: Jayaprakash Arthanareeswaran <jarthana@xxxxxxxxxx>
  • Date: Thu, 14 Jul 2022 11:40:01 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=in.ibm.com; dmarc=pass action=none header.from=in.ibm.com; dkim=pass header.d=in.ibm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=nvoKKE7Qxg9lDq1gp2AQYcaXyze0xVDRvlCoqZeIBk8=; b=NZi8V9NfPTaFOCQ7RsUn/wIrxoa0TCg9Yiz+Mha1knmk4SmOubX4fA87jBW9RevfB2faFplFfZaJNZdIKyhUvOGGNMYSdB5tUFgtyqoEPdJB2m3Igw7R7gDyPLYByWw5ekKhuBfEyL8Oo/5WpPHeWsvNQS6I8cxJnorrm5wwyVrFEEFbiEsydmoIju2ssKtOe5w/vdNdTT2BoKlSMz4TyqDGL1kGpmMTVJmctehoD9218p4snClTsPlwBtjE6B6tahdmkOcVO18oVrETRjqkWwGHvnwq9sHJxoVPgDftRCB9tJZx4aLARxxMmzflIdz6qmxWw62zbfaMiJfeJpkykA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=nxg0YJ/OkzR9UldZN4nEE4v2nw5/IW63mJRT9V9sYOiPHJg6SLIEvpQdNBJ5LIslc5dP9WCQdh1EybH0WyT5noVGWkHq8+sGKQ04WohDh5iBrFQd5VPxkWsh77bdE/RXlaQBpvhhEAw+Kvf+tGlui9e0kNp6SdEquetGMnlSHAFcCKUQ0/KUcjou0eB7zsmN1bXGGuUheNi95hzEPpOpefVkb0Uy4+yhoU7PN6gtl3c1dvaaxaPfWA/UGlJ9XckcJZDmu0wJEleNxQqRe9x3CYxTuOnAKjGm3YV7/GfiTEBiun4GKGoy6Cfl0pJDTjB1fxSRk3N9n57E00qDAT9WfA==
  • Delivered-to: jdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jdt-dev/>
  • List-help: <mailto:jdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHYl3X8beCJDqeDXUmXaj1/6eRe9K19vc+A
  • Thread-topic: [EXTERNAL] [jdt-dev] builds not feeling well? --- org.eclipse.tycho:tycho-surefire-plugin:3.0.0-SNAPSHOT ??

This is probably https://github.com/eclipse/tycho/issues/1127

Sravan can confirm.

Regards,
Jay

-----Original Message-----
From: jdt-dev <jdt-dev-bounces@xxxxxxxxxxx> On Behalf Of Stephan Herrmann
Sent: 14 July 2022 17:06
To: Eclipse JDT general developers list. <jdt-dev@xxxxxxxxxxx>
Subject: [EXTERNAL] [jdt-dev] builds not feeling well? --- org.eclipse.tycho:tycho-surefire-plugin:3.0.0-SNAPSHOT ??

I have a pull request [1] that's stuck with failing builds for some days now [2].

It fails with a dependency problem not during compilation but when trying to launch tests:

12:27:11  [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:3.0.0-SNAPSHOT:test (default-test) on project org.eclipse.jdt.core.tests.compiler: Execution default-test of goal org.eclipse.tycho:tycho-surefire-plugin:3.0.0-SNAPSHOT:test failed: Cannot resolve dependencies of MavenProject: 
org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler:3.12.2000-SNAPSHOT @
/home/jenkins/agent/workspace/eclipse.jdt.core-Github_PR-203/org.eclipse.jdt.core.tests.compiler/pom.xml: 
See log for details -> [Help 1]

Earlier in the logs I find:

12:25:32  [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default
(default-p2-metadata-default) @ org.eclipse.jdt.core.tests.compiler ---
12:25:33  [WARNING] MavenProject: 
org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler:3.12.2000-SNAPSHOT @
/home/jenkins/agent/workspace/eclipse.jdt.core-Github_PR-203/org.eclipse.jdt.core.tests.compiler/pom.xml: 
baseline and build artifacts have same version but different contents
12:25:33     classifier-sources: not present in baseline
12:25:33
12:25:33  [INFO] MavenProject: 
org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler:3.12.2000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.jdt.core-Github_PR-203/org.eclipse.jdt.core.tests.compiler/pom.xml
12:25:33      The main artifact has been replaced with the baseline version.
12:25:33      The following attached artifacts are not present in the baseline 
and have been removed: [sources]

"same version" looks wrong, as the test plugin has increased version in 4.25 already [3]


The logs continue:

12:25:33  [INFO] --- tycho-surefire-plugin:3.0.0-SNAPSHOT:test (default-test) @ 
org.eclipse.jdt.core.tests.compiler ---
12:25:33  [INFO] {osgi.os=linux, osgi.ws=gtk, 
org.eclipse.update.install.features=true, osgi.arch=x86_64}
12:25:33  [ERROR] Cannot resolve project dependencies:
12:25:33  [ERROR]   Software being installed: 
org.eclipse.jdt.core.tests.compiler 3.12.2000.qualifier
12:25:33  [ERROR]   Missing requirement: org.eclipse.jdt.core.tests.compiler 
3.12.2000.qualifier requires 'osgi.bundle; org.eclipse.jdt.annotation 
[2.0.0,3.0.0)' but it could not be found

Needless to say that org.eclipse.jdt.annotation 2.2.600-SNAPSHOT was 
successfully built earlier within the same reactor.


What's more: my PR doesn't touch that test plugin, and apparently other builds 
suffer from the same problem.

As we are running SNAPSHOT versions of tycho, did tycho introduce a bug under foot??

best,
Stephan


[1] https://github.com/eclipse-jdt/eclipse.jdt.core/pull/203 
[2] https://ci.eclipse.org/jdt/job/eclipse.jdt.core-Github/job/PR-203/
[3] 
https://github.com/eclipse-jdt/eclipse.jdt.core/commit/90ce9af45986f99c793e919c5134966aad190d56 
_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev


Back to the top