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

Missing prereq on xlinux jdk-next #1882

Closed
M-Davies opened this issue Jun 15, 2020 · 4 comments · Fixed by #1884
Closed

Missing prereq on xlinux jdk-next #1882

M-Davies opened this issue Jun 15, 2020 · 4 comments · Fixed by #1884
Labels
bug Issues that are problems in the code as reported by the community buildbreak High priority issues that cause build breaks in jenkins or build scripts x-linux Issues that affect or relate to the x64/x32 LINUX OS
Milestone

Comments

@M-Davies
Copy link
Contributor

Platform:
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk/job/jdk-linux-x64-hotspot/153/console

Seems we're missing a prereq, either GLIBC_2.14 or the boot jdk as a whole is missing

04:31:11  Detecting boot jdk for: jdk
04:31:11  Found build version: 16
04:31:11  Required boot JDK version: 15
04:31:11  Setting JDK_BOOT_DIR to $JAVA_HOME
04:31:11  Boot jdk directory: :
04:31:11  BOOT JDK: ./build-farm/make-adopt-build-farm.sh: line 87: /bin/java: No such file or directory
04:31:11  JDK IN PATH: openjdk version "1.8.0_252"
04:31:11  JDK IN PATH: OpenJDK Runtime Environment (build 1.8.0_252-b09)
04:31:11  JDK IN PATH: OpenJDK 64-Bit Server VM (build 25.252-b09, mixed mode)
04:31:11  BRANCH:  (For release either BRANCH or TAG should be set)
04:31:11  TAG: 
04:31:11  Downloading GA release of boot JDK version 15...
04:31:12  
04:31:12  gzip: stdin: unexpected end of file
04:31:12  tar: Child returned status 1
04:31:12  tar: Error is not recoverable: exiting now
04:31:12  Downloading GA release of boot JDK version 15 failed.
04:31:12  Attempting to download EA release of boot JDK version 15 ...
04:31:21  /home/jenkins/workspace/build-scripts/jobs/jdk/jdk-linux-x64-hotspot/jdk-15/bin/java: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /home/jenkins/workspace/build-scripts/jobs/jdk/jdk-linux-x64-hotspot/jdk-15/bin/../lib/libjli.so)
@M-Davies M-Davies added bug Issues that are problems in the code as reported by the community x-linux Issues that affect or relate to the x64/x32 LINUX OS labels Jun 15, 2020
@M-Davies M-Davies changed the title GLIBC_2.14 not found on xlinux jdk-next Missing prereq on xlinux jdk-next Jun 15, 2020
@M-Davies M-Davies added the buildbreak High priority issues that cause build breaks in jenkins or build scripts label Jun 15, 2020
@sxa
Copy link
Member

sxa commented Jun 15, 2020

#1865 will have modified the lowest level of GLIBC that we can run on for xLinux but that shouldn't stop anything that needs 2.15 from running

@sxa
Copy link
Member

sxa commented Jun 15, 2020

Oh hang on - has head not been modified to take that change? It looks like HEAD has build on a CentOS6 box which has an earlier GLIBC - it needs to be built on RHEL7 too

@M-Davies
Copy link
Contributor Author

@sxa Looks like it's using Centos according to our config

@M-Davies
Copy link
Contributor Author

M-Davies commented Jun 15, 2020

Job regenerators are running red this morning too so they won't take any new changes that occured recently. https://adoptopenjdk.slack.com/archives/C09NW3L2J/p1592212915072100

ERROR: script not yet approved for use

@karianna karianna added this to TODO in temurin-build via automation Jun 15, 2020
@karianna karianna added this to the June 2020 milestone Jun 15, 2020
@karianna karianna moved this from TODO to Done in temurin-build Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that are problems in the code as reported by the community buildbreak High priority issues that cause build breaks in jenkins or build scripts x-linux Issues that affect or relate to the x64/x32 LINUX OS
Projects
No open projects
temurin-build
  
Done
Development

Successfully merging a pull request may close this issue.

3 participants