Pre Test
Started by upstream project "build-scripts/jobs/jdk8u/jdk8u-linux-aarch64-temurin" build number 496
originally caused by:
Started by upstream project "build-scripts/openjdk8-pipeline" build number 2998
originally caused by:
Started by upstream project "build-scripts/utils/betaTrigger_8ea" build number 254
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 a79f7af646844c1bdeec57e610938db731e79b77 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f a79f7af646844c1bdeec57e610938db731e79b77 # timeout=10
Commit message: "Initial checkin for Perf Pipeline (#6295)"
> git rev-list --no-walk 3dccabfec5de3759fe751c58c3d9f1097d07be94 # timeout=10
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] timestamps
[Pipeline] {
[Pipeline] nodesByLabel
[2025-05-29T20:51:30.702Z] Found a total of 2 nodes with the 'sw.os.linux&&hw.arch.aarch64&&ci.role.perf' label
[Pipeline] echo
[2025-05-29T20:51:30.708Z] SPEC: linux_aarch64
[Pipeline] echo
[2025-05-29T20:51:30.709Z] LABEL: sw.os.linux&&hw.arch.aarch64&&ci.role.perf
[Pipeline] stage
[Pipeline] { (Queue)
[Pipeline] nodesByLabel
[2025-05-29T20:51:30.749Z] 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-05-29T20:51:30.752Z] dynamicAgents: []
[Pipeline] node
[2025-05-29T20:51:30.767Z] Running on test-osuosl-ubuntu2204-aarch64-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-05-29T20:51:30.783Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] cleanWs
[2025-05-29T20:51:31.161Z] [WS-CLEANUP] Deleting project workspace...
[2025-05-29T20:51:31.161Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-05-29T20:51:31.341Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // timeout
[Pipeline] checkout
[2025-05-29T20:51:31.545Z] The recommended git tool is: git
[2025-05-29T20:51:31.906Z] No credentials specified
[2025-05-29T20:51:32.079Z] Cloning the remote Git repository
[2025-05-29T20:51:32.340Z] Cloning repository https://github.com/adoptium/aqa-tests.git
[2025-05-29T20:51:32.341Z] > git init /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests # timeout=10
[2025-05-29T20:51:32.353Z] [WARNING] Reference path does not exist: /home/jenkins/openjdk_cache
[2025-05-29T20:51:32.354Z] Fetching upstream changes from https://github.com/adoptium/aqa-tests.git
[2025-05-29T20:51:32.354Z] > git --version # timeout=10
[2025-05-29T20:51:32.358Z] > git --version # 'git version 2.34.1'
[2025-05-29T20:51:32.359Z] > git fetch --tags --force --progress -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=10
[2025-05-29T20:51:35.985Z] Avoid second fetch
[2025-05-29T20:51:35.706Z] > git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10
[2025-05-29T20:51:35.711Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
[2025-05-29T20:51:36.165Z] Checking out Revision a79f7af646844c1bdeec57e610938db731e79b77 (origin/master)
[2025-05-29T20:51:36.066Z] > git rev-parse origin/master^{commit} # timeout=10
[2025-05-29T20:51:36.247Z] > git config core.sparsecheckout # timeout=10
[2025-05-29T20:51:36.251Z] > git checkout -f a79f7af646844c1bdeec57e610938db731e79b77 # timeout=10
[2025-05-29T20:51:37.647Z] Commit message: "Initial checkin for Perf Pipeline (#6295)"
[Pipeline] }
[Pipeline] // retry
[Pipeline] load
[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-05-29T20:51:39.440Z] Timeout set to expire in 1 day 1 hr
[Pipeline] {
[Pipeline] echo
[2025-05-29T20:51:39.470Z] runMulticastCmd: false
[Pipeline] stage
[Pipeline] { (Setup)
[Pipeline] sh
[2025-05-29T20:51:41.521Z] + LC_TIME=C date +%a, %d %b %Y %T %z
[Pipeline] echo
[2025-05-29T20:51:42.273Z] PROCESSCATCH: Terminating any hung/left over test processes:
[Pipeline] sh
[2025-05-29T20:51:44.098Z] + aqa-tests/terminateTestProcesses.sh jenkins
[2025-05-29T20:51:44.098Z] Unix type machine..
[2025-05-29T20:51:44.098Z] Running on a Linux host
[2025-05-29T20:51:44.098Z] 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-05-29T20:51:47.414Z] + printenv
[2025-05-29T20:51:47.414Z] JENKINS_HOME=/home/jenkins/.jenkins
[2025-05-29T20:51:47.414Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
[2025-05-29T20:51:47.414Z] SETUP_JCK_RUN=false
[2025-05-29T20:51:47.414Z] USE_TESTENV_PROPERTIES=false
[2025-05-29T20:51:47.414Z] EXTERNAL_CUSTOM_BRANCH=master
[2025-05-29T20:51:47.414Z] SSH_CLIENT=78.47.239.97 49598 22
[2025-05-29T20:51:47.414Z] BUILD_LIST=perf
[2025-05-29T20:51:47.414Z] USER=jenkins
[2025-05-29T20:51:47.414Z] SDK_RESOURCE=upstream
[2025-05-29T20:51:47.414Z] OPENJ9_BRANCH=master
[2025-05-29T20:51:47.414Z] CI=true
[2025-05-29T20:51:47.414Z] RUN_CHANGES_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.perf_aarch64_linux/679/display/redirect?page=changes
[2025-05-29T20:51:47.414Z] ADOPTOPENJDK_REPO=https://github.com/adoptium/aqa-tests.git
[2025-05-29T20:51:47.414Z] UPSTREAM_JOB_NUMBER=496
[2025-05-29T20:51:47.414Z] XDG_SESSION_TYPE=tty
[2025-05-29T20:51:47.414Z] EXIT_FAILURE=false
[2025-05-29T20:51:47.414Z] SHLVL=0
[2025-05-29T20:51:47.414Z] HUDSON_URL=https://ci.adoptium.net/
[2025-05-29T20:51:47.414Z] TARGET=sanity.perf
[2025-05-29T20:51:47.414Z] NODE_LABELS=aarch64 armv8 hw.arch.aarch64 dockerBuildX ubuntu buildX linux armv8.2 sw.os.linux test-osuosl-ubuntu2204-aarch64-1 ci.role.perf
[2025-05-29T20:51:47.414Z] MOTD_SHOWN=pam
[2025-05-29T20:51:47.414Z] USE_JRE=false
[2025-05-29T20:51:47.414Z] STF_OWNER_BRANCH=adoptium:master
[2025-05-29T20:51:47.414Z] OLDPWD=/home/jenkins
[2025-05-29T20:51:47.414Z] HOME=/home/jenkins
[2025-05-29T20:51:47.414Z] BUILD_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.perf_aarch64_linux/679/
[2025-05-29T20:51:47.414Z] ADOPTOPENJDK_BRANCH=master
[2025-05-29T20:51:47.414Z] TAP_NAME=Test_openjdk8_hs_sanity.perf_aarch64_linux.tap
[2025-05-29T20:51:47.414Z] JDK_IMPL=hotspot
[2025-05-29T20:51:47.414Z] DOCKER_REQUIRED=false
[2025-05-29T20:51:47.414Z] JENKINS_SERVER_COOKIE=durable-53e489c9b85cc1fc9c5593653fe2b81af80436fd9c494d85152b1c30928b8c5d
[2025-05-29T20:51:47.414Z] HUDSON_COOKIE=f7e2896f-9acb-4000-b6be-83ffa3f9e2b2
[2025-05-29T20:51:47.414Z] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1002/bus
[2025-05-29T20:51:47.414Z] PERF_ROOT=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../benchmarks
[2025-05-29T20:51:47.414Z] JDK_REPO=https://github.com/adoptium/jdk8u
[2025-05-29T20:51:47.414Z] WORKSPACE=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux
[2025-05-29T20:51:47.414Z] KEEP_WORKSPACE=false
[2025-05-29T20:51:47.414Z] ARCHIVE_TEST_RESULTS=false
[2025-05-29T20:51:47.414Z] GENERATE_JOBS=true
[2025-05-29T20:51:47.414Z] PERSONAL_BUILD=false
[2025-05-29T20:51:47.414Z] NODE_NAME=test-osuosl-ubuntu2204-aarch64-1
[2025-05-29T20:51:47.414Z] TKG_OWNER_BRANCH=adoptium:master
[2025-05-29T20:51:47.414Z] LOGNAME=jenkins
[2025-05-29T20:51:47.414Z] _=/usr/lib/jvm/jdk17/bin/java
[2025-05-29T20:51:47.414Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.perf_aarch64_linux/679/display/redirect?page=artifacts
[2025-05-29T20:51:47.414Z] STAGE_NAME=Setup
[2025-05-29T20:51:47.414Z] XDG_SESSION_CLASS=user
[2025-05-29T20:51:47.414Z] AUTO_DETECT=true
[2025-05-29T20:51:47.414Z] EXECUTOR_NUMBER=0
[2025-05-29T20:51:47.414Z] JDK_VERSION=8
[2025-05-29T20:51:47.414Z] XDG_SESSION_ID=54035
[2025-05-29T20:51:47.414Z] BUILD_DISPLAY_NAME=#679
[2025-05-29T20:51:47.414Z] CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token
[2025-05-29T20:51:47.414Z] TIME_LIMIT=25
[2025-05-29T20:51:47.414Z] EXTERNAL_TEST_CMD=mvn clean install
[2025-05-29T20:51:47.414Z] RUN_TESTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.perf_aarch64_linux/679/display/redirect?page=tests
[2025-05-29T20:51:47.414Z] HUDSON_HOME=/home/jenkins/.jenkins
[2025-05-29T20:51:47.414Z] JOB_BASE_NAME=Test_openjdk8_hs_sanity.perf_aarch64_linux
[2025-05-29T20:51:47.414Z] PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
[2025-05-29T20:51:47.414Z] PLATFORM=aarch64_linux
[2025-05-29T20:51:47.414Z] TKG_ITERATIONS=1
[2025-05-29T20:51:47.414Z] EXIT_SUCCESS=false
[2025-05-29T20:51:47.414Z] RERUN_FAILURE=true
[2025-05-29T20:51:47.415Z] BUILD_ID=679
[2025-05-29T20:51:47.415Z] XDG_RUNTIME_DIR=/run/user/1002
[2025-05-29T20:51:47.415Z] ACTIVE_NODE_TIMEOUT=5
[2025-05-29T20:51:47.415Z] SYSTEM_LIB_DIR=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/system_lib
[2025-05-29T20:51:47.415Z] BUILD_TAG=jenkins-Test_openjdk8_hs_sanity.perf_aarch64_linux-679
[2025-05-29T20:51:47.415Z] JENKINS_URL=https://ci.adoptium.net/
[2025-05-29T20:51:47.415Z] OPENJCEPLUS_GIT_REPO=https://github.com/ibmruntimes/OpenJCEPlus.git
[2025-05-29T20:51:47.415Z] LANG=en_US.UTF-8
[2025-05-29T20:51:47.415Z] JCK_GIT_BRANCH=master
[2025-05-29T20:51:47.415Z] JOB_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.perf_aarch64_linux/
[2025-05-29T20:51:47.415Z] KEEP_REPORTDIR=false
[2025-05-29T20:51:47.415Z] ORIGIN_JDK_VERSION=8
[2025-05-29T20:51:47.415Z] BUILD_NUMBER=679
[2025-05-29T20:51:47.415Z] JENKINS_NODE_COOKIE=27622f2e-04a7-4cf7-ba05-94316400dc4e
[2025-05-29T20:51:47.415Z] SHELL=/bin/bash
[2025-05-29T20:51:47.415Z] ITERATIONS=1
[2025-05-29T20:51:47.415Z] OPENJCEPLUS_GIT_BRANCH=semeru-java8
[2025-05-29T20:51:47.415Z] TEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image
[2025-05-29T20:51:47.415Z] RUN_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.perf_aarch64_linux/679/display/redirect
[2025-05-29T20:51:47.415Z] LIGHT_WEIGHT_CHECKOUT=false
[2025-05-29T20:51:47.415Z] OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse:master
[2025-05-29T20:51:47.415Z] SPEC=linux_aarch64
[2025-05-29T20:51:47.415Z] HUDSON_SERVER_COOKIE=2d832652af5afba8
[2025-05-29T20:51:47.415Z] JOB_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.perf_aarch64_linux/display/redirect
[2025-05-29T20:51:47.415Z] NUM_PROCESSORS=8
[2025-05-29T20:51:47.415Z] UPSTREAM_JOB_NAME=build-scripts/jobs/jdk8u/jdk8u-linux-aarch64-temurin
[2025-05-29T20:51:47.415Z] ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium:master
[2025-05-29T20:51:47.415Z] JOB_NAME=Test_openjdk8_hs_sanity.perf_aarch64_linux
[2025-05-29T20:51:47.415Z] SLACK_CHANNEL=aqavit-bot
[2025-05-29T20:51:47.415Z] PWD=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux
[2025-05-29T20:51:47.415Z] LIB_DIR=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-05-29T20:51:47.415Z] SSH_CONNECTION=78.47.239.97 49598 140.211.169.57 22
[2025-05-29T20:51:47.415Z] TEST_TIME=120
[2025-05-29T20:51:47.415Z] WORKSPACE_TMP=/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux@tmp
[2025-05-29T20:51:47.415Z] PARALLEL=Dynamic
[2025-05-29T20:51:47.415Z] JOBSTARTTIME=Thu, 29 May 2025 20:51:40 +0000
[2025-05-29T20:51:47.415Z] DYNAMIC_COMPILE=false
[2025-05-29T20:51:47.415Z] RERUN_ITERATIONS=1
Did you forget the `def` keyword? Script1 seems to be setting a field named CUSTOMIZED_SDK_URL_OPTION (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] timeout
[2025-05-29T20:51:47.939Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] dir
[2025-05-29T20:51:47.957Z] Running in /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary
[Pipeline] {
[Pipeline] copyArtifacts
[2025-05-29T20:52:40.360Z] Copied 5 artifacts from "build-scripts » jobs » jdk8u » jdk8u-linux-aarch64-temurin" build number 496
[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-05-29T20:52:40.569Z] IS_SVT_TESTREPO is set to false
Did you forget the `def` keyword? Script1 seems to be setting a field named TEST_IMAGES_REQUIRED (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named DEBUG_IMAGES_REQUIRED (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CODE_COVERAGE_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named ADDITIONAL_ARTIFACTS_REQUIRED_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CURL_OPTS (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named GET_SH_CMD (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named RESOLVED_MAKE (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] dir
[2025-05-29T20:52:40.574Z] Running in /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux
[Pipeline] {
[Pipeline] sshagent
[2025-05-29T20:52:40.674Z] $ ssh-agent
[2025-05-29T20:52:41.468Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXMkjUYb/agent.3993202
[2025-05-29T20:52:41.468Z] SSH_AGENT_PID=3993204
[2025-05-29T20:52:41.468Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
[2025-05-29T20:52:41.479Z] Running in /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests
[Pipeline] {
[Pipeline] withCredentials
[2025-05-29T20:52:41.505Z] Masking supported pattern matches of $USERNAME or $PASSWORD
[Pipeline] {
[Pipeline] sh
[2025-05-29T20:52:43.352Z] + pwd
[2025-05-29T20:52:43.353Z] + ./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-05-29T20:52:43.353Z] TESTDIR: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests
[2025-05-29T20:52:43.353Z] get jdk binary...
[2025-05-29T20:52:43.353Z] --sdkdir is set to upstream. Therefore, skip download jdk binary
[2025-05-29T20:52:43.353Z] Uncompressing file: OpenJDK8U-jdk_aarch64_linux_hotspot_8u462b04-ea.tar.gz ...
[2025-05-29T20:52:44.293Z] List files in jdkbinary folder...
[2025-05-29T20:52:44.293Z] total 283452
[2025-05-29T20:52:44.293Z] -rw-r--r-- 1 jenkins jenkins 147505774 May 29 20:35 OpenJDK8U-debugimage_aarch64_linux_hotspot_8u462b04-ea.tar.gz
[2025-05-29T20:52:44.293Z] -rw-r--r-- 1 jenkins jenkins 102205860 May 29 20:35 OpenJDK8U-jdk_aarch64_linux_hotspot_8u462b04-ea.tar.gz
[2025-05-29T20:52:44.293Z] -rw-r--r-- 1 jenkins jenkins 40427169 May 29 20:35 OpenJDK8U-jre_aarch64_linux_hotspot_8u462b04-ea.tar.gz
[2025-05-29T20:52:44.293Z] -rw-r--r-- 1 jenkins jenkins 80954 May 29 20:44 OpenJDK8U-sbom_aarch64_linux_hotspot_8u462b04-ea.json
[2025-05-29T20:52:44.293Z] -rw-r--r-- 1 jenkins jenkins 21196 May 29 20:42 OpenJDK8U-sbom_aarch64_linux_hotspot_8u462b04-ea-metadata.json
[2025-05-29T20:52:44.294Z] drwxrwxr-x 3 jenkins jenkins 4096 May 29 20:52 tmp
[2025-05-29T20:52:44.294Z] List files in jdkbinary/tmp folder...
[2025-05-29T20:52:44.294Z] total 4
[2025-05-29T20:52:44.294Z] drwxr-xr-x 8 jenkins jenkins 4096 May 29 20:35 jdk8u462-b04
[2025-05-29T20:52:44.294Z] Moving directory jdk8u462-b04/ to ../j2sdk-image
[2025-05-29T20:52:44.294Z] Uncompressing file: OpenJDK8U-jre_aarch64_linux_hotspot_8u462b04-ea.tar.gz ...
[2025-05-29T20:52:45.235Z] List files in jdkbinary folder...
[2025-05-29T20:52:45.235Z] total 283456
[2025-05-29T20:52:45.235Z] drwxr-xr-x 8 jenkins jenkins 4096 May 29 20:35 j2sdk-image
[2025-05-29T20:52:45.235Z] -rw-r--r-- 1 jenkins jenkins 147505774 May 29 20:35 OpenJDK8U-debugimage_aarch64_linux_hotspot_8u462b04-ea.tar.gz
[2025-05-29T20:52:45.235Z] -rw-r--r-- 1 jenkins jenkins 102205860 May 29 20:35 OpenJDK8U-jdk_aarch64_linux_hotspot_8u462b04-ea.tar.gz
[2025-05-29T20:52:45.235Z] -rw-r--r-- 1 jenkins jenkins 40427169 May 29 20:35 OpenJDK8U-jre_aarch64_linux_hotspot_8u462b04-ea.tar.gz
[2025-05-29T20:52:45.235Z] -rw-r--r-- 1 jenkins jenkins 80954 May 29 20:44 OpenJDK8U-sbom_aarch64_linux_hotspot_8u462b04-ea.json
[2025-05-29T20:52:45.235Z] -rw-r--r-- 1 jenkins jenkins 21196 May 29 20:42 OpenJDK8U-sbom_aarch64_linux_hotspot_8u462b04-ea-metadata.json
[2025-05-29T20:52:45.235Z] drwxrwxr-x 3 jenkins jenkins 4096 May 29 20:52 tmp
[2025-05-29T20:52:45.235Z] List files in jdkbinary/tmp folder...
[2025-05-29T20:52:45.235Z] total 4
[2025-05-29T20:52:45.235Z] drwxr-xr-x 5 jenkins jenkins 4096 May 29 20:35 jdk8u462-b04-jre
[2025-05-29T20:52:45.235Z] Moving directory jdk8u462-b04-jre/ to ../j2re-image
[2025-05-29T20:52:45.235Z] Uncompressing OpenJDK8U-debugimage_aarch64_linux_hotspot_8u462b04-ea.tar.gz over ./j2sdk-image/jre...
[2025-05-29T20:52:48.220Z] Removing top-level folder jdk8u462-b04-debug-image/
[2025-05-29T20:52:48.220Z] Removing top-level folder jdk8u462-b04/
[2025-05-29T20:52:49.159Z] Run /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image/bin/java -version
[2025-05-29T20:52:49.159Z] =JAVA VERSION OUTPUT BEGIN=
[2025-05-29T20:52:49.159Z] openjdk version "1.8.0_462-beta"
[2025-05-29T20:52:49.159Z] OpenJDK Runtime Environment (Temurin)(build 1.8.0_462-beta-202505292002-b04)
[2025-05-29T20:52:49.159Z] OpenJDK 64-Bit Server VM (Temurin)(build 25.462-b04, mixed mode)
[2025-05-29T20:52:49.159Z] =JAVA VERSION OUTPUT END=
[2025-05-29T20:52:49.159Z] =RELEASE INFO BEGIN=
[2025-05-29T20:52:49.159Z] JAVA_VERSION="1.8.0_462"
[2025-05-29T20:52:49.159Z] OS_NAME="Linux"
[2025-05-29T20:52:49.159Z] OS_VERSION="2.6"
[2025-05-29T20:52:49.159Z] OS_ARCH="aarch64"
[2025-05-29T20:52:49.159Z] SOURCE=".:git:5d91272e9816+"
[2025-05-29T20:52:49.159Z] IMPLEMENTOR="Eclipse Adoptium"
[2025-05-29T20:52:49.159Z] BUILD_SOURCE="git:792825a68785e7d7c4b29905c5044b6767a044de"
[2025-05-29T20:52:49.159Z] BUILD_SOURCE_REPO="https://github.com/adoptium/temurin-build.git"
[2025-05-29T20:52:49.159Z] SOURCE_REPO="https://github.com/adoptium/jdk8u.git"
[2025-05-29T20:52:49.159Z] FULL_VERSION="1.8.0_462-beta-202505292002-b04"
[2025-05-29T20:52:49.159Z] SEMANTIC_VERSION="8.0.462+4"
[2025-05-29T20:52:49.160Z] BUILD_INFO="OS: Linux Version: 6.8.0-39-generic"
[2025-05-29T20:52:49.160Z] JVM_VARIANT="Hotspot"
[2025-05-29T20:52:49.160Z] JVM_VERSION="25.462-b04"
[2025-05-29T20:52:49.160Z] IMAGE_TYPE="JDK"
[2025-05-29T20:52:49.160Z] =RELEASE INFO END=
[2025-05-29T20:52:49.160Z] get testKitGen...
[2025-05-29T20:52:49.160Z] git clone -q https://github.com/adoptium/TKG.git
[2025-05-29T20:52:49.678Z] git rev-parse master
[2025-05-29T20:52:49.678Z] git checkout -q -f 957d1afa46fad3da74dc289c4196f3916b184c5f
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[2025-05-29T20:52:49.929Z] $ ssh-agent -k
[2025-05-29T20:52:49.935Z] unset SSH_AUTH_SOCK;
[2025-05-29T20:52:49.935Z] unset SSH_AGENT_PID;
[2025-05-29T20:52:49.936Z] echo Agent pid 3993204 killed;
[2025-05-29T20:52:50.718Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
[2025-05-29T20:52:51.196Z] 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=496&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None
[Pipeline] echo
[2025-05-29T20:52:51.208Z] 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-osuosl-ubuntu2204-aarch64-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=496&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-05-29T20:52:51.240Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] copyArtifacts
[2025-05-29T20:52:52.301Z] Copied 1 artifact from "getTRSSOutput" build number 1787
[Pipeline] sh
[2025-05-29T20:52:54.138Z] + cd ./aqa-tests/TKG/resources/TRSS
[2025-05-29T20:52:54.138Z] + + tar xof -
[2025-05-29T20:52:54.138Z] gzip -cd TRSSOutput.tar.gz
[2025-05-29T20:52:54.138Z] + rm TRSSOutput.tar.gz
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
[2025-05-29T20:52:54.682Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] echo
[2025-05-29T20:52:54.704Z] Custom URL: https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[Pipeline] sh
[2025-05-29T20:52:56.540Z] + 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-05-29T20:52:57.482Z] --------------------------------------------
[2025-05-29T20:52:57.482Z] path is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-05-29T20:52:57.482Z] task is set to default
[2025-05-29T20:52:57.482Z] dependencyList is set to all
[2025-05-29T20:52:57.482Z] --------------------------------------------
[2025-05-29T20:52:57.482Z] Starting download third party dependent jars
[2025-05-29T20:52:57.482Z] --------------------------------------------
[2025-05-29T20:52:57.482Z] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-05-29T20:52:57.482Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/asmtools.jar exists with correct hash, not downloading
[2025-05-29T20:52:57.482Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/byte-buddy-agent.jar exists with correct hash, not downloading
[2025-05-29T20:52:57.482Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/asm.jar exists with correct hash, not downloading
[2025-05-29T20:52:57.482Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/apache-maven-bin.tar.gz exists with correct hash, not downloading
[2025-05-29T20:52:57.482Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/openj9jtregtimeouthandler.jar exists with correct hash, not downloading
[2025-05-29T20:52:57.482Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/commons-cli.jar exists with correct hash, not downloading
[2025-05-29T20:52:57.482Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/javassist.jar exists with correct hash, not downloading
[2025-05-29T20:52:57.482Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jython-standalone.jar exists with correct hash, not downloading
[2025-05-29T20:52:57.482Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jcstress-tests-all-20240222.jar exists with correct hash, not downloading
[2025-05-29T20:52:57.482Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/asm-all.jar exists with correct hash, not downloading
[2025-05-29T20:52:57.482Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-05-29T20:52:57.482Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jtreg_6_1.tar.gz exists with correct hash, not downloading
[2025-05-29T20:52:57.482Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/objenesis.jar exists with correct hash, not downloading
[2025-05-29T20:52:57.482Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/commons-exec.jar exists with correct hash, not downloading
[2025-05-29T20:52:57.482Z] /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-05-29T20:52:57.482Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jcommander.jar exists with correct hash, not downloading
[2025-05-29T20:52:57.482Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/byte-buddy.jar exists with correct hash, not downloading
[2025-05-29T20:52:57.482Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jaxb-api.jar exists with correct hash, not downloading
[2025-05-29T20:52:57.482Z] /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-05-29T20:52:57.482Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/mockito-core.jar exists with correct hash, not downloading
[2025-05-29T20:52:57.482Z] /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-05-29T20:52:57.482Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jtreg_7_4_1.tar.gz exists with correct hash, not downloading
[2025-05-29T20:52:57.482Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/testng.jar exists with correct hash, not downloading
[2025-05-29T20:52:57.482Z] /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-05-29T20:52:57.482Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/junit4.jar exists with correct hash, not downloading
[2025-05-29T20:52:57.482Z] downloaded dependent third party jars successfully
[Pipeline] }
[Pipeline] // timeout
[Pipeline] nodesByLabel
[2025-05-29T20:52:58.029Z] Found a total of 2 nodes with the 'sw.os.linux&&hw.arch.aarch64&&ci.role.perf' label
[Pipeline] sh
[2025-05-29T20:52:59.860Z] + cd ./aqa-tests/TKG
[2025-05-29T20:52:59.860Z] + uname
[2025-05-29T20:52:59.860Z] + [ Linux = AIX ]
[2025-05-29T20:52:59.860Z] + uname
[2025-05-29T20:52:59.860Z] + [ Linux = SunOS ]
[2025-05-29T20:52:59.860Z] + uname
[2025-05-29T20:52:59.860Z] + [ Linux = *BSD ]
[2025-05-29T20:52:59.860Z] + MAKE=make
[2025-05-29T20:52:59.860Z] + make genParallelList TEST=sanity.perf TEST_TIME=120 NUM_MACHINES=
[2025-05-29T20:52:59.860Z] JAVA_HOME is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image
[2025-05-29T20:52:59.860Z] LIB_DIR is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-05-29T20:52:59.860Z] rm -f -r /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-05-29T20:52:59.860Z] mkdir -p /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-05-29T20:52:59.860Z] (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-05-29T20:52:59.860Z] 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-05-29T20:52:59.860Z] Buildfile: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/scripts/build_tools.xml
[2025-05-29T20:52:59.860Z]
[2025-05-29T20:52:59.860Z] build:
[2025-05-29T20:52:59.860Z]
[2025-05-29T20:52:59.860Z] clean:
[2025-05-29T20:52:59.860Z]
[2025-05-29T20:52:59.860Z] init:
[2025-05-29T20:52:59.860Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/bin
[2025-05-29T20:52:59.860Z]
[2025-05-29T20:52:59.860Z] getDependentLibs:
[2025-05-29T20:52:59.860Z] [exec] --------------------------------------------
[2025-05-29T20:52:59.860Z] [exec] path is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-05-29T20:52:59.860Z] [exec] task is set to default
[2025-05-29T20:52:59.860Z] [exec] dependencyList is set to json_simple
[2025-05-29T20:52:59.860Z] [exec] --------------------------------------------
[2025-05-29T20:52:59.860Z] [exec] Starting download third party dependent jars
[2025-05-29T20:52:59.860Z] [exec] --------------------------------------------
[2025-05-29T20:52:59.860Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-05-29T20:52:59.860Z] [exec] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-05-29T20:52:59.860Z] [exec] downloaded dependent third party jars successfully
[2025-05-29T20:52:59.860Z]
[2025-05-29T20:52:59.860Z] compile:
[2025-05-29T20:52:59.860Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-05-29T20:52:59.860Z] [echo] ============COMPILER SETTINGS============
[2025-05-29T20:52:59.860Z] [echo] ===fork: yes
[2025-05-29T20:52:59.860Z] [echo] ===debug: on
[2025-05-29T20:53:00.803Z] [javac] Compiling 28 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/bin
[2025-05-29T20:53:02.756Z]
[2025-05-29T20:53:02.756Z] dist:
[2025-05-29T20:53:02.756Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/bin/TestKitGen.jar
[2025-05-29T20:53:02.756Z]
[2025-05-29T20:53:02.756Z] BUILD SUCCESSFUL
[2025-05-29T20:53:02.756Z] Total time: 3 seconds
[2025-05-29T20:53:02.756Z] 0
[2025-05-29T20:53:02.756Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image/bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector
[2025-05-29T20:53:03.701Z] Unfamiliar microArch detected in TKG. It will not be added in TKG microArch!
[2025-05-29T20:53:03.701Z] microArchOutput:
[2025-05-29T20:53:04.813Z] ****************************** MACHINE INFO ******************************
[2025-05-29T20:53:04.813Z] File path : /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG
[2025-05-29T20:53:04.813Z] Free Physical Memory Size : 5802725376
[2025-05-29T20:53:04.813Z] Free space (bytes) : 52274139136
[2025-05-29T20:53:04.813Z] Total Physical Memory Size : 16739598336
[2025-05-29T20:53:04.813Z] Total space (bytes) : 83902935040
[2025-05-29T20:53:04.813Z] Usable space (bytes) : 48797229056
[2025-05-29T20:53:04.813Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-05-29T20:53:04.813Z] bashVersion :
[2025-05-29T20:53:04.813Z] GNU bash, version 5.1.16(1)-release (aarch64-unknown-linux-gnu)
[2025-05-29T20:53:04.813Z] Copyright (C) 2020 Free Software Foundation, Inc.
[2025-05-29T20:53:04.813Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-05-29T20:53:04.813Z]
[2025-05-29T20:53:04.813Z] This is free software; you are free to change and redistribute it.
[2025-05-29T20:53:04.813Z] There is NO WARRANTY, to the extent permitted by law.
[2025-05-29T20:53:04.813Z] cpuCores : 8
[2025-05-29T20:53:04.813Z] curlVersion :
[2025-05-29T20:53:04.814Z] curl 7.81.0 (aarch64-unknown-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.19
[2025-05-29T20:53:04.814Z] Release-Date: 2022-01-05
[2025-05-29T20:53:04.814Z] Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp
[2025-05-29T20:53:04.814Z] Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets zstd
[2025-05-29T20:53:04.814Z] dockerVersion : Docker version 20.10.23, build 7155243
[2025-05-29T20:53:04.814Z] gcc version : 11
[2025-05-29T20:53:04.814Z] gclibc version : ldd (Ubuntu GLIBC 2.35-0ubuntu3.10) 2.35
[2025-05-29T20:53:04.814Z] gdb version : bash: line 1: gdb: command not found
[2025-05-29T20:53:04.814Z] lldb version : Command could not be executed
[2025-05-29T20:53:04.814Z] makeVersion :
[2025-05-29T20:53:04.814Z] GNU Make 4.3
[2025-05-29T20:53:04.814Z] Built for aarch64-unknown-linux-gnu
[2025-05-29T20:53:04.814Z] Copyright (C) 1988-2020 Free Software Foundation, Inc.
[2025-05-29T20:53:04.814Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-05-29T20:53:04.814Z] This is free software: you are free to change and redistribute it.
[2025-05-29T20:53:04.814Z] There is NO WARRANTY, to the extent permitted by law.
[2025-05-29T20:53:04.814Z] mavenVersion :
[2025-05-29T20:53:04.814Z] [1mApache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)[m
[2025-05-29T20:53:04.814Z] Maven home: /usr/local/apache-maven-3.6.3
[2025-05-29T20:53:04.814Z] 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-05-29T20:53:04.814Z] Default locale: en_US, platform encoding: UTF-8
[2025-05-29T20:53:04.814Z] OS name: "linux", version: "5.15.0-133-generic", arch: "aarch64", family: "unix"
[2025-05-29T20:53:04.814Z] osInfo :
[2025-05-29T20:53:04.814Z] PRETTY_NAME="Ubuntu 22.04.5 LTS"
[2025-05-29T20:53:04.814Z] NAME="Ubuntu"
[2025-05-29T20:53:04.814Z] VERSION_ID="22.04"
[2025-05-29T20:53:04.814Z] VERSION="22.04.5 LTS (Jammy Jellyfish)"
[2025-05-29T20:53:04.814Z] VERSION_CODENAME=jammy
[2025-05-29T20:53:04.814Z] ID=ubuntu
[2025-05-29T20:53:04.814Z] ID_LIKE=debian
[2025-05-29T20:53:04.814Z] HOME_URL="https://www.ubuntu.com/"
[2025-05-29T20:53:04.814Z] SUPPORT_URL="https://help.ubuntu.com/"
[2025-05-29T20:53:04.814Z] BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
[2025-05-29T20:53:04.814Z] PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
[2025-05-29T20:53:04.814Z] UBUNTU_CODENAME=jammy
[2025-05-29T20:53:04.814Z] osLabel : ubuntu.22
[2025-05-29T20:53:04.814Z] perlVersion :
[2025-05-29T20:53:04.814Z]
[2025-05-29T20:53:04.814Z] This is perl 5, version 34, subversion 0 (v5.34.0) built for aarch64-linux-gnu-thread-multi
[2025-05-29T20:53:04.814Z] (with 61 registered patches, see perl -V for more detail)
[2025-05-29T20:53:04.814Z]
[2025-05-29T20:53:04.814Z] Copyright 1987-2021, Larry Wall
[2025-05-29T20:53:04.814Z]
[2025-05-29T20:53:04.814Z] Perl may be copied only under the terms of either the Artistic License or the
[2025-05-29T20:53:04.814Z] GNU General Public License, which may be found in the Perl 5 source kit.
[2025-05-29T20:53:04.814Z]
[2025-05-29T20:53:04.814Z] Complete documentation for Perl, including FAQ lists, should be found on
[2025-05-29T20:53:04.814Z] this system using "man perl" or "perldoc perl". If you have access to the
[2025-05-29T20:53:04.814Z] Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[2025-05-29T20:53:04.814Z]
[2025-05-29T20:53:04.814Z] podmanVersion : bash: line 1: podman: command not found
[2025-05-29T20:53:04.814Z] procArch : aarch64
[2025-05-29T20:53:04.814Z] sysArch : aarch64
[2025-05-29T20:53:04.814Z] sysOS : Linux
[2025-05-29T20:53:04.814Z] ulimit :
[2025-05-29T20:53:04.814Z] real-time non-blocking time (microseconds, -R) unlimited
[2025-05-29T20:53:04.814Z] core file size (blocks, -c) 0
[2025-05-29T20:53:04.814Z] data seg size (kbytes, -d) unlimited
[2025-05-29T20:53:04.814Z] scheduling priority (-e) 0
[2025-05-29T20:53:04.814Z] file size (blocks, -f) unlimited
[2025-05-29T20:53:04.814Z] pending signals (-i) 63441
[2025-05-29T20:53:04.814Z] max locked memory (kbytes, -l) 2043408
[2025-05-29T20:53:04.814Z] max memory size (kbytes, -m) unlimited
[2025-05-29T20:53:04.814Z] open files (-n) 1048576
[2025-05-29T20:53:04.814Z] pipe size (512 bytes, -p) 8
[2025-05-29T20:53:04.814Z] POSIX message queues (bytes, -q) 819200
[2025-05-29T20:53:04.814Z] real-time priority (-r) 0
[2025-05-29T20:53:04.814Z] stack size (kbytes, -s) 8192
[2025-05-29T20:53:04.814Z] cpu time (seconds, -t) unlimited
[2025-05-29T20:53:04.814Z] max user processes (-u) 63441
[2025-05-29T20:53:04.814Z] virtual memory (kbytes, -v) unlimited
[2025-05-29T20:53:04.814Z] file locks (-x) unlimited
[2025-05-29T20:53:04.814Z] uname : Linux test-osuosl-ubuntu2204-aarch64-1 5.15.0-133-generic #144-Ubuntu SMP Sat Feb 8 14:13:21 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
[2025-05-29T20:53:04.814Z] vmVendor : Oracle Corporation
[2025-05-29T20:53:04.814Z] vmVersion : 25.462-b04
[2025-05-29T20:53:04.814Z] xlc version : bash: line 1: xlC: command not found
[2025-05-29T20:53:04.814Z] **************************************************************************
[2025-05-29T20:53:04.814Z]
[2025-05-29T20:53:04.814Z] System.getProperty('java.vm.name')=OpenJDK 64-Bit Server VM
[2025-05-29T20:53:04.814Z]
[2025-05-29T20:53:04.814Z] System.getProperty('java.vendor')=Temurin
[2025-05-29T20:53:04.814Z]
[2025-05-29T20:53:04.814Z] System.getProperty('os.name')=Linux
[2025-05-29T20:53:04.814Z]
[2025-05-29T20:53:04.814Z] System.getProperty('os.arch')=aarch64
[2025-05-29T20:53:04.814Z]
[2025-05-29T20:53:04.814Z] System.getProperty('java.fullversion')=null
[2025-05-29T20:53:04.814Z]
[2025-05-29T20:53:04.814Z] System.getProperty('sun.arch.data.model')=64
[2025-05-29T20:53:04.814Z]
[2025-05-29T20:53:04.814Z] 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-05-29T20:53:04.814Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG'
[2025-05-29T20:53:04.814Z] perl scripts/configure.pl
[2025-05-29T20:53:04.814Z] /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="ubuntu.22" --jdkVersion=8 --impl=hotspot --vendor="temurin" --buildList=perf --iterations=1 --aotIterations= --testFlag= --testTarget=sanity.perf --testList= --numOfMachines= --testTime=120 --TRSSURL=
[2025-05-29T20:53:05.757Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2025-05-29T20:53:05.757Z]
[2025-05-29T20:53:05.757Z]
[2025-05-29T20:53:05.757Z] Starting to generate parallel test lists.
[2025-05-29T20:53:05.757Z]
[2025-05-29T20:53:05.757Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/dacapo/playlist.xml
[2025-05-29T20:53:05.757Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/idle_micro/playlist.xml
[2025-05-29T20:53:05.757Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/liberty/playlist.xml
[2025-05-29T20:53:05.757Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/specjbb/playlist.xml
[2025-05-29T20:53:05.757Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/renaissance/playlist.xml
[2025-05-29T20:53:05.757Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/bumbleBench/playlist.xml
[2025-05-29T20:53:05.757Z] Attempting to get test duration data from TRSS.
[2025-05-29T20:53:05.757Z] 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-05-29T20:53:05.757Z] Warning: cannot parse data from TRSS.
[2025-05-29T20:53:05.757Z] Unexpected character (e) at position 0.
[2025-05-29T20:53:05.757Z] at org.json.simple.parser.Yylex.yylex(Yylex.java:610)
[2025-05-29T20:53:05.757Z] at org.json.simple.parser.JSONParser.nextToken(JSONParser.java:269)
[2025-05-29T20:53:05.757Z] at org.json.simple.parser.JSONParser.parse(JSONParser.java:118)
[2025-05-29T20:53:05.757Z] at org.json.simple.parser.JSONParser.parse(JSONParser.java:92)
[2025-05-29T20:53:05.757Z] at org.testKitGen.TestDivider.parseDuration(TestDivider.java:167)
[2025-05-29T20:53:05.757Z] at org.testKitGen.TestDivider.getDataFromTRSS(TestDivider.java:257)
[2025-05-29T20:53:05.757Z] at org.testKitGen.TestDivider.createDurationQueue(TestDivider.java:286)
[2025-05-29T20:53:05.757Z] at org.testKitGen.TestDivider.divideTests(TestDivider.java:409)
[2025-05-29T20:53:05.757Z] at org.testKitGen.TestDivider.generateLists(TestDivider.java:430)
[2025-05-29T20:53:05.757Z] at org.testKitGen.MainRunner.genParallelList(MainRunner.java:74)
[2025-05-29T20:53:05.757Z] at org.testKitGen.MainRunner.main(MainRunner.java:38)
[2025-05-29T20:53:05.757Z] Attempting to get test duration data from cached files.
[2025-05-29T20:53:05.757Z]
[2025-05-29T20:53:05.757Z] TEST DURATION
[2025-05-29T20:53:05.757Z] ====================================================================================
[2025-05-29T20:53:05.757Z] Total number of tests searched: 9
[2025-05-29T20:53:05.757Z] Number of test durations found: 0
[2025-05-29T20:53:05.757Z] No test duration data found.
[2025-05-29T20:53:05.757Z] (Default duration assigned, executed tests: 40s; not executed tests: 0s.)
[2025-05-29T20:53:05.757Z] ====================================================================================
[2025-05-29T20:53:05.757Z]
[2025-05-29T20:53:05.757Z] Test target is split into 1 lists.
[2025-05-29T20:53:05.757Z] Reducing estimated test running time from 03m20s to 03m20s.
[2025-05-29T20:53:05.757Z]
[2025-05-29T20:53:05.757Z] -------------------------------------testList_0-------------------------------------
[2025-05-29T20:53:05.757Z] Number of tests: 9
[2025-05-29T20:53:05.757Z] Estimated running time: 03m20s
[2025-05-29T20:53:05.757Z] TESTLIST=dacapo-eclipse_0,dacapo-h2_0,renaissance-future-genetic_0,renaissance-scala-kmeans_0,renaissance-fj-kmeans_0,renaissance-naive-bayes_0,renaissance-akka-uct_0,dacapo-lusearch-fix_0,IdleMicrobenchmark_HS_0
[2025-05-29T20:53:05.757Z] ------------------------------------------------------------------------------------
[2025-05-29T20:53:05.757Z]
[2025-05-29T20:53:05.757Z] Parallel test lists file (/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/parallelList.mk) is generated successfully.
[2025-05-29T20:53:05.757Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG'
[Pipeline] fileExists
[Pipeline] echo
[2025-05-29T20:53:06.457Z] read parallelList.mk file: aqa-tests/TKG/parallelList.mk
[Pipeline] readProperties
[Pipeline] echo
[2025-05-29T20:53:06.995Z] Number of test list is 1, no need to run tests in child job.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] echo
[2025-05-29T20:53:07.034Z] Building tests...
[Pipeline] timeout
[2025-05-29T20:53:07.037Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] echo
[2025-05-29T20:53:07.046Z] Custom URL: https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[Pipeline] sh
[2025-05-29T20:53:08.863Z] + 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-05-29T20:53:08.863Z] --------------------------------------------
[2025-05-29T20:53:08.863Z] path is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-05-29T20:53:08.863Z] task is set to default
[2025-05-29T20:53:08.863Z] dependencyList is set to all
[2025-05-29T20:53:08.863Z] --------------------------------------------
[2025-05-29T20:53:08.863Z] Starting download third party dependent jars
[2025-05-29T20:53:08.863Z] --------------------------------------------
[2025-05-29T20:53:08.863Z] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-05-29T20:53:08.863Z] /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-05-29T20:53:08.863Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-05-29T20:53:08.863Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/apache-maven-bin.tar.gz exists with correct hash, not downloading
[2025-05-29T20:53:08.863Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/javassist.jar exists with correct hash, not downloading
[2025-05-29T20:53:08.863Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/openj9jtregtimeouthandler.jar exists with correct hash, not downloading
[2025-05-29T20:53:08.863Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jaxb-api.jar exists with correct hash, not downloading
[2025-05-29T20:53:08.863Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/mockito-core.jar exists with correct hash, not downloading
[2025-05-29T20:53:08.863Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/commons-exec.jar exists with correct hash, not downloading
[2025-05-29T20:53:08.863Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/asm-all.jar exists with correct hash, not downloading
[2025-05-29T20:53:08.863Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jcstress-tests-all-20240222.jar exists with correct hash, not downloading
[2025-05-29T20:53:08.863Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/commons-cli.jar exists with correct hash, not downloading
[2025-05-29T20:53:08.863Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/objenesis.jar exists with correct hash, not downloading
[2025-05-29T20:53:08.863Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jtreg_7_4_1.tar.gz exists with correct hash, not downloading
[2025-05-29T20:53:08.863Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/byte-buddy-agent.jar exists with correct hash, not downloading
[2025-05-29T20:53:08.863Z] /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-05-29T20:53:08.863Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/byte-buddy.jar exists with correct hash, not downloading
[2025-05-29T20:53:08.863Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/asmtools.jar exists with correct hash, not downloading
[2025-05-29T20:53:08.863Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jython-standalone.jar exists with correct hash, not downloading
[2025-05-29T20:53:08.863Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/testng.jar exists with correct hash, not downloading
[2025-05-29T20:53:08.863Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/asm.jar exists with correct hash, not downloading
[2025-05-29T20:53:08.863Z] /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-05-29T20:53:08.863Z] /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-05-29T20:53:08.863Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jcommander.jar exists with correct hash, not downloading
[2025-05-29T20:53:08.863Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/jtreg_6_1.tar.gz exists with correct hash, not downloading
[2025-05-29T20:53:08.863Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/junit4.jar exists with correct hash, not downloading
[2025-05-29T20:53:08.863Z] downloaded dependent third party jars successfully
[Pipeline] }
[Pipeline] // timeout
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] withCredentials
[2025-05-29T20:53:09.779Z] Masking supported pattern matches of $USERNAME or $PASSWORD
[Pipeline] {
[Pipeline] dir
[2025-05-29T20:53:09.806Z] Running in /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests
[Pipeline] {
[Pipeline] sshagent
[2025-05-29T20:53:09.912Z] $ ssh-agent
[2025-05-29T20:53:11.062Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXCDMgdX/agent.3993645
[2025-05-29T20:53:11.062Z] SSH_AGENT_PID=3993647
[2025-05-29T20:53:11.062Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2025-05-29T20:53:12.898Z] + bash ./compile.sh
[2025-05-29T20:53:12.898Z] JAVA_HOME is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image
[2025-05-29T20:53:12.898Z] LIB_DIR is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-05-29T20:53:12.898Z] rm -f -r /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-05-29T20:53:12.898Z] mkdir -p /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-05-29T20:53:12.899Z] (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-05-29T20:53:12.899Z] 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-05-29T20:53:12.899Z] Buildfile: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/scripts/build_tools.xml
[2025-05-29T20:53:12.899Z]
[2025-05-29T20:53:12.899Z] build:
[2025-05-29T20:53:12.899Z]
[2025-05-29T20:53:12.899Z] clean:
[2025-05-29T20:53:12.899Z] [delete] Deleting: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/autoGenEnv.mk
[2025-05-29T20:53:12.899Z] [delete] Deleting directory /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/bin
[2025-05-29T20:53:12.899Z]
[2025-05-29T20:53:12.899Z] init:
[2025-05-29T20:53:12.899Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/bin
[2025-05-29T20:53:12.899Z]
[2025-05-29T20:53:12.899Z] getDependentLibs:
[2025-05-29T20:53:13.839Z] [exec] --------------------------------------------
[2025-05-29T20:53:13.839Z] [exec] path is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-05-29T20:53:13.839Z] [exec] task is set to default
[2025-05-29T20:53:13.839Z] [exec] dependencyList is set to json_simple
[2025-05-29T20:53:13.839Z] [exec] --------------------------------------------
[2025-05-29T20:53:13.839Z] [exec] Starting download third party dependent jars
[2025-05-29T20:53:13.839Z] [exec] --------------------------------------------
[2025-05-29T20:53:13.839Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-05-29T20:53:13.839Z] [exec] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-05-29T20:53:13.839Z] [exec] downloaded dependent third party jars successfully
[2025-05-29T20:53:13.839Z]
[2025-05-29T20:53:13.839Z] compile:
[2025-05-29T20:53:13.839Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-05-29T20:53:13.839Z] [echo] ============COMPILER SETTINGS============
[2025-05-29T20:53:13.839Z] [echo] ===fork: yes
[2025-05-29T20:53:13.839Z] [echo] ===debug: on
[2025-05-29T20:53:13.839Z] [javac] Compiling 28 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/bin
[2025-05-29T20:53:15.770Z]
[2025-05-29T20:53:15.770Z] dist:
[2025-05-29T20:53:15.770Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/bin/TestKitGen.jar
[2025-05-29T20:53:15.770Z]
[2025-05-29T20:53:15.770Z] BUILD SUCCESSFUL
[2025-05-29T20:53:15.770Z] Total time: 2 seconds
[2025-05-29T20:53:15.770Z] 0
[2025-05-29T20:53:15.770Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image/bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector
[2025-05-29T20:53:15.770Z] Unfamiliar microArch detected in TKG. It will not be added in TKG microArch!
[2025-05-29T20:53:15.770Z] microArchOutput:
[2025-05-29T20:53:17.701Z] ****************************** MACHINE INFO ******************************
[2025-05-29T20:53:17.701Z] File path : /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG
[2025-05-29T20:53:17.701Z] Free Physical Memory Size : 5806084096
[2025-05-29T20:53:17.701Z] Free space (bytes) : 52274122752
[2025-05-29T20:53:17.701Z] Total Physical Memory Size : 16739598336
[2025-05-29T20:53:17.701Z] Total space (bytes) : 83902935040
[2025-05-29T20:53:17.701Z] Usable space (bytes) : 48797212672
[2025-05-29T20:53:17.701Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-05-29T20:53:17.701Z] bashVersion :
[2025-05-29T20:53:17.701Z] GNU bash, version 5.1.16(1)-release (aarch64-unknown-linux-gnu)
[2025-05-29T20:53:17.701Z] Copyright (C) 2020 Free Software Foundation, Inc.
[2025-05-29T20:53:17.701Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-05-29T20:53:17.701Z]
[2025-05-29T20:53:17.701Z] This is free software; you are free to change and redistribute it.
[2025-05-29T20:53:17.701Z] There is NO WARRANTY, to the extent permitted by law.
[2025-05-29T20:53:17.701Z] cpuCores : 8
[2025-05-29T20:53:17.701Z] curlVersion :
[2025-05-29T20:53:17.702Z] curl 7.81.0 (aarch64-unknown-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.19
[2025-05-29T20:53:17.702Z] Release-Date: 2022-01-05
[2025-05-29T20:53:17.702Z] Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp
[2025-05-29T20:53:17.702Z] Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets zstd
[2025-05-29T20:53:17.702Z] dockerVersion : Docker version 20.10.23, build 7155243
[2025-05-29T20:53:17.702Z] gcc version : 11
[2025-05-29T20:53:17.702Z] gclibc version : ldd (Ubuntu GLIBC 2.35-0ubuntu3.10) 2.35
[2025-05-29T20:53:17.702Z] gdb version : bash: line 1: gdb: command not found
[2025-05-29T20:53:17.702Z] lldb version : Command could not be executed
[2025-05-29T20:53:17.702Z] makeVersion :
[2025-05-29T20:53:17.702Z] GNU Make 4.3
[2025-05-29T20:53:17.702Z] Built for aarch64-unknown-linux-gnu
[2025-05-29T20:53:17.702Z] Copyright (C) 1988-2020 Free Software Foundation, Inc.
[2025-05-29T20:53:17.702Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-05-29T20:53:17.702Z] This is free software: you are free to change and redistribute it.
[2025-05-29T20:53:17.702Z] There is NO WARRANTY, to the extent permitted by law.
[2025-05-29T20:53:17.702Z] mavenVersion :
[2025-05-29T20:53:17.702Z] [1mApache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)[m
[2025-05-29T20:53:17.702Z] Maven home: /usr/local/apache-maven-3.6.3
[2025-05-29T20:53:17.702Z] 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-05-29T20:53:17.702Z] Default locale: en_US, platform encoding: UTF-8
[2025-05-29T20:53:17.702Z] OS name: "linux", version: "5.15.0-133-generic", arch: "aarch64", family: "unix"
[2025-05-29T20:53:17.702Z] osInfo :
[2025-05-29T20:53:17.702Z] PRETTY_NAME="Ubuntu 22.04.5 LTS"
[2025-05-29T20:53:17.702Z] NAME="Ubuntu"
[2025-05-29T20:53:17.702Z] VERSION_ID="22.04"
[2025-05-29T20:53:17.702Z] VERSION="22.04.5 LTS (Jammy Jellyfish)"
[2025-05-29T20:53:17.702Z] VERSION_CODENAME=jammy
[2025-05-29T20:53:17.702Z] ID=ubuntu
[2025-05-29T20:53:17.702Z] ID_LIKE=debian
[2025-05-29T20:53:17.702Z] HOME_URL="https://www.ubuntu.com/"
[2025-05-29T20:53:17.702Z] SUPPORT_URL="https://help.ubuntu.com/"
[2025-05-29T20:53:17.702Z] BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
[2025-05-29T20:53:17.702Z] PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
[2025-05-29T20:53:17.702Z] UBUNTU_CODENAME=jammy
[2025-05-29T20:53:17.702Z] osLabel : ubuntu.22
[2025-05-29T20:53:17.702Z] perlVersion :
[2025-05-29T20:53:17.702Z]
[2025-05-29T20:53:17.702Z] This is perl 5, version 34, subversion 0 (v5.34.0) built for aarch64-linux-gnu-thread-multi
[2025-05-29T20:53:17.702Z] (with 61 registered patches, see perl -V for more detail)
[2025-05-29T20:53:17.702Z]
[2025-05-29T20:53:17.702Z] Copyright 1987-2021, Larry Wall
[2025-05-29T20:53:17.702Z]
[2025-05-29T20:53:17.702Z] Perl may be copied only under the terms of either the Artistic License or the
[2025-05-29T20:53:17.702Z] GNU General Public License, which may be found in the Perl 5 source kit.
[2025-05-29T20:53:17.702Z]
[2025-05-29T20:53:17.703Z] Complete documentation for Perl, including FAQ lists, should be found on
[2025-05-29T20:53:17.703Z] this system using "man perl" or "perldoc perl". If you have access to the
[2025-05-29T20:53:17.703Z] Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[2025-05-29T20:53:17.703Z]
[2025-05-29T20:53:17.703Z] podmanVersion : bash: line 1: podman: command not found
[2025-05-29T20:53:17.703Z] procArch : aarch64
[2025-05-29T20:53:17.703Z] sysArch : aarch64
[2025-05-29T20:53:17.703Z] sysOS : Linux
[2025-05-29T20:53:17.703Z] ulimit :
[2025-05-29T20:53:17.703Z] real-time non-blocking time (microseconds, -R) unlimited
[2025-05-29T20:53:17.703Z] core file size (blocks, -c) 0
[2025-05-29T20:53:17.703Z] data seg size (kbytes, -d) unlimited
[2025-05-29T20:53:17.703Z] scheduling priority (-e) 0
[2025-05-29T20:53:17.703Z] file size (blocks, -f) unlimited
[2025-05-29T20:53:17.703Z] pending signals (-i) 63441
[2025-05-29T20:53:17.703Z] max locked memory (kbytes, -l) 2043408
[2025-05-29T20:53:17.703Z] max memory size (kbytes, -m) unlimited
[2025-05-29T20:53:17.703Z] open files (-n) 1048576
[2025-05-29T20:53:17.703Z] pipe size (512 bytes, -p) 8
[2025-05-29T20:53:17.703Z] POSIX message queues (bytes, -q) 819200
[2025-05-29T20:53:17.703Z] real-time priority (-r) 0
[2025-05-29T20:53:17.703Z] stack size (kbytes, -s) 8192
[2025-05-29T20:53:17.703Z] cpu time (seconds, -t) unlimited
[2025-05-29T20:53:17.703Z] max user processes (-u) 63441
[2025-05-29T20:53:17.703Z] virtual memory (kbytes, -v) unlimited
[2025-05-29T20:53:17.703Z] file locks (-x) unlimited
[2025-05-29T20:53:17.703Z] uname : Linux test-osuosl-ubuntu2204-aarch64-1 5.15.0-133-generic #144-Ubuntu SMP Sat Feb 8 14:13:21 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
[2025-05-29T20:53:17.703Z] vmVendor : Oracle Corporation
[2025-05-29T20:53:17.703Z] vmVersion : 25.462-b04
[2025-05-29T20:53:17.703Z] xlc version : bash: line 1: xlC: command not found
[2025-05-29T20:53:17.703Z] **************************************************************************
[2025-05-29T20:53:17.703Z]
[2025-05-29T20:53:17.703Z] System.getProperty('java.vm.name')=OpenJDK 64-Bit Server VM
[2025-05-29T20:53:17.703Z]
[2025-05-29T20:53:17.703Z] System.getProperty('java.vendor')=Temurin
[2025-05-29T20:53:17.703Z]
[2025-05-29T20:53:17.703Z] System.getProperty('os.name')=Linux
[2025-05-29T20:53:17.703Z]
[2025-05-29T20:53:17.703Z] System.getProperty('os.arch')=aarch64
[2025-05-29T20:53:17.703Z]
[2025-05-29T20:53:17.703Z] System.getProperty('java.fullversion')=null
[2025-05-29T20:53:17.703Z]
[2025-05-29T20:53:17.703Z] System.getProperty('sun.arch.data.model')=64
[2025-05-29T20:53:17.703Z]
[2025-05-29T20:53:17.703Z] make -f clean.mk cleanBuild
[2025-05-29T20:53:17.703Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG'
[2025-05-29T20:53:17.703Z] rm -f -r /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../../jvmtest
[2025-05-29T20:53:17.703Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG'
[2025-05-29T20:53:17.703Z] make -f compile.mk compile
[2025-05-29T20:53:17.704Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG'
[2025-05-29T20:53:17.704Z] rm -f -r /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-05-29T20:53:17.704Z] mkdir -p /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-05-29T20:53:17.704Z] (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-05-29T20:53:17.704Z] 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-05-29T20:53:18.645Z] Buildfile: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/scripts/build_test.xml
[2025-05-29T20:53:19.585Z] [echo] build.list is TestConfig/build.xml,perf/build.xml
[2025-05-29T20:53:19.585Z]
[2025-05-29T20:53:19.585Z] -create_test_directory:
[2025-05-29T20:53:19.585Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest
[2025-05-29T20:53:19.585Z]
[2025-05-29T20:53:19.585Z] stage_test_material:
[2025-05-29T20:53:19.585Z] [copy] Copying 587 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest
[2025-05-29T20:53:20.524Z]
[2025-05-29T20:53:20.524Z] build:
[2025-05-29T20:53:20.524Z]
[2025-05-29T20:53:20.524Z] init:
[2025-05-29T20:53:20.524Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf
[2025-05-29T20:53:20.524Z]
[2025-05-29T20:53:20.524Z] dist:
[2025-05-29T20:53:20.524Z] [copy] Copying 1 file to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf
[2025-05-29T20:53:20.524Z]
[2025-05-29T20:53:20.524Z] build:
[2025-05-29T20:53:20.524Z]
[2025-05-29T20:53:20.524Z] build:
[2025-05-29T20:53:20.524Z]
[2025-05-29T20:53:20.524Z] init:
[2025-05-29T20:53:20.524Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/bumbleBench
[2025-05-29T20:53:20.524Z]
[2025-05-29T20:53:20.524Z] getBumbleBench:
[2025-05-29T20:53:20.524Z] [echo] Cloning BumbleBench
[2025-05-29T20:53:20.524Z] [echo] git clone --depth 1 -b master https://github.com/adoptium/bumblebench.git
[2025-05-29T20:53:20.525Z] [exec] Cloning into 'bumblebench'...
[2025-05-29T20:53:20.525Z]
[2025-05-29T20:53:20.525Z] buildBumbleBench:
[2025-05-29T20:53:20.525Z] [echo] Building BumbleBench
[2025-05-29T20:53:20.525Z]
[2025-05-29T20:53:20.525Z] compile-all:
[2025-05-29T20:53:20.525Z] [javac] Compiling 8 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-05-29T20:53:22.461Z] [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-05-29T20:53:22.461Z] [javac] Note: Recompile with -Xlint:unchecked for details.
[2025-05-29T20:53:22.462Z] [javac] Compiling 1 source file to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-05-29T20:53:23.402Z] [javac] Compiling 11 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-05-29T20:53:23.402Z] [javac] Compiling 5 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-05-29T20:53:23.402Z] [javac] Compiling 9 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-05-29T20:53:23.402Z] [javac] Compiling 1 source file to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-05-29T20:53:23.402Z] [javac] Compiling 2 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-05-29T20:53:24.341Z] [javac] Compiling 8 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-05-29T20:53:24.341Z] [javac] Compiling 6 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-05-29T20:53:24.341Z] [javac] Compiling 5 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-05-29T20:53:24.341Z] [javac] Compiling 7 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-05-29T20:53:24.341Z] [javac] Compiling 8 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-05-29T20:53:24.341Z] [javac] Compiling 2 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-05-29T20:53:24.341Z] [javac] Compiling 4 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-05-29T20:53:25.281Z] [javac] Compiling 5 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-05-29T20:53:25.281Z]
[2025-05-29T20:53:25.281Z] dist:
[2025-05-29T20:53:25.281Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench/BumbleBench.jar
[2025-05-29T20:53:25.281Z]
[2025-05-29T20:53:25.281Z] dist:
[2025-05-29T20:53:25.281Z] [copy] Copying 126 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/bumbleBench
[2025-05-29T20:53:25.281Z]
[2025-05-29T20:53:25.281Z] build:
[2025-05-29T20:53:25.281Z]
[2025-05-29T20:53:25.281Z] init:
[2025-05-29T20:53:25.281Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/dacapo
[2025-05-29T20:53:25.281Z]
[2025-05-29T20:53:25.281Z] getDacapoSuite:
[2025-05-29T20:53:25.281Z] [echo] curl -Lks -C - https://sourceforge.net/projects/dacapobench/files/latest/download -o dacapo.jar
[2025-05-29T20:54:09.690Z]
[2025-05-29T20:54:09.690Z] dist:
[2025-05-29T20:54:09.690Z] [copy] Copying 3 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/dacapo
[2025-05-29T20:54:09.690Z]
[2025-05-29T20:54:09.690Z] build:
[2025-05-29T20:54:09.690Z]
[2025-05-29T20:54:09.690Z] init:
[2025-05-29T20:54:09.690Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/idle_micro
[2025-05-29T20:54:09.690Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/idle_micro/bin
[2025-05-29T20:54:09.690Z]
[2025-05-29T20:54:09.690Z] compile:
[2025-05-29T20:54:09.690Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-05-29T20:54:09.690Z] [echo] ============COMPILER SETTINGS============
[2025-05-29T20:54:09.690Z] [echo] ===fork: yes
[2025-05-29T20:54:09.690Z] [echo] ===executable: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image/bin/javac
[2025-05-29T20:54:09.690Z] [echo] ===debug: on
[2025-05-29T20:54:09.690Z] [echo] ===destdir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../../jvmtest/perf/idle_micro
[2025-05-29T20:54:09.690Z] [javac] Compiling 3 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/idle_micro/bin
[2025-05-29T20:54:09.690Z]
[2025-05-29T20:54:09.690Z] dist:
[2025-05-29T20:54:09.690Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/idle_micro/IdleMicrobenchmark.jar
[2025-05-29T20:54:09.690Z] [copy] Copying 2 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/idle_micro
[2025-05-29T20:54:09.690Z] [copy] Copying 2 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/idle_micro
[2025-05-29T20:54:09.690Z] [copy] Copying 7 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/idle_micro
[2025-05-29T20:54:09.691Z]
[2025-05-29T20:54:09.691Z] clean:
[2025-05-29T20:54:09.691Z] [delete] Deleting directory /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/idle_micro/bin
[2025-05-29T20:54:09.691Z]
[2025-05-29T20:54:09.691Z] build:
[2025-05-29T20:54:09.691Z]
[2025-05-29T20:54:09.691Z] build:
[2025-05-29T20:54:09.691Z]
[2025-05-29T20:54:09.691Z] init:
[2025-05-29T20:54:09.691Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/renaissance
[2025-05-29T20:54:09.691Z]
[2025-05-29T20:54:09.691Z] getRenaissanceSuite:
[2025-05-29T20:54:09.691Z] [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-05-29T20:54:17.833Z]
[2025-05-29T20:54:17.833Z] dist:
[2025-05-29T20:54:17.833Z] [copy] Copying 3 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/renaissance
[2025-05-29T20:54:17.833Z]
[2025-05-29T20:54:17.833Z] build:
[2025-05-29T20:54:17.833Z]
[2025-05-29T20:54:17.833Z] init:
[2025-05-29T20:54:17.833Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/specjbb
[2025-05-29T20:54:17.833Z]
[2025-05-29T20:54:17.833Z] getSpecjbbSuite:
[2025-05-29T20:54:17.833Z]
[2025-05-29T20:54:17.833Z] dist:
[2025-05-29T20:54:17.833Z] [copy] Copying 3 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jvmtest/perf/specjbb/run
[2025-05-29T20:54:17.833Z]
[2025-05-29T20:54:17.833Z] BUILD SUCCESSFUL
[2025-05-29T20:54:17.833Z] Total time: 59 seconds
[2025-05-29T20:54:17.833Z] 0
[2025-05-29T20:54:17.833Z]
[2025-05-29T20:54:17.833Z]
[2025-05-29T20:54:17.833Z] RECORD TEST REPOs SHA
[2025-05-29T20:54:17.833Z] cd "/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/scripts"; \
[2025-05-29T20:54:17.833Z] 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-05-29T20:54:17.833Z] 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-05-29T20:54:17.833Z] touch /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/SHAs.txt
[2025-05-29T20:54:17.833Z] ================================================
[2025-05-29T20:54:17.833Z] timestamp: 20250529-205417
[2025-05-29T20:54:17.833Z] repo dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-05-29T20:54:17.833Z] git repo:
[2025-05-29T20:54:17.833Z] Fetch URL: https://github.com/adoptium/bumblebench.git
[2025-05-29T20:54:17.833Z] sha:
[2025-05-29T20:54:17.833Z] 4ec780b716e7617094cce740d3b085ca4637ee0f
[2025-05-29T20:54:17.833Z] ================================================
[2025-05-29T20:54:17.833Z] timestamp: 20250529-205417
[2025-05-29T20:54:17.833Z] repo dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests
[2025-05-29T20:54:17.833Z] git repo:
[2025-05-29T20:54:17.833Z] Fetch URL: https://github.com/adoptium/aqa-tests.git
[2025-05-29T20:54:17.833Z] sha:
[2025-05-29T20:54:17.833Z] a79f7af646844c1bdeec57e610938db731e79b77
[2025-05-29T20:54:17.833Z] ================================================
[2025-05-29T20:54:17.833Z] timestamp: 20250529-205417
[2025-05-29T20:54:17.833Z] repo dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG
[2025-05-29T20:54:17.833Z] git repo:
[2025-05-29T20:54:17.833Z] Fetch URL: https://github.com/adoptium/TKG.git
[2025-05-29T20:54:17.833Z] sha:
[2025-05-29T20:54:17.833Z] 957d1afa46fad3da74dc289c4196f3916b184c5f
[2025-05-29T20:54:17.833Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG'
[Pipeline] }
[2025-05-29T20:54:18.612Z] $ ssh-agent -k
[2025-05-29T20:54:18.623Z] unset SSH_AUTH_SOCK;
[2025-05-29T20:54:18.623Z] unset SSH_AGENT_PID;
[2025-05-29T20:54:18.623Z] echo Agent pid 3993647 killed;
[2025-05-29T20:54:19.409Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] echo
[2025-05-29T20:54:19.540Z] Running tests...
Did you forget the `def` keyword? Script1 seems to be setting a field named TARGET (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TARGET (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named RUNTEST_CMD (to a value of type GStringImpl) which could lead to memory leaks or other issues.
[Pipeline] echo
[2025-05-29T20:54:19.555Z] ITERATION: 1/1
[Pipeline] wrap
[2025-05-29T20:54:19.997Z] $ Xvfb -displayfd 2 -screen 0 1024x768x24 -fbdir /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/.xvfb-679-..fbdir13598430460943312743
[Pipeline] {
[Pipeline] sh
[2025-05-29T20:54:42.280Z] + + + ps -f
[2025-05-29T20:54:42.280Z] awk {print $9}
[2025-05-29T20:54:42.280Z] grep [X]vfb
[Pipeline] echo
[2025-05-29T20:54:42.993Z] env.DISPLAY is :0
[Pipeline] sh
[2025-05-29T20:54:44.846Z] + uname
[2025-05-29T20:54:44.846Z] + [ Linux = AIX ]
[2025-05-29T20:54:44.846Z] + uname
[2025-05-29T20:54:44.846Z] + [ Linux = SunOS ]
[2025-05-29T20:54:44.846Z] + uname
[2025-05-29T20:54:44.846Z] + [ Linux = *BSD ]
[2025-05-29T20:54:44.846Z] + MAKE=make
[2025-05-29T20:54:44.846Z] + make -f ./aqa-tests/TKG/testEnv.mk testEnvTeardown
[2025-05-29T20:54:44.846Z] make: Nothing to be done for 'testEnvTeardown'.
[Pipeline] sh
[2025-05-29T20:54:47.198Z] + uname
[2025-05-29T20:54:47.198Z] + [ Linux = AIX ]
[2025-05-29T20:54:47.198Z] + uname
[2025-05-29T20:54:47.198Z] + [ Linux = SunOS ]
[2025-05-29T20:54:47.198Z] + uname
[2025-05-29T20:54:47.198Z] + [ Linux = *BSD ]
[2025-05-29T20:54:47.198Z] + MAKE=make
[2025-05-29T20:54:47.198Z] + cd ./aqa-tests
[2025-05-29T20:54:47.198Z] + . ./scripts/testenv/testenvSettings.sh
[2025-05-29T20:54:47.198Z] + set +x
[2025-05-29T20:54:47.198Z] JAVA_HOME is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image
[2025-05-29T20:54:47.198Z] LIB_DIR is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/../../testDependency/lib
[2025-05-29T20:54:47.198Z] make -f makeGen.mk AUTO_DETECT=true MODE=tests TESTTARGET=sanity.perf TESTLIST=
[2025-05-29T20:54:47.198Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG'
[2025-05-29T20:54:47.198Z] perl scripts/configure.pl
[2025-05-29T20:54:47.198Z] /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="ubuntu.22" --jdkVersion=8 --impl=hotspot --vendor="temurin" --buildList=perf --iterations=1 --aotIterations= --testFlag= --testTarget=sanity.perf --testList= --numOfMachines= --testTime=120 --TRSSURL=
[2025-05-29T20:54:47.198Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2025-05-29T20:54:47.198Z]
[2025-05-29T20:54:47.198Z] Starting to generate test make files.
[2025-05-29T20:54:47.198Z]
[2025-05-29T20:54:47.198Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/dacapo/playlist.xml
[2025-05-29T20:54:47.198Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/dacapo/autoGen.mk
[2025-05-29T20:54:47.198Z]
[2025-05-29T20:54:47.198Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/idle_micro/playlist.xml
[2025-05-29T20:54:47.198Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/idle_micro/autoGen.mk
[2025-05-29T20:54:47.198Z]
[2025-05-29T20:54:47.198Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/liberty/playlist.xml
[2025-05-29T20:54:47.198Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/specjbb/playlist.xml
[2025-05-29T20:54:47.198Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/renaissance/playlist.xml
[2025-05-29T20:54:47.199Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/renaissance/autoGen.mk
[2025-05-29T20:54:47.199Z]
[2025-05-29T20:54:47.199Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/bumbleBench/playlist.xml
[2025-05-29T20:54:47.199Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../perf/autoGen.mk
[2025-05-29T20:54:47.199Z]
[2025-05-29T20:54:47.199Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../autoGen.mk
[2025-05-29T20:54:47.199Z]
[2025-05-29T20:54:47.199Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/utils.mk
[2025-05-29T20:54:47.199Z]
[2025-05-29T20:54:47.199Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/../TKG/rerun.mk
[2025-05-29T20:54:47.199Z]
[2025-05-29T20:54:47.199Z] Make files are generated successfully.
[2025-05-29T20:54:47.199Z]
[2025-05-29T20:54:47.199Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG'
[2025-05-29T20:54:47.199Z] make -f runtest.mk _sanity.perf
[2025-05-29T20:54:47.199Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG'
[2025-05-29T20:54:48.141Z]
[2025-05-29T20:54:48.141Z] Running make 4.3
[2025-05-29T20:54:48.141Z] set TEST_ROOT to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/TKG/..
[2025-05-29T20:54:48.141Z] set JDK_VERSION to 8
[2025-05-29T20:54:48.141Z] set JDK_IMPL to hotspot
[2025-05-29T20:54:48.141Z] set JVM_VERSION to openjdk8
[2025-05-29T20:54:48.141Z] set JCL_VERSION to latest
[2025-05-29T20:54:48.141Z] set JAVA_HOME to /home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image
[2025-05-29T20:54:48.141Z] set SPEC to linux_aarch64
[2025-05-29T20:54:48.141Z] set TEST_FLAG to
[2025-05-29T20:54:48.141Z] set OS_LABEL to ubuntu.22
[2025-05-29T20:54:48.141Z] Running sanity.perf ...
[2025-05-29T20:54:48.141Z] There are 9 test targets in sanity.perf
[2025-05-29T20:54:48.141Z] "/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/jdkbinary/j2sdk-image/bin/java" -version
[2025-05-29T20:54:48.141Z] openjdk version "1.8.0_462-beta"
[2025-05-29T20:54:48.141Z] OpenJDK Runtime Environment (Temurin)(build 1.8.0_462-beta-202505292002-b04)
[2025-05-29T20:54:48.141Z] OpenJDK 64-Bit Server VM (Temurin)(build 25.462-b04, mixed mode)
[2025-05-29T20:54:48.141Z] make[2]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests'
[2025-05-29T20:54:48.141Z] make[3]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf'
[2025-05-29T20:54:48.141Z] make[4]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.perf_aarch64_linux/aqa-tests/perf/dacapo'
[2025-05-29T20:54:48.141Z]
[2025-05-29T20:54:48.141Z] ===============================================