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

criu-ubi-portable-checkpoint_test Could not open '/lib64/ld-linux-x86-64.so.2' on zlinux #4617

Closed
llxia opened this issue Jun 9, 2023 · 1 comment

Comments

@llxia
Copy link
Contributor

llxia commented Jun 9, 2023

internal/Grinder

00:04:13.099       [exec] x86_64-binfmt-P: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory
00:04:14.032       [exec] Error: error building at STEP "RUN set -eux; 	 case "linux_x86-64" in 	  *x86-64*) 	     BUILD_ID_LAST_SUCCESS=$(wget -qO- https://openj9-jenkins.osuosl.org/job/Build_JDK11_x86-64_linux_Nightly/lastSuccessfulBuild/buildNumber); 	     BINARY_URL=$(wget -qO- https://openj9-jenkins.osuosl.org/job/Build_JDK11_x86-64_linux_Nightly/lastSuccessfulBuild/consoleText | grep -Po "(?<=Deploying artifact: )[https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Build_JDK11_x86-64_linux_Nightly/${BUILD_ID_LAST_SUCCESS}/OpenJ9-JDK11-x86-64_linux.*tar.gz");](https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Build_JDK11_x86-64_linux_Nightly/$%7BBUILD_ID_LAST_SUCCESS%7D/OpenJ9-JDK11-x86-64_linux.*tar.gz%22);) 	     ;; 	  *) 	     echo "Unsupported platform "; 	     exit 1; 	     ;; 	 esac; 	 curl -LfsSo /tmp/openjdk.tar.xz ${BINARY_URL}; 	 mkdir /tmp/jdk-extract; 	 cd /tmp/jdk-extract; 	 tar -xf /tmp/openjdk.tar.xz --strip-components=1; 	 ./bin/jlink --no-header-files --no-man-pages --compress=2 --add-modules java.base,java.compiler,java.datatransfer,java.desktop,java.instrument,java.logging,java.management,java.management.rmi,java.naming,java.net.http,java.prefs,java.rmi,java.scripting,java.se,java.security.jgss,java.security.sasl,java.smartcardio,java.sql,java.sql.rowset,java.transaction.xa,java.xml,java.xml.crypto,jdk.accessibility,jdk.attach,jdk.charsets,jdk.compiler,jdk.crypto.cryptoki,jdk.crypto.ec,jdk.dynalink,jdk.editpad,jdk.httpserver,jdk.internal.ed,jdk.internal.jvmstat,jdk.internal.le,jdk.internal.opt,jdk.jartool,jdk.javadoc,jdk.jcmd,jdk.jconsole,jdk.jdeps,jdk.jdi,jdk.jdwp.agent,jdk.jlink,jdk.jshell,jdk.jsobject,jdk.localedata,jdk.management,jdk.management.agent,jdk.naming.dns,jdk.naming.ldap,jdk.naming.rmi,jdk.net,jdk.pack,jdk.rmic,jdk.scripting.nashorn,jdk.scripting.nashorn.shell,jdk.sctp,jdk.security.auth,jdk.security.jgss,jdk.unsupported,jdk.unsupported.desktop,jdk.xml.dom,jdk.zipfs,openj9.criu,openj9.cuda,openj9.dataaccess,openj9.dtfj,openj9.dtfjview,openj9.gpu,openj9.jvm,openj9.sharedclasses,openj9.traceformat,openj9.zosconditionhandling --output /opt/java/openjdk; 	 rm -rf /tmp/jdk-extract; 	 rm -rf /tmp/openjdk.tar.xz;": error while running runtime: exit status 255
00:04:14.032  
00:04:14.032  BUILD FAILED
00:04:14.032  /home/jenkins/workspace/Grinder_imageUpload/aqa-tests/TKG/scripts/build_test.xml:95: The following error occurred while executing this line:
00:04:14.032  /home/jenkins/workspace/Grinder_imageUpload/aqa-tests/external/criu-ubi-portable-checkpoint/build.xml:25: The following error occurred while executing this line:
00:04:14.032  /home/jenkins/workspace/Grinder_imageUpload/aqa-tests/external/build.xml:97: exec returned: 125

Talked with @LongyuZhang and we suspect it is using wrong criu binary.

@LongyuZhang
Copy link
Contributor

PR #4620 has been merged to fix this issue by using ubi_with_criu image for each platform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants