Pre Test
Started by upstream project "Test_openjdk8_hs_sanity.system_x86-64_linux" build number 1252
originally caused by:
Started by upstream project "build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin" build number 544
originally caused by:
Started by upstream project "build-scripts/openjdk8-pipeline" build number 3027
originally caused by:
Started by upstream project "build-scripts/utils/betaTrigger_8ea" build number 307
originally caused by:
Started by timer
Checking out git ${ADOPTOPENJDK_REPO} into /home/jenkins/.jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0@script/7d272c0688f17ab4e5b2f6ce77a7dc9cf4df33ff05c3a95eddd38682ef795b79 to read aqa-tests/buildenv/jenkins/openjdk_tests
The recommended git tool is: git
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Using shallow clone with depth 1
Cloning repository https://github.com/adoptium/aqa-tests.git
> git init /home/jenkins/.jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0@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 415b0c81bc4360dbe568168cf1864f803d2c74a1 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 415b0c81bc4360dbe568168cf1864f803d2c74a1 # timeout=10
Commit message: "Add sleep and retry for cleanWs (#6633)"
> git rev-list --no-walk 69651d0e9d7c4f84ac73d5ec1510d3f459affeb1 # timeout=10
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] timestamps
[Pipeline] {
[Pipeline] echo
[2025-09-30T21:03:40.146Z] SPEC: linux_x86-64
[Pipeline] echo
[2025-09-30T21:03:40.149Z] LABEL: ci.role.test&&hw.arch.x86&&sw.os.linux
[Pipeline] stage
[Pipeline] { (Queue)
[Pipeline] nodesByLabel
[2025-09-30T21:03:40.160Z] Found a total of 8 nodes with the 'ci.role.test&&hw.arch.x86&&sw.os.linux' label
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named dynamicAgents (to a value of type ArrayList) which could lead to memory leaks or other issues.
[Pipeline] echo
[2025-09-30T21:03:40.164Z] dynamicAgents: [azure, fyre, EBC]
[Pipeline] node
[2025-09-30T21:03:55.168Z] Still waiting to schedule task
[2025-09-30T21:03:55.168Z] Waiting for next available executor on ‘ci.role.test&&hw.arch.x86&&sw.os.linux’
[2025-09-30T21:38:58.642Z] Running on test-aws-rhel8-x64-1 in /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0
[Pipeline] {
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named ref_cache (to a value of type GStringImpl) which could lead to memory leaks or other issues.
[Pipeline] retry
[Pipeline] {
[Pipeline] timeout
[2025-09-30T21:38:58.685Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] cleanWs
[2025-09-30T21:38:58.769Z] [WS-CLEANUP] Deleting project workspace...
[2025-09-30T21:38:58.769Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-09-30T21:38:58.799Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // timeout
[Pipeline] checkout
[2025-09-30T21:38:58.902Z] The recommended git tool is: git
[2025-09-30T21:38:58.963Z] No credentials specified
[2025-09-30T21:38:58.994Z] Cloning the remote Git repository
[2025-09-30T21:38:59.042Z] Cloning repository https://github.com/adoptium/aqa-tests.git
[2025-09-30T21:38:59.043Z] > git init /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests # timeout=10
[2025-09-30T21:38:59.049Z] [WARNING] Reference path does not exist: /home/jenkins/openjdk_cache
[2025-09-30T21:38:59.049Z] Fetching upstream changes from https://github.com/adoptium/aqa-tests.git
[2025-09-30T21:38:59.049Z] > git --version # timeout=10
[2025-09-30T21:38:59.052Z] > git --version # 'git version 2.15.0'
[2025-09-30T21:38:59.052Z] > git fetch --tags --progress -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=10
[2025-09-30T21:39:02.502Z] Avoid second fetch
[2025-09-30T21:39:02.537Z] Checking out Revision 415b0c81bc4360dbe568168cf1864f803d2c74a1 (origin/master)
[2025-09-30T21:39:02.451Z] > git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10
[2025-09-30T21:39:02.454Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
[2025-09-30T21:39:02.518Z] > git rev-parse origin/master^{commit} # timeout=10
[2025-09-30T21:39:02.554Z] > git config core.sparsecheckout # timeout=10
[2025-09-30T21:39:02.557Z] > git checkout -f 415b0c81bc4360dbe568168cf1864f803d2c74a1 # timeout=10
[2025-09-30T21:39:03.625Z] Commit message: "Add sleep and retry for cleanWs (#6633)"
[Pipeline] }
[Pipeline] // retry
[Pipeline] load
[Pipeline] { (/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/buildenv/jenkins/JenkinsfileBase)
[Pipeline] }
[Pipeline] // load
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named jenkinsfile (to a value of type Script1) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TIME_LIMIT (to a value of type Integer) which could lead to memory leaks or other issues.
[Pipeline] timeout
[2025-09-30T21:39:12.174Z] Timeout set to expire in 1 day 1 hr
[Pipeline] {
[Pipeline] echo
[2025-09-30T21:39:12.202Z] runMulticastCmd: false
[Pipeline] stage
[Pipeline] { (Setup)
[Pipeline] sh
[2025-09-30T21:39:12.866Z] + LC_TIME=C
[2025-09-30T21:39:12.866Z] + date '+%a, %d %b %Y %T %z'
[Pipeline] echo
[2025-09-30T21:39:13.000Z] PROCESSCATCH: Terminating any hung/left over test processes:
[Pipeline] sh
[2025-09-30T21:39:13.541Z] + aqa-tests/terminateTestProcesses.sh jenkins
[2025-09-30T21:39:13.541Z] Unix type machine..
[2025-09-30T21:39:13.541Z] Running on a Linux host
[2025-09-30T21:39:13.541Z] 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
[2025-09-30T21:39:14.854Z] + printenv
[2025-09-30T21:39:14.855Z] UPSTREAM_TEST_JOB_NAME=Test_openjdk8_hs_sanity.system_x86-64_linux
[2025-09-30T21:39:14.855Z] TIME_LIMIT=25
[2025-09-30T21:39:14.855Z] RERUN_ITERATIONS=1
[2025-09-30T21:39:14.855Z] RUN_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/30/display/redirect
[2025-09-30T21:39:14.855Z] JENKINS_URL=https://ci.adoptium.net/
[2025-09-30T21:39:14.855Z] EXECUTOR_NUMBER=0
[2025-09-30T21:39:14.855Z] SSH_CONNECTION=78.47.239.97 34892 172.31.41.133 22
[2025-09-30T21:39:14.855Z] _=/usr/bin/printenv
[2025-09-30T21:39:14.855Z] LANG=en_US.UTF-8
[2025-09-30T21:39:14.855Z] BUILD_ID=30
[2025-09-30T21:39:14.855Z] UPSTREAM_TEST_JOB_NUMBER=1252
[2025-09-30T21:39:14.855Z] USE_JRE=false
[2025-09-30T21:39:14.855Z] jobStatus=SUCCESS
[2025-09-30T21:39:14.855Z] OLDPWD=/home/jenkins
[2025-09-30T21:39:14.855Z] RUN_CHANGES_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/30/display/redirect?page=changes
[2025-09-30T21:39:14.855Z] STF_OWNER_BRANCH=adoptium:master
[2025-09-30T21:39:14.855Z] PERSONAL_BUILD=false
[2025-09-30T21:39:14.855Z] LIB_DIR=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/lib
[2025-09-30T21:39:14.855Z] JENKINS_NODE_COOKIE=f08c9973-9c44-49ba-9fa6-9192c726246f
[2025-09-30T21:39:14.855Z] SLACK_CHANNEL=aqavit-bot
[2025-09-30T21:39:14.855Z] JDK_IMPL=hotspot
[2025-09-30T21:39:14.855Z] JOB_BASE_NAME=Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0
[2025-09-30T21:39:14.855Z] WORKSPACE_TMP=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0@tmp
[2025-09-30T21:39:14.855Z] ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium:master
[2025-09-30T21:39:14.855Z] DYNAMIC_COMPILE=false
[2025-09-30T21:39:14.855Z] OPENJ9_BRANCH=master
[2025-09-30T21:39:14.855Z] which_declare=declare -f
[2025-09-30T21:39:14.855Z] CI=true
[2025-09-30T21:39:14.855Z] HUDSON_COOKIE=c82657f7-9b1e-4143-ac1f-e8c38a248199
[2025-09-30T21:39:14.855Z] XDG_SESSION_ID=776144
[2025-09-30T21:39:14.855Z] USER=jenkins
[2025-09-30T21:39:14.855Z] ADOPTOPENJDK_BRANCH=master
[2025-09-30T21:39:14.855Z] ORIGIN_JDK_VERSION=8
[2025-09-30T21:39:14.855Z] SYSTEM_LIB_DIR=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:39:14.855Z] UPSTREAM_JOB_NUMBER=544
[2025-09-30T21:39:14.855Z] BUILD_NUMBER=30
[2025-09-30T21:39:14.855Z] OPENJCEPLUS_GIT_REPO=https://github.com/ibmruntimes/OpenJCEPlus.git
[2025-09-30T21:39:14.855Z] JCK_GIT_BRANCH=master
[2025-09-30T21:39:14.855Z] EXTERNAL_TEST_CMD=mvn clean install
[2025-09-30T21:39:14.855Z] WORKSPACE=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0
[2025-09-30T21:39:14.855Z] UPSTREAM_JOB_NAME=build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin
[2025-09-30T21:39:14.855Z] KEEP_REPORTDIR=false
[2025-09-30T21:39:14.855Z] PWD=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0
[2025-09-30T21:39:14.855Z] HUDSON_URL=https://ci.adoptium.net/
[2025-09-30T21:39:14.855Z] USE_TESTENV_PROPERTIES=false
[2025-09-30T21:39:14.855Z] HOME=/home/jenkins
[2025-09-30T21:39:14.855Z] NODE_NAME=test-aws-rhel8-x64-1
[2025-09-30T21:39:14.855Z] PERF_ROOT=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../benchmarks
[2025-09-30T21:39:14.855Z] DOCKER_REQUIRED=false
[2025-09-30T21:39:14.855Z] HUDSON_SERVER_COOKIE=2d832652af5afba8
[2025-09-30T21:39:14.855Z] SSH_CLIENT=78.47.239.97 34892 22
[2025-09-30T21:39:14.855Z] JDK_BRANCH=jdk8u472-b07_adopt
[2025-09-30T21:39:14.855Z] ARCHIVE_TEST_RESULTS=false
[2025-09-30T21:39:14.855Z] JENKINS_HOME=/home/jenkins/.jenkins
[2025-09-30T21:39:14.855Z] JOB_NAME=Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0
[2025-09-30T21:39:14.855Z] RUN_TESTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/30/display/redirect?page=tests
[2025-09-30T21:39:14.855Z] BUILD_LIST=system
[2025-09-30T21:39:14.855Z] KEEP_WORKSPACE=false
[2025-09-30T21:39:14.855Z] NUM_PROCESSORS=4
[2025-09-30T21:39:14.855Z] EXIT_SUCCESS=false
[2025-09-30T21:39:14.855Z] EXTERNAL_CUSTOM_BRANCH=master
[2025-09-30T21:39:14.855Z] HUDSON_HOME=/home/jenkins/.jenkins
[2025-09-30T21:39:14.855Z] JOB_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/display/redirect
[2025-09-30T21:39:14.855Z] RERUN_FAILURE=true
[2025-09-30T21:39:14.855Z] SDK_RESOURCE=upstream
[2025-09-30T21:39:14.855Z] ACTIVE_NODE_TIMEOUT=5
[2025-09-30T21:39:14.855Z] SETUP_JCK_RUN=false
[2025-09-30T21:39:14.855Z] SPEC=linux_x86-64
[2025-09-30T21:39:14.855Z] ITERATIONS=1
[2025-09-30T21:39:14.855Z] GENERATE_JOBS=true
[2025-09-30T21:39:14.855Z] TEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image
[2025-09-30T21:39:14.855Z] LIGHT_WEIGHT_CHECKOUT=false
[2025-09-30T21:39:14.855Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/30/display/redirect?page=artifacts
[2025-09-30T21:39:14.855Z] CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token
[2025-09-30T21:39:14.855Z] AUTO_DETECT=true
[2025-09-30T21:39:14.855Z] TAP_NAME=Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0.tap
[2025-09-30T21:39:14.855Z] BUILD_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/30/
[2025-09-30T21:39:14.855Z] SHELL=/bin/bash
[2025-09-30T21:39:14.855Z] STAGE_NAME=Setup
[2025-09-30T21:39:14.855Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
[2025-09-30T21:39:14.855Z] JOB_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/
[2025-09-30T21:39:14.855Z] TKG_OWNER_BRANCH=adoptium:master
[2025-09-30T21:39:14.855Z] JDK_VERSION=8
[2025-09-30T21:39:14.855Z] BUILD_DISPLAY_NAME=#30
[2025-09-30T21:39:14.855Z] PLATFORM=x86-64_linux
[2025-09-30T21:39:14.855Z] ADOPTOPENJDK_REPO=https://github.com/adoptium/aqa-tests.git
[2025-09-30T21:39:14.855Z] SHLVL=3
[2025-09-30T21:39:14.855Z] JDK_REPO=https://github.com/adoptium/jdk8u
[2025-09-30T21:39:14.855Z] PARALLEL=None
[2025-09-30T21:39:14.855Z] BUILD_TAG=jenkins-Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0-30
[2025-09-30T21:39:14.855Z] TKG_ITERATIONS=1
[2025-09-30T21:39:14.855Z] EXIT_FAILURE=false
[2025-09-30T21:39:14.855Z] NODE_LABELS=test-aws-rhel8-x64-1 sw.tool.dockerX ci.role.test linux x64 sw.os.linux rhel8 hw.arch.x86
[2025-09-30T21:39:14.855Z] TARGET=-f parallelList.mk testList_0
[2025-09-30T21:39:14.855Z] LOGNAME=jenkins
[2025-09-30T21:39:14.855Z] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1001/bus
[2025-09-30T21:39:14.855Z] XDG_RUNTIME_DIR=/run/user/1001
[2025-09-30T21:39:14.855Z] JOBSTARTTIME=Tue, 30 Sep 2025 21:39:12 +0000
[2025-09-30T21:39:14.855Z] PATH=/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
[2025-09-30T21:39:14.855Z] OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse:master
[2025-09-30T21:39:14.855Z] OPENJCEPLUS_GIT_BRANCH=semeru-java8
[2025-09-30T21:39:14.855Z] JENKINS_SERVER_COOKIE=durable-2db7f8845a0362ecf80b3e795e941448ca106dad72194ab54341ef1dd747bc1d
[2025-09-30T21:39:14.855Z] LESSOPEN=||/usr/bin/lesspipe.sh %s
[2025-09-30T21:39:14.855Z] BASH_FUNC_which%%=() { ( alias;
[2025-09-30T21:39:14.855Z] eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@
[2025-09-30T21:39:14.855Z] }
Did you forget the `def` keyword? Script1 seems to be setting a field named CUSTOMIZED_SDK_URL_OPTION (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] timeout
[2025-09-30T21:39:14.951Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] dir
[2025-09-30T21:39:14.965Z] Running in /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary
[Pipeline] {
[Pipeline] copyArtifacts
[2025-09-30T21:39:31.776Z] Copied 6 artifacts from "build-scripts » jobs » jdk8u » jdk8u-linux-x64-temurin" build number 544
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_REPO_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_BRANCH_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_REPO_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_BRANCH_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_SHA_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CLONE_OPENJ9_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CLONE_OPENJ9_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named JDK_VERSION_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named JDK_IMPL_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_REPO_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_BRANCH_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_REPOS (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_BRANCHES (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_DIRS (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_SHAS (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] echo
[2025-09-30T21:39:32.036Z] IS_SVT_TESTREPO is set to false
Did you forget the `def` keyword? Script1 seems to be setting a field named TEST_IMAGES_REQUIRED (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named DEBUG_IMAGES_REQUIRED (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CODE_COVERAGE_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named ADDITIONAL_ARTIFACTS_REQUIRED_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CURL_OPTS (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named GET_SH_CMD (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named RESOLVED_MAKE (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] dir
[2025-09-30T21:39:32.042Z] Running in /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0
[Pipeline] {
[Pipeline] sshagent
[2025-09-30T21:39:32.080Z] $ ssh-agent
[2025-09-30T21:39:32.220Z] SSH_AUTH_SOCK=/tmp/ssh-OPPBHI4hYyE8/agent.1047142
[2025-09-30T21:39:32.220Z] SSH_AGENT_PID=1047144
[2025-09-30T21:39:32.220Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
[2025-09-30T21:39:32.239Z] Running in /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests
[Pipeline] {
[Pipeline] withCredentials
[2025-09-30T21:39:32.267Z] Masking supported pattern matches of $USERNAME or $PASSWORD
[Pipeline] {
[Pipeline] sh
[2025-09-30T21:39:32.823Z] ++ pwd
[2025-09-30T21:39:32.823Z] + ./get.sh -s /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/.. -p x86-64_linux -r upstream -j 8 -i hotspot --clone_openj9 false --tkg_repo https://github.com/adoptium/TKG.git --tkg_branch master
[2025-09-30T21:39:32.823Z] TESTDIR: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests
[2025-09-30T21:39:32.823Z] get jdk binary...
[2025-09-30T21:39:32.823Z] --sdkdir is set to upstream. Therefore, skip download jdk binary
[2025-09-30T21:39:32.823Z] Uncompressing file: OpenJDK8U-jdk-sources_8u472b07-ea.tar.gz ...
[2025-09-30T21:39:37.886Z] List files in jdkbinary folder...
[2025-09-30T21:39:37.886Z] total 385480
[2025-09-30T21:39:37.886Z] -rw-r--r--. 1 jenkins jenkins 156974819 Sep 30 20:34 OpenJDK8U-debugimage_x64_linux_hotspot_8u472b07-ea.tar.gz
[2025-09-30T21:39:37.886Z] -rw-r--r--. 1 jenkins jenkins 93154699 Sep 30 20:11 OpenJDK8U-jdk-sources_8u472b07-ea.tar.gz
[2025-09-30T21:39:37.886Z] -rw-r--r--. 1 jenkins jenkins 103083712 Sep 30 20:34 OpenJDK8U-jdk_x64_linux_hotspot_8u472b07-ea.tar.gz
[2025-09-30T21:39:37.886Z] -rw-r--r--. 1 jenkins jenkins 41410104 Sep 30 20:33 OpenJDK8U-jre_x64_linux_hotspot_8u472b07-ea.tar.gz
[2025-09-30T21:39:37.886Z] -rw-r--r--. 1 jenkins jenkins 80285 Sep 30 20:39 OpenJDK8U-sbom_x64_linux_hotspot_8u472b07-ea.json
[2025-09-30T21:39:37.886Z] -rw-rw-r--. 1 jenkins jenkins 21292 Sep 30 20:38 OpenJDK8U-sbom_x64_linux_hotspot_8u472b07-ea-metadata.json
[2025-09-30T21:39:37.886Z] drwxrwxr-x. 3 jenkins jenkins 30 Sep 30 21:39 tmp
[2025-09-30T21:39:37.886Z] List files in jdkbinary/tmp folder...
[2025-09-30T21:39:37.886Z] total 4
[2025-09-30T21:39:37.887Z] drwxr-xr-x. 15 jenkins jenkins 4096 Sep 30 20:10 jdk8u472-b07-src
[2025-09-30T21:39:37.887Z] Moving directory jdk8u472-b07-src/ to ../source-image
[2025-09-30T21:39:37.887Z] Uncompressing file: OpenJDK8U-jdk_x64_linux_hotspot_8u472b07-ea.tar.gz ...
[2025-09-30T21:39:39.151Z] List files in jdkbinary folder...
[2025-09-30T21:39:39.151Z] total 385484
[2025-09-30T21:39:39.151Z] -rw-r--r--. 1 jenkins jenkins 156974819 Sep 30 20:34 OpenJDK8U-debugimage_x64_linux_hotspot_8u472b07-ea.tar.gz
[2025-09-30T21:39:39.151Z] -rw-r--r--. 1 jenkins jenkins 93154699 Sep 30 20:11 OpenJDK8U-jdk-sources_8u472b07-ea.tar.gz
[2025-09-30T21:39:39.151Z] -rw-r--r--. 1 jenkins jenkins 103083712 Sep 30 20:34 OpenJDK8U-jdk_x64_linux_hotspot_8u472b07-ea.tar.gz
[2025-09-30T21:39:39.151Z] -rw-r--r--. 1 jenkins jenkins 41410104 Sep 30 20:33 OpenJDK8U-jre_x64_linux_hotspot_8u472b07-ea.tar.gz
[2025-09-30T21:39:39.151Z] -rw-r--r--. 1 jenkins jenkins 80285 Sep 30 20:39 OpenJDK8U-sbom_x64_linux_hotspot_8u472b07-ea.json
[2025-09-30T21:39:39.151Z] -rw-rw-r--. 1 jenkins jenkins 21292 Sep 30 20:38 OpenJDK8U-sbom_x64_linux_hotspot_8u472b07-ea-metadata.json
[2025-09-30T21:39:39.151Z] drwxr-xr-x. 15 jenkins jenkins 4096 Sep 30 20:10 source-image
[2025-09-30T21:39:39.151Z] drwxrwxr-x. 3 jenkins jenkins 26 Sep 30 21:39 tmp
[2025-09-30T21:39:39.151Z] List files in jdkbinary/tmp folder...
[2025-09-30T21:39:39.151Z] total 0
[2025-09-30T21:39:39.151Z] drwxr-xr-x. 8 jenkins jenkins 190 Sep 30 20:33 jdk8u472-b07
[2025-09-30T21:39:39.151Z] Moving directory jdk8u472-b07/ to ../j2sdk-image
[2025-09-30T21:39:39.151Z] Uncompressing file: OpenJDK8U-jre_x64_linux_hotspot_8u472b07-ea.tar.gz ...
[2025-09-30T21:39:39.937Z] List files in jdkbinary folder...
[2025-09-30T21:39:39.937Z] total 385484
[2025-09-30T21:39:39.937Z] drwxr-xr-x. 8 jenkins jenkins 190 Sep 30 20:33 j2sdk-image
[2025-09-30T21:39:39.937Z] -rw-r--r--. 1 jenkins jenkins 156974819 Sep 30 20:34 OpenJDK8U-debugimage_x64_linux_hotspot_8u472b07-ea.tar.gz
[2025-09-30T21:39:39.937Z] -rw-r--r--. 1 jenkins jenkins 93154699 Sep 30 20:11 OpenJDK8U-jdk-sources_8u472b07-ea.tar.gz
[2025-09-30T21:39:39.937Z] -rw-r--r--. 1 jenkins jenkins 103083712 Sep 30 20:34 OpenJDK8U-jdk_x64_linux_hotspot_8u472b07-ea.tar.gz
[2025-09-30T21:39:39.937Z] -rw-r--r--. 1 jenkins jenkins 41410104 Sep 30 20:33 OpenJDK8U-jre_x64_linux_hotspot_8u472b07-ea.tar.gz
[2025-09-30T21:39:39.937Z] -rw-r--r--. 1 jenkins jenkins 80285 Sep 30 20:39 OpenJDK8U-sbom_x64_linux_hotspot_8u472b07-ea.json
[2025-09-30T21:39:39.937Z] -rw-rw-r--. 1 jenkins jenkins 21292 Sep 30 20:38 OpenJDK8U-sbom_x64_linux_hotspot_8u472b07-ea-metadata.json
[2025-09-30T21:39:39.937Z] drwxr-xr-x. 15 jenkins jenkins 4096 Sep 30 20:10 source-image
[2025-09-30T21:39:39.937Z] drwxrwxr-x. 3 jenkins jenkins 30 Sep 30 21:39 tmp
[2025-09-30T21:39:39.937Z] List files in jdkbinary/tmp folder...
[2025-09-30T21:39:39.937Z] total 0
[2025-09-30T21:39:39.938Z] drwxr-xr-x. 5 jenkins jenkins 135 Sep 30 20:33 jdk8u472-b07-jre
[2025-09-30T21:39:39.938Z] Moving directory jdk8u472-b07-jre/ to ../j2re-image
[2025-09-30T21:39:40.305Z] Uncompressing OpenJDK8U-debugimage_x64_linux_hotspot_8u472b07-ea.tar.gz over ./j2sdk-image/jre...
[2025-09-30T21:39:43.603Z] Removing top-level folder jdk8u472-b07-debug-image/
[2025-09-30T21:39:43.603Z] Removing top-level folder jdk8u472-b07/
[2025-09-30T21:39:43.972Z] Run /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/bin/java -version
[2025-09-30T21:39:43.972Z] =JAVA VERSION OUTPUT BEGIN=
[2025-09-30T21:39:43.972Z] openjdk version "1.8.0_472-beta"
[2025-09-30T21:39:43.972Z] OpenJDK Runtime Environment (Temurin)(build 1.8.0_472-beta-202509302010-b07)
[2025-09-30T21:39:43.972Z] OpenJDK 64-Bit Server VM (Temurin)(build 25.472-b07, mixed mode)
[2025-09-30T21:39:43.972Z] =JAVA VERSION OUTPUT END=
[2025-09-30T21:39:43.972Z] =RELEASE INFO BEGIN=
[2025-09-30T21:39:43.972Z] JAVA_VERSION="1.8.0_472"
[2025-09-30T21:39:43.972Z] OS_NAME="Linux"
[2025-09-30T21:39:43.972Z] OS_VERSION="2.6"
[2025-09-30T21:39:43.972Z] OS_ARCH="amd64"
[2025-09-30T21:39:43.972Z] SOURCE=".:git:695734b33a1a+"
[2025-09-30T21:39:43.972Z] IMPLEMENTOR="Eclipse Adoptium"
[2025-09-30T21:39:43.972Z] BUILD_SOURCE="git:3fa460839d777feba84a90a9d059a2673fa9459f"
[2025-09-30T21:39:43.972Z] BUILD_SOURCE_REPO="https://github.com/adoptium/temurin-build.git"
[2025-09-30T21:39:43.972Z] SOURCE_REPO="https://github.com/adoptium/jdk8u.git"
[2025-09-30T21:39:43.972Z] FULL_VERSION="1.8.0_472-beta-202509302010-b07"
[2025-09-30T21:39:43.972Z] SEMANTIC_VERSION="8.0.472+7"
[2025-09-30T21:39:43.972Z] BUILD_INFO="OS: Linux Version: 6.8.0-1031-azure"
[2025-09-30T21:39:43.972Z] JVM_VARIANT="Hotspot"
[2025-09-30T21:39:43.972Z] JVM_VERSION="25.472-b07"
[2025-09-30T21:39:43.972Z] IMAGE_TYPE="JDK"
[2025-09-30T21:39:43.972Z] =RELEASE INFO END=
[2025-09-30T21:39:43.972Z] get testKitGen...
[2025-09-30T21:39:43.972Z] git clone -q https://github.com/adoptium/TKG.git
[2025-09-30T21:39:44.341Z] git rev-parse master
[2025-09-30T21:39:44.341Z] git checkout -q -f c0fd937c76392ba409c11608c1308e6d1c89b8af
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[2025-09-30T21:39:44.513Z] $ ssh-agent -k
[2025-09-30T21:39:44.518Z] unset SSH_AUTH_SOCK;
[2025-09-30T21:39:44.518Z] unset SSH_AGENT_PID;
[2025-09-30T21:39:44.518Z] echo Agent pid 1047144 killed;
[2025-09-30T21:39:44.652Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
[2025-09-30T21:39:45.090Z] Rerun in Grinder: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=-f+parallelList.mk+testList_0&BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=Test_openjdk8_hs_sanity.system_x86-64_linux&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=5&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=x86-64_linux&GENERATE_JOBS=true&KEEP_REPORTDIR=false&PERSONAL_BUILD=false&DOCKER_REGISTRY_DIR=&RERUN_ITERATIONS=0&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&SETUP_JCK_RUN=false&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&LABEL=&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&JENKINS_KEY=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=8&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk8u&JCK_GIT_BRANCH=master&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-linux-x64-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=jdk8u472-b07_adopt&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=1252&DOCKERIMAGE_TAG=&TEST_TIME=&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=aqavit-bot&DYNAMIC_COMPILE=false&RELATED_NODES=&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&APPLICATION_OPTIONS=&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=&OPENJDK_SHA=&TRSS_URL=&RERUN_FAILURE=false&USE_TESTENV_PROPERTIES=false&BUILD_LIST=system&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=544&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None
[Pipeline] echo
[2025-09-30T21:39:45.106Z] Rerun in Grinder on same machine: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=-f+parallelList.mk+testList_0&BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=Test_openjdk8_hs_sanity.system_x86-64_linux&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=5&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=x86-64_linux&GENERATE_JOBS=true&KEEP_REPORTDIR=false&PERSONAL_BUILD=false&DOCKER_REGISTRY_DIR=&RERUN_ITERATIONS=0&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&SETUP_JCK_RUN=false&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&LABEL=test-aws-rhel8-x64-1&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&JENKINS_KEY=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=8&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk8u&JCK_GIT_BRANCH=master&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-linux-x64-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=jdk8u472-b07_adopt&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=1252&DOCKERIMAGE_TAG=&TEST_TIME=&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=aqavit-bot&DYNAMIC_COMPILE=false&RELATED_NODES=&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&APPLICATION_OPTIONS=&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=&OPENJDK_SHA=&TRSS_URL=&RERUN_FAILURE=false&USE_TESTENV_PROPERTIES=false&BUILD_LIST=system&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=544&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] echo
[2025-09-30T21:39:45.163Z] Building tests...
[Pipeline] timeout
[2025-09-30T21:39:45.167Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] copyArtifacts
[2025-09-30T21:39:45.409Z] Copied 1 artifact from "Test_openjdk8_hs_sanity.system_x86-64_linux" build number 1252
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
[2025-09-30T21:39:45.464Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] echo
[2025-09-30T21:39:45.484Z] Custom URL: https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[Pipeline] sh
[2025-09-30T21:39:46.051Z] + perl ./aqa-tests/TKG/scripts/getDependencies.pl -path /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib -task default -customUrl https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[2025-09-30T21:39:46.140Z] --------------------------------------------
[2025-09-30T21:39:46.140Z] path is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:39:46.140Z] task is set to default
[2025-09-30T21:39:46.140Z] dependencyList is set to all
[2025-09-30T21:39:46.140Z] --------------------------------------------
[2025-09-30T21:39:46.140Z] Starting download third party dependent jars
[2025-09-30T21:39:46.140Z] --------------------------------------------
[2025-09-30T21:39:46.140Z] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:39:46.140Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib/jcstress-tests-all-20240222.jar exists with correct hash, not downloading
[2025-09-30T21:39:46.140Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib/log4j/log4j-api.jar exists, not downloading.
[2025-09-30T21:39:46.140Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib/junit/junit.jar exists, not downloading.
[2025-09-30T21:39:46.140Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib/apache-ant/lib/ant-launcher.jar exists, not downloading.
[2025-09-30T21:39:46.140Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib/log4j/log4j-core.jar exists, not downloading.
[2025-09-30T21:39:46.140Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib/json-simple.jar exists with correct hash, not downloading
[2025-09-30T21:39:46.140Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib/junit/hamcrest-core.jar exists, not downloading.
[2025-09-30T21:39:46.140Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib/mauve/mauve.jar exists, not downloading.
[2025-09-30T21:39:46.140Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib/tools/tools.jar exists, not downloading.
[2025-09-30T21:39:46.140Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib/asm/asm.jar exists, not downloading.
[2025-09-30T21:39:46.140Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib/cvsclient/org-netbeans-lib-cvsclient.jar exists, not downloading.
[2025-09-30T21:39:46.140Z] downloaded dependent third party jars successfully
[Pipeline] }
[Pipeline] // timeout
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] withCredentials
[2025-09-30T21:39:46.259Z] Masking supported pattern matches of $USERNAME or $PASSWORD
[Pipeline] {
[Pipeline] dir
[2025-09-30T21:39:46.285Z] Running in /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests
[Pipeline] {
[Pipeline] sshagent
[2025-09-30T21:39:46.316Z] $ ssh-agent
[2025-09-30T21:39:46.456Z] SSH_AUTH_SOCK=/tmp/ssh-FjUzRcm9UGUy/agent.1047246
[2025-09-30T21:39:46.456Z] SSH_AGENT_PID=1047248
[2025-09-30T21:39:46.456Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2025-09-30T21:39:47.008Z] + bash ./compile.sh
[2025-09-30T21:39:47.008Z] JAVA_HOME is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image
[2025-09-30T21:39:47.008Z] LIB_DIR is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:39:47.008Z] rm -f -r /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../TKG/output_compilation; \
[2025-09-30T21:39:47.008Z] mkdir -p /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../TKG/output_compilation; \
[2025-09-30T21:39:47.008Z] (ant -f ./scripts/build_tools.xml "-DTEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image" "-DTEST_ROOT=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/.." "-DLIB_DIR=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib" 2>&1; echo $? ) | tee "/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2025-09-30T21:39:47.009Z] if [ -z "$(tail -1 /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../TKG/output_compilation"; fi
[2025-09-30T21:39:47.009Z] Buildfile: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/scripts/build_tools.xml
[2025-09-30T21:39:47.384Z]
[2025-09-30T21:39:47.384Z] build:
[2025-09-30T21:39:47.384Z]
[2025-09-30T21:39:47.384Z] clean:
[2025-09-30T21:39:47.384Z]
[2025-09-30T21:39:47.384Z] init:
[2025-09-30T21:39:47.384Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/bin
[2025-09-30T21:39:47.384Z]
[2025-09-30T21:39:47.384Z] getDependentLibs:
[2025-09-30T21:39:47.753Z] [exec] --------------------------------------------
[2025-09-30T21:39:47.753Z] [exec] path is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:39:47.753Z] [exec] task is set to default
[2025-09-30T21:39:47.753Z] [exec] dependencyList is set to json_simple
[2025-09-30T21:39:47.753Z] [exec] --------------------------------------------
[2025-09-30T21:39:47.753Z] [exec] Starting download third party dependent jars
[2025-09-30T21:39:47.753Z] [exec] --------------------------------------------
[2025-09-30T21:39:47.753Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:39:47.753Z] [exec] /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib/json-simple.jar exists with correct hash, not downloading
[2025-09-30T21:39:47.753Z] [exec] downloaded dependent third party jars successfully
[2025-09-30T21:39:47.753Z]
[2025-09-30T21:39:47.753Z] compile:
[2025-09-30T21:39:47.753Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-09-30T21:39:47.753Z] [echo] ============COMPILER SETTINGS============
[2025-09-30T21:39:47.753Z] [echo] ===fork: yes
[2025-09-30T21:39:47.753Z] [echo] ===debug: on
[2025-09-30T21:39:47.753Z] [javac] Compiling 28 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/bin
[2025-09-30T21:39:49.050Z]
[2025-09-30T21:39:49.050Z] dist:
[2025-09-30T21:39:49.050Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/bin/TestKitGen.jar
[2025-09-30T21:39:49.050Z]
[2025-09-30T21:39:49.050Z] BUILD SUCCESSFUL
[2025-09-30T21:39:49.050Z] Total time: 1 second
[2025-09-30T21:39:49.050Z] 0
[2025-09-30T21:39:49.050Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector
[2025-09-30T21:39:49.050Z] Unfamiliar microArch detected in TKG. It will not be added in TKG microArch!
[2025-09-30T21:39:49.050Z] microArchOutput: model name : Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz
[2025-09-30T21:39:49.839Z] ****************************** MACHINE INFO ******************************
[2025-09-30T21:39:49.839Z] File path : /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG
[2025-09-30T21:39:49.839Z] Free Physical Memory Size : 10277740544
[2025-09-30T21:39:49.839Z] Free space (bytes) : 59687292928
[2025-09-30T21:39:49.839Z] Total Physical Memory Size : 16598388736
[2025-09-30T21:39:49.839Z] Total space (bytes) : 107361579008
[2025-09-30T21:39:49.839Z] Usable space (bytes) : 59687292928
[2025-09-30T21:39:49.839Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-09-30T21:39:49.839Z] bashVersion :
[2025-09-30T21:39:49.839Z] GNU bash, version 4.4.20(1)-release (x86_64-redhat-linux-gnu)
[2025-09-30T21:39:49.839Z] Copyright (C) 2016 Free Software Foundation, Inc.
[2025-09-30T21:39:49.839Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-09-30T21:39:49.839Z]
[2025-09-30T21:39:49.839Z] This is free software; you are free to change and redistribute it.
[2025-09-30T21:39:49.839Z] There is NO WARRANTY, to the extent permitted by law.
[2025-09-30T21:39:49.839Z] cpuCores : 4
[2025-09-30T21:39:49.839Z] curlVersion :
[2025-09-30T21:39:49.839Z] curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.41.0
[2025-09-30T21:39:49.839Z] Release-Date: 2018-09-05
[2025-09-30T21:39:49.839Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
[2025-09-30T21:39:49.839Z] Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz brotli TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL
[2025-09-30T21:39:49.839Z] dockerVersion : Docker version 26.1.3, build b72abbb
[2025-09-30T21:39:49.840Z] gcc version : 8
[2025-09-30T21:39:49.840Z] gclibc version : ldd (GNU libc) 2.28
[2025-09-30T21:39:49.840Z] gdb version : GNU gdb (GDB) Red Hat Enterprise Linux 8.2-20.el8
[2025-09-30T21:39:49.840Z] lldb version : Command could not be executed
[2025-09-30T21:39:49.840Z] makeVersion :
[2025-09-30T21:39:49.840Z] GNU Make 4.2.1
[2025-09-30T21:39:49.840Z] Built for x86_64-redhat-linux-gnu
[2025-09-30T21:39:49.840Z] Copyright (C) 1988-2016 Free Software Foundation, Inc.
[2025-09-30T21:39:49.840Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-09-30T21:39:49.840Z] This is free software: you are free to change and redistribute it.
[2025-09-30T21:39:49.840Z] There is NO WARRANTY, to the extent permitted by law.
[2025-09-30T21:39:49.840Z] mavenVersion :
[2025-09-30T21:39:49.840Z] Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
[2025-09-30T21:39:49.840Z] Maven home: /usr/local/apache-maven-3.6.3
[2025-09-30T21:39:49.840Z] Java version: 1.8.0_472-beta, vendor: Temurin, runtime: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre
[2025-09-30T21:39:49.840Z] Default locale: en_US, platform encoding: UTF-8
[2025-09-30T21:39:49.840Z] OS name: "linux", version: "4.18.0-240.10.1.el8_3.x86_64", arch: "amd64", family: "unix"
[2025-09-30T21:39:49.840Z] osInfo :
[2025-09-30T21:39:49.840Z] NAME="Red Hat Enterprise Linux"
[2025-09-30T21:39:49.840Z] VERSION="8.10 (Ootpa)"
[2025-09-30T21:39:49.840Z] ID="rhel"
[2025-09-30T21:39:49.840Z] ID_LIKE="fedora"
[2025-09-30T21:39:49.840Z] VERSION_ID="8.10"
[2025-09-30T21:39:49.840Z] PLATFORM_ID="platform:el8"
[2025-09-30T21:39:49.840Z] PRETTY_NAME="Red Hat Enterprise Linux 8.10 (Ootpa)"
[2025-09-30T21:39:49.840Z] ANSI_COLOR="0;31"
[2025-09-30T21:39:49.840Z] CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos"
[2025-09-30T21:39:49.840Z] HOME_URL="https://www.redhat.com/"
[2025-09-30T21:39:49.840Z] DOCUMENTATION_URL="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8"
[2025-09-30T21:39:49.840Z] BUG_REPORT_URL="https://issues.redhat.com/"
[2025-09-30T21:39:49.840Z]
[2025-09-30T21:39:49.840Z] REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8"
[2025-09-30T21:39:49.840Z] REDHAT_BUGZILLA_PRODUCT_VERSION=8.10
[2025-09-30T21:39:49.841Z] REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
[2025-09-30T21:39:49.841Z] REDHAT_SUPPORT_PRODUCT_VERSION="8.10"
[2025-09-30T21:39:49.841Z] osLabel : rhel.8
[2025-09-30T21:39:49.841Z] perlVersion :
[2025-09-30T21:39:49.841Z]
[2025-09-30T21:39:49.841Z] This is perl 5, version 26, subversion 3 (v5.26.3) built for x86_64-linux-thread-multi
[2025-09-30T21:39:49.841Z] (with 59 registered patches, see perl -V for more detail)
[2025-09-30T21:39:49.841Z]
[2025-09-30T21:39:49.841Z] Copyright 1987-2018, Larry Wall
[2025-09-30T21:39:49.841Z]
[2025-09-30T21:39:49.841Z] Perl may be copied only under the terms of either the Artistic License or the
[2025-09-30T21:39:49.841Z] GNU General Public License, which may be found in the Perl 5 source kit.
[2025-09-30T21:39:49.841Z]
[2025-09-30T21:39:49.841Z] Complete documentation for Perl, including FAQ lists, should be found on
[2025-09-30T21:39:49.841Z] this system using "man perl" or "perldoc perl". If you have access to the
[2025-09-30T21:39:49.841Z] Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[2025-09-30T21:39:49.841Z]
[2025-09-30T21:39:49.841Z] podmanVersion : bash: podman: command not found
[2025-09-30T21:39:49.841Z] procArch : x86_64
[2025-09-30T21:39:49.841Z] sysArch : x86_64
[2025-09-30T21:39:49.841Z] sysOS : Linux
[2025-09-30T21:39:49.841Z] ulimit :
[2025-09-30T21:39:49.841Z] core file size (blocks, -c) 0
[2025-09-30T21:39:49.841Z] data seg size (kbytes, -d) unlimited
[2025-09-30T21:39:49.841Z] scheduling priority (-e) 0
[2025-09-30T21:39:49.841Z] file size (blocks, -f) unlimited
[2025-09-30T21:39:49.841Z] pending signals (-i) 63084
[2025-09-30T21:39:49.841Z] max locked memory (kbytes, -l) 64
[2025-09-30T21:39:49.841Z] max memory size (kbytes, -m) unlimited
[2025-09-30T21:39:49.841Z] open files (-n) 262144
[2025-09-30T21:39:49.841Z] pipe size (512 bytes, -p) 8
[2025-09-30T21:39:49.841Z] POSIX message queues (bytes, -q) 819200
[2025-09-30T21:39:49.841Z] real-time priority (-r) 0
[2025-09-30T21:39:49.841Z] stack size (kbytes, -s) 8192
[2025-09-30T21:39:49.841Z] cpu time (seconds, -t) unlimited
[2025-09-30T21:39:49.841Z] max user processes (-u) 63084
[2025-09-30T21:39:49.841Z] virtual memory (kbytes, -v) unlimited
[2025-09-30T21:39:49.841Z] file locks (-x) unlimited
[2025-09-30T21:39:49.842Z] uname : Linux test-aws-rhel8-x64-1.adoptopenjdk.net 4.18.0-240.10.1.el8_3.x86_64 #1 SMP Wed Dec 16 03:30:52 EST 2020 x86_64 x86_64 x86_64 GNU/Linux
[2025-09-30T21:39:49.842Z] vmVendor : Oracle Corporation
[2025-09-30T21:39:49.842Z] vmVersion : 25.472-b07
[2025-09-30T21:39:49.842Z] xlc version : bash: xlC: command not found
[2025-09-30T21:39:49.842Z] **************************************************************************
[2025-09-30T21:39:49.842Z]
[2025-09-30T21:39:49.842Z] System.getProperty('java.vm.name')=OpenJDK 64-Bit Server VM
[2025-09-30T21:39:49.842Z]
[2025-09-30T21:39:49.842Z] System.getProperty('java.vendor')=Temurin
[2025-09-30T21:39:49.842Z]
[2025-09-30T21:39:49.842Z] System.getProperty('os.name')=Linux
[2025-09-30T21:39:49.842Z]
[2025-09-30T21:39:49.842Z] System.getProperty('os.arch')=amd64
[2025-09-30T21:39:49.842Z]
[2025-09-30T21:39:49.842Z] System.getProperty('java.fullversion')=null
[2025-09-30T21:39:49.842Z]
[2025-09-30T21:39:49.842Z] System.getProperty('sun.arch.data.model')=64
[2025-09-30T21:39:49.842Z]
[2025-09-30T21:39:49.842Z] make -f clean.mk cleanBuild
[2025-09-30T21:39:49.842Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG'
[2025-09-30T21:39:50.214Z] rm -f -r /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../../jvmtest
[2025-09-30T21:39:50.214Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG'
[2025-09-30T21:39:50.214Z] make -f compile.mk compile
[2025-09-30T21:39:50.214Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG'
[2025-09-30T21:39:50.214Z] rm -f -r /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../TKG/output_compilation; \
[2025-09-30T21:39:50.214Z] mkdir -p /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../TKG/output_compilation; \
[2025-09-30T21:39:50.215Z] (ant -f scripts/build_test.xml "-DTEST_ROOT=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/.." "-DBUILD_ROOT=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../../jvmtest" "-DJDK_VERSION=8" "-DJDK_IMPL=hotspot" "-DJDK_VENDOR=temurin" "-DJCL_VERSION=latest" "-DBUILD_LIST=system" "-DRESOURCES_DIR=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../../jvmtest/TestConfig/resources" "-DSPEC=linux_x86-64" "-DTEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image" "-DJVM_VERSION=openjdk8" "-DLIB_DIR=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib" 2>&1; echo $? ) | tee "/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2025-09-30T21:39:50.215Z] if [ -z "$(tail -1 /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../TKG/output_compilation"; fi
[2025-09-30T21:39:50.585Z] Buildfile: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/scripts/build_test.xml
[2025-09-30T21:39:50.957Z] [echo] build.list is TestConfig/build.xml,system/build.xml
[2025-09-30T21:39:50.957Z]
[2025-09-30T21:39:50.957Z] -create_test_directory:
[2025-09-30T21:39:50.957Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest
[2025-09-30T21:39:50.957Z]
[2025-09-30T21:39:50.957Z] stage_test_material:
[2025-09-30T21:39:50.957Z] [copy] Copying 136 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest
[2025-09-30T21:39:51.325Z]
[2025-09-30T21:39:51.325Z] build:
[2025-09-30T21:39:51.325Z]
[2025-09-30T21:39:51.325Z] init:
[2025-09-30T21:39:51.325Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system
[2025-09-30T21:39:51.325Z]
[2025-09-30T21:39:51.325Z] dist:
[2025-09-30T21:39:51.325Z] [copy] Copying 1 file to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system
[2025-09-30T21:39:51.325Z]
[2025-09-30T21:39:51.325Z] common_build:
[2025-09-30T21:39:51.325Z] [echo] target common_build is called.....
[2025-09-30T21:39:51.325Z]
[2025-09-30T21:39:51.325Z] common_init:
[2025-09-30T21:39:51.325Z]
[2025-09-30T21:39:51.325Z] check_systemtest:
[2025-09-30T21:39:51.325Z] [echo] /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../system/STF does not exist, clone from GitHub
[2025-09-30T21:39:51.325Z]
[2025-09-30T21:39:51.325Z] clone_stf:
[2025-09-30T21:39:51.325Z] [exec] git clone -q https://github.com/adoptium/STF.git
[2025-09-30T21:39:51.695Z] [echo] git rev-parse master
[2025-09-30T21:39:51.695Z] [echo] git checkout -q -f 7534c9296a7effe8499d9c236e0cc12d5bc97826
[2025-09-30T21:39:51.696Z] [exec] Check sha in /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../system/STF and store the info in /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../testenv/testenv.properties
[2025-09-30T21:39:51.696Z] [exec] STF_REPO=https://github.com/adoptium/STF.git
[2025-09-30T21:39:51.696Z] [exec] STF_BRANCH=7534c9296a7effe8499d9c236e0cc12d5bc97826
[2025-09-30T21:39:51.696Z] [echo] /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../system/aqa-systemtest does not exist, clone from GitHub
[2025-09-30T21:39:51.696Z]
[2025-09-30T21:39:51.696Z] clone_systemtest:
[2025-09-30T21:39:52.064Z] [exec] git clone -q https://github.com/adoptium/aqa-systemtest.git
[2025-09-30T21:39:52.853Z] [echo] git rev-parse master
[2025-09-30T21:39:52.853Z] [echo] git checkout -q -f dbae19c80b3664a1a84bb236fbb2a08021008468
[2025-09-30T21:39:53.221Z] [exec] Check sha in /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../system/aqa-systemtest and store the info in /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../testenv/testenv.properties
[2025-09-30T21:39:53.221Z] [exec] AQA_SYSTEMTEST_REPO=https://github.com/adoptium/aqa-systemtest.git
[2025-09-30T21:39:53.221Z] [exec] AQA_SYSTEMTEST_BRANCH=dbae19c80b3664a1a84bb236fbb2a08021008468
[2025-09-30T21:39:53.221Z]
[2025-09-30T21:39:53.221Z] configure_systemtest:
[2025-09-30T21:39:53.221Z] [echo] Executing openjdk.build/build.xml
[2025-09-30T21:39:53.221Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:39:53.221Z]
[2025-09-30T21:39:53.221Z] check-for-ant:
[2025-09-30T21:39:53.221Z]
[2025-09-30T21:39:53.221Z] configure-ant:
[2025-09-30T21:39:53.221Z]
[2025-09-30T21:39:53.221Z] print-ant-location:
[2025-09-30T21:39:53.221Z] [echo] Using ant from /home/jenkins/externalDependency/system_lib/apache-ant/lib/ant-launcher.jar
[2025-09-30T21:39:53.221Z]
[2025-09-30T21:39:53.221Z] print-ant-error:
[2025-09-30T21:39:53.221Z]
[2025-09-30T21:39:53.221Z] check-for-junit:
[2025-09-30T21:39:53.221Z]
[2025-09-30T21:39:53.221Z] configure-junit:
[2025-09-30T21:39:53.221Z]
[2025-09-30T21:39:53.221Z] print-junit-location:
[2025-09-30T21:39:53.221Z] [echo] Using junit from /home/jenkins/externalDependency/system_lib/junit/junit.jar
[2025-09-30T21:39:53.221Z]
[2025-09-30T21:39:53.221Z] print-junit-error:
[2025-09-30T21:39:53.221Z]
[2025-09-30T21:39:53.221Z] check-for-hamcrest-core:
[2025-09-30T21:39:53.221Z]
[2025-09-30T21:39:53.221Z] configure-hamcrest-core:
[2025-09-30T21:39:53.221Z]
[2025-09-30T21:39:53.221Z] print-hamcrest-core-location:
[2025-09-30T21:39:53.221Z] [echo] Using hamcrest-core from /home/jenkins/externalDependency/system_lib/junit/hamcrest-core.jar
[2025-09-30T21:39:53.221Z]
[2025-09-30T21:39:53.221Z] print-hamcrest-core-error:
[2025-09-30T21:39:53.221Z]
[2025-09-30T21:39:53.221Z] check-for-log4j:
[2025-09-30T21:39:53.222Z]
[2025-09-30T21:39:53.222Z] configure-log4j:
[2025-09-30T21:39:53.222Z]
[2025-09-30T21:39:53.222Z] print-log4j-location:
[2025-09-30T21:39:53.222Z] [echo] Using log4j-api from /home/jenkins/externalDependency/system_lib/log4j/log4j-api.jar and log4j-core from /home/jenkins/externalDependency/system_lib/log4j/log4j-core.jar
[2025-09-30T21:39:53.222Z]
[2025-09-30T21:39:53.222Z] print-log4j-error:
[2025-09-30T21:39:53.222Z]
[2025-09-30T21:39:53.222Z] check-for-asm:
[2025-09-30T21:39:53.222Z]
[2025-09-30T21:39:53.222Z] configure-asm:
[2025-09-30T21:39:53.222Z]
[2025-09-30T21:39:53.222Z] print-asm-location:
[2025-09-30T21:39:53.222Z] [echo] Using asm.jar from /home/jenkins/externalDependency/system_lib/asm/asm.jar
[2025-09-30T21:39:53.222Z] [echo] Using asm-commons.jar from /home/jenkins/externalDependency/system_lib/asm/asm-commons.jar
[2025-09-30T21:39:53.222Z]
[2025-09-30T21:39:53.222Z] print-asm-error:
[2025-09-30T21:39:53.222Z]
[2025-09-30T21:39:53.222Z] setup-java-properties:
[2025-09-30T21:39:53.222Z] [echo] java_home is ${java_home}
[2025-09-30T21:39:53.222Z] [echo] java.home is /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre
[2025-09-30T21:39:53.618Z] [echoproperties] #Ant properties
[2025-09-30T21:39:53.618Z] [echoproperties] #Tue Sep 30 21:39:53 UTC 2025
[2025-09-30T21:39:53.618Z] [echoproperties] buildjdk./home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre/classes=
[2025-09-30T21:39:53.618Z] [echoproperties] buildjdk./home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre/lib/charsets.jar=
[2025-09-30T21:39:53.619Z] [echoproperties] buildjdk./home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre/lib/jce.jar=
[2025-09-30T21:39:53.619Z] [echoproperties] buildjdk./home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre/lib/jfr.jar=
[2025-09-30T21:39:53.619Z] [echoproperties] buildjdk./home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre/lib/jsse.jar=
[2025-09-30T21:39:53.619Z] [echoproperties] buildjdk./home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre/lib/rt.jar=
[2025-09-30T21:39:53.619Z] [echoproperties] buildjdk./home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre/lib/sunrsasign.jar=
[2025-09-30T21:39:53.619Z] [echoproperties] buildjdk./lib=
[2025-09-30T21:39:53.619Z] [echoproperties] buildjdk./lib64=
[2025-09-30T21:39:53.619Z] [echoproperties] buildjdk./usr/java/packages/lib/ext=
[2025-09-30T21:39:53.619Z] [echoproperties] buildjdk./usr/lib=
[2025-09-30T21:39:53.619Z] [echoproperties] buildjdk./usr/lib64=
[2025-09-30T21:39:53.619Z] [echoproperties] buildjdk.OpenJDK=64-Bit Server VM (Temurin)(build 25.472-b07, mixed mode)
[2025-09-30T21:39:53.619Z] [echoproperties] buildjdk.Property=settings\:
[2025-09-30T21:39:53.619Z] [echoproperties] buildjdk.awt.toolkit=sun.awt.X11.XToolkit
[2025-09-30T21:39:53.619Z] [echoproperties] buildjdk.file.encoding=UTF-8
[2025-09-30T21:39:53.619Z] [echoproperties] buildjdk.file.encoding.pkg=sun.io
[2025-09-30T21:39:53.619Z] [echoproperties] buildjdk.file.separator=/
[2025-09-30T21:39:53.619Z] [echoproperties] buildjdk.java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
[2025-09-30T21:39:53.619Z] [echoproperties] buildjdk.java.awt.printerjob=sun.print.PSPrinterJob
[2025-09-30T21:39:53.619Z] [echoproperties] buildjdk.java.class.path=.
[2025-09-30T21:39:53.619Z] [echoproperties] buildjdk.java.class.version=52.0
[2025-09-30T21:39:53.619Z] [echoproperties] buildjdk.java.endorsed.dirs=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre/lib/endorsed
[2025-09-30T21:39:53.619Z] [echoproperties] buildjdk.java.ext.dirs=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre/lib/ext
[2025-09-30T21:39:53.620Z] [echoproperties] buildjdk.java.home=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre
[2025-09-30T21:39:53.620Z] [echoproperties] buildjdk.java.io.tmpdir=/tmp
[2025-09-30T21:39:53.620Z] [echoproperties] buildjdk.java.library.path=/usr/java/packages/lib/amd64
[2025-09-30T21:39:53.620Z] [echoproperties] buildjdk.java.runtime.name=OpenJDK Runtime Environment
[2025-09-30T21:39:53.620Z] [echoproperties] buildjdk.java.runtime.version=1.8.0_472-beta-202509302010-b07
[2025-09-30T21:39:53.620Z] [echoproperties] buildjdk.java.specification.maintenance.version=6
[2025-09-30T21:39:53.620Z] [echoproperties] buildjdk.java.specification.name=Java Platform API Specification
[2025-09-30T21:39:53.620Z] [echoproperties] buildjdk.java.specification.vendor=Oracle Corporation
[2025-09-30T21:39:53.620Z] [echoproperties] buildjdk.java.specification.version=1.8
[2025-09-30T21:39:53.620Z] [echoproperties] buildjdk.java.vendor=Temurin
[2025-09-30T21:39:53.620Z] [echoproperties] buildjdk.java.vendor.url=https\://adoptium.net/
[2025-09-30T21:39:53.620Z] [echoproperties] buildjdk.java.vendor.url.bug=https\://github.com/adoptium/adoptium-support/issues
[2025-09-30T21:39:53.620Z] [echoproperties] buildjdk.java.version=1.8.0_472-beta
[2025-09-30T21:39:53.620Z] [echoproperties] buildjdk.java.vm.info=mixed mode
[2025-09-30T21:39:53.620Z] [echoproperties] buildjdk.java.vm.name=OpenJDK 64-Bit Server VM
[2025-09-30T21:39:53.620Z] [echoproperties] buildjdk.java.vm.specification.name=Java Virtual Machine Specification
[2025-09-30T21:39:53.620Z] [echoproperties] buildjdk.java.vm.specification.vendor=Oracle Corporation
[2025-09-30T21:39:53.620Z] [echoproperties] buildjdk.java.vm.specification.version=1.8
[2025-09-30T21:39:53.620Z] [echoproperties] buildjdk.java.vm.vendor=Temurin
[2025-09-30T21:39:53.620Z] [echoproperties] buildjdk.java.vm.version=25.472-b07
[2025-09-30T21:39:53.620Z] [echoproperties] buildjdk.line.separator=\\n
[2025-09-30T21:39:53.620Z] [echoproperties] buildjdk.openjdk=version "1.8.0_472-beta"
[2025-09-30T21:39:53.620Z] [echoproperties] buildjdk.os.arch=amd64
[2025-09-30T21:39:53.620Z] [echoproperties] buildjdk.os.name=Linux
[2025-09-30T21:39:53.621Z] [echoproperties] buildjdk.os.version=4.18.0-240.10.1.el8_3.x86_64
[2025-09-30T21:39:53.621Z] [echoproperties] buildjdk.path.separator=\:
[2025-09-30T21:39:53.621Z] [echoproperties] buildjdk.sun.arch.data.model=64
[2025-09-30T21:39:53.621Z] [echoproperties] buildjdk.sun.boot.class.path=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre/lib/resources.jar
[2025-09-30T21:39:53.621Z] [echoproperties] buildjdk.sun.boot.library.path=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre/lib/amd64
[2025-09-30T21:39:53.621Z] [echoproperties] buildjdk.sun.cpu.endian=little
[2025-09-30T21:39:53.621Z] [echoproperties] buildjdk.sun.cpu.isalist=
[2025-09-30T21:39:53.621Z] [echoproperties] buildjdk.sun.io.unicode.encoding=UnicodeLittle
[2025-09-30T21:39:53.621Z] [echoproperties] buildjdk.sun.java.launcher=SUN_STANDARD
[2025-09-30T21:39:53.621Z] [echoproperties] buildjdk.sun.jnu.encoding=UTF-8
[2025-09-30T21:39:53.621Z] [echoproperties] buildjdk.sun.management.compiler=HotSpot 64-Bit Tiered Compilers
[2025-09-30T21:39:53.621Z] [echoproperties] buildjdk.sun.os.patch.level=unknown
[2025-09-30T21:39:53.621Z] [echoproperties] buildjdk.user.country=US
[2025-09-30T21:39:53.621Z] [echoproperties] buildjdk.user.dir=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.build
[2025-09-30T21:39:53.621Z] [echoproperties] buildjdk.user.home=/home/jenkins
[2025-09-30T21:39:53.621Z] [echoproperties] buildjdk.user.language=en
[2025-09-30T21:39:53.621Z] [echoproperties] buildjdk.user.name=jenkins
[2025-09-30T21:39:53.621Z] [echoproperties] buildjdk.user.timezone=
[2025-09-30T21:39:53.621Z] [delete] Deleting: /tmp/openjdk.java.build.properties.518209412
[2025-09-30T21:39:53.621Z] [echo] DEBUG: Resolved os.name for buildjdk is Linux
[2025-09-30T21:39:53.621Z] [echo] java_platform set to linux_x86-64
[2025-09-30T21:39:53.621Z] [echo] java_java_specification_version set to 1.8
[2025-09-30T21:39:53.621Z] [echo] java_java_vm_vendor set to Temurin
[2025-09-30T21:39:53.621Z] [echo] java_bindir set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre/../bin
[2025-09-30T21:39:53.621Z] [echo] java_compiler set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/bin/javac
[2025-09-30T21:39:53.621Z]
[2025-09-30T21:39:53.621Z] check-for-tools-jar:
[2025-09-30T21:39:53.621Z] [echo] java_java_specification_version is 1.8
[2025-09-30T21:39:53.621Z]
[2025-09-30T21:39:53.621Z] configure-tools-jar:
[2025-09-30T21:39:53.621Z]
[2025-09-30T21:39:53.621Z] print-tools-jar-location:
[2025-09-30T21:39:53.621Z] [echo] Using tools.jar from /home/jenkins/externalDependency/system_lib/tools/tools.jar
[2025-09-30T21:39:53.621Z]
[2025-09-30T21:39:53.622Z] print-tools-jar-error:
[2025-09-30T21:39:53.622Z]
[2025-09-30T21:39:53.622Z] check-for-windows-sysinternals:
[2025-09-30T21:39:53.622Z]
[2025-09-30T21:39:53.622Z] set-download-windows-sysinternals-required:
[2025-09-30T21:39:53.622Z]
[2025-09-30T21:39:53.622Z] configure-windows-sysinternals:
[2025-09-30T21:39:53.622Z]
[2025-09-30T21:39:53.622Z] print-windows-sysinternals-location:
[2025-09-30T21:39:53.622Z]
[2025-09-30T21:39:53.622Z] set-print-windows-sysinternals-error-required:
[2025-09-30T21:39:53.622Z]
[2025-09-30T21:39:53.622Z] really-print-windows-sysinternals-error:
[2025-09-30T21:39:53.622Z]
[2025-09-30T21:39:53.622Z] print-windows-sysinternals-error:
[2025-09-30T21:39:53.622Z]
[2025-09-30T21:39:53.622Z] fail-if-error:
[2025-09-30T21:39:53.622Z]
[2025-09-30T21:39:53.622Z] print-all-prereq-versions:
[2025-09-30T21:39:53.622Z] [echo] Ant version in use : 1.10.2
[2025-09-30T21:39:53.622Z] [echo] log4j version in use : 2.16.0
[2025-09-30T21:39:53.622Z] [echo] ASM version in use : 9.7.1
[2025-09-30T21:39:53.622Z] [echo] junit version in use : 4.12
[2025-09-30T21:39:53.622Z] [echo] hamcrest version in use: 1.3
[2025-09-30T21:39:53.622Z]
[2025-09-30T21:39:53.622Z] configure:
[2025-09-30T21:39:53.622Z]
[2025-09-30T21:39:53.622Z] build-dependencies:
[2025-09-30T21:39:53.622Z] [echo] Executing openjdk.build/build.xml
[2025-09-30T21:39:53.622Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:39:53.622Z]
[2025-09-30T21:39:53.622Z] setup-java-properties:
[2025-09-30T21:39:53.622Z] [echo] java_home is ${java_home}
[2025-09-30T21:39:53.622Z] [echo] java.home is /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre
[2025-09-30T21:39:53.622Z] [echoproperties] #Ant properties
[2025-09-30T21:39:53.622Z] [echoproperties] #Tue Sep 30 21:39:53 UTC 2025
[2025-09-30T21:39:53.622Z] [echoproperties] buildjdk./home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre/classes=
[2025-09-30T21:39:53.622Z] [echoproperties] buildjdk./home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre/lib/charsets.jar=
[2025-09-30T21:39:53.622Z] [echoproperties] buildjdk./home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre/lib/jce.jar=
[2025-09-30T21:39:53.622Z] [echoproperties] buildjdk./home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre/lib/jfr.jar=
[2025-09-30T21:39:53.622Z] [echoproperties] buildjdk./home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre/lib/jsse.jar=
[2025-09-30T21:39:53.622Z] [echoproperties] buildjdk./home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre/lib/rt.jar=
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk./home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre/lib/sunrsasign.jar=
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk./lib=
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk./lib64=
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk./usr/java/packages/lib/ext=
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk./usr/lib=
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk./usr/lib64=
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk.OpenJDK=64-Bit Server VM (Temurin)(build 25.472-b07, mixed mode)
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk.Property=settings\:
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk.awt.toolkit=sun.awt.X11.XToolkit
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk.file.encoding=UTF-8
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk.file.encoding.pkg=sun.io
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk.file.separator=/
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk.java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk.java.awt.printerjob=sun.print.PSPrinterJob
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk.java.class.path=.
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk.java.class.version=52.0
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk.java.endorsed.dirs=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre/lib/endorsed
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk.java.ext.dirs=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre/lib/ext
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk.java.home=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk.java.io.tmpdir=/tmp
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk.java.library.path=/usr/java/packages/lib/amd64
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk.java.runtime.name=OpenJDK Runtime Environment
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk.java.runtime.version=1.8.0_472-beta-202509302010-b07
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk.java.specification.maintenance.version=6
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk.java.specification.name=Java Platform API Specification
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk.java.specification.vendor=Oracle Corporation
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk.java.specification.version=1.8
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk.java.vendor=Temurin
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk.java.vendor.url=https\://adoptium.net/
[2025-09-30T21:39:53.623Z] [echoproperties] buildjdk.java.vendor.url.bug=https\://github.com/adoptium/adoptium-support/issues
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.java.version=1.8.0_472-beta
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.java.vm.info=mixed mode
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.java.vm.name=OpenJDK 64-Bit Server VM
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.java.vm.specification.name=Java Virtual Machine Specification
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.java.vm.specification.vendor=Oracle Corporation
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.java.vm.specification.version=1.8
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.java.vm.vendor=Temurin
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.java.vm.version=25.472-b07
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.line.separator=\\n
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.openjdk=version "1.8.0_472-beta"
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.os.arch=amd64
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.os.name=Linux
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.os.version=4.18.0-240.10.1.el8_3.x86_64
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.path.separator=\:
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.sun.arch.data.model=64
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.sun.boot.class.path=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre/lib/resources.jar
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.sun.boot.library.path=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre/lib/amd64
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.sun.cpu.endian=little
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.sun.cpu.isalist=
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.sun.io.unicode.encoding=UnicodeLittle
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.sun.java.launcher=SUN_STANDARD
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.sun.jnu.encoding=UTF-8
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.sun.management.compiler=HotSpot 64-Bit Tiered Compilers
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.sun.os.patch.level=unknown
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.user.country=US
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.user.dir=/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.build
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.user.home=/home/jenkins
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.user.language=en
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.user.name=jenkins
[2025-09-30T21:39:53.624Z] [echoproperties] buildjdk.user.timezone=
[2025-09-30T21:39:53.624Z] [delete] Deleting: /tmp/openjdk.java.build.properties.241915548
[2025-09-30T21:39:53.624Z] [echo] DEBUG: Resolved os.name for buildjdk is Linux
[2025-09-30T21:39:53.624Z] [echo] java_platform set to linux_x86-64
[2025-09-30T21:39:53.624Z] [echo] java_java_specification_version set to 1.8
[2025-09-30T21:39:53.625Z] [echo] java_java_vm_vendor set to Temurin
[2025-09-30T21:39:53.625Z] [echo] java_bindir set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/jre/../bin
[2025-09-30T21:39:53.625Z] [echo] java_compiler set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/bin/javac
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] check-prereqs:
[2025-09-30T21:39:53.625Z] [echo] Executing openjdk.build/build.xml
[2025-09-30T21:39:53.625Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] check-for-ant:
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] print-ant-location:
[2025-09-30T21:39:53.625Z] [echo] Using ant from /home/jenkins/externalDependency/system_lib/apache-ant/lib/ant-launcher.jar
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] print-ant-error:
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] check-for-junit:
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] print-junit-location:
[2025-09-30T21:39:53.625Z] [echo] Using junit from /home/jenkins/externalDependency/system_lib/junit/junit.jar
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] print-junit-error:
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] check-for-hamcrest-core:
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] print-hamcrest-core-location:
[2025-09-30T21:39:53.625Z] [echo] Using hamcrest-core from /home/jenkins/externalDependency/system_lib/junit/hamcrest-core.jar
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] print-hamcrest-core-error:
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] check-for-log4j:
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] print-log4j-location:
[2025-09-30T21:39:53.625Z] [echo] Using log4j-api from /home/jenkins/externalDependency/system_lib/log4j/log4j-api.jar and log4j-core from /home/jenkins/externalDependency/system_lib/log4j/log4j-core.jar
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] print-log4j-error:
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] check-for-asm:
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] print-asm-location:
[2025-09-30T21:39:53.625Z] [echo] Using asm.jar from /home/jenkins/externalDependency/system_lib/asm/asm.jar
[2025-09-30T21:39:53.625Z] [echo] Using asm-commons.jar from /home/jenkins/externalDependency/system_lib/asm/asm-commons.jar
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] print-asm-error:
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] setup-java-properties:
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] check-for-tools-jar:
[2025-09-30T21:39:53.625Z] [echo] java_java_specification_version is 1.8
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] print-tools-jar-location:
[2025-09-30T21:39:53.625Z] [echo] Using tools.jar from /home/jenkins/externalDependency/system_lib/tools/tools.jar
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] print-tools-jar-error:
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] check-for-windows-sysinternals:
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] print-windows-sysinternals-location:
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] set-print-windows-sysinternals-error-required:
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] really-print-windows-sysinternals-error:
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] print-windows-sysinternals-error:
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] fail-if-error:
[2025-09-30T21:39:53.625Z]
[2025-09-30T21:39:53.625Z] print-all-prereq-versions:
[2025-09-30T21:39:53.626Z] [echo] Ant version in use : 1.10.2
[2025-09-30T21:39:53.626Z] [echo] log4j version in use : 2.16.0
[2025-09-30T21:39:53.626Z] [echo] ASM version in use : 9.7.1
[2025-09-30T21:39:53.626Z] [echo] junit version in use : 4.12
[2025-09-30T21:39:53.626Z] [echo] hamcrest version in use: 1.3
[2025-09-30T21:39:53.626Z]
[2025-09-30T21:39:53.626Z] run-check-prereqs:
[2025-09-30T21:39:53.626Z]
[2025-09-30T21:39:53.626Z] build-dependencies:
[2025-09-30T21:39:53.626Z] [echo] Executing stf.build/build.xml
[2025-09-30T21:39:53.626Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:39:53.626Z]
[2025-09-30T21:39:53.626Z] setup-java-properties:
[2025-09-30T21:39:53.626Z]
[2025-09-30T21:39:53.626Z] check-prereqs:
[2025-09-30T21:39:53.626Z]
[2025-09-30T21:39:53.626Z] build-dependencies:
[2025-09-30T21:39:53.626Z] [echo] Executing stf.core/build.xml
[2025-09-30T21:39:53.626Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:39:53.626Z]
[2025-09-30T21:39:53.626Z] setup-java-properties:
[2025-09-30T21:39:53.626Z]
[2025-09-30T21:39:53.626Z] check-prereqs:
[2025-09-30T21:39:53.626Z]
[2025-09-30T21:39:53.626Z] build-dependencies:
[2025-09-30T21:39:53.626Z]
[2025-09-30T21:39:53.626Z] create-bin-dir:
[2025-09-30T21:39:53.626Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/STF/stf.core/bin
[2025-09-30T21:39:53.626Z]
[2025-09-30T21:39:53.626Z] build-java:
[2025-09-30T21:39:53.626Z] [javac] Compiling 58 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/STF/stf.core/bin
[2025-09-30T21:39:55.468Z] [javac] Compiling 2 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/STF/stf.core/bin
[2025-09-30T21:39:56.266Z]
[2025-09-30T21:39:56.266Z] build-jar:
[2025-09-30T21:39:56.266Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/STF/stf.core/bin/stf.core.jar
[2025-09-30T21:39:56.638Z]
[2025-09-30T21:39:56.638Z] build-archives:
[2025-09-30T21:39:56.638Z]
[2025-09-30T21:39:56.638Z] copy-log4j2-config:
[2025-09-30T21:39:56.638Z] [copy] Copying 1 file to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/STF/stf.core/bin
[2025-09-30T21:39:56.638Z]
[2025-09-30T21:39:56.638Z] build-no-natives:
[2025-09-30T21:39:56.638Z]
[2025-09-30T21:39:56.638Z] build-natives:
[2025-09-30T21:39:56.638Z]
[2025-09-30T21:39:56.638Z] build:
[2025-09-30T21:39:56.638Z] [echo] Executing stf.load/build.xml
[2025-09-30T21:39:56.638Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:39:56.638Z]
[2025-09-30T21:39:56.638Z] setup-java-properties:
[2025-09-30T21:39:56.638Z]
[2025-09-30T21:39:56.638Z] check-prereqs:
[2025-09-30T21:39:56.638Z]
[2025-09-30T21:39:56.638Z] build-dependencies:
[2025-09-30T21:39:56.638Z] [echo] Executing stf.core/build.xml
[2025-09-30T21:39:56.638Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:39:56.638Z]
[2025-09-30T21:39:56.638Z] setup-java-properties:
[2025-09-30T21:39:56.638Z]
[2025-09-30T21:39:56.638Z] check-prereqs:
[2025-09-30T21:39:56.638Z]
[2025-09-30T21:39:56.638Z] build-dependencies:
[2025-09-30T21:39:56.638Z]
[2025-09-30T21:39:56.638Z] create-bin-dir:
[2025-09-30T21:39:56.638Z]
[2025-09-30T21:39:56.638Z] build-java:
[2025-09-30T21:39:56.638Z]
[2025-09-30T21:39:56.638Z] build-jar:
[2025-09-30T21:39:56.638Z]
[2025-09-30T21:39:56.638Z] build-archives:
[2025-09-30T21:39:56.638Z]
[2025-09-30T21:39:56.638Z] copy-log4j2-config:
[2025-09-30T21:39:56.638Z]
[2025-09-30T21:39:56.638Z] build-no-natives:
[2025-09-30T21:39:56.638Z]
[2025-09-30T21:39:56.638Z] build-natives:
[2025-09-30T21:39:56.638Z]
[2025-09-30T21:39:56.638Z] build:
[2025-09-30T21:39:56.638Z]
[2025-09-30T21:39:56.638Z] create-bin-dir:
[2025-09-30T21:39:56.638Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/STF/stf.load/bin
[2025-09-30T21:39:56.638Z]
[2025-09-30T21:39:56.638Z] build-java:
[2025-09-30T21:39:56.638Z] [javac] Compiling 29 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/STF/stf.load/bin
[2025-09-30T21:39:57.951Z] [javac] Note: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/STF/stf.load/src/stf.load/net/adoptopenjdk/blockedexitagent/BlockedExitAgent.java uses or overrides a deprecated API.
[2025-09-30T21:39:57.951Z] [javac] Note: Recompile with -Xlint:deprecation for details.
[2025-09-30T21:39:57.951Z]
[2025-09-30T21:39:57.951Z] build-jar:
[2025-09-30T21:39:57.952Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/STF/stf.load/bin/stf.load.jar
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] build-archives:
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] build-no-natives:
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] build-natives:
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] build:
[2025-09-30T21:39:57.952Z] [echo] Executing stf.samples/build.xml
[2025-09-30T21:39:57.952Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] setup-java-properties:
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] check-prereqs:
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] build-dependencies:
[2025-09-30T21:39:57.952Z] [echo] Executing stf.core/build.xml
[2025-09-30T21:39:57.952Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] setup-java-properties:
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] check-prereqs:
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] build-dependencies:
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] create-bin-dir:
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] build-java:
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] build-jar:
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] build-archives:
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] copy-log4j2-config:
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] build-no-natives:
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] build-natives:
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] build:
[2025-09-30T21:39:57.952Z] [echo] Executing stf.load/build.xml
[2025-09-30T21:39:57.952Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] setup-java-properties:
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] check-prereqs:
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] build-dependencies:
[2025-09-30T21:39:57.952Z] [echo] Executing stf.core/build.xml
[2025-09-30T21:39:57.952Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] setup-java-properties:
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] check-prereqs:
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] build-dependencies:
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] create-bin-dir:
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] build-java:
[2025-09-30T21:39:57.952Z]
[2025-09-30T21:39:57.952Z] build-jar:
[2025-09-30T21:39:58.320Z]
[2025-09-30T21:39:58.320Z] build-archives:
[2025-09-30T21:39:58.320Z]
[2025-09-30T21:39:58.320Z] copy-log4j2-config:
[2025-09-30T21:39:58.320Z]
[2025-09-30T21:39:58.320Z] build-no-natives:
[2025-09-30T21:39:58.320Z]
[2025-09-30T21:39:58.320Z] build-natives:
[2025-09-30T21:39:58.320Z]
[2025-09-30T21:39:58.320Z] build:
[2025-09-30T21:39:58.320Z]
[2025-09-30T21:39:58.320Z] create-bin-dir:
[2025-09-30T21:39:58.320Z]
[2025-09-30T21:39:58.320Z] build-java:
[2025-09-30T21:39:58.320Z]
[2025-09-30T21:39:58.320Z] build-jar:
[2025-09-30T21:39:58.320Z]
[2025-09-30T21:39:58.320Z] build-archives:
[2025-09-30T21:39:58.320Z]
[2025-09-30T21:39:58.320Z] build-no-natives:
[2025-09-30T21:39:58.320Z]
[2025-09-30T21:39:58.320Z] build-natives:
[2025-09-30T21:39:58.320Z]
[2025-09-30T21:39:58.320Z] build:
[2025-09-30T21:39:58.320Z]
[2025-09-30T21:39:58.321Z] create-bin-dir:
[2025-09-30T21:39:58.321Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/STF/stf.samples/bin
[2025-09-30T21:39:58.321Z]
[2025-09-30T21:39:58.321Z] build-java:
[2025-09-30T21:39:58.321Z] [javac] Compiling 24 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/STF/stf.samples/bin
[2025-09-30T21:39:59.112Z]
[2025-09-30T21:39:59.112Z] build-jar:
[2025-09-30T21:39:59.112Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/STF/stf.samples/bin/stf.samples.jar
[2025-09-30T21:39:59.112Z]
[2025-09-30T21:39:59.112Z] build-archives:
[2025-09-30T21:39:59.112Z]
[2025-09-30T21:39:59.112Z] build-no-natives:
[2025-09-30T21:39:59.112Z]
[2025-09-30T21:39:59.112Z] build-natives:
[2025-09-30T21:39:59.112Z]
[2025-09-30T21:39:59.112Z] build:
[2025-09-30T21:39:59.112Z]
[2025-09-30T21:39:59.112Z] build:
[2025-09-30T21:39:59.112Z] [echo] Executing openjdk.test.concurrent/build.xml
[2025-09-30T21:39:59.112Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:39:59.112Z]
[2025-09-30T21:39:59.112Z] setup-java-properties:
[2025-09-30T21:39:59.112Z]
[2025-09-30T21:39:59.112Z] check-prereqs:
[2025-09-30T21:39:59.112Z]
[2025-09-30T21:39:59.112Z] build-dependencies:
[2025-09-30T21:39:59.112Z]
[2025-09-30T21:39:59.112Z] create-bin-dir:
[2025-09-30T21:39:59.113Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.concurrent/bin
[2025-09-30T21:39:59.113Z]
[2025-09-30T21:39:59.113Z] build-java:
[2025-09-30T21:39:59.113Z] [javac] Compiling 36 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.concurrent/bin
[2025-09-30T21:40:00.955Z]
[2025-09-30T21:40:00.955Z] build-jar:
[2025-09-30T21:40:00.955Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.concurrent/bin/test.concurrent.jar
[2025-09-30T21:40:00.955Z]
[2025-09-30T21:40:00.955Z] build-archives:
[2025-09-30T21:40:00.955Z]
[2025-09-30T21:40:00.955Z] build-no-natives:
[2025-09-30T21:40:00.955Z]
[2025-09-30T21:40:00.956Z] build-natives:
[2025-09-30T21:40:00.956Z]
[2025-09-30T21:40:00.956Z] build:
[2025-09-30T21:40:00.956Z] [echo] Executing openjdk.test.classloading/build.xml
[2025-09-30T21:40:00.956Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:40:00.956Z]
[2025-09-30T21:40:00.956Z] setup-java-properties:
[2025-09-30T21:40:00.956Z]
[2025-09-30T21:40:00.956Z] check-prereqs:
[2025-09-30T21:40:00.956Z]
[2025-09-30T21:40:00.956Z] build-dependencies:
[2025-09-30T21:40:00.956Z]
[2025-09-30T21:40:00.956Z] create-bin-dir:
[2025-09-30T21:40:00.956Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.classloading/bin
[2025-09-30T21:40:00.956Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.classloading/bin_notonclasspath/url1
[2025-09-30T21:40:00.956Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.classloading/bin_notonclasspath/url2
[2025-09-30T21:40:00.956Z]
[2025-09-30T21:40:00.956Z] build-java:
[2025-09-30T21:40:00.956Z] [javac] Compiling 5 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.classloading/bin
[2025-09-30T21:40:01.750Z] [javac] Compiling 4 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.classloading/bin_notonclasspath/url1
[2025-09-30T21:40:02.541Z] [javac] Compiling 4 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.classloading/bin_notonclasspath/url2
[2025-09-30T21:40:02.919Z] [delete] Deleting /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.classloading/bin_notonclasspath/url1/net/adoptopenjdk/test/classloading/deadlock/package2/CL2_B.class
[2025-09-30T21:40:02.919Z] [delete] Deleting /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.classloading/bin_notonclasspath/url1/net/adoptopenjdk/test/classloading/deadlock/package2/CL2_C.class
[2025-09-30T21:40:02.919Z] [delete] Deleting directory /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.classloading/bin_notonclasspath/url1/net/adoptopenjdk/test/classloading/deadlock/package2
[2025-09-30T21:40:02.919Z] [delete] Deleting directory /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.classloading/bin_notonclasspath/url2/net/adoptopenjdk/test/classloading/deadlock/package1
[2025-09-30T21:40:02.919Z]
[2025-09-30T21:40:02.919Z] build-jar:
[2025-09-30T21:40:02.919Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.classloading/bin/test.classloading.jar
[2025-09-30T21:40:02.919Z]
[2025-09-30T21:40:02.919Z] build-archives:
[2025-09-30T21:40:02.919Z]
[2025-09-30T21:40:02.920Z] build-no-natives:
[2025-09-30T21:40:02.920Z]
[2025-09-30T21:40:02.920Z] build-natives:
[2025-09-30T21:40:02.920Z]
[2025-09-30T21:40:02.920Z] copy-dict-file:
[2025-09-30T21:40:02.920Z] [copy] Copying 1 file to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.classloading/bin/net/adoptopenjdk/test/classloading
[2025-09-30T21:40:02.920Z]
[2025-09-30T21:40:02.920Z] build:
[2025-09-30T21:40:02.920Z] [echo] Executing openjdk.test.debugging/build.xml
[2025-09-30T21:40:02.920Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:40:02.920Z]
[2025-09-30T21:40:02.920Z] setup-java-properties:
[2025-09-30T21:40:02.920Z]
[2025-09-30T21:40:02.920Z] check-prereqs:
[2025-09-30T21:40:02.920Z]
[2025-09-30T21:40:02.920Z] build-dependencies:
[2025-09-30T21:40:02.920Z]
[2025-09-30T21:40:02.920Z] create-bin-dir:
[2025-09-30T21:40:02.920Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.debugging/bin
[2025-09-30T21:40:02.920Z]
[2025-09-30T21:40:02.920Z] build-java-8:
[2025-09-30T21:40:02.920Z] [javac] Compiling 16 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.debugging/bin
[2025-09-30T21:40:03.723Z]
[2025-09-30T21:40:03.723Z] build-java-11-25plus:
[2025-09-30T21:40:03.723Z]
[2025-09-30T21:40:03.723Z] build-java-17-24:
[2025-09-30T21:40:03.723Z]
[2025-09-30T21:40:03.723Z] build-java:
[2025-09-30T21:40:03.723Z]
[2025-09-30T21:40:03.723Z] build-jdi-jar:
[2025-09-30T21:40:03.723Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.debugging/bin/JdiTests.jar
[2025-09-30T21:40:03.723Z]
[2025-09-30T21:40:03.723Z] build-hcr-jar:
[2025-09-30T21:40:03.723Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.debugging/bin/StringModifierAgent.jar
[2025-09-30T21:40:03.723Z]
[2025-09-30T21:40:03.723Z] build-jars:
[2025-09-30T21:40:03.723Z]
[2025-09-30T21:40:03.723Z] build-archives:
[2025-09-30T21:40:03.723Z]
[2025-09-30T21:40:03.723Z] build-no-natives:
[2025-09-30T21:40:03.723Z]
[2025-09-30T21:40:03.723Z] build-natives:
[2025-09-30T21:40:03.723Z]
[2025-09-30T21:40:03.723Z] build:
[2025-09-30T21:40:03.723Z] [echo] Executing openjdk.test.gc/build.xml
[2025-09-30T21:40:04.094Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:40:04.094Z]
[2025-09-30T21:40:04.094Z] setup-java-properties:
[2025-09-30T21:40:04.094Z]
[2025-09-30T21:40:04.094Z] check-prereqs:
[2025-09-30T21:40:04.094Z]
[2025-09-30T21:40:04.094Z] build-dependencies:
[2025-09-30T21:40:04.094Z]
[2025-09-30T21:40:04.094Z] create-bin-dir:
[2025-09-30T21:40:04.094Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.gc/bin
[2025-09-30T21:40:04.094Z]
[2025-09-30T21:40:04.094Z] build-java:
[2025-09-30T21:40:04.094Z] [javac] Compiling 5 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.gc/bin
[2025-09-30T21:40:04.464Z]
[2025-09-30T21:40:04.464Z] build-jar:
[2025-09-30T21:40:04.464Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.gc/bin/test.gc.jar
[2025-09-30T21:40:04.464Z]
[2025-09-30T21:40:04.464Z] build-archives:
[2025-09-30T21:40:04.464Z]
[2025-09-30T21:40:04.464Z] build-no-natives:
[2025-09-30T21:40:04.464Z]
[2025-09-30T21:40:04.464Z] build-natives:
[2025-09-30T21:40:04.464Z]
[2025-09-30T21:40:04.464Z] build:
[2025-09-30T21:40:04.464Z] [echo] Executing openjdk.test.jck/build.xml
[2025-09-30T21:40:04.464Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:40:04.464Z]
[2025-09-30T21:40:04.464Z] setup-java-properties:
[2025-09-30T21:40:04.464Z]
[2025-09-30T21:40:04.464Z] check-prereqs:
[2025-09-30T21:40:04.464Z]
[2025-09-30T21:40:04.464Z] build-dependencies:
[2025-09-30T21:40:04.464Z]
[2025-09-30T21:40:04.464Z] create-bin-dir:
[2025-09-30T21:40:04.464Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.jck/bin
[2025-09-30T21:40:04.464Z]
[2025-09-30T21:40:04.464Z] build-java:
[2025-09-30T21:40:04.464Z] [javac] Compiling 2 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.jck/bin
[2025-09-30T21:40:05.790Z]
[2025-09-30T21:40:05.790Z] build-jar:
[2025-09-30T21:40:05.790Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.jck/bin/test.jck.jar
[2025-09-30T21:40:05.790Z]
[2025-09-30T21:40:05.790Z] build-archives:
[2025-09-30T21:40:05.790Z]
[2025-09-30T21:40:05.790Z] build-no-natives:
[2025-09-30T21:40:05.790Z]
[2025-09-30T21:40:05.790Z] setup-native-build-command:
[2025-09-30T21:40:05.790Z] [echo] building natives for java_platform linux_x86-64
[2025-09-30T21:40:05.790Z]
[2025-09-30T21:40:05.790Z] build-natives-windows:
[2025-09-30T21:40:05.790Z]
[2025-09-30T21:40:05.790Z] build-natives-unix:
[2025-09-30T21:40:05.790Z]
[2025-09-30T21:40:05.790Z] build-natives:
[2025-09-30T21:40:05.790Z]
[2025-09-30T21:40:05.790Z] build:
[2025-09-30T21:40:05.790Z] [echo] Executing openjdk.test.lambdasAndStreams/build.xml
[2025-09-30T21:40:05.790Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:40:05.790Z]
[2025-09-30T21:40:05.790Z] setup-java-properties:
[2025-09-30T21:40:05.790Z]
[2025-09-30T21:40:05.790Z] check-prereqs:
[2025-09-30T21:40:05.790Z]
[2025-09-30T21:40:05.790Z] build-dependencies:
[2025-09-30T21:40:05.790Z]
[2025-09-30T21:40:05.790Z] create-bin-dir:
[2025-09-30T21:40:05.790Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.lambdasAndStreams/bin
[2025-09-30T21:40:05.790Z]
[2025-09-30T21:40:05.790Z] build-java:
[2025-09-30T21:40:05.790Z] [javac] Compiling 23 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.lambdasAndStreams/bin
[2025-09-30T21:40:07.646Z] [copy] Copying 4 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.lambdasAndStreams/bin/net/adoptopenjdk/test/lambda/LamFiles
[2025-09-30T21:40:07.646Z]
[2025-09-30T21:40:07.646Z] build-jar:
[2025-09-30T21:40:07.646Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.lambdasAndStreams/bin/test.lambda.jar
[2025-09-30T21:40:07.646Z]
[2025-09-30T21:40:07.646Z] build-archives:
[2025-09-30T21:40:07.646Z]
[2025-09-30T21:40:07.646Z] build-no-natives:
[2025-09-30T21:40:07.646Z]
[2025-09-30T21:40:07.646Z] build-natives:
[2025-09-30T21:40:07.646Z]
[2025-09-30T21:40:07.646Z] build:
[2025-09-30T21:40:07.646Z] [echo] Executing openjdk.test.lang/build.xml
[2025-09-30T21:40:07.646Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:40:07.646Z]
[2025-09-30T21:40:07.646Z] setup-java-properties:
[2025-09-30T21:40:07.646Z]
[2025-09-30T21:40:07.646Z] check-prereqs:
[2025-09-30T21:40:07.646Z]
[2025-09-30T21:40:07.646Z] build-dependencies:
[2025-09-30T21:40:07.646Z]
[2025-09-30T21:40:07.646Z] create-bin-dir:
[2025-09-30T21:40:07.646Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.lang/bin
[2025-09-30T21:40:07.646Z]
[2025-09-30T21:40:07.646Z] build-java:
[2025-09-30T21:40:07.646Z] [javac] Compiling 29 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.lang/bin
[2025-09-30T21:40:09.479Z]
[2025-09-30T21:40:09.479Z] build-jar:
[2025-09-30T21:40:09.479Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.lang/bin/test.lang.jar
[2025-09-30T21:40:09.479Z]
[2025-09-30T21:40:09.479Z] build-archives:
[2025-09-30T21:40:09.479Z]
[2025-09-30T21:40:09.479Z] build-no-natives:
[2025-09-30T21:40:09.479Z]
[2025-09-30T21:40:09.479Z] build-natives:
[2025-09-30T21:40:09.479Z]
[2025-09-30T21:40:09.479Z] build:
[2025-09-30T21:40:09.479Z] [echo] Executing openjdk.test.load/build.xml
[2025-09-30T21:40:09.479Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:40:09.479Z]
[2025-09-30T21:40:09.479Z] setup-java-properties:
[2025-09-30T21:40:09.479Z]
[2025-09-30T21:40:09.479Z] check-prereqs:
[2025-09-30T21:40:09.479Z]
[2025-09-30T21:40:09.479Z] build-dependencies:
[2025-09-30T21:40:09.479Z]
[2025-09-30T21:40:09.479Z] create-bin-dir:
[2025-09-30T21:40:09.479Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.load/bin
[2025-09-30T21:40:09.479Z]
[2025-09-30T21:40:09.479Z] build-java:
[2025-09-30T21:40:09.479Z] [javac] Compiling 17 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.load/bin
[2025-09-30T21:40:10.284Z]
[2025-09-30T21:40:10.284Z] build-jar:
[2025-09-30T21:40:10.284Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.load/bin/test.load.jar
[2025-09-30T21:40:10.284Z]
[2025-09-30T21:40:10.284Z] build-archives:
[2025-09-30T21:40:10.284Z]
[2025-09-30T21:40:10.284Z] build-no-natives:
[2025-09-30T21:40:10.284Z]
[2025-09-30T21:40:10.284Z] build-natives:
[2025-09-30T21:40:10.284Z]
[2025-09-30T21:40:10.284Z] build:
[2025-09-30T21:40:10.284Z] [echo] Executing openjdk.test.locking/build.xml
[2025-09-30T21:40:10.285Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:40:10.285Z]
[2025-09-30T21:40:10.285Z] setup-java-properties:
[2025-09-30T21:40:10.285Z]
[2025-09-30T21:40:10.285Z] check-prereqs:
[2025-09-30T21:40:10.285Z]
[2025-09-30T21:40:10.285Z] build-dependencies:
[2025-09-30T21:40:10.285Z]
[2025-09-30T21:40:10.285Z] create-bin-dir:
[2025-09-30T21:40:10.285Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.locking/bin
[2025-09-30T21:40:10.285Z]
[2025-09-30T21:40:10.285Z] build-java:
[2025-09-30T21:40:10.285Z] [javac] Compiling 3 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.locking/bin
[2025-09-30T21:40:10.654Z]
[2025-09-30T21:40:10.654Z] build-jar:
[2025-09-30T21:40:10.654Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.locking/bin/test.locking.jar
[2025-09-30T21:40:10.654Z]
[2025-09-30T21:40:10.654Z] build-archives:
[2025-09-30T21:40:10.654Z]
[2025-09-30T21:40:10.654Z] build-no-natives:
[2025-09-30T21:40:10.654Z]
[2025-09-30T21:40:10.654Z] build-natives:
[2025-09-30T21:40:10.654Z]
[2025-09-30T21:40:10.654Z] build:
[2025-09-30T21:40:10.655Z] [echo] Executing openjdk.test.math/build.xml
[2025-09-30T21:40:10.655Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:40:11.025Z]
[2025-09-30T21:40:11.025Z] setup-java-properties:
[2025-09-30T21:40:11.025Z]
[2025-09-30T21:40:11.025Z] check-prereqs:
[2025-09-30T21:40:11.025Z]
[2025-09-30T21:40:11.025Z] build-dependencies:
[2025-09-30T21:40:11.025Z]
[2025-09-30T21:40:11.025Z] create-bin-dir:
[2025-09-30T21:40:11.025Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.math/bin
[2025-09-30T21:40:11.025Z]
[2025-09-30T21:40:11.025Z] build-java:
[2025-09-30T21:40:11.025Z] [javac] Compiling 71 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.math/bin
[2025-09-30T21:40:22.421Z]
[2025-09-30T21:40:22.421Z] build-jar:
[2025-09-30T21:40:22.421Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.math/bin/test.math.jar
[2025-09-30T21:40:22.790Z]
[2025-09-30T21:40:22.790Z] build-archives:
[2025-09-30T21:40:22.790Z]
[2025-09-30T21:40:22.790Z] build-no-natives:
[2025-09-30T21:40:22.790Z]
[2025-09-30T21:40:22.790Z] build-natives:
[2025-09-30T21:40:22.790Z]
[2025-09-30T21:40:22.790Z] build:
[2025-09-30T21:40:22.790Z] [echo] Executing openjdk.test.mauve/build.xml
[2025-09-30T21:40:22.790Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:40:22.790Z]
[2025-09-30T21:40:22.790Z] check-if-already-built:
[2025-09-30T21:40:22.790Z] [echo] Checking if /home/jenkins/externalDependency/system_lib/mauve/mauve.jar already exists
[2025-09-30T21:40:22.790Z] [echo] openjdk_test_mauve_already_built is true
[2025-09-30T21:40:22.790Z]
[2025-09-30T21:40:22.790Z] check-if-cvs-available:
[2025-09-30T21:40:22.790Z] [echo] Checking if /home/jenkins/externalDependency/system_lib/cvsclient/org-netbeans-lib-cvsclient.jar exists
[2025-09-30T21:40:22.790Z] [echo] cvs_available is true
[2025-09-30T21:40:22.790Z]
[2025-09-30T21:40:22.790Z] download-cvsclient:
[2025-09-30T21:40:22.790Z]
[2025-09-30T21:40:22.790Z] output-recreate-message:
[2025-09-30T21:40:22.790Z] [echo] /home/jenkins/externalDependency/system_lib/mauve/mauve.jar already exists, it will not be recreated.
[2025-09-30T21:40:22.790Z] [echo] If you want to recreate /home/jenkins/externalDependency/system_lib/mauve/mauve.jar, delete it manually and rerun.
[2025-09-30T21:40:22.790Z]
[2025-09-30T21:40:22.790Z] delete-work-dir:
[2025-09-30T21:40:22.790Z]
[2025-09-30T21:40:22.790Z] create-work-dir:
[2025-09-30T21:40:22.790Z]
[2025-09-30T21:40:22.790Z] get-source:
[2025-09-30T21:40:22.790Z]
[2025-09-30T21:40:22.791Z] check-if-source-available:
[2025-09-30T21:40:22.791Z] [echo] Checking if /tmp/mauve/mauve/gnu/testlet/config.java.in exists
[2025-09-30T21:40:22.791Z] [echo] mauve_source_available is ${mauve_source_available}
[2025-09-30T21:40:22.791Z]
[2025-09-30T21:40:22.791Z] delete-corba-files:
[2025-09-30T21:40:22.791Z]
[2025-09-30T21:40:22.791Z] mauve-configure:
[2025-09-30T21:40:22.791Z]
[2025-09-30T21:40:22.791Z] setup-java-properties:
[2025-09-30T21:40:22.791Z]
[2025-09-30T21:40:22.791Z] build-harness:
[2025-09-30T21:40:22.791Z]
[2025-09-30T21:40:22.791Z] build-tests:
[2025-09-30T21:40:22.791Z]
[2025-09-30T21:40:22.791Z] build-java:
[2025-09-30T21:40:22.791Z]
[2025-09-30T21:40:22.791Z] build-jar:
[2025-09-30T21:40:22.791Z]
[2025-09-30T21:40:22.791Z] build-archives:
[2025-09-30T21:40:22.791Z]
[2025-09-30T21:40:22.791Z] check-if-work_jar_file-exists:
[2025-09-30T21:40:22.791Z] [echo] Checking if /tmp/mauve/mauve.jar exists
[2025-09-30T21:40:22.791Z] [echo] openjdk_test_mauve_work_jar_file_exists is ${openjdk_test_mauve_work_jar_file_exists}
[2025-09-30T21:40:22.791Z]
[2025-09-30T21:40:22.791Z] install-archives:
[2025-09-30T21:40:22.791Z]
[2025-09-30T21:40:22.791Z] configure:
[2025-09-30T21:40:22.791Z] [echo] Executing openjdk.test.nio/build.xml
[2025-09-30T21:40:22.791Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:40:22.791Z]
[2025-09-30T21:40:22.791Z] setup-java-properties:
[2025-09-30T21:40:22.791Z]
[2025-09-30T21:40:22.791Z] check-prereqs:
[2025-09-30T21:40:22.791Z]
[2025-09-30T21:40:22.791Z] build-dependencies:
[2025-09-30T21:40:22.791Z]
[2025-09-30T21:40:22.791Z] create-bin-dir:
[2025-09-30T21:40:22.791Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.nio/bin
[2025-09-30T21:40:22.791Z]
[2025-09-30T21:40:22.791Z] check-java-nio-filesystem:
[2025-09-30T21:40:22.791Z] [echo] check-java-nio-filesystem result: ${java_nio_filesystem_is_uptodate}
[2025-09-30T21:40:22.791Z]
[2025-09-30T21:40:22.791Z] copy-resources:
[2025-09-30T21:40:22.791Z] [copy] Copying 4 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.nio/bin
[2025-09-30T21:40:22.791Z] [copy] Copied 15 empty directories to 8 empty directories under /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.nio/bin
[2025-09-30T21:40:22.792Z]
[2025-09-30T21:40:22.792Z] build-java-nio-filesystem:
[2025-09-30T21:40:22.792Z] [echo] Cleaning up net/adoptopenjdk/test/nio2/perl/filesystems/ of any previous Impl classes
[2025-09-30T21:40:22.792Z] [echo] Generating MemoryFileSystemProviderImpl classes
[2025-09-30T21:40:23.173Z] [exec] Updated services file: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.nio/src/test.nio/net/adoptopenjdk/test/nio2/perl/filesystems/../../META-INF/services/java.nio.file.spi.FileSystemProvider
[2025-09-30T21:40:23.173Z] [exec] Done
[2025-09-30T21:40:23.173Z] [javac] /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.nio/build.xml:104: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[2025-09-30T21:40:23.174Z] [javac] Compiling 1005 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.nio/bin
[2025-09-30T21:40:25.638Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.nio/bin/META-INF
[2025-09-30T21:40:25.638Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.nio/bin/META-INF/services
[2025-09-30T21:40:25.638Z] [copy] Copying 1 file to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.nio/bin/META-INF/services
[2025-09-30T21:40:25.638Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.nio/bin/lib/filesystem.jar
[2025-09-30T21:40:25.639Z] [echo] Cleaning up net/adoptopenjdk/test/nio2/filesystem/ of Impl classes
[2025-09-30T21:40:25.639Z]
[2025-09-30T21:40:25.639Z] build-java:
[2025-09-30T21:40:25.639Z] [javac] Compiling 47 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.nio/bin
[2025-09-30T21:40:27.493Z]
[2025-09-30T21:40:27.493Z] build-jar:
[2025-09-30T21:40:27.493Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.nio/bin/test.nio.jar
[2025-09-30T21:40:27.493Z]
[2025-09-30T21:40:27.493Z] build-archives:
[2025-09-30T21:40:27.493Z]
[2025-09-30T21:40:27.493Z] build-no-natives:
[2025-09-30T21:40:27.493Z]
[2025-09-30T21:40:27.493Z] build-natives:
[2025-09-30T21:40:27.493Z]
[2025-09-30T21:40:27.493Z] build:
[2025-09-30T21:40:27.493Z] [echo] Executing openjdk.test.serialization/build.xml
[2025-09-30T21:40:27.493Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:40:27.493Z]
[2025-09-30T21:40:27.493Z] setup-java-properties:
[2025-09-30T21:40:27.493Z]
[2025-09-30T21:40:27.493Z] check-prereqs:
[2025-09-30T21:40:27.493Z]
[2025-09-30T21:40:27.493Z] build-dependencies:
[2025-09-30T21:40:27.493Z]
[2025-09-30T21:40:27.493Z] create-bin-dir:
[2025-09-30T21:40:27.493Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.serialization/bin
[2025-09-30T21:40:27.493Z]
[2025-09-30T21:40:27.493Z] build-java:
[2025-09-30T21:40:27.493Z] [javac] Compiling 2 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.serialization/bin
[2025-09-30T21:40:27.865Z]
[2025-09-30T21:40:27.865Z] build-jar:
[2025-09-30T21:40:27.865Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.serialization/bin/test.serialization.jar
[2025-09-30T21:40:27.865Z]
[2025-09-30T21:40:27.865Z] build-archives:
[2025-09-30T21:40:27.865Z]
[2025-09-30T21:40:27.865Z] build-no-natives:
[2025-09-30T21:40:27.865Z]
[2025-09-30T21:40:27.865Z] build-natives:
[2025-09-30T21:40:27.865Z]
[2025-09-30T21:40:27.865Z] build:
[2025-09-30T21:40:27.865Z] [echo] Executing openjdk.test.security/build.xml
[2025-09-30T21:40:27.866Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:40:27.866Z]
[2025-09-30T21:40:27.866Z] setup-java-properties:
[2025-09-30T21:40:27.866Z]
[2025-09-30T21:40:27.866Z] check-prereqs:
[2025-09-30T21:40:27.866Z]
[2025-09-30T21:40:27.866Z] build-dependencies:
[2025-09-30T21:40:27.866Z]
[2025-09-30T21:40:27.866Z] create-bin-dir:
[2025-09-30T21:40:27.866Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.security/bin
[2025-09-30T21:40:27.866Z]
[2025-09-30T21:40:27.866Z] build-java:
[2025-09-30T21:40:27.866Z] [javac] Compiling 6 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.security/bin
[2025-09-30T21:40:28.667Z]
[2025-09-30T21:40:28.667Z] build-jar:
[2025-09-30T21:40:28.667Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.security/bin/test.security.jar
[2025-09-30T21:40:28.667Z]
[2025-09-30T21:40:28.667Z] build-archives:
[2025-09-30T21:40:28.667Z]
[2025-09-30T21:40:28.667Z] build-no-natives:
[2025-09-30T21:40:28.667Z]
[2025-09-30T21:40:28.667Z] build-natives:
[2025-09-30T21:40:28.667Z]
[2025-09-30T21:40:28.667Z] build:
[2025-09-30T21:40:28.667Z] [echo] Executing openjdk.test.util/build.xml
[2025-09-30T21:40:28.667Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:40:28.667Z]
[2025-09-30T21:40:28.667Z] setup-java-properties:
[2025-09-30T21:40:28.667Z]
[2025-09-30T21:40:28.667Z] check-prereqs:
[2025-09-30T21:40:28.667Z]
[2025-09-30T21:40:28.667Z] build-dependencies:
[2025-09-30T21:40:28.667Z]
[2025-09-30T21:40:28.667Z] create-bin-dir:
[2025-09-30T21:40:28.667Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.util/bin
[2025-09-30T21:40:28.667Z]
[2025-09-30T21:40:28.667Z] build-java:
[2025-09-30T21:40:28.667Z] [javac] Compiling 16 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.util/bin
[2025-09-30T21:40:29.468Z]
[2025-09-30T21:40:29.469Z] build-jar:
[2025-09-30T21:40:29.469Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.util/bin/test.util.jar
[2025-09-30T21:40:29.469Z]
[2025-09-30T21:40:29.469Z] build-archives:
[2025-09-30T21:40:29.469Z]
[2025-09-30T21:40:29.469Z] build-no-natives:
[2025-09-30T21:40:29.469Z]
[2025-09-30T21:40:29.469Z] build-natives:
[2025-09-30T21:40:29.469Z]
[2025-09-30T21:40:29.469Z] build:
[2025-09-30T21:40:29.469Z] [echo] Executing openjdk.test.jlm/build.xml
[2025-09-30T21:40:29.469Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:40:29.469Z]
[2025-09-30T21:40:29.469Z] setup-java-properties:
[2025-09-30T21:40:29.469Z]
[2025-09-30T21:40:29.469Z] check-prereqs:
[2025-09-30T21:40:29.469Z]
[2025-09-30T21:40:29.469Z] create-bin-dir:
[2025-09-30T21:40:29.469Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.jlm/bin
[2025-09-30T21:40:29.469Z]
[2025-09-30T21:40:29.469Z] build-java:
[2025-09-30T21:40:29.469Z] [javac] Compiling 33 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.jlm/bin
[2025-09-30T21:40:31.314Z]
[2025-09-30T21:40:31.314Z] build-jar:
[2025-09-30T21:40:31.314Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.jlm/bin/test.jlm.jar
[2025-09-30T21:40:31.314Z]
[2025-09-30T21:40:31.314Z] build-archives:
[2025-09-30T21:40:31.314Z]
[2025-09-30T21:40:31.314Z] build-no-natives:
[2025-09-30T21:40:31.314Z]
[2025-09-30T21:40:31.314Z] build-natives:
[2025-09-30T21:40:31.314Z]
[2025-09-30T21:40:31.314Z] build:
[2025-09-30T21:40:31.314Z] [echo] system_lib_dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:40:31.315Z]
[2025-09-30T21:40:31.315Z] setup-java-properties:
[2025-09-30T21:40:31.315Z]
[2025-09-30T21:40:31.315Z] check-prereqs:
[2025-09-30T21:40:31.315Z]
[2025-09-30T21:40:31.315Z] check-compiler-level:
[2025-09-30T21:40:31.315Z] [echo] java_java_specification_version is 1.8
[2025-09-30T21:40:31.315Z] [echo] can_build_modularity is false
[2025-09-30T21:40:31.315Z] [echo] can_build_modularity_natives_unix is ${can_build_modularity_natives_unix}
[2025-09-30T21:40:31.315Z] [echo] can_build_modularity_natives_windows is ${can_build_modularity_natives_windows}
[2025-09-30T21:40:31.315Z]
[2025-09-30T21:40:31.315Z] create-bin-dir:
[2025-09-30T21:40:31.315Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.modularity/bin
[2025-09-30T21:40:31.315Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.modularity/bin/common-mods
[2025-09-30T21:40:31.315Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.modularity/bin/common-override
[2025-09-30T21:40:31.315Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.modularity/bin/common-override-new
[2025-09-30T21:40:31.315Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.modularity/bin/tests
[2025-09-30T21:40:31.315Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.modularity/bin/common
[2025-09-30T21:40:31.315Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.modularity/bin/common/displayServiceImpl3
[2025-09-30T21:40:31.315Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest/openjdk.test.modularity/bin/common/displayServiceImpl4
[2025-09-30T21:40:31.315Z]
[2025-09-30T21:40:31.315Z] build-java:
[2025-09-30T21:40:31.315Z]
[2025-09-30T21:40:31.315Z] build-no-natives:
[2025-09-30T21:40:31.315Z]
[2025-09-30T21:40:31.315Z] build:
[2025-09-30T21:40:31.315Z]
[2025-09-30T21:40:31.315Z] build:
[2025-09-30T21:40:31.315Z]
[2025-09-30T21:40:31.315Z] common_dist:
[2025-09-30T21:40:31.316Z] [copy] Copying 341 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system/STF
[2025-09-30T21:40:31.316Z] [copy] Copying 1192 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system/aqa-systemtest
[2025-09-30T21:40:31.687Z] [copy] Copied 496 empty directories to 8 empty directories under /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system/aqa-systemtest
[2025-09-30T21:40:31.687Z] [copy] Warning: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/openj9-systemtest does not exist.
[2025-09-30T21:40:31.687Z]
[2025-09-30T21:40:31.687Z] build:
[2025-09-30T21:40:31.687Z]
[2025-09-30T21:40:31.687Z] build:
[2025-09-30T21:40:31.687Z]
[2025-09-30T21:40:31.687Z] THC.check:
[2025-09-30T21:40:31.687Z]
[2025-09-30T21:40:31.687Z] getChurn:
[2025-09-30T21:40:31.687Z] [exec] Cloning into 'churn'...
[2025-09-30T21:40:32.059Z]
[2025-09-30T21:40:32.059Z] dist:
[2025-09-30T21:40:32.059Z] [copy] Copying 1 file to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system/churn
[2025-09-30T21:40:32.059Z]
[2025-09-30T21:40:32.059Z] init:
[2025-09-30T21:40:32.059Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system/daaLoadTest
[2025-09-30T21:40:32.059Z]
[2025-09-30T21:40:32.059Z] common_build:
[2025-09-30T21:40:32.059Z]
[2025-09-30T21:40:32.059Z] build:
[2025-09-30T21:40:32.059Z] [copy] Copying 2 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system/daaLoadTest
[2025-09-30T21:40:32.059Z]
[2025-09-30T21:40:32.059Z] build:
[2025-09-30T21:40:32.059Z]
[2025-09-30T21:40:32.059Z] init:
[2025-09-30T21:40:32.059Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system/jcstress
[2025-09-30T21:40:32.059Z]
[2025-09-30T21:40:32.059Z] getDependentLibs:
[2025-09-30T21:40:32.428Z] [exec] --------------------------------------------
[2025-09-30T21:40:32.428Z] [exec] path is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:40:32.428Z] [exec] task is set to default
[2025-09-30T21:40:32.428Z] [exec] dependencyList is set to jcstress
[2025-09-30T21:40:32.428Z] [exec] --------------------------------------------
[2025-09-30T21:40:32.428Z] [exec] Starting download third party dependent jars
[2025-09-30T21:40:32.428Z] [exec] --------------------------------------------
[2025-09-30T21:40:32.428Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:40:32.428Z] [exec] /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib/jcstress-tests-all-20240222.jar exists with correct hash, not downloading
[2025-09-30T21:40:32.428Z] [exec] downloaded dependent third party jars successfully
[2025-09-30T21:40:32.428Z]
[2025-09-30T21:40:32.428Z] dist:
[2025-09-30T21:40:32.428Z] [copy] Copying 4 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system/jcstress
[2025-09-30T21:40:32.428Z]
[2025-09-30T21:40:32.428Z] init:
[2025-09-30T21:40:32.428Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system/jlm
[2025-09-30T21:40:32.428Z]
[2025-09-30T21:40:32.428Z] common_build:
[2025-09-30T21:40:32.428Z]
[2025-09-30T21:40:32.428Z] build:
[2025-09-30T21:40:32.428Z] [copy] Copying 2 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system/jlm
[2025-09-30T21:40:32.428Z]
[2025-09-30T21:40:32.428Z] init:
[2025-09-30T21:40:32.429Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system/lambdaLoadTest
[2025-09-30T21:40:32.429Z]
[2025-09-30T21:40:32.429Z] common_build:
[2025-09-30T21:40:32.429Z]
[2025-09-30T21:40:32.429Z] build:
[2025-09-30T21:40:32.429Z] [copy] Copying 2 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system/lambdaLoadTest
[2025-09-30T21:40:32.429Z]
[2025-09-30T21:40:32.429Z] init:
[2025-09-30T21:40:32.429Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system/mathLoadTest
[2025-09-30T21:40:32.429Z]
[2025-09-30T21:40:32.429Z] common_build:
[2025-09-30T21:40:32.429Z]
[2025-09-30T21:40:32.429Z] build:
[2025-09-30T21:40:32.429Z] [copy] Copying 2 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system/mathLoadTest
[2025-09-30T21:40:32.429Z]
[2025-09-30T21:40:32.429Z] init:
[2025-09-30T21:40:32.429Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system/mauveLoadTest
[2025-09-30T21:40:32.429Z]
[2025-09-30T21:40:32.429Z] common_build:
[2025-09-30T21:40:32.429Z]
[2025-09-30T21:40:32.429Z] build:
[2025-09-30T21:40:32.429Z] [copy] Copying 2 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system/mauveLoadTest
[2025-09-30T21:40:32.429Z]
[2025-09-30T21:40:32.429Z] init:
[2025-09-30T21:40:32.429Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system/modularity
[2025-09-30T21:40:32.429Z]
[2025-09-30T21:40:32.429Z] common_build:
[2025-09-30T21:40:32.429Z]
[2025-09-30T21:40:32.429Z] build:
[2025-09-30T21:40:32.429Z] [copy] Copying 2 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system/modularity
[2025-09-30T21:40:32.429Z]
[2025-09-30T21:40:32.429Z] init:
[2025-09-30T21:40:32.429Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system/otherLoadTest
[2025-09-30T21:40:32.429Z]
[2025-09-30T21:40:32.429Z] common_build:
[2025-09-30T21:40:32.429Z]
[2025-09-30T21:40:32.429Z] build:
[2025-09-30T21:40:32.429Z] [copy] Copying 2 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system/otherLoadTest
[2025-09-30T21:40:32.429Z]
[2025-09-30T21:40:32.429Z] init:
[2025-09-30T21:40:32.429Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system/security
[2025-09-30T21:40:32.429Z]
[2025-09-30T21:40:32.429Z] common_build:
[2025-09-30T21:40:32.429Z]
[2025-09-30T21:40:32.429Z] build:
[2025-09-30T21:40:32.429Z] [copy] Copying 2 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system/security
[2025-09-30T21:40:32.429Z]
[2025-09-30T21:40:32.429Z] init:
[2025-09-30T21:40:32.429Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system/sharedClasses
[2025-09-30T21:40:32.429Z]
[2025-09-30T21:40:32.429Z] common_build:
[2025-09-30T21:40:32.429Z]
[2025-09-30T21:40:32.429Z] build:
[2025-09-30T21:40:32.430Z] [copy] Copying 2 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jvmtest/system/sharedClasses
[2025-09-30T21:40:32.430Z]
[2025-09-30T21:40:32.430Z] BUILD SUCCESSFUL
[2025-09-30T21:40:32.430Z] Total time: 41 seconds
[2025-09-30T21:40:32.430Z] 0
[2025-09-30T21:40:32.430Z]
[2025-09-30T21:40:32.430Z]
[2025-09-30T21:40:32.430Z] RECORD TEST REPOs SHA
[2025-09-30T21:40:32.430Z] cd "/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../TKG/scripts"; \
[2025-09-30T21:40:32.430Z] bash "getSHAs.sh" --test_root_dir "/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/.." --shas_file "/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../TKG/SHAs.txt"
[2025-09-30T21:40:32.430Z] Check shas in /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/.. and store the info in /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../TKG/SHAs.txt
[2025-09-30T21:40:32.430Z] touch /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../TKG/SHAs.txt
[2025-09-30T21:40:32.797Z] ================================================
[2025-09-30T21:40:32.798Z] timestamp: 20250930-214032
[2025-09-30T21:40:32.798Z] repo dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests
[2025-09-30T21:40:32.798Z] git repo:
[2025-09-30T21:40:32.798Z] Fetch URL: https://github.com/adoptium/aqa-tests.git
[2025-09-30T21:40:32.798Z] sha:
[2025-09-30T21:40:32.798Z] 415b0c81bc4360dbe568168cf1864f803d2c74a1
[2025-09-30T21:40:32.798Z] ================================================
[2025-09-30T21:40:32.798Z] timestamp: 20250930-214032
[2025-09-30T21:40:32.798Z] repo dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/churn/churn
[2025-09-30T21:40:32.798Z] git repo:
[2025-09-30T21:40:32.798Z] Fetch URL: https://github.com/rh-openjdk/churn.git
[2025-09-30T21:40:32.798Z] sha:
[2025-09-30T21:40:32.798Z] 01f9894909307f9a9a154a0df627d16def3d6603
[2025-09-30T21:40:32.798Z] ================================================
[2025-09-30T21:40:32.798Z] timestamp: 20250930-214032
[2025-09-30T21:40:32.798Z] repo dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/STF
[2025-09-30T21:40:32.798Z] git repo:
[2025-09-30T21:40:32.798Z] Fetch URL: https://github.com/adoptium/STF.git
[2025-09-30T21:40:32.798Z] sha:
[2025-09-30T21:40:32.798Z] 7534c9296a7effe8499d9c236e0cc12d5bc97826
[2025-09-30T21:40:32.798Z] ================================================
[2025-09-30T21:40:32.798Z] timestamp: 20250930-214032
[2025-09-30T21:40:32.798Z] repo dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/aqa-systemtest
[2025-09-30T21:40:32.798Z] git repo:
[2025-09-30T21:40:32.798Z] Fetch URL: https://github.com/adoptium/aqa-systemtest.git
[2025-09-30T21:40:32.798Z] sha:
[2025-09-30T21:40:32.798Z] dbae19c80b3664a1a84bb236fbb2a08021008468
[2025-09-30T21:40:32.798Z] ================================================
[2025-09-30T21:40:32.798Z] timestamp: 20250930-214032
[2025-09-30T21:40:32.798Z] repo dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG
[2025-09-30T21:40:32.798Z] git repo:
[2025-09-30T21:40:32.798Z] Fetch URL: https://github.com/adoptium/TKG.git
[2025-09-30T21:40:32.798Z] sha:
[2025-09-30T21:40:32.798Z] c0fd937c76392ba409c11608c1308e6d1c89b8af
[2025-09-30T21:40:32.798Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG'
[Pipeline] }
[2025-09-30T21:40:32.931Z] $ ssh-agent -k
[2025-09-30T21:40:32.936Z] unset SSH_AUTH_SOCK;
[2025-09-30T21:40:32.936Z] unset SSH_AGENT_PID;
[2025-09-30T21:40:32.936Z] echo Agent pid 1047248 killed;
[2025-09-30T21:40:33.070Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] echo
[2025-09-30T21:40:33.245Z] 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 RUNTEST_CMD (to a value of type GStringImpl) which could lead to memory leaks or other issues.
[Pipeline] echo
[2025-09-30T21:40:33.275Z] ITERATION: 1/1
[Pipeline] sh
[2025-09-30T21:40:33.843Z] + which Xvfb
[2025-09-30T21:40:33.843Z] + alias
[2025-09-30T21:40:33.843Z] + eval declare -f
[2025-09-30T21:40:33.843Z] ++ declare -f
[2025-09-30T21:40:33.843Z] + /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot Xvfb
[2025-09-30T21:40:33.843Z] /usr/bin/Xvfb
[Pipeline] wrap
[2025-09-30T21:40:34.022Z] $ Xvfb -displayfd 2 -screen 0 1024x768x24 -fbdir /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/.xvfb-30-..fbdir12530361035942587105
[Pipeline] {
[Pipeline] sh
[2025-09-30T21:40:54.674Z] + ps -f
[2025-09-30T21:40:54.675Z] + grep '[X]vfb'
[2025-09-30T21:40:54.675Z] + awk '{print $9}'
[Pipeline] echo
[2025-09-30T21:40:54.819Z] env.DISPLAY is :0
[Pipeline] sshagent
[2025-09-30T21:40:54.841Z] $ ssh-agent
[2025-09-30T21:40:54.983Z] SSH_AUTH_SOCK=/tmp/ssh-lAWuekoYGLJK/agent.1048334
[2025-09-30T21:40:54.983Z] SSH_AGENT_PID=1048336
[2025-09-30T21:40:54.983Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2025-09-30T21:40:55.673Z] ++ uname
[2025-09-30T21:40:55.673Z] + '[' Linux = AIX ']'
[2025-09-30T21:40:55.673Z] ++ uname
[2025-09-30T21:40:55.673Z] + '[' Linux = SunOS ']'
[2025-09-30T21:40:55.673Z] ++ uname
[2025-09-30T21:40:55.673Z] + '[' Linux = '*BSD' ']'
[2025-09-30T21:40:55.673Z] + MAKE=make
[2025-09-30T21:40:55.673Z] + make -f ./aqa-tests/TKG/testEnv.mk testEnvTeardown
[2025-09-30T21:40:55.673Z] make: Nothing to be done for 'testEnvTeardown'.
[Pipeline] sh
[2025-09-30T21:40:56.341Z] ++ uname
[2025-09-30T21:40:56.341Z] + '[' Linux = AIX ']'
[2025-09-30T21:40:56.341Z] ++ uname
[2025-09-30T21:40:56.341Z] + '[' Linux = SunOS ']'
[2025-09-30T21:40:56.341Z] ++ uname
[2025-09-30T21:40:56.341Z] + '[' Linux = '*BSD' ']'
[2025-09-30T21:40:56.341Z] + MAKE=make
[2025-09-30T21:40:56.341Z] + cd ./aqa-tests
[2025-09-30T21:40:56.341Z] + . ./scripts/testenv/testenvSettings.sh
[2025-09-30T21:40:56.341Z] ++ set +x
[2025-09-30T21:40:56.341Z] make _testList TESTLIST=TestJlmRemoteThreadAuth_1,TestJlmRemoteThreadAuth_0,TestJlmRemoteThreadNoAuth_0,TestJlmRemoteThreadNoAuth_1,TestJlmRemoteClassAuth_1,TestJlmRemoteClassAuth_0,TestJlmRemoteClassNoAuth_1,TestJlmRemoteClassNoAuth_0,MathLoadTest_autosimd_5m_0,NioLoadTest_5m_0,NioLoadTest_5m_1,LambdaLoadTest_HS_5m_0,MathLoadTest_bigdecimal_5m_0,LambdaLoadTest_HS_5m_1,ClassLoadingTest_5m_1
[2025-09-30T21:40:56.341Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG'
[2025-09-30T21:40:56.341Z] JAVA_HOME is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image
[2025-09-30T21:40:56.341Z] LIB_DIR is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib
[2025-09-30T21:40:56.341Z] make -f makeGen.mk AUTO_DETECT=true MODE=tests TESTTARGET=testList TESTLIST=TestJlmRemoteThreadAuth_1,TestJlmRemoteThreadAuth_0,TestJlmRemoteThreadNoAuth_0,TestJlmRemoteThreadNoAuth_1,TestJlmRemoteClassAuth_1,TestJlmRemoteClassAuth_0,TestJlmRemoteClassNoAuth_1,TestJlmRemoteClassNoAuth_0,MathLoadTest_autosimd_5m_0,NioLoadTest_5m_0,NioLoadTest_5m_1,LambdaLoadTest_HS_5m_0,MathLoadTest_bigdecimal_5m_0,LambdaLoadTest_HS_5m_1,ClassLoadingTest_5m_1
[2025-09-30T21:40:56.341Z] make[2]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG'
[2025-09-30T21:40:56.341Z] perl scripts/configure.pl
[2025-09-30T21:40:56.341Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/bin/java -cp "./bin/TestKitGen.jar:/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/../../externalDependency/system_lib/json-simple.jar" org.testKitGen.MainRunner --mode=tests --spec=linux_x86-64 --microArch="" --osLabel="rhel.8" --jdkVersion=8 --impl=hotspot --vendor="temurin" --buildList=system --iterations=1 --aotIterations= --testFlag= --testTarget=testList --testList=TestJlmRemoteThreadAuth_1,TestJlmRemoteThreadAuth_0,TestJlmRemoteThreadNoAuth_0,TestJlmRemoteThreadNoAuth_1,TestJlmRemoteClassAuth_1,TestJlmRemoteClassAuth_0,TestJlmRemoteClassNoAuth_1,TestJlmRemoteClassNoAuth_0,MathLoadTest_autosimd_5m_0,NioLoadTest_5m_0,NioLoadTest_5m_1,LambdaLoadTest_HS_5m_0,MathLoadTest_bigdecimal_5m_0,LambdaLoadTest_HS_5m_1,ClassLoadingTest_5m_1 --numOfMachines= --testTime= --TRSSURL=
[2025-09-30T21:40:56.709Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2025-09-30T21:40:56.709Z]
[2025-09-30T21:40:56.709Z] Starting to generate test make files.
[2025-09-30T21:40:56.709Z]
[2025-09-30T21:40:56.709Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../system/churn/playlist.xml
[2025-09-30T21:40:56.709Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../system/daaLoadTest/playlist.xml
[2025-09-30T21:40:56.709Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../system/jcstress/playlist.xml
[2025-09-30T21:40:56.709Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../system/jlm/playlist.xml
[2025-09-30T21:40:56.709Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../system/jlm/autoGen.mk
[2025-09-30T21:40:56.709Z]
[2025-09-30T21:40:56.709Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../system/lambdaLoadTest/playlist.xml
[2025-09-30T21:40:56.710Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../system/lambdaLoadTest/autoGen.mk
[2025-09-30T21:40:56.710Z]
[2025-09-30T21:40:56.710Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../system/mathLoadTest/playlist.xml
[2025-09-30T21:40:56.710Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../system/mathLoadTest/autoGen.mk
[2025-09-30T21:40:56.710Z]
[2025-09-30T21:40:56.710Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../system/mauveLoadTest/playlist.xml
[2025-09-30T21:40:56.710Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../system/modularity/playlist.xml
[2025-09-30T21:40:56.710Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../system/otherLoadTest/playlist.xml
[2025-09-30T21:40:56.710Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../system/otherLoadTest/autoGen.mk
[2025-09-30T21:40:56.710Z]
[2025-09-30T21:40:56.710Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../system/security/playlist.xml
[2025-09-30T21:40:56.710Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../system/sharedClasses/playlist.xml
[2025-09-30T21:40:56.710Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../system/autoGen.mk
[2025-09-30T21:40:56.710Z]
[2025-09-30T21:40:56.710Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../autoGen.mk
[2025-09-30T21:40:56.710Z]
[2025-09-30T21:40:56.710Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../TKG/utils.mk
[2025-09-30T21:40:56.710Z]
[2025-09-30T21:40:56.710Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/../TKG/rerun.mk
[2025-09-30T21:40:56.710Z]
[2025-09-30T21:40:56.710Z] Make files are generated successfully.
[2025-09-30T21:40:56.710Z]
[2025-09-30T21:40:57.079Z] make[2]: Leaving directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG'
[2025-09-30T21:40:57.079Z] make -f runtest.mk _testList
[2025-09-30T21:40:57.079Z] make[2]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG'
[2025-09-30T21:40:57.079Z]
[2025-09-30T21:40:57.079Z] Running make 4.2.1
[2025-09-30T21:40:57.079Z] set TEST_ROOT to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/TKG/..
[2025-09-30T21:40:57.079Z] set JDK_VERSION to 8
[2025-09-30T21:40:57.079Z] set JDK_IMPL to hotspot
[2025-09-30T21:40:57.079Z] set JVM_VERSION to openjdk8
[2025-09-30T21:40:57.079Z] set JCL_VERSION to latest
[2025-09-30T21:40:57.079Z] set JAVA_HOME to /home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image
[2025-09-30T21:40:57.079Z] set SPEC to linux_x86-64
[2025-09-30T21:40:57.079Z] set TEST_FLAG to
[2025-09-30T21:40:57.079Z] set OS_LABEL to rhel.8
[2025-09-30T21:40:57.079Z] Running testList ...
[2025-09-30T21:40:57.079Z] There are 15 test targets in testList
[2025-09-30T21:40:57.079Z] "/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/jdkbinary/j2sdk-image/bin/java" -version
[2025-09-30T21:40:57.079Z] openjdk version "1.8.0_472-beta"
[2025-09-30T21:40:57.079Z] OpenJDK Runtime Environment (Temurin)(build 1.8.0_472-beta-202509302010-b07)
[2025-09-30T21:40:57.079Z] OpenJDK 64-Bit Server VM (Temurin)(build 25.472-b07, mixed mode)
[2025-09-30T21:40:57.079Z] make[3]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests'
[2025-09-30T21:40:57.079Z] make[4]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system'
[2025-09-30T21:40:57.079Z] make[5]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_linux_testList_0/aqa-tests/system/jlm'
[2025-09-30T21:40:57.079Z] ../system.mk:25: CYGWIN is 0
[2025-09-30T21:40:57.079Z]
[2025-09-30T21:40:57.079Z] ===============================================