Test_openjdk21_hs_sanity.openjdk_aarch64_mac
Started by upstream project "build-scripts/jobs/jdk21u/jdk21u-mac-aarch64-temurin" build number 264
originally caused by:
Started by upstream project "build-scripts/openjdk21-pipeline" build number 418
originally caused by:
Started by upstream project "build-scripts/utils/betaTrigger_21ea" build number 372
originally caused by:
Started by timer
Checking out git ${ADOPTOPENJDK_REPO} into /home/jenkins/.jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac@script/7d272c0688f17ab4e5b2f6ce77a7dc9cf4df33ff05c3a95eddd38682ef795b79 to read aqa-tests/buildenv/jenkins/openjdk_tests
The recommended git tool is: git
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Using shallow clone with depth 1
Cloning repository https://github.com/adoptium/aqa-tests.git
> git init /home/jenkins/.jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac@script/7d272c0688f17ab4e5b2f6ce77a7dc9cf4df33ff05c3a95eddd38682ef795b79/aqa-tests # timeout=10
Fetching upstream changes from https://github.com/adoptium/aqa-tests.git
> git --version # timeout=10
> git --version # 'git version 2.43.0'
> git fetch --tags --force --progress --depth=1 -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=60
> git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 657cc9bf15bebd595a52d52f7cc071ea65ceb524 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 657cc9bf15bebd595a52d52f7cc071ea65ceb524 # timeout=10
Commit message: "Unexclude DefineClassDirectByteBuffer for OpenJ9 jdk26 (#6717)"
> git rev-list --no-walk 583f188f4b7836bac1821086ba511c52d7fd81eb # timeout=10
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] timestamps
[Pipeline] {
[Pipeline] echo
[2025-11-05T22:16:29.008Z] SPEC: osx_aarch64
[Pipeline] echo
[2025-11-05T22:16:29.009Z] LABEL: ci.role.test&&hw.arch.aarch64&&(sw.os.osx||sw.os.mac)
[Pipeline] stage
[Pipeline] { (Queue)
[Pipeline] nodesByLabel
[2025-11-05T22:16:29.026Z] Found a total of 7 nodes with the 'ci.role.test&&hw.arch.aarch64&&(sw.os.osx||sw.os.mac)' label
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named dynamicAgents (to a value of type ArrayList) which could lead to memory leaks or other issues.
[Pipeline] echo
[2025-11-05T22:16:29.041Z] dynamicAgents: []
[Pipeline] node
[2025-11-05T22:16:29.087Z] Running on test-orka-macos14-arm64-dvvtz in /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac
[Pipeline] {
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named ref_cache (to a value of type GStringImpl) which could lead to memory leaks or other issues.
[Pipeline] retry
[Pipeline] {
[Pipeline] timeout
[2025-11-05T22:16:29.129Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] cleanWs
[2025-11-05T22:16:29.238Z] [WS-CLEANUP] Deleting project workspace...
[2025-11-05T22:16:29.238Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-11-05T22:16:29.266Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // timeout
[Pipeline] checkout
[2025-11-05T22:16:29.343Z] The recommended git tool is: /opt/homebrew/bin/git
[2025-11-05T22:16:29.402Z] No credentials specified
[2025-11-05T22:16:29.438Z] Cloning the remote Git repository
[2025-11-05T22:16:29.461Z] Cloning repository https://github.com/adoptium/aqa-tests.git
[2025-11-05T22:16:29.463Z] > /opt/homebrew/bin/git init /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests # timeout=10
[2025-11-05T22:16:29.525Z] [WARNING] Reference path does not exist: /Users/admin/openjdk_cache
[2025-11-05T22:16:29.525Z] Fetching upstream changes from https://github.com/adoptium/aqa-tests.git
[2025-11-05T22:16:29.525Z] > /opt/homebrew/bin/git --version # timeout=10
[2025-11-05T22:16:29.535Z] > git --version # 'git version 2.51.2'
[2025-11-05T22:16:29.535Z] > /opt/homebrew/bin/git fetch --tags --force --progress -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=10
[2025-11-05T22:16:32.985Z] Avoid second fetch
[2025-11-05T22:16:33.020Z] Checking out Revision 657cc9bf15bebd595a52d52f7cc071ea65ceb524 (origin/master)
[2025-11-05T22:16:32.891Z] > /opt/homebrew/bin/git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10
[2025-11-05T22:16:32.898Z] > /opt/homebrew/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
[2025-11-05T22:16:32.967Z] > /opt/homebrew/bin/git rev-parse origin/master^{commit} # timeout=10
[2025-11-05T22:16:33.002Z] > /opt/homebrew/bin/git config core.sparsecheckout # timeout=10
[2025-11-05T22:16:33.010Z] > /opt/homebrew/bin/git checkout -f 657cc9bf15bebd595a52d52f7cc071ea65ceb524 # timeout=10
[2025-11-05T22:16:33.717Z] Commit message: "Unexclude DefineClassDirectByteBuffer for OpenJ9 jdk26 (#6717)"
[Pipeline] }
[Pipeline] // retry
[Pipeline] load
[Pipeline] { (/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/buildenv/jenkins/JenkinsfileBase)
[Pipeline] }
[Pipeline] // load
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named jenkinsfile (to a value of type Script1) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TIME_LIMIT (to a value of type Integer) which could lead to memory leaks or other issues.
[Pipeline] timeout
[2025-11-05T22:16:37.252Z] Timeout set to expire in 1 day 1 hr
[Pipeline] {
[Pipeline] echo
[2025-11-05T22:16:37.452Z] runMulticastCmd: false
[Pipeline] stage
[Pipeline] { (Setup)
[Pipeline] sh
[2025-11-05T22:16:38.414Z] + LC_TIME=C
[2025-11-05T22:16:38.418Z] + date '+%a, %d %b %Y %T %z'
[Pipeline] echo
[2025-11-05T22:16:38.585Z] PROCESSCATCH: Terminating any hung/left over test processes:
[Pipeline] sh
[2025-11-05T22:16:39.188Z] + aqa-tests/terminateTestProcesses.sh admin
[2025-11-05T22:16:39.547Z] Mac type machine.. do not terminate any remaining processes as Orka mac VMs are not process isolated, see: https://github.com/adoptium/aqa-tests/issues/4964
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_REPO (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_REPO (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_BRANCH (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_BRANCH (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named PLATFORM (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CLONE_OPENJ9 (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CUSTOM_TARGET (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named UPSTREAM_JOB_NAME (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named UPSTREAM_JOB_NUMBER (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named SSH_AGENT_CREDENTIAL (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named KEEP_WORKSPACE (to a value of type Boolean) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_SHA (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CLOUD_PROVIDER (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named SDK_RESOURCE (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named ITERATIONS (to a value of type Integer) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named NUM_MACHINES (to a value of type Integer) which could lead to memory leaks or other issues.
[Pipeline] sh
[2025-11-05T22:16:42.334Z] + printenv
[2025-11-05T22:16:42.335Z] JCK_GIT_BRANCH=master
[2025-11-05T22:16:42.335Z] DYNAMIC_COMPILE=false
[2025-11-05T22:16:42.335Z] BUILD_URL=https://ci.adoptium.net/job/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/216/
[2025-11-05T22:16:42.335Z] OPENJ9_BRANCH=master
[2025-11-05T22:16:42.335Z] JENKINS_NODE_COOKIE=491534d2-8f58-4db9-a543-17c89c292e2c
[2025-11-05T22:16:42.335Z] DOCKER_REQUIRED=false
[2025-11-05T22:16:42.335Z] PARALLEL=Dynamic
[2025-11-05T22:16:42.335Z] HUDSON_SERVER_COOKIE=2d832652af5afba8
[2025-11-05T22:16:42.335Z] SHELL=/bin/zsh
[2025-11-05T22:16:42.335Z] jobStatus=SUCCESS
[2025-11-05T22:16:42.335Z] JOBSTARTTIME=Wed, 05 Nov 2025 17:16:37 -0500
[2025-11-05T22:16:42.335Z] STAGE_NAME=Setup
[2025-11-05T22:16:42.335Z] SSH_CLIENT=78.47.239.97 53272 22
[2025-11-05T22:16:42.335Z] TMPDIR=/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/
[2025-11-05T22:16:42.335Z] BUILD_TAG=jenkins-Test_openjdk21_hs_sanity.openjdk_aarch64_mac-216
[2025-11-05T22:16:42.335Z] RERUN_FAILURE=true
[2025-11-05T22:16:42.335Z] SDK_RESOURCE=upstream
[2025-11-05T22:16:42.335Z] TIME_LIMIT=25
[2025-11-05T22:16:42.335Z] EXTERNAL_TEST_CMD=mvn clean install
[2025-11-05T22:16:42.335Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
[2025-11-05T22:16:42.335Z] JOB_URL=https://ci.adoptium.net/job/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/
[2025-11-05T22:16:42.335Z] WORKSPACE=/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac
[2025-11-05T22:16:42.335Z] RUN_CHANGES_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/216/display/redirect?page=changes
[2025-11-05T22:16:42.335Z] JDK_BRANCH=jdk-21.0.10+1_adopt
[2025-11-05T22:16:42.335Z] USER=admin
[2025-11-05T22:16:42.335Z] ACTIVE_NODE_TIMEOUT=5
[2025-11-05T22:16:42.335Z] OPENJCEPLUS_GIT_BRANCH=semeru-java21
[2025-11-05T22:16:42.335Z] ADOPTOPENJDK_BRANCH=master
[2025-11-05T22:16:42.335Z] ARCHIVE_TEST_RESULTS=false
[2025-11-05T22:16:42.335Z] UPSTREAM_JOB_NAME=build-scripts/jobs/jdk21u/jdk21u-mac-aarch64-temurin
[2025-11-05T22:16:42.335Z] STF_OWNER_BRANCH=adoptium:master
[2025-11-05T22:16:42.335Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/216/display/redirect?page=artifacts
[2025-11-05T22:16:42.335Z] LIGHT_WEIGHT_CHECKOUT=false
[2025-11-05T22:16:42.335Z] ORIGIN_JDK_VERSION=21
[2025-11-05T22:16:42.335Z] __CF_USER_TEXT_ENCODING=0x1F5:0x0:0x0
[2025-11-05T22:16:42.335Z] SETUP_JCK_RUN=false
[2025-11-05T22:16:42.335Z] SPEC=osx_aarch64
[2025-11-05T22:16:42.337Z] PERSONAL_BUILD=false
[2025-11-05T22:16:42.338Z] TKG_ITERATIONS=1
[2025-11-05T22:16:42.338Z] TKG_OWNER_BRANCH=adoptium:master
[2025-11-05T22:16:42.338Z] RERUN_ITERATIONS=1
[2025-11-05T22:16:42.338Z] JENKINS_HOME=/home/jenkins/.jenkins
[2025-11-05T22:16:42.338Z] ITERATIONS=1
[2025-11-05T22:16:42.338Z] KEEP_REPORTDIR=true
[2025-11-05T22:16:42.338Z] PATH=/opt/homebrew/bin:/usr/local/bin/:/usr/bin:/bin:/usr/sbin:/sbin
[2025-11-05T22:16:42.338Z] LIB_DIR=/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib
[2025-11-05T22:16:42.338Z] RUN_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/216/display/redirect
[2025-11-05T22:16:42.338Z] _=/usr/bin/printenv
[2025-11-05T22:16:42.338Z] GENERATE_JOBS=true
[2025-11-05T22:16:42.338Z] PWD=/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac
[2025-11-05T22:16:42.338Z] JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-17/Contents/Home
[2025-11-05T22:16:42.338Z] HUDSON_URL=https://ci.adoptium.net/
[2025-11-05T22:16:42.338Z] EXIT_FAILURE=false
[2025-11-05T22:16:42.338Z] OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse:master
[2025-11-05T22:16:42.338Z] SLACK_CHANNEL=aqavit-bot
[2025-11-05T22:16:42.338Z] CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token
[2025-11-05T22:16:42.338Z] JDK_VERSION=21
[2025-11-05T22:16:42.338Z] JOB_NAME=Test_openjdk21_hs_sanity.openjdk_aarch64_mac
[2025-11-05T22:16:42.338Z] BUILD_DISPLAY_NAME=#216
[2025-11-05T22:16:42.338Z] USE_TESTENV_PROPERTIES=false
[2025-11-05T22:16:42.338Z] BUILD_ID=216
[2025-11-05T22:16:42.338Z] EXIT_SUCCESS=false
[2025-11-05T22:16:42.338Z] JENKINS_URL=https://ci.adoptium.net/
[2025-11-05T22:16:42.338Z] TEST_TIME=120
[2025-11-05T22:16:42.338Z] PLATFORM=aarch64_mac
[2025-11-05T22:16:42.338Z] JDK_IMPL=hotspot
[2025-11-05T22:16:42.338Z] JOB_BASE_NAME=Test_openjdk21_hs_sanity.openjdk_aarch64_mac
[2025-11-05T22:16:42.338Z] RUN_TESTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/216/display/redirect?page=tests
[2025-11-05T22:16:42.338Z] AUTO_DETECT=true
[2025-11-05T22:16:42.338Z] SHLVL=2
[2025-11-05T22:16:42.338Z] HOME=/Users/admin
[2025-11-05T22:16:42.338Z] TAP_NAME=Test_openjdk21_hs_sanity.openjdk_aarch64_mac.tap
[2025-11-05T22:16:42.338Z] CI=true
[2025-11-05T22:16:42.338Z] EXECUTOR_NUMBER=0
[2025-11-05T22:16:42.338Z] WORKSPACE_TMP=/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac@tmp
[2025-11-05T22:16:42.338Z] JENKINS_SERVER_COOKIE=durable-851d6cc4e0322c0d1466a4a75eb2237d86c45dd1111d0534d54afafe7ee0ac12
[2025-11-05T22:16:42.338Z] NODE_LABELS=aarch64 macos14 hw.arch.aarch64 ci.role.test arm64 test-orka-macos14-arm64-dvvtz sw.os.osx orka mac
[2025-11-05T22:16:42.338Z] TARGET=sanity.openjdk
[2025-11-05T22:16:42.338Z] BUILD_LIST=openjdk
[2025-11-05T22:16:42.338Z] SYSTEM_LIB_DIR=/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/system_lib
[2025-11-05T22:16:42.338Z] LOGNAME=admin
[2025-11-05T22:16:42.338Z] EXTERNAL_CUSTOM_BRANCH=master
[2025-11-05T22:16:42.338Z] JDK_REPO=https://github.com/adoptium/jdk21u
[2025-11-05T22:16:42.338Z] ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium:master
[2025-11-05T22:16:42.338Z] SSH_CONNECTION=78.47.239.97 53272 192.168.64.6 22
[2025-11-05T22:16:42.338Z] UPSTREAM_JOB_NUMBER=264
[2025-11-05T22:16:42.338Z] HUDSON_HOME=/home/jenkins/.jenkins
[2025-11-05T22:16:42.338Z] NODE_NAME=test-orka-macos14-arm64-dvvtz
[2025-11-05T22:16:42.338Z] BUILD_NUMBER=216
[2025-11-05T22:16:42.338Z] JOB_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/display/redirect
[2025-11-05T22:16:42.338Z] KEEP_WORKSPACE=false
[2025-11-05T22:16:42.338Z] HUDSON_COOKIE=7325fc19-31ac-486a-aa4f-96579528a7bb
[2025-11-05T22:16:42.338Z] PERF_ROOT=/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../benchmarks
[2025-11-05T22:16:42.338Z] USE_JRE=false
[2025-11-05T22:16:42.338Z] TEST_JDK_HOME=/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/jdkbinary/j2sdk-image
[2025-11-05T22:16:42.338Z] ADOPTOPENJDK_REPO=https://github.com/adoptium/aqa-tests.git
[2025-11-05T22:16:42.338Z] OPENJCEPLUS_GIT_REPO=https://github.com/ibmruntimes/OpenJCEPlus.git
Did you forget the `def` keyword? Script1 seems to be setting a field named CUSTOMIZED_SDK_URL_OPTION (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] timeout
[2025-11-05T22:16:42.453Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] dir
[2025-11-05T22:16:42.491Z] Running in /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/jdkbinary
[Pipeline] {
[Pipeline] copyArtifacts
[2025-11-05T22:17:15.966Z] Copied 7 artifacts from "build-scripts » jobs » jdk21u » jdk21u-mac-aarch64-temurin" build number 264
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_REPO_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_BRANCH_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_REPO_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_BRANCH_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_SHA_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CLONE_OPENJ9_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CLONE_OPENJ9_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named JDK_VERSION_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named JDK_IMPL_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_REPO_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_BRANCH_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_REPOS (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_BRANCHES (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_DIRS (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_SHAS (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] echo
[2025-11-05T22:17:16.511Z] IS_SVT_TESTREPO is set to false
Did you forget the `def` keyword? Script1 seems to be setting a field named TEST_IMAGES_REQUIRED (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named DEBUG_IMAGES_REQUIRED (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CODE_COVERAGE_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named ADDITIONAL_ARTIFACTS_REQUIRED_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CURL_OPTS (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named GET_SH_CMD (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named RESOLVED_MAKE (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] dir
[2025-11-05T22:17:16.526Z] Running in /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac
[Pipeline] {
[Pipeline] sshagent
[2025-11-05T22:17:16.536Z] $ ssh-agent
[2025-11-05T22:17:16.713Z] SSH_AUTH_SOCK=/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T//ssh-VwskbySKjjuS/agent.2748
[2025-11-05T22:17:16.713Z] SSH_AGENT_PID=2749
[2025-11-05T22:17:16.713Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
[2025-11-05T22:17:16.738Z] Running in /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests
[Pipeline] {
[Pipeline] withCredentials
[2025-11-05T22:17:16.795Z] Masking supported pattern matches of $USERNAME or $PASSWORD
[Pipeline] {
[Pipeline] sh
[2025-11-05T22:17:17.356Z] ++ pwd
[2025-11-05T22:17:17.357Z] + ./get.sh -s /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/.. -p aarch64_mac -r upstream -j 21 -i hotspot --clone_openj9 false --tkg_repo https://github.com/adoptium/TKG.git --tkg_branch master
[2025-11-05T22:17:17.730Z] TESTDIR: /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests
[2025-11-05T22:17:17.730Z] get jdk binary...
[2025-11-05T22:17:17.730Z] --sdkdir is set to upstream. Therefore, skip download jdk binary
[2025-11-05T22:17:17.730Z] Uncompressing file: OpenJDK21U-jdk_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz ...
[2025-11-05T22:17:18.578Z] List files in jdkbinary folder...
[2025-11-05T22:17:18.578Z] total 653992
[2025-11-05T22:17:18.578Z] -rw-r--r-- 1 admin staff 50328483 Nov 5 15:15 OpenJDK21U-debugimage_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz
[2025-11-05T22:17:18.578Z] -rw-r--r-- 1 admin staff 199863687 Nov 5 15:19 OpenJDK21U-jdk_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz
[2025-11-05T22:17:18.578Z] -rw-r--r-- 1 admin staff 48078875 Nov 5 15:19 OpenJDK21U-jre_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz
[2025-11-05T22:17:18.578Z] -rw-r--r-- 1 admin staff 30515 Nov 5 15:16 OpenJDK21U-sbom_aarch64_mac_hotspot_21.0.10_1-ea-metadata.json
[2025-11-05T22:17:18.578Z] -rw-r--r-- 1 admin staff 157981 Nov 5 16:55 OpenJDK21U-sbom_aarch64_mac_hotspot_21.0.10_1-ea.json
[2025-11-05T22:17:18.578Z] -rw-r--r-- 1 admin staff 3840058 Nov 5 15:19 OpenJDK21U-static-libs_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz
[2025-11-05T22:17:18.578Z] -rw-r--r-- 1 admin staff 28725529 Nov 5 15:14 OpenJDK21U-testimage_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz
[2025-11-05T22:17:18.578Z] drwxr-xr-x 3 admin staff 96 Nov 5 17:17 tmp
[2025-11-05T22:17:18.578Z] List files in jdkbinary/tmp folder...
[2025-11-05T22:17:18.578Z] total 0
[2025-11-05T22:17:18.578Z] drwxr-xr-x 3 admin staff 96 Nov 5 07:18 jdk-21.0.10+1
[2025-11-05T22:17:18.578Z] Moving directory jdk-21.0.10+1/ to ../j2sdk-image
[2025-11-05T22:17:18.578Z] Uncompressing file: OpenJDK21U-jre_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz ...
[2025-11-05T22:17:18.937Z] List files in jdkbinary folder...
[2025-11-05T22:17:18.937Z] total 653992
[2025-11-05T22:17:18.938Z] -rw-r--r-- 1 admin staff 50328483 Nov 5 15:15 OpenJDK21U-debugimage_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz
[2025-11-05T22:17:18.938Z] -rw-r--r-- 1 admin staff 199863687 Nov 5 15:19 OpenJDK21U-jdk_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz
[2025-11-05T22:17:18.938Z] -rw-r--r-- 1 admin staff 48078875 Nov 5 15:19 OpenJDK21U-jre_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz
[2025-11-05T22:17:18.938Z] -rw-r--r-- 1 admin staff 30515 Nov 5 15:16 OpenJDK21U-sbom_aarch64_mac_hotspot_21.0.10_1-ea-metadata.json
[2025-11-05T22:17:18.938Z] -rw-r--r-- 1 admin staff 157981 Nov 5 16:55 OpenJDK21U-sbom_aarch64_mac_hotspot_21.0.10_1-ea.json
[2025-11-05T22:17:18.938Z] -rw-r--r-- 1 admin staff 3840058 Nov 5 15:19 OpenJDK21U-static-libs_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz
[2025-11-05T22:17:18.938Z] -rw-r--r-- 1 admin staff 28725529 Nov 5 15:14 OpenJDK21U-testimage_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz
[2025-11-05T22:17:18.938Z] drwxr-xr-x 3 admin staff 96 Nov 5 07:18 j2sdk-image
[2025-11-05T22:17:18.938Z] drwxr-xr-x 3 admin staff 96 Nov 5 17:17 tmp
[2025-11-05T22:17:18.938Z] List files in jdkbinary/tmp folder...
[2025-11-05T22:17:18.938Z] total 0
[2025-11-05T22:17:18.938Z] drwxr-xr-x 3 admin staff 96 Nov 5 07:19 jdk-21.0.10+1-jre
[2025-11-05T22:17:18.938Z] Moving directory jdk-21.0.10+1-jre/ to ../j2re-image
[2025-11-05T22:17:18.938Z] Uncompressing file: OpenJDK21U-static-libs_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz ...
[2025-11-05T22:17:18.938Z] List files in jdkbinary folder...
[2025-11-05T22:17:18.938Z] total 653992
[2025-11-05T22:17:18.938Z] -rw-r--r-- 1 admin staff 50328483 Nov 5 15:15 OpenJDK21U-debugimage_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz
[2025-11-05T22:17:18.938Z] -rw-r--r-- 1 admin staff 199863687 Nov 5 15:19 OpenJDK21U-jdk_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz
[2025-11-05T22:17:18.938Z] -rw-r--r-- 1 admin staff 48078875 Nov 5 15:19 OpenJDK21U-jre_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz
[2025-11-05T22:17:18.938Z] -rw-r--r-- 1 admin staff 30515 Nov 5 15:16 OpenJDK21U-sbom_aarch64_mac_hotspot_21.0.10_1-ea-metadata.json
[2025-11-05T22:17:18.938Z] -rw-r--r-- 1 admin staff 157981 Nov 5 16:55 OpenJDK21U-sbom_aarch64_mac_hotspot_21.0.10_1-ea.json
[2025-11-05T22:17:18.938Z] -rw-r--r-- 1 admin staff 3840058 Nov 5 15:19 OpenJDK21U-static-libs_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz
[2025-11-05T22:17:18.938Z] -rw-r--r-- 1 admin staff 28725529 Nov 5 15:14 OpenJDK21U-testimage_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz
[2025-11-05T22:17:18.938Z] drwxr-xr-x 3 admin staff 96 Nov 5 07:19 j2re-image
[2025-11-05T22:17:18.938Z] drwxr-xr-x 3 admin staff 96 Nov 5 07:18 j2sdk-image
[2025-11-05T22:17:18.938Z] drwxr-xr-x 3 admin staff 96 Nov 5 17:17 tmp
[2025-11-05T22:17:18.938Z] List files in jdkbinary/tmp folder...
[2025-11-05T22:17:18.938Z] total 0
[2025-11-05T22:17:18.938Z] drwxr-xr-x 3 admin staff 96 Nov 5 15:14 jdk-21.0.10+1-static-libs
[2025-11-05T22:17:18.938Z] Moving directory jdk-21.0.10+1-static-libs/ to ../static-libs
[2025-11-05T22:17:18.938Z] Uncompressing file: OpenJDK21U-testimage_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz ...
[2025-11-05T22:17:19.328Z] List files in jdkbinary folder...
[2025-11-05T22:17:19.328Z] total 653992
[2025-11-05T22:17:19.328Z] -rw-r--r-- 1 admin staff 50328483 Nov 5 15:15 OpenJDK21U-debugimage_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz
[2025-11-05T22:17:19.328Z] -rw-r--r-- 1 admin staff 199863687 Nov 5 15:19 OpenJDK21U-jdk_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz
[2025-11-05T22:17:19.328Z] -rw-r--r-- 1 admin staff 48078875 Nov 5 15:19 OpenJDK21U-jre_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz
[2025-11-05T22:17:19.328Z] -rw-r--r-- 1 admin staff 30515 Nov 5 15:16 OpenJDK21U-sbom_aarch64_mac_hotspot_21.0.10_1-ea-metadata.json
[2025-11-05T22:17:19.328Z] -rw-r--r-- 1 admin staff 157981 Nov 5 16:55 OpenJDK21U-sbom_aarch64_mac_hotspot_21.0.10_1-ea.json
[2025-11-05T22:17:19.329Z] -rw-r--r-- 1 admin staff 3840058 Nov 5 15:19 OpenJDK21U-static-libs_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz
[2025-11-05T22:17:19.329Z] -rw-r--r-- 1 admin staff 28725529 Nov 5 15:14 OpenJDK21U-testimage_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz
[2025-11-05T22:17:19.329Z] drwxr-xr-x 3 admin staff 96 Nov 5 07:19 j2re-image
[2025-11-05T22:17:19.329Z] drwxr-xr-x 3 admin staff 96 Nov 5 07:18 j2sdk-image
[2025-11-05T22:17:19.329Z] drwxr-xr-x 3 admin staff 96 Nov 5 15:14 static-libs
[2025-11-05T22:17:19.329Z] drwxr-xr-x 3 admin staff 96 Nov 5 17:17 tmp
[2025-11-05T22:17:19.329Z] List files in jdkbinary/tmp folder...
[2025-11-05T22:17:19.329Z] total 0
[2025-11-05T22:17:19.329Z] drwxr-xr-x 7 admin staff 224 Nov 5 15:11 jdk-21.0.10+1-test-image
[2025-11-05T22:17:19.329Z] Moving directory jdk-21.0.10+1-test-image/ to ../openjdk-test-image
[2025-11-05T22:17:19.329Z] Uncompressing OpenJDK21U-debugimage_aarch64_mac_hotspot_21.0.10_1-ea.tar.gz over ./j2sdk-image...
[2025-11-05T22:17:19.703Z] Removing top-level folder jdk-21.0.10+1-debug-image/
[2025-11-05T22:17:19.727Z] Removing top-level folder jdk-21.0.10+1/
[2025-11-05T22:17:20.113Z] /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/jdkbinary/j2sdk-image/bin/java does not exist! Searching under TEST_JDK_HOME: /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/jdkbinary/j2sdk-image...
[2025-11-05T22:17:20.113Z] javac_path: /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/jdkbinary/j2sdk-image/Contents/Home/bin/javac
[2025-11-05T22:17:20.113Z] Run: /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/jdkbinary/j2sdk-image/Contents/Home/bin/java -version
[2025-11-05T22:17:20.113Z] =JAVA VERSION OUTPUT BEGIN=
[2025-11-05T22:17:21.375Z] openjdk version "21.0.10-beta" 2026-01-20
[2025-11-05T22:17:21.375Z] OpenJDK Runtime Environment Temurin-21.0.10+1-202511052003 (build 21.0.10-beta+1-ea)
[2025-11-05T22:17:21.375Z] OpenJDK 64-Bit Server VM Temurin-21.0.10+1-202511052003 (build 21.0.10-beta+1-ea, mixed mode, sharing)
[2025-11-05T22:17:21.375Z] =JAVA VERSION OUTPUT END=
[2025-11-05T22:17:21.375Z] get testKitGen...
[2025-11-05T22:17:21.375Z] git clone -q https://github.com/adoptium/TKG.git
[2025-11-05T22:17:22.161Z] git rev-parse master
[2025-11-05T22:17:22.161Z] git checkout -q -f 53fb20ae51018f0a2f7ca2c05347c0149151f382
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[2025-11-05T22:17:22.335Z] $ ssh-agent -k
[2025-11-05T22:17:22.339Z] unset SSH_AUTH_SOCK;
[2025-11-05T22:17:22.339Z] unset SSH_AGENT_PID;
[2025-11-05T22:17:22.339Z] echo Agent pid 2749 killed;
[2025-11-05T22:17:22.491Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] fileExists
[Pipeline] echo
[2025-11-05T22:17:22.562Z] readProperties file: ./aqa-tests/job.properties
[Pipeline] readProperties
[Pipeline] echo
[2025-11-05T22:17:22.682Z] Reset TEST_JDK_HOME to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/jdkbinary/j2sdk-image/Contents/Home/bin/../
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
[2025-11-05T22:17:23.081Z] Rerun in Grinder: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=sanity.openjdk&BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=5&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=aarch64_mac&GENERATE_JOBS=true&KEEP_REPORTDIR=true&PERSONAL_BUILD=false&DOCKER_REGISTRY_DIR=&RERUN_ITERATIONS=0&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&SETUP_JCK_RUN=false&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&LABEL=&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&JENKINS_KEY=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=21&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk21u&JCK_GIT_BRANCH=master&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk21u%2Fjdk21u-mac-aarch64-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=jdk-21.0.10%2B1_adopt&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&TEST_TIME=120&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=aqavit-bot&DYNAMIC_COMPILE=false&RELATED_NODES=&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&APPLICATION_OPTIONS=&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=&OPENJDK_SHA=&TRSS_URL=&RERUN_FAILURE=false&USE_TESTENV_PROPERTIES=false&BUILD_LIST=openjdk&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=264&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None
[Pipeline] echo
[2025-11-05T22:17:23.098Z] Rerun in Grinder on same machine: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=sanity.openjdk&BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=5&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=aarch64_mac&GENERATE_JOBS=true&KEEP_REPORTDIR=true&PERSONAL_BUILD=false&DOCKER_REGISTRY_DIR=&RERUN_ITERATIONS=0&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&SETUP_JCK_RUN=false&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&LABEL=test-orka-macos14-arm64-dvvtz&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&JENKINS_KEY=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=21&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk21u&JCK_GIT_BRANCH=master&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk21u%2Fjdk21u-mac-aarch64-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=jdk-21.0.10%2B1_adopt&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&TEST_TIME=120&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=aqavit-bot&DYNAMIC_COMPILE=false&RELATED_NODES=&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&APPLICATION_OPTIONS=&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=&OPENJDK_SHA=&TRSS_URL=&RERUN_FAILURE=false&USE_TESTENV_PROPERTIES=false&BUILD_LIST=openjdk&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=264&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None
[Pipeline] stage
[Pipeline] { (setupParallelEnv)
Did you forget the `def` keyword? Script1 seems to be setting a field named parallel_tests (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
[Pipeline] timeout
[2025-11-05T22:17:23.163Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] copyArtifacts
[2025-11-05T22:17:23.382Z] Copied 1 artifact from "getTRSSOutput" build number 1948
[Pipeline] sh
[2025-11-05T22:17:23.900Z] + cd ./aqa-tests/TKG/resources/TRSS
[2025-11-05T22:17:23.900Z] + gzip -cd TRSSOutput.tar.gz
[2025-11-05T22:17:23.900Z] + tar xof -
[2025-11-05T22:17:23.900Z] + rm TRSSOutput.tar.gz
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
[2025-11-05T22:17:24.016Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] echo
[2025-11-05T22:17:24.035Z] Custom URL: https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[Pipeline] sh
[2025-11-05T22:17:24.560Z] + perl ./aqa-tests/TKG/scripts/getDependencies.pl -path /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib -task default -customUrl https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[2025-11-05T22:17:24.561Z] /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib does not exist, creating one.
[2025-11-05T22:17:24.561Z] mkdir /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib
[2025-11-05T22:17:24.561Z] --------------------------------------------
[2025-11-05T22:17:24.561Z] path is set to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib
[2025-11-05T22:17:24.561Z] task is set to default
[2025-11-05T22:17:24.561Z] dependencyList is set to all
[2025-11-05T22:17:24.561Z] --------------------------------------------
[2025-11-05T22:17:24.561Z] Starting download third party dependent jars
[2025-11-05T22:17:24.561Z] --------------------------------------------
[2025-11-05T22:17:24.561Z] downloading dependent third party jars to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib
[2025-11-05T22:17:24.561Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_5_1_b01.tar.gz.sha256sum.txt
[2025-11-05T22:17:24.561Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/jtreg_5_1_b01.tar.gz.sha256sum.txt
[2025-11-05T22:17:24.561Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_5_1_b01.tar.gz
[2025-11-05T22:17:24.914Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/jtreg_5_1_b01.tar.gz
[2025-11-05T22:17:24.914Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_5_1_b01.tar.gz.sha256sum.txt
[2025-11-05T22:17:25.267Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/jtreg_5_1_b01.tar.gz.sha256sum.txt
[2025-11-05T22:17:25.267Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_7_4_1.tar.gz.sha256sum.txt
[2025-11-05T22:17:25.267Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/jtreg_7_4_1.tar.gz.sha256sum.txt
[2025-11-05T22:17:25.267Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_7_4_1.tar.gz
[2025-11-05T22:17:25.624Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/jtreg_7_4_1.tar.gz
[2025-11-05T22:17:25.624Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_7_4_1.tar.gz.sha256sum.txt
[2025-11-05T22:17:25.624Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/jtreg_7_4_1.tar.gz.sha256sum.txt
[2025-11-05T22:17:25.624Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_7_5_1_1.tar.gz.sha256sum.txt
[2025-11-05T22:17:25.987Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/jtreg_7_5_1_1.tar.gz.sha256sum.txt
[2025-11-05T22:17:25.987Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_7_5_1_1.tar.gz
[2025-11-05T22:17:26.342Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/jtreg_7_5_1_1.tar.gz
[2025-11-05T22:17:26.342Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_7_5_1_1.tar.gz.sha256sum.txt
[2025-11-05T22:17:26.342Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/jtreg_7_5_1_1.tar.gz.sha256sum.txt
[2025-11-05T22:17:26.342Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//asm.jar
[2025-11-05T22:17:26.696Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/asm.jar
[2025-11-05T22:17:26.697Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//asmtools.jar.sha256sum.txt
[2025-11-05T22:17:26.697Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/asmtools.jar.sha256sum.txt
[2025-11-05T22:17:26.697Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//asmtools.jar
[2025-11-05T22:17:27.047Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/asmtools.jar
[2025-11-05T22:17:27.047Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//asmtools.jar.sha256sum.txt
[2025-11-05T22:17:27.047Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/asmtools.jar.sha256sum.txt
[2025-11-05T22:17:27.047Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//commons-exec.jar
[2025-11-05T22:17:27.405Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/commons-exec.jar
[2025-11-05T22:17:27.405Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//dacapo.zip
[2025-11-05T22:17:47.168Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/dacapo.zip
[2025-11-05T22:17:47.168Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_7_3_1_1.tar.gz.sha256sum.txt
[2025-11-05T22:17:47.168Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/jtreg_7_3_1_1.tar.gz.sha256sum.txt
[2025-11-05T22:17:47.168Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_7_3_1_1.tar.gz
[2025-11-05T22:17:47.168Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/jtreg_7_3_1_1.tar.gz
[2025-11-05T22:17:47.168Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_7_3_1_1.tar.gz.sha256sum.txt
[2025-11-05T22:17:47.168Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/jtreg_7_3_1_1.tar.gz.sha256sum.txt
[2025-11-05T22:17:47.168Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//openj9jtregtimeouthandler.jar.sha256sum.txt
[2025-11-05T22:17:47.168Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/openj9jtregtimeouthandler.jar.sha256sum.txt
[2025-11-05T22:17:47.168Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//openj9jtregtimeouthandler.jar
[2025-11-05T22:17:47.168Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/openj9jtregtimeouthandler.jar
[2025-11-05T22:17:47.168Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//openj9jtregtimeouthandler.jar.sha256sum.txt
[2025-11-05T22:17:47.168Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/openj9jtregtimeouthandler.jar.sha256sum.txt
[2025-11-05T22:17:47.168Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//commons-cli.jar
[2025-11-05T22:17:47.168Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/commons-cli.jar
[2025-11-05T22:17:47.168Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_8_1_1.tar.gz.sha256sum.txt
[2025-11-05T22:17:47.168Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/jtreg_8_1_1.tar.gz.sha256sum.txt
[2025-11-05T22:17:47.168Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_8_1_1.tar.gz
[2025-11-05T22:17:47.168Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/jtreg_8_1_1.tar.gz
[2025-11-05T22:17:47.168Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_8_1_1.tar.gz.sha256sum.txt
[2025-11-05T22:17:47.168Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/jtreg_8_1_1.tar.gz.sha256sum.txt
[2025-11-05T22:17:47.168Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//mockito-core.jar
[2025-11-05T22:17:47.168Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/mockito-core.jar
[2025-11-05T22:17:47.168Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//json-simple.jar
[2025-11-05T22:17:47.168Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/json-simple.jar
[2025-11-05T22:17:47.168Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//asm-all.jar
[2025-11-05T22:17:47.168Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/asm-all.jar
[2025-11-05T22:17:47.168Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jcstress-tests-all-20240222.jar
[2025-11-05T22:17:48.413Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/jcstress-tests-all-20240222.jar
[2025-11-05T22:17:48.413Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//byte-buddy.jar
[2025-11-05T22:17:48.767Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/byte-buddy.jar
[2025-11-05T22:17:48.767Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//apache-maven-bin.tar.gz
[2025-11-05T22:17:49.132Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/apache-maven-bin.tar.gz
[2025-11-05T22:17:49.132Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//org.eclipse.osgi-3.16.100.jar
[2025-11-05T22:17:49.491Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/org.eclipse.osgi-3.16.100.jar
[2025-11-05T22:17:49.491Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jaxb-api.jar
[2025-11-05T22:17:49.492Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/jaxb-api.jar
[2025-11-05T22:17:49.492Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jython-standalone.jar
[2025-11-05T22:17:50.344Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/jython-standalone.jar
[2025-11-05T22:17:50.344Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_8_2.tar.gz.sha256sum.txt
[2025-11-05T22:17:50.700Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/jtreg_8_2.tar.gz.sha256sum.txt
[2025-11-05T22:17:50.700Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_8_2.tar.gz
[2025-11-05T22:17:51.055Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/jtreg_8_2.tar.gz
[2025-11-05T22:17:51.055Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_8_2.tar.gz.sha256sum.txt
[2025-11-05T22:17:51.055Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/jtreg_8_2.tar.gz.sha256sum.txt
[2025-11-05T22:17:51.055Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//testng.jar
[2025-11-05T22:17:51.416Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/testng.jar
[2025-11-05T22:17:51.416Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//byte-buddy-agent.jar
[2025-11-05T22:17:51.775Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/byte-buddy-agent.jar
[2025-11-05T22:17:51.775Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jcommander.jar
[2025-11-05T22:17:51.775Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/jcommander.jar
[2025-11-05T22:17:51.775Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//objenesis.jar
[2025-11-05T22:17:52.131Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/objenesis.jar
[2025-11-05T22:17:52.131Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//javassist.jar
[2025-11-05T22:17:52.494Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/javassist.jar
[2025-11-05T22:17:52.494Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//junit4.jar
[2025-11-05T22:17:52.494Z] --> file downloaded to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/junit4.jar
[2025-11-05T22:17:52.494Z] downloaded dependent third party jars successfully
[Pipeline] }
[Pipeline] // timeout
[Pipeline] nodesByLabel
[2025-11-05T22:17:52.621Z] Found a total of 8 nodes with the 'ci.role.test&&hw.arch.aarch64&&(sw.os.osx||sw.os.mac)' label
[Pipeline] echo
[2025-11-05T22:17:52.626Z] Machine limit is 8.
[Pipeline] sh
[2025-11-05T22:17:53.181Z] + cd ./aqa-tests/TKG
[2025-11-05T22:17:53.181Z] ++ uname
[2025-11-05T22:17:53.181Z] + '[' Darwin = AIX ']'
[2025-11-05T22:17:53.181Z] ++ uname
[2025-11-05T22:17:53.181Z] + '[' Darwin = SunOS ']'
[2025-11-05T22:17:53.181Z] ++ uname
[2025-11-05T22:17:53.181Z] + '[' Darwin = '*BSD' ']'
[2025-11-05T22:17:53.181Z] + MAKE=make
[2025-11-05T22:17:53.181Z] + make genParallelList TEST=sanity.openjdk TEST_TIME=120 NUM_MACHINES=
[2025-11-05T22:17:53.181Z] JAVA_HOME is set to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/jdkbinary/j2sdk-image/Contents/Home/bin/../
[2025-11-05T22:17:53.181Z] LIB_DIR is set to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib
[2025-11-05T22:17:53.181Z] rm -f -r /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/../TKG/output_compilation; \
[2025-11-05T22:17:53.181Z] mkdir -p /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/../TKG/output_compilation; \
[2025-11-05T22:17:53.181Z] (ant -f ./scripts/build_tools.xml "-DTEST_JDK_HOME=/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/jdkbinary/j2sdk-image/Contents/Home/bin/../" "-DTEST_ROOT=/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/.." "-DLIB_DIR=/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib" 2>&1; echo $? ) | tee "/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2025-11-05T22:17:53.181Z] if [ -z "$(tail -1 /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/.."; false; else rm -f -r "/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/../TKG/output_compilation"; fi
[2025-11-05T22:17:53.936Z] Buildfile: /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/scripts/build_tools.xml
[2025-11-05T22:17:53.936Z]
[2025-11-05T22:17:53.936Z] build:
[2025-11-05T22:17:54.285Z]
[2025-11-05T22:17:54.285Z] clean:
[2025-11-05T22:17:54.285Z]
[2025-11-05T22:17:54.285Z] init:
[2025-11-05T22:17:54.285Z] [mkdir] Created dir: /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/bin
[2025-11-05T22:17:54.285Z]
[2025-11-05T22:17:54.285Z] getDependentLibs:
[2025-11-05T22:17:54.285Z] [exec] --------------------------------------------
[2025-11-05T22:17:54.285Z] [exec] path is set to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib
[2025-11-05T22:17:54.285Z] [exec] task is set to default
[2025-11-05T22:17:54.285Z] [exec] dependencyList is set to json_simple
[2025-11-05T22:17:54.285Z] [exec] --------------------------------------------
[2025-11-05T22:17:54.285Z] [exec] Starting download third party dependent jars
[2025-11-05T22:17:54.285Z] [exec] --------------------------------------------
[2025-11-05T22:17:54.285Z] [exec] downloading dependent third party jars to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib
[2025-11-05T22:17:54.285Z] [exec] /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-11-05T22:17:54.285Z] [exec] downloaded dependent third party jars successfully
[2025-11-05T22:17:54.285Z]
[2025-11-05T22:17:54.285Z] compile:
[2025-11-05T22:17:54.285Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-11-05T22:17:54.285Z] [echo] ============COMPILER SETTINGS============
[2025-11-05T22:17:54.285Z] [echo] ===fork: yes
[2025-11-05T22:17:54.285Z] [echo] ===debug: on
[2025-11-05T22:17:54.285Z] [javac] Compiling 28 source files to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/bin
[2025-11-05T22:17:55.498Z] [javac] Note: Some input files use or override a deprecated API.
[2025-11-05T22:17:55.498Z] [javac] Note: Recompile with -Xlint:deprecation for details.
[2025-11-05T22:17:55.498Z]
[2025-11-05T22:17:55.498Z] dist:
[2025-11-05T22:17:55.498Z] [jar] Building jar: /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/bin/TestKitGen.jar
[2025-11-05T22:17:55.498Z]
[2025-11-05T22:17:55.498Z] BUILD SUCCESSFUL
[2025-11-05T22:17:55.498Z] Total time: 1 second
[2025-11-05T22:17:55.498Z] 0
[2025-11-05T22:17:55.498Z] /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/jdkbinary/j2sdk-image/Contents/Home/bin/..//bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector
[2025-11-05T22:17:55.498Z] Unfamiliar microArch detected in TKG. It will not be added in TKG microArch!
[2025-11-05T22:17:55.498Z] microArchOutput: cat: /proc/cpuinfo: No such file or directory
[2025-11-05T22:17:56.258Z] ****************************** MACHINE INFO ******************************
[2025-11-05T22:17:56.258Z] File path : /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG
[2025-11-05T22:17:56.258Z] Free Physical Memory Size : 246792192
[2025-11-05T22:17:56.258Z] Free space (bytes) : 33914331136
[2025-11-05T22:17:56.258Z] Total Physical Memory Size : 6979321856
[2025-11-05T22:17:56.258Z] Total space (bytes) : 90743767040
[2025-11-05T22:17:56.258Z] Usable space (bytes) : 33914331136
[2025-11-05T22:17:56.258Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-11-05T22:17:56.258Z] bashVersion :
[2025-11-05T22:17:56.258Z] GNU bash, version 5.3.3(1)-release (aarch64-apple-darwin23.6.0)
[2025-11-05T22:17:56.258Z] Copyright (C) 2025 Free Software Foundation, Inc.
[2025-11-05T22:17:56.258Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-11-05T22:17:56.258Z]
[2025-11-05T22:17:56.258Z] This is free software; you are free to change and redistribute it.
[2025-11-05T22:17:56.258Z] There is NO WARRANTY, to the extent permitted by law.
[2025-11-05T22:17:56.258Z] cpuCores : 4
[2025-11-05T22:17:56.258Z] curlVersion :
[2025-11-05T22:17:56.258Z] curl 8.7.1 (x86_64-apple-darwin23.0) libcurl/8.7.1 (SecureTransport) LibreSSL/3.3.6 zlib/1.2.12 nghttp2/1.61.0
[2025-11-05T22:17:56.258Z] Release-Date: 2024-03-27
[2025-11-05T22:17:56.258Z] Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs ipns ldap ldaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
[2025-11-05T22:17:56.258Z] Features: alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz MultiSSL NTLM SPNEGO SSL threadsafe UnixSockets
[2025-11-05T22:17:56.258Z] dockerVersion : bash: line 1: docker: command not found
[2025-11-05T22:17:56.258Z] gcc version : 15.0.0
[2025-11-05T22:17:56.258Z] gclibc version : bash: line 1: ldd: command not found
[2025-11-05T22:17:56.258Z] gdb version : bash: line 1: gdb: command not found
[2025-11-05T22:17:56.258Z] lldb version :
[2025-11-05T22:17:56.258Z] lldb-1500.0.200.58
[2025-11-05T22:17:56.258Z] Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
[2025-11-05T22:17:56.258Z] makeVersion :
[2025-11-05T22:17:56.258Z] GNU Make 3.81
[2025-11-05T22:17:56.258Z] Copyright (C) 2006 Free Software Foundation, Inc.
[2025-11-05T22:17:56.258Z] This is free software; see the source for copying conditions.
[2025-11-05T22:17:56.258Z] There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
[2025-11-05T22:17:56.258Z] PARTICULAR PURPOSE.
[2025-11-05T22:17:56.258Z]
[2025-11-05T22:17:56.258Z] This program built for i386-apple-darwin11.3.0
[2025-11-05T22:17:56.258Z] mavenVersion :
[2025-11-05T22:17:56.258Z] [1mApache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)[m
[2025-11-05T22:17:56.258Z] Maven home: /usr/local/apache-maven-3.6.3
[2025-11-05T22:17:56.258Z] Java version: 21.0.10-beta, vendor: Eclipse Adoptium, runtime: /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/jdkbinary/j2sdk-image/Contents/Home
[2025-11-05T22:17:56.258Z] Default locale: en_US, platform encoding: UTF-8
[2025-11-05T22:17:56.258Z] OS name: "mac os x", version: "14.7.7", arch: "aarch64", family: "mac"
[2025-11-05T22:17:56.258Z] perlVersion :
[2025-11-05T22:17:56.258Z]
[2025-11-05T22:17:56.258Z] This is perl 5, version 34, subversion 1 (v5.34.1) built for darwin-thread-multi-2level
[2025-11-05T22:17:56.258Z] (with 2 registered patches, see perl -V for more detail)
[2025-11-05T22:17:56.258Z]
[2025-11-05T22:17:56.258Z] Copyright 1987-2022, Larry Wall
[2025-11-05T22:17:56.258Z]
[2025-11-05T22:17:56.258Z] Perl may be copied only under the terms of either the Artistic License or the
[2025-11-05T22:17:56.258Z] GNU General Public License, which may be found in the Perl 5 source kit.
[2025-11-05T22:17:56.258Z]
[2025-11-05T22:17:56.258Z] Complete documentation for Perl, including FAQ lists, should be found on
[2025-11-05T22:17:56.258Z] this system using "man perl" or "perldoc perl". If you have access to the
[2025-11-05T22:17:56.258Z] Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[2025-11-05T22:17:56.258Z]
[2025-11-05T22:17:56.258Z] podmanVersion : bash: line 1: podman: command not found
[2025-11-05T22:17:56.258Z] procArch : arm
[2025-11-05T22:17:56.258Z] sysArch : arm64
[2025-11-05T22:17:56.258Z] sysOS : Darwin
[2025-11-05T22:17:56.258Z] ulimit :
[2025-11-05T22:17:56.258Z] core file size (blocks, -c) 8192
[2025-11-05T22:17:56.258Z] data seg size (kbytes, -d) unlimited
[2025-11-05T22:17:56.258Z] file size (blocks, -f) unlimited
[2025-11-05T22:17:56.258Z] max locked memory (kbytes, -l) unlimited
[2025-11-05T22:17:56.258Z] max memory size (kbytes, -m) unlimited
[2025-11-05T22:17:56.258Z] open files (-n) 1048576
[2025-11-05T22:17:56.258Z] pipe size (512 bytes, -p) 1
[2025-11-05T22:17:56.258Z] stack size (kbytes, -s) 65520
[2025-11-05T22:17:56.258Z] cpu time (seconds, -t) unlimited
[2025-11-05T22:17:56.258Z] max user processes (-u) 1333
[2025-11-05T22:17:56.258Z] virtual memory (kbytes, -v) unlimited
[2025-11-05T22:17:56.258Z] uname : Darwin admins-Virtual-Machine.local 23.6.0 Darwin Kernel Version 23.6.0: Wed May 14 13:51:38 PDT 2025; root:xnu-10063.141.1.705.2~2/RELEASE_ARM64_VMAPPLE arm64
[2025-11-05T22:17:56.258Z] vmVendor : Oracle Corporation
[2025-11-05T22:17:56.258Z] vmVersion : 21.0.10-beta+1-ea
[2025-11-05T22:17:56.258Z] xlc version : bash: line 1: xlC: command not found
[2025-11-05T22:17:56.258Z] **************************************************************************
[2025-11-05T22:17:56.258Z]
[2025-11-05T22:17:56.258Z] System.getProperty('java.vm.name')=OpenJDK 64-Bit Server VM
[2025-11-05T22:17:56.258Z]
[2025-11-05T22:17:56.258Z] System.getProperty('java.vendor')=Eclipse Adoptium
[2025-11-05T22:17:56.258Z]
[2025-11-05T22:17:56.258Z] System.getProperty('os.name')=Mac OS X
[2025-11-05T22:17:56.258Z]
[2025-11-05T22:17:56.258Z] System.getProperty('os.arch')=aarch64
[2025-11-05T22:17:56.258Z]
[2025-11-05T22:17:56.258Z] System.getProperty('java.fullversion')=null
[2025-11-05T22:17:56.258Z]
[2025-11-05T22:17:56.258Z] System.getProperty('sun.arch.data.model')=64
[2025-11-05T22:17:56.258Z]
[2025-11-05T22:17:56.258Z] /Applications/Xcode.app/Contents/Developer/usr/bin/make -f makeGen.mk AUTO_DETECT=true MODE=parallelList NUM_MACHINES= TEST_TIME=120 TESTTARGET=sanity.openjdk TESTLIST= TRSS_URL= LIB_DIR=/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib
[2025-11-05T22:17:56.258Z] perl scripts/configure.pl
[2025-11-05T22:17:56.258Z] /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/jdkbinary/j2sdk-image/Contents/Home/bin/..//bin/java -cp "./bin/TestKitGen.jar:/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=parallelList --spec=osx_aarch64 --microArch="" --osLabel="" --jdkVersion=21 --impl=hotspot --vendor="eclipse" --buildList=openjdk --iterations=1 --aotIterations= --testFlag= --testTarget=sanity.openjdk --testList= --numOfMachines= --testTime=120 --TRSSURL=
[2025-11-05T22:17:56.608Z]
[2025-11-05T22:17:56.608Z] Warning: cannot find spec in resources/ottawa.csv.
[2025-11-05T22:17:56.608Z] Detected 64 in spec. Use spec: default-64 to match mode.
[2025-11-05T22:17:56.608Z]
[2025-11-05T22:17:56.608Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2025-11-05T22:17:56.608Z]
[2025-11-05T22:17:56.608Z]
[2025-11-05T22:17:56.608Z] Starting to generate parallel test lists.
[2025-11-05T22:17:56.608Z]
[2025-11-05T22:17:56.608Z] Parsing /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/../openjdk/playlist.xml
[2025-11-05T22:17:56.608Z] Attempting to get test duration data from TRSS.
[2025-11-05T22:17:56.608Z] curl --silent --max-time 120 -L -k https://trss.adoptopenjdk.net/api/getTestAvgDuration?limit=100&jdkVersion=21&impl=hs&platform=aarch64_mac&group=openjdk&level=sanity
[2025-11-05T22:17:56.961Z] Attempting to get test duration data from cached files.
[2025-11-05T22:17:56.961Z]
[2025-11-05T22:17:56.961Z] TEST DURATION
[2025-11-05T22:17:56.961Z] ====================================================================================
[2025-11-05T22:17:56.961Z] Total number of tests searched: 51
[2025-11-05T22:17:56.961Z] Number of test durations found: 39
[2025-11-05T22:17:56.961Z] Top slowest tests:
[2025-11-05T22:17:56.961Z] 15m12s hotspot_tier1_compiler_0
[2025-11-05T22:17:56.961Z] 13m39s hotspot_tier1_gc_0
[2025-11-05T22:17:56.961Z] 11m36s langtools_all_0
[2025-11-05T22:17:56.961Z] Following test duration data cannot be found:
[2025-11-05T22:17:56.961Z] (Default duration assigned, executed tests: 40s; not executed tests: 0s.)
[2025-11-05T22:17:56.961Z] [jdk_util_other_0, jdk_util_other_1, jdk_collections_0, jdk_collections_1, jdk_concurrent_0, jdk_concurrent_1, jdk_stream_0, jdk_stream_1, jdk_util_other_2, jdk_collections_2, jdk_concurrent_2, jdk_stream_2]
[2025-11-05T22:17:56.961Z] ====================================================================================
[2025-11-05T22:17:56.961Z]
[2025-11-05T22:17:56.961Z] Test target is split into 1 lists.
[2025-11-05T22:17:56.961Z] Reducing estimated test running time from 106m07s to 106m07s.
[2025-11-05T22:17:56.961Z]
[2025-11-05T22:17:56.961Z] -------------------------------------testList_0-------------------------------------
[2025-11-05T22:17:56.961Z] Number of tests: 51
[2025-11-05T22:17:56.961Z] Estimated running time: 106m07s
[2025-11-05T22:17:56.961Z] TESTLIST=hotspot_tier1_compiler_0,hotspot_tier1_gc_0,langtools_all_0,jdk_lang_1,jdk_lang_0,hotspot_tier1_runtime_0,hotspot_tier1_serviceability_0,jdk_security4_1,jdk_security4_0,jdk_security1_1,jdk_security1_0,jdk_foreign_0,jdk_foreign_1,jdk_security2_1,jdk_security2_0,jdk_math_1,jdk_math_0,jdk_util_other_0,jdk_util_other_1,jdk_collections_0,jdk_collections_1,jdk_concurrent_0,jdk_concurrent_1,jdk_stream_0,jdk_stream_1,jdk11_tier1_buffer_0,jdk11_tier1_buffer_1,jdk_svc_sanity_1,jdk_svc_sanity_0,jdk_lang_native_0,jdk_lang_native_1,jdk11_tier1_iso8859_1,jdk11_tier1_iso8859_0,hotspot_tier1_common_0,jdk_security2_2,jdk_svc_sanity_2,jdk_security4_2,jdk_security1_2,jdk_math_2,jdk_lang_native_win_2,jdk_lang_native_win_1,jdk_lang_native_win_0,jdk_lang_native_2,jdk_lang_2,jdk_foreign_2,jdk11_tier1_iso8859_2,jdk11_tier1_buffer_2,jdk_util_other_2,jdk_stream_2,jdk_concurrent_2,jdk_collections_2
[2025-11-05T22:17:56.961Z] ------------------------------------------------------------------------------------
[2025-11-05T22:17:56.961Z]
[2025-11-05T22:17:56.961Z] Parallel test lists file (/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/../TKG/parallelList.mk) is generated successfully.
[Pipeline] fileExists
[Pipeline] echo
[2025-11-05T22:17:57.073Z] read parallelList.mk file: aqa-tests/TKG/parallelList.mk
[Pipeline] readProperties
[Pipeline] echo
[2025-11-05T22:17:57.165Z] NUM_LIST=1, Fall back to regenerate parallel lists with NUM_MACHINES=3.
[Pipeline] sh
[2025-11-05T22:17:57.683Z] + cd ./aqa-tests/TKG
[2025-11-05T22:17:57.683Z] ++ uname
[2025-11-05T22:17:57.683Z] + '[' Darwin = AIX ']'
[2025-11-05T22:17:57.683Z] ++ uname
[2025-11-05T22:17:57.683Z] + '[' Darwin = SunOS ']'
[2025-11-05T22:17:57.683Z] ++ uname
[2025-11-05T22:17:57.683Z] + '[' Darwin = '*BSD' ']'
[2025-11-05T22:17:57.683Z] + MAKE=make
[2025-11-05T22:17:57.683Z] + make genParallelList TEST=sanity.openjdk NUM_MACHINES=3 TEST_TIME=
[2025-11-05T22:17:57.683Z] JAVA_HOME is set to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/jdkbinary/j2sdk-image/Contents/Home/bin/../
[2025-11-05T22:17:57.683Z] LIB_DIR is set to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib
[2025-11-05T22:17:57.683Z] rm -f -r /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/../TKG/output_compilation; \
[2025-11-05T22:17:57.683Z] mkdir -p /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/../TKG/output_compilation; \
[2025-11-05T22:17:57.683Z] (ant -f ./scripts/build_tools.xml "-DTEST_JDK_HOME=/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/jdkbinary/j2sdk-image/Contents/Home/bin/../" "-DTEST_ROOT=/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/.." "-DLIB_DIR=/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib" 2>&1; echo $? ) | tee "/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2025-11-05T22:17:57.683Z] if [ -z "$(tail -1 /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/.."; false; else rm -f -r "/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/../TKG/output_compilation"; fi
[2025-11-05T22:17:57.683Z] Buildfile: /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/scripts/build_tools.xml
[2025-11-05T22:17:57.683Z]
[2025-11-05T22:17:57.683Z] build:
[2025-11-05T22:17:57.683Z]
[2025-11-05T22:17:57.683Z] clean:
[2025-11-05T22:17:57.683Z] [delete] Deleting: /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/autoGenEnv.mk
[2025-11-05T22:17:57.683Z] [delete] Deleting directory /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/bin
[2025-11-05T22:17:57.683Z]
[2025-11-05T22:17:57.683Z] init:
[2025-11-05T22:17:57.683Z] [mkdir] Created dir: /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/bin
[2025-11-05T22:17:57.683Z]
[2025-11-05T22:17:57.683Z] getDependentLibs:
[2025-11-05T22:17:57.683Z] [exec] --------------------------------------------
[2025-11-05T22:17:57.683Z] [exec] path is set to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib
[2025-11-05T22:17:57.683Z] [exec] task is set to default
[2025-11-05T22:17:57.683Z] [exec] dependencyList is set to json_simple
[2025-11-05T22:17:57.683Z] [exec] --------------------------------------------
[2025-11-05T22:17:57.683Z] [exec] Starting download third party dependent jars
[2025-11-05T22:17:57.683Z] [exec] --------------------------------------------
[2025-11-05T22:17:57.683Z] [exec] downloading dependent third party jars to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib
[2025-11-05T22:17:57.683Z] [exec] /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-11-05T22:17:57.683Z] [exec] downloaded dependent third party jars successfully
[2025-11-05T22:17:57.683Z]
[2025-11-05T22:17:57.683Z] compile:
[2025-11-05T22:17:57.683Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-11-05T22:17:57.683Z] [echo] ============COMPILER SETTINGS============
[2025-11-05T22:17:57.683Z] [echo] ===fork: yes
[2025-11-05T22:17:57.683Z] [echo] ===debug: on
[2025-11-05T22:17:57.683Z] [javac] Compiling 28 source files to /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/bin
[2025-11-05T22:17:58.434Z] [javac] Note: Some input files use or override a deprecated API.
[2025-11-05T22:17:58.434Z] [javac] Note: Recompile with -Xlint:deprecation for details.
[2025-11-05T22:17:58.434Z]
[2025-11-05T22:17:58.434Z] dist:
[2025-11-05T22:17:58.434Z] [jar] Building jar: /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/bin/TestKitGen.jar
[2025-11-05T22:17:58.434Z]
[2025-11-05T22:17:58.434Z] BUILD SUCCESSFUL
[2025-11-05T22:17:58.434Z] Total time: 0 seconds
[2025-11-05T22:17:58.434Z] 0
[2025-11-05T22:17:58.434Z] /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/jdkbinary/j2sdk-image/Contents/Home/bin/..//bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector
[2025-11-05T22:17:58.434Z] Unfamiliar microArch detected in TKG. It will not be added in TKG microArch!
[2025-11-05T22:17:58.434Z] microArchOutput: cat: /proc/cpuinfo: No such file or directory
[2025-11-05T22:17:59.181Z] ****************************** MACHINE INFO ******************************
[2025-11-05T22:17:59.181Z] File path : /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG
[2025-11-05T22:17:59.181Z] Free Physical Memory Size : 257343488
[2025-11-05T22:17:59.181Z] Free space (bytes) : 33914310656
[2025-11-05T22:17:59.181Z] Total Physical Memory Size : 6979321856
[2025-11-05T22:17:59.181Z] Total space (bytes) : 90743767040
[2025-11-05T22:17:59.181Z] Usable space (bytes) : 33914310656
[2025-11-05T22:17:59.181Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-11-05T22:17:59.181Z] bashVersion :
[2025-11-05T22:17:59.181Z] GNU bash, version 5.3.3(1)-release (aarch64-apple-darwin23.6.0)
[2025-11-05T22:17:59.181Z] Copyright (C) 2025 Free Software Foundation, Inc.
[2025-11-05T22:17:59.181Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-11-05T22:17:59.181Z]
[2025-11-05T22:17:59.181Z] This is free software; you are free to change and redistribute it.
[2025-11-05T22:17:59.181Z] There is NO WARRANTY, to the extent permitted by law.
[2025-11-05T22:17:59.181Z] cpuCores : 4
[2025-11-05T22:17:59.181Z] curlVersion :
[2025-11-05T22:17:59.181Z] curl 8.7.1 (x86_64-apple-darwin23.0) libcurl/8.7.1 (SecureTransport) LibreSSL/3.3.6 zlib/1.2.12 nghttp2/1.61.0
[2025-11-05T22:17:59.181Z] Release-Date: 2024-03-27
[2025-11-05T22:17:59.181Z] Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs ipns ldap ldaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
[2025-11-05T22:17:59.181Z] Features: alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz MultiSSL NTLM SPNEGO SSL threadsafe UnixSockets
[2025-11-05T22:17:59.181Z] dockerVersion : bash: line 1: docker: command not found
[2025-11-05T22:17:59.181Z] gcc version : 15.0.0
[2025-11-05T22:17:59.181Z] gclibc version : bash: line 1: ldd: command not found
[2025-11-05T22:17:59.181Z] gdb version : bash: line 1: gdb: command not found
[2025-11-05T22:17:59.181Z] lldb version :
[2025-11-05T22:17:59.181Z] lldb-1500.0.200.58
[2025-11-05T22:17:59.181Z] Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
[2025-11-05T22:17:59.181Z] makeVersion :
[2025-11-05T22:17:59.181Z] GNU Make 3.81
[2025-11-05T22:17:59.181Z] Copyright (C) 2006 Free Software Foundation, Inc.
[2025-11-05T22:17:59.181Z] This is free software; see the source for copying conditions.
[2025-11-05T22:17:59.181Z] There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
[2025-11-05T22:17:59.181Z] PARTICULAR PURPOSE.
[2025-11-05T22:17:59.181Z]
[2025-11-05T22:17:59.181Z] This program built for i386-apple-darwin11.3.0
[2025-11-05T22:17:59.181Z] mavenVersion :
[2025-11-05T22:17:59.181Z] [1mApache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)[m
[2025-11-05T22:17:59.181Z] Maven home: /usr/local/apache-maven-3.6.3
[2025-11-05T22:17:59.181Z] Java version: 21.0.10-beta, vendor: Eclipse Adoptium, runtime: /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/jdkbinary/j2sdk-image/Contents/Home
[2025-11-05T22:17:59.181Z] Default locale: en_US, platform encoding: UTF-8
[2025-11-05T22:17:59.181Z] OS name: "mac os x", version: "14.7.7", arch: "aarch64", family: "mac"
[2025-11-05T22:17:59.181Z] perlVersion :
[2025-11-05T22:17:59.181Z]
[2025-11-05T22:17:59.181Z] This is perl 5, version 34, subversion 1 (v5.34.1) built for darwin-thread-multi-2level
[2025-11-05T22:17:59.181Z] (with 2 registered patches, see perl -V for more detail)
[2025-11-05T22:17:59.181Z]
[2025-11-05T22:17:59.181Z] Copyright 1987-2022, Larry Wall
[2025-11-05T22:17:59.182Z]
[2025-11-05T22:17:59.182Z] Perl may be copied only under the terms of either the Artistic License or the
[2025-11-05T22:17:59.182Z] GNU General Public License, which may be found in the Perl 5 source kit.
[2025-11-05T22:17:59.182Z]
[2025-11-05T22:17:59.182Z] Complete documentation for Perl, including FAQ lists, should be found on
[2025-11-05T22:17:59.182Z] this system using "man perl" or "perldoc perl". If you have access to the
[2025-11-05T22:17:59.182Z] Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[2025-11-05T22:17:59.182Z]
[2025-11-05T22:17:59.182Z] podmanVersion : bash: line 1: podman: command not found
[2025-11-05T22:17:59.182Z] procArch : arm
[2025-11-05T22:17:59.182Z] sysArch : arm64
[2025-11-05T22:17:59.182Z] sysOS : Darwin
[2025-11-05T22:17:59.182Z] ulimit :
[2025-11-05T22:17:59.182Z] core file size (blocks, -c) 8192
[2025-11-05T22:17:59.182Z] data seg size (kbytes, -d) unlimited
[2025-11-05T22:17:59.182Z] file size (blocks, -f) unlimited
[2025-11-05T22:17:59.182Z] max locked memory (kbytes, -l) unlimited
[2025-11-05T22:17:59.182Z] max memory size (kbytes, -m) unlimited
[2025-11-05T22:17:59.182Z] open files (-n) 1048576
[2025-11-05T22:17:59.182Z] pipe size (512 bytes, -p) 1
[2025-11-05T22:17:59.182Z] stack size (kbytes, -s) 65520
[2025-11-05T22:17:59.182Z] cpu time (seconds, -t) unlimited
[2025-11-05T22:17:59.182Z] max user processes (-u) 1333
[2025-11-05T22:17:59.182Z] virtual memory (kbytes, -v) unlimited
[2025-11-05T22:17:59.182Z] uname : Darwin admins-Virtual-Machine.local 23.6.0 Darwin Kernel Version 23.6.0: Wed May 14 13:51:38 PDT 2025; root:xnu-10063.141.1.705.2~2/RELEASE_ARM64_VMAPPLE arm64
[2025-11-05T22:17:59.182Z] vmVendor : Oracle Corporation
[2025-11-05T22:17:59.182Z] vmVersion : 21.0.10-beta+1-ea
[2025-11-05T22:17:59.182Z] xlc version : bash: line 1: xlC: command not found
[2025-11-05T22:17:59.182Z] **************************************************************************
[2025-11-05T22:17:59.182Z]
[2025-11-05T22:17:59.182Z] System.getProperty('java.vm.name')=OpenJDK 64-Bit Server VM
[2025-11-05T22:17:59.182Z]
[2025-11-05T22:17:59.182Z] System.getProperty('java.vendor')=Eclipse Adoptium
[2025-11-05T22:17:59.182Z]
[2025-11-05T22:17:59.182Z] System.getProperty('os.name')=Mac OS X
[2025-11-05T22:17:59.182Z]
[2025-11-05T22:17:59.182Z] System.getProperty('os.arch')=aarch64
[2025-11-05T22:17:59.182Z]
[2025-11-05T22:17:59.182Z] System.getProperty('java.fullversion')=null
[2025-11-05T22:17:59.182Z]
[2025-11-05T22:17:59.182Z] System.getProperty('sun.arch.data.model')=64
[2025-11-05T22:17:59.182Z]
[2025-11-05T22:17:59.182Z] /Applications/Xcode.app/Contents/Developer/usr/bin/make -f makeGen.mk AUTO_DETECT=true MODE=parallelList NUM_MACHINES=3 TEST_TIME= TESTTARGET=sanity.openjdk TESTLIST= TRSS_URL= LIB_DIR=/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib
[2025-11-05T22:17:59.182Z] perl scripts/configure.pl
[2025-11-05T22:17:59.182Z] /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/jdkbinary/j2sdk-image/Contents/Home/bin/..//bin/java -cp "./bin/TestKitGen.jar:/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/../../externalDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=parallelList --spec=osx_aarch64 --microArch="" --osLabel="" --jdkVersion=21 --impl=hotspot --vendor="eclipse" --buildList=openjdk --iterations=1 --aotIterations= --testFlag= --testTarget=sanity.openjdk --testList= --numOfMachines=3 --testTime= --TRSSURL=
[2025-11-05T22:17:59.182Z]
[2025-11-05T22:17:59.182Z] Warning: cannot find spec in resources/ottawa.csv.
[2025-11-05T22:17:59.182Z] Detected 64 in spec. Use spec: default-64 to match mode.
[2025-11-05T22:17:59.182Z]
[2025-11-05T22:17:59.182Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2025-11-05T22:17:59.182Z]
[2025-11-05T22:17:59.182Z]
[2025-11-05T22:17:59.182Z] Starting to generate parallel test lists.
[2025-11-05T22:17:59.182Z]
[2025-11-05T22:17:59.182Z] Parsing /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/../openjdk/playlist.xml
[2025-11-05T22:17:59.182Z] Attempting to get test duration data from TRSS.
[2025-11-05T22:17:59.182Z] curl --silent --max-time 120 -L -k https://trss.adoptopenjdk.net/api/getTestAvgDuration?limit=100&jdkVersion=21&impl=hs&platform=aarch64_mac&group=openjdk&level=sanity
[2025-11-05T22:17:59.535Z] Attempting to get test duration data from cached files.
[2025-11-05T22:17:59.535Z]
[2025-11-05T22:17:59.535Z] TEST DURATION
[2025-11-05T22:17:59.535Z] ====================================================================================
[2025-11-05T22:17:59.535Z] Total number of tests searched: 51
[2025-11-05T22:17:59.535Z] Number of test durations found: 39
[2025-11-05T22:17:59.535Z] Top slowest tests:
[2025-11-05T22:17:59.890Z] 15m12s hotspot_tier1_compiler_0
[2025-11-05T22:17:59.890Z] 13m39s hotspot_tier1_gc_0
[2025-11-05T22:17:59.890Z] 11m36s langtools_all_0
[2025-11-05T22:17:59.890Z] Following test duration data cannot be found:
[2025-11-05T22:17:59.890Z] (Default duration assigned, executed tests: 40s; not executed tests: 0s.)
[2025-11-05T22:17:59.890Z] [jdk_util_other_0, jdk_util_other_1, jdk_collections_0, jdk_collections_1, jdk_concurrent_0, jdk_concurrent_1, jdk_stream_0, jdk_stream_1, jdk_util_other_2, jdk_collections_2, jdk_concurrent_2, jdk_stream_2]
[2025-11-05T22:17:59.890Z] ====================================================================================
[2025-11-05T22:17:59.890Z]
[2025-11-05T22:17:59.890Z] Test target is split into 3 lists.
[2025-11-05T22:17:59.890Z] Reducing estimated test running time from 106m07s to 35m25s.
[2025-11-05T22:17:59.890Z]
[2025-11-05T22:17:59.890Z] -------------------------------------testList_0-------------------------------------
[2025-11-05T22:17:59.890Z] Number of tests: 11
[2025-11-05T22:17:59.890Z] Estimated running time: 35m25s
[2025-11-05T22:17:59.890Z] TESTLIST=hotspot_tier1_compiler_0,hotspot_tier1_runtime_0,jdk_security4_1,jdk_security1_1,jdk_foreign_1,jdk_math_1,jdk_util_other_1,jdk_concurrent_0,jdk_stream_1,jdk_svc_sanity_0,jdk11_tier1_iso8859_0
[2025-11-05T22:17:59.890Z] ------------------------------------------------------------------------------------
[2025-11-05T22:17:59.890Z]
[2025-11-05T22:17:59.890Z] -------------------------------------testList_1-------------------------------------
[2025-11-05T22:17:59.890Z] Number of tests: 12
[2025-11-05T22:17:59.890Z] Estimated running time: 35m21s
[2025-11-05T22:17:59.890Z] TESTLIST=hotspot_tier1_gc_0,jdk_lang_0,jdk_security4_0,jdk_security1_0,jdk_security2_1,jdk_math_0,jdk_collections_0,jdk_concurrent_1,jdk11_tier1_buffer_0,jdk11_tier1_buffer_1,jdk_lang_native_0,jdk11_tier1_iso8859_1
[2025-11-05T22:17:59.890Z] ------------------------------------------------------------------------------------
[2025-11-05T22:17:59.890Z]
[2025-11-05T22:17:59.890Z] -------------------------------------testList_2-------------------------------------
[2025-11-05T22:17:59.890Z] Number of tests: 28
[2025-11-05T22:17:59.890Z] Estimated running time: 35m20s
[2025-11-05T22:17:59.890Z] TESTLIST=langtools_all_0,jdk_lang_1,hotspot_tier1_serviceability_0,jdk_foreign_0,jdk_security2_0,jdk_util_other_0,jdk_collections_1,jdk_stream_0,jdk_svc_sanity_1,jdk_lang_native_1,hotspot_tier1_common_0,jdk_security2_2,jdk_svc_sanity_2,jdk_security4_2,jdk_security1_2,jdk_math_2,jdk_lang_native_win_2,jdk_lang_native_win_1,jdk_lang_native_win_0,jdk_lang_native_2,jdk_lang_2,jdk_foreign_2,jdk11_tier1_iso8859_2,jdk11_tier1_buffer_2,jdk_util_other_2,jdk_stream_2,jdk_concurrent_2,jdk_collections_2
[2025-11-05T22:17:59.890Z] ------------------------------------------------------------------------------------
[2025-11-05T22:17:59.890Z]
[2025-11-05T22:17:59.890Z] Parallel test lists file (/Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG/../TKG/parallelList.mk) is generated successfully.
[Pipeline] fileExists
[Pipeline] echo
[2025-11-05T22:18:00.006Z] read parallelList.mk file: aqa-tests/TKG/parallelList.mk
[Pipeline] readProperties
[Pipeline] echo
[2025-11-05T22:18:00.099Z] Saving parallelList.mk file on jenkins...
[Pipeline] dir
[2025-11-05T22:18:00.101Z] Running in /Users/admin/workspace/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac/aqa-tests/TKG
[Pipeline] {
[Pipeline] archiveArtifacts
[2025-11-05T22:18:00.147Z] Archiving artifacts
[2025-11-05T22:18:00.205Z] Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2025-11-05T22:18:00.305Z] [PARALLEL: Dynamic] childJobNum is 3, creating jobs and running them in parallel...
Did you forget the `def` keyword? Script1 seems to be setting a field named create_jobs (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named parallelTestParams (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
[Pipeline] parallel
[Pipeline] { (Branch: testList_0)
[Pipeline] { (Branch: testList_1)
[Pipeline] { (Branch: testList_2)
[Pipeline] echo
[2025-11-05T22:18:00.830Z] GENERATE_JOBS is set to true, set test job Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_0 params for generating the job
[Pipeline] echo
[2025-11-05T22:18:00.831Z] GENERATE_JOBS is set to true, set test job Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_1 params for generating the job
[Pipeline] echo
[2025-11-05T22:18:00.833Z] GENERATE_JOBS is set to true, set test job Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_2 params for generating the job
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] jobDsl
[Pipeline] jobDsl
[Pipeline] jobDsl
[2025-11-05T22:18:01.029Z] Processing DSL script aqa-tests/buildenv/jenkins/testJobTemplate
[2025-11-05T22:18:01.045Z] Processing DSL script aqa-tests/buildenv/jenkins/testJobTemplate
[2025-11-05T22:18:01.077Z] Processing DSL script aqa-tests/buildenv/jenkins/testJobTemplate
[2025-11-05T22:18:50.461Z] LEVELS: [sanity]
[2025-11-05T22:18:50.461Z] JDK_VERSIONS: [8]
[2025-11-05T22:18:50.461Z] GROUPS: [openjdk]
[2025-11-05T22:18:50.461Z] ARCH_OS_LIST: [aarch64_mac]
[2025-11-05T22:18:50.547Z] LEVELS: [sanity]
[2025-11-05T22:18:50.551Z] JDK_VERSIONS: [8]
[2025-11-05T22:18:50.551Z] GROUPS: [openjdk]
[2025-11-05T22:18:50.551Z] ARCH_OS_LIST: [aarch64_mac]
[2025-11-05T22:18:50.598Z] LEVELS: [sanity]
[2025-11-05T22:18:50.598Z] JDK_VERSIONS: [8]
[2025-11-05T22:18:50.598Z] GROUPS: [openjdk]
[2025-11-05T22:18:50.598Z] ARCH_OS_LIST: [aarch64_mac]
[2025-11-05T22:18:50.908Z] Existing items:
[2025-11-05T22:18:50.908Z] GeneratedJob{name='Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_2'}
[2025-11-05T22:18:50.908Z] Unreferenced items:
[2025-11-05T22:18:50.908Z] GeneratedJob{name='Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_0'}
[2025-11-05T22:18:50.908Z] GeneratedJob{name='Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_1'}
[2025-11-05T22:18:51.031Z] Existing items:
[2025-11-05T22:18:51.031Z] GeneratedJob{name='Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_1'}
[2025-11-05T22:18:51.031Z] GeneratedJob{name='Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_2'}
[2025-11-05T22:18:51.031Z] Unreferenced items:
[2025-11-05T22:18:51.031Z] GeneratedJob{name='Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_0'}
[2025-11-05T22:18:51.197Z] Existing items:
[2025-11-05T22:18:51.197Z] GeneratedJob{name='Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_0'}
[2025-11-05T22:18:51.197Z] GeneratedJob{name='Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_1'}
[2025-11-05T22:18:51.197Z] GeneratedJob{name='Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_2'}
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
[2025-11-05T22:20:57.951Z] PROCESSCATCH: Terminating any hung/left over test processes:
[Pipeline] sh
[2025-11-05T22:20:58.522Z] + aqa-tests/terminateTestProcesses.sh admin
[2025-11-05T22:20:58.522Z] Mac type machine.. do not terminate any remaining processes as Orka mac VMs are not process isolated, see: https://github.com/adoptium/aqa-tests/issues/4964
[Pipeline] retry
[Pipeline] {
[Pipeline] cleanWs
[2025-11-05T22:20:58.722Z] [WS-CLEANUP] Deleting project workspace...
[2025-11-05T22:20:58.722Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-11-05T22:20:59.268Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // retry
[Pipeline] sh
[2025-11-05T22:20:59.843Z] + find /cores -name '*core*' -print -exec rm -f '{}' ';'
[2025-11-05T22:20:59.843Z] /cores
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
[2025-11-05T22:20:59.953Z] Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Parallel Tests)
[Pipeline] parallel
[Pipeline] { (Branch: testList_0)
[Pipeline] { (Branch: testList_1)
[Pipeline] { (Branch: testList_2)
[Pipeline] build
[2025-11-05T22:21:00.165Z] Scheduling project: Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_0
[Pipeline] build
[2025-11-05T22:21:00.213Z] Scheduling project: Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_1
[Pipeline] build
[2025-11-05T22:21:00.242Z] Scheduling project: Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_2
[2025-11-05T22:21:07.040Z] Starting building: Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_0 #37
[2025-11-05T22:21:07.090Z] Starting building: Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_1 #27
[2025-11-05T22:21:07.323Z] Starting building: Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_2 #27
[2025-11-05T22:59:37.657Z] Build Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_0 #37 completed: SUCCESS
[Pipeline] }
[2025-11-05T23:01:50.522Z] Build Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_1 #27 completed: SUCCESS
[Pipeline] }
[2025-11-05T23:09:14.382Z] Build Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_2 #27 completed: SUCCESS
[Pipeline] }
[Pipeline] // parallel
[Pipeline] node
[2025-11-05T23:09:14.571Z] Running on test-rise-ubuntu2404-riscv64-3 in /home/jenkins/workspace/Test_openjdk21_hs_sanity.openjdk_aarch64_mac
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] cleanWs
[2025-11-05T23:09:14.995Z] [WS-CLEANUP] Deleting project workspace...
[2025-11-05T23:09:14.995Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-11-05T23:09:15.046Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
[2025-11-05T23:09:15.440Z] Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_0 #37 completed with status SUCCESS
[Pipeline] timeout
[2025-11-05T23:09:15.497Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] copyArtifacts
[2025-11-05T23:09:15.844Z] Copied 1 artifact from "Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_0" build number 37
[Pipeline] }
[Pipeline] // timeout
[Pipeline] echo
[2025-11-05T23:09:16.096Z] Saving Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_0/37/**/*.tap file on jenkins.
[Pipeline] archiveArtifacts
[2025-11-05T23:09:16.169Z] Archiving artifacts
[2025-11-05T23:09:16.264Z] Recording fingerprints
[Pipeline] echo
[2025-11-05T23:09:16.349Z] Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_1 #27 completed with status SUCCESS
[Pipeline] timeout
[2025-11-05T23:09:16.384Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] copyArtifacts
[2025-11-05T23:09:16.664Z] Copied 1 artifact from "Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_1" build number 27
[Pipeline] }
[Pipeline] // timeout
[Pipeline] echo
[2025-11-05T23:09:16.731Z] Saving Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_1/27/**/*.tap file on jenkins.
[Pipeline] archiveArtifacts
[2025-11-05T23:09:16.781Z] Archiving artifacts
[2025-11-05T23:09:16.850Z] Recording fingerprints
[Pipeline] echo
[2025-11-05T23:09:16.935Z] Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_2 #27 completed with status SUCCESS
[Pipeline] timeout
[2025-11-05T23:09:16.998Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] copyArtifacts
[2025-11-05T23:09:17.242Z] Copied 1 artifact from "Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_2" build number 27
[Pipeline] }
[Pipeline] // timeout
[Pipeline] echo
[2025-11-05T23:09:17.327Z] Saving Test_openjdk21_hs_sanity.openjdk_aarch64_mac_testList_2/27/**/*.tap file on jenkins.
[Pipeline] archiveArtifacts
[2025-11-05T23:09:17.381Z] Archiving artifacts
[2025-11-05T23:09:17.454Z] Recording fingerprints
[Pipeline] retry
[Pipeline] {
[Pipeline] cleanWs
[2025-11-05T23:09:17.667Z] [WS-CLEANUP] Deleting project workspace...
[2025-11-05T23:09:17.667Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-11-05T23:09:17.734Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] End of Pipeline
Finished: SUCCESS