Pre Test
Started by upstream project "build-scripts/jobs/jdk8u/jdk8u-linux-aarch64-temurin" build number 499
originally caused by:
Started by upstream project "build-scripts/openjdk8-pipeline" build number 3008
originally caused by:
Started by upstream project "build-scripts/utils/betaTrigger_8ea" build number 266
originally caused by:
Started by timer
Checking out git ${ADOPTOPENJDK_REPO} into /home/jenkins/.jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux@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.perf_aarch64_linux@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 2480cb6f040d1f208ba3fa3684beaa4f7dcbb069 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 2480cb6f040d1f208ba3fa3684beaa4f7dcbb069 # timeout=10
Commit message: "Set current build result based on Perf metrics. (#6369)"
> git rev-list --no-walk 20c189de9f97f55af5b130fa309872a7ce12bf25 # timeout=10
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] timestamps
[Pipeline] {
[Pipeline] nodesByLabel
[2025-06-26T21:06:11.489Z] Found a total of 2 nodes with the 'sw.os.linux&&hw.arch.aarch64&&ci.role.perf' label
[Pipeline] echo
[2025-06-26T21:06:11.502Z] SPEC: linux_aarch64
[Pipeline] echo
[2025-06-26T21:06:11.509Z] LABEL: sw.os.linux&&hw.arch.aarch64&&ci.role.perf
[Pipeline] stage
[Pipeline] { (Queue)
[Pipeline] nodesByLabel
[2025-06-26T21:06:11.536Z] Found a total of 2 nodes with the 'sw.os.linux&&hw.arch.aarch64&&ci.role.perf' 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-06-26T21:06:11.551Z] dynamicAgents: []
[Pipeline] node
[2025-06-26T21:06:11.682Z] Running on test-aws-rhel76-armv8-1 in /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux
[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-06-26T21:06:11.812Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] cleanWs
[2025-06-26T21:06:11.918Z] [WS-CLEANUP] Deleting project workspace...
[2025-06-26T21:06:11.918Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-06-26T21:06:11.953Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // timeout
[Pipeline] checkout
[2025-06-26T21:06:12.033Z] The recommended git tool is: git
[2025-06-26T21:06:12.131Z] No credentials specified
[2025-06-26T21:06:12.163Z] Cloning the remote Git repository
[2025-06-26T21:06:12.222Z] Cloning repository https://github.com/adoptium/aqa-tests.git
[2025-06-26T21:06:12.222Z] > git init /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests # timeout=10
[2025-06-26T21:06:12.248Z] [WARNING] Reference path does not exist: /home/jenkins/openjdk_cache
[2025-06-26T21:06:12.248Z] Fetching upstream changes from https://github.com/adoptium/aqa-tests.git
[2025-06-26T21:06:12.248Z] > git --version # timeout=10
[2025-06-26T21:06:12.251Z] > git --version # 'git version 2.15.0'
[2025-06-26T21:06:12.251Z] > git fetch --tags --progress -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=10
[2025-06-26T21:06:23.038Z] Avoid second fetch
[2025-06-26T21:06:23.086Z] Checking out Revision 2480cb6f040d1f208ba3fa3684beaa4f7dcbb069 (origin/master)
[2025-06-26T21:06:21.835Z] > git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10
[2025-06-26T21:06:21.839Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
[2025-06-26T21:06:23.065Z] > git rev-parse origin/master^{commit} # timeout=10
[2025-06-26T21:06:24.369Z] Commit message: "Set current build result based on Perf metrics. (#6369)"
[Pipeline] }
[Pipeline] // retry
[Pipeline] load
[2025-06-26T21:06:23.101Z] > git config core.sparsecheckout # timeout=10
[2025-06-26T21:06:23.104Z] > git checkout -f 2480cb6f040d1f208ba3fa3684beaa4f7dcbb069 # timeout=10
[Pipeline] { (/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/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-06-26T21:06:25.763Z] Timeout set to expire in 1 day 1 hr
[Pipeline] {
[Pipeline] echo
[2025-06-26T21:06:25.783Z] runMulticastCmd: false
[Pipeline] stage
[Pipeline] { (Setup)
[Pipeline] sh
[2025-06-26T21:06:26.360Z] + LC_TIME=C
[2025-06-26T21:06:26.360Z] + date '+%a, %d %b %Y %T %z'
[Pipeline] echo
[2025-06-26T21:06:26.491Z] PROCESSCATCH: Terminating any hung/left over test processes:
[Pipeline] sh
[2025-06-26T21:06:27.014Z] + aqa-tests/terminateTestProcesses.sh jenkins
[2025-06-26T21:06:27.014Z] Unix type machine..
[2025-06-26T21:06:27.014Z] Running on a Linux host
[2025-06-26T21:06:27.014Z] 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-06-26T21:06:28.435Z] + printenv
[2025-06-26T21:06:28.435Z] JCK_GIT_BRANCH=master
[2025-06-26T21:06:28.435Z] DYNAMIC_COMPILE=false
[2025-06-26T21:06:28.435Z] JENKINS_NODE_COOKIE=a6c30197-6d83-4c47-986e-babba989eb18
[2025-06-26T21:06:28.435Z] OPENJ9_BRANCH=master
[2025-06-26T21:06:28.435Z] XDG_SESSION_ID=462200
[2025-06-26T21:06:28.435Z] BUILD_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.perf_aarch64_linux/684/
[2025-06-26T21:06:28.435Z] DOCKER_REQUIRED=false
[2025-06-26T21:06:28.435Z] PARALLEL=Dynamic
[2025-06-26T21:06:28.435Z] SHELL=/bin/bash
[2025-06-26T21:06:28.435Z] HUDSON_SERVER_COOKIE=2d832652af5afba8
[2025-06-26T21:06:28.435Z] JOBSTARTTIME=Thu, 26 Jun 2025 21:06:25 +0000
[2025-06-26T21:06:28.435Z] STAGE_NAME=Setup
[2025-06-26T21:06:28.435Z] SSH_CLIENT=78.47.239.97 52922 22
[2025-06-26T21:06:28.435Z] RERUN_FAILURE=true
[2025-06-26T21:06:28.435Z] BUILD_TAG=jenkins-Test_openjdk8_hs_sanity.perf_aarch64_linux-684
[2025-06-26T21:06:28.435Z] SDK_RESOURCE=upstream
[2025-06-26T21:06:28.435Z] TIME_LIMIT=25
[2025-06-26T21:06:28.435Z] NUM_PROCESSORS=4
[2025-06-26T21:06:28.435Z] EXTERNAL_TEST_CMD=mvn clean install
[2025-06-26T21:06:28.435Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
[2025-06-26T21:06:28.435Z] WORKSPACE=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux
[2025-06-26T21:06:28.435Z] JOB_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.perf_aarch64_linux/
[2025-06-26T21:06:28.435Z] RUN_CHANGES_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.perf_aarch64_linux/684/display/redirect?page=changes
[2025-06-26T21:06:28.435Z] ACTIVE_NODE_TIMEOUT=5
[2025-06-26T21:06:28.435Z] USER=jenkins
[2025-06-26T21:06:28.435Z] ADOPTOPENJDK_BRANCH=master
[2025-06-26T21:06:28.435Z] OPENJCEPLUS_GIT_BRANCH=semeru-java8
[2025-06-26T21:06:28.435Z] ARCHIVE_TEST_RESULTS=false
[2025-06-26T21:06:28.435Z] UPSTREAM_JOB_NAME=build-scripts/jobs/jdk8u/jdk8u-linux-aarch64-temurin
[2025-06-26T21:06:28.435Z] STF_OWNER_BRANCH=adoptium:master
[2025-06-26T21:06:28.435Z] LIGHT_WEIGHT_CHECKOUT=false
[2025-06-26T21:06:28.435Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.perf_aarch64_linux/684/display/redirect?page=artifacts
[2025-06-26T21:06:28.435Z] ORIGIN_JDK_VERSION=8
[2025-06-26T21:06:28.435Z] SETUP_JCK_RUN=false
[2025-06-26T21:06:28.435Z] PERSONAL_BUILD=false
[2025-06-26T21:06:28.435Z] TKG_OWNER_BRANCH=adoptium:master
[2025-06-26T21:06:28.435Z] RERUN_ITERATIONS=1
[2025-06-26T21:06:28.435Z] SPEC=linux_aarch64
[2025-06-26T21:06:28.435Z] TKG_ITERATIONS=1
[2025-06-26T21:06:28.435Z] JENKINS_HOME=/home/jenkins/.jenkins
[2025-06-26T21:06:28.435Z] ITERATIONS=1
[2025-06-26T21:06:28.435Z] PATH=/usr/local/bin:/usr/bin
[2025-06-26T21:06:28.435Z] LIB_DIR=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-06-26T21:06:28.435Z] KEEP_REPORTDIR=false
[2025-06-26T21:06:28.435Z] MAIL=/var/mail/jenkins
[2025-06-26T21:06:28.435Z] RUN_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.perf_aarch64_linux/684/display/redirect
[2025-06-26T21:06:28.435Z] _=/usr/bin/printenv
[2025-06-26T21:06:28.435Z] GENERATE_JOBS=true
[2025-06-26T21:06:28.435Z] PWD=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux
[2025-06-26T21:06:28.435Z] EXIT_FAILURE=false
[2025-06-26T21:06:28.435Z] HUDSON_URL=https://ci.adoptium.net/
[2025-06-26T21:06:28.435Z] JDK_VERSION=8
[2025-06-26T21:06:28.435Z] CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token
[2025-06-26T21:06:28.435Z] OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse:master
[2025-06-26T21:06:28.435Z] LANG=en_US.UTF-8
[2025-06-26T21:06:28.435Z] SLACK_CHANNEL=aqavit-bot
[2025-06-26T21:06:28.435Z] JOB_NAME=Test_openjdk8_hs_sanity.perf_aarch64_linux
[2025-06-26T21:06:28.435Z] BUILD_DISPLAY_NAME=#684
[2025-06-26T21:06:28.435Z] USE_TESTENV_PROPERTIES=false
[2025-06-26T21:06:28.435Z] JENKINS_URL=https://ci.adoptium.net/
[2025-06-26T21:06:28.435Z] EXIT_SUCCESS=false
[2025-06-26T21:06:28.435Z] BUILD_ID=684
[2025-06-26T21:06:28.435Z] TEST_TIME=120
[2025-06-26T21:06:28.435Z] PLATFORM=aarch64_linux
[2025-06-26T21:06:28.435Z] JDK_IMPL=hotspot
[2025-06-26T21:06:28.435Z] JOB_BASE_NAME=Test_openjdk8_hs_sanity.perf_aarch64_linux
[2025-06-26T21:06:28.435Z] RUN_TESTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.perf_aarch64_linux/684/display/redirect?page=tests
[2025-06-26T21:06:28.435Z] SHLVL=3
[2025-06-26T21:06:28.435Z] AUTO_DETECT=true
[2025-06-26T21:06:28.435Z] HOME=/home/jenkins
[2025-06-26T21:06:28.435Z] TAP_NAME=Test_openjdk8_hs_sanity.perf_aarch64_linux.tap
[2025-06-26T21:06:28.435Z] CI=true
[2025-06-26T21:06:28.435Z] WORKSPACE_TMP=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux@tmp
[2025-06-26T21:06:28.435Z] EXECUTOR_NUMBER=0
[2025-06-26T21:06:28.435Z] JENKINS_SERVER_COOKIE=durable-53e489c9b85cc1fc9c5593653fe2b81af80436fd9c494d85152b1c30928b8c5d
[2025-06-26T21:06:28.435Z] NODE_LABELS=aarch64 armv8 hw.arch.aarch64 test ci.role.test arm64 linux rhel sw.os.linux test-aws-rhel76-armv8-1 ci.role.perf centos7
[2025-06-26T21:06:28.435Z] SYSTEM_LIB_DIR=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/system_lib
[2025-06-26T21:06:28.435Z] BUILD_LIST=perf
[2025-06-26T21:06:28.435Z] TARGET=sanity.perf
[2025-06-26T21:06:28.435Z] LOGNAME=jenkins
[2025-06-26T21:06:28.435Z] EXTERNAL_CUSTOM_BRANCH=master
[2025-06-26T21:06:28.435Z] JDK_REPO=https://github.com/adoptium/jdk8u
[2025-06-26T21:06:28.435Z] ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium:master
[2025-06-26T21:06:28.435Z] HUDSON_HOME=/home/jenkins/.jenkins
[2025-06-26T21:06:28.435Z] SSH_CONNECTION=78.47.239.97 52922 172.31.26.26 22
[2025-06-26T21:06:28.436Z] UPSTREAM_JOB_NUMBER=499
[2025-06-26T21:06:28.436Z] NODE_NAME=test-aws-rhel76-armv8-1
[2025-06-26T21:06:28.436Z] LESSOPEN=||/usr/bin/lesspipe.sh %s
[2025-06-26T21:06:28.436Z] BUILD_NUMBER=684
[2025-06-26T21:06:28.436Z] JOB_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.perf_aarch64_linux/display/redirect
[2025-06-26T21:06:28.436Z] KEEP_WORKSPACE=false
[2025-06-26T21:06:28.436Z] HUDSON_COOKIE=9969a190-09ae-488e-8fa9-4e61e8bfcdb3
[2025-06-26T21:06:28.436Z] XDG_RUNTIME_DIR=/run/user/1001
[2025-06-26T21:06:28.436Z] PERF_ROOT=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../benchmarks
[2025-06-26T21:06:28.436Z] USE_JRE=false
[2025-06-26T21:06:28.436Z] TEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image
[2025-06-26T21:06:28.436Z] ADOPTOPENJDK_REPO=https://github.com/adoptium/aqa-tests.git
[2025-06-26T21:06:28.436Z] OPENJCEPLUS_GIT_REPO=https://github.com/ibmruntimes/OpenJCEPlus.git
Did you forget the `def` keyword? Script1 seems to be setting a field named CUSTOMIZED_SDK_URL_OPTION (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] timeout
[2025-06-26T21:06:28.529Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] dir
[2025-06-26T21:06:28.548Z] Running in /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary
[Pipeline] {
[Pipeline] copyArtifacts
[2025-06-26T21:06:46.058Z] Copied 5 artifacts from "build-scripts » jobs » jdk8u » jdk8u-linux-aarch64-temurin" build number 499
[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-06-26T21:06:46.297Z] 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-06-26T21:06:46.302Z] Running in /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux
[Pipeline] {
[Pipeline] sshagent
[2025-06-26T21:06:46.335Z] $ ssh-agent
[2025-06-26T21:06:46.473Z] SSH_AUTH_SOCK=/tmp/ssh-hjsuHbjS930S/agent.11196
[2025-06-26T21:06:46.473Z] SSH_AGENT_PID=11198
[2025-06-26T21:06:46.473Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
[2025-06-26T21:06:46.491Z] Running in /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests
[Pipeline] {
[Pipeline] withCredentials
[2025-06-26T21:06:46.522Z] Masking supported pattern matches of $USERNAME or $PASSWORD
[Pipeline] {
[Pipeline] sh
[2025-06-26T21:06:47.061Z] ++ pwd
[2025-06-26T21:06:47.061Z] + ./get.sh -s /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/.. -p aarch64_linux -r upstream -j 8 -i hotspot --clone_openj9 false --tkg_repo https://github.com/adoptium/TKG.git --tkg_branch master
[2025-06-26T21:06:47.061Z] TESTDIR: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests
[2025-06-26T21:06:47.061Z] get jdk binary...
[2025-06-26T21:06:47.061Z] --sdkdir is set to upstream. Therefore, skip download jdk binary
[2025-06-26T21:06:47.061Z] Uncompressing file: OpenJDK8U-jdk_aarch64_linux_hotspot_8u462b07-ea.tar.gz ...
[2025-06-26T21:06:49.532Z] List files in jdkbinary folder...
[2025-06-26T21:06:49.532Z] total 283448
[2025-06-26T21:06:49.532Z] -rw-r--r--. 1 jenkins jenkins 147505814 Jun 26 20:38 OpenJDK8U-debugimage_aarch64_linux_hotspot_8u462b07-ea.tar.gz
[2025-06-26T21:06:49.532Z] -rw-r--r--. 1 jenkins jenkins 102205929 Jun 26 20:38 OpenJDK8U-jdk_aarch64_linux_hotspot_8u462b07-ea.tar.gz
[2025-06-26T21:06:49.532Z] -rw-r--r--. 1 jenkins jenkins 40426880 Jun 26 20:38 OpenJDK8U-jre_aarch64_linux_hotspot_8u462b07-ea.tar.gz
[2025-06-26T21:06:49.533Z] -rw-r--r--. 1 jenkins jenkins 80954 Jun 26 20:48 OpenJDK8U-sbom_aarch64_linux_hotspot_8u462b07-ea.json
[2025-06-26T21:06:49.533Z] -rw-r--r--. 1 jenkins jenkins 21196 Jun 26 20:46 OpenJDK8U-sbom_aarch64_linux_hotspot_8u462b07-ea-metadata.json
[2025-06-26T21:06:49.533Z] drwxrwxr-x. 3 jenkins jenkins 26 Jun 26 21:06 tmp
[2025-06-26T21:06:49.533Z] List files in jdkbinary/tmp folder...
[2025-06-26T21:06:49.533Z] total 0
[2025-06-26T21:06:49.533Z] drwxr-xr-x. 8 jenkins jenkins 190 Jun 26 20:38 jdk8u462-b07
[2025-06-26T21:06:49.533Z] Moving directory jdk8u462-b07/ to ../j2sdk-image
[2025-06-26T21:06:49.533Z] Uncompressing file: OpenJDK8U-jre_aarch64_linux_hotspot_8u462b07-ea.tar.gz ...
[2025-06-26T21:06:50.793Z] List files in jdkbinary folder...
[2025-06-26T21:06:50.793Z] total 283448
[2025-06-26T21:06:50.793Z] drwxr-xr-x. 8 jenkins jenkins 190 Jun 26 20:38 j2sdk-image
[2025-06-26T21:06:50.793Z] -rw-r--r--. 1 jenkins jenkins 147505814 Jun 26 20:38 OpenJDK8U-debugimage_aarch64_linux_hotspot_8u462b07-ea.tar.gz
[2025-06-26T21:06:50.793Z] -rw-r--r--. 1 jenkins jenkins 102205929 Jun 26 20:38 OpenJDK8U-jdk_aarch64_linux_hotspot_8u462b07-ea.tar.gz
[2025-06-26T21:06:50.793Z] -rw-r--r--. 1 jenkins jenkins 40426880 Jun 26 20:38 OpenJDK8U-jre_aarch64_linux_hotspot_8u462b07-ea.tar.gz
[2025-06-26T21:06:50.793Z] -rw-r--r--. 1 jenkins jenkins 80954 Jun 26 20:48 OpenJDK8U-sbom_aarch64_linux_hotspot_8u462b07-ea.json
[2025-06-26T21:06:50.793Z] -rw-r--r--. 1 jenkins jenkins 21196 Jun 26 20:46 OpenJDK8U-sbom_aarch64_linux_hotspot_8u462b07-ea-metadata.json
[2025-06-26T21:06:50.793Z] drwxrwxr-x. 3 jenkins jenkins 30 Jun 26 21:06 tmp
[2025-06-26T21:06:50.793Z] List files in jdkbinary/tmp folder...
[2025-06-26T21:06:50.793Z] total 0
[2025-06-26T21:06:50.793Z] drwxr-xr-x. 5 jenkins jenkins 135 Jun 26 20:38 jdk8u462-b07-jre
[2025-06-26T21:06:50.793Z] Moving directory jdk8u462-b07-jre/ to ../j2re-image
[2025-06-26T21:06:50.793Z] Uncompressing OpenJDK8U-debugimage_aarch64_linux_hotspot_8u462b07-ea.tar.gz over ./j2sdk-image/jre...
[2025-06-26T21:06:55.897Z] Removing top-level folder jdk8u462-b07-debug-image/
[2025-06-26T21:06:55.897Z] Removing top-level folder jdk8u462-b07/
[2025-06-26T21:06:55.897Z] Run /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image/bin/java -version
[2025-06-26T21:06:55.897Z] =JAVA VERSION OUTPUT BEGIN=
[2025-06-26T21:06:55.897Z] openjdk version "1.8.0_462-beta"
[2025-06-26T21:06:55.897Z] OpenJDK Runtime Environment (Temurin)(build 1.8.0_462-beta-202506262003-b07)
[2025-06-26T21:06:55.897Z] OpenJDK 64-Bit Server VM (Temurin)(build 25.462-b07, mixed mode)
[2025-06-26T21:06:55.897Z] =JAVA VERSION OUTPUT END=
[2025-06-26T21:06:55.897Z] =RELEASE INFO BEGIN=
[2025-06-26T21:06:55.897Z] JAVA_VERSION="1.8.0_462"
[2025-06-26T21:06:55.897Z] OS_NAME="Linux"
[2025-06-26T21:06:55.897Z] OS_VERSION="2.6"
[2025-06-26T21:06:55.897Z] OS_ARCH="aarch64"
[2025-06-26T21:06:55.897Z] SOURCE=".:git:d1f0ddc52725+"
[2025-06-26T21:06:55.897Z] IMPLEMENTOR="Eclipse Adoptium"
[2025-06-26T21:06:55.897Z] BUILD_SOURCE="git:5ec7cf95adce133a225cf1832d4b4915130b6a2a"
[2025-06-26T21:06:55.897Z] BUILD_SOURCE_REPO="https://github.com/adoptium/temurin-build.git"
[2025-06-26T21:06:55.898Z] SOURCE_REPO="https://github.com/adoptium/jdk8u.git"
[2025-06-26T21:06:55.898Z] FULL_VERSION="1.8.0_462-beta-202506262003-b07"
[2025-06-26T21:06:55.898Z] SEMANTIC_VERSION="8.0.462+7"
[2025-06-26T21:06:55.898Z] BUILD_INFO="OS: Linux Version: 6.8.0-39-generic"
[2025-06-26T21:06:55.898Z] JVM_VARIANT="Hotspot"
[2025-06-26T21:06:55.898Z] JVM_VERSION="25.462-b07"
[2025-06-26T21:06:55.898Z] IMAGE_TYPE="JDK"
[2025-06-26T21:06:55.898Z] =RELEASE INFO END=
[2025-06-26T21:06:55.898Z] get testKitGen...
[2025-06-26T21:06:55.898Z] git clone -q https://github.com/adoptium/TKG.git
[2025-06-26T21:06:56.265Z] git rev-parse master
[2025-06-26T21:06:56.265Z] git checkout -q -f 1828e310fd8fb3115fde605c41aea434b90143d0
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[2025-06-26T21:06:56.504Z] $ ssh-agent -k
[2025-06-26T21:06:56.510Z] unset SSH_AUTH_SOCK;
[2025-06-26T21:06:56.510Z] unset SSH_AGENT_PID;
[2025-06-26T21:06:56.510Z] echo Agent pid 11198 killed;
[2025-06-26T21:06:56.642Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
[2025-06-26T21:06:57.073Z] Rerun in Grinder: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=sanity.perf&BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=5&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=aarch64_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-aarch64-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&TEST_TIME=120&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=aqavit-bot&DYNAMIC_COMPILE=false&RELATED_NODES=&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&APPLICATION_OPTIONS=&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=&OPENJDK_SHA=&TRSS_URL=&RERUN_FAILURE=false&USE_TESTENV_PROPERTIES=false&BUILD_LIST=perf&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=499&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None
[Pipeline] echo
[2025-06-26T21:06:57.090Z] Rerun in Grinder on same machine: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=sanity.perf&BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=5&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=aarch64_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-rhel76-armv8-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-aarch64-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&TEST_TIME=120&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=aqavit-bot&DYNAMIC_COMPILE=false&RELATED_NODES=&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&APPLICATION_OPTIONS=&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=&OPENJDK_SHA=&TRSS_URL=&RERUN_FAILURE=false&USE_TESTENV_PROPERTIES=false&BUILD_LIST=perf&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=499&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None
[Pipeline] stage
[Pipeline] { (setupParallelEnv)
Did you forget the `def` keyword? Script1 seems to be setting a field named parallel_tests (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
[Pipeline] timeout
[2025-06-26T21:06:57.140Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] copyArtifacts
[2025-06-26T21:06:57.377Z] Copied 1 artifact from "getTRSSOutput" build number 1816
[Pipeline] sh
[2025-06-26T21:06:57.944Z] + cd ./aqa-tests/TKG/resources/TRSS
[2025-06-26T21:06:57.944Z] + gzip -cd TRSSOutput.tar.gz
[2025-06-26T21:06:57.944Z] + tar xof -
[2025-06-26T21:06:57.944Z] + rm TRSSOutput.tar.gz
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
[2025-06-26T21:06:58.057Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] echo
[2025-06-26T21:06:58.073Z] Custom URL: https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[Pipeline] sh
[2025-06-26T21:06:58.622Z] + perl ./aqa-tests/TKG/scripts/getDependencies.pl -path /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib -task default -customUrl https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[2025-06-26T21:06:59.895Z] --------------------------------------------
[2025-06-26T21:06:59.895Z] path is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-06-26T21:06:59.895Z] task is set to default
[2025-06-26T21:06:59.895Z] dependencyList is set to all
[2025-06-26T21:06:59.895Z] --------------------------------------------
[2025-06-26T21:06:59.895Z] Starting download third party dependent jars
[2025-06-26T21:06:59.895Z] --------------------------------------------
[2025-06-26T21:06:59.895Z] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-06-26T21:06:59.895Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/openj9jtregtimeouthandler.jar exists with correct hash, not downloading
[2025-06-26T21:06:59.895Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jaxb-api.jar exists with correct hash, not downloading
[2025-06-26T21:06:59.895Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/asm-all.jar exists with correct hash, not downloading
[2025-06-26T21:06:59.895Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/objenesis.jar exists with correct hash, not downloading
[2025-06-26T21:06:59.895Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/byte-buddy.jar exists with correct hash, not downloading
[2025-06-26T21:06:59.895Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jcommander.jar exists with correct hash, not downloading
[2025-06-26T21:06:59.895Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/junit4.jar exists with correct hash, not downloading
[2025-06-26T21:06:59.895Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jtreg_6_1.tar.gz exists with correct hash, not downloading
[2025-06-26T21:06:59.895Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/org.eclipse.osgi-3.16.100.jar exists with correct hash, not downloading
[2025-06-26T21:06:59.895Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jtreg_7_3_1_1.tar.gz exists with correct hash, not downloading
[2025-06-26T21:06:59.895Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-06-26T21:06:59.895Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/byte-buddy-agent.jar exists with correct hash, not downloading
[2025-06-26T21:06:59.895Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jtreg_7_5_1_1.tar.gz exists with correct hash, not downloading
[2025-06-26T21:06:59.895Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/testng.jar exists with correct hash, not downloading
[2025-06-26T21:06:59.895Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jtreg_5_1_b01.tar.gz exists with correct hash, not downloading
[2025-06-26T21:06:59.895Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jcstress-tests-all-20240222.jar exists with correct hash, not downloading
[2025-06-26T21:06:59.895Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//apache-maven-bin.tar.gz
[2025-06-26T21:07:01.702Z] ERROR: sha checksum error.
[2025-06-26T21:07:01.702Z] --> file downloaded to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/apache-maven-bin.tar.gz
[2025-06-26T21:07:01.702Z] Expected sha is: b06edaf09ae03e77d65a9fa6ffc2f6db311b8334,
[2025-06-26T21:07:01.702Z] Actual sha is : 7f15c63c129f036dd5c96b1a591ed8d888f75617.
[2025-06-26T21:07:01.788Z] Please delete /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/apache-maven-bin.tar.gz and rerun the program!
[Pipeline] }
[Pipeline] // timeout
[Pipeline] echo
[2025-06-26T21:07:01.814Z] Exception: hudson.AbortException: script returned exit code 255
[Pipeline] echo
[2025-06-26T21:07:01.819Z] Cannot pre-stage test libs from /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib on the machine. Skipping...
[Pipeline] nodesByLabel
[2025-06-26T21:07:01.839Z] Found a total of 2 nodes with the 'sw.os.linux&&hw.arch.aarch64&&ci.role.perf' label
[Pipeline] sh
[2025-06-26T21:07:02.412Z] + cd ./aqa-tests/TKG
[2025-06-26T21:07:02.414Z] ++ uname
[2025-06-26T21:07:02.414Z] + '[' Linux = AIX ']'
[2025-06-26T21:07:02.414Z] ++ uname
[2025-06-26T21:07:02.414Z] + '[' Linux = SunOS ']'
[2025-06-26T21:07:02.414Z] ++ uname
[2025-06-26T21:07:02.414Z] + '[' Linux = '*BSD' ']'
[2025-06-26T21:07:02.414Z] + MAKE=make
[2025-06-26T21:07:02.414Z] + make genParallelList TEST=sanity.perf TEST_TIME=120 NUM_MACHINES=
[2025-06-26T21:07:02.414Z] JAVA_HOME is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image
[2025-06-26T21:07:02.414Z] LIB_DIR is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-06-26T21:07:02.414Z] rm -f -r /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-06-26T21:07:02.414Z] mkdir -p /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-06-26T21:07:02.414Z] (ant -f ./scripts/build_tools.xml "-DTEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image" "-DTEST_ROOT=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/.." "-DLIB_DIR=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib" 2>&1; echo $? ) | tee "/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2025-06-26T21:07:02.414Z] if [ -z "$(tail -1 /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/output_compilation"; fi
[2025-06-26T21:07:02.414Z] Buildfile: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/scripts/build_tools.xml
[2025-06-26T21:07:03.251Z]
[2025-06-26T21:07:03.251Z] build:
[2025-06-26T21:07:03.251Z]
[2025-06-26T21:07:03.251Z] clean:
[2025-06-26T21:07:03.251Z]
[2025-06-26T21:07:03.251Z] init:
[2025-06-26T21:07:03.251Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/bin
[2025-06-26T21:07:03.251Z]
[2025-06-26T21:07:03.251Z] getDependentLibs:
[2025-06-26T21:07:03.653Z] [exec] --------------------------------------------
[2025-06-26T21:07:03.653Z] [exec] path is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-06-26T21:07:03.653Z] [exec] task is set to default
[2025-06-26T21:07:03.653Z] [exec] dependencyList is set to json_simple
[2025-06-26T21:07:03.653Z] [exec] --------------------------------------------
[2025-06-26T21:07:03.653Z] [exec] Starting download third party dependent jars
[2025-06-26T21:07:03.653Z] [exec] --------------------------------------------
[2025-06-26T21:07:03.653Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-06-26T21:07:03.653Z] [exec] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-06-26T21:07:03.653Z] [exec] downloaded dependent third party jars successfully
[2025-06-26T21:07:03.653Z]
[2025-06-26T21:07:03.653Z] compile:
[2025-06-26T21:07:03.653Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-06-26T21:07:03.653Z] [echo] ============COMPILER SETTINGS============
[2025-06-26T21:07:03.653Z] [echo] ===fork: yes
[2025-06-26T21:07:03.653Z] [echo] ===debug: on
[2025-06-26T21:07:03.653Z] [javac] Compiling 28 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/bin
[2025-06-26T21:07:06.238Z]
[2025-06-26T21:07:06.238Z] dist:
[2025-06-26T21:07:06.238Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/bin/TestKitGen.jar
[2025-06-26T21:07:06.238Z]
[2025-06-26T21:07:06.238Z] BUILD SUCCESSFUL
[2025-06-26T21:07:06.239Z] Total time: 3 seconds
[2025-06-26T21:07:06.239Z] 0
[2025-06-26T21:07:06.239Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image/bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector
[2025-06-26T21:07:06.239Z] Unfamiliar microArch detected in TKG. It will not be added in TKG microArch!
[2025-06-26T21:07:06.239Z] microArchOutput:
[2025-06-26T21:07:07.025Z] ****************************** MACHINE INFO ******************************
[2025-06-26T21:07:07.025Z] File path : /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG
[2025-06-26T21:07:07.025Z] Free Physical Memory Size : 4608229376
[2025-06-26T21:07:07.025Z] Free space (bytes) : 89094533120
[2025-06-26T21:07:07.025Z] Total Physical Memory Size : 7659192320
[2025-06-26T21:07:07.025Z] Total space (bytes) : 106616041472
[2025-06-26T21:07:07.025Z] Usable space (bytes) : 89094533120
[2025-06-26T21:07:07.025Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-06-26T21:07:07.025Z] bashVersion :
[2025-06-26T21:07:07.025Z] GNU bash, version 4.2.46(2)-release (aarch64-redhat-linux-gnu)
[2025-06-26T21:07:07.025Z] Copyright (C) 2011 Free Software Foundation, Inc.
[2025-06-26T21:07:07.025Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-06-26T21:07:07.025Z]
[2025-06-26T21:07:07.025Z] This is free software; you are free to change and redistribute it.
[2025-06-26T21:07:07.025Z] There is NO WARRANTY, to the extent permitted by law.
[2025-06-26T21:07:07.025Z] cpuCores : 4
[2025-06-26T21:07:07.025Z] curlVersion :
[2025-06-26T21:07:07.025Z] curl 7.79.1 (aarch64-unknown-linux-gnu) libcurl/7.79.1 OpenSSL/1.0.2k-fips zlib/1.2.7
[2025-06-26T21:07:07.025Z] Release-Date: 2021-09-22
[2025-06-26T21:07:07.025Z] Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
[2025-06-26T21:07:07.025Z] Features: alt-svc AsynchDNS HSTS HTTPS-proxy IPv6 Largefile libz NTLM NTLM_WB SSL UnixSockets
[2025-06-26T21:07:07.025Z] dockerVersion : bash: docker: command not found
[2025-06-26T21:07:07.025Z] gcc version : 4.8.5
[2025-06-26T21:07:07.025Z] gclibc version : ldd (GNU libc) 2.17
[2025-06-26T21:07:07.025Z] gdb version : bash: gdb: command not found
[2025-06-26T21:07:07.025Z] lldb version : Command could not be executed
[2025-06-26T21:07:07.025Z] makeVersion :
[2025-06-26T21:07:07.025Z] GNU Make 4.1
[2025-06-26T21:07:07.025Z] Built for aarch64-unknown-linux-gnu
[2025-06-26T21:07:07.025Z] Copyright (C) 1988-2014 Free Software Foundation, Inc.
[2025-06-26T21:07:07.025Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-06-26T21:07:07.025Z] This is free software: you are free to change and redistribute it.
[2025-06-26T21:07:07.025Z] There is NO WARRANTY, to the extent permitted by law.
[2025-06-26T21:07:07.025Z] mavenVersion :
[2025-06-26T21:07:07.025Z] [1mApache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)[m
[2025-06-26T21:07:07.025Z] Maven home: /usr/local/apache-maven-3.6.3
[2025-06-26T21:07:07.025Z] Java version: 1.8.0_462-beta, vendor: Temurin, runtime: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image/jre
[2025-06-26T21:07:07.025Z] Default locale: en_US, platform encoding: UTF-8
[2025-06-26T21:07:07.025Z] OS name: "linux", version: "4.14.0-115.33.1.el7a.aarch64", arch: "aarch64", family: "unix"
[2025-06-26T21:07:07.025Z] osInfo :
[2025-06-26T21:07:07.025Z] NAME="Red Hat Enterprise Linux Server"
[2025-06-26T21:07:07.025Z] VERSION="7.6 (Maipo)"
[2025-06-26T21:07:07.025Z] ID="rhel"
[2025-06-26T21:07:07.025Z] ID_LIKE="fedora"
[2025-06-26T21:07:07.025Z] VARIANT="Server"
[2025-06-26T21:07:07.025Z] VARIANT_ID="server"
[2025-06-26T21:07:07.025Z] VERSION_ID="7.6"
[2025-06-26T21:07:07.025Z] PRETTY_NAME="Red Hat Enterprise Linux Server 7.6 (Maipo)"
[2025-06-26T21:07:07.025Z] ANSI_COLOR="0;31"
[2025-06-26T21:07:07.025Z] CPE_NAME="cpe:/o:redhat:enterprise_linux:7.6:GA:server"
[2025-06-26T21:07:07.025Z] HOME_URL="https://www.redhat.com/"
[2025-06-26T21:07:07.025Z] BUG_REPORT_URL="https://bugzilla.redhat.com/"
[2025-06-26T21:07:07.025Z]
[2025-06-26T21:07:07.025Z] REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7"
[2025-06-26T21:07:07.025Z] REDHAT_BUGZILLA_PRODUCT_VERSION=7.6
[2025-06-26T21:07:07.025Z] REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
[2025-06-26T21:07:07.025Z] REDHAT_SUPPORT_PRODUCT_VERSION="7.6"
[2025-06-26T21:07:07.025Z] osLabel : rhel.7
[2025-06-26T21:07:07.025Z] perlVersion :
[2025-06-26T21:07:07.025Z]
[2025-06-26T21:07:07.025Z] This is perl 5, version 16, subversion 3 (v5.16.3) built for aarch64-linux-thread-multi
[2025-06-26T21:07:07.025Z] (with 39 registered patches, see perl -V for more detail)
[2025-06-26T21:07:07.025Z]
[2025-06-26T21:07:07.025Z] Copyright 1987-2012, Larry Wall
[2025-06-26T21:07:07.025Z]
[2025-06-26T21:07:07.025Z] Perl may be copied only under the terms of either the Artistic License or the
[2025-06-26T21:07:07.025Z] GNU General Public License, which may be found in the Perl 5 source kit.
[2025-06-26T21:07:07.025Z]
[2025-06-26T21:07:07.025Z] Complete documentation for Perl, including FAQ lists, should be found on
[2025-06-26T21:07:07.025Z] this system using "man perl" or "perldoc perl". If you have access to the
[2025-06-26T21:07:07.025Z] Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[2025-06-26T21:07:07.025Z]
[2025-06-26T21:07:07.025Z] podmanVersion : bash: podman: command not found
[2025-06-26T21:07:07.025Z] procArch : aarch64
[2025-06-26T21:07:07.025Z] sysArch : aarch64
[2025-06-26T21:07:07.025Z] sysOS : Linux
[2025-06-26T21:07:07.025Z] ulimit :
[2025-06-26T21:07:07.025Z] core file size (blocks, -c) 0
[2025-06-26T21:07:07.025Z] data seg size (kbytes, -d) unlimited
[2025-06-26T21:07:07.025Z] scheduling priority (-e) 0
[2025-06-26T21:07:07.025Z] file size (blocks, -f) unlimited
[2025-06-26T21:07:07.025Z] pending signals (-i) 7270
[2025-06-26T21:07:07.025Z] max locked memory (kbytes, -l) 64
[2025-06-26T21:07:07.025Z] max memory size (kbytes, -m) unlimited
[2025-06-26T21:07:07.025Z] open files (-n) 4096
[2025-06-26T21:07:07.025Z] pipe size (512 bytes, -p) 8
[2025-06-26T21:07:07.025Z] POSIX message queues (bytes, -q) 819200
[2025-06-26T21:07:07.025Z] real-time priority (-r) 0
[2025-06-26T21:07:07.025Z] stack size (kbytes, -s) 8192
[2025-06-26T21:07:07.025Z] cpu time (seconds, -t) unlimited
[2025-06-26T21:07:07.025Z] max user processes (-u) 4096
[2025-06-26T21:07:07.025Z] virtual memory (kbytes, -v) unlimited
[2025-06-26T21:07:07.025Z] file locks (-x) unlimited
[2025-06-26T21:07:07.025Z] uname : Linux test-aws-rhel76-armv8-1.adoptopenjdk.net 4.14.0-115.33.1.el7a.aarch64 #1 SMP Mon Oct 26 17:46:13 EDT 2020 aarch64 aarch64 aarch64 GNU/Linux
[2025-06-26T21:07:07.025Z] vmVendor : Oracle Corporation
[2025-06-26T21:07:07.025Z] vmVersion : 25.462-b07
[2025-06-26T21:07:07.025Z] xlc version : bash: xlC: command not found
[2025-06-26T21:07:07.025Z] **************************************************************************
[2025-06-26T21:07:07.025Z]
[2025-06-26T21:07:07.025Z] System.getProperty('java.vm.name')=OpenJDK 64-Bit Server VM
[2025-06-26T21:07:07.025Z]
[2025-06-26T21:07:07.025Z] System.getProperty('java.vendor')=Temurin
[2025-06-26T21:07:07.025Z]
[2025-06-26T21:07:07.025Z] System.getProperty('os.name')=Linux
[2025-06-26T21:07:07.025Z]
[2025-06-26T21:07:07.025Z] System.getProperty('os.arch')=aarch64
[2025-06-26T21:07:07.025Z]
[2025-06-26T21:07:07.025Z] System.getProperty('java.fullversion')=null
[2025-06-26T21:07:07.025Z]
[2025-06-26T21:07:07.025Z] System.getProperty('sun.arch.data.model')=64
[2025-06-26T21:07:07.025Z]
[2025-06-26T21:07:07.025Z] make -f makeGen.mk AUTO_DETECT=true MODE=parallelList NUM_MACHINES= TEST_TIME=120 TESTTARGET=sanity.perf TESTLIST= TRSS_URL= LIB_DIR=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-06-26T21:07:07.025Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG'
[2025-06-26T21:07:07.025Z] perl scripts/configure.pl
[2025-06-26T21:07:07.025Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image/bin/java -cp "./bin/TestKitGen.jar:/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=parallelList --spec=linux_aarch64 --microArch="" --osLabel="rhel.7" --jdkVersion=8 --impl=hotspot --vendor="temurin" --buildList=perf --iterations=1 --aotIterations= --testFlag= --testTarget=sanity.perf --testList= --numOfMachines= --testTime=120 --TRSSURL=
[2025-06-26T21:07:07.851Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2025-06-26T21:07:07.851Z]
[2025-06-26T21:07:07.851Z]
[2025-06-26T21:07:07.851Z] Starting to generate parallel test lists.
[2025-06-26T21:07:07.851Z]
[2025-06-26T21:07:07.851Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/bumbleBench/playlist.xml
[2025-06-26T21:07:07.851Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/dacapo/playlist.xml
[2025-06-26T21:07:08.239Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/idle_micro/playlist.xml
[2025-06-26T21:07:08.239Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/liberty/playlist.xml
[2025-06-26T21:07:08.239Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/renaissance/playlist.xml
[2025-06-26T21:07:08.239Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/specjbb/playlist.xml
[2025-06-26T21:07:08.239Z] Attempting to get test duration data from TRSS.
[2025-06-26T21:07:08.239Z] curl --silent --max-time 120 -L -k https://trss.adoptopenjdk.net/api/getTestAvgDuration?limit=10&jdkVersion=8&impl=hs&platform=aarch64_linux&group=perf&level=sanity
[2025-06-26T21:07:08.239Z] Attempting to get test duration data from cached files.
[2025-06-26T21:07:08.239Z]
[2025-06-26T21:07:08.239Z] TEST DURATION
[2025-06-26T21:07:08.239Z] ====================================================================================
[2025-06-26T21:07:08.239Z] Total number of tests searched: 9
[2025-06-26T21:07:08.239Z] Number of test durations found: 9
[2025-06-26T21:07:08.239Z] Top slowest tests:
[2025-06-26T21:07:08.239Z] 00m44s dacapo-eclipse_0
[2025-06-26T21:07:08.239Z] 00m15s dacapo-h2_0
[2025-06-26T21:07:08.239Z] 00m01s renaissance-scala-kmeans_0
[2025-06-26T21:07:08.239Z] ====================================================================================
[2025-06-26T21:07:08.239Z]
[2025-06-26T21:07:08.239Z] Test target is split into 1 lists.
[2025-06-26T21:07:08.239Z] Reducing estimated test running time from 01m03s to 01m03s.
[2025-06-26T21:07:08.239Z]
[2025-06-26T21:07:08.239Z] -------------------------------------testList_0-------------------------------------
[2025-06-26T21:07:08.239Z] Number of tests: 9
[2025-06-26T21:07:08.239Z] Estimated running time: 01m03s
[2025-06-26T21:07:08.239Z] TESTLIST=dacapo-eclipse_0,dacapo-h2_0,renaissance-scala-kmeans_0,renaissance-future-genetic_0,renaissance-fj-kmeans_0,dacapo-lusearch-fix_0,renaissance-akka-uct_0,renaissance-naive-bayes_0,IdleMicrobenchmark_HS_0
[2025-06-26T21:07:08.239Z] ------------------------------------------------------------------------------------
[2025-06-26T21:07:08.239Z]
[2025-06-26T21:07:08.239Z] Parallel test lists file (/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/parallelList.mk) is generated successfully.
[2025-06-26T21:07:08.328Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG'
[Pipeline] fileExists
[Pipeline] echo
[2025-06-26T21:07:08.381Z] read parallelList.mk file: aqa-tests/TKG/parallelList.mk
[Pipeline] readProperties
[Pipeline] echo
[2025-06-26T21:07:08.498Z] Number of test list is 1, no need to run tests in child job.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] echo
[2025-06-26T21:07:08.553Z] Building tests...
[Pipeline] timeout
[2025-06-26T21:07:08.560Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] echo
[2025-06-26T21:07:08.640Z] Custom URL: https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[Pipeline] sh
[2025-06-26T21:07:09.194Z] + perl ./aqa-tests/TKG/scripts/getDependencies.pl -path /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib -task default -customUrl https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[2025-06-26T21:07:10.471Z] --------------------------------------------
[2025-06-26T21:07:10.471Z] path is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-06-26T21:07:10.471Z] task is set to default
[2025-06-26T21:07:10.471Z] dependencyList is set to all
[2025-06-26T21:07:10.471Z] --------------------------------------------
[2025-06-26T21:07:10.471Z] Starting download third party dependent jars
[2025-06-26T21:07:10.471Z] --------------------------------------------
[2025-06-26T21:07:10.471Z] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-06-26T21:07:10.471Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/openj9jtregtimeouthandler.jar exists with correct hash, not downloading
[2025-06-26T21:07:10.471Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jaxb-api.jar exists with correct hash, not downloading
[2025-06-26T21:07:10.471Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/asm-all.jar exists with correct hash, not downloading
[2025-06-26T21:07:10.471Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/objenesis.jar exists with correct hash, not downloading
[2025-06-26T21:07:10.471Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/byte-buddy.jar exists with correct hash, not downloading
[2025-06-26T21:07:10.471Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jcommander.jar exists with correct hash, not downloading
[2025-06-26T21:07:10.471Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/junit4.jar exists with correct hash, not downloading
[2025-06-26T21:07:10.471Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jtreg_6_1.tar.gz exists with correct hash, not downloading
[2025-06-26T21:07:10.471Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/org.eclipse.osgi-3.16.100.jar exists with correct hash, not downloading
[2025-06-26T21:07:10.471Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jtreg_7_3_1_1.tar.gz exists with correct hash, not downloading
[2025-06-26T21:07:10.471Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-06-26T21:07:10.471Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/byte-buddy-agent.jar exists with correct hash, not downloading
[2025-06-26T21:07:10.471Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jtreg_7_5_1_1.tar.gz exists with correct hash, not downloading
[2025-06-26T21:07:10.471Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/testng.jar exists with correct hash, not downloading
[2025-06-26T21:07:10.471Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jtreg_5_1_b01.tar.gz exists with correct hash, not downloading
[2025-06-26T21:07:10.471Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jcstress-tests-all-20240222.jar exists with correct hash, not downloading
[2025-06-26T21:07:10.471Z] downloading https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact//apache-maven-bin.tar.gz
[2025-06-26T21:07:11.281Z] ERROR: sha checksum error.
[2025-06-26T21:07:11.281Z] --> file downloaded to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/apache-maven-bin.tar.gz
[2025-06-26T21:07:11.281Z] Expected sha is: b06edaf09ae03e77d65a9fa6ffc2f6db311b8334,
[2025-06-26T21:07:11.282Z] Actual sha is : 7f15c63c129f036dd5c96b1a591ed8d888f75617.
[2025-06-26T21:07:11.375Z] Please delete /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/apache-maven-bin.tar.gz and rerun the program!
[Pipeline] }
[Pipeline] // timeout
[Pipeline] echo
[2025-06-26T21:07:11.420Z] Exception: hudson.AbortException: script returned exit code 255
[Pipeline] echo
[2025-06-26T21:07:11.423Z] Cannot pre-stage test libs from /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib on the machine. Skipping...
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] withCredentials
[2025-06-26T21:07:11.599Z] Masking supported pattern matches of $USERNAME or $PASSWORD
[Pipeline] {
[Pipeline] dir
[2025-06-26T21:07:11.645Z] Running in /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests
[Pipeline] {
[Pipeline] sshagent
[2025-06-26T21:07:11.704Z] $ ssh-agent
[2025-06-26T21:07:11.843Z] SSH_AUTH_SOCK=/tmp/ssh-whRiI9WdjMvH/agent.11637
[2025-06-26T21:07:11.844Z] SSH_AGENT_PID=11639
[2025-06-26T21:07:11.844Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2025-06-26T21:07:12.398Z] + bash ./compile.sh
[2025-06-26T21:07:12.398Z] JAVA_HOME is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image
[2025-06-26T21:07:12.398Z] LIB_DIR is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-06-26T21:07:12.398Z] rm -f -r /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-06-26T21:07:12.398Z] mkdir -p /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-06-26T21:07:12.398Z] (ant -f ./scripts/build_tools.xml "-DTEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image" "-DTEST_ROOT=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/.." "-DLIB_DIR=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib" 2>&1; echo $? ) | tee "/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2025-06-26T21:07:12.398Z] if [ -z "$(tail -1 /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/output_compilation"; fi
[2025-06-26T21:07:12.398Z] Buildfile: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/scripts/build_tools.xml
[2025-06-26T21:07:13.221Z]
[2025-06-26T21:07:13.221Z] build:
[2025-06-26T21:07:13.221Z]
[2025-06-26T21:07:13.221Z] clean:
[2025-06-26T21:07:13.222Z] [delete] Deleting: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/autoGenEnv.mk
[2025-06-26T21:07:13.222Z] [delete] Deleting directory /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/bin
[2025-06-26T21:07:13.222Z]
[2025-06-26T21:07:13.222Z] init:
[2025-06-26T21:07:13.222Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/bin
[2025-06-26T21:07:13.222Z]
[2025-06-26T21:07:13.222Z] getDependentLibs:
[2025-06-26T21:07:13.222Z] [exec] --------------------------------------------
[2025-06-26T21:07:13.222Z] [exec] path is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-06-26T21:07:13.222Z] [exec] task is set to default
[2025-06-26T21:07:13.222Z] [exec] dependencyList is set to json_simple
[2025-06-26T21:07:13.222Z] [exec] --------------------------------------------
[2025-06-26T21:07:13.222Z] [exec] Starting download third party dependent jars
[2025-06-26T21:07:13.222Z] [exec] --------------------------------------------
[2025-06-26T21:07:13.222Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-06-26T21:07:13.222Z] [exec] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-06-26T21:07:13.222Z] [exec] downloaded dependent third party jars successfully
[2025-06-26T21:07:13.587Z]
[2025-06-26T21:07:13.587Z] compile:
[2025-06-26T21:07:13.587Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-06-26T21:07:13.588Z] [echo] ============COMPILER SETTINGS============
[2025-06-26T21:07:13.588Z] [echo] ===fork: yes
[2025-06-26T21:07:13.588Z] [echo] ===debug: on
[2025-06-26T21:07:13.588Z] [javac] Compiling 28 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/bin
[2025-06-26T21:07:16.099Z]
[2025-06-26T21:07:16.099Z] dist:
[2025-06-26T21:07:16.100Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/bin/TestKitGen.jar
[2025-06-26T21:07:16.100Z]
[2025-06-26T21:07:16.100Z] BUILD SUCCESSFUL
[2025-06-26T21:07:16.100Z] Total time: 3 seconds
[2025-06-26T21:07:16.100Z] 0
[2025-06-26T21:07:16.100Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image/bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector
[2025-06-26T21:07:16.100Z] Unfamiliar microArch detected in TKG. It will not be added in TKG microArch!
[2025-06-26T21:07:16.100Z] microArchOutput:
[2025-06-26T21:07:16.880Z] ****************************** MACHINE INFO ******************************
[2025-06-26T21:07:16.880Z] File path : /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG
[2025-06-26T21:07:16.880Z] Free Physical Memory Size : 4598595584
[2025-06-26T21:07:16.880Z] Free space (bytes) : 89094459392
[2025-06-26T21:07:16.880Z] Total Physical Memory Size : 7659192320
[2025-06-26T21:07:16.880Z] Total space (bytes) : 106616041472
[2025-06-26T21:07:16.880Z] Usable space (bytes) : 89094459392
[2025-06-26T21:07:16.880Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-06-26T21:07:16.880Z] bashVersion :
[2025-06-26T21:07:16.880Z] GNU bash, version 4.2.46(2)-release (aarch64-redhat-linux-gnu)
[2025-06-26T21:07:16.881Z] Copyright (C) 2011 Free Software Foundation, Inc.
[2025-06-26T21:07:16.881Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-06-26T21:07:16.881Z]
[2025-06-26T21:07:16.881Z] This is free software; you are free to change and redistribute it.
[2025-06-26T21:07:16.881Z] There is NO WARRANTY, to the extent permitted by law.
[2025-06-26T21:07:16.881Z] cpuCores : 4
[2025-06-26T21:07:16.881Z] curlVersion :
[2025-06-26T21:07:16.881Z] curl 7.79.1 (aarch64-unknown-linux-gnu) libcurl/7.79.1 OpenSSL/1.0.2k-fips zlib/1.2.7
[2025-06-26T21:07:16.881Z] Release-Date: 2021-09-22
[2025-06-26T21:07:16.881Z] Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
[2025-06-26T21:07:16.881Z] Features: alt-svc AsynchDNS HSTS HTTPS-proxy IPv6 Largefile libz NTLM NTLM_WB SSL UnixSockets
[2025-06-26T21:07:16.881Z] dockerVersion : bash: docker: command not found
[2025-06-26T21:07:16.881Z] gcc version : 4.8.5
[2025-06-26T21:07:16.881Z] gclibc version : ldd (GNU libc) 2.17
[2025-06-26T21:07:16.881Z] gdb version : bash: gdb: command not found
[2025-06-26T21:07:16.881Z] lldb version : Command could not be executed
[2025-06-26T21:07:16.881Z] makeVersion :
[2025-06-26T21:07:16.881Z] GNU Make 4.1
[2025-06-26T21:07:16.881Z] Built for aarch64-unknown-linux-gnu
[2025-06-26T21:07:16.881Z] Copyright (C) 1988-2014 Free Software Foundation, Inc.
[2025-06-26T21:07:16.881Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-06-26T21:07:16.881Z] This is free software: you are free to change and redistribute it.
[2025-06-26T21:07:16.881Z] There is NO WARRANTY, to the extent permitted by law.
[2025-06-26T21:07:16.881Z] mavenVersion :
[2025-06-26T21:07:16.881Z] [1mApache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)[m
[2025-06-26T21:07:16.881Z] Maven home: /usr/local/apache-maven-3.6.3
[2025-06-26T21:07:16.881Z] Java version: 1.8.0_462-beta, vendor: Temurin, runtime: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image/jre
[2025-06-26T21:07:16.881Z] Default locale: en_US, platform encoding: UTF-8
[2025-06-26T21:07:16.881Z] OS name: "linux", version: "4.14.0-115.33.1.el7a.aarch64", arch: "aarch64", family: "unix"
[2025-06-26T21:07:16.881Z] osInfo :
[2025-06-26T21:07:16.881Z] NAME="Red Hat Enterprise Linux Server"
[2025-06-26T21:07:16.881Z] VERSION="7.6 (Maipo)"
[2025-06-26T21:07:16.881Z] ID="rhel"
[2025-06-26T21:07:16.881Z] ID_LIKE="fedora"
[2025-06-26T21:07:16.881Z] VARIANT="Server"
[2025-06-26T21:07:16.881Z] VARIANT_ID="server"
[2025-06-26T21:07:16.881Z] VERSION_ID="7.6"
[2025-06-26T21:07:16.881Z] PRETTY_NAME="Red Hat Enterprise Linux Server 7.6 (Maipo)"
[2025-06-26T21:07:16.881Z] ANSI_COLOR="0;31"
[2025-06-26T21:07:16.881Z] CPE_NAME="cpe:/o:redhat:enterprise_linux:7.6:GA:server"
[2025-06-26T21:07:16.881Z] HOME_URL="https://www.redhat.com/"
[2025-06-26T21:07:16.881Z] BUG_REPORT_URL="https://bugzilla.redhat.com/"
[2025-06-26T21:07:16.881Z]
[2025-06-26T21:07:16.881Z] REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7"
[2025-06-26T21:07:16.881Z] REDHAT_BUGZILLA_PRODUCT_VERSION=7.6
[2025-06-26T21:07:16.881Z] REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
[2025-06-26T21:07:16.881Z] REDHAT_SUPPORT_PRODUCT_VERSION="7.6"
[2025-06-26T21:07:16.881Z] osLabel : rhel.7
[2025-06-26T21:07:16.881Z] perlVersion :
[2025-06-26T21:07:16.881Z]
[2025-06-26T21:07:16.881Z] This is perl 5, version 16, subversion 3 (v5.16.3) built for aarch64-linux-thread-multi
[2025-06-26T21:07:16.881Z] (with 39 registered patches, see perl -V for more detail)
[2025-06-26T21:07:16.881Z]
[2025-06-26T21:07:16.881Z] Copyright 1987-2012, Larry Wall
[2025-06-26T21:07:16.881Z]
[2025-06-26T21:07:16.881Z] Perl may be copied only under the terms of either the Artistic License or the
[2025-06-26T21:07:16.881Z] GNU General Public License, which may be found in the Perl 5 source kit.
[2025-06-26T21:07:16.881Z]
[2025-06-26T21:07:16.881Z] Complete documentation for Perl, including FAQ lists, should be found on
[2025-06-26T21:07:16.881Z] this system using "man perl" or "perldoc perl". If you have access to the
[2025-06-26T21:07:16.881Z] Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[2025-06-26T21:07:16.881Z]
[2025-06-26T21:07:16.881Z] podmanVersion : bash: podman: command not found
[2025-06-26T21:07:16.881Z] procArch : aarch64
[2025-06-26T21:07:16.881Z] sysArch : aarch64
[2025-06-26T21:07:16.881Z] sysOS : Linux
[2025-06-26T21:07:16.881Z] ulimit :
[2025-06-26T21:07:16.881Z] core file size (blocks, -c) 0
[2025-06-26T21:07:16.881Z] data seg size (kbytes, -d) unlimited
[2025-06-26T21:07:16.881Z] scheduling priority (-e) 0
[2025-06-26T21:07:16.881Z] file size (blocks, -f) unlimited
[2025-06-26T21:07:16.881Z] pending signals (-i) 7270
[2025-06-26T21:07:16.881Z] max locked memory (kbytes, -l) 64
[2025-06-26T21:07:16.881Z] max memory size (kbytes, -m) unlimited
[2025-06-26T21:07:16.881Z] open files (-n) 4096
[2025-06-26T21:07:16.881Z] pipe size (512 bytes, -p) 8
[2025-06-26T21:07:16.881Z] POSIX message queues (bytes, -q) 819200
[2025-06-26T21:07:16.881Z] real-time priority (-r) 0
[2025-06-26T21:07:16.881Z] stack size (kbytes, -s) 8192
[2025-06-26T21:07:16.881Z] cpu time (seconds, -t) unlimited
[2025-06-26T21:07:16.881Z] max user processes (-u) 4096
[2025-06-26T21:07:16.881Z] virtual memory (kbytes, -v) unlimited
[2025-06-26T21:07:16.881Z] file locks (-x) unlimited
[2025-06-26T21:07:16.881Z] uname : Linux test-aws-rhel76-armv8-1.adoptopenjdk.net 4.14.0-115.33.1.el7a.aarch64 #1 SMP Mon Oct 26 17:46:13 EDT 2020 aarch64 aarch64 aarch64 GNU/Linux
[2025-06-26T21:07:16.881Z] vmVendor : Oracle Corporation
[2025-06-26T21:07:16.881Z] vmVersion : 25.462-b07
[2025-06-26T21:07:16.881Z] xlc version : bash: xlC: command not found
[2025-06-26T21:07:16.881Z] **************************************************************************
[2025-06-26T21:07:16.881Z]
[2025-06-26T21:07:16.881Z] System.getProperty('java.vm.name')=OpenJDK 64-Bit Server VM
[2025-06-26T21:07:16.881Z]
[2025-06-26T21:07:16.881Z] System.getProperty('java.vendor')=Temurin
[2025-06-26T21:07:16.881Z]
[2025-06-26T21:07:16.881Z] System.getProperty('os.name')=Linux
[2025-06-26T21:07:16.881Z]
[2025-06-26T21:07:16.881Z] System.getProperty('os.arch')=aarch64
[2025-06-26T21:07:16.881Z]
[2025-06-26T21:07:16.881Z] System.getProperty('java.fullversion')=null
[2025-06-26T21:07:16.881Z]
[2025-06-26T21:07:16.881Z] System.getProperty('sun.arch.data.model')=64
[2025-06-26T21:07:16.881Z]
[2025-06-26T21:07:16.881Z] make -f clean.mk cleanBuild
[2025-06-26T21:07:16.881Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG'
[2025-06-26T21:07:17.246Z] rm -f -r /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../../jvmtest
[2025-06-26T21:07:17.247Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG'
[2025-06-26T21:07:17.247Z] make -f compile.mk compile
[2025-06-26T21:07:17.247Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG'
[2025-06-26T21:07:17.247Z] rm -f -r /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-06-26T21:07:17.247Z] mkdir -p /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-06-26T21:07:17.247Z] (ant -f scripts/build_test.xml "-DTEST_ROOT=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/.." "-DBUILD_ROOT=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../../jvmtest" "-DJDK_VERSION=8" "-DJDK_IMPL=hotspot" "-DJDK_VENDOR=temurin" "-DJCL_VERSION=latest" "-DBUILD_LIST=perf" "-DRESOURCES_DIR=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../../jvmtest/TestConfig/resources" "-DSPEC=linux_aarch64" "-DTEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image" "-DJVM_VERSION=openjdk8" "-DLIB_DIR=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib" 2>&1; echo $? ) | tee "/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2025-06-26T21:07:17.248Z] if [ -z "$(tail -1 /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/output_compilation"; fi
[2025-06-26T21:07:17.628Z] Buildfile: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/scripts/build_test.xml
[2025-06-26T21:07:18.421Z] [echo] build.list is TestConfig/build.xml,perf/build.xml
[2025-06-26T21:07:18.421Z]
[2025-06-26T21:07:18.421Z] -create_test_directory:
[2025-06-26T21:07:18.421Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest
[2025-06-26T21:07:18.421Z]
[2025-06-26T21:07:18.421Z] stage_test_material:
[2025-06-26T21:07:18.786Z] [copy] Copying 587 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest
[2025-06-26T21:07:19.152Z]
[2025-06-26T21:07:19.152Z] build:
[2025-06-26T21:07:19.152Z]
[2025-06-26T21:07:19.152Z] init:
[2025-06-26T21:07:19.152Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf
[2025-06-26T21:07:19.152Z]
[2025-06-26T21:07:19.152Z] dist:
[2025-06-26T21:07:19.152Z] [copy] Copying 1 file to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf
[2025-06-26T21:07:19.152Z]
[2025-06-26T21:07:19.152Z] build:
[2025-06-26T21:07:19.152Z]
[2025-06-26T21:07:19.152Z] build:
[2025-06-26T21:07:19.152Z]
[2025-06-26T21:07:19.152Z] init:
[2025-06-26T21:07:19.152Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/bumbleBench
[2025-06-26T21:07:19.152Z]
[2025-06-26T21:07:19.152Z] getBumbleBench:
[2025-06-26T21:07:19.152Z] [echo] Cloning BumbleBench
[2025-06-26T21:07:19.152Z] [echo] git clone --depth 1 -b master https://github.com/adoptium/bumblebench.git
[2025-06-26T21:07:19.152Z] [exec] Cloning into 'bumblebench'...
[2025-06-26T21:07:19.941Z]
[2025-06-26T21:07:19.941Z] buildBumbleBench:
[2025-06-26T21:07:19.941Z] [echo] Building BumbleBench
[2025-06-26T21:07:19.941Z]
[2025-06-26T21:07:19.941Z] compile-all:
[2025-06-26T21:07:19.941Z] [javac] Compiling 8 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-06-26T21:07:21.458Z] [javac] Note: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench/net/adoptopenjdk/bumblebench/core/Launcher.java uses unchecked or unsafe operations.
[2025-06-26T21:07:21.458Z] [javac] Note: Recompile with -Xlint:unchecked for details.
[2025-06-26T21:07:21.458Z] [javac] Compiling 1 source file to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-06-26T21:07:21.458Z] [javac] Compiling 11 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-06-26T21:07:21.458Z] [javac] Compiling 5 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-06-26T21:07:21.458Z] [javac] Compiling 9 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-06-26T21:07:21.859Z] [javac] Compiling 1 source file to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-06-26T21:07:21.859Z] [javac] Compiling 2 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-06-26T21:07:21.859Z] [javac] Compiling 8 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-06-26T21:07:22.234Z] [javac] Compiling 6 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-06-26T21:07:22.234Z] [javac] Compiling 5 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-06-26T21:07:22.613Z] [javac] Compiling 7 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-06-26T21:07:22.613Z] [javac] Compiling 8 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-06-26T21:07:22.984Z] [javac] Compiling 2 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-06-26T21:07:22.984Z] [javac] Compiling 4 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-06-26T21:07:22.984Z] [javac] Compiling 5 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-06-26T21:07:22.984Z]
[2025-06-26T21:07:22.984Z] dist:
[2025-06-26T21:07:22.984Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench/BumbleBench.jar
[2025-06-26T21:07:23.357Z]
[2025-06-26T21:07:23.357Z] dist:
[2025-06-26T21:07:23.357Z] [copy] Copying 126 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/bumbleBench
[2025-06-26T21:07:23.357Z]
[2025-06-26T21:07:23.357Z] build:
[2025-06-26T21:07:23.357Z]
[2025-06-26T21:07:23.357Z] getDependentLibs:
[2025-06-26T21:07:37.031Z] [exec] --------------------------------------------
[2025-06-26T21:07:37.031Z] [exec] path is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-06-26T21:07:37.031Z] [exec] task is set to default
[2025-06-26T21:07:37.031Z] [exec] dependencyList is set to dacapo
[2025-06-26T21:07:37.031Z] [exec] --------------------------------------------
[2025-06-26T21:07:37.031Z] [exec] Starting download third party dependent jars
[2025-06-26T21:07:37.031Z] [exec] --------------------------------------------
[2025-06-26T21:07:37.032Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-06-26T21:07:37.032Z] [exec] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/dacapo.zip exists with correct hash, not downloading
[2025-06-26T21:07:37.032Z] [exec] downloaded dependent third party jars successfully
[2025-06-26T21:07:37.032Z]
[2025-06-26T21:07:37.032Z] init:
[2025-06-26T21:07:37.032Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/dacapo
[2025-06-26T21:07:37.032Z]
[2025-06-26T21:07:37.032Z] getDacapoSuite:
[2025-06-26T21:07:37.032Z] [unzip] Expanding: /home/jenkins/testDependency/lib/dacapo.zip into /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/dacapo
[2025-06-26T21:08:17.867Z] [move] Moving 1 file to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/dacapo
[2025-06-26T21:08:17.867Z] [move] Moving 10669 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/dacapo/dacapo
[2025-06-26T21:08:17.867Z]
[2025-06-26T21:08:17.867Z] dist:
[2025-06-26T21:08:17.867Z] [copy] Copying 2 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/dacapo
[2025-06-26T21:08:17.867Z]
[2025-06-26T21:08:17.867Z] build:
[2025-06-26T21:08:17.867Z]
[2025-06-26T21:08:17.867Z] init:
[2025-06-26T21:08:17.867Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/idle_micro
[2025-06-26T21:08:17.867Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/idle_micro/bin
[2025-06-26T21:08:17.867Z]
[2025-06-26T21:08:17.867Z] compile:
[2025-06-26T21:08:17.867Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-06-26T21:08:17.867Z] [echo] ============COMPILER SETTINGS============
[2025-06-26T21:08:17.867Z] [echo] ===fork: yes
[2025-06-26T21:08:17.867Z] [echo] ===executable: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image/bin/javac
[2025-06-26T21:08:17.867Z] [echo] ===debug: on
[2025-06-26T21:08:17.867Z] [echo] ===destdir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../../jvmtest/perf/idle_micro
[2025-06-26T21:08:17.867Z] [javac] Compiling 3 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/idle_micro/bin
[2025-06-26T21:08:17.867Z]
[2025-06-26T21:08:17.867Z] dist:
[2025-06-26T21:08:17.867Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/idle_micro/IdleMicrobenchmark.jar
[2025-06-26T21:08:17.867Z] [copy] Copying 2 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/idle_micro
[2025-06-26T21:08:17.867Z] [copy] Copying 2 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/idle_micro
[2025-06-26T21:08:17.867Z] [copy] Copying 7 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/idle_micro
[2025-06-26T21:08:17.867Z]
[2025-06-26T21:08:17.867Z] clean:
[2025-06-26T21:08:17.867Z] [delete] Deleting directory /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/idle_micro/bin
[2025-06-26T21:08:17.867Z]
[2025-06-26T21:08:17.867Z] build:
[2025-06-26T21:08:17.867Z]
[2025-06-26T21:08:17.867Z] build:
[2025-06-26T21:08:17.867Z]
[2025-06-26T21:08:17.867Z] init:
[2025-06-26T21:08:17.867Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/renaissance
[2025-06-26T21:08:17.867Z]
[2025-06-26T21:08:17.867Z] getRenaissanceSuite:
[2025-06-26T21:08:17.867Z] [echo] curl -Lks -C - https://github.com/renaissance-benchmarks/renaissance/releases/download/v0.16.0/renaissance-mit-0.16.0.jar -o renaissance.jar
[2025-06-26T21:08:18.650Z]
[2025-06-26T21:08:18.650Z] dist:
[2025-06-26T21:08:18.650Z] [copy] Copying 3 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/renaissance
[2025-06-26T21:08:19.017Z]
[2025-06-26T21:08:19.017Z] build:
[2025-06-26T21:08:19.017Z]
[2025-06-26T21:08:19.017Z] init:
[2025-06-26T21:08:19.017Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/specjbb
[2025-06-26T21:08:19.017Z]
[2025-06-26T21:08:19.017Z] getSpecjbbSuite:
[2025-06-26T21:08:19.017Z]
[2025-06-26T21:08:19.017Z] dist:
[2025-06-26T21:08:19.017Z] [copy] Copying 3 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/specjbb/run
[2025-06-26T21:08:19.383Z]
[2025-06-26T21:08:19.383Z] BUILD SUCCESSFUL
[2025-06-26T21:08:19.383Z] Total time: 1 minute 1 second
[2025-06-26T21:08:19.383Z] 0
[2025-06-26T21:08:19.383Z]
[2025-06-26T21:08:19.383Z]
[2025-06-26T21:08:19.383Z] RECORD TEST REPOs SHA
[2025-06-26T21:08:19.383Z] cd "/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/scripts"; \
[2025-06-26T21:08:19.383Z] bash "getSHAs.sh" --test_root_dir "/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/.." --shas_file "/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/SHAs.txt"
[2025-06-26T21:08:19.383Z] Check shas in /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/.. and store the info in /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/SHAs.txt
[2025-06-26T21:08:19.383Z] touch /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/SHAs.txt
[2025-06-26T21:08:19.748Z] ================================================
[2025-06-26T21:08:19.749Z] timestamp: 20250626-210819
[2025-06-26T21:08:19.749Z] repo dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests
[2025-06-26T21:08:19.749Z] git repo:
[2025-06-26T21:08:21.024Z] Fetch URL: https://github.com/adoptium/aqa-tests.git
[2025-06-26T21:08:21.024Z] sha:
[2025-06-26T21:08:21.024Z] 2480cb6f040d1f208ba3fa3684beaa4f7dcbb069
[2025-06-26T21:08:21.024Z] ================================================
[2025-06-26T21:08:21.024Z] timestamp: 20250626-210820
[2025-06-26T21:08:21.025Z] repo dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-06-26T21:08:21.025Z] git repo:
[2025-06-26T21:08:21.025Z] Fetch URL: https://github.com/adoptium/bumblebench.git
[2025-06-26T21:08:21.025Z] sha:
[2025-06-26T21:08:21.025Z] 4ec780b716e7617094cce740d3b085ca4637ee0f
[2025-06-26T21:08:21.025Z] ================================================
[2025-06-26T21:08:21.025Z] timestamp: 20250626-210820
[2025-06-26T21:08:21.025Z] repo dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG
[2025-06-26T21:08:21.025Z] git repo:
[2025-06-26T21:08:21.025Z] Fetch URL: https://github.com/adoptium/TKG.git
[2025-06-26T21:08:21.025Z] sha:
[2025-06-26T21:08:21.025Z] 1828e310fd8fb3115fde605c41aea434b90143d0
[2025-06-26T21:08:21.025Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG'
[Pipeline] }
[2025-06-26T21:08:21.151Z] $ ssh-agent -k
[2025-06-26T21:08:21.165Z] unset SSH_AUTH_SOCK;
[2025-06-26T21:08:21.165Z] unset SSH_AGENT_PID;
[2025-06-26T21:08:21.165Z] echo Agent pid 11639 killed;
[2025-06-26T21:08:21.291Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] echo
[2025-06-26T21:08:21.440Z] Running tests...
Did you forget the `def` keyword? Script1 seems to be setting a field named TARGET (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TARGET (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named RUNTEST_CMD (to a value of type GStringImpl) which could lead to memory leaks or other issues.
[Pipeline] echo
[2025-06-26T21:08:21.455Z] ITERATION: 1/1
[Pipeline] wrap
[2025-06-26T21:08:21.535Z] $ Xvfb -displayfd 2 -screen 0 1024x768x24 -fbdir /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/.xvfb-684-..fbdir514244212203859587
[Pipeline] {
[Pipeline] sh
[2025-06-26T21:08:42.202Z] + ps -f
[2025-06-26T21:08:42.202Z] + grep '[X]vfb'
[2025-06-26T21:08:42.202Z] + awk '{print $9}'
[Pipeline] echo
[2025-06-26T21:08:42.329Z] env.DISPLAY is :0
[Pipeline] sshagent
[2025-06-26T21:08:42.347Z] $ ssh-agent
[2025-06-26T21:08:42.489Z] SSH_AUTH_SOCK=/tmp/ssh-uSxnoPQTC5Cx/agent.12257
[2025-06-26T21:08:42.489Z] SSH_AGENT_PID=12259
[2025-06-26T21:08:42.489Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2025-06-26T21:08:43.050Z] ++ uname
[2025-06-26T21:08:43.050Z] + '[' Linux = AIX ']'
[2025-06-26T21:08:43.050Z] ++ uname
[2025-06-26T21:08:43.050Z] + '[' Linux = SunOS ']'
[2025-06-26T21:08:43.050Z] ++ uname
[2025-06-26T21:08:43.050Z] + '[' Linux = '*BSD' ']'
[2025-06-26T21:08:43.050Z] + MAKE=make
[2025-06-26T21:08:43.050Z] + make -f ./aqa-tests/TKG/testEnv.mk testEnvTeardown
[2025-06-26T21:08:43.050Z] make: Nothing to be done for 'testEnvTeardown'.
[Pipeline] sh
[2025-06-26T21:08:43.668Z] ++ uname
[2025-06-26T21:08:43.668Z] + '[' Linux = AIX ']'
[2025-06-26T21:08:43.668Z] ++ uname
[2025-06-26T21:08:43.668Z] + '[' Linux = SunOS ']'
[2025-06-26T21:08:43.668Z] ++ uname
[2025-06-26T21:08:43.668Z] + '[' Linux = '*BSD' ']'
[2025-06-26T21:08:43.668Z] + MAKE=make
[2025-06-26T21:08:43.668Z] + cd ./aqa-tests
[2025-06-26T21:08:43.668Z] + . ./scripts/testenv/testenvSettings.sh
[2025-06-26T21:08:43.668Z] ++ set +x
[2025-06-26T21:08:43.668Z] JAVA_HOME is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image
[2025-06-26T21:08:43.668Z] LIB_DIR is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-06-26T21:08:43.668Z] make -f makeGen.mk AUTO_DETECT=true MODE=tests TESTTARGET=sanity.perf TESTLIST=
[2025-06-26T21:08:43.668Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG'
[2025-06-26T21:08:43.668Z] perl scripts/configure.pl
[2025-06-26T21:08:43.668Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image/bin/java -cp "./bin/TestKitGen.jar:/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=tests --spec=linux_aarch64 --microArch="" --osLabel="rhel.7" --jdkVersion=8 --impl=hotspot --vendor="temurin" --buildList=perf --iterations=1 --aotIterations= --testFlag= --testTarget=sanity.perf --testList= --numOfMachines= --testTime=120 --TRSSURL=
[2025-06-26T21:08:44.454Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2025-06-26T21:08:44.454Z]
[2025-06-26T21:08:44.454Z] Starting to generate test make files.
[2025-06-26T21:08:44.454Z]
[2025-06-26T21:08:44.454Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/bumbleBench/playlist.xml
[2025-06-26T21:08:44.454Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/dacapo/playlist.xml
[2025-06-26T21:08:44.454Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/dacapo/autoGen.mk
[2025-06-26T21:08:44.454Z]
[2025-06-26T21:08:44.454Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/idle_micro/playlist.xml
[2025-06-26T21:08:44.454Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/idle_micro/autoGen.mk
[2025-06-26T21:08:44.454Z]
[2025-06-26T21:08:44.454Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/liberty/playlist.xml
[2025-06-26T21:08:44.454Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/renaissance/playlist.xml
[2025-06-26T21:08:44.454Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/renaissance/autoGen.mk
[2025-06-26T21:08:44.454Z]
[2025-06-26T21:08:44.454Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/specjbb/playlist.xml
[2025-06-26T21:08:44.454Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/autoGen.mk
[2025-06-26T21:08:44.454Z]
[2025-06-26T21:08:44.454Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../autoGen.mk
[2025-06-26T21:08:44.454Z]
[2025-06-26T21:08:44.454Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/utils.mk
[2025-06-26T21:08:44.454Z]
[2025-06-26T21:08:44.454Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/rerun.mk
[2025-06-26T21:08:44.454Z]
[2025-06-26T21:08:44.454Z] Make files are generated successfully.
[2025-06-26T21:08:44.454Z]
[2025-06-26T21:08:44.454Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG'
[2025-06-26T21:08:44.454Z] make -f runtest.mk _sanity.perf
[2025-06-26T21:08:44.454Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG'
[2025-06-26T21:08:44.822Z]
[2025-06-26T21:08:44.822Z] Running make 4.1
[2025-06-26T21:08:44.822Z] set TEST_ROOT to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/..
[2025-06-26T21:08:44.822Z] set JDK_VERSION to 8
[2025-06-26T21:08:44.822Z] set JDK_IMPL to hotspot
[2025-06-26T21:08:44.822Z] set JVM_VERSION to openjdk8
[2025-06-26T21:08:44.822Z] set JCL_VERSION to latest
[2025-06-26T21:08:44.822Z] set JAVA_HOME to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image
[2025-06-26T21:08:44.822Z] set SPEC to linux_aarch64
[2025-06-26T21:08:44.822Z] set TEST_FLAG to
[2025-06-26T21:08:44.822Z] set OS_LABEL to rhel.7
[2025-06-26T21:08:44.822Z] Running sanity.perf ...
[2025-06-26T21:08:44.822Z] There are 9 test targets in sanity.perf
[2025-06-26T21:08:44.822Z] "/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image/bin/java" -version
[2025-06-26T21:08:44.822Z] openjdk version "1.8.0_462-beta"
[2025-06-26T21:08:44.822Z] OpenJDK Runtime Environment (Temurin)(build 1.8.0_462-beta-202506262003-b07)
[2025-06-26T21:08:44.822Z] OpenJDK 64-Bit Server VM (Temurin)(build 25.462-b07, mixed mode)
[2025-06-26T21:08:44.822Z] make[2]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests'
[2025-06-26T21:08:44.822Z] make[3]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf'
[2025-06-26T21:08:44.822Z] make[4]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/dacapo'
[2025-06-26T21:08:44.822Z]
[2025-06-26T21:08:44.822Z] ===============================================