Bug 578464 - Build failures due to SWT build input script problems
Summary: Build failures due to SWT build input script problems
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.23   Edit
Hardware: PC All
: P3 blocker (vote)
Target Milestone: 4.23 M3   Edit
Assignee: Niraj Modi CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-31 03:18 EST by Sravan Kumar Lakkimsetti CLA
Modified: 2022-02-17 01:20 EST (History)
4 users (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 2022-01-31 03:18:11 EST
The daily builds are failing because of problems in SWT build input job.

full log: https://ci.eclipse.org/releng/job/SWT-Increment_if_needed/618/console

relevant error message
get_version:
   [script] Warning: Nashorn engine is planned to be removed from a future JDK release
     [echo] Version=4950r3; New=4950r4; New comma_ver=4,950,4,0

get_new_tag:
   [script] Warning: Nashorn engine is planned to be removed from a future JDK release

BUILD FAILED
/home/jenkins/agent/workspace/SWT-Increment_if_needed/eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml:389: Unable to determine new tag
Comment 1 Eclipse Genie CLA 2022-01-31 05:17:10 EST
New Gerrit change created: https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/190197
Comment 2 Niraj Modi CLA 2022-01-31 05:49:35 EST
SWT build input tagging has reached the upper limit of 'z'.

We tried a SWT build input with force native but it didn't worked out:
https://ci.eclipse.org/releng/view/SWT%20Natives%20without%20chromium/job/SWT-Increment_if_needed/622/console

We are investigating to update the SWT tagging logic via build script or manually.
Comment 5 Niraj Modi CLA 2022-01-31 07:18:03 EST
(In reply to Niraj Modi from comment #4)
> Windows machine seems offline:
> https://ci.eclipse.org/releng/view/SWT%20Natives%20without%20chromium/job/
> win32_x86_64/79/console
> 
> Raised gitlab issue:
> https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/827

Windows machine is up and SWT build input worked now.

Triggered below Eclipse IBuild:
I20220131-0700
Comment 6 Niraj Modi CLA 2022-01-31 08:03:08 EST
Re-triggered Eclipse IBuild:
20220131-0800
Comment 7 Andrey Loskutov CLA 2022-02-01 02:10:32 EST
(In reply to Niraj Modi from comment #6)
> Re-triggered Eclipse IBuild:
> 20220131-0800

There was no nightly build today. Is the job disabled now or just not triggered again?
Comment 8 Niraj Modi CLA 2022-02-01 02:58:19 EST
(In reply to Andrey Loskutov from comment #7)
> (In reply to Niraj Modi from comment #6)
> > Re-triggered Eclipse IBuild:
> > 20220131-0800
> 
> There was no nightly build today. Is the job disabled now or just not
> triggered again?

Checked with Sravan on this, we decided to re-open below gitlab issue:
https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/824
Comment 9 Niraj Modi CLA 2022-02-01 03:03:11 EST
(In reply to Niraj Modi from comment #6)
> Re-triggered Eclipse IBuild:
> 20220131-0800

Since Eclipse IBuild ran successfully, closing.

Raised bug 578503 to improve the SWT's build tagging logic.