Pre Test
Started by upstream project "build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin" build number 376
originally caused by:
Started by upstream project "build-scripts/openjdk11-pipeline" build number 2755
originally caused by:
Started by upstream project "build-scripts/utils/betaTrigger_11ea" build number 276
originally caused by:
Started by timer
Checking out git ${ADOPTOPENJDK_REPO} into /home/jenkins/.jenkins/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests@script/7d272c0688f17ab4e5b2f6ce77a7dc9cf4df33ff05c3a95eddd38682ef795b79 to read aqa-tests/buildenv/jenkins/openjdk_tests
The recommended git tool is: git
No credentials specified
> git rev-parse --resolve-git-dir /home/jenkins/.jenkins/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests@script/7d272c0688f17ab4e5b2f6ce77a7dc9cf4df33ff05c3a95eddd38682ef795b79/aqa-tests/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Pruning obsolete local branches
Using shallow fetch with depth 1
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 --prune --depth=1 -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=60
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 54f676a44a7bcdd2068527ef937e0b524e89faf1 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 54f676a44a7bcdd2068527ef937e0b524e89faf1 # timeout=10
Commit message: "Enhance DynamicAgents Support in AQA Test Pipeline for EBC Integration (#6293)"
> git rev-list --no-walk 557df2b721d783f417dcf1a644f503a2ea6d1eea # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] timestamps
[Pipeline] {
[Pipeline] echo
[2025-05-28T22:42:31.944Z] SPEC: osx_aarch64
[Pipeline] echo
[2025-05-28T22:42:31.945Z] LABEL: ci.role.test&&hw.arch.aarch64&&(sw.os.osx||sw.os.mac)
[Pipeline] stage
[Pipeline] { (Queue)
[Pipeline] nodesByLabel
[2025-05-28T22:42:31.954Z] Found a total of 9 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-05-28T22:42:31.957Z] dynamicAgents: []
[Pipeline] node
[2025-05-28T22:42:31.997Z] Running on test-orka-macos14-arm64-qjm4c in /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests
[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-05-28T22:42:32.015Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] cleanWs
[2025-05-28T22:42:32.099Z] [WS-CLEANUP] Deleting project workspace...
[2025-05-28T22:42:32.099Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-05-28T22:42:32.479Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // timeout
[Pipeline] checkout
[2025-05-28T22:42:32.549Z] The recommended git tool is: /opt/homebrew/bin/git
[2025-05-28T22:42:34.096Z] No credentials specified
[2025-05-28T22:42:34.131Z] Cloning the remote Git repository
[2025-05-28T22:42:34.303Z] Cloning repository https://github.com/adoptium/aqa-tests.git
[2025-05-28T22:42:34.391Z] > /opt/homebrew/bin/git init /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests # timeout=10
[2025-05-28T22:42:34.513Z] [WARNING] Reference path does not exist: /Users/admin/openjdk_cache
[2025-05-28T22:42:34.549Z] Fetching upstream changes from https://github.com/adoptium/aqa-tests.git
[2025-05-28T22:42:34.549Z] > /opt/homebrew/bin/git --version # timeout=10
[2025-05-28T22:42:34.558Z] > git --version # 'git version 2.45.2'
[2025-05-28T22:42:34.558Z] > /opt/homebrew/bin/git fetch --tags --force --progress -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=10
[2025-05-28T22:42:38.215Z] > /opt/homebrew/bin/git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10
[2025-05-28T22:42:38.223Z] > /opt/homebrew/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
[2025-05-28T22:42:59.391Z] Avoid second fetch
[2025-05-28T22:42:59.468Z] Checking out Revision 54f676a44a7bcdd2068527ef937e0b524e89faf1 (origin/master)
[2025-05-28T22:42:59.376Z] > /opt/homebrew/bin/git rev-parse origin/master^{commit} # timeout=10
[2025-05-28T22:42:59.491Z] > /opt/homebrew/bin/git config core.sparsecheckout # timeout=10
[2025-05-28T22:42:59.516Z] > /opt/homebrew/bin/git checkout -f 54f676a44a7bcdd2068527ef937e0b524e89faf1 # timeout=10
[2025-05-28T22:43:01.834Z] Commit message: "Enhance DynamicAgents Support in AQA Test Pipeline for EBC Integration (#6293)"
[Pipeline] }
[Pipeline] // retry
[Pipeline] load
[Pipeline] { (/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/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-05-28T22:43:03.057Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] echo
[2025-05-28T22:43:03.082Z] runMulticastCmd: false
[Pipeline] stage
[Pipeline] { (Setup)
[Pipeline] sh
[2025-05-28T22:43:03.761Z] + LC_TIME=C
[2025-05-28T22:43:03.761Z] + date '+%a, %d %b %Y %T %z'
[Pipeline] echo
[2025-05-28T22:43:04.098Z] PROCESSCATCH: Terminating any hung/left over test processes:
[Pipeline] sh
[2025-05-28T22:43:04.702Z] + aqa-tests/terminateTestProcesses.sh admin
[2025-05-28T22:43:04.702Z] 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-05-28T22:43:06.026Z] + printenv
[2025-05-28T22:43:06.026Z] DYNAMIC_COMPILE=true
[2025-05-28T22:43:06.026Z] BUILD_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-mac-aarch64-temurin_SmokeTests/263/
[2025-05-28T22:43:06.026Z] OPENJ9_BRANCH=master
[2025-05-28T22:43:06.026Z] JENKINS_NODE_COOKIE=20bb980a-e8e9-43fb-a635-7c36083b1158
[2025-05-28T22:43:06.026Z] DOCKER_REQUIRED=false
[2025-05-28T22:43:06.026Z] PARALLEL=None
[2025-05-28T22:43:06.026Z] HUDSON_SERVER_COOKIE=2d832652af5afba8
[2025-05-28T22:43:06.026Z] SHELL=/bin/zsh
[2025-05-28T22:43:06.026Z] JOBSTARTTIME=Wed, 28 May 2025 18:43:03 -0400
[2025-05-28T22:43:06.026Z] SSH_CLIENT=78.47.239.97 47296 22
[2025-05-28T22:43:06.026Z] STAGE_NAME=Setup
[2025-05-28T22:43:06.026Z] TMPDIR=/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/
[2025-05-28T22:43:06.026Z] BUILD_TAG=jenkins-build-scripts-jobs-jdk11u-jdk11u-mac-aarch64-temurin_SmokeTests-263
[2025-05-28T22:43:06.026Z] SDK_RESOURCE=upstream
[2025-05-28T22:43:06.026Z] TIME_LIMIT=1
[2025-05-28T22:43:06.026Z] EXTERNAL_TEST_CMD=mvn clean install
[2025-05-28T22:43:06.026Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
[2025-05-28T22:43:06.026Z] JOB_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-mac-aarch64-temurin_SmokeTests/
[2025-05-28T22:43:06.026Z] WORKSPACE=/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests
[2025-05-28T22:43:06.026Z] VENDOR_TEST_REPOS=https://github.com/adoptium/temurin-build
[2025-05-28T22:43:06.026Z] RUN_CHANGES_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-mac-aarch64-temurin_SmokeTests/263/display/redirect?page=changes
[2025-05-28T22:43:06.026Z] ACTIVE_NODE_TIMEOUT=5
[2025-05-28T22:43:06.026Z] USER=admin
[2025-05-28T22:43:06.026Z] ADOPTOPENJDK_BRANCH=master
[2025-05-28T22:43:06.026Z] ARCHIVE_TEST_RESULTS=false
[2025-05-28T22:43:06.026Z] OPENJCEPLUS_GIT_BRANCH=semeru-java11
[2025-05-28T22:43:06.026Z] UPSTREAM_JOB_NAME=build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin
[2025-05-28T22:43:06.026Z] STF_OWNER_BRANCH=adoptium:master
[2025-05-28T22:43:06.026Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-mac-aarch64-temurin_SmokeTests/263/display/redirect?page=artifacts
[2025-05-28T22:43:06.026Z] LIGHT_WEIGHT_CHECKOUT=false
[2025-05-28T22:43:06.026Z] __CF_USER_TEXT_ENCODING=0x1F5:0x0:0x0
[2025-05-28T22:43:06.026Z] ORIGIN_JDK_VERSION=11
[2025-05-28T22:43:06.026Z] SPEC=osx_aarch64
[2025-05-28T22:43:06.026Z] PERSONAL_BUILD=false
[2025-05-28T22:43:06.026Z] TKG_ITERATIONS=1
[2025-05-28T22:43:06.026Z] TKG_OWNER_BRANCH=adoptium:master
[2025-05-28T22:43:06.026Z] ITERATIONS=1
[2025-05-28T22:43:06.026Z] JENKINS_HOME=/home/jenkins/.jenkins
[2025-05-28T22:43:06.026Z] KEEP_REPORTDIR=false
[2025-05-28T22:43:06.026Z] PATH=/opt/homebrew/bin:/usr/local/bin/:/usr/bin:/bin:/usr/sbin:/sbin
[2025-05-28T22:43:06.027Z] LIB_DIR=/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib
[2025-05-28T22:43:06.027Z] RUN_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-mac-aarch64-temurin_SmokeTests/263/display/redirect
[2025-05-28T22:43:06.027Z] _=/usr/bin/printenv
[2025-05-28T22:43:06.027Z] GENERATE_JOBS=false
[2025-05-28T22:43:06.027Z] PWD=/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests
[2025-05-28T22:43:06.027Z] JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-17/Contents/Home
[2025-05-28T22:43:06.027Z] HUDSON_URL=https://ci.adoptium.net/
[2025-05-28T22:43:06.027Z] EXIT_FAILURE=false
[2025-05-28T22:43:06.027Z] JDK_VERSION=11
[2025-05-28T22:43:06.027Z] OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse:master
[2025-05-28T22:43:06.027Z] VENDOR_TEST_DIRS=/test/functional
[2025-05-28T22:43:06.027Z] JOB_NAME=build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests
[2025-05-28T22:43:06.027Z] BUILD_DISPLAY_NAME=#263
[2025-05-28T22:43:06.027Z] USE_TESTENV_PROPERTIES=false
[2025-05-28T22:43:06.027Z] BUILD_ID=263
[2025-05-28T22:43:06.027Z] EXIT_SUCCESS=false
[2025-05-28T22:43:06.027Z] JENKINS_URL=https://ci.adoptium.net/
[2025-05-28T22:43:06.027Z] PLATFORM=aarch64_mac
[2025-05-28T22:43:06.027Z] JDK_IMPL=hotspot
[2025-05-28T22:43:06.027Z] JOB_BASE_NAME=jdk11u-mac-aarch64-temurin_SmokeTests
[2025-05-28T22:43:06.027Z] RUN_TESTS_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-mac-aarch64-temurin_SmokeTests/263/display/redirect?page=tests
[2025-05-28T22:43:06.027Z] AUTO_DETECT=true
[2025-05-28T22:43:06.027Z] SHLVL=2
[2025-05-28T22:43:06.027Z] HOME=/Users/admin
[2025-05-28T22:43:06.027Z] TAP_NAME=build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests.tap
[2025-05-28T22:43:06.027Z] CI=true
[2025-05-28T22:43:06.027Z] WORKSPACE_TMP=/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests@tmp
[2025-05-28T22:43:06.027Z] EXECUTOR_NUMBER=0
[2025-05-28T22:43:06.027Z] JENKINS_SERVER_COOKIE=durable-70e82a7b89a6a0797b2dec87db220f3138c6747c3ade9d72be146bd72662d963
[2025-05-28T22:43:06.027Z] NODE_LABELS=aarch64 macos14 test-orka-macos14-arm64-qjm4c hw.arch.aarch64 ci.role.test arm64 sw.os.osx orka mac
[2025-05-28T22:43:06.027Z] LOGNAME=admin
[2025-05-28T22:43:06.027Z] TARGET=extended.functional
[2025-05-28T22:43:06.027Z] BUILD_LIST=functional/buildAndPackage
[2025-05-28T22:43:06.027Z] SYSTEM_LIB_DIR=/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/system_lib
[2025-05-28T22:43:06.027Z] ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium:master
[2025-05-28T22:43:06.027Z] EXTERNAL_CUSTOM_BRANCH=master
[2025-05-28T22:43:06.027Z] SSH_CONNECTION=78.47.239.97 47296 192.168.64.4 22
[2025-05-28T22:43:06.027Z] HUDSON_HOME=/home/jenkins/.jenkins
[2025-05-28T22:43:06.027Z] UPSTREAM_JOB_NUMBER=376
[2025-05-28T22:43:06.027Z] NODE_NAME=test-orka-macos14-arm64-qjm4c
[2025-05-28T22:43:06.027Z] JOB_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-mac-aarch64-temurin_SmokeTests/display/redirect
[2025-05-28T22:43:06.027Z] BUILD_NUMBER=263
[2025-05-28T22:43:06.027Z] KEEP_WORKSPACE=false
[2025-05-28T22:43:06.027Z] HUDSON_COOKIE=acd53b91-a94d-4afe-95d2-e1cd369e7b29
[2025-05-28T22:43:06.027Z] VENDOR_TEST_BRANCHES=master
[2025-05-28T22:43:06.027Z] PERF_ROOT=/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../benchmarks
[2025-05-28T22:43:06.027Z] USE_JRE=false
[2025-05-28T22:43:06.027Z] TEST_JDK_HOME=/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jdkbinary/j2sdk-image
[2025-05-28T22:43:06.027Z] OPENJCEPLUS_GIT_REPO=https://github.com/ibmruntimes/OpenJCEPlus.git
[2025-05-28T22:43:06.027Z] ADOPTOPENJDK_REPO=https://github.com/adoptium/aqa-tests.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-05-28T22:43:06.138Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] dir
[2025-05-28T22:43:06.152Z] Running in /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jdkbinary
[Pipeline] {
[Pipeline] copyArtifacts
[2025-05-28T22:43:18.248Z] Copied 7 artifacts from "build-scripts » jobs » jdk11u » jdk11u-mac-aarch64-temurin" build number 376
[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 OPENJ9_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 OPENJ9_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 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 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 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_BRANCHES (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_DIRS (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_SHAS (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] echo
[2025-05-28T22:43:18.462Z] 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-05-28T22:43:18.467Z] Running in /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests
[Pipeline] {
[Pipeline] sshagent
[2025-05-28T22:43:18.476Z] $ ssh-agent
[2025-05-28T22:43:18.698Z] SSH_AUTH_SOCK=/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T//ssh-12pPfmeQbSkQ/agent.2070
[2025-05-28T22:43:18.699Z] SSH_AGENT_PID=2071
[2025-05-28T22:43:18.699Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
[2025-05-28T22:43:18.717Z] Running in /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests
[Pipeline] {
[Pipeline] sh
[2025-05-28T22:43:19.320Z] ++ pwd
[2025-05-28T22:43:19.320Z] + ./get.sh -s /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/.. -p aarch64_mac -r upstream -j 11 -i hotspot --clone_openj9 true --openj9_repo https://github.com/eclipse-openj9/openj9.git --openj9_branch master --tkg_repo https://github.com/adoptium/TKG.git --tkg_branch master --vendor_repos https://github.com/adoptium/temurin-build --vendor_branches master --vendor_dirs /test/functional
[2025-05-28T22:43:19.320Z] TESTDIR: /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests
[2025-05-28T22:43:19.320Z] get jdk binary...
[2025-05-28T22:43:19.320Z] --sdkdir is set to upstream. Therefore, skip download jdk binary
[2025-05-28T22:43:19.320Z] Uncompressing file: OpenJDK11U-jdk_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz ...
[2025-05-28T22:43:20.147Z] List files in jdkbinary folder...
[2025-05-28T22:43:20.147Z] total 611768
[2025-05-28T22:43:20.147Z] -rw-r--r-- 1 admin staff 36948823 May 28 16:59 OpenJDK11U-debugimage_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz
[2025-05-28T22:43:20.147Z] -rw-r--r-- 1 admin staff 185139727 May 28 17:03 OpenJDK11U-jdk_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz
[2025-05-28T22:43:20.147Z] -rw-r--r-- 1 admin staff 38135858 May 28 17:04 OpenJDK11U-jre_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz
[2025-05-28T22:43:20.147Z] -rw-r--r-- 1 admin staff 26183 May 28 17:01 OpenJDK11U-sbom_aarch64_mac_hotspot_11.0.28_3-ea-metadata.json
[2025-05-28T22:43:20.147Z] -rw-r--r-- 1 admin staff 137667 May 28 18:38 OpenJDK11U-sbom_aarch64_mac_hotspot_11.0.28_3-ea.json
[2025-05-28T22:43:20.147Z] -rw-r--r-- 1 admin staff 3840069 May 28 17:04 OpenJDK11U-static-libs_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz
[2025-05-28T22:43:20.147Z] -rw-r--r-- 1 admin staff 31040509 May 28 16:59 OpenJDK11U-testimage_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz
[2025-05-28T22:43:20.147Z] drwxr-xr-x 3 admin staff 96 May 28 18:43 tmp
[2025-05-28T22:43:20.147Z] List files in jdkbinary/tmp folder...
[2025-05-28T22:43:20.147Z] total 0
[2025-05-28T22:43:20.147Z] drwxr-xr-x 3 admin staff 96 May 28 10:03 jdk-11.0.28+3
[2025-05-28T22:43:20.147Z] Moving directory jdk-11.0.28+3/ to ../j2sdk-image
[2025-05-28T22:43:20.147Z] Uncompressing file: OpenJDK11U-jre_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz ...
[2025-05-28T22:43:20.534Z] List files in jdkbinary folder...
[2025-05-28T22:43:20.534Z] total 611768
[2025-05-28T22:43:20.534Z] -rw-r--r-- 1 admin staff 36948823 May 28 16:59 OpenJDK11U-debugimage_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz
[2025-05-28T22:43:20.534Z] -rw-r--r-- 1 admin staff 185139727 May 28 17:03 OpenJDK11U-jdk_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz
[2025-05-28T22:43:20.534Z] -rw-r--r-- 1 admin staff 38135858 May 28 17:04 OpenJDK11U-jre_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz
[2025-05-28T22:43:20.534Z] -rw-r--r-- 1 admin staff 26183 May 28 17:01 OpenJDK11U-sbom_aarch64_mac_hotspot_11.0.28_3-ea-metadata.json
[2025-05-28T22:43:20.534Z] -rw-r--r-- 1 admin staff 137667 May 28 18:38 OpenJDK11U-sbom_aarch64_mac_hotspot_11.0.28_3-ea.json
[2025-05-28T22:43:20.534Z] -rw-r--r-- 1 admin staff 3840069 May 28 17:04 OpenJDK11U-static-libs_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz
[2025-05-28T22:43:20.534Z] -rw-r--r-- 1 admin staff 31040509 May 28 16:59 OpenJDK11U-testimage_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz
[2025-05-28T22:43:20.534Z] drwxr-xr-x 3 admin staff 96 May 28 10:03 j2sdk-image
[2025-05-28T22:43:20.534Z] drwxr-xr-x 3 admin staff 96 May 28 18:43 tmp
[2025-05-28T22:43:20.535Z] List files in jdkbinary/tmp folder...
[2025-05-28T22:43:20.535Z] total 0
[2025-05-28T22:43:20.535Z] drwxr-xr-x 3 admin staff 96 May 28 10:04 jdk-11.0.28+3-jre
[2025-05-28T22:43:20.535Z] Moving directory jdk-11.0.28+3-jre/ to ../j2re-image
[2025-05-28T22:43:20.535Z] Uncompressing file: OpenJDK11U-static-libs_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz ...
[2025-05-28T22:43:20.535Z] List files in jdkbinary folder...
[2025-05-28T22:43:20.535Z] total 611768
[2025-05-28T22:43:20.535Z] -rw-r--r-- 1 admin staff 36948823 May 28 16:59 OpenJDK11U-debugimage_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz
[2025-05-28T22:43:20.535Z] -rw-r--r-- 1 admin staff 185139727 May 28 17:03 OpenJDK11U-jdk_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz
[2025-05-28T22:43:20.535Z] -rw-r--r-- 1 admin staff 38135858 May 28 17:04 OpenJDK11U-jre_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz
[2025-05-28T22:43:20.535Z] -rw-r--r-- 1 admin staff 26183 May 28 17:01 OpenJDK11U-sbom_aarch64_mac_hotspot_11.0.28_3-ea-metadata.json
[2025-05-28T22:43:20.535Z] -rw-r--r-- 1 admin staff 137667 May 28 18:38 OpenJDK11U-sbom_aarch64_mac_hotspot_11.0.28_3-ea.json
[2025-05-28T22:43:20.535Z] -rw-r--r-- 1 admin staff 3840069 May 28 17:04 OpenJDK11U-static-libs_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz
[2025-05-28T22:43:20.535Z] -rw-r--r-- 1 admin staff 31040509 May 28 16:59 OpenJDK11U-testimage_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz
[2025-05-28T22:43:20.535Z] drwxr-xr-x 3 admin staff 96 May 28 10:04 j2re-image
[2025-05-28T22:43:20.535Z] drwxr-xr-x 3 admin staff 96 May 28 10:03 j2sdk-image
[2025-05-28T22:43:20.535Z] drwxr-xr-x 3 admin staff 96 May 28 18:43 tmp
[2025-05-28T22:43:20.535Z] List files in jdkbinary/tmp folder...
[2025-05-28T22:43:20.535Z] total 0
[2025-05-28T22:43:20.535Z] drwxr-xr-x 3 admin staff 96 May 28 16:59 jdk-11.0.28+3-static-libs
[2025-05-28T22:43:20.535Z] Moving directory jdk-11.0.28+3-static-libs/ to ../static-libs
[2025-05-28T22:43:20.535Z] Uncompressing file: OpenJDK11U-testimage_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz ...
[2025-05-28T22:43:20.921Z] List files in jdkbinary folder...
[2025-05-28T22:43:20.921Z] total 611768
[2025-05-28T22:43:20.921Z] -rw-r--r-- 1 admin staff 36948823 May 28 16:59 OpenJDK11U-debugimage_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz
[2025-05-28T22:43:20.921Z] -rw-r--r-- 1 admin staff 185139727 May 28 17:03 OpenJDK11U-jdk_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz
[2025-05-28T22:43:20.921Z] -rw-r--r-- 1 admin staff 38135858 May 28 17:04 OpenJDK11U-jre_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz
[2025-05-28T22:43:20.921Z] -rw-r--r-- 1 admin staff 26183 May 28 17:01 OpenJDK11U-sbom_aarch64_mac_hotspot_11.0.28_3-ea-metadata.json
[2025-05-28T22:43:20.921Z] -rw-r--r-- 1 admin staff 137667 May 28 18:38 OpenJDK11U-sbom_aarch64_mac_hotspot_11.0.28_3-ea.json
[2025-05-28T22:43:20.921Z] -rw-r--r-- 1 admin staff 3840069 May 28 17:04 OpenJDK11U-static-libs_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz
[2025-05-28T22:43:20.921Z] -rw-r--r-- 1 admin staff 31040509 May 28 16:59 OpenJDK11U-testimage_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz
[2025-05-28T22:43:20.921Z] drwxr-xr-x 3 admin staff 96 May 28 10:04 j2re-image
[2025-05-28T22:43:20.921Z] drwxr-xr-x 3 admin staff 96 May 28 10:03 j2sdk-image
[2025-05-28T22:43:20.921Z] drwxr-xr-x 3 admin staff 96 May 28 16:59 static-libs
[2025-05-28T22:43:20.921Z] drwxr-xr-x 3 admin staff 96 May 28 18:43 tmp
[2025-05-28T22:43:20.921Z] List files in jdkbinary/tmp folder...
[2025-05-28T22:43:20.921Z] total 0
[2025-05-28T22:43:20.921Z] drwxr-xr-x 6 admin staff 192 May 28 16:53 jdk-11.0.28+3-test-image
[2025-05-28T22:43:20.921Z] Moving directory jdk-11.0.28+3-test-image/ to ../openjdk-test-image
[2025-05-28T22:43:20.921Z] Uncompressing OpenJDK11U-debugimage_aarch64_mac_hotspot_11.0.28_3-ea.tar.gz over ./j2sdk-image...
[2025-05-28T22:43:21.306Z] Removing top-level folder jdk-11.0.28+3-debug-image/
[2025-05-28T22:43:21.306Z] Removing top-level folder jdk-11.0.28+3/
[2025-05-28T22:43:21.693Z] /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jdkbinary/j2sdk-image/bin/java does not exist! Searching under TEST_JDK_HOME: /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jdkbinary/j2sdk-image...
[2025-05-28T22:43:21.693Z] javac_path: /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jdkbinary/j2sdk-image/Contents/Home/bin/javac
[2025-05-28T22:43:21.693Z] Run: /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jdkbinary/j2sdk-image/Contents/Home/bin/java -version
[2025-05-28T22:43:21.693Z] =JAVA VERSION OUTPUT BEGIN=
[2025-05-28T22:43:23.016Z] openjdk version "11.0.28-beta" 2025-07-15
[2025-05-28T22:43:23.016Z] OpenJDK Runtime Environment Temurin-11.0.28+3-202505282041 (build 11.0.28-beta+3-ea)
[2025-05-28T22:43:23.016Z] OpenJDK 64-Bit Server VM Temurin-11.0.28+3-202505282041 (build 11.0.28-beta+3-ea, mixed mode)
[2025-05-28T22:43:23.016Z] =JAVA VERSION OUTPUT END=
[2025-05-28T22:43:23.016Z] get testKitGen...
[2025-05-28T22:43:23.016Z] git clone -q https://github.com/adoptium/TKG.git
[2025-05-28T22:43:23.845Z] git rev-parse master
[2025-05-28T22:43:23.845Z] git checkout -q -f 957d1afa46fad3da74dc289c4196f3916b184c5f
[2025-05-28T22:43:23.845Z] get functional test material...
[2025-05-28T22:43:23.845Z] git clone --depth 1 --reference-if-able /Users/admin/openjdk_cache -b master https://github.com/eclipse-openj9/openj9.git
[2025-05-28T22:43:23.845Z] Cloning into 'openj9'...
[2025-05-28T22:43:23.845Z] info: Could not add alternate for '/Users/admin/openjdk_cache': reference repository '/Users/admin/openjdk_cache' is not a local repository.
[2025-05-28T22:43:30.307Z] Updating files: 90% (9331/10322)
[2025-05-28T22:43:30.307Z] Updating files: 91% (9394/10322)
[2025-05-28T22:43:30.307Z] Updating files: 92% (9497/10322)
[2025-05-28T22:43:30.307Z] Updating files: 93% (9600/10322)
[2025-05-28T22:43:30.307Z] Updating files: 94% (9703/10322)
[2025-05-28T22:43:30.307Z] Updating files: 95% (9806/10322)
[2025-05-28T22:43:30.307Z] Updating files: 96% (9910/10322)
[2025-05-28T22:43:30.307Z] Updating files: 97% (10013/10322)
[2025-05-28T22:43:30.307Z] Updating files: 98% (10116/10322)
[2025-05-28T22:43:30.307Z] Updating files: 99% (10219/10322)
[2025-05-28T22:43:30.307Z] Updating files: 100% (10322/10322)
[2025-05-28T22:43:30.307Z] Updating files: 100% (10322/10322), done.
[2025-05-28T22:43:30.307Z] check OpenJ9 Repo sha
[2025-05-28T22:43:30.307Z] /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/scripts/getTestenvProperties.sh --repo_dir /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/openj9 --output_file /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/testenv/testenv.properties --repo_name OPENJ9
[2025-05-28T22:43:30.691Z] Check sha in /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/openj9 and store the info in /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/testenv/testenv.properties
[2025-05-28T22:43:30.691Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
[2025-05-28T22:43:30.691Z] OPENJ9_SHA=8be07bf176432b9d9343183f0193dc3225b93012
[2025-05-28T22:43:30.691Z] total 160
[2025-05-28T22:43:30.691Z] -rw-r--r-- 1 admin staff 4753 May 28 18:42 Contributing.md
[2025-05-28T22:43:30.691Z] -rw-r--r-- 1 admin staff 11360 May 28 18:42 LICENSE
[2025-05-28T22:43:30.691Z] -rw-r--r-- 1 admin staff 65 May 28 18:42 NOTICE
[2025-05-28T22:43:30.691Z] -rw-r--r-- 1 admin staff 8335 May 28 18:42 README.md
[2025-05-28T22:43:30.691Z] drwxr-xr-x 24 admin staff 768 May 28 18:43 TKG
[2025-05-28T22:43:30.691Z] drwxr-xr-x 4 admin staff 128 May 28 18:42 buildenv
[2025-05-28T22:43:30.691Z] -rwxr-xr-x 1 admin staff 339 May 28 18:42 compile.sh
[2025-05-28T22:43:30.691Z] drwxr-xr-x 3 admin staff 96 May 28 18:42 config
[2025-05-28T22:43:30.691Z] drwxr-xr-x 10 admin staff 320 May 28 18:42 doc
[2025-05-28T22:43:30.691Z] drwxr-xr-x 5 admin staff 160 May 28 18:42 docs
[2025-05-28T22:43:30.691Z] drwxr-xr-x 46 admin staff 1472 May 28 18:42 external
[2025-05-28T22:43:30.691Z] drwxr-xr-x 8 admin staff 256 May 28 18:43 functional
[2025-05-28T22:43:30.691Z] -rwxr-xr-x 1 admin staff 30008 May 28 18:43 get.sh
[2025-05-28T22:43:30.691Z] drwxr-xr-x 24 admin staff 768 May 28 18:43 jck
[2025-05-28T22:43:30.691Z] -rw-r--r-- 1 admin staff 155 May 28 18:43 job.properties
[2025-05-28T22:43:30.691Z] drwxr-xr-x 28 admin staff 896 May 28 18:43 openj9
[2025-05-28T22:43:30.691Z] drwxr-xr-x 7 admin staff 224 May 28 18:43 openjdk
[2025-05-28T22:43:30.691Z] drwxr-xr-x 13 admin staff 416 May 28 18:43 perf
[2025-05-28T22:43:30.691Z] drwxr-xr-x 4 admin staff 128 May 28 18:43 scripts
[2025-05-28T22:43:30.691Z] drwxr-xr-x 17 admin staff 544 May 28 18:43 system
[2025-05-28T22:43:30.691Z] -rwxr-xr-x 1 admin staff 3935 May 28 18:43 terminateTestProcesses.sh
[2025-05-28T22:43:30.691Z] drwxr-xr-x 5 admin staff 160 May 28 18:43 testenv
[2025-05-28T22:43:31.080Z] get vendor test material...
[2025-05-28T22:43:31.080Z] vendor repo is https://github.com/adoptium/temurin-build
[2025-05-28T22:43:31.081Z] git clone -b master https://github.com/adoptium/temurin-build vendor_0
[2025-05-28T22:43:31.909Z] check vendor repo sha
[2025-05-28T22:43:31.909Z] /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/scripts/getTestenvProperties.sh --repo_dir vendor_0 --output_file /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/testenv/testenv.properties --repo_name temurin-build
[2025-05-28T22:43:31.909Z] Check sha in vendor_0 and store the info in /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/testenv/testenv.properties
[2025-05-28T22:43:31.909Z] temurin-build_REPO=https://github.com/adoptium/temurin-build
[2025-05-28T22:43:31.909Z] temurin-build_BRANCH=792825a68785e7d7c4b29905c5044b6767a044de
[2025-05-28T22:43:31.910Z] Stage vendor_0//test/functional to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests//test/functional
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[2025-05-28T22:43:32.014Z] $ ssh-agent -k
[2025-05-28T22:43:32.019Z] unset SSH_AUTH_SOCK;
[2025-05-28T22:43:32.019Z] unset SSH_AGENT_PID;
[2025-05-28T22:43:32.019Z] echo Agent pid 2071 killed;
[2025-05-28T22:43:32.213Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] fileExists
[Pipeline] echo
[2025-05-28T22:43:32.287Z] readProperties file: ./aqa-tests/job.properties
[Pipeline] readProperties
[Pipeline] echo
[2025-05-28T22:43:32.813Z] Reset TEST_JDK_HOME to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jdkbinary/j2sdk-image/Contents/Home/bin/../
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
[2025-05-28T22:43:33.077Z] Rerun in Grinder: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=extended.functional&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=5&VENDOR_TEST_DIRS=%2Ftest%2Ffunctional&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=aarch64_mac&GENERATE_JOBS=false&KEEP_REPORTDIR=false&PERSONAL_BUILD=false&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&LABEL=&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&JDK_VERSION=11&USER_CREDENTIALS_ID=&ITERATIONS=1&VENDOR_TEST_REPOS=https%3A%2F%2Fgithub.com%2Fadoptium%2Ftemurin-build&JDK_REPO=&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=master&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk11u%2Fjdk11u-mac-aarch64-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&JDK_IMPL=hotspot&TEST_TIME=&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=&DYNAMIC_COMPILE=true&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=&ARCHIVE_TEST_RESULTS=false&OPENJDK_SHA=&NUM_MACHINES=&TRSS_URL=&BUILD_LIST=functional%2FbuildAndPackage&USE_TESTENV_PROPERTIES=false&UPSTREAM_JOB_NUMBER=376&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=1&JVM_OPTIONS=&PARALLEL=None
[Pipeline] echo
[2025-05-28T22:43:33.089Z] Rerun in Grinder on same machine: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=extended.functional&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=5&VENDOR_TEST_DIRS=%2Ftest%2Ffunctional&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=aarch64_mac&GENERATE_JOBS=false&KEEP_REPORTDIR=false&PERSONAL_BUILD=false&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&LABEL=test-orka-macos14-arm64-qjm4c&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&JDK_VERSION=11&USER_CREDENTIALS_ID=&ITERATIONS=1&VENDOR_TEST_REPOS=https%3A%2F%2Fgithub.com%2Fadoptium%2Ftemurin-build&JDK_REPO=&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=master&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk11u%2Fjdk11u-mac-aarch64-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&JDK_IMPL=hotspot&TEST_TIME=&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=&DYNAMIC_COMPILE=true&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=&ARCHIVE_TEST_RESULTS=false&OPENJDK_SHA=&NUM_MACHINES=&TRSS_URL=&BUILD_LIST=functional%2FbuildAndPackage&USE_TESTENV_PROPERTIES=false&UPSTREAM_JOB_NUMBER=376&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=1&JVM_OPTIONS=&PARALLEL=None
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] echo
[2025-05-28T22:43:33.130Z] Building tests...
[Pipeline] timeout
[2025-05-28T22:43:33.134Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] echo
[2025-05-28T22:43:33.153Z] Custom URL: https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[Pipeline] sh
[2025-05-28T22:43:33.781Z] + perl ./aqa-tests/TKG/scripts/getDependencies.pl -path /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib -task default -customUrl https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[2025-05-28T22:43:33.781Z] /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib does not exist, creating one.
[2025-05-28T22:43:33.781Z] mkdir /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency
[2025-05-28T22:43:33.781Z] mkdir /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib
[2025-05-28T22:43:33.781Z] --------------------------------------------
[2025-05-28T22:43:33.781Z] path is set to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib
[2025-05-28T22:43:33.781Z] task is set to default
[2025-05-28T22:43:33.781Z] dependencyList is set to all
[2025-05-28T22:43:33.781Z] --------------------------------------------
[2025-05-28T22:43:33.781Z] Starting download third party dependent jars
[2025-05-28T22:43:33.781Z] --------------------------------------------
[2025-05-28T22:43:33.781Z] downloading dependent third party jars to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib
[2025-05-28T22:43:33.781Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//byte-buddy.jar
[2025-05-28T22:43:34.168Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/byte-buddy.jar
[2025-05-28T22:43:34.168Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//json-simple.jar
[2025-05-28T22:43:34.560Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/json-simple.jar
[2025-05-28T22:43:34.560Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_7_4_1.tar.gz.sha256sum.txt
[2025-05-28T22:43:34.560Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/jtreg_7_4_1.tar.gz.sha256sum.txt
[2025-05-28T22:43:34.560Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_7_4_1.tar.gz
[2025-05-28T22:43:34.948Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/jtreg_7_4_1.tar.gz
[2025-05-28T22:43:34.949Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_7_4_1.tar.gz.sha256sum.txt
[2025-05-28T22:43:35.340Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/jtreg_7_4_1.tar.gz.sha256sum.txt
[2025-05-28T22:43:35.340Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//apache-maven-bin.tar.gz
[2025-05-28T22:43:35.729Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/apache-maven-bin.tar.gz
[2025-05-28T22:43:35.729Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jcommander.jar
[2025-05-28T22:43:36.120Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/jcommander.jar
[2025-05-28T22:43:36.120Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//openj9jtregtimeouthandler.jar.sha256sum.txt
[2025-05-28T22:43:36.120Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/openj9jtregtimeouthandler.jar.sha256sum.txt
[2025-05-28T22:43:36.120Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//openj9jtregtimeouthandler.jar
[2025-05-28T22:43:36.511Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/openj9jtregtimeouthandler.jar
[2025-05-28T22:43:36.511Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//openj9jtregtimeouthandler.jar.sha256sum.txt
[2025-05-28T22:43:36.511Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/openj9jtregtimeouthandler.jar.sha256sum.txt
[2025-05-28T22:43:36.511Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//org.eclipse.osgi-3.16.100.jar
[2025-05-28T22:43:37.338Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/org.eclipse.osgi-3.16.100.jar
[2025-05-28T22:43:37.338Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jython-standalone.jar
[2025-05-28T22:43:38.159Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/jython-standalone.jar
[2025-05-28T22:43:38.159Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//asm.jar
[2025-05-28T22:43:38.159Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/asm.jar
[2025-05-28T22:43:38.159Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//junit4.jar
[2025-05-28T22:43:38.560Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/junit4.jar
[2025-05-28T22:43:38.560Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_5_1_b01.tar.gz.sha256sum.txt
[2025-05-28T22:43:38.955Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/jtreg_5_1_b01.tar.gz.sha256sum.txt
[2025-05-28T22:43:38.955Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_5_1_b01.tar.gz
[2025-05-28T22:43:39.342Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/jtreg_5_1_b01.tar.gz
[2025-05-28T22:43:39.342Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_5_1_b01.tar.gz.sha256sum.txt
[2025-05-28T22:43:39.342Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/jtreg_5_1_b01.tar.gz.sha256sum.txt
[2025-05-28T22:43:39.342Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_7_3_1_1.tar.gz.sha256sum.txt
[2025-05-28T22:43:39.732Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/jtreg_7_3_1_1.tar.gz.sha256sum.txt
[2025-05-28T22:43:39.732Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_7_3_1_1.tar.gz
[2025-05-28T22:43:40.152Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/jtreg_7_3_1_1.tar.gz
[2025-05-28T22:43:40.152Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_7_3_1_1.tar.gz.sha256sum.txt
[2025-05-28T22:43:40.543Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/jtreg_7_3_1_1.tar.gz.sha256sum.txt
[2025-05-28T22:43:40.543Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//javassist.jar
[2025-05-28T22:43:40.930Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/javassist.jar
[2025-05-28T22:43:40.930Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jcstress-tests-all-20240222.jar
[2025-05-28T22:43:42.250Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/jcstress-tests-all-20240222.jar
[2025-05-28T22:43:42.250Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jaxb-api.jar
[2025-05-28T22:43:42.250Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/jaxb-api.jar
[2025-05-28T22:43:42.250Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//objenesis.jar
[2025-05-28T22:43:42.250Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/objenesis.jar
[2025-05-28T22:43:42.250Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//commons-cli.jar
[2025-05-28T22:43:42.638Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/commons-cli.jar
[2025-05-28T22:43:42.638Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//mockito-core.jar
[2025-05-28T22:43:43.035Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/mockito-core.jar
[2025-05-28T22:43:43.035Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//asmtools.jar.sha256sum.txt
[2025-05-28T22:43:43.035Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/asmtools.jar.sha256sum.txt
[2025-05-28T22:43:43.035Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//asmtools.jar
[2025-05-28T22:43:43.425Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/asmtools.jar
[2025-05-28T22:43:43.425Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//asmtools.jar.sha256sum.txt
[2025-05-28T22:43:43.824Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/asmtools.jar.sha256sum.txt
[2025-05-28T22:43:43.824Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//asm-all.jar
[2025-05-28T22:43:44.209Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/asm-all.jar
[2025-05-28T22:43:44.209Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_7_5_1_1.tar.gz.sha256sum.txt
[2025-05-28T22:43:44.209Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/jtreg_7_5_1_1.tar.gz.sha256sum.txt
[2025-05-28T22:43:44.210Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_7_5_1_1.tar.gz
[2025-05-28T22:43:45.076Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/jtreg_7_5_1_1.tar.gz
[2025-05-28T22:43:45.076Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_7_5_1_1.tar.gz.sha256sum.txt
[2025-05-28T22:43:45.076Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/jtreg_7_5_1_1.tar.gz.sha256sum.txt
[2025-05-28T22:43:45.076Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_6_1.tar.gz.sha256sum.txt
[2025-05-28T22:43:45.461Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/jtreg_6_1.tar.gz.sha256sum.txt
[2025-05-28T22:43:45.461Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_6_1.tar.gz
[2025-05-28T22:43:45.845Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/jtreg_6_1.tar.gz
[2025-05-28T22:43:45.845Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_6_1.tar.gz.sha256sum.txt
[2025-05-28T22:43:45.845Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/jtreg_6_1.tar.gz.sha256sum.txt
[2025-05-28T22:43:45.845Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//testng.jar
[2025-05-28T22:43:46.230Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/testng.jar
[2025-05-28T22:43:46.230Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//byte-buddy-agent.jar
[2025-05-28T22:43:46.615Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/byte-buddy-agent.jar
[2025-05-28T22:43:46.615Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//commons-exec.jar
[2025-05-28T22:43:46.615Z] --> file downloaded to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/commons-exec.jar
[2025-05-28T22:43:46.615Z] downloaded dependent third party jars successfully
[Pipeline] }
[Pipeline] // timeout
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] echo
[2025-05-28T22:43:47.260Z] Running tests...
Did you forget the `def` keyword? Script1 seems to be setting a field named TARGET (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 TARGET (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 RUNTEST_CMD (to a value of type GStringImpl) which could lead to memory leaks or other issues.
[Pipeline] echo
[2025-05-28T22:43:47.290Z] ITERATION: 1/1
[Pipeline] sh
[2025-05-28T22:43:47.932Z] ++ uname
[2025-05-28T22:43:47.932Z] + '[' Darwin = AIX ']'
[2025-05-28T22:43:47.932Z] ++ uname
[2025-05-28T22:43:47.932Z] + '[' Darwin = SunOS ']'
[2025-05-28T22:43:47.932Z] ++ uname
[2025-05-28T22:43:47.932Z] + '[' Darwin = '*BSD' ']'
[2025-05-28T22:43:47.932Z] + MAKE=make
[2025-05-28T22:43:47.932Z] + make -f ./aqa-tests/TKG/testEnv.mk testEnvTeardown
[2025-05-28T22:43:48.318Z] make: Nothing to be done for `testEnvTeardown'.
[Pipeline] sh
[2025-05-28T22:43:49.018Z] ++ uname
[2025-05-28T22:43:49.018Z] + '[' Darwin = AIX ']'
[2025-05-28T22:43:49.018Z] ++ uname
[2025-05-28T22:43:49.018Z] + '[' Darwin = SunOS ']'
[2025-05-28T22:43:49.018Z] ++ uname
[2025-05-28T22:43:49.018Z] + '[' Darwin = '*BSD' ']'
[2025-05-28T22:43:49.018Z] + MAKE=make
[2025-05-28T22:43:49.018Z] + cd ./aqa-tests
[2025-05-28T22:43:49.018Z] + . ./scripts/testenv/testenvSettings.sh
[2025-05-28T22:43:49.018Z] ++ set +x
[2025-05-28T22:43:49.018Z] JAVA_HOME is set to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jdkbinary/j2sdk-image/Contents/Home/bin/../
[2025-05-28T22:43:49.018Z] LIB_DIR is set to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib
[2025-05-28T22:43:49.018Z] rm -f -r /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation; \
[2025-05-28T22:43:49.018Z] mkdir -p /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation; \
[2025-05-28T22:43:49.018Z] (ant -f ./scripts/build_tools.xml "-DTEST_JDK_HOME=/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jdkbinary/j2sdk-image/Contents/Home/bin/../" "-DTEST_ROOT=/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/.." "-DLIB_DIR=/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib" 2>&1; echo $? ) | tee "/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2025-05-28T22:43:49.018Z] if [ -z "$(tail -1 /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/.."; false; else rm -f -r "/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation"; fi
[2025-05-28T22:43:49.415Z] Buildfile: /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/scripts/build_tools.xml
[2025-05-28T22:43:49.812Z]
[2025-05-28T22:43:49.812Z] build:
[2025-05-28T22:43:49.812Z]
[2025-05-28T22:43:49.812Z] clean:
[2025-05-28T22:43:49.812Z]
[2025-05-28T22:43:49.812Z] init:
[2025-05-28T22:43:49.812Z] [mkdir] Created dir: /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/bin
[2025-05-28T22:43:49.812Z]
[2025-05-28T22:43:49.812Z] getDependentLibs:
[2025-05-28T22:43:49.812Z] [exec] --------------------------------------------
[2025-05-28T22:43:49.812Z] [exec] path is set to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib
[2025-05-28T22:43:49.812Z] [exec] task is set to default
[2025-05-28T22:43:49.812Z] [exec] dependencyList is set to json_simple
[2025-05-28T22:43:49.812Z] [exec] --------------------------------------------
[2025-05-28T22:43:49.812Z] [exec] Starting download third party dependent jars
[2025-05-28T22:43:49.812Z] [exec] --------------------------------------------
[2025-05-28T22:43:49.812Z] [exec] downloading dependent third party jars to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib
[2025-05-28T22:43:49.812Z] [exec] /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-05-28T22:43:49.812Z] [exec] downloaded dependent third party jars successfully
[2025-05-28T22:43:49.812Z]
[2025-05-28T22:43:49.812Z] compile:
[2025-05-28T22:43:49.812Z] [echo] Ant version is Apache Ant(TM) version 1.10.5 compiled on July 10 2018
[2025-05-28T22:43:49.812Z] [echo] ============COMPILER SETTINGS============
[2025-05-28T22:43:49.812Z] [echo] ===fork: yes
[2025-05-28T22:43:49.812Z] [echo] ===debug: on
[2025-05-28T22:43:49.812Z] [javac] Compiling 28 source files to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/bin
[2025-05-28T22:43:51.160Z]
[2025-05-28T22:43:51.160Z] dist:
[2025-05-28T22:43:51.160Z] [jar] Building jar: /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/bin/TestKitGen.jar
[2025-05-28T22:43:51.160Z]
[2025-05-28T22:43:51.160Z] BUILD SUCCESSFUL
[2025-05-28T22:43:51.160Z] Total time: 1 second
[2025-05-28T22:43:51.160Z] 0
[2025-05-28T22:43:51.160Z] /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jdkbinary/j2sdk-image/Contents/Home/bin/..//bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector
[2025-05-28T22:43:51.160Z] Unfamiliar microArch detected in TKG. It will not be added in TKG microArch!
[2025-05-28T22:43:51.160Z] microArchOutput: cat: /proc/cpuinfo: No such file or directory
[2025-05-28T22:43:57.584Z] ****************************** MACHINE INFO ******************************
[2025-05-28T22:43:57.584Z] File path : /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG
[2025-05-28T22:43:57.584Z] Free Physical Memory Size : 197001216
[2025-05-28T22:43:57.584Z] Free space (bytes) : 45180973056
[2025-05-28T22:43:57.584Z] Total Physical Memory Size : 5368709120
[2025-05-28T22:43:57.584Z] Total space (bytes) : 90743767040
[2025-05-28T22:43:57.584Z] Usable space (bytes) : 45180973056
[2025-05-28T22:43:57.584Z] antVersion : Apache Ant(TM) version 1.10.5 compiled on July 10 2018
[2025-05-28T22:43:57.584Z] bashVersion :
[2025-05-28T22:43:57.584Z] GNU bash, version 5.2.26(1)-release (aarch64-apple-darwin23.2.0)
[2025-05-28T22:43:57.584Z] Copyright (C) 2022 Free Software Foundation, Inc.
[2025-05-28T22:43:57.584Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-05-28T22:43:57.584Z]
[2025-05-28T22:43:57.584Z] This is free software; you are free to change and redistribute it.
[2025-05-28T22:43:57.584Z] There is NO WARRANTY, to the extent permitted by law.
[2025-05-28T22:43:57.584Z] cpuCores : 3
[2025-05-28T22:43:57.584Z] curlVersion :
[2025-05-28T22:43:57.584Z] curl 8.1.2 (x86_64-apple-darwin23.0) libcurl/8.1.2 (SecureTransport) LibreSSL/3.3.6 zlib/1.2.12 nghttp2/1.55.1
[2025-05-28T22:43:57.584Z] Release-Date: 2023-05-30
[2025-05-28T22:43:57.584Z] Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
[2025-05-28T22:43:57.584Z] Features: alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz MultiSSL NTLM NTLM_WB SPNEGO SSL threadsafe UnixSockets
[2025-05-28T22:43:57.584Z] dockerVersion : bash: line 1: docker: command not found
[2025-05-28T22:43:57.584Z] gcc version : 15.0.0
[2025-05-28T22:43:57.584Z] gclibc version : bash: line 1: ldd: command not found
[2025-05-28T22:43:57.584Z] gdb version : bash: line 1: gdb: command not found
[2025-05-28T22:43:57.584Z] lldb version :
[2025-05-28T22:43:57.584Z] lldb-1500.0.200.58
[2025-05-28T22:43:57.584Z] Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
[2025-05-28T22:43:57.584Z] makeVersion :
[2025-05-28T22:43:57.584Z] GNU Make 3.81
[2025-05-28T22:43:57.584Z] Copyright (C) 2006 Free Software Foundation, Inc.
[2025-05-28T22:43:57.584Z] This is free software; see the source for copying conditions.
[2025-05-28T22:43:57.584Z] There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
[2025-05-28T22:43:57.584Z] PARTICULAR PURPOSE.
[2025-05-28T22:43:57.584Z]
[2025-05-28T22:43:57.584Z] This program built for i386-apple-darwin11.3.0
[2025-05-28T22:43:57.584Z] mavenVersion :
[2025-05-28T22:43:57.584Z] [1mApache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)[m
[2025-05-28T22:43:57.584Z] Maven home: /usr/local/apache-maven-3.6.3
[2025-05-28T22:43:57.584Z] Java version: 11.0.28-beta, vendor: Eclipse Adoptium, runtime: /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jdkbinary/j2sdk-image/Contents/Home
[2025-05-28T22:43:57.584Z] Default locale: en_US, platform encoding: UTF-8
[2025-05-28T22:43:57.584Z] OS name: "mac os x", version: "14.1", arch: "aarch64", family: "mac"
[2025-05-28T22:43:57.584Z] perlVersion :
[2025-05-28T22:43:57.584Z]
[2025-05-28T22:43:57.584Z] This is perl 5, version 30, subversion 3 (v5.30.3) built for darwin-thread-multi-2level
[2025-05-28T22:43:57.584Z] (with 2 registered patches, see perl -V for more detail)
[2025-05-28T22:43:57.584Z]
[2025-05-28T22:43:57.584Z] Copyright 1987-2020, Larry Wall
[2025-05-28T22:43:57.584Z]
[2025-05-28T22:43:57.584Z] Perl may be copied only under the terms of either the Artistic License or the
[2025-05-28T22:43:57.584Z] GNU General Public License, which may be found in the Perl 5 source kit.
[2025-05-28T22:43:57.584Z]
[2025-05-28T22:43:57.584Z] Complete documentation for Perl, including FAQ lists, should be found on
[2025-05-28T22:43:57.584Z] this system using "man perl" or "perldoc perl". If you have access to the
[2025-05-28T22:43:57.584Z] Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[2025-05-28T22:43:57.584Z]
[2025-05-28T22:43:57.584Z] podmanVersion : bash: line 1: podman: command not found
[2025-05-28T22:43:57.584Z] procArch : arm
[2025-05-28T22:43:57.584Z] sysArch : arm64
[2025-05-28T22:43:57.584Z] sysOS : Darwin
[2025-05-28T22:43:57.584Z] ulimit :
[2025-05-28T22:43:57.584Z] core file size (blocks, -c) 0
[2025-05-28T22:43:57.584Z] data seg size (kbytes, -d) unlimited
[2025-05-28T22:43:57.584Z] file size (blocks, -f) unlimited
[2025-05-28T22:43:57.584Z] max locked memory (kbytes, -l) unlimited
[2025-05-28T22:43:57.584Z] max memory size (kbytes, -m) unlimited
[2025-05-28T22:43:57.584Z] open files (-n) 10240
[2025-05-28T22:43:57.584Z] pipe size (512 bytes, -p) 1
[2025-05-28T22:43:57.584Z] stack size (kbytes, -s) 65520
[2025-05-28T22:43:57.584Z] cpu time (seconds, -t) unlimited
[2025-05-28T22:43:57.584Z] max user processes (-u) 1333
[2025-05-28T22:43:57.584Z] virtual memory (kbytes, -v) unlimited
[2025-05-28T22:43:57.584Z] uname : Darwin admins-Virtual-Machine.local 23.1.0 Darwin Kernel Version 23.1.0: Mon Oct 9 21:26:29 PDT 2023; root:xnu-10002.41.9~6/RELEASE_ARM64_VMAPPLE arm64
[2025-05-28T22:43:57.584Z] vmVendor : Oracle Corporation
[2025-05-28T22:43:57.584Z] vmVersion : 11.0.28-beta+3-ea
[2025-05-28T22:43:57.584Z] xlc version : bash: line 1: xlC: command not found
[2025-05-28T22:43:57.585Z] **************************************************************************
[2025-05-28T22:43:57.585Z]
[2025-05-28T22:43:57.585Z] System.getProperty('java.vm.name')=OpenJDK 64-Bit Server VM
[2025-05-28T22:43:57.585Z]
[2025-05-28T22:43:57.585Z] System.getProperty('java.vendor')=Eclipse Adoptium
[2025-05-28T22:43:57.585Z]
[2025-05-28T22:43:57.585Z] System.getProperty('os.name')=Mac OS X
[2025-05-28T22:43:57.585Z]
[2025-05-28T22:43:57.585Z] System.getProperty('os.arch')=aarch64
[2025-05-28T22:43:57.585Z]
[2025-05-28T22:43:57.585Z] System.getProperty('java.fullversion')=null
[2025-05-28T22:43:57.585Z]
[2025-05-28T22:43:57.585Z] System.getProperty('sun.arch.data.model')=64
[2025-05-28T22:43:57.585Z]
[2025-05-28T22:43:57.585Z] /Applications/Xcode.app/Contents/Developer/usr/bin/make -f makeGen.mk AUTO_DETECT=true MODE=buildList TESTTARGET=extended.functional TESTLIST=
[2025-05-28T22:43:57.585Z] perl scripts/configure.pl
[2025-05-28T22:43:57.585Z] /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jdkbinary/j2sdk-image/Contents/Home/bin/..//bin/java -cp "./bin/TestKitGen.jar:/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=buildList --spec=osx_aarch64 --microArch="" --osLabel="" --jdkVersion=11 --impl=hotspot --vendor="eclipse" --buildList=functional/buildAndPackage --iterations=1 --aotIterations= --testFlag= --testTarget=extended.functional --testList= --numOfMachines= --testTime= --TRSSURL=
[2025-05-28T22:43:57.585Z]
[2025-05-28T22:43:57.585Z] Warning: cannot find spec in resources/ottawa.csv.
[2025-05-28T22:43:57.585Z] Detected 64 in spec. Use spec: default-64 to match mode.
[2025-05-28T22:43:57.585Z]
[2025-05-28T22:43:57.585Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2025-05-28T22:43:57.585Z]
[2025-05-28T22:43:57.585Z]
[2025-05-28T22:43:57.585Z] Starting to generate build list.
[2025-05-28T22:43:57.585Z]
[2025-05-28T22:43:57.585Z] Parsing /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../functional/buildAndPackage/playlist.xml
[2025-05-28T22:43:57.585Z] Generated /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../TKG/buildInfo.mk
[2025-05-28T22:43:57.585Z]
[2025-05-28T22:43:57.585Z] /Applications/Xcode.app/Contents/Developer/usr/bin/make -f clean.mk cleanBuild
[2025-05-28T22:43:57.585Z] rm -f -r /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../../jvmtest
[2025-05-28T22:43:57.585Z] /Applications/Xcode.app/Contents/Developer/usr/bin/make -f compile.mk compile
[2025-05-28T22:43:57.975Z] rm -f -r /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation; \
[2025-05-28T22:43:57.975Z] mkdir -p /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation; \
[2025-05-28T22:43:57.975Z] (ant -f scripts/build_test.xml "-DTEST_ROOT=/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/.." "-DBUILD_ROOT=/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../../jvmtest" "-DJDK_VERSION=11" "-DJDK_IMPL=hotspot" "-DJDK_VENDOR=eclipse" "-DJCL_VERSION=latest" "-DBUILD_LIST=functional/buildAndPackage" "-DRESOURCES_DIR=/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../../jvmtest/TestConfig/resources" "-DSPEC=osx_aarch64" "-DTEST_JDK_HOME=/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jdkbinary/j2sdk-image/Contents/Home/bin/../" "-DJVM_VERSION=openjdk11" "-DLIB_DIR=/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib" 2>&1; echo $? ) | tee "/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2025-05-28T22:43:57.975Z] if [ -z "$(tail -1 /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/.."; false; else rm -f -r "/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation"; fi
[2025-05-28T22:43:57.975Z] Buildfile: /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/scripts/build_test.xml
[2025-05-28T22:43:57.975Z] [echo] build.list is TestConfig/build.xml,functional/buildAndPackage/build.xml
[2025-05-28T22:43:57.975Z]
[2025-05-28T22:43:57.975Z] -create_test_directory:
[2025-05-28T22:43:57.975Z] [mkdir] Created dir: /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jvmtest
[2025-05-28T22:43:57.975Z]
[2025-05-28T22:43:57.975Z] stage_test_material:
[2025-05-28T22:43:58.364Z] [copy] Copying 135 files to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jvmtest
[2025-05-28T22:43:58.364Z]
[2025-05-28T22:43:58.364Z] build:
[2025-05-28T22:43:58.364Z]
[2025-05-28T22:43:58.364Z] init:
[2025-05-28T22:43:58.364Z] [mkdir] Created dir: /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jvmtest/TestConfig
[2025-05-28T22:43:58.364Z]
[2025-05-28T22:43:58.364Z] build:
[2025-05-28T22:43:58.364Z] [copy] Copying 12 files to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jvmtest/TestConfig
[2025-05-28T22:43:58.364Z] [copy] Copied 4 empty directories to 2 empty directories under /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jvmtest/TestConfig
[2025-05-28T22:43:58.364Z] [copy] Copying 1 file to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jvmtest/TestConfig
[2025-05-28T22:43:58.364Z]
[2025-05-28T22:43:58.364Z] build:
[2025-05-28T22:43:58.364Z]
[2025-05-28T22:43:58.364Z] init:
[2025-05-28T22:43:58.364Z] [mkdir] Created dir: /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jvmtest/functional/buildAndPackage
[2025-05-28T22:43:58.364Z] [mkdir] Created dir: /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/functional/buildAndPackage/bin
[2025-05-28T22:43:58.364Z]
[2025-05-28T22:43:58.364Z] getDependentLibs:
[2025-05-28T22:43:58.364Z] [exec] --------------------------------------------
[2025-05-28T22:43:58.364Z] [exec] path is set to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib
[2025-05-28T22:43:58.364Z] [exec] task is set to default
[2025-05-28T22:43:58.364Z] [exec] dependencyList is set to testng,jcommander
[2025-05-28T22:43:58.364Z] [exec] --------------------------------------------
[2025-05-28T22:43:58.364Z] [exec] Starting download third party dependent jars
[2025-05-28T22:43:58.364Z] [exec] --------------------------------------------
[2025-05-28T22:43:58.364Z] [exec] downloading dependent third party jars to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib
[2025-05-28T22:43:58.364Z] [exec] /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/testng.jar exists with correct hash, not downloading
[2025-05-28T22:43:58.364Z] [exec] /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/jcommander.jar exists with correct hash, not downloading
[2025-05-28T22:43:58.364Z] [exec] downloaded dependent third party jars successfully
[2025-05-28T22:43:58.364Z]
[2025-05-28T22:43:58.364Z] compile:
[2025-05-28T22:43:58.364Z] [echo] Ant version is Apache Ant(TM) version 1.10.5 compiled on July 10 2018
[2025-05-28T22:43:58.364Z] [echo] ============COMPILER SETTINGS============
[2025-05-28T22:43:58.364Z] [echo] ===fork: yes
[2025-05-28T22:43:58.364Z] [echo] ===executable: /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jdkbinary/j2sdk-image/Contents/Home/bin/..//bin/javac
[2025-05-28T22:43:58.364Z] [echo] ===debug: on
[2025-05-28T22:43:58.364Z] [echo] ===destdir: /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../../jvmtest/functional/buildAndPackage
[2025-05-28T22:43:58.364Z] [javac] Compiling 9 source files to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/functional/buildAndPackage/bin
[2025-05-28T22:43:58.756Z] [javac] Creating empty /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/functional/buildAndPackage/bin/net/adoptium/test/package-info.class
[2025-05-28T22:43:58.756Z]
[2025-05-28T22:43:58.756Z] dist_functional:
[2025-05-28T22:43:58.756Z] [copy] Copying 2 files to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jvmtest/functional
[2025-05-28T22:43:58.756Z]
[2025-05-28T22:43:58.756Z] dist:
[2025-05-28T22:43:58.756Z] [jar] Building jar: /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jvmtest/functional/buildAndPackage/BuildAndPackagingTests.jar
[2025-05-28T22:43:58.756Z] [copy] Copying 3 files to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jvmtest/functional/buildAndPackage
[2025-05-28T22:43:58.756Z]
[2025-05-28T22:43:58.756Z] clean:
[2025-05-28T22:43:58.756Z] [delete] Deleting directory /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/functional/buildAndPackage/bin
[2025-05-28T22:43:58.756Z]
[2025-05-28T22:43:58.756Z] BUILD SUCCESSFUL
[2025-05-28T22:43:58.756Z] Total time: 0 seconds
[2025-05-28T22:43:58.756Z] 0
[2025-05-28T22:43:58.756Z]
[2025-05-28T22:43:58.756Z]
[2025-05-28T22:43:58.756Z] RECORD TEST REPOs SHA
[2025-05-28T22:43:58.756Z] cd "/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../TKG/scripts"; \
[2025-05-28T22:43:58.756Z] bash "getSHAs.sh" --test_root_dir "/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/.." --shas_file "/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../TKG/SHAs.txt"
[2025-05-28T22:43:58.756Z] Check shas in /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/.. and store the info in /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../TKG/SHAs.txt
[2025-05-28T22:43:58.756Z] touch /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../TKG/SHAs.txt
[2025-05-28T22:43:58.756Z] ================================================
[2025-05-28T22:43:58.756Z] timestamp: 20250528-184358
[2025-05-28T22:43:58.756Z] repo dir: /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/openj9
[2025-05-28T22:43:58.756Z] git repo:
[2025-05-28T22:43:59.144Z] Fetch URL: https://github.com/eclipse-openj9/openj9.git
[2025-05-28T22:43:59.144Z] sha:
[2025-05-28T22:43:59.144Z] 8be07bf176432b9d9343183f0193dc3225b93012
[2025-05-28T22:43:59.144Z] ================================================
[2025-05-28T22:43:59.144Z] timestamp: 20250528-184358
[2025-05-28T22:43:59.144Z] repo dir: /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests
[2025-05-28T22:43:59.144Z] git repo:
[2025-05-28T22:43:59.144Z] Fetch URL: https://github.com/adoptium/aqa-tests.git
[2025-05-28T22:43:59.144Z] sha:
[2025-05-28T22:43:59.144Z] 54f676a44a7bcdd2068527ef937e0b524e89faf1
[2025-05-28T22:43:59.144Z] ================================================
[2025-05-28T22:43:59.144Z] timestamp: 20250528-184358
[2025-05-28T22:43:59.144Z] repo dir: /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG
[2025-05-28T22:43:59.144Z] git repo:
[2025-05-28T22:43:59.144Z] Fetch URL: https://github.com/adoptium/TKG.git
[2025-05-28T22:43:59.144Z] sha:
[2025-05-28T22:43:59.144Z] 957d1afa46fad3da74dc289c4196f3916b184c5f
[2025-05-28T22:43:59.144Z] ================================================
[2025-05-28T22:43:59.144Z] timestamp: 20250528-184358
[2025-05-28T22:43:59.144Z] repo dir: /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/vendor_0
[2025-05-28T22:43:59.144Z] git repo:
[2025-05-28T22:43:59.144Z] Fetch URL: https://github.com/adoptium/temurin-build
[2025-05-28T22:43:59.144Z] sha:
[2025-05-28T22:43:59.144Z] 792825a68785e7d7c4b29905c5044b6767a044de
[2025-05-28T22:43:59.144Z] /Applications/Xcode.app/Contents/Developer/usr/bin/make -f makeGen.mk AUTO_DETECT=true MODE=tests TESTTARGET=extended.functional TESTLIST=
[2025-05-28T22:43:59.144Z] perl scripts/configure.pl
[2025-05-28T22:43:59.144Z] /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jdkbinary/j2sdk-image/Contents/Home/bin/..//bin/java -cp "./bin/TestKitGen.jar:/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/../../../../../testDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=tests --spec=osx_aarch64 --microArch="" --osLabel="" --jdkVersion=11 --impl=hotspot --vendor="eclipse" --buildList=functional/buildAndPackage --iterations=1 --aotIterations= --testFlag= --testTarget=extended.functional --testList= --numOfMachines= --testTime= --TRSSURL=
[2025-05-28T22:43:59.144Z]
[2025-05-28T22:43:59.145Z] Warning: cannot find spec in resources/ottawa.csv.
[2025-05-28T22:43:59.145Z] Detected 64 in spec. Use spec: default-64 to match mode.
[2025-05-28T22:43:59.145Z]
[2025-05-28T22:43:59.145Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2025-05-28T22:43:59.145Z]
[2025-05-28T22:43:59.145Z] Starting to generate test make files.
[2025-05-28T22:43:59.145Z]
[2025-05-28T22:43:59.145Z] Parsing /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../functional/buildAndPackage/playlist.xml
[2025-05-28T22:43:59.145Z] Generated /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../functional/buildAndPackage/autoGen.mk
[2025-05-28T22:43:59.145Z]
[2025-05-28T22:43:59.145Z] Generated /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../functional/autoGen.mk
[2025-05-28T22:43:59.145Z]
[2025-05-28T22:43:59.145Z] Generated /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../autoGen.mk
[2025-05-28T22:43:59.145Z]
[2025-05-28T22:43:59.145Z] Generated /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../TKG/utils.mk
[2025-05-28T22:43:59.145Z]
[2025-05-28T22:43:59.145Z] Generated /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/../TKG/rerun.mk
[2025-05-28T22:43:59.145Z]
[2025-05-28T22:43:59.145Z] Make files are generated successfully.
[2025-05-28T22:43:59.145Z]
[2025-05-28T22:43:59.145Z] /Applications/Xcode.app/Contents/Developer/usr/bin/make -f runtest.mk _extended.functional
[2025-05-28T22:43:59.532Z]
[2025-05-28T22:43:59.533Z] Running make 3.81
[2025-05-28T22:43:59.533Z] set TEST_ROOT to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/aqa-tests/TKG/..
[2025-05-28T22:43:59.533Z] set JDK_VERSION to 11
[2025-05-28T22:43:59.533Z] set JDK_IMPL to hotspot
[2025-05-28T22:43:59.533Z] set JVM_VERSION to openjdk11
[2025-05-28T22:43:59.533Z] set JCL_VERSION to latest
[2025-05-28T22:43:59.533Z] JAVA_HOME was originally set to /Library/Java/JavaVirtualMachines/jdk-17/Contents/Home
[2025-05-28T22:43:59.533Z] set JAVA_HOME to /Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jdkbinary/j2sdk-image/Contents/Home/bin/../
[2025-05-28T22:43:59.533Z] set SPEC to osx_aarch64
[2025-05-28T22:43:59.533Z] set TEST_FLAG to
[2025-05-28T22:43:59.533Z] Running extended.functional ...
[2025-05-28T22:43:59.533Z] There are 2 test targets in extended.functional
[2025-05-28T22:43:59.533Z] "/Users/admin/workspace/workspace/build-scripts/jobs/jdk11u/jdk11u-mac-aarch64-temurin_SmokeTests/jdkbinary/j2sdk-image/Contents/Home/bin/..//bin/java" -version
[2025-05-28T22:43:59.533Z] openjdk version "11.0.28-beta" 2025-07-15
[2025-05-28T22:43:59.533Z] OpenJDK Runtime Environment Temurin-11.0.28+3-202505282041 (build 11.0.28-beta+3-ea)
[2025-05-28T22:43:59.533Z] OpenJDK 64-Bit Server VM Temurin-11.0.28+3-202505282041 (build 11.0.28-beta+3-ea, mixed mode)
[2025-05-28T22:43:59.533Z]
[2025-05-28T22:43:59.533Z] ===============================================