Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows JDK15 build pipeline failures #1774

Closed
sxa opened this issue May 26, 2020 · 8 comments
Closed

Windows JDK15 build pipeline failures #1774

sxa opened this issue May 26, 2020 · 8 comments
Assignees
Labels
buildbreak High priority issues that cause build breaks in jenkins or build scripts
Milestone

Comments

@sxa
Copy link
Member

sxa commented May 26, 2020

Platform: Windows

Architecture:x64

https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk/job/jdk-windows-x64-hotspot/ has been failing for over a month now

@sxa sxa added the buildbreak High priority issues that cause build breaks in jenkins or build scripts label May 26, 2020
@sxa sxa added this to the May 2020 milestone May 26, 2020
@sxa
Copy link
Member Author

sxa commented May 26, 2020

#1764 is an initial proposed fix

@M-Davies
Copy link

adoptium/installer#212 is superseeding #1764. @douph1 is looking to implement the fixes on the installer side instead of build

@sxa
Copy link
Member Author

sxa commented May 27, 2020

Oddly JDK15/Windows isn't showing in the failed builds today despite the installer job failing, so while this superficially looks ok, it's not.

We seem to have lost the propagation of the error code which was added in https://github.com/AdoptOpenJDK/openjdk-build/pull/1692/files

@douph1
Copy link
Contributor

douph1 commented May 27, 2020

this is because of this revert db4f158

@sxa
Copy link
Member Author

sxa commented May 27, 2020

No it wasn't @douph1 - the PR I referenced was later than the one you mentioned and was intended to fix the problem properly (which is why it's listed as "attempt 2". It has been correctly propogating the error code for the last month since it was merged. The culprit (as identified my Morgan) was seemingly #1755

@M-Davies
Copy link

#1782 should set upstream jobs as FAILED if the installer fails

@douph1
Copy link
Contributor

douph1 commented May 27, 2020

It was because of the commit that I mentioned that added a try / catch.
If the exception hadn't been catch, construction would have failed (I hope)?

@karianna karianna modified the milestones: May 2020, June 2020 Jun 1, 2020
@M-Davies
Copy link

M-Davies commented Jun 5, 2020

Resolved as part of many PR's (documented here adoptium/installer#211 (comment))

@M-Davies M-Davies closed this as completed Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
buildbreak High priority issues that cause build breaks in jenkins or build scripts
Projects
None yet
Development

No branches or pull requests

4 participants