Pre Test
Started by upstream project "build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin" build number 32
originally caused by:
Started by upstream project "build-scripts/release-openjdk8-pipeline" build number 102
originally caused by:
Started by upstream project "build-scripts/utils/releaseTrigger_jdk8u" build number 6286
originally caused by:
Started by timer
Checking out git ${ADOPTOPENJDK_REPO} into /home/jenkins/.jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests@script/7d272c0688f17ab4e5b2f6ce77a7dc9cf4df33ff05c3a95eddd38682ef795b79 to read aqa-tests/buildenv/jenkins/openjdk_tests
The recommended git tool is: git
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Using shallow clone with depth 1
Cloning repository https://github.com/adoptium/aqa-tests.git
> git init /home/jenkins/.jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests@script/7d272c0688f17ab4e5b2f6ce77a7dc9cf4df33ff05c3a95eddd38682ef795b79/aqa-tests # timeout=10
Fetching upstream changes from https://github.com/adoptium/aqa-tests.git
> git --version # timeout=10
> git --version # 'git version 2.43.0'
> git fetch --tags --force --progress --depth=1 -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=60
> git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 1aac21143e6c855df0a6c915ec7b311c676f7933 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 1aac21143e6c855df0a6c915ec7b311c676f7933 # timeout=10
Commit message: "Exclude OSRWithManyLocals for OpenJ9 (#6801)"
> git rev-list --no-walk a1cb8e054d33fbd8409f4d23a169e170afbb2209 # timeout=10
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] timestamps
[Pipeline] {
[Pipeline] echo
[2026-01-09T23:43:23.519Z] SPEC: linux_x86-64
[Pipeline] echo
[2026-01-09T23:43:23.520Z] Specified LABEL: ci.role.test&&hw.arch.x86&&sw.os.linux
[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-09T23:43:23.532Z] dynamicAgents: [azure, fyre, EBC]
[Pipeline] echo
[2026-01-09T23:43:23.533Z] Provisioning LABEL: ci.role.test&&hw.arch.x86&&sw.os.linux
[Pipeline] nodesByLabel
[2026-01-09T23:43:23.541Z] Found a total of 9 nodes with the 'ci.role.test&&hw.arch.x86&&sw.os.linux' label
[Pipeline] node
[2026-01-09T23:43:23.567Z] Running on test-docker-ubuntu2404-x64-1 in /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-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-09T23:43:23.593Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] cleanWs
[2026-01-09T23:43:23.860Z] [WS-CLEANUP] Deleting project workspace...
[2026-01-09T23:43:23.860Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2026-01-09T23:43:23.985Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // timeout
[Pipeline] checkout
[2026-01-09T23:43:24.137Z] The recommended git tool is: git
[2026-01-09T23:43:24.386Z] No credentials specified
[2026-01-09T23:43:24.510Z] Cloning the remote Git repository
[2026-01-09T23:43:24.695Z] Cloning repository https://github.com/adoptium/aqa-tests.git
[2026-01-09T23:43:24.695Z] > git init /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests # timeout=10
[2026-01-09T23:43:24.705Z] [WARNING] Reference path does not exist: /home/jenkins/openjdk_cache
[2026-01-09T23:43:24.705Z] Fetching upstream changes from https://github.com/adoptium/aqa-tests.git
[2026-01-09T23:43:24.705Z] > git --version # timeout=10
[2026-01-09T23:43:24.707Z] > git --version # 'git version 2.43.0'
[2026-01-09T23:43:24.708Z] > git fetch --tags --force --progress -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=10
[2026-01-09T23:43:28.943Z] Avoid second fetch
[2026-01-09T23:43:29.074Z] Checking out Revision 1aac21143e6c855df0a6c915ec7b311c676f7933 (origin/master)
[2026-01-09T23:43:28.746Z] > git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10
[2026-01-09T23:43:28.749Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
[2026-01-09T23:43:29.002Z] > git rev-parse origin/master^{commit} # timeout=10
[2026-01-09T23:43:29.134Z] > git config core.sparsecheckout # timeout=10
[2026-01-09T23:43:29.137Z] > git checkout -f 1aac21143e6c855df0a6c915ec7b311c676f7933 # timeout=10
[2026-01-09T23:43:30.192Z] Commit message: "Exclude OSRWithManyLocals for OpenJ9 (#6801)"
[Pipeline] }
[Pipeline] // retry
[Pipeline] load
[Pipeline] { (/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-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-09T23:43:31.963Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] echo
[2026-01-09T23:43:31.983Z] runMulticastCmd: false
[Pipeline] stage
[Pipeline] { (Setup)
[Pipeline] sh
[2026-01-09T23:43:33.523Z] + LC_TIME=C date +%a, %d %b %Y %T %z
[Pipeline] echo
[2026-01-09T23:43:34.033Z] PROCESSCATCH: Terminating any hung/left over test processes:
[Pipeline] sh
[2026-01-09T23:43:35.457Z] + aqa-tests/terminateTestProcesses.sh jenkins
[2026-01-09T23:43:35.457Z] Unix type machine..
[2026-01-09T23:43:35.457Z] Running on a Linux host
[2026-01-09T23:43:35.457Z] Woohoo - no rogue processes detected!
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-09T23:43:38.030Z] + printenv
[2026-01-09T23:43:38.030Z] JENKINS_HOME=/home/jenkins/.jenkins
[2026-01-09T23:43:38.030Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
[2026-01-09T23:43:38.030Z] USE_TESTENV_PROPERTIES=false
[2026-01-09T23:43:38.030Z] VENDOR_TEST_DIRS=/test/functional
[2026-01-09T23:43:38.030Z] EXTERNAL_CUSTOM_BRANCH=master
[2026-01-09T23:43:38.030Z] SSH_CLIENT=78.47.239.97 45836 22
[2026-01-09T23:43:38.030Z] USER=jenkins
[2026-01-09T23:43:38.030Z] BUILD_LIST=functional/buildAndPackage
[2026-01-09T23:43:38.030Z] SDK_RESOURCE=upstream
[2026-01-09T23:43:38.030Z] OPENJ9_BRANCH=master
[2026-01-09T23:43:38.030Z] jobStatus=SUCCESS
[2026-01-09T23:43:38.030Z] CI=true
[2026-01-09T23:43:38.030Z] RUN_CHANGES_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/release/job/jobs/job/jdk8u/job/jdk8u-release-linux-x64-temurin_SmokeTests/28/display/redirect?page=changes
[2026-01-09T23:43:38.030Z] ADOPTOPENJDK_REPO=https://github.com/adoptium/aqa-tests.git
[2026-01-09T23:43:38.030Z] UPSTREAM_JOB_NUMBER=32
[2026-01-09T23:43:38.030Z] TARGET=extended.functional
[2026-01-09T23:43:38.030Z] EXIT_FAILURE=false
[2026-01-09T23:43:38.030Z] VENDOR_TEST_BRANCHES=v2025.10.01
[2026-01-09T23:43:38.030Z] NODE_LABELS=hw.dockerhost.dockerhost-azure-ubuntu2204-x64-1 ci.role.test sw.os.linux test-docker-ubuntu2404-x64-1 hw.arch.x86
[2026-01-09T23:43:38.030Z] HUDSON_URL=https://ci.adoptium.net/
[2026-01-09T23:43:38.030Z] USE_JRE=false
[2026-01-09T23:43:38.030Z] OLDPWD=/home/jenkins
[2026-01-09T23:43:38.030Z] STF_OWNER_BRANCH=adoptium:master
[2026-01-09T23:43:38.030Z] HOME=/home/jenkins
[2026-01-09T23:43:38.030Z] ADOPTOPENJDK_BRANCH=master
[2026-01-09T23:43:38.030Z] BUILD_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/release/job/jobs/job/jdk8u/job/jdk8u-release-linux-x64-temurin_SmokeTests/28/
[2026-01-09T23:43:38.030Z] TAP_NAME=build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests.tap
[2026-01-09T23:43:38.030Z] JDK_IMPL=hotspot
[2026-01-09T23:43:38.030Z] DOCKER_REQUIRED=false
[2026-01-09T23:43:38.030Z] HUDSON_COOKIE=853f9539-cf63-41be-8856-d397915cba40
[2026-01-09T23:43:38.030Z] JENKINS_SERVER_COOKIE=durable-251f866c97830406f4cd1f869f59332b600601984dc68858866a481c2ba810c4
[2026-01-09T23:43:38.030Z] VENDOR_TEST_REPOS=https://github.com/adoptium/temurin-build
[2026-01-09T23:43:38.030Z] PERF_ROOT=/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../benchmarks
[2026-01-09T23:43:38.030Z] WORKSPACE=/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests
[2026-01-09T23:43:38.030Z] KEEP_WORKSPACE=false
[2026-01-09T23:43:38.030Z] ARCHIVE_TEST_RESULTS=false
[2026-01-09T23:43:38.030Z] GENERATE_JOBS=false
[2026-01-09T23:43:38.030Z] TKG_OWNER_BRANCH=adoptium:master
[2026-01-09T23:43:38.030Z] PERSONAL_BUILD=false
[2026-01-09T23:43:38.030Z] LOGNAME=jenkins
[2026-01-09T23:43:38.030Z] NODE_NAME=test-docker-ubuntu2404-x64-1
[2026-01-09T23:43:38.030Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/release/job/jobs/job/jdk8u/job/jdk8u-release-linux-x64-temurin_SmokeTests/28/display/redirect?page=artifacts
[2026-01-09T23:43:38.030Z] STAGE_NAME=Setup
[2026-01-09T23:43:38.030Z] AUTO_DETECT=true
[2026-01-09T23:43:38.030Z] EXECUTOR_NUMBER=0
[2026-01-09T23:43:38.030Z] JDK_VERSION=8
[2026-01-09T23:43:38.030Z] EXTERNAL_TEST_CMD=mvn clean install
[2026-01-09T23:43:38.031Z] RUN_TESTS_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/release/job/jobs/job/jdk8u/job/jdk8u-release-linux-x64-temurin_SmokeTests/28/display/redirect?page=tests
[2026-01-09T23:43:38.031Z] BUILD_DISPLAY_NAME=#28
[2026-01-09T23:43:38.031Z] TIME_LIMIT=1
[2026-01-09T23:43:38.031Z] HUDSON_HOME=/home/jenkins/.jenkins
[2026-01-09T23:43:38.031Z] JOB_BASE_NAME=jdk8u-release-linux-x64-temurin_SmokeTests
[2026-01-09T23:43:38.031Z] PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
[2026-01-09T23:43:38.031Z] PLATFORM=x86-64_linux
[2026-01-09T23:43:38.031Z] TKG_ITERATIONS=1
[2026-01-09T23:43:38.031Z] EXIT_SUCCESS=false
[2026-01-09T23:43:38.031Z] BUILD_ID=28
[2026-01-09T23:43:38.031Z] ACTIVE_NODE_TIMEOUT=5
[2026-01-09T23:43:38.031Z] BUILD_TAG=jenkins-build-scripts-jobs-release-jobs-jdk8u-jdk8u-release-linux-x64-temurin_SmokeTests-28
[2026-01-09T23:43:38.031Z] SYSTEM_LIB_DIR=/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/system_lib
[2026-01-09T23:43:38.031Z] JENKINS_URL=https://ci.adoptium.net/
[2026-01-09T23:43:38.031Z] OPENJCEPLUS_GIT_REPO=https://github.com/ibmruntimes/OpenJCEPlus.git
[2026-01-09T23:43:38.031Z] LANG=C.UTF-8
[2026-01-09T23:43:38.031Z] JOB_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/release/job/jobs/job/jdk8u/job/jdk8u-release-linux-x64-temurin_SmokeTests/
[2026-01-09T23:43:38.031Z] KEEP_REPORTDIR=false
[2026-01-09T23:43:38.031Z] JCK_GIT_BRANCH=master
[2026-01-09T23:43:38.031Z] ORIGIN_JDK_VERSION=8
[2026-01-09T23:43:38.031Z] BUILD_NUMBER=28
[2026-01-09T23:43:38.031Z] JENKINS_NODE_COOKIE=58a0f5b4-52ea-4851-8b72-d59414554a3c
[2026-01-09T23:43:38.031Z] SHELL=/bin/sh
[2026-01-09T23:43:38.031Z] ITERATIONS=1
[2026-01-09T23:43:38.031Z] OPENJCEPLUS_GIT_BRANCH=semeru-java8
[2026-01-09T23:43:38.031Z] TEST_JDK_HOME=/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image
[2026-01-09T23:43:38.031Z] RUN_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/release/job/jobs/job/jdk8u/job/jdk8u-release-linux-x64-temurin_SmokeTests/28/display/redirect
[2026-01-09T23:43:38.031Z] OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse:master
[2026-01-09T23:43:38.031Z] SPEC=linux_x86-64
[2026-01-09T23:43:38.031Z] LIGHT_WEIGHT_CHECKOUT=false
[2026-01-09T23:43:38.031Z] HUDSON_SERVER_COOKIE=2d832652af5afba8
[2026-01-09T23:43:38.031Z] JOB_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/release/job/jobs/job/jdk8u/job/jdk8u-release-linux-x64-temurin_SmokeTests/display/redirect
[2026-01-09T23:43:38.031Z] UPSTREAM_JOB_NAME=build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin
[2026-01-09T23:43:38.031Z] JOB_NAME=build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests
[2026-01-09T23:43:38.031Z] ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium:master
[2026-01-09T23:43:38.031Z] PWD=/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests
[2026-01-09T23:43:38.031Z] LIB_DIR=/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib
[2026-01-09T23:43:38.031Z] SSH_CONNECTION=78.47.239.97 45836 172.17.0.5 22
[2026-01-09T23:43:38.031Z] WORKSPACE_TMP=/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests@tmp
[2026-01-09T23:43:38.031Z] PARALLEL=None
[2026-01-09T23:43:38.031Z] JOBSTARTTIME=Fri, 09 Jan 2026 23:43:32 +0000
[2026-01-09T23:43:38.031Z] DYNAMIC_COMPILE=true
[2026-01-09T23:43:38.031Z] RERUN_ITERATIONS=0
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-09T23:43:38.405Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] dir
[2026-01-09T23:43:38.417Z] Running in /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/jdkbinary
[Pipeline] {
[Pipeline] copyArtifacts
[2026-01-09T23:44:29.291Z] Copied 6 artifacts from "build-scripts » jobs » release » jobs » jdk8u » jdk8u-release-linux-x64-temurin" build number 32
[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-09T23:44:29.518Z] 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-09T23:44:29.526Z] Running in /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests
[Pipeline] {
[Pipeline] sshagent
[2026-01-09T23:44:29.607Z] $ ssh-agent
[2026-01-09T23:44:30.173Z] SSH_AUTH_SOCK=/tmp/ssh-ScP0fuy7iy4m/agent.388989
[2026-01-09T23:44:30.173Z] SSH_AGENT_PID=388991
[2026-01-09T23:44:30.173Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
[2026-01-09T23:44:30.185Z] Running in /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests
[Pipeline] {
[Pipeline] sh
[2026-01-09T23:44:31.567Z] + pwd
[2026-01-09T23:44:31.568Z] + ./get.sh -s /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/.. -p x86-64_linux -r upstream -j 8 -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 v2025.10.01 --vendor_dirs /test/functional
[2026-01-09T23:44:31.568Z] TESTDIR: /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests
[2026-01-09T23:44:31.568Z] get jdk binary...
[2026-01-09T23:44:31.568Z] --sdkdir is set to upstream. Therefore, skip download jdk binary
[2026-01-09T23:44:31.568Z] Uncompressing file: OpenJDK8U-jdk-sources_8u472b08.tar.gz ...
[2026-01-09T23:44:36.398Z] List files in jdkbinary folder...
[2026-01-09T23:44:36.398Z] total 385536
[2026-01-09T23:44:36.398Z] -rw-r--r-- 1 jenkins jenkins 157016305 Jan 9 23:36 OpenJDK8U-debugimage_x64_linux_hotspot_8u472b08.tar.gz
[2026-01-09T23:44:36.398Z] -rw-r--r-- 1 jenkins jenkins 93126224 Jan 9 23:14 OpenJDK8U-jdk-sources_8u472b08.tar.gz
[2026-01-09T23:44:36.398Z] -rw-r--r-- 1 jenkins jenkins 103082130 Jan 9 23:37 OpenJDK8U-jdk_x64_linux_hotspot_8u472b08.tar.gz
[2026-01-09T23:44:36.398Z] -rw-r--r-- 1 jenkins jenkins 41433457 Jan 9 23:36 OpenJDK8U-jre_x64_linux_hotspot_8u472b08.tar.gz
[2026-01-09T23:44:36.398Z] -rw-rw-r-- 1 jenkins jenkins 21467 Jan 9 23:40 OpenJDK8U-sbom_x64_linux_hotspot_8u472b08-metadata.json
[2026-01-09T23:44:36.398Z] -rw-r--r-- 1 jenkins jenkins 81023 Jan 9 23:42 OpenJDK8U-sbom_x64_linux_hotspot_8u472b08.json
[2026-01-09T23:44:36.398Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 9 23:44 tmp
[2026-01-09T23:44:36.398Z] List files in jdkbinary/tmp folder...
[2026-01-09T23:44:36.398Z] total 4
[2026-01-09T23:44:36.398Z] drwxr-xr-x 15 jenkins jenkins 4096 Jan 9 23:14 jdk8u472-b08-src
[2026-01-09T23:44:36.398Z] Moving directory jdk8u472-b08-src/ to ../source-image
[2026-01-09T23:44:36.398Z] Uncompressing file: OpenJDK8U-jdk_x64_linux_hotspot_8u472b08.tar.gz ...
[2026-01-09T23:44:37.941Z] List files in jdkbinary folder...
[2026-01-09T23:44:37.941Z] total 385540
[2026-01-09T23:44:37.941Z] -rw-r--r-- 1 jenkins jenkins 157016305 Jan 9 23:36 OpenJDK8U-debugimage_x64_linux_hotspot_8u472b08.tar.gz
[2026-01-09T23:44:37.941Z] -rw-r--r-- 1 jenkins jenkins 93126224 Jan 9 23:14 OpenJDK8U-jdk-sources_8u472b08.tar.gz
[2026-01-09T23:44:37.941Z] -rw-r--r-- 1 jenkins jenkins 103082130 Jan 9 23:37 OpenJDK8U-jdk_x64_linux_hotspot_8u472b08.tar.gz
[2026-01-09T23:44:37.941Z] -rw-r--r-- 1 jenkins jenkins 41433457 Jan 9 23:36 OpenJDK8U-jre_x64_linux_hotspot_8u472b08.tar.gz
[2026-01-09T23:44:37.941Z] -rw-rw-r-- 1 jenkins jenkins 21467 Jan 9 23:40 OpenJDK8U-sbom_x64_linux_hotspot_8u472b08-metadata.json
[2026-01-09T23:44:37.941Z] -rw-r--r-- 1 jenkins jenkins 81023 Jan 9 23:42 OpenJDK8U-sbom_x64_linux_hotspot_8u472b08.json
[2026-01-09T23:44:37.941Z] drwxr-xr-x 15 jenkins jenkins 4096 Jan 9 23:14 source-image
[2026-01-09T23:44:37.941Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 9 23:44 tmp
[2026-01-09T23:44:37.941Z] List files in jdkbinary/tmp folder...
[2026-01-09T23:44:37.941Z] total 4
[2026-01-09T23:44:37.941Z] drwxr-xr-x 8 jenkins jenkins 4096 Jan 9 23:36 jdk8u472-b08
[2026-01-09T23:44:37.941Z] Moving directory jdk8u472-b08/ to ../j2sdk-image
[2026-01-09T23:44:37.941Z] Uncompressing file: OpenJDK8U-jre_x64_linux_hotspot_8u472b08.tar.gz ...
[2026-01-09T23:44:38.685Z] List files in jdkbinary folder...
[2026-01-09T23:44:38.685Z] total 385544
[2026-01-09T23:44:38.685Z] -rw-r--r-- 1 jenkins jenkins 157016305 Jan 9 23:36 OpenJDK8U-debugimage_x64_linux_hotspot_8u472b08.tar.gz
[2026-01-09T23:44:38.685Z] -rw-r--r-- 1 jenkins jenkins 93126224 Jan 9 23:14 OpenJDK8U-jdk-sources_8u472b08.tar.gz
[2026-01-09T23:44:38.685Z] -rw-r--r-- 1 jenkins jenkins 103082130 Jan 9 23:37 OpenJDK8U-jdk_x64_linux_hotspot_8u472b08.tar.gz
[2026-01-09T23:44:38.685Z] -rw-r--r-- 1 jenkins jenkins 41433457 Jan 9 23:36 OpenJDK8U-jre_x64_linux_hotspot_8u472b08.tar.gz
[2026-01-09T23:44:38.685Z] -rw-rw-r-- 1 jenkins jenkins 21467 Jan 9 23:40 OpenJDK8U-sbom_x64_linux_hotspot_8u472b08-metadata.json
[2026-01-09T23:44:38.685Z] -rw-r--r-- 1 jenkins jenkins 81023 Jan 9 23:42 OpenJDK8U-sbom_x64_linux_hotspot_8u472b08.json
[2026-01-09T23:44:38.685Z] drwxr-xr-x 8 jenkins jenkins 4096 Jan 9 23:36 j2sdk-image
[2026-01-09T23:44:38.685Z] drwxr-xr-x 15 jenkins jenkins 4096 Jan 9 23:14 source-image
[2026-01-09T23:44:38.685Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 9 23:44 tmp
[2026-01-09T23:44:38.685Z] List files in jdkbinary/tmp folder...
[2026-01-09T23:44:38.685Z] total 4
[2026-01-09T23:44:38.685Z] drwxr-xr-x 5 jenkins jenkins 4096 Jan 9 23:36 jdk8u472-b08-jre
[2026-01-09T23:44:38.685Z] Moving directory jdk8u472-b08-jre/ to ../j2re-image
[2026-01-09T23:44:38.685Z] Uncompressing OpenJDK8U-debugimage_x64_linux_hotspot_8u472b08.tar.gz over ./j2sdk-image/jre...
[2026-01-09T23:44:42.006Z] Removing top-level folder jdk8u472-b08-debug-image/
[2026-01-09T23:44:42.750Z] Removing top-level folder jdk8u472-b08/
[2026-01-09T23:44:49.437Z] Run /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image/bin/java -version
[2026-01-09T23:44:49.437Z] =JAVA VERSION OUTPUT BEGIN=
[2026-01-09T23:44:49.437Z] openjdk version "1.8.0_472"
[2026-01-09T23:44:49.437Z] OpenJDK Runtime Environment (Temurin)(build 1.8.0_472-b08)
[2026-01-09T23:44:49.437Z] OpenJDK 64-Bit Server VM (Temurin)(build 25.472-b08, mixed mode)
[2026-01-09T23:44:51.834Z] =JAVA VERSION OUTPUT END=
[2026-01-09T23:44:51.834Z] =RELEASE INFO BEGIN=
[2026-01-09T23:44:51.834Z] JAVA_VERSION="1.8.0_472"
[2026-01-09T23:44:51.834Z] OS_NAME="Linux"
[2026-01-09T23:44:51.834Z] OS_VERSION="2.6"
[2026-01-09T23:44:51.834Z] OS_ARCH="amd64"
[2026-01-09T23:44:51.834Z] SOURCE=".:git:7c0a02d6a25b+"
[2026-01-09T23:44:51.834Z] IMPLEMENTOR="Eclipse Adoptium"
[2026-01-09T23:44:51.834Z] BUILD_SOURCE="git:f91fed2069b52b614439abd3dfe2c3d43a772926"
[2026-01-09T23:44:51.834Z] BUILD_SOURCE_REPO="https://github.com/adoptium/temurin-build.git"
[2026-01-09T23:44:51.834Z] SOURCE_REPO="https://github.com/adoptium/jdk8u.git"
[2026-01-09T23:44:51.834Z] FULL_VERSION="1.8.0_472-b08"
[2026-01-09T23:44:51.834Z] SEMANTIC_VERSION="8.0.472+8"
[2026-01-09T23:44:51.834Z] BUILD_INFO="OS: Linux Version: 6.8.0-1044-azure"
[2026-01-09T23:44:51.834Z] JVM_VARIANT="Hotspot"
[2026-01-09T23:44:51.834Z] JVM_VERSION="25.472-b08"
[2026-01-09T23:44:51.834Z] IMAGE_TYPE="JDK"
[2026-01-09T23:44:51.834Z] =RELEASE INFO END=
[2026-01-09T23:44:51.834Z] get testKitGen...
[2026-01-09T23:44:51.834Z] git clone -q https://github.com/adoptium/TKG.git
[2026-01-09T23:44:52.579Z] git rev-parse master
[2026-01-09T23:44:52.579Z] git checkout -q -f 6de2b46f2af768a467713ea6d5f6c60bf6bc3571
[2026-01-09T23:44:52.579Z] get functional test material...
[2026-01-09T23:44:52.579Z] git clone --depth 1 --reference-if-able /home/jenkins/openjdk_cache -b master https://github.com/eclipse-openj9/openj9.git
[2026-01-09T23:44:52.579Z] Cloning into 'openj9'...
[2026-01-09T23:44:52.579Z] info: Could not add alternate for '/home/jenkins/openjdk_cache': reference repository '/home/jenkins/openjdk_cache' is not a local repository.
[2026-01-09T23:44:59.287Z] check OpenJ9 Repo sha
[2026-01-09T23:44:59.287Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/scripts/getTestenvProperties.sh --repo_dir /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/openj9 --output_file /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/testenv/testenv.properties --repo_name OPENJ9
[2026-01-09T23:44:59.287Z] Check sha in /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/openj9 and store the info in /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/testenv/testenv.properties
[2026-01-09T23:44:59.287Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
[2026-01-09T23:44:59.287Z] OPENJ9_SHA=5151606399967714124a7c2ba31e64fbc92d790c
[2026-01-09T23:44:59.287Z] total 128
[2026-01-09T23:44:59.287Z] -rw-rw-r-- 1 jenkins jenkins 6735 Jan 9 23:43 Contributing.md
[2026-01-09T23:44:59.287Z] -rw-rw-r-- 1 jenkins jenkins 11360 Jan 9 23:43 LICENSE
[2026-01-09T23:44:59.287Z] -rw-rw-r-- 1 jenkins jenkins 65 Jan 9 23:43 NOTICE
[2026-01-09T23:44:59.287Z] -rw-rw-r-- 1 jenkins jenkins 8350 Jan 9 23:43 README.md
[2026-01-09T23:44:59.287Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 9 23:44 TKG
[2026-01-09T23:44:59.287Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 9 23:43 buildenv
[2026-01-09T23:44:59.287Z] -rwxrwxr-x 1 jenkins jenkins 339 Jan 9 23:43 compile.sh
[2026-01-09T23:44:59.287Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 9 23:43 config
[2026-01-09T23:44:59.287Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 9 23:43 docs
[2026-01-09T23:44:59.287Z] drwxrwxr-x 34 jenkins jenkins 4096 Jan 9 23:43 external
[2026-01-09T23:44:59.287Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 9 23:43 functional
[2026-01-09T23:44:59.287Z] -rwxrwxr-x 1 jenkins jenkins 30011 Jan 9 23:43 get.sh
[2026-01-09T23:44:59.287Z] drwxrwxr-x 20 jenkins jenkins 4096 Jan 9 23:43 jck
[2026-01-09T23:44:59.287Z] drwxrwxr-x 14 jenkins jenkins 4096 Jan 9 23:44 openj9
[2026-01-09T23:44:59.287Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 9 23:43 openjdk
[2026-01-09T23:44:59.287Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 9 23:43 perf
[2026-01-09T23:44:59.287Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 9 23:43 scripts
[2026-01-09T23:44:59.287Z] drwxrwxr-x 13 jenkins jenkins 4096 Jan 9 23:43 system
[2026-01-09T23:44:59.287Z] -rwxrwxr-x 1 jenkins jenkins 3928 Jan 9 23:43 terminateTestProcesses.sh
[2026-01-09T23:44:59.287Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 9 23:43 testenv
[2026-01-09T23:44:59.287Z] get vendor test material...
[2026-01-09T23:44:59.287Z] vendor repo is https://github.com/adoptium/temurin-build
[2026-01-09T23:44:59.287Z] git clone -b v2025.10.01 https://github.com/adoptium/temurin-build vendor_0
[2026-01-09T23:45:00.031Z] check vendor repo sha
[2026-01-09T23:45:00.031Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/scripts/getTestenvProperties.sh --repo_dir vendor_0 --output_file /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/testenv/testenv.properties --repo_name temurin-build
[2026-01-09T23:45:00.031Z] Check sha in vendor_0 and store the info in /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/testenv/testenv.properties
[2026-01-09T23:45:00.031Z] temurin-build_REPO=https://github.com/adoptium/temurin-build
[2026-01-09T23:45:00.031Z] temurin-build_BRANCH=f91fed2069b52b614439abd3dfe2c3d43a772926
[2026-01-09T23:45:00.031Z] Stage vendor_0//test/functional to /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests//test/functional
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[2026-01-09T23:45:00.493Z] $ ssh-agent -k
[2026-01-09T23:45:00.498Z] unset SSH_AUTH_SOCK;
[2026-01-09T23:45:00.498Z] unset SSH_AGENT_PID;
[2026-01-09T23:45:00.498Z] echo Agent pid 388991 killed;
[2026-01-09T23:45:01.054Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
[2026-01-09T23:45:01.499Z] 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=x86-64_linux&GENERATE_JOBS=false&KEEP_REPORTDIR=false&PERSONAL_BUILD=false&DOCKER_REGISTRY_DIR=&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&RERUN_ITERATIONS=0&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&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=8&USER_CREDENTIALS_ID=&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=https%3A%2F%2Fgithub.com%2Fadoptium%2Ftemurin-build&JDK_REPO=&JCK_GIT_BRANCH=master&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=v2025.10.01&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Frelease%2Fjobs%2Fjdk8u%2Fjdk8u-release-linux-x64-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&APPLICATION_OPTIONS=&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=32&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=1&JVM_OPTIONS=&PARALLEL=None
[Pipeline] echo
[2026-01-09T23:45:01.515Z] 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=x86-64_linux&GENERATE_JOBS=false&KEEP_REPORTDIR=false&PERSONAL_BUILD=false&DOCKER_REGISTRY_DIR=&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&RERUN_ITERATIONS=0&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&LABEL=test-docker-ubuntu2404-x64-1&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&JDK_VERSION=8&USER_CREDENTIALS_ID=&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=https%3A%2F%2Fgithub.com%2Fadoptium%2Ftemurin-build&JDK_REPO=&JCK_GIT_BRANCH=master&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=v2025.10.01&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Frelease%2Fjobs%2Fjdk8u%2Fjdk8u-release-linux-x64-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&APPLICATION_OPTIONS=&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=32&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=1&JVM_OPTIONS=&PARALLEL=None
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] echo
[2026-01-09T23:45:01.574Z] Building tests...
[Pipeline] timeout
[2026-01-09T23:45:01.578Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] echo
[2026-01-09T23:45:01.596Z] Custom URL: https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[Pipeline] sh
[2026-01-09T23:45:03.166Z] + perl ./aqa-tests/TKG/scripts/getDependencies.pl -path /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib -task default -customUrl https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[2026-01-09T23:45:05.553Z] --------------------------------------------
[2026-01-09T23:45:05.553Z] path is set to /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib
[2026-01-09T23:45:05.553Z] task is set to default
[2026-01-09T23:45:05.553Z] dependencyList is set to all
[2026-01-09T23:45:05.553Z] System Test jars will not be downloaded.
[2026-01-09T23:45:05.553Z] --------------------------------------------
[2026-01-09T23:45:05.553Z] Starting download third party dependent jars
[2026-01-09T23:45:05.553Z] --------------------------------------------
[2026-01-09T23:45:05.553Z] downloading dependent third party jars to /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib
[2026-01-09T23:45:05.553Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/objenesis.jar exists with correct hash, not downloading
[2026-01-09T23:45:05.553Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/asm.jar exists with correct hash, not downloading
[2026-01-09T23:45:05.553Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/mockito-core.jar exists with correct hash, not downloading
[2026-01-09T23:45:05.554Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/javassist.jar exists with correct hash, not downloading
[2026-01-09T23:45:05.554Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/json-simple.jar exists with correct hash, not downloading
[2026-01-09T23:45:05.554Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/jython-standalone.jar exists with correct hash, not downloading
[2026-01-09T23:45:05.554Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/jtreg_5_1_b01.tar.gz exists with correct hash, not downloading
[2026-01-09T23:45:05.554Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/commons-cli.jar exists with correct hash, not downloading
[2026-01-09T23:45:05.554Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/byte-buddy.jar exists with correct hash, not downloading
[2026-01-09T23:45:05.554Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/testng.jar exists with correct hash, not downloading
[2026-01-09T23:45:05.554Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/asmtools.jar exists with correct hash, not downloading
[2026-01-09T23:45:05.554Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/openj9jtregtimeouthandler.jar exists with correct hash, not downloading
[2026-01-09T23:45:05.554Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_8_1_1.tar.gz.sha256sum.txt
[2026-01-09T23:45:05.554Z] download attempt 1 for https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_8_1_1.tar.gz.sha256sum.txt
[2026-01-09T23:45:06.295Z] --> file downloaded to /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/jtreg_8_1_1.tar.gz.sha256sum.txt
[2026-01-09T23:45:06.295Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_8_1_1.tar.gz
[2026-01-09T23:45:06.295Z] download attempt 1 for https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_8_1_1.tar.gz
[2026-01-09T23:45:07.831Z] --> file downloaded to /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/jtreg_8_1_1.tar.gz
[2026-01-09T23:45:07.831Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_8_1_1.tar.gz.sha256sum.txt
[2026-01-09T23:45:07.831Z] download attempt 1 for https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//jtreg_8_1_1.tar.gz.sha256sum.txt
[2026-01-09T23:46:14.447Z] --> file downloaded to /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/jtreg_8_1_1.tar.gz.sha256sum.txt
[2026-01-09T23:46:14.447Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/jaxb-api.jar exists with correct hash, not downloading
[2026-01-09T23:46:14.447Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/apache-maven-bin.tar.gz exists with correct hash, not downloading
[2026-01-09T23:46:14.447Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/org.eclipse.osgi-3.16.100.jar exists with correct hash, not downloading
[2026-01-09T23:46:14.447Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/jcstress-tests-all-20240222.jar exists with correct hash, not downloading
[2026-01-09T23:46:14.447Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/jtreg_8_2.tar.gz exists with correct hash, not downloading
[2026-01-09T23:46:14.447Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/asm-all.jar exists with correct hash, not downloading
[2026-01-09T23:46:14.447Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/byte-buddy-agent.jar exists with correct hash, not downloading
[2026-01-09T23:46:14.447Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/jtreg_7_3_1_1.tar.gz exists with correct hash, not downloading
[2026-01-09T23:46:14.447Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/dacapo.zip exists with correct hash, not downloading
[2026-01-09T23:46:14.448Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/jcommander.jar exists with correct hash, not downloading
[2026-01-09T23:46:14.448Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/junit4.jar exists with correct hash, not downloading
[2026-01-09T23:46:14.448Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/commons-exec.jar exists with correct hash, not downloading
[2026-01-09T23:46:14.448Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/jtreg_7_4_1.tar.gz exists with correct hash, not downloading
[2026-01-09T23:46:14.448Z] downloaded dependent third party jars successfully
[Pipeline] }
[Pipeline] // timeout
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] echo
[2026-01-09T23:46:15.145Z] 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
[2026-01-09T23:46:15.169Z] ITERATION: 1/1
[Pipeline] sh
[2026-01-09T23:46:16.547Z] + which Xvfb
[2026-01-09T23:46:16.547Z] /usr/bin/Xvfb
[Pipeline] wrap
[2026-01-09T23:46:17.238Z] $ Xvfb -displayfd 2 -screen 0 1024x768x24 -fbdir /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/.xvfb-28-..fbdir12174264184231118996
[Pipeline] {
[Pipeline] sh
[2026-01-09T23:46:39.071Z] + ps -f
[2026-01-09T23:46:39.071Z] + grep [X]vfb
[2026-01-09T23:46:39.071Z] + awk {print $9}
[Pipeline] echo
[2026-01-09T23:46:39.618Z] env.DISPLAY is :0
[Pipeline] sshagent
[2026-01-09T23:46:39.682Z] $ ssh-agent
[2026-01-09T23:46:40.250Z] SSH_AUTH_SOCK=/tmp/ssh-HQwDHaJZAH1q/agent.389272
[2026-01-09T23:46:40.250Z] SSH_AGENT_PID=389274
[2026-01-09T23:46:40.250Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2026-01-09T23:46:41.651Z] + uname
[2026-01-09T23:46:41.651Z] + [ Linux = AIX ]
[2026-01-09T23:46:41.651Z] + uname
[2026-01-09T23:46:41.651Z] + [ Linux = SunOS ]
[2026-01-09T23:46:41.651Z] + uname
[2026-01-09T23:46:41.651Z] + [ Linux = *BSD ]
[2026-01-09T23:46:41.651Z] + MAKE=make
[2026-01-09T23:46:41.651Z] + make -f ./aqa-tests/TKG/testEnv.mk testEnvTeardown
[2026-01-09T23:46:41.651Z] make: Nothing to be done for 'testEnvTeardown'.
[Pipeline] sh
[2026-01-09T23:46:43.406Z] + uname
[2026-01-09T23:46:43.406Z] + [ Linux = AIX ]
[2026-01-09T23:46:43.406Z] + uname
[2026-01-09T23:46:43.406Z] + [ Linux = SunOS ]
[2026-01-09T23:46:43.406Z] + uname
[2026-01-09T23:46:43.406Z] + [ Linux = *BSD ]
[2026-01-09T23:46:43.406Z] + MAKE=make
[2026-01-09T23:46:43.406Z] + cd ./aqa-tests
[2026-01-09T23:46:43.406Z] + . ./scripts/testenv/testenvSettings.sh
[2026-01-09T23:46:43.406Z] + set +x
[2026-01-09T23:46:43.407Z] JAVA_HOME is set to /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image
[2026-01-09T23:46:43.407Z] LIB_DIR is set to /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib
[2026-01-09T23:46:43.407Z] rm -f -r /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation; \
[2026-01-09T23:46:43.407Z] mkdir -p /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation; \
[2026-01-09T23:46:43.407Z] (ant -f ./scripts/build_tools.xml "-DTEST_JDK_HOME=/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image" "-DTEST_ROOT=/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/.." "-DLIB_DIR=/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib" 2>&1; echo $? ) | tee "/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2026-01-09T23:46:43.407Z] if [ -z "$(tail -1 /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation"; fi
[2026-01-09T23:46:43.407Z] Buildfile: /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/scripts/build_tools.xml
[2026-01-09T23:46:44.156Z]
[2026-01-09T23:46:44.156Z] build:
[2026-01-09T23:46:44.156Z]
[2026-01-09T23:46:44.156Z] clean:
[2026-01-09T23:46:44.156Z]
[2026-01-09T23:46:44.156Z] init:
[2026-01-09T23:46:44.156Z] [mkdir] Created dir: /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/bin
[2026-01-09T23:46:44.156Z]
[2026-01-09T23:46:44.156Z] getDependentLibs:
[2026-01-09T23:46:44.156Z] [exec] --------------------------------------------
[2026-01-09T23:46:44.156Z] [exec] path is set to /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib
[2026-01-09T23:46:44.156Z] [exec] task is set to default
[2026-01-09T23:46:44.156Z] [exec] dependencyList is set to json_simple
[2026-01-09T23:46:44.156Z] [exec] System Test jars will not be downloaded.
[2026-01-09T23:46:44.156Z] [exec] --------------------------------------------
[2026-01-09T23:46:44.156Z] [exec] Starting download third party dependent jars
[2026-01-09T23:46:44.156Z] [exec] --------------------------------------------
[2026-01-09T23:46:44.156Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib
[2026-01-09T23:46:44.156Z] [exec] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/json-simple.jar exists with correct hash, not downloading
[2026-01-09T23:46:44.156Z] [exec] downloaded dependent third party jars successfully
[2026-01-09T23:46:44.156Z]
[2026-01-09T23:46:44.156Z] compile:
[2026-01-09T23:46:44.156Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-01-09T23:46:44.156Z] [echo] ============COMPILER SETTINGS============
[2026-01-09T23:46:44.156Z] [echo] ===fork: yes
[2026-01-09T23:46:44.156Z] [echo] ===debug: on
[2026-01-09T23:46:44.156Z] [javac] Compiling 28 source files to /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/bin
[2026-01-09T23:46:45.699Z]
[2026-01-09T23:46:45.699Z] dist:
[2026-01-09T23:46:45.699Z] [jar] Building jar: /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/bin/TestKitGen.jar
[2026-01-09T23:46:45.699Z]
[2026-01-09T23:46:45.699Z] BUILD SUCCESSFUL
[2026-01-09T23:46:45.699Z] Total time: 2 seconds
[2026-01-09T23:46:45.699Z] 0
[2026-01-09T23:46:45.699Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image/bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector
[2026-01-09T23:46:46.448Z] Unfamiliar microArch detected in TKG. It will not be added in TKG microArch!
[2026-01-09T23:46:46.448Z] microArchOutput: model name : Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz
[2026-01-09T23:46:46.448Z] ****************************** MACHINE INFO ******************************
[2026-01-09T23:46:46.448Z] File path : /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG
[2026-01-09T23:46:46.448Z] Free Physical Memory Size : 1922338816
[2026-01-09T23:46:46.448Z] Free space (bytes) : 310324756480
[2026-01-09T23:46:46.448Z] Total Physical Memory Size : 6442450944
[2026-01-09T23:46:46.448Z] Total space (bytes) : 480790110208
[2026-01-09T23:46:46.448Z] Usable space (bytes) : 287974531072
[2026-01-09T23:46:46.448Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-01-09T23:46:46.448Z] bashVersion :
[2026-01-09T23:46:46.448Z] GNU bash, version 5.2.21(1)-release (x86_64-pc-linux-gnu)
[2026-01-09T23:46:46.448Z] Copyright (C) 2022 Free Software Foundation, Inc.
[2026-01-09T23:46:46.448Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2026-01-09T23:46:46.448Z]
[2026-01-09T23:46:46.448Z] This is free software; you are free to change and redistribute it.
[2026-01-09T23:46:46.448Z] There is NO WARRANTY, to the extent permitted by law.
[2026-01-09T23:46:46.448Z] cpuCores : 16
[2026-01-09T23:46:46.448Z] curlVersion :
[2026-01-09T23:46:46.448Z] curl 8.5.0 (x86_64-pc-linux-gnu) libcurl/8.5.0 OpenSSL/3.0.13 zlib/1.3 brotli/1.1.0 zstd/1.5.5 libidn2/2.3.7 libpsl/0.21.2 (+libidn2/2.3.7) libssh/0.10.6/openssl/zlib nghttp2/1.59.0 librtmp/2.3 OpenLDAP/2.6.7
[2026-01-09T23:46:46.448Z] Release-Date: 2023-12-06, security patched: 8.5.0-2ubuntu10.6
[2026-01-09T23:46:46.448Z] Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp
[2026-01-09T23:46:46.448Z] Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM PSL SPNEGO SSL threadsafe TLS-SRP UnixSockets zstd
[2026-01-09T23:46:46.448Z] dockerVersion : bash: line 1: docker: command not found
[2026-01-09T23:46:46.448Z] gcc version : 13
[2026-01-09T23:46:46.448Z] gclibc version : ldd (Ubuntu GLIBC 2.39-0ubuntu8.6) 2.39
[2026-01-09T23:46:46.448Z] gdb version : bash: line 1: gdb: command not found
[2026-01-09T23:46:46.448Z] lldb version : Command could not be executed
[2026-01-09T23:46:46.448Z] makeVersion :
[2026-01-09T23:46:46.448Z] GNU Make 4.3
[2026-01-09T23:46:46.448Z] Built for x86_64-pc-linux-gnu
[2026-01-09T23:46:46.448Z] Copyright (C) 1988-2020 Free Software Foundation, Inc.
[2026-01-09T23:46:46.448Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2026-01-09T23:46:46.448Z] This is free software: you are free to change and redistribute it.
[2026-01-09T23:46:46.448Z] There is NO WARRANTY, to the extent permitted by law.
[2026-01-09T23:46:46.448Z] mavenVersion : bash: line 1: mvn: command not found
[2026-01-09T23:46:46.448Z] osInfo :
[2026-01-09T23:46:46.448Z] PRETTY_NAME="Ubuntu 24.04.3 LTS"
[2026-01-09T23:46:46.448Z] NAME="Ubuntu"
[2026-01-09T23:46:46.448Z] VERSION_ID="24.04"
[2026-01-09T23:46:46.448Z] VERSION="24.04.3 LTS (Noble Numbat)"
[2026-01-09T23:46:46.448Z] VERSION_CODENAME=noble
[2026-01-09T23:46:46.448Z] ID=ubuntu
[2026-01-09T23:46:46.448Z] ID_LIKE=debian
[2026-01-09T23:46:46.448Z] HOME_URL="https://www.ubuntu.com/"
[2026-01-09T23:46:46.448Z] SUPPORT_URL="https://help.ubuntu.com/"
[2026-01-09T23:46:46.448Z] BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
[2026-01-09T23:46:46.448Z] PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
[2026-01-09T23:46:46.448Z] UBUNTU_CODENAME=noble
[2026-01-09T23:46:46.448Z] LOGO=ubuntu-logo
[2026-01-09T23:46:46.448Z] osLabel : ubuntu.24
[2026-01-09T23:46:46.448Z] perlVersion :
[2026-01-09T23:46:46.448Z]
[2026-01-09T23:46:46.448Z] This is perl 5, version 38, subversion 2 (v5.38.2) built for x86_64-linux-gnu-thread-multi
[2026-01-09T23:46:46.448Z] (with 51 registered patches, see perl -V for more detail)
[2026-01-09T23:46:46.448Z]
[2026-01-09T23:46:46.448Z] Copyright 1987-2023, Larry Wall
[2026-01-09T23:46:46.448Z]
[2026-01-09T23:46:46.448Z] Perl may be copied only under the terms of either the Artistic License or the
[2026-01-09T23:46:46.448Z] GNU General Public License, which may be found in the Perl 5 source kit.
[2026-01-09T23:46:46.448Z]
[2026-01-09T23:46:46.448Z] Complete documentation for Perl, including FAQ lists, should be found on
[2026-01-09T23:46:46.448Z] this system using "man perl" or "perldoc perl". If you have access to the
[2026-01-09T23:46:46.448Z] Internet, point your browser at https://www.perl.org/, the Perl Home Page.
[2026-01-09T23:46:46.448Z]
[2026-01-09T23:46:46.448Z] podmanVersion : bash: line 1: podman: command not found
[2026-01-09T23:46:46.448Z] procArch : x86_64
[2026-01-09T23:46:46.448Z] sysArch : x86_64
[2026-01-09T23:46:46.448Z] sysOS : Linux
[2026-01-09T23:46:46.448Z] ulimit :
[2026-01-09T23:46:46.448Z] real-time non-blocking time (microseconds, -R) unlimited
[2026-01-09T23:46:46.448Z] core file size (blocks, -c) unlimited
[2026-01-09T23:46:46.448Z] data seg size (kbytes, -d) unlimited
[2026-01-09T23:46:46.448Z] scheduling priority (-e) 0
[2026-01-09T23:46:46.448Z] file size (blocks, -f) unlimited
[2026-01-09T23:46:46.448Z] pending signals (-i) 257167
[2026-01-09T23:46:46.448Z] max locked memory (kbytes, -l) 8192
[2026-01-09T23:46:46.448Z] max memory size (kbytes, -m) unlimited
[2026-01-09T23:46:46.448Z] open files (-n) 1048576
[2026-01-09T23:46:46.448Z] pipe size (512 bytes, -p) 8
[2026-01-09T23:46:46.448Z] POSIX message queues (bytes, -q) 819200
[2026-01-09T23:46:46.448Z] real-time priority (-r) 0
[2026-01-09T23:46:46.448Z] stack size (kbytes, -s) 8192
[2026-01-09T23:46:46.448Z] cpu time (seconds, -t) unlimited
[2026-01-09T23:46:46.448Z] max user processes (-u) unlimited
[2026-01-09T23:46:46.448Z] virtual memory (kbytes, -v) unlimited
[2026-01-09T23:46:46.448Z] file locks (-x) unlimited
[2026-01-09T23:46:46.448Z] uname : Linux 9f9801fd1dea 6.8.0-1018-azure #21~22.04.1-Ubuntu SMP Fri Nov 8 00:21:25 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
[2026-01-09T23:46:46.448Z] vmVendor : Oracle Corporation
[2026-01-09T23:46:46.448Z] vmVersion : 25.472-b08
[2026-01-09T23:46:46.448Z] xlc version : bash: line 1: xlC: command not found
[2026-01-09T23:46:46.448Z] **************************************************************************
[2026-01-09T23:46:46.448Z]
[2026-01-09T23:46:46.448Z] System.getProperty('java.vm.name')=OpenJDK 64-Bit Server VM
[2026-01-09T23:46:46.448Z]
[2026-01-09T23:46:46.448Z] System.getProperty('java.vendor')=Temurin
[2026-01-09T23:46:46.448Z]
[2026-01-09T23:46:46.448Z] System.getProperty('os.name')=Linux
[2026-01-09T23:46:46.448Z]
[2026-01-09T23:46:46.448Z] System.getProperty('os.arch')=amd64
[2026-01-09T23:46:46.448Z]
[2026-01-09T23:46:46.448Z] System.getProperty('java.fullversion')=null
[2026-01-09T23:46:46.448Z]
[2026-01-09T23:46:46.448Z] System.getProperty('sun.arch.data.model')=64
[2026-01-09T23:46:46.448Z]
[2026-01-09T23:46:46.448Z] make -f makeGen.mk AUTO_DETECT=true MODE=buildList TESTTARGET=extended.functional TESTLIST=
[2026-01-09T23:46:46.448Z] make[1]: Entering directory '/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-01-09T23:46:46.448Z] perl scripts/configure.pl
[2026-01-09T23:46:46.448Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image/bin/java -cp "./bin/TestKitGen.jar:/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=buildList --spec=linux_x86-64 --microArch="" --osLabel="ubuntu.24" --jdkVersion=8 --impl=hotspot --vendor="temurin" --buildList=functional/buildAndPackage --iterations=1 --aotIterations= --testFlag= --testTarget=extended.functional --testList= --numOfMachines= --testTime= --TRSSURL=
[2026-01-09T23:46:47.196Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2026-01-09T23:46:47.196Z]
[2026-01-09T23:46:47.196Z]
[2026-01-09T23:46:47.196Z] Starting to generate build list.
[2026-01-09T23:46:47.196Z]
[2026-01-09T23:46:47.196Z] Parsing /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../functional/buildAndPackage/playlist.xml
[2026-01-09T23:46:47.196Z] Generated /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/buildInfo.mk
[2026-01-09T23:46:47.196Z]
[2026-01-09T23:46:47.196Z] make[1]: Leaving directory '/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-01-09T23:46:47.196Z] make -f clean.mk cleanBuild
[2026-01-09T23:46:47.196Z] make[1]: Entering directory '/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-01-09T23:46:47.196Z] rm -f -r /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../../jvmtest
[2026-01-09T23:46:47.196Z] make[1]: Leaving directory '/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-01-09T23:46:47.196Z] make -f compile.mk compile
[2026-01-09T23:46:47.196Z] make[1]: Entering directory '/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-01-09T23:46:47.946Z] rm -f -r /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation; \
[2026-01-09T23:46:47.946Z] mkdir -p /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation; \
[2026-01-09T23:46:47.946Z] (ant -f scripts/build_test.xml "-DTEST_ROOT=/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/.." "-DBUILD_ROOT=/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../../jvmtest" "-DJDK_VERSION=8" "-DJDK_IMPL=hotspot" "-DJDK_VENDOR=temurin" "-DJCL_VERSION=latest" "-DBUILD_LIST=functional/buildAndPackage" "-DRESOURCES_DIR=/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../../jvmtest/TestConfig/resources" "-DSPEC=linux_x86-64" "-DTEST_JDK_HOME=/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image" "-DJVM_VERSION=openjdk8" "-DLIB_DIR=/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib" 2>&1; echo $? ) | tee "/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2026-01-09T23:46:47.946Z] if [ -z "$(tail -1 /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation"; fi
[2026-01-09T23:46:47.946Z] Buildfile: /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/scripts/build_test.xml
[2026-01-09T23:46:48.695Z] [echo] build.list is TestConfig/build.xml,functional/buildAndPackage/build.xml
[2026-01-09T23:46:48.695Z]
[2026-01-09T23:46:48.695Z] -create_test_directory:
[2026-01-09T23:46:48.695Z] [mkdir] Created dir: /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/jvmtest
[2026-01-09T23:46:48.695Z]
[2026-01-09T23:46:48.695Z] stage_test_material:
[2026-01-09T23:46:48.695Z] [copy] Copying 137 files to /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/jvmtest
[2026-01-09T23:46:48.695Z]
[2026-01-09T23:46:48.695Z] build:
[2026-01-09T23:46:48.695Z]
[2026-01-09T23:46:48.695Z] init:
[2026-01-09T23:46:48.695Z] [mkdir] Created dir: /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/jvmtest/TestConfig
[2026-01-09T23:46:48.695Z]
[2026-01-09T23:46:48.695Z] build:
[2026-01-09T23:46:48.695Z] [copy] Copying 15 files to /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/jvmtest/TestConfig
[2026-01-09T23:46:48.695Z] [copy] Copied 4 empty directories to 2 empty directories under /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/jvmtest/TestConfig
[2026-01-09T23:46:48.695Z] [copy] Copying 1 file to /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/jvmtest/TestConfig
[2026-01-09T23:46:48.695Z]
[2026-01-09T23:46:48.695Z] build:
[2026-01-09T23:46:48.695Z]
[2026-01-09T23:46:48.695Z] init:
[2026-01-09T23:46:48.695Z] [mkdir] Created dir: /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/jvmtest/functional/buildAndPackage
[2026-01-09T23:46:48.695Z] [mkdir] Created dir: /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/functional/buildAndPackage/bin
[2026-01-09T23:46:48.695Z]
[2026-01-09T23:46:48.695Z] getDependentLibs:
[2026-01-09T23:46:48.695Z] [exec] --------------------------------------------
[2026-01-09T23:46:48.695Z] [exec] path is set to /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib
[2026-01-09T23:46:48.695Z] [exec] task is set to default
[2026-01-09T23:46:48.695Z] [exec] dependencyList is set to testng,jcommander
[2026-01-09T23:46:48.695Z] [exec] System Test jars will not be downloaded.
[2026-01-09T23:46:48.695Z] [exec] --------------------------------------------
[2026-01-09T23:46:48.695Z] [exec] Starting download third party dependent jars
[2026-01-09T23:46:48.695Z] [exec] --------------------------------------------
[2026-01-09T23:46:48.695Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib
[2026-01-09T23:46:48.695Z] [exec] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/jcommander.jar exists with correct hash, not downloading
[2026-01-09T23:46:48.695Z] [exec] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/testng.jar exists with correct hash, not downloading
[2026-01-09T23:46:48.695Z] [exec] downloaded dependent third party jars successfully
[2026-01-09T23:46:48.695Z]
[2026-01-09T23:46:48.695Z] compile:
[2026-01-09T23:46:48.695Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-01-09T23:46:48.695Z] [echo] ============COMPILER SETTINGS============
[2026-01-09T23:46:48.695Z] [echo] ===fork: yes
[2026-01-09T23:46:48.695Z] [echo] ===executable: /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image/bin/javac
[2026-01-09T23:46:48.695Z] [echo] ===debug: on
[2026-01-09T23:46:48.695Z] [echo] ===destdir: /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../../jvmtest/functional/buildAndPackage
[2026-01-09T23:46:48.695Z] [javac] Compiling 9 source files to /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/functional/buildAndPackage/bin
[2026-01-09T23:46:50.243Z] [javac] Creating empty /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/functional/buildAndPackage/bin/net/adoptium/test/package-info.class
[2026-01-09T23:46:50.243Z]
[2026-01-09T23:46:50.243Z] dist_functional:
[2026-01-09T23:46:50.243Z] [copy] Copying 2 files to /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/jvmtest/functional
[2026-01-09T23:46:50.243Z]
[2026-01-09T23:46:50.243Z] dist:
[2026-01-09T23:46:50.243Z] [jar] Building jar: /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/jvmtest/functional/buildAndPackage/BuildAndPackagingTests.jar
[2026-01-09T23:46:50.243Z] [copy] Copying 3 files to /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/jvmtest/functional/buildAndPackage
[2026-01-09T23:46:50.243Z]
[2026-01-09T23:46:50.243Z] clean:
[2026-01-09T23:46:50.243Z] [delete] Deleting directory /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/functional/buildAndPackage/bin
[2026-01-09T23:46:50.243Z]
[2026-01-09T23:46:50.243Z] BUILD SUCCESSFUL
[2026-01-09T23:46:50.243Z] Total time: 2 seconds
[2026-01-09T23:46:50.243Z] 0
[2026-01-09T23:46:50.243Z]
[2026-01-09T23:46:50.243Z]
[2026-01-09T23:46:50.243Z] RECORD TEST REPOs SHA
[2026-01-09T23:46:50.243Z] cd "/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/scripts"; \
[2026-01-09T23:46:50.243Z] bash "getSHAs.sh" --test_root_dir "/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/.." --shas_file "/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/SHAs.txt"
[2026-01-09T23:46:50.243Z] Check shas in /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/.. and store the info in /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/SHAs.txt
[2026-01-09T23:46:50.243Z] touch /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/SHAs.txt
[2026-01-09T23:46:50.243Z] ================================================
[2026-01-09T23:46:50.243Z] timestamp: 20260109-234649
[2026-01-09T23:46:50.243Z] repo dir: /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests
[2026-01-09T23:46:50.243Z] git repo:
[2026-01-09T23:46:50.243Z] Fetch URL: https://github.com/adoptium/aqa-tests.git
[2026-01-09T23:46:50.243Z] sha:
[2026-01-09T23:46:50.243Z] 1aac21143e6c855df0a6c915ec7b311c676f7933
[2026-01-09T23:46:50.243Z] ================================================
[2026-01-09T23:46:50.243Z] timestamp: 20260109-234649
[2026-01-09T23:46:50.243Z] repo dir: /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/vendor_0
[2026-01-09T23:46:50.243Z] git repo:
[2026-01-09T23:46:50.243Z] Fetch URL: https://github.com/adoptium/temurin-build
[2026-01-09T23:46:50.243Z] sha:
[2026-01-09T23:46:50.243Z] f91fed2069b52b614439abd3dfe2c3d43a772926
[2026-01-09T23:46:50.243Z] ================================================
[2026-01-09T23:46:50.243Z] timestamp: 20260109-234649
[2026-01-09T23:46:50.243Z] repo dir: /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/openj9
[2026-01-09T23:46:50.243Z] git repo:
[2026-01-09T23:46:50.243Z] Fetch URL: https://github.com/eclipse-openj9/openj9.git
[2026-01-09T23:46:50.243Z] sha:
[2026-01-09T23:46:50.243Z] 5151606399967714124a7c2ba31e64fbc92d790c
[2026-01-09T23:46:50.243Z] ================================================
[2026-01-09T23:46:50.243Z] timestamp: 20260109-234649
[2026-01-09T23:46:50.243Z] repo dir: /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG
[2026-01-09T23:46:50.243Z] git repo:
[2026-01-09T23:46:50.243Z] Fetch URL: https://github.com/adoptium/TKG.git
[2026-01-09T23:46:50.243Z] sha:
[2026-01-09T23:46:50.243Z] 6de2b46f2af768a467713ea6d5f6c60bf6bc3571
[2026-01-09T23:46:50.243Z] make[1]: Leaving directory '/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-01-09T23:46:50.243Z] make -f makeGen.mk AUTO_DETECT=true MODE=tests TESTTARGET=extended.functional TESTLIST=
[2026-01-09T23:46:50.243Z] make[1]: Entering directory '/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-01-09T23:46:50.243Z] perl scripts/configure.pl
[2026-01-09T23:46:50.243Z] /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image/bin/java -cp "./bin/TestKitGen.jar:/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=tests --spec=linux_x86-64 --microArch="" --osLabel="ubuntu.24" --jdkVersion=8 --impl=hotspot --vendor="temurin" --buildList=functional/buildAndPackage --iterations=1 --aotIterations= --testFlag= --testTarget=extended.functional --testList= --numOfMachines= --testTime= --TRSSURL=
[2026-01-09T23:46:50.991Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2026-01-09T23:46:50.991Z]
[2026-01-09T23:46:50.991Z] Starting to generate test make files.
[2026-01-09T23:46:50.991Z]
[2026-01-09T23:46:50.991Z] Parsing /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../functional/buildAndPackage/playlist.xml
[2026-01-09T23:46:50.991Z] Generated /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../functional/buildAndPackage/autoGen.mk
[2026-01-09T23:46:50.991Z]
[2026-01-09T23:46:50.991Z] Generated /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../functional/autoGen.mk
[2026-01-09T23:46:50.991Z]
[2026-01-09T23:46:50.991Z] Generated /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../autoGen.mk
[2026-01-09T23:46:50.991Z]
[2026-01-09T23:46:50.991Z] Generated /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/utils.mk
[2026-01-09T23:46:50.991Z]
[2026-01-09T23:46:50.991Z] Generated /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/rerun.mk
[2026-01-09T23:46:50.991Z]
[2026-01-09T23:46:50.991Z] Make files are generated successfully.
[2026-01-09T23:46:50.991Z]
[2026-01-09T23:46:50.991Z] make[1]: Leaving directory '/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-01-09T23:46:50.991Z] make -f runtest.mk _extended.functional
[2026-01-09T23:46:50.991Z] make[1]: Entering directory '/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-01-09T23:46:50.991Z]
[2026-01-09T23:46:50.991Z] Running make 4.3
[2026-01-09T23:46:50.991Z] set TEST_ROOT to /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/TKG/..
[2026-01-09T23:46:50.991Z] set JDK_VERSION to 8
[2026-01-09T23:46:50.991Z] set JDK_IMPL to hotspot
[2026-01-09T23:46:50.991Z] set JVM_VERSION to openjdk8
[2026-01-09T23:46:50.991Z] set JCL_VERSION to latest
[2026-01-09T23:46:50.991Z] set JAVA_HOME to /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image
[2026-01-09T23:46:50.991Z] set SPEC to linux_x86-64
[2026-01-09T23:46:50.991Z] set TEST_FLAG to
[2026-01-09T23:46:50.991Z] set OS_LABEL to ubuntu.24
[2026-01-09T23:46:50.991Z] Running extended.functional ...
[2026-01-09T23:46:50.991Z] There are 1 test targets in extended.functional
[2026-01-09T23:46:50.991Z] "/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image/bin/java" -version
[2026-01-09T23:46:50.991Z] openjdk version "1.8.0_472"
[2026-01-09T23:46:50.991Z] OpenJDK Runtime Environment (Temurin)(build 1.8.0_472-b08)
[2026-01-09T23:46:50.991Z] OpenJDK 64-Bit Server VM (Temurin)(build 25.472-b08, mixed mode)
[2026-01-09T23:46:50.991Z] make[2]: Entering directory '/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests'
[2026-01-09T23:46:50.991Z] make[3]: Entering directory '/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/functional'
[2026-01-09T23:46:50.991Z] make[4]: Entering directory '/home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin_SmokeTests/aqa-tests/functional/buildAndPackage'
[2026-01-09T23:46:50.991Z]
[2026-01-09T23:46:50.991Z] ===============================================