Closed github-actions[bot] closed 4 months ago
Pipelines to be triaged
Some technical issues with the auto-triage script (listed in the section below) have caused some odd output to be mixed in with the useful triage above. To simplify matters, here is a list of the pipelines that will be triaged in the coming comments:
Auto-Triage script issues
Build Triage
21:30:02 =JAVA VERSION OUTPUT BEGIN=
21:30:02 Error: dl failure on line 533
21:30:02 Error: failed /home/jenkins/workspace/build-scripts/jobs/jdk21u/jdk21u-aix-ppc64-temurin_SmokeTests/jdkbinary/j2sdk-image/lib/server/libjvm.so, because 0509-022 Cannot load module /home/jenkins/workspace/build-scripts/jobs/jdk21u/jdk21u-aix-ppc64-temurin_SmokeTests/jdkbinary/j2sdk-image/lib/server/libjvm.
21:30:02 0509-150 Dependent module /usr/jdk-17.0.4+7/../lib/libc++.a(shr2_64.o) could not be loaded.
Issue raised here with details.
Test triage
https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-linux-ppc64le-temurin/470/ All 3 associated failures occur while changing permissions while unpacking a jar.
21:23:41 Uncompressing file: OpenJDK8U-jdk_ppc64le_linux_hotspot_8u422b03-ea.tar.gz ...
21:23:41 tar: jdk8u422-b03/man/ja: Cannot change mode to rwxrwxr-x: Operation not permitted
21:23:44 tar: jdk8u422-b03/jre/lib/ppc64le/server/libjsig.so: Cannot change mode to rwxrwxr-x: Operation not permitted
Likely this issue.
https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-solaris-sparcv9-temurin/484/ Sanity.functional failure.
11:43:15 Exception: org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException: Unable to create live FilePath for build-siteox-solaris10u11-sparcv9-1; build-siteox-solaris10u11-sparcv9-1 was marked offline: Connection was broken
Looks like a networking issue. Adding to the tracker here.
https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-linux-x64-temurin/479/ Sanity.external is failing consistently with what appears to be a flaw in the dockerfile being built from.
21:30:56 [exec] Step 22/27 : RUN git checkout FUNCTIONAL_TEST_TAG
21:30:56 [exec] ---> Running in 173e36e3275e
21:30:57 [exec] [91merror: pathspec 'FUNCTIONAL_TEST_TAG' did not match any file(s) known to git
21:30:57 [exec] The command '/bin/sh -c git checkout FUNCTIONAL_TEST_TAG' returned a non-zero code: 1
Raising an issue. Link.
https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-linux-aarch64-temurin/356/
02:00:18 Cannot contact test-docker-ubi9-armv8l-1: hudson.remoting.ChannelClosedException: Channel "hudson.remoting.Channel@1ee8196a:test-docker-ubi9-armv8l-1": Remote call on test-docker-ubi9-armv8l-1 failed. The channel is closing down or has closed down
Looks like a single networking issue four times. Adding to the tracker here.
https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-linux-arm-temurin/346/
02:00:16 Cannot contact test-docker-ubuntu2004-armv7l-5: hudson.remoting.ChannelClosedException: Channel "hudson.remoting.Channel@50e98578:test-docker-ubuntu2004-armv7l-5": Remote call on test-docker-ubuntu2004-armv7l-5 failed. The channel is closing down or has closed down
Networking issue. Adding to the tracker here.
https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-linux-ppc64le-temurin/350/
22:43:12 Uncompressing file: OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.24_7-ea.tar.gz ...
22:43:14 tar: jdk-11.0.24+7/man/ja: Cannot change mode to rwxrwxr-x: Operation not permitted
22:43:20 tar: jdk-11.0.24+7/legal/jdk.jartool/LICENSE: Cannot change mode to rwxrwxr-x: Operation not permitted
22:43:20 tar: jdk-11.0.24+7/legal/jdk.jartool/ADDITIONAL_LICENSE_INFO: Cannot change mode to rwxrwxr-x: Operation not permitted
22:43:20 tar: jdk-11.0.24+7/legal/jdk.jartool/ASSEMBLY_EXCEPTION: Cannot change mode to rwxrwxr-x: Operation not permitted
22:43:20 tar: jdk-11.0.24+7/legal/jdk.internal.jvmstat/LICENSE: Cannot change mode to rwxrwxr-x: Operation not permitted
22:43:20 tar: jdk-11.0.24+7/legal/jdk.internal.jvmstat/ADDITIONAL_LICENSE_INFO: Cannot change mode to rwxrwxr-x: Operation not permitted
22:43:20 tar: jdk-11.0.24+7/legal/jdk.internal.jvmstat/ASSEMBLY_EXCEPTION: Cannot change mode to rwxrwxr-x: Operation not permitted
etc etc
Likely related to this issue, as all three happen on a 24.04 docker host.
https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-alpine-linux-x64-temurin/348/ Lots of failures. They all seem to be caused by:
15:11:27 if [ -z "$(tail -1 /home/jenkins/workspace/Test_openjdk11_hs_sanity.openjdk_x86-64_alpine-linux_testList_1/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/home/jenkins/workspace/Test_openjdk11_hs_sanity.openjdk_x86-64_alpine-linux_testList_1/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/Test_openjdk11_hs_sanity.openjdk_x86-64_alpine-linux_testList_1/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/Test_openjdk11_hs_sanity.openjdk_x86-64_alpine-linux_testList_1/aqa-tests/TKG/../TKG/output_compilation"; fi
15:11:27 Exception in thread "main" java.lang.NoSuchMethodError: getMainType
Looks like this: https://github.com/adoptium/infrastructure/issues/3529
https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-linux-x64-temurin/405/ Sanity.external failure. Same issue as above. Issue link
https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk17u/job/jdk17u-linux-aarch64-temurin/518/ Networking issues. Noted.
https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk17u/job/jdk17u-linux-arm-temurin/341/ Networking issue. Noted.
https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk17u/job/jdk17u-linux-ppc64le-temurin/447/ 4 failures unpacking a jar. Likely this issue. 1 issue launching xvfb. Likely this issue.
https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk17u/job/jdk17u-linux-x64-temurin/594/ Sanity.external failure. FUNCTIONAL_TEST_TAG error. Issue link
https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk21u/job/jdk21u-linux-x64-temurin/227/ Sanity.external failure.
20:43:20 [exec] [91mE: Problem executing scripts APT::Update::Post-Invoke 'rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true'
20:43:20 [exec] E: Sub-process returned an error code
20:43:21 [exec] The command '/bin/sh -c apt-get update && apt-get install -qq -y --no-install-recommends software-properties-common && apt-get install -qq -y --no-install-recommends gnupg && add-apt-repository ppa:ubuntu-toolchain-r/test && apt-get update && apt-get install -y --no-install-recommends ant-contrib build-essential git asciidoc && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
20:43:21 [exec] [0m
Looks like this issue.
https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk21u/job/jdk21u-mac-x64-temurin/149/
21:40:32 Exception: org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException: Unable to create live FilePath for test-orka-macos14-x64-z7lvx; test-orka-macos14-x64-z7lvx was marked offline: Connection was broken
Networking error. Noted.
https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk21u/job/jdk21u-linux-ppc64le-temurin/126/ 9 failures total 4 instances of the Xvfb timeout (example). Issue link. 5 instances of our inability to change file permissions when unpacking a jar file with tar (example). Issue link.
https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk22u/job/jdk22u-linux-riscv64-temurin/54/ 10 test failures. All are "Terminated" messages that happen randomly before testing can begin. Failed test jobs and passed jobs all seem to occur on specific machines, so I'll raise an issue with this information (no current issue seen) Issue raised: https://github.com/adoptium/infrastructure/issues/3669
https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk22u/job/jdk22u-linux-ppc64le-temurin/16/ 3 failures unpacking a build jar. Likely this issue.
https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk22u/job/jdk22u-linux-x64-temurin/23/ Dev.system failure only.
Triage complete. Will add summary to community call.
Summary
Build failures: 12 Test failures: 16
Failed Builds
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-linux-arm-temurin/346/ Cause: Post-build AQATest subjob failed. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-alpine-linux-x64-temurin/348/ Cause: Post-build AQATest subjob failed. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-linux-ppc64le-temurin/350/ Cause: Post-build AQATest subjob failed. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-linux-aarch64-temurin/356/ Cause: Post-build AQATest subjob failed. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-linux-x64-temurin/405/ Cause: Post-build AQATest subjob failed. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk17u/job/jdk17u-linux-ppc64le-temurin/447/ Cause: Post-build AQATest subjob failed. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk17u/job/jdk17u-linux-arm-temurin/341/ Cause: Post-build AQATest subjob failed. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk17u/job/jdk17u-linux-x64-temurin/594/ Cause: Post-build AQATest subjob failed. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk17u/job/jdk17u-linux-aarch64-temurin/518/ Cause: Post-build AQATest subjob failed. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk21u/job/jdk21u-linux-s390x-temurin/57/ Cause: Error/exception found. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk22/job/jdk22-aix-ppc64-temurin/21/ Cause: Error/exception found. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk22/job/jdk22-linux-ppc64le-temurin/19/ Cause: Error/exception found. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk22/job/jdk22-mac-aarch64-temurin/20/ Cause: Error/exception found. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk22/job/jdk22-linux-s390x-temurin/27/ Cause: Error/exception found. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk22/job/jdk22-windows-x64-temurin/18/ Cause: Error/exception found. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk22/job/jdk22-linux-aarch64-temurin/28/ Cause: Error/exception found. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk22/job/jdk22-alpine-linux-aarch64-temurin/21/ Cause: Error/exception found. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk22/job/jdk22-linux-x64-temurin/45/ Cause: Error/exception found. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk22/job/jdk22-alpine-linux-x64-temurin/21/ Cause: Error/exception found. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk22/job/jdk22-mac-x64-temurin/23/ Cause: Error/exception found. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk/job/jdk-linux-x64-temurin/506/ Cause: Post-build AQATest subjob failed. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk/job/jdk-linux-ppc64le-temurin/289/ Cause: Post-build AQATest subjob failed. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk/job/jdk-aix-ppc64-temurin/306/ Cause: Error/exception found. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk/job/jdk-linux-aarch64-temurin/350/ Cause: Post-build AQATest subjob failed. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk/job/jdk-alpine-linux-aarch64-temurin/133/ Cause: Post-build AQATest subjob failed. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk/job/jdk-alpine-linux-x64-temurin/303/ Cause: Post-build AQATest subjob failed. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk/job/jdk-mac-aarch64-temurin/341/ Cause: Post-build AQATest subjob failed. Preventable: no
Failure: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk/job/jdk-mac-x64-temurin/331/ Cause: Post-build AQATest subjob failed. Preventable: no
End of list
Script Issues
End of Issues