jdk17u-mac-x64-temurin_SmokeTests
Started by upstream project "build-scripts/jobs/jdk17u/jdk17u-mac-x64-temurin" build number 599
originally caused by:
Started by upstream project "build-scripts/openjdk17-pipeline" build number 1013
originally caused by:
Started by user Adam Farley
Obtained buildenv/jenkins/openjdk_tests from git https://github.com/adoptium/aqa-tests.git
[Pipeline] Start of Pipeline
[Pipeline] timestamps
[Pipeline] {
[Pipeline] echo
[2026-01-08T16:55:25.049Z] SPEC: osx_x86-64
[Pipeline] echo
[2026-01-08T16:55:25.050Z] Specified LABEL: ci.role.test&&hw.arch.x86&&(sw.os.osx||sw.os.mac)
[Pipeline] stage
[Pipeline] { (Queue)
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
[2026-01-08T16:55:25.057Z] dynamicAgents: []
[Pipeline] echo
[2026-01-08T16:55:25.058Z] Provisioning LABEL: ci.role.test&&hw.arch.x86&&(sw.os.osx||sw.os.mac)
[Pipeline] nodesByLabel
[2026-01-08T16:55:25.065Z] Found a total of 3 nodes with the 'ci.role.test&&hw.arch.x86&&(sw.os.osx||sw.os.mac)' label
[Pipeline] node
[2026-01-08T16:55:25.086Z] Running on test-macstadium-macos1014-x64-1 in /Users/jenkins/workspace/build-scripts/jobs/jdk17u/jdk17u-mac-x64-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
[2026-01-08T16:55:25.107Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] cleanWs
[2026-01-08T16:55:25.176Z] [WS-CLEANUP] Deleting project workspace...
[2026-01-08T16:55:25.177Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2026-01-08T16:55:25.206Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // timeout
[Pipeline] checkout
[2026-01-08T16:55:25.270Z] The recommended git tool is: git
[2026-01-08T16:55:25.331Z] No credentials specified
[2026-01-08T16:55:25.358Z] Cloning the remote Git repository
[2026-01-08T16:55:25.400Z] Cloning repository https://github.com/adoptium/aqa-tests.git
[2026-01-08T16:55:25.400Z] > git init /Users/jenkins/workspace/build-scripts/jobs/jdk17u/jdk17u-mac-x64-temurin_SmokeTests/aqa-tests # timeout=10
[2026-01-08T16:55:25.426Z] [WARNING] Reference path does not exist: /Users/jenkins/openjdk_cache
[2026-01-08T16:55:25.426Z] Fetching upstream changes from https://github.com/adoptium/aqa-tests.git
[2026-01-08T16:55:25.426Z] > git --version # timeout=10
[2026-01-08T16:55:25.437Z] > git --version # 'git version 2.20.1 (Apple Git-117)'
[2026-01-08T16:55:25.437Z] > git fetch --tags --force --progress -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=10
[2026-01-08T16:55:29.427Z] Avoid second fetch
[2026-01-08T16:55:29.475Z] Checking out Revision 383ec2a3d958bbca6628dcc52d19b4013d2cefbc (origin/master)
[2026-01-08T16:55:29.361Z] > git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10
[2026-01-08T16:55:29.373Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
[2026-01-08T16:55:29.440Z] > git rev-parse origin/master^{commit} # timeout=10
[2026-01-08T16:55:29.488Z] > git config core.sparsecheckout # timeout=10
[2026-01-08T16:55:29.501Z] > git checkout -f 383ec2a3d958bbca6628dcc52d19b4013d2cefbc # timeout=10
[2026-01-08T16:55:31.279Z] Commit message: "Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#6787)"
[2026-01-08T16:55:31.292Z] > git rev-list --no-walk 3e5998a3199bbe54a027e7e9d7e1e04f8697211b # timeout=10
[Pipeline] }
[Pipeline] // retry
[Pipeline] load
[Pipeline] { (/Users/jenkins/workspace/build-scripts/jobs/jdk17u/jdk17u-mac-x64-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
[2026-01-08T16:55:32.938Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] echo
[2026-01-08T16:55:32.959Z] runMulticastCmd: false
[Pipeline] stage
[Pipeline] { (Setup)
[Pipeline] sh
[2026-01-08T16:55:33.542Z] + LC_TIME=C
[2026-01-08T16:55:33.542Z] + date '+%a, %d %b %Y %T %z'
[Pipeline] echo
[2026-01-08T16:55:33.672Z] PROCESSCATCH: Terminating any hung/left over test processes:
[Pipeline] sh
[2026-01-08T16:55:34.181Z] + aqa-tests/terminateTestProcesses.sh jenkins
[2026-01-08T16:55:34.181Z] 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
[2026-01-08T16:55:35.447Z] + printenv
[2026-01-08T16:55:35.447Z] DYNAMIC_COMPILE=true
[2026-01-08T16:55:35.447Z] JENKINS_NODE_COOKIE=66926faa-dd4a-4539-a383-ccebdef05c44
[2026-01-08T16:55:35.447Z] OPENJ9_BRANCH=master
[2026-01-08T16:55:35.447Z] BUILD_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk17u/job/jdk17u-mac-x64-temurin_SmokeTests/324/
[2026-01-08T16:55:35.447Z] DOCKER_REQUIRED=false
[2026-01-08T16:55:35.447Z] PARALLEL=None
[2026-01-08T16:55:35.447Z] SHELL=/bin/bash
[2026-01-08T16:55:35.447Z] HUDSON_SERVER_COOKIE=2d832652af5afba8
[2026-01-08T16:55:35.447Z] jobStatus=SUCCESS
[2026-01-08T16:55:35.447Z] JOBSTARTTIME=Thu, 08 Jan 2026 16:55:33 +0000
[2026-01-08T16:55:35.447Z] STAGE_NAME=Setup
[2026-01-08T16:55:35.447Z] TMPDIR=/var/folders/gn/l1n8c6n13571rxcklsqm2mvm0000gp/T/
[2026-01-08T16:55:35.447Z] SSH_CLIENT=78.47.239.97 45822 22
[2026-01-08T16:55:35.447Z] BUILD_TAG=jenkins-build-scripts-jobs-jdk17u-jdk17u-mac-x64-temurin_SmokeTests-324
[2026-01-08T16:55:35.447Z] SDK_RESOURCE=upstream
[2026-01-08T16:55:35.447Z] TIME_LIMIT=1
[2026-01-08T16:55:35.447Z] NUM_PROCESSORS=4
[2026-01-08T16:55:35.447Z] EXTERNAL_TEST_CMD=mvn clean install
[2026-01-08T16:55:35.447Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
[2026-01-08T16:55:35.447Z] JOB_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk17u/job/jdk17u-mac-x64-temurin_SmokeTests/
[2026-01-08T16:55:35.447Z] VENDOR_TEST_REPOS=https://github.com/adoptium/temurin-build
[2026-01-08T16:55:35.447Z] WORKSPACE=/Users/jenkins/workspace/build-scripts/jobs/jdk17u/jdk17u-mac-x64-temurin_SmokeTests
[2026-01-08T16:55:35.447Z] RUN_CHANGES_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk17u/job/jdk17u-mac-x64-temurin_SmokeTests/324/display/redirect?page=changes
[2026-01-08T16:55:35.447Z] ACTIVE_NODE_TIMEOUT=5
[2026-01-08T16:55:35.447Z] USER=jenkins
[2026-01-08T16:55:35.447Z] ADOPTOPENJDK_BRANCH=master
[2026-01-08T16:55:35.447Z] OPENJCEPLUS_GIT_BRANCH=semeru-java17
[2026-01-08T16:55:35.447Z] ARCHIVE_TEST_RESULTS=false
[2026-01-08T16:55:35.447Z] UPSTREAM_JOB_NAME=build-scripts/jobs/jdk17u/jdk17u-mac-x64-temurin
[2026-01-08T16:55:35.447Z] STF_OWNER_BRANCH=adoptium:master
[2026-01-08T16:55:35.447Z] LIGHT_WEIGHT_CHECKOUT=true
[2026-01-08T16:55:35.447Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk17u/job/jdk17u-mac-x64-temurin_SmokeTests/324/display/redirect?page=artifacts
[2026-01-08T16:55:35.447Z] __CF_USER_TEXT_ENCODING=0x1F6:0:0
[2026-01-08T16:55:35.447Z] ORIGIN_JDK_VERSION=17
[2026-01-08T16:55:35.447Z] TKG_OWNER_BRANCH=adoptium:master
[2026-01-08T16:55:35.447Z] PERSONAL_BUILD=false
[2026-01-08T16:55:35.447Z] SPEC=osx_x86-64
[2026-01-08T16:55:35.447Z] TKG_ITERATIONS=1
[2026-01-08T16:55:35.447Z] JENKINS_HOME=/home/jenkins/.jenkins
[2026-01-08T16:55:35.447Z] ITERATIONS=1
[2026-01-08T16:55:35.447Z] PATH=/usr/local/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin
[2026-01-08T16:55:35.447Z] KEEP_REPORTDIR=false
[2026-01-08T16:55:35.447Z] MAIL=/var/mail/jenkins
[2026-01-08T16:55:35.447Z] LIB_DIR=/Users/jenkins/workspace/build-scripts/jobs/jdk17u/jdk17u-mac-x64-temurin_SmokeTests/../../../../../externalDependency/lib
[2026-01-08T16:55:35.447Z] RUN_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk17u/job/jdk17u-mac-x64-temurin_SmokeTests/324/display/redirect
[2026-01-08T16:55:35.447Z] _=/usr/bin/printenv
[2026-01-08T16:55:35.447Z] GENERATE_JOBS=false
[2026-01-08T16:55:35.447Z] PWD=/Users/jenkins/workspace/build-scripts/jobs/jdk17u/jdk17u-mac-x64-temurin_SmokeTests
[2026-01-08T16:55:35.447Z] JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-17/Contents/Home
[2026-01-08T16:55:35.447Z] EXIT_FAILURE=false
[2026-01-08T16:55:35.447Z] HUDSON_URL=https://ci.adoptium.net/
[2026-01-08T16:55:35.447Z] VENDOR_TEST_DIRS=/test/functional
[2026-01-08T16:55:35.447Z] OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse:master
[2026-01-08T16:55:35.447Z] JDK_VERSION=17
[2026-01-08T16:55:35.447Z] JOB_NAME=build-scripts/jobs/jdk17u/jdk17u-mac-x64-temurin_SmokeTests
[2026-01-08T16:55:35.447Z] BUILD_DISPLAY_NAME=#324
[2026-01-08T16:55:35.447Z] USE_TESTENV_PROPERTIES=false
[2026-01-08T16:55:35.447Z] JENKINS_URL=https://ci.adoptium.net/
[2026-01-08T16:55:35.447Z] EXIT_SUCCESS=false
[2026-01-08T16:55:35.447Z] BUILD_ID=324
[2026-01-08T16:55:35.447Z] PLATFORM=x86-64_mac
[2026-01-08T16:55:35.447Z] JDK_IMPL=hotspot
[2026-01-08T16:55:35.447Z] JOB_BASE_NAME=jdk17u-mac-x64-temurin_SmokeTests
[2026-01-08T16:55:35.447Z] RUN_TESTS_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk17u/job/jdk17u-mac-x64-temurin_SmokeTests/324/display/redirect?page=tests
[2026-01-08T16:55:35.447Z] SHLVL=3
[2026-01-08T16:55:35.447Z] AUTO_DETECT=true
[2026-01-08T16:55:35.447Z] HOME=/Users/jenkins
[2026-01-08T16:55:35.447Z] JAVA_MAIN_CLASS_56156=hudson.remoting.Launcher
[2026-01-08T16:55:35.447Z] TAP_NAME=build-scripts/jobs/jdk17u/jdk17u-mac-x64-temurin_SmokeTests.tap
[2026-01-08T16:55:35.447Z] CI=true
[2026-01-08T16:55:35.447Z] WORKSPACE_TMP=/Users/jenkins/workspace/build-scripts/jobs/jdk17u/jdk17u-mac-x64-temurin_SmokeTests@tmp
[2026-01-08T16:55:35.447Z] EXECUTOR_NUMBER=0
[2026-01-08T16:55:35.447Z] JENKINS_SERVER_COOKIE=durable-41b992e9c9fe2e922e614ab1b163b58c81564f749f054e43b1d35d78a97cada1
[2026-01-08T16:55:35.447Z] NODE_LABELS=xcode10 test-macstadium-macos1014-x64-1 test ci.role.test sw.os.osx hw.arch.x86 mac x86_64 x64 x86 sw.os.osx.10_14 ci.role.perf macos10.14
[2026-01-08T16:55:35.447Z] TARGET=extended.functional
[2026-01-08T16:55:35.447Z] LOGNAME=jenkins
[2026-01-08T16:55:35.447Z] SYSTEM_LIB_DIR=/Users/jenkins/workspace/build-scripts/jobs/jdk17u/jdk17u-mac-x64-temurin_SmokeTests/../../../../../externalDependency/system_lib
[2026-01-08T16:55:35.447Z] BUILD_LIST=functional/buildAndPackage
[2026-01-08T16:55:35.447Z] EXTERNAL_CUSTOM_BRANCH=master
[2026-01-08T16:55:35.447Z] ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium:master
[2026-01-08T16:55:35.447Z] HUDSON_HOME=/home/jenkins/.jenkins
[2026-01-08T16:55:35.447Z] SSH_CONNECTION=78.47.239.97 45822 207.254.29.43 22
[2026-01-08T16:55:35.447Z] UPSTREAM_JOB_NUMBER=599
[2026-01-08T16:55:35.447Z] NODE_NAME=test-macstadium-macos1014-x64-1
[2026-01-08T16:55:35.447Z] JOB_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk17u/job/jdk17u-mac-x64-temurin_SmokeTests/display/redirect
[2026-01-08T16:55:35.447Z] BUILD_NUMBER=324
[2026-01-08T16:55:35.447Z] KEEP_WORKSPACE=false
[2026-01-08T16:55:35.447Z] HUDSON_COOKIE=5124bf18-f48f-47d9-8bbf-6fb5642e1bc2
[2026-01-08T16:55:35.447Z] VENDOR_TEST_BRANCHES=master
[2026-01-08T16:55:35.447Z] PERF_ROOT=/Users/jenkins/workspace/build-scripts/jobs/jdk17u/jdk17u-mac-x64-temurin_SmokeTests/../../benchmarks
[2026-01-08T16:55:35.447Z] USE_JRE=false
[2026-01-08T16:55:35.447Z] TEST_JDK_HOME=/Users/jenkins/workspace/build-scripts/jobs/jdk17u/jdk17u-mac-x64-temurin_SmokeTests/jdkbinary/j2sdk-image
[2026-01-08T16:55:35.447Z] ADOPTOPENJDK_REPO=https://github.com/adoptium/aqa-tests.git
[2026-01-08T16:55:35.447Z] 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
[2026-01-08T16:55:35.535Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] dir
[2026-01-08T16:55:35.562Z] Running in /Users/jenkins/workspace/build-scripts/jobs/jdk17u/jdk17u-mac-x64-temurin_SmokeTests/jdkbinary
[Pipeline] {
[Pipeline] copyArtifacts
[2026-01-08T16:55:55.068Z] Copied 7 artifacts from "build-scripts » jobs » jdk17u » jdk17u-mac-x64-temurin" build number 599
[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
[2026-01-08T16:55:55.280Z] 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
[2026-01-08T16:55:55.288Z] Running in /Users/jenkins/workspace/build-scripts/jobs/jdk17u/jdk17u-mac-x64-temurin_SmokeTests
[Pipeline] {
[Pipeline] sshagent
[2026-01-08T16:55:55.317Z] $ ssh-agent
[2026-01-08T16:55:55.447Z] SSH_AUTH_SOCK=/var/folders/gn/l1n8c6n13571rxcklsqm2mvm0000gp/T//ssh-oFj30DKlxeAq/agent.97719
[2026-01-08T16:55:55.447Z] SSH_AGENT_PID=97720
[2026-01-08T16:55:55.447Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
[2026-01-08T16:55:55.463Z] Running in /Users/jenkins/workspace/build-scripts/jobs/jdk17u/jdk17u-mac-x64-temurin_SmokeTests/aqa-tests
[Pipeline] {
[Pipeline] sh
[2026-01-08T16:55:55.971Z] ++ pwd
[2026-01-08T16:55:55.971Z] + ./get.sh -s /Users/jenkins/workspace/build-scripts/jobs/jdk17u/jdk17u-mac-x64-temurin_SmokeTests/aqa-tests/.. -p x86-64_mac -r upstream -j 17 -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
[2026-01-08T16:55:55.971Z] TESTDIR: /Users/jenkins/workspace/build-scripts/jobs/jdk17u/jdk17u-mac-x64-temurin_SmokeTests/aqa-tests
[2026-01-08T16:55:55.971Z] get jdk binary...
[2026-01-08T16:55:55.971Z] --sdkdir is set to upstream. Therefore, skip download jdk binary
[2026-01-08T16:55:55.971Z] Uncompressing file: OpenJDK17U-jdk_x64_mac_hotspot_2026-01-08-15-19.tar.gz ...
[2026-01-08T16:55:57.740Z] List files in jdkbinary folder...
[2026-01-08T16:55:57.740Z] total 594920
[2026-01-08T16:55:57.740Z] -rw-r--r-- 1 jenkins staff 45792604 Jan 8 15:44 OpenJDK17U-debugimage_x64_mac_hotspot_2026-01-08-15-19.tar.gz
[2026-01-08T16:55:57.740Z] -rw-r--r-- 1 jenkins staff 180366211 Jan 8 15:48 OpenJDK17U-jdk_x64_mac_hotspot_2026-01-08-15-19.tar.gz
[2026-01-08T16:55:57.740Z] -rw-r--r-- 1 jenkins staff 37572402 Jan 8 15:49 OpenJDK17U-jre_x64_mac_hotspot_2026-01-08-15-19.tar.gz
[2026-01-08T16:55:57.740Z] -rw-r--r-- 1 jenkins staff 30073 Jan 8 15:46 OpenJDK17U-sbom_x64_mac_hotspot_2026-01-08-15-19-metadata.json
[2026-01-08T16:55:57.740Z] -rw-r--r-- 1 jenkins staff 156859 Jan 8 16:51 OpenJDK17U-sbom_x64_mac_hotspot_2026-01-08-15-19.json
[2026-01-08T16:55:57.740Z] -rw-r--r-- 1 jenkins staff 4010070 Jan 8 15:49 OpenJDK17U-static-libs_x64_mac_hotspot_2026-01-08-15-19.tar.gz
[2026-01-08T16:55:57.740Z] -rw-r--r-- 1 jenkins staff 30972232 Jan 8 15:44 OpenJDK17U-testimage_x64_mac_hotspot_2026-01-08-15-19.tar.gz
[2026-01-08T16:55:57.740Z] drwxr-xr-x 3 jenkins staff 96 Jan 8 16:55 tmp
[2026-01-08T16:55:57.740Z] List files in jdkbinary/tmp folder...
[2026-01-08T16:55:57.740Z] total 0
[2026-01-08T16:55:57.740Z] drwxr-xr-x 3 jenkins staff 96 Jan 8 07:47 jdk-17.0.18+7
[2026-01-08T16:55:57.740Z] Moving directory jdk-17.0.18+7/ to ../j2sdk-image
[2026-01-08T16:55:57.740Z] Uncompressing file: OpenJDK17U-jre_x64_mac_hotspot_2026-01-08-15-19.tar.gz ...
[2026-01-08T16:55:58.511Z] List files in jdkbinary folder...
[2026-01-08T16:55:58.511Z] total 594920
[2026-01-08T16:55:58.511Z] -rw-r--r-- 1 jenkins staff 45792604 Jan 8 15:44 OpenJDK17U-debugimage_x64_mac_hotspot_2026-01-08-15-19.tar.gz
[2026-01-08T16:55:58.511Z] -rw-r--r-- 1 jenkins staff 180366211 Jan 8 15:48 OpenJDK17U-jdk_x64_mac_hotspot_2026-01-08-15-19.tar.gz
[2026-01-08T16:55:58.511Z] -rw-r--r-- 1 jenkins staff 37572402 Jan 8 15:49 OpenJDK17U-jre_x64_mac_hotspot_2026-01-08-15-19.tar.gz
[2026-01-08T16:55:58.511Z] -rw-r--r-- 1 jenkins staff 30073 Jan 8 15:46 OpenJDK17U-sbom_x64_mac_hotspot_2026-01-08-15-19-metadata.json
[2026-01-08T16:55:58.511Z] -rw-r--r-- 1 jenkins staff 156859 Jan 8 16:51 OpenJDK17U-sbom_x64_mac_hotspot_2026-01-08-15-19.json
[2026-01-08T16:55:58.511Z] -rw-r--r-- 1 jenkins staff 4010070 Jan 8 15:49 OpenJDK17U-static-libs_x64_mac_hotspot_2026-01-08-15-19.tar.gz
[2026-01-08T16:55:58.511Z] -rw-r--r-- 1 jenkins staff 30972232 Jan 8 15:44 OpenJDK17U-testimage_x64_mac_hotspot_2026-01-08-15-19.tar.gz
[2026-01-08T16:55:58.511Z] drwxr-xr-x 3 jenkins staff 96 Jan 8 07:47 j2sdk-image
[2026-01-08T16:55:58.511Z] drwxr-xr-x 3 jenkins staff 96 Jan 8 16:55 tmp
[2026-01-08T16:55:58.511Z] List files in jdkbinary/tmp folder...
[2026-01-08T16:55:58.511Z] total 0
[2026-01-08T16:55:58.511Z] drwxr-xr-x 3 jenkins staff 96 Jan 8 07:48 jdk-17.0.18+7-jre
[2026-01-08T16:55:58.511Z] Moving directory jdk-17.0.18+7-jre/ to ../j2re-image
[2026-01-08T16:55:58.511Z] Uncompressing file: OpenJDK17U-static-libs_x64_mac_hotspot_2026-01-08-15-19.tar.gz ...
[2026-01-08T16:55:58.511Z] List files in jdkbinary folder...
[2026-01-08T16:55:58.511Z] total 594920
[2026-01-08T16:55:58.511Z] -rw-r--r-- 1 jenkins staff 45792604 Jan 8 15:44 OpenJDK17U-debugimage_x64_mac_hotspot_2026-01-08-15-19.tar.gz
[2026-01-08T16:55:58.511Z] -rw-r--r-- 1 jenkins staff 180366211 Jan 8 15:48 OpenJDK17U-jdk_x64_mac_hotspot_2026-01-08-15-19.tar.gz
[2026-01-08T16:55:58.511Z] -rw-r--r-- 1 jenkins staff 37572402 Jan 8 15:49 OpenJDK17U-jre_x64_mac_hotspot_2026-01-08-15-19.tar.gz
[2026-01-08T16:55:58.511Z] -rw-r--r-- 1 jenkins staff 30073 Jan 8 15:46 OpenJDK17U-sbom_x64_mac_hotspot_2026-01-08-15-19-metadata.json
[2026-01-08T16:55:58.511Z] -rw-r--r-- 1 jenkins staff 156859 Jan 8 16:51 OpenJDK17U-sbom_x64_mac_hotspot_2026-01-08-15-19.json
[2026-01-08T16:55:58.511Z] -rw-r--r-- 1 jenkins staff 4010070 Jan 8 15:49 OpenJDK17U-static-libs_x64_mac_hotspot_2026-01-08-15-19.tar.gz
[2026-01-08T16:55:58.511Z] -rw-r--r-- 1 jenkins staff 30972232 Jan 8 15:44 OpenJDK17U-testimage_x64_mac_hotspot_2026-01-08-15-19.tar.gz
[2026-01-08T16:55:58.511Z] drwxr-xr-x 3 jenkins staff 96 Jan 8 07:48 j2re-image
[2026-01-08T16:55:58.511Z] drwxr-xr-x 3 jenkins staff 96 Jan 8 07:47 j2sdk-image
[2026-01-08T16:55:58.511Z] drwxr-xr-x 3 jenkins staff 96 Jan 8 16:55 tmp
[2026-01-08T16:55:58.511Z] List files in jdkbinary/tmp folder...
[2026-01-08T16:55:58.511Z] total 0
[2026-01-08T16:55:58.511Z] drwxr-xr-x 3 jenkins staff 96 Jan 8 15:43 jdk-17.0.18+7-static-libs
[2026-01-08T16:55:58.511Z] Moving directory jdk-17.0.18+7-static-libs/ to ../static-libs
[2026-01-08T16:55:58.511Z] Uncompressing file: OpenJDK17U-testimage_x64_mac_hotspot_2026-01-08-15-19.tar.gz ...
[2026-01-08T16:55:59.275Z] List files in jdkbinary folder...
[2026-01-08T16:55:59.275Z] total 594920
[2026-01-08T16:55:59.275Z] -rw-r--r-- 1 jenkins staff 45792604 Jan 8 15:44 OpenJDK17U-debugimage_x64_mac_hotspot_2026-01-08-15-19.tar.gz
[2026-01-08T16:55:59.275Z] -rw-r--r-- 1 jenkins staff 180366211 Jan 8 15:48 OpenJDK17U-jdk_x64_mac_hotspot_2026-01-08-15-19.tar.gz
[2026-01-08T16:55:59.275Z] -rw-r--r-- 1 jenkins staff 37572402 Jan 8 15:49 OpenJDK17U-jre_x64_mac_hotspot_2026-01-08-15-19.tar.gz
[2026-01-08T16:55:59.275Z] -rw-r--r-- 1 jenkins staff 30073 Jan 8 15:46 OpenJDK17U-sbom_x64_mac_hotspot_2026-01-08-15-19-metadata.json
[2026-01-08T16:55:59.275Z] -rw-r--r-- 1 jenkins staff 156859 Jan 8 16:51 OpenJDK17U-sbom_x64_mac_hotspot_2026-01-08-15-19.json
[2026-01-08T16:55:59.275Z] -rw-r--r-- 1 jenkins staff 4010070 Jan 8 15:49 OpenJDK17U-static-libs_x64_mac_hotspot_2026-01-08-15-19.tar.gz
[2026-01-08T16:55:59.275Z] -rw-r--r-- 1 jenkins staff 30972232 Jan 8 15:44 OpenJDK17U-testimage_x64_mac_hotspot_2026-01-08-15-19.tar.gz
[2026-01-08T16:55:59.275Z] drwxr-xr-x 3 jenkins staff 96 Jan 8 07:48 j2re-image
[2026-01-08T16:55:59.275Z] drwxr-xr-x 3 jenkins staff 96 Jan 8 07:47 j2sdk-image
[2026-01-08T16:55:59.275Z] drwxr-xr-x 3 jenkins staff 96 Jan 8 15:43 static-libs
[2026-01-08T16:55:59.275Z] drwxr-xr-x 3 jenkins staff 96 Jan 8 16:55 tmp
[2026-01-08T16:55:59.275Z] List files in jdkbinary/tmp folder...
[2026-01-08T16:55:59.275Z] total 0
[2026-01-08T16:55:59.275Z] drwxr-xr-x 7 jenkins staff 224 Jan 8 15:37 jdk-17.0.18+7-test-image
[2026-01-08T16:55:59.275Z] Moving directory jdk-17.0.18+7-test-image/ to ../openjdk-test-image
[2026-01-08T16:55:59.275Z] Uncompressing OpenJDK17U-debugimage_x64_mac_hotspot_2026-01-08-15-19.tar.gz over ./j2sdk-image...
[2026-01-08T16:56:00.508Z] Removing top-level folder jdk-17.0.18+7-debug-image/
[2026-01-08T16:56:00.508Z] Removing top-level folder jdk-17.0.18+7/
[2026-01-08T16:56:01.269Z] /Users/jenkins/workspace/build-scripts/jobs/jdk17u/jdk17u-mac-x64-temurin_SmokeTests/jdkbinary/j2sdk-image/bin/java does not exist! Searching under TEST_JDK_HOME: /Users/jenkins/workspace/build-scripts/jobs/jdk17u/jdk17u-mac-x64-temurin_SmokeTests/jdkbinary/j2sdk-image...
[2026-01-08T16:56:01.269Z] javac_path: /Users/jenkins/workspace/build-scripts/jobs/jdk17u/jdk17u-mac-x64-temurin_SmokeTests/jdkbinary/j2sdk-image/Contents/Home/bin/javac
[2026-01-08T16:56:01.269Z] Run: /Users/jenkins/workspace/build-scripts/jobs/jdk17u/jdk17u-mac-x64-temurin_SmokeTests/jdkbinary/j2sdk-image/Contents/Home/bin/java -version
[2026-01-08T16:56:01.269Z] =JAVA VERSION OUTPUT BEGIN=
[2026-01-08T16:56:01.269Z] dyld: lazy symbol binding failed: Symbol not found: _objc_opt_respondsToSelector
[2026-01-08T16:56:01.269Z] Referenced from: /Users/jenkins/workspace/build-scripts/jobs/jdk17u/jdk17u-mac-x64-temurin_SmokeTests/jdkbinary/j2sdk-image/Contents/Home/lib/libjava.dylib (which was built for Mac OS X 11.0)
[2026-01-08T16:56:01.269Z] Expected in: /usr/lib/libobjc.A.dylib
[2026-01-08T16:56:01.269Z]
[2026-01-08T16:56:01.269Z] dyld: Symbol not found: _objc_opt_respondsToSelector
[2026-01-08T16:56:01.269Z] Referenced from: /Users/jenkins/workspace/build-scripts/jobs/jdk17u/jdk17u-mac-x64-temurin_SmokeTests/jdkbinary/j2sdk-image/Contents/Home/lib/libjava.dylib (which was built for Mac OS X 11.0)
[2026-01-08T16:56:01.269Z] Expected in: /usr/lib/libobjc.A.dylib
[2026-01-08T16:56:01.269Z]
[2026-01-08T16:56:01.269Z] ./get.sh: line 798: 97789 Abort trap: 6 ${java_dir}/java -version
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[2026-01-08T16:56:01.384Z] $ ssh-agent -k
[2026-01-08T16:56:01.394Z] unset SSH_AUTH_SOCK;
[2026-01-08T16:56:01.394Z] unset SSH_AGENT_PID;
[2026-01-08T16:56:01.394Z] echo Agent pid 97720 killed;
[2026-01-08T16:56:01.511Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
[2026-01-08T16:56:01.586Z] PROCESSCATCH: Terminating any hung/left over test processes:
[Pipeline] sh
[2026-01-08T16:56:02.117Z] + aqa-tests/terminateTestProcesses.sh jenkins
[2026-01-08T16:56:02.117Z] 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
[2026-01-08T16:56:02.302Z] [WS-CLEANUP] Deleting project workspace...
[2026-01-08T16:56:02.302Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2026-01-08T16:56:03.230Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // retry
[Pipeline] sh
[2026-01-08T16:56:03.783Z] + find /cores -name '*core*' -print -exec rm -f '{}' ';'
[2026-01-08T16:56:03.783Z] /cores
[Pipeline] }
[Pipeline] // timeout
[Pipeline] echo
[2026-01-08T16:56:03.914Z] Exception: hudson.AbortException: script returned exit code 134
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] End of Pipeline
Finished: FAILURE