Test_openjdk27_hs_extended.perf_ppc64le_linux

Started by upstream project "build-scripts/jobs/jdk/jdk-linux-ppc64le-temurin" build number 385 originally caused by: Started by upstream project "build-scripts/openjdk27-pipeline" build number 5 originally caused by: Started by upstream project "build-scripts/utils/betaTrigger_27ea" build number 7 originally caused by: Started by timer Checking out git ${ADOPTOPENJDK_REPO} into /home/jenkins/.jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_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_openjdk27_hs_extended.perf_ppc64le_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 2c990c05c56c2a87b0df26b16ef7cc603c2b4370 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c990c05c56c2a87b0df26b16ef7cc603c2b4370 # timeout=10 Commit message: "JDK26+ un-exclude java/foreign/TestSegments.java (#6800)" First time build. Skipping changelog. [Pipeline] Start of Pipeline [Pipeline] timestamps [Pipeline] { [Pipeline] nodesByLabel [2026-01-08T23:44:48.054Z] Found a total of 2 nodes with the 'hw.arch.ppc64le&&sw.os.linux&&ci.role.perf' label [Pipeline] echo [2026-01-08T23:44:48.110Z] SPEC: linux_ppc-64_le [Pipeline] echo [2026-01-08T23:44:48.115Z] Specified LABEL: hw.arch.ppc64le&&sw.os.linux&&ci.role.perf [Pipeline] stage [Pipeline] { (Queue) Did you forget the `def` keyword? WorkflowScript seems to be setting a field named dynamicAgents (to a value of type ArrayList) which could lead to memory leaks or other issues. [Pipeline] echo [2026-01-08T23:44:48.231Z] dynamicAgents: [fyre] [Pipeline] echo [2026-01-08T23:44:48.255Z] Provisioning LABEL: hw.arch.ppc64le&&sw.os.linux&&ci.role.perf [Pipeline] nodesByLabel [2026-01-08T23:44:48.412Z] Found a total of 2 nodes with the 'hw.arch.ppc64le&&sw.os.linux&&ci.role.perf' label [Pipeline] node [2026-01-08T23:45:03.456Z] Still waiting to schedule task [2026-01-08T23:45:03.456Z] Waiting for next available executor on ‘hw.arch.ppc64le&&sw.os.linux&&ci.role.perf’ [2026-01-08T23:48:17.350Z] Running on test-osuosl-centos74-ppc64le-1 in /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_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 [2026-01-08T23:48:17.525Z] Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] retry [Pipeline] { [Pipeline] cleanWs [2026-01-08T23:48:18.273Z] [WS-CLEANUP] Deleting project workspace... [2026-01-08T23:48:18.273Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration... [2026-01-08T23:48:18.453Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // timeout [Pipeline] checkout [2026-01-08T23:48:18.900Z] The recommended git tool is: git [2026-01-08T23:48:19.283Z] No credentials specified [2026-01-08T23:48:19.466Z] Cloning the remote Git repository [2026-01-08T23:48:19.728Z] Cloning repository https://github.com/adoptium/aqa-tests.git [2026-01-08T23:48:19.728Z] > git init /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests # timeout=10 [2026-01-08T23:48:19.832Z] [WARNING] Reference path does not exist: /home/jenkins/openjdk_cache [2026-01-08T23:48:19.832Z] Fetching upstream changes from https://github.com/adoptium/aqa-tests.git [2026-01-08T23:48:19.832Z] > git --version # timeout=10 [2026-01-08T23:48:19.834Z] > git --version # 'git version 2.15.0' [2026-01-08T23:48:19.835Z] > git fetch --tags --progress -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-01-08T23:48:26.257Z] Avoid second fetch [2026-01-08T23:48:26.438Z] Checking out Revision 2c990c05c56c2a87b0df26b16ef7cc603c2b4370 (origin/master) [2026-01-08T23:48:25.917Z] > git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10 [2026-01-08T23:48:25.920Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-01-08T23:48:26.341Z] > git rev-parse origin/master^{commit} # timeout=10 [2026-01-08T23:48:26.522Z] > git config core.sparsecheckout # timeout=10 [2026-01-08T23:48:26.525Z] > git checkout -f 2c990c05c56c2a87b0df26b16ef7cc603c2b4370 # timeout=10 [2026-01-08T23:48:27.819Z] Commit message: "JDK26+ un-exclude java/foreign/TestSegments.java (#6800)" [Pipeline] } [Pipeline] // retry [Pipeline] load [Pipeline] { (/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_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 [2026-01-08T23:48:38.962Z] Timeout set to expire in 1 day 1 hr [Pipeline] { [Pipeline] echo [2026-01-08T23:48:39.151Z] runMulticastCmd: false [Pipeline] stage [Pipeline] { (Setup) [Pipeline] sh [2026-01-08T23:48:41.622Z] + LC_TIME=C [2026-01-08T23:48:41.622Z] + date '+%a, %d %b %Y %T %z' [Pipeline] echo [2026-01-08T23:48:42.570Z] PROCESSCATCH: Terminating any hung/left over test processes: [Pipeline] sh [2026-01-08T23:48:44.988Z] + aqa-tests/terminateTestProcesses.sh jenkins [2026-01-08T23:48:44.990Z] Unix type machine.. [2026-01-08T23:48:44.990Z] Running on a Linux host [2026-01-08T23:48:44.990Z] Woohoo - no rogue processes detected! Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_REPO (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_REPO (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_BRANCH (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_BRANCH (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named PLATFORM (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named CLONE_OPENJ9 (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named CUSTOM_TARGET (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named UPSTREAM_JOB_NAME (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named UPSTREAM_JOB_NUMBER (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named SSH_AGENT_CREDENTIAL (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named KEEP_WORKSPACE (to a value of type Boolean) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_SHA (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named CLOUD_PROVIDER (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named SDK_RESOURCE (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named ITERATIONS (to a value of type Integer) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named NUM_MACHINES (to a value of type Integer) which could lead to memory leaks or other issues. [Pipeline] sh [2026-01-08T23:48:52.199Z] + printenv [2026-01-08T23:48:52.199Z] JCK_GIT_BRANCH=master [2026-01-08T23:48:52.199Z] DYNAMIC_COMPILE=false [2026-01-08T23:48:52.199Z] JENKINS_NODE_COOKIE=c30b7e52-745a-41be-ba28-78fa6d1f6589 [2026-01-08T23:48:52.199Z] OPENJ9_BRANCH=master [2026-01-08T23:48:52.199Z] XDG_SESSION_ID=251591 [2026-01-08T23:48:52.199Z] BUILD_URL=https://ci.adoptium.net/job/Test_openjdk27_hs_extended.perf_ppc64le_linux/1/ [2026-01-08T23:48:52.199Z] DOCKER_REQUIRED=false [2026-01-08T23:48:52.199Z] PARALLEL=Dynamic [2026-01-08T23:48:52.199Z] SHELL=/bin/bash [2026-01-08T23:48:52.199Z] HUDSON_SERVER_COOKIE=2d832652af5afba8 [2026-01-08T23:48:52.199Z] jobStatus=SUCCESS [2026-01-08T23:48:52.199Z] JOBSTARTTIME=Thu, 08 Jan 2026 23:48:40 +0000 [2026-01-08T23:48:52.199Z] STAGE_NAME=Setup [2026-01-08T23:48:52.199Z] SSH_CLIENT=78.47.239.97 46694 22 [2026-01-08T23:48:52.199Z] RERUN_FAILURE=true [2026-01-08T23:48:52.199Z] BUILD_TAG=jenkins-Test_openjdk27_hs_extended.perf_ppc64le_linux-1 [2026-01-08T23:48:52.199Z] SDK_RESOURCE=upstream [2026-01-08T23:48:52.199Z] TIME_LIMIT=25 [2026-01-08T23:48:52.199Z] NUM_PROCESSORS=4 [2026-01-08T23:48:52.199Z] EXTERNAL_TEST_CMD=mvn clean install [2026-01-08T23:48:52.199Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git [2026-01-08T23:48:52.199Z] WORKSPACE=/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux [2026-01-08T23:48:52.199Z] JOB_URL=https://ci.adoptium.net/job/Test_openjdk27_hs_extended.perf_ppc64le_linux/ [2026-01-08T23:48:52.199Z] RUN_CHANGES_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk27_hs_extended.perf_ppc64le_linux/1/display/redirect?page=changes [2026-01-08T23:48:52.199Z] JDK_BRANCH=jdk-27+4_adopt [2026-01-08T23:48:52.199Z] ACTIVE_NODE_TIMEOUT=5 [2026-01-08T23:48:52.199Z] USER=jenkins [2026-01-08T23:48:52.199Z] ADOPTOPENJDK_BRANCH=master [2026-01-08T23:48:52.199Z] OPENJCEPLUS_GIT_BRANCH=semeru-java27 [2026-01-08T23:48:52.199Z] ARCHIVE_TEST_RESULTS=false [2026-01-08T23:48:52.199Z] UPSTREAM_JOB_NAME=build-scripts/jobs/jdk/jdk-linux-ppc64le-temurin [2026-01-08T23:48:52.199Z] STF_OWNER_BRANCH=adoptium:master [2026-01-08T23:48:52.199Z] LIGHT_WEIGHT_CHECKOUT=false [2026-01-08T23:48:52.199Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk27_hs_extended.perf_ppc64le_linux/1/display/redirect?page=artifacts [2026-01-08T23:48:52.199Z] ORIGIN_JDK_VERSION=27 [2026-01-08T23:48:52.199Z] SETUP_JCK_RUN=false [2026-01-08T23:48:52.199Z] PERSONAL_BUILD=false [2026-01-08T23:48:52.199Z] TKG_OWNER_BRANCH=adoptium:master [2026-01-08T23:48:52.199Z] RERUN_ITERATIONS=1 [2026-01-08T23:48:52.199Z] SPEC=linux_ppc-64_le [2026-01-08T23:48:52.199Z] TKG_ITERATIONS=1 [2026-01-08T23:48:52.199Z] JENKINS_HOME=/home/jenkins/.jenkins [2026-01-08T23:48:52.199Z] ITERATIONS=1 [2026-01-08T23:48:52.199Z] PATH=/usr/lib64/ccache:/usr/local/bin:/usr/bin [2026-01-08T23:48:52.199Z] LIB_DIR=/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib [2026-01-08T23:48:52.199Z] KEEP_REPORTDIR=false [2026-01-08T23:48:52.199Z] MAIL=/var/mail/jenkins [2026-01-08T23:48:52.199Z] RUN_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk27_hs_extended.perf_ppc64le_linux/1/display/redirect [2026-01-08T23:48:52.199Z] _=/usr/bin/printenv [2026-01-08T23:48:52.199Z] GENERATE_JOBS=true [2026-01-08T23:48:52.199Z] PWD=/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux [2026-01-08T23:48:52.199Z] EXIT_FAILURE=false [2026-01-08T23:48:52.199Z] HUDSON_URL=https://ci.adoptium.net/ [2026-01-08T23:48:52.199Z] JDK_VERSION=27 [2026-01-08T23:48:52.199Z] CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token [2026-01-08T23:48:52.199Z] OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse:master [2026-01-08T23:48:52.199Z] LANG=en_US.UTF-8 [2026-01-08T23:48:52.199Z] SLACK_CHANNEL=aqavit-bot [2026-01-08T23:48:52.199Z] JOB_NAME=Test_openjdk27_hs_extended.perf_ppc64le_linux [2026-01-08T23:48:52.199Z] BUILD_DISPLAY_NAME=#1 [2026-01-08T23:48:52.199Z] USE_TESTENV_PROPERTIES=false [2026-01-08T23:48:52.199Z] JENKINS_URL=https://ci.adoptium.net/ [2026-01-08T23:48:52.199Z] EXIT_SUCCESS=false [2026-01-08T23:48:52.199Z] BUILD_ID=1 [2026-01-08T23:48:52.199Z] TEST_TIME=120 [2026-01-08T23:48:52.199Z] PLATFORM=ppc64le_linux [2026-01-08T23:48:52.199Z] JDK_IMPL=hotspot [2026-01-08T23:48:52.199Z] JOB_BASE_NAME=Test_openjdk27_hs_extended.perf_ppc64le_linux [2026-01-08T23:48:52.199Z] RUN_TESTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk27_hs_extended.perf_ppc64le_linux/1/display/redirect?page=tests [2026-01-08T23:48:52.199Z] SHLVL=3 [2026-01-08T23:48:52.199Z] AUTO_DETECT=true [2026-01-08T23:48:52.199Z] HOME=/home/jenkins [2026-01-08T23:48:52.199Z] TAP_NAME=Test_openjdk27_hs_extended.perf_ppc64le_linux.tap [2026-01-08T23:48:52.199Z] CI=true [2026-01-08T23:48:52.199Z] WORKSPACE_TMP=/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux@tmp [2026-01-08T23:48:52.199Z] EXECUTOR_NUMBER=0 [2026-01-08T23:48:52.200Z] JENKINS_SERVER_COOKIE=durable-383612d4e5dcd8d78464b0a389712daf15de9549141342bb55316e1cb8b2b8fc [2026-01-08T23:48:52.200Z] NODE_LABELS=test ci.role.test linux sw.os.linux test-osuosl-centos74-ppc64le-1 sw.tool.docker ci.role.perf hw.arch.ppc64le centos7 centos ppc64le [2026-01-08T23:48:52.200Z] SYSTEM_LIB_DIR=/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/system_lib [2026-01-08T23:48:52.200Z] BUILD_LIST=perf [2026-01-08T23:48:52.200Z] TARGET=extended.perf [2026-01-08T23:48:52.200Z] LOGNAME=jenkins [2026-01-08T23:48:52.200Z] EXTERNAL_CUSTOM_BRANCH=master [2026-01-08T23:48:52.200Z] JDK_REPO=https://github.com/adoptium/jdk [2026-01-08T23:48:52.200Z] ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium:master [2026-01-08T23:48:52.200Z] HUDSON_HOME=/home/jenkins/.jenkins [2026-01-08T23:48:52.200Z] SSH_CONNECTION=78.47.239.97 46694 140.211.168.228 22 [2026-01-08T23:48:52.200Z] UPSTREAM_JOB_NUMBER=385 [2026-01-08T23:48:52.200Z] NODE_NAME=test-osuosl-centos74-ppc64le-1 [2026-01-08T23:48:52.200Z] LESSOPEN=||/usr/bin/lesspipe.sh %s [2026-01-08T23:48:52.200Z] BUILD_NUMBER=1 [2026-01-08T23:48:52.200Z] JOB_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk27_hs_extended.perf_ppc64le_linux/display/redirect [2026-01-08T23:48:52.200Z] KEEP_WORKSPACE=false [2026-01-08T23:48:52.200Z] HUDSON_COOKIE=62623acf-cdbc-49a3-aec6-503d7010acb0 [2026-01-08T23:48:52.200Z] XDG_RUNTIME_DIR=/run/user/1001 [2026-01-08T23:48:52.200Z] PERF_ROOT=/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../benchmarks [2026-01-08T23:48:52.200Z] USE_JRE=false [2026-01-08T23:48:52.200Z] TEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image [2026-01-08T23:48:52.200Z] ADOPTOPENJDK_REPO=https://github.com/adoptium/aqa-tests.git [2026-01-08T23:48:52.200Z] OPENJCEPLUS_GIT_REPO=https://github.com/ibmruntimes/OpenJCEPlus.git Did you forget the `def` keyword? Script1 seems to be setting a field named CUSTOMIZED_SDK_URL_OPTION (to a value of type String) which could lead to memory leaks or other issues. [Pipeline] timeout [2026-01-08T23:48:52.997Z] Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] dir [2026-01-08T23:48:53.086Z] Running in /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary [Pipeline] { [Pipeline] copyArtifacts [2026-01-08T23:52:14.538Z] Copied 7 artifacts from "build-scripts » jobs » jdk » jdk-linux-ppc64le-temurin" build number 385 [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 [2026-01-08T23:52:14.803Z] IS_SVT_TESTREPO is set to false Did you forget the `def` keyword? Script1 seems to be setting a field named TEST_IMAGES_REQUIRED (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named DEBUG_IMAGES_REQUIRED (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named CODE_COVERAGE_OPTION (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named ADDITIONAL_ARTIFACTS_REQUIRED_OPTION (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named CURL_OPTS (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named GET_SH_CMD (to a value of type GStringImpl) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named RESOLVED_MAKE (to a value of type String) which could lead to memory leaks or other issues. [Pipeline] dir [2026-01-08T23:52:14.809Z] Running in /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux [Pipeline] { [Pipeline] sshagent [2026-01-08T23:52:14.948Z] $ ssh-agent [2026-01-08T23:52:15.789Z] SSH_AUTH_SOCK=/tmp/ssh-YAXExpR617w7/agent.32235 [2026-01-08T23:52:15.789Z] SSH_AGENT_PID=32238 [2026-01-08T23:52:15.789Z] [ssh-agent] Started. [Pipeline] { [Pipeline] dir [2026-01-08T23:52:15.821Z] Running in /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests [Pipeline] { [Pipeline] withCredentials [2026-01-08T23:52:15.948Z] Masking supported pattern matches of $USERNAME or $PASSWORD [Pipeline] { [Pipeline] sh [2026-01-08T23:52:17.848Z] ++ pwd [2026-01-08T23:52:17.848Z] + ./get.sh -s /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/.. -p ppc64le_linux -r upstream -j 27 -i hotspot --clone_openj9 false --tkg_repo https://github.com/adoptium/TKG.git --tkg_branch master [2026-01-08T23:52:17.848Z] TESTDIR: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests [2026-01-08T23:52:17.848Z] get jdk binary... [2026-01-08T23:52:17.848Z] --sdkdir is set to upstream. Therefore, skip download jdk binary [2026-01-08T23:52:17.848Z] Uncompressing file: OpenJDK-jdk_ppc64le_linux_hotspot_27_4-ea.tar.gz ... [2026-01-08T23:52:20.884Z] List files in jdkbinary folder... [2026-01-08T23:52:20.884Z] total 408368 [2026-01-08T23:52:20.884Z] -rw-r--r--. 1 jenkins jenkins 143222513 Jan 8 23:11 OpenJDK-jdk_ppc64le_linux_hotspot_27_4-ea.tar.gz [2026-01-08T23:52:20.884Z] -rw-r--r--. 1 jenkins jenkins 87738138 Jan 8 23:11 OpenJDK-jmods_ppc64le_linux_hotspot_27_4-ea.tar.gz [2026-01-08T23:52:20.884Z] -rw-r--r--. 1 jenkins jenkins 62396632 Jan 8 23:10 OpenJDK-jre_ppc64le_linux_hotspot_27_4-ea.tar.gz [2026-01-08T23:52:20.884Z] -rw-r--r--. 1 jenkins jenkins 139270 Jan 8 23:35 OpenJDK-sbom_ppc64le_linux_hotspot_27_4-ea.json [2026-01-08T23:52:20.884Z] -rw-rw-r--. 1 jenkins jenkins 32391 Jan 8 23:29 OpenJDK-sbom_ppc64le_linux_hotspot_27_4-ea-metadata.json [2026-01-08T23:52:20.884Z] -rw-r--r--. 1 jenkins jenkins 5489626 Jan 8 23:11 OpenJDK-static-libs-glibc_ppc64le_linux_hotspot_27_4-ea.tar.gz [2026-01-08T23:52:20.885Z] -rw-r--r--. 1 jenkins jenkins 119126434 Jan 8 23:11 OpenJDK-testimage_ppc64le_linux_hotspot_27_4-ea.tar.gz [2026-01-08T23:52:20.885Z] drwxrwxr-x. 3 jenkins jenkins 4096 Jan 8 23:52 tmp [2026-01-08T23:52:20.885Z] List files in jdkbinary/tmp folder... [2026-01-08T23:52:20.885Z] total 4 [2026-01-08T23:52:20.885Z] drwxr-xr-x. 7 jenkins jenkins 4096 Jan 8 23:10 jdk-27+4 [2026-01-08T23:52:20.885Z] Moving directory jdk-27+4/ to ../j2sdk-image [2026-01-08T23:52:20.885Z] Uncompressing file: OpenJDK-jre_ppc64le_linux_hotspot_27_4-ea.tar.gz ... [2026-01-08T23:52:22.865Z] List files in jdkbinary folder... [2026-01-08T23:52:22.865Z] total 408372 [2026-01-08T23:52:22.865Z] drwxr-xr-x. 7 jenkins jenkins 4096 Jan 8 23:10 j2sdk-image [2026-01-08T23:52:22.865Z] -rw-r--r--. 1 jenkins jenkins 143222513 Jan 8 23:11 OpenJDK-jdk_ppc64le_linux_hotspot_27_4-ea.tar.gz [2026-01-08T23:52:22.865Z] -rw-r--r--. 1 jenkins jenkins 87738138 Jan 8 23:11 OpenJDK-jmods_ppc64le_linux_hotspot_27_4-ea.tar.gz [2026-01-08T23:52:22.865Z] -rw-r--r--. 1 jenkins jenkins 62396632 Jan 8 23:10 OpenJDK-jre_ppc64le_linux_hotspot_27_4-ea.tar.gz [2026-01-08T23:52:22.865Z] -rw-r--r--. 1 jenkins jenkins 139270 Jan 8 23:35 OpenJDK-sbom_ppc64le_linux_hotspot_27_4-ea.json [2026-01-08T23:52:22.865Z] -rw-rw-r--. 1 jenkins jenkins 32391 Jan 8 23:29 OpenJDK-sbom_ppc64le_linux_hotspot_27_4-ea-metadata.json [2026-01-08T23:52:22.865Z] -rw-r--r--. 1 jenkins jenkins 5489626 Jan 8 23:11 OpenJDK-static-libs-glibc_ppc64le_linux_hotspot_27_4-ea.tar.gz [2026-01-08T23:52:22.865Z] -rw-r--r--. 1 jenkins jenkins 119126434 Jan 8 23:11 OpenJDK-testimage_ppc64le_linux_hotspot_27_4-ea.tar.gz [2026-01-08T23:52:22.865Z] drwxrwxr-x. 3 jenkins jenkins 4096 Jan 8 23:52 tmp [2026-01-08T23:52:22.865Z] List files in jdkbinary/tmp folder... [2026-01-08T23:52:22.865Z] total 4 [2026-01-08T23:52:22.865Z] drwxr-xr-x. 6 jenkins jenkins 4096 Jan 8 23:10 jdk-27+4-jre [2026-01-08T23:52:22.865Z] Moving directory jdk-27+4-jre/ to ../j2re-image [2026-01-08T23:52:22.866Z] Uncompressing file: OpenJDK-static-libs-glibc_ppc64le_linux_hotspot_27_4-ea.tar.gz ... [2026-01-08T23:52:22.866Z] List files in jdkbinary folder... [2026-01-08T23:52:22.866Z] total 408376 [2026-01-08T23:52:22.866Z] drwxr-xr-x. 6 jenkins jenkins 4096 Jan 8 23:10 j2re-image [2026-01-08T23:52:22.866Z] drwxr-xr-x. 7 jenkins jenkins 4096 Jan 8 23:10 j2sdk-image [2026-01-08T23:52:22.866Z] -rw-r--r--. 1 jenkins jenkins 143222513 Jan 8 23:11 OpenJDK-jdk_ppc64le_linux_hotspot_27_4-ea.tar.gz [2026-01-08T23:52:22.866Z] -rw-r--r--. 1 jenkins jenkins 87738138 Jan 8 23:11 OpenJDK-jmods_ppc64le_linux_hotspot_27_4-ea.tar.gz [2026-01-08T23:52:22.866Z] -rw-r--r--. 1 jenkins jenkins 62396632 Jan 8 23:10 OpenJDK-jre_ppc64le_linux_hotspot_27_4-ea.tar.gz [2026-01-08T23:52:22.866Z] -rw-r--r--. 1 jenkins jenkins 139270 Jan 8 23:35 OpenJDK-sbom_ppc64le_linux_hotspot_27_4-ea.json [2026-01-08T23:52:22.866Z] -rw-rw-r--. 1 jenkins jenkins 32391 Jan 8 23:29 OpenJDK-sbom_ppc64le_linux_hotspot_27_4-ea-metadata.json [2026-01-08T23:52:22.866Z] -rw-r--r--. 1 jenkins jenkins 5489626 Jan 8 23:11 OpenJDK-static-libs-glibc_ppc64le_linux_hotspot_27_4-ea.tar.gz [2026-01-08T23:52:22.866Z] -rw-r--r--. 1 jenkins jenkins 119126434 Jan 8 23:11 OpenJDK-testimage_ppc64le_linux_hotspot_27_4-ea.tar.gz [2026-01-08T23:52:22.866Z] drwxrwxr-x. 3 jenkins jenkins 4096 Jan 8 23:52 tmp [2026-01-08T23:52:22.866Z] List files in jdkbinary/tmp folder... [2026-01-08T23:52:22.866Z] total 4 [2026-01-08T23:52:22.866Z] drwxr-xr-x. 3 jenkins jenkins 4096 Jan 8 23:10 jdk-27+4-static-libs [2026-01-08T23:52:22.866Z] Moving directory jdk-27+4-static-libs/ to ../static-libs [2026-01-08T23:52:22.866Z] Uncompressing file: OpenJDK-testimage_ppc64le_linux_hotspot_27_4-ea.tar.gz ... [2026-01-08T23:52:25.922Z] List files in jdkbinary folder... [2026-01-08T23:52:25.922Z] total 408380 [2026-01-08T23:52:25.922Z] drwxr-xr-x. 6 jenkins jenkins 4096 Jan 8 23:10 j2re-image [2026-01-08T23:52:25.922Z] drwxr-xr-x. 7 jenkins jenkins 4096 Jan 8 23:10 j2sdk-image [2026-01-08T23:52:25.922Z] -rw-r--r--. 1 jenkins jenkins 143222513 Jan 8 23:11 OpenJDK-jdk_ppc64le_linux_hotspot_27_4-ea.tar.gz [2026-01-08T23:52:25.923Z] -rw-r--r--. 1 jenkins jenkins 87738138 Jan 8 23:11 OpenJDK-jmods_ppc64le_linux_hotspot_27_4-ea.tar.gz [2026-01-08T23:52:25.923Z] -rw-r--r--. 1 jenkins jenkins 62396632 Jan 8 23:10 OpenJDK-jre_ppc64le_linux_hotspot_27_4-ea.tar.gz [2026-01-08T23:52:25.923Z] -rw-r--r--. 1 jenkins jenkins 139270 Jan 8 23:35 OpenJDK-sbom_ppc64le_linux_hotspot_27_4-ea.json [2026-01-08T23:52:25.923Z] -rw-rw-r--. 1 jenkins jenkins 32391 Jan 8 23:29 OpenJDK-sbom_ppc64le_linux_hotspot_27_4-ea-metadata.json [2026-01-08T23:52:25.923Z] -rw-r--r--. 1 jenkins jenkins 5489626 Jan 8 23:11 OpenJDK-static-libs-glibc_ppc64le_linux_hotspot_27_4-ea.tar.gz [2026-01-08T23:52:25.923Z] -rw-r--r--. 1 jenkins jenkins 119126434 Jan 8 23:11 OpenJDK-testimage_ppc64le_linux_hotspot_27_4-ea.tar.gz [2026-01-08T23:52:25.923Z] drwxr-xr-x. 3 jenkins jenkins 4096 Jan 8 23:10 static-libs [2026-01-08T23:52:25.923Z] drwxrwxr-x. 3 jenkins jenkins 4096 Jan 8 23:52 tmp [2026-01-08T23:52:25.923Z] List files in jdkbinary/tmp folder... [2026-01-08T23:52:25.923Z] total 4 [2026-01-08T23:52:25.923Z] drwxr-xr-x. 6 jenkins jenkins 4096 Jan 8 22:59 jdk-27+4-test-image [2026-01-08T23:52:25.923Z] Moving directory jdk-27+4-test-image/ to ../openjdk-test-image [2026-01-08T23:52:25.923Z] Run /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image/bin/java -version [2026-01-08T23:52:25.923Z] =JAVA VERSION OUTPUT BEGIN= [2026-01-08T23:52:25.923Z] openjdk version "27-beta" 2026-09-15 [2026-01-08T23:52:25.923Z] OpenJDK Runtime Environment Temurin-27+4-202601082148 (build 27-beta+4-ea) [2026-01-08T23:52:25.923Z] OpenJDK 64-Bit Server VM Temurin-27+4-202601082148 (build 27-beta+4-ea, mixed mode, sharing) [2026-01-08T23:52:25.923Z] =JAVA VERSION OUTPUT END= [2026-01-08T23:52:25.923Z] =RELEASE INFO BEGIN= [2026-01-08T23:52:25.923Z] IMPLEMENTOR="Eclipse Adoptium" [2026-01-08T23:52:25.923Z] IMPLEMENTOR_VERSION="Temurin-27+4-202601082148" [2026-01-08T23:52:25.923Z] JAVA_RUNTIME_VERSION="27-beta+4-ea" [2026-01-08T23:52:25.923Z] JAVA_VERSION="27" [2026-01-08T23:52:25.923Z] JAVA_VERSION_DATE="2026-09-15" [2026-01-08T23:52:25.923Z] LIBC="gnu" [2026-01-08T23:52:25.923Z] MODULES="java.base java.compiler java.datatransfer java.xml java.prefs java.desktop java.instrument java.logging java.management java.security.sasl java.naming java.rmi java.management.rmi java.net.http java.scripting java.security.jgss java.transaction.xa java.sql java.sql.rowset java.xml.crypto java.se java.smartcardio jdk.accessibility jdk.internal.jvmstat jdk.attach jdk.charsets jdk.internal.opt jdk.zipfs jdk.compiler jdk.crypto.cryptoki jdk.crypto.ec jdk.dynalink jdk.internal.ed jdk.editpad jdk.hotspot.agent jdk.httpserver jdk.incubator.vector jdk.internal.le jdk.internal.md jdk.jartool jdk.javadoc jdk.jcmd jdk.management jdk.management.agent jdk.jconsole jdk.jdeps jdk.jdwp.agent jdk.jdi jdk.jfr jdk.jlink jdk.jpackage jdk.jshell jdk.jstatd jdk.localedata jdk.management.jfr jdk.naming.dns jdk.naming.rmi jdk.net jdk.nio.mapmode jdk.sctp jdk.security.auth jdk.security.jgss jdk.unsupported jdk.unsupported.desktop jdk.xml.dom" [2026-01-08T23:52:25.923Z] OS_ARCH="ppc64le" [2026-01-08T23:52:25.923Z] OS_NAME="Linux" [2026-01-08T23:52:25.923Z] SOURCE=".:git:f64bff5ebb70" [2026-01-08T23:52:25.923Z] BUILD_SOURCE="git:9ca299c1548b68e0513feeb87b0a8bebf672fc5c" [2026-01-08T23:52:25.923Z] BUILD_SOURCE_REPO="https://github.com/adoptium/temurin-build.git" [2026-01-08T23:52:25.923Z] SOURCE_REPO="https://github.com/adoptium/jdk.git" [2026-01-08T23:52:25.923Z] FULL_VERSION="27-beta+4-ea" [2026-01-08T23:52:25.923Z] SEMANTIC_VERSION="27+4" [2026-01-08T23:52:25.923Z] BUILD_INFO="OS: Linux Version: 6.8.0-41-generic" [2026-01-08T23:52:25.923Z] JVM_VARIANT="Hotspot" [2026-01-08T23:52:25.923Z] JVM_VERSION="27-beta+4-ea" [2026-01-08T23:52:25.923Z] IMAGE_TYPE="JDK" [2026-01-08T23:52:25.923Z] =RELEASE INFO END= [2026-01-08T23:52:25.923Z] get testKitGen... [2026-01-08T23:52:25.923Z] git clone -q https://github.com/adoptium/TKG.git [2026-01-08T23:52:26.882Z] git rev-parse master [2026-01-08T23:52:26.882Z] git checkout -q -f 0bb246f8231d38430eaf8f0a83b4e56cddc7af3f [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // dir [Pipeline] } [2026-01-08T23:52:27.870Z] $ ssh-agent -k [2026-01-08T23:52:27.877Z] unset SSH_AUTH_SOCK; [2026-01-08T23:52:27.877Z] unset SSH_AGENT_PID; [2026-01-08T23:52:27.877Z] echo Agent pid 32238 killed; [2026-01-08T23:52:28.716Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] fileExists [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] echo [2026-01-08T23:52:30.279Z] Rerun in Grinder: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&amp;TARGET=extended.perf&amp;BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&amp;TEST_FLAG=&amp;UPSTREAM_TEST_JOB_NAME=&amp;DOCKER_REQUIRED=false&amp;ACTIVE_NODE_TIMEOUT=5&amp;VENDOR_TEST_DIRS=&amp;EXTRA_DOCKER_ARGS=&amp;TKG_OWNER_BRANCH=adoptium%3Amaster&amp;OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&amp;PLATFORM=ppc64le_linux&amp;GENERATE_JOBS=true&amp;KEEP_REPORTDIR=false&amp;PERSONAL_BUILD=false&amp;DOCKER_REGISTRY_DIR=&amp;RERUN_ITERATIONS=0&amp;ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&amp;SETUP_JCK_RUN=false&amp;DOCKER_REGISTRY_URL_CREDENTIAL_ID=&amp;LABEL=&amp;EXTRA_OPTIONS=&amp;CUSTOMIZED_SDK_URL=&amp;BUILD_IDENTIFIER=&amp;JENKINS_KEY=&amp;ADOPTOPENJDK_BRANCH=master&amp;LIGHT_WEIGHT_CHECKOUT=false&amp;USE_JRE=false&amp;ARTIFACTORY_SERVER=&amp;KEEP_WORKSPACE=false&amp;USER_CREDENTIALS_ID=&amp;JDK_VERSION=27&amp;DOCKER_REGISTRY_URL=&amp;ITERATIONS=1&amp;VENDOR_TEST_REPOS=&amp;JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk&amp;JCK_GIT_BRANCH=master&amp;OPENJ9_BRANCH=master&amp;OPENJ9_SHA=&amp;JCK_GIT_REPO=&amp;VENDOR_TEST_BRANCHES=&amp;UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk%2Fjdk-linux-ppc64le-temurin&amp;OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&amp;CLOUD_PROVIDER=&amp;CUSTOM_TARGET=&amp;VENDOR_TEST_SHAS=&amp;JDK_BRANCH=jdk-27%2B4_adopt&amp;LABEL_ADDITION=&amp;ARTIFACTORY_REPO=&amp;ARTIFACTORY_ROOT_DIR=&amp;UPSTREAM_TEST_JOB_NUMBER=&amp;DOCKERIMAGE_TAG=&amp;TEST_TIME=120&amp;JDK_IMPL=hotspot&amp;SSH_AGENT_CREDENTIAL=&amp;AUTO_DETECT=true&amp;SLACK_CHANNEL=aqavit-bot&amp;DYNAMIC_COMPILE=false&amp;RELATED_NODES=&amp;ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&amp;APPLICATION_OPTIONS=&amp;CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token&amp;ARCHIVE_TEST_RESULTS=false&amp;NUM_MACHINES=&amp;OPENJDK_SHA=&amp;TRSS_URL=&amp;RERUN_FAILURE=false&amp;USE_TESTENV_PROPERTIES=false&amp;BUILD_LIST=perf&amp;ADDITIONAL_ARTIFACTS_REQUIRED=&amp;UPSTREAM_JOB_NUMBER=385&amp;STF_OWNER_BRANCH=adoptium%3Amaster&amp;TIME_LIMIT=25&amp;JVM_OPTIONS=&amp;PARALLEL=None [Pipeline] echo [2026-01-08T23:52:30.372Z] Rerun in Grinder on same machine: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&amp;TARGET=extended.perf&amp;BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&amp;TEST_FLAG=&amp;UPSTREAM_TEST_JOB_NAME=&amp;DOCKER_REQUIRED=false&amp;ACTIVE_NODE_TIMEOUT=5&amp;VENDOR_TEST_DIRS=&amp;EXTRA_DOCKER_ARGS=&amp;TKG_OWNER_BRANCH=adoptium%3Amaster&amp;OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&amp;PLATFORM=ppc64le_linux&amp;GENERATE_JOBS=true&amp;KEEP_REPORTDIR=false&amp;PERSONAL_BUILD=false&amp;DOCKER_REGISTRY_DIR=&amp;RERUN_ITERATIONS=0&amp;ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&amp;SETUP_JCK_RUN=false&amp;DOCKER_REGISTRY_URL_CREDENTIAL_ID=&amp;LABEL=test-osuosl-centos74-ppc64le-1&amp;EXTRA_OPTIONS=&amp;CUSTOMIZED_SDK_URL=&amp;BUILD_IDENTIFIER=&amp;JENKINS_KEY=&amp;ADOPTOPENJDK_BRANCH=master&amp;LIGHT_WEIGHT_CHECKOUT=false&amp;USE_JRE=false&amp;ARTIFACTORY_SERVER=&amp;KEEP_WORKSPACE=false&amp;USER_CREDENTIALS_ID=&amp;JDK_VERSION=27&amp;DOCKER_REGISTRY_URL=&amp;ITERATIONS=1&amp;VENDOR_TEST_REPOS=&amp;JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk&amp;JCK_GIT_BRANCH=master&amp;OPENJ9_BRANCH=master&amp;OPENJ9_SHA=&amp;JCK_GIT_REPO=&amp;VENDOR_TEST_BRANCHES=&amp;UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk%2Fjdk-linux-ppc64le-temurin&amp;OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&amp;CLOUD_PROVIDER=&amp;CUSTOM_TARGET=&amp;VENDOR_TEST_SHAS=&amp;JDK_BRANCH=jdk-27%2B4_adopt&amp;LABEL_ADDITION=&amp;ARTIFACTORY_REPO=&amp;ARTIFACTORY_ROOT_DIR=&amp;UPSTREAM_TEST_JOB_NUMBER=&amp;DOCKERIMAGE_TAG=&amp;TEST_TIME=120&amp;JDK_IMPL=hotspot&amp;SSH_AGENT_CREDENTIAL=&amp;AUTO_DETECT=true&amp;SLACK_CHANNEL=aqavit-bot&amp;DYNAMIC_COMPILE=false&amp;RELATED_NODES=&amp;ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&amp;APPLICATION_OPTIONS=&amp;CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token&amp;ARCHIVE_TEST_RESULTS=false&amp;NUM_MACHINES=&amp;OPENJDK_SHA=&amp;TRSS_URL=&amp;RERUN_FAILURE=false&amp;USE_TESTENV_PROPERTIES=false&amp;BUILD_LIST=perf&amp;ADDITIONAL_ARTIFACTS_REQUIRED=&amp;UPSTREAM_JOB_NUMBER=385&amp;STF_OWNER_BRANCH=adoptium%3Amaster&amp;TIME_LIMIT=25&amp;JVM_OPTIONS=&amp;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 [2026-01-08T23:52:30.766Z] Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] copyArtifacts [2026-01-08T23:52:32.303Z] Copied 1 artifact from "getTRSSOutput" build number 2011 [Pipeline] sh [2026-01-08T23:52:34.411Z] + cd ./aqa-tests/TKG/resources/TRSS [2026-01-08T23:52:34.411Z] + gzip -cd TRSSOutput.tar.gz [2026-01-08T23:52:34.411Z] + tar xof - [2026-01-08T23:52:34.411Z] + rm TRSSOutput.tar.gz [Pipeline] } [Pipeline] // timeout [Pipeline] timeout [2026-01-08T23:52:35.125Z] Timeout set to expire in 20 min [Pipeline] { [Pipeline] echo [2026-01-08T23:52:35.197Z] Custom URL: https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/ [Pipeline] sh [2026-01-08T23:52:37.486Z] + perl ./aqa-tests/TKG/scripts/getDependencies.pl -path /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib -task default -customUrl https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/ [2026-01-08T23:53:17.769Z] -------------------------------------------- [2026-01-08T23:53:17.769Z] path is set to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib [2026-01-08T23:53:17.769Z] task is set to default [2026-01-08T23:53:17.769Z] dependencyList is set to all [2026-01-08T23:53:17.769Z] System Test jars will not be downloaded. [2026-01-08T23:53:17.769Z] -------------------------------------------- [2026-01-08T23:53:17.769Z] Starting download third party dependent jars [2026-01-08T23:53:17.769Z] -------------------------------------------- [2026-01-08T23:53:17.769Z] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/openj9jtregtimeouthandler.jar exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/jaxb-api.jar exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/asm-all.jar exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/objenesis.jar exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/byte-buddy.jar exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/jcommander.jar exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/jtreg_8_1_1.tar.gz exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/junit4.jar exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/org.eclipse.osgi-3.16.100.jar exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/jtreg_7_3_1_1.tar.gz exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/json-simple.jar exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/byte-buddy-agent.jar exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/jtreg_7_5_1_1.tar.gz exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/testng.jar exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/jtreg_5_1_b01.tar.gz exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/jcstress-tests-all-20240222.jar exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/apache-maven-bin.tar.gz exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/dacapo.zip exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/jtreg_7_4_1.tar.gz exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/mockito-core.jar exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/asm.jar exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/jtreg_8_2.tar.gz exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/asmtools.jar exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/commons-cli.jar exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/jython-standalone.jar exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/commons-exec.jar exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/javassist.jar exists with correct hash, not downloading [2026-01-08T23:53:17.769Z] downloaded dependent third party jars successfully [Pipeline] } [Pipeline] // timeout [Pipeline] nodesByLabel [2026-01-08T23:53:18.052Z] Found a total of 2 nodes with the 'hw.arch.ppc64le&&sw.os.linux&&ci.role.perf' label [Pipeline] echo [2026-01-08T23:53:18.062Z] Machine limit is 2. [Pipeline] sh [2026-01-08T23:53:20.284Z] + cd ./aqa-tests/TKG [2026-01-08T23:53:20.284Z] ++ uname [2026-01-08T23:53:20.284Z] + '[' Linux = AIX ']' [2026-01-08T23:53:20.284Z] ++ uname [2026-01-08T23:53:20.284Z] + '[' Linux = SunOS ']' [2026-01-08T23:53:20.284Z] ++ uname [2026-01-08T23:53:20.284Z] + '[' Linux = '*BSD' ']' [2026-01-08T23:53:20.284Z] + MAKE=make [2026-01-08T23:53:20.284Z] + make genParallelList TEST=extended.perf TEST_TIME=120 NUM_MACHINES= [2026-01-08T23:53:20.284Z] JAVA_HOME is set to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image [2026-01-08T23:53:20.284Z] LIB_DIR is set to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib [2026-01-08T23:53:20.284Z] rm -f -r /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_compilation; \ [2026-01-08T23:53:20.284Z] mkdir -p /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_compilation; \ [2026-01-08T23:53:20.284Z] (ant -f ./scripts/build_tools.xml "-DTEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image" "-DTEST_ROOT=/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/.." "-DLIB_DIR=/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib" 2>&1; echo $? ) | tee "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \ [2026-01-08T23:53:20.284Z] if [ -z "$(tail -1 /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_compilation"; fi [2026-01-08T23:53:20.284Z] Buildfile: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/scripts/build_tools.xml [2026-01-08T23:53:21.276Z] [2026-01-08T23:53:21.276Z] build: [2026-01-08T23:53:21.276Z] [2026-01-08T23:53:21.276Z] clean: [2026-01-08T23:53:21.276Z] [2026-01-08T23:53:21.276Z] init: [2026-01-08T23:53:21.276Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/bin [2026-01-08T23:53:21.276Z] [2026-01-08T23:53:21.276Z] getDependentLibs: [2026-01-08T23:53:21.276Z] [exec] -------------------------------------------- [2026-01-08T23:53:21.276Z] [exec] path is set to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib [2026-01-08T23:53:21.276Z] [exec] task is set to default [2026-01-08T23:53:21.276Z] [exec] dependencyList is set to json_simple [2026-01-08T23:53:21.276Z] [exec] System Test jars will not be downloaded. [2026-01-08T23:53:21.276Z] [exec] -------------------------------------------- [2026-01-08T23:53:21.276Z] [exec] Starting download third party dependent jars [2026-01-08T23:53:21.276Z] [exec] -------------------------------------------- [2026-01-08T23:53:21.276Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib [2026-01-08T23:53:21.276Z] [exec] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/json-simple.jar exists with correct hash, not downloading [2026-01-08T23:53:21.276Z] [exec] downloaded dependent third party jars successfully [2026-01-08T23:53:21.276Z] [2026-01-08T23:53:21.276Z] compile: [2026-01-08T23:53:21.276Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024 [2026-01-08T23:53:21.276Z] [echo] ============COMPILER SETTINGS============ [2026-01-08T23:53:21.276Z] [echo] ===fork: yes [2026-01-08T23:53:21.276Z] [echo] ===debug: on [2026-01-08T23:53:21.276Z] [javac] Compiling 28 source files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/bin [2026-01-08T23:53:23.247Z] [javac] Note: Some input files use or override a deprecated API. [2026-01-08T23:53:23.247Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2026-01-08T23:53:23.247Z] [2026-01-08T23:53:23.247Z] dist: [2026-01-08T23:53:23.247Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/bin/TestKitGen.jar [2026-01-08T23:53:23.247Z] [2026-01-08T23:53:23.247Z] BUILD SUCCESSFUL [2026-01-08T23:53:23.247Z] Total time: 2 seconds [2026-01-08T23:53:23.247Z] 0 [2026-01-08T23:53:23.247Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image/bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector [2026-01-08T23:53:23.247Z] Unfamiliar microArch detected in TKG. It will not be added in TKG microArch! [2026-01-08T23:53:23.247Z] microArchOutput: machine : CHRP IBM pSeries (emulated by qemu) [2026-01-08T23:53:27.878Z] ****************************** MACHINE INFO ****************************** [2026-01-08T23:53:27.878Z] File path : /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG [2026-01-08T23:53:27.878Z] Free Physical Memory Size : 2787246080 [2026-01-08T23:53:27.878Z] Free space (bytes) : 46904102912 [2026-01-08T23:53:27.878Z] Total Physical Memory Size : 8023506944 [2026-01-08T23:53:27.878Z] Total space (bytes) : 84477304832 [2026-01-08T23:53:27.878Z] Usable space (bytes) : 43420078080 [2026-01-08T23:53:27.878Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024 [2026-01-08T23:53:27.878Z] bashVersion : [2026-01-08T23:53:27.878Z] GNU bash, version 4.2.46(2)-release (powerpc64le-redhat-linux-gnu) [2026-01-08T23:53:27.878Z] Copyright (C) 2011 Free Software Foundation, Inc. [2026-01-08T23:53:27.878Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> [2026-01-08T23:53:27.878Z] [2026-01-08T23:53:27.878Z] This is free software; you are free to change and redistribute it. [2026-01-08T23:53:27.878Z] There is NO WARRANTY, to the extent permitted by law. [2026-01-08T23:53:27.878Z] cpuCores : 4 [2026-01-08T23:53:27.878Z] curlVersion : [2026-01-08T23:53:27.878Z] curl 7.79.1 (powerpc64le-unknown-linux-gnu) libcurl/7.79.1 OpenSSL/1.0.2k-fips zlib/1.2.7 [2026-01-08T23:53:27.878Z] Release-Date: 2021-09-22 [2026-01-08T23:53:27.878Z] Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp [2026-01-08T23:53:27.878Z] Features: alt-svc AsynchDNS HSTS HTTPS-proxy IPv6 Largefile libz NTLM NTLM_WB SSL UnixSockets [2026-01-08T23:53:27.878Z] dockerVersion : Docker version v26.1.4, build 5650f9b [2026-01-08T23:53:27.878Z] gcc version : 4.8.5 [2026-01-08T23:53:27.878Z] gclibc version : ldd (GNU libc) 2.17 [2026-01-08T23:53:27.878Z] gdb version : bash: gdb: command not found [2026-01-08T23:53:27.878Z] lldb version : Command could not be executed [2026-01-08T23:53:27.878Z] makeVersion : [2026-01-08T23:53:27.878Z] GNU Make 4.1 [2026-01-08T23:53:27.878Z] Built for powerpc64le-unknown-linux-gnu [2026-01-08T23:53:27.878Z] Copyright (C) 1988-2014 Free Software Foundation, Inc. [2026-01-08T23:53:27.878Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> [2026-01-08T23:53:27.878Z] This is free software: you are free to change and redistribute it. [2026-01-08T23:53:27.878Z] There is NO WARRANTY, to the extent permitted by law. [2026-01-08T23:53:27.878Z] mavenVersion : [2026-01-08T23:53:27.878Z] WARNING: A restricted method in java.lang.System has been called [2026-01-08T23:53:27.878Z] WARNING: java.lang.System::load has been called by org.fusesource.hawtjni.runtime.Library in an unnamed module (file:/usr/local/apache-maven-3.6.3/lib/jansi-1.17.1.jar) [2026-01-08T23:53:27.878Z] WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module [2026-01-08T23:53:27.878Z] WARNING: Restricted methods will be blocked in a future release unless native access is enabled [2026-01-08T23:53:27.878Z] [2026-01-08T23:53:27.878Z] Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) [2026-01-08T23:53:27.878Z] Maven home: /usr/local/apache-maven-3.6.3 [2026-01-08T23:53:27.878Z] Java version: 27-beta, vendor: Eclipse Adoptium, runtime: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image [2026-01-08T23:53:27.878Z] Default locale: en_US, platform encoding: UTF-8 [2026-01-08T23:53:27.878Z] OS name: "linux", version: "3.10.0-1160.105.1.el7.ppc64le", arch: "ppc64le", family: "unix" [2026-01-08T23:53:27.878Z] osInfo : [2026-01-08T23:53:27.878Z] NAME="CentOS Linux" [2026-01-08T23:53:27.878Z] VERSION="7 (AltArch)" [2026-01-08T23:53:27.878Z] ID="centos" [2026-01-08T23:53:27.878Z] ID_LIKE="rhel fedora" [2026-01-08T23:53:27.878Z] VERSION_ID="7" [2026-01-08T23:53:27.878Z] PRETTY_NAME="CentOS Linux 7 (AltArch)" [2026-01-08T23:53:27.878Z] ANSI_COLOR="0;31" [2026-01-08T23:53:27.878Z] CPE_NAME="cpe:/o:centos:centos:7:server" [2026-01-08T23:53:27.878Z] HOME_URL="https://www.centos.org/" [2026-01-08T23:53:27.878Z] BUG_REPORT_URL="https://bugs.centos.org/" [2026-01-08T23:53:27.878Z] [2026-01-08T23:53:27.878Z] CENTOS_MANTISBT_PROJECT="CentOS-7" [2026-01-08T23:53:27.878Z] CENTOS_MANTISBT_PROJECT_VERSION="7" [2026-01-08T23:53:27.878Z] REDHAT_SUPPORT_PRODUCT="centos" [2026-01-08T23:53:27.878Z] REDHAT_SUPPORT_PRODUCT_VERSION="7" [2026-01-08T23:53:27.878Z] [2026-01-08T23:53:27.878Z] osLabel : cent.7 [2026-01-08T23:53:27.878Z] perlVersion : [2026-01-08T23:53:27.878Z] [2026-01-08T23:53:27.878Z] This is perl 5, version 16, subversion 3 (v5.16.3) built for ppc64le-linux-thread-multi [2026-01-08T23:53:27.878Z] (with 44 registered patches, see perl -V for more detail) [2026-01-08T23:53:27.878Z] [2026-01-08T23:53:27.878Z] Copyright 1987-2012, Larry Wall [2026-01-08T23:53:27.878Z] [2026-01-08T23:53:27.878Z] Perl may be copied only under the terms of either the Artistic License or the [2026-01-08T23:53:27.878Z] GNU General Public License, which may be found in the Perl 5 source kit. [2026-01-08T23:53:27.878Z] [2026-01-08T23:53:27.878Z] Complete documentation for Perl, including FAQ lists, should be found on [2026-01-08T23:53:27.878Z] this system using "man perl" or "perldoc perl". If you have access to the [2026-01-08T23:53:27.878Z] Internet, point your browser at http://www.perl.org/, the Perl Home Page. [2026-01-08T23:53:27.878Z] [2026-01-08T23:53:27.878Z] podmanVersion : bash: podman: command not found [2026-01-08T23:53:27.878Z] procArch : ppc64le [2026-01-08T23:53:27.878Z] sysArch : ppc64le [2026-01-08T23:53:27.878Z] sysOS : Linux [2026-01-08T23:53:27.878Z] ulimit : [2026-01-08T23:53:27.878Z] core file size (blocks, -c) 0 [2026-01-08T23:53:27.878Z] data seg size (kbytes, -d) unlimited [2026-01-08T23:53:27.878Z] scheduling priority (-e) 0 [2026-01-08T23:53:27.878Z] file size (blocks, -f) unlimited [2026-01-08T23:53:27.878Z] pending signals (-i) 30252 [2026-01-08T23:53:27.878Z] max locked memory (kbytes, -l) 64 [2026-01-08T23:53:27.878Z] max memory size (kbytes, -m) unlimited [2026-01-08T23:53:27.878Z] open files (-n) 4096 [2026-01-08T23:53:27.878Z] pipe size (512 bytes, -p) 8 [2026-01-08T23:53:27.878Z] POSIX message queues (bytes, -q) 819200 [2026-01-08T23:53:27.878Z] real-time priority (-r) 0 [2026-01-08T23:53:27.878Z] stack size (kbytes, -s) 8192 [2026-01-08T23:53:27.878Z] cpu time (seconds, -t) unlimited [2026-01-08T23:53:27.878Z] max user processes (-u) 4096 [2026-01-08T23:53:27.878Z] virtual memory (kbytes, -v) unlimited [2026-01-08T23:53:27.878Z] file locks (-x) unlimited [2026-01-08T23:53:27.878Z] uname : Linux test-osuosl-centos74-ppc64le-1.adoptopenjdk.net 3.10.0-1160.105.1.el7.ppc64le #1 SMP Thu Dec 7 15:43:11 UTC 2023 ppc64le ppc64le ppc64le GNU/Linux [2026-01-08T23:53:27.878Z] vmVendor : Oracle Corporation [2026-01-08T23:53:27.878Z] vmVersion : 27-beta+4-ea [2026-01-08T23:53:27.878Z] xlc version : bash: xlC: command not found [2026-01-08T23:53:27.878Z] ************************************************************************** [2026-01-08T23:53:27.878Z] [2026-01-08T23:53:27.878Z] System.getProperty('java.vm.name')=OpenJDK 64-Bit Server VM [2026-01-08T23:53:27.878Z] [2026-01-08T23:53:27.878Z] System.getProperty('java.vendor')=Eclipse Adoptium [2026-01-08T23:53:27.878Z] [2026-01-08T23:53:27.878Z] System.getProperty('os.name')=Linux [2026-01-08T23:53:27.878Z] [2026-01-08T23:53:27.878Z] System.getProperty('os.arch')=ppc64le [2026-01-08T23:53:27.878Z] [2026-01-08T23:53:27.878Z] System.getProperty('java.fullversion')=null [2026-01-08T23:53:27.878Z] [2026-01-08T23:53:27.878Z] System.getProperty('sun.arch.data.model')=64 [2026-01-08T23:53:27.878Z] [2026-01-08T23:53:27.878Z] make -f makeGen.mk AUTO_DETECT=true MODE=parallelList NUM_MACHINES= TEST_TIME=120 TESTTARGET=extended.perf TESTLIST= TRSS_URL= LIB_DIR=/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib [2026-01-08T23:53:27.878Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG' [2026-01-08T23:53:27.878Z] perl scripts/configure.pl [2026-01-08T23:53:27.878Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image/bin/java -cp "./bin/TestKitGen.jar:/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=parallelList --spec=linux_ppc-64_le --microArch="" --osLabel="cent.7" --jdkVersion=27 --impl=hotspot --vendor="eclipse" --buildList=perf --iterations=1 --aotIterations= --testFlag= --testTarget=extended.perf --testList= --numOfMachines= --testTime=120 --TRSSURL= [2026-01-08T23:53:27.878Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv. [2026-01-08T23:53:27.878Z] [2026-01-08T23:53:27.878Z] [2026-01-08T23:53:27.878Z] Starting to generate parallel test lists. [2026-01-08T23:53:27.878Z] [2026-01-08T23:53:27.878Z] Parsing /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../perf/idle_micro/playlist.xml [2026-01-08T23:53:27.878Z] Parsing /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../perf/liberty/playlist.xml [2026-01-08T23:53:27.878Z] Parsing /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../perf/dacapo/playlist.xml [2026-01-08T23:53:27.878Z] Parsing /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../perf/bumbleBench/playlist.xml [2026-01-08T23:53:27.879Z] Parsing /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../perf/specjbb/playlist.xml [2026-01-08T23:53:27.879Z] Parsing /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../perf/renaissance/playlist.xml [2026-01-08T23:53:27.879Z] Attempting to get test duration data from TRSS. [2026-01-08T23:53:27.879Z] curl --silent --max-time 120 -L -k https://trss.adoptopenjdk.net/api/getTestAvgDuration?limit=100&jdkVersion=27&impl=hs&platform=ppc64le_linux&group=perf&level=extended [2026-01-08T23:53:27.879Z] Warning: cannot parse data from TRSS. [2026-01-08T23:53:27.879Z] Unexpected character (e) at position 0. [2026-01-08T23:53:27.879Z] at org.json.simple.parser.Yylex.yylex(Yylex.java:610) [2026-01-08T23:53:27.879Z] at org.json.simple.parser.JSONParser.nextToken(JSONParser.java:269) [2026-01-08T23:53:27.879Z] at org.json.simple.parser.JSONParser.parse(JSONParser.java:118) [2026-01-08T23:53:27.879Z] at org.json.simple.parser.JSONParser.parse(JSONParser.java:92) [2026-01-08T23:53:27.879Z] at org.testKitGen.TestDivider.parseDuration(TestDivider.java:164) [2026-01-08T23:53:27.879Z] at org.testKitGen.TestDivider.getDataFromTRSS(TestDivider.java:254) [2026-01-08T23:53:27.879Z] at org.testKitGen.TestDivider.createDurationQueue(TestDivider.java:283) [2026-01-08T23:53:27.879Z] at org.testKitGen.TestDivider.divideTests(TestDivider.java:406) [2026-01-08T23:53:27.879Z] at org.testKitGen.TestDivider.generateLists(TestDivider.java:427) [2026-01-08T23:53:27.879Z] at org.testKitGen.MainRunner.genParallelList(MainRunner.java:74) [2026-01-08T23:53:27.879Z] at org.testKitGen.MainRunner.main(MainRunner.java:38) [2026-01-08T23:53:27.879Z] Attempting to get test duration data from cached files. [2026-01-08T23:53:27.879Z] [2026-01-08T23:53:27.879Z] TEST DURATION [2026-01-08T23:53:27.879Z] ==================================================================================== [2026-01-08T23:53:27.879Z] Total number of tests searched: 20 [2026-01-08T23:53:27.879Z] Number of test durations found: 0 [2026-01-08T23:53:27.879Z] No test duration data found. [2026-01-08T23:53:27.879Z] (Default duration assigned, executed tests: 40s; not executed tests: 0s.) [2026-01-08T23:53:27.879Z] ==================================================================================== [2026-01-08T23:53:27.879Z] [2026-01-08T23:53:27.879Z] Test target is split into 1 lists. [2026-01-08T23:53:27.879Z] Reducing estimated test running time from 11m20s to 11m20s. [2026-01-08T23:53:27.879Z] [2026-01-08T23:53:27.879Z] -------------------------------------testList_0------------------------------------- [2026-01-08T23:53:27.879Z] Number of tests: 20 [2026-01-08T23:53:27.879Z] Estimated running time: 11m20s [2026-01-08T23:53:27.879Z] TESTLIST=dacapo-fop_0,dacapo-jython_0,dacapo-pmd_0,renaissance-als_0,renaissance-par-mnemonics_0,renaissance-philosophers_0,renaissance-movie-lens_0,renaissance-mnemonics_0,renaissance-log-regression_0,renaissance-gauss-mix_0,renaissance-finagle-http_0,renaissance-dec-tree_0,renaissance-chi-square_0,dacapo-sunflow_0,dacapo-xalan_0,dacapo-tomcat_0,dacapo-luindex_0,renaissance-finagle-chirper_0,renaissance-db-shootout_0,dacapo-avrora_0 [2026-01-08T23:53:27.879Z] ------------------------------------------------------------------------------------ [2026-01-08T23:53:27.879Z] [2026-01-08T23:53:27.879Z] Parallel test lists file (/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/parallelList.mk) is generated successfully. [2026-01-08T23:53:27.879Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG' [Pipeline] fileExists [Pipeline] echo [2026-01-08T23:53:28.614Z] read parallelList.mk file: aqa-tests/TKG/parallelList.mk [Pipeline] readProperties [Pipeline] echo [2026-01-08T23:53:29.190Z] Number of test list is 1, no need to run tests in child job. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] echo [2026-01-08T23:53:29.293Z] Building tests... [Pipeline] timeout [2026-01-08T23:53:29.302Z] Timeout set to expire in 20 min [Pipeline] { [Pipeline] echo [2026-01-08T23:53:29.325Z] Custom URL: https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/ [Pipeline] sh [2026-01-08T23:53:31.327Z] + perl ./aqa-tests/TKG/scripts/getDependencies.pl -path /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib -task default -customUrl https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/ [2026-01-08T23:53:36.984Z] -------------------------------------------- [2026-01-08T23:53:36.984Z] path is set to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib [2026-01-08T23:53:36.984Z] task is set to default [2026-01-08T23:53:36.984Z] dependencyList is set to all [2026-01-08T23:53:36.984Z] System Test jars will not be downloaded. [2026-01-08T23:53:36.984Z] -------------------------------------------- [2026-01-08T23:53:36.984Z] Starting download third party dependent jars [2026-01-08T23:53:36.984Z] -------------------------------------------- [2026-01-08T23:53:36.984Z] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib [2026-01-08T23:53:36.984Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/openj9jtregtimeouthandler.jar exists with correct hash, not downloading [2026-01-08T23:53:36.984Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/jaxb-api.jar exists with correct hash, not downloading [2026-01-08T23:53:36.984Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/asm-all.jar exists with correct hash, not downloading [2026-01-08T23:53:36.984Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/objenesis.jar exists with correct hash, not downloading [2026-01-08T23:53:36.984Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/byte-buddy.jar exists with correct hash, not downloading [2026-01-08T23:53:36.984Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/jcommander.jar exists with correct hash, not downloading [2026-01-08T23:53:36.984Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/jtreg_8_1_1.tar.gz exists with correct hash, not downloading [2026-01-08T23:53:36.984Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/junit4.jar exists with correct hash, not downloading [2026-01-08T23:53:36.984Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/org.eclipse.osgi-3.16.100.jar exists with correct hash, not downloading [2026-01-08T23:53:36.984Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/jtreg_7_3_1_1.tar.gz exists with correct hash, not downloading [2026-01-08T23:53:36.984Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/json-simple.jar exists with correct hash, not downloading [2026-01-08T23:53:36.984Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/byte-buddy-agent.jar exists with correct hash, not downloading [2026-01-08T23:53:36.984Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/jtreg_7_5_1_1.tar.gz exists with correct hash, not downloading [2026-01-08T23:53:36.984Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/testng.jar exists with correct hash, not downloading [2026-01-08T23:53:36.984Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/jtreg_5_1_b01.tar.gz exists with correct hash, not downloading [2026-01-08T23:53:36.984Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/jcstress-tests-all-20240222.jar exists with correct hash, not downloading [2026-01-08T23:53:36.984Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/apache-maven-bin.tar.gz exists with correct hash, not downloading [2026-01-08T23:53:36.984Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/dacapo.zip exists with correct hash, not downloading [2026-01-08T23:53:36.984Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/jtreg_7_4_1.tar.gz exists with correct hash, not downloading [2026-01-08T23:53:36.985Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/mockito-core.jar exists with correct hash, not downloading [2026-01-08T23:53:36.985Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/asm.jar exists with correct hash, not downloading [2026-01-08T23:53:36.985Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/jtreg_8_2.tar.gz exists with correct hash, not downloading [2026-01-08T23:53:36.985Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/asmtools.jar exists with correct hash, not downloading [2026-01-08T23:53:36.985Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/commons-cli.jar exists with correct hash, not downloading [2026-01-08T23:53:36.985Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/jython-standalone.jar exists with correct hash, not downloading [2026-01-08T23:53:36.985Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/commons-exec.jar exists with correct hash, not downloading [2026-01-08T23:53:36.985Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/javassist.jar exists with correct hash, not downloading [2026-01-08T23:53:36.985Z] downloaded dependent third party jars successfully [Pipeline] } [Pipeline] // timeout [Pipeline] fileExists [Pipeline] fileExists [Pipeline] withCredentials [2026-01-08T23:53:38.117Z] Masking supported pattern matches of $USERNAME or $PASSWORD [Pipeline] { [Pipeline] dir [2026-01-08T23:53:38.233Z] Running in /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests [Pipeline] { [Pipeline] sshagent [2026-01-08T23:53:38.365Z] $ ssh-agent [2026-01-08T23:53:39.207Z] SSH_AUTH_SOCK=/tmp/ssh-FXJU7TfKFR21/agent.327 [2026-01-08T23:53:39.207Z] SSH_AGENT_PID=329 [2026-01-08T23:53:39.207Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-01-08T23:53:41.258Z] + bash ./compile.sh [2026-01-08T23:53:41.262Z] JAVA_HOME is set to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image [2026-01-08T23:53:41.262Z] LIB_DIR is set to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib [2026-01-08T23:53:41.262Z] rm -f -r /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_compilation; \ [2026-01-08T23:53:41.262Z] mkdir -p /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_compilation; \ [2026-01-08T23:53:41.262Z] (ant -f ./scripts/build_tools.xml "-DTEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image" "-DTEST_ROOT=/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/.." "-DLIB_DIR=/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib" 2>&1; echo $? ) | tee "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \ [2026-01-08T23:53:41.262Z] if [ -z "$(tail -1 /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_compilation"; fi [2026-01-08T23:53:41.262Z] Buildfile: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/scripts/build_tools.xml [2026-01-08T23:53:41.262Z] [2026-01-08T23:53:41.262Z] build: [2026-01-08T23:53:41.262Z] [2026-01-08T23:53:41.262Z] clean: [2026-01-08T23:53:41.262Z] [delete] Deleting: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/autoGenEnv.mk [2026-01-08T23:53:41.262Z] [delete] Deleting directory /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/bin [2026-01-08T23:53:41.262Z] [2026-01-08T23:53:41.262Z] init: [2026-01-08T23:53:41.262Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/bin [2026-01-08T23:53:41.262Z] [2026-01-08T23:53:41.262Z] getDependentLibs: [2026-01-08T23:53:41.262Z] [exec] -------------------------------------------- [2026-01-08T23:53:41.262Z] [exec] path is set to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib [2026-01-08T23:53:41.262Z] [exec] task is set to default [2026-01-08T23:53:41.262Z] [exec] dependencyList is set to json_simple [2026-01-08T23:53:41.262Z] [exec] System Test jars will not be downloaded. [2026-01-08T23:53:41.262Z] [exec] -------------------------------------------- [2026-01-08T23:53:41.262Z] [exec] Starting download third party dependent jars [2026-01-08T23:53:41.262Z] [exec] -------------------------------------------- [2026-01-08T23:53:41.262Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib [2026-01-08T23:53:41.262Z] [exec] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/json-simple.jar exists with correct hash, not downloading [2026-01-08T23:53:41.262Z] [exec] downloaded dependent third party jars successfully [2026-01-08T23:53:41.262Z] [2026-01-08T23:53:41.262Z] compile: [2026-01-08T23:53:41.262Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024 [2026-01-08T23:53:41.262Z] [echo] ============COMPILER SETTINGS============ [2026-01-08T23:53:41.262Z] [echo] ===fork: yes [2026-01-08T23:53:41.262Z] [echo] ===debug: on [2026-01-08T23:53:41.262Z] [javac] Compiling 28 source files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/bin [2026-01-08T23:53:43.251Z] [javac] Note: Some input files use or override a deprecated API. [2026-01-08T23:53:43.251Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2026-01-08T23:53:43.251Z] [2026-01-08T23:53:43.251Z] dist: [2026-01-08T23:53:43.251Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/bin/TestKitGen.jar [2026-01-08T23:53:43.251Z] [2026-01-08T23:53:43.251Z] BUILD SUCCESSFUL [2026-01-08T23:53:43.251Z] Total time: 2 seconds [2026-01-08T23:53:43.251Z] 0 [2026-01-08T23:53:43.251Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image/bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector [2026-01-08T23:53:44.237Z] Unfamiliar microArch detected in TKG. It will not be added in TKG microArch! [2026-01-08T23:53:44.237Z] microArchOutput: machine : CHRP IBM pSeries (emulated by qemu) [2026-01-08T23:53:44.237Z] ****************************** MACHINE INFO ****************************** [2026-01-08T23:53:44.237Z] File path : /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG [2026-01-08T23:53:44.237Z] Free Physical Memory Size : 2786394112 [2026-01-08T23:53:44.237Z] Free space (bytes) : 46904078336 [2026-01-08T23:53:44.237Z] Total Physical Memory Size : 8023506944 [2026-01-08T23:53:44.237Z] Total space (bytes) : 84477304832 [2026-01-08T23:53:44.237Z] Usable space (bytes) : 43420053504 [2026-01-08T23:53:44.237Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024 [2026-01-08T23:53:44.237Z] bashVersion : [2026-01-08T23:53:44.237Z] GNU bash, version 4.2.46(2)-release (powerpc64le-redhat-linux-gnu) [2026-01-08T23:53:44.237Z] Copyright (C) 2011 Free Software Foundation, Inc. [2026-01-08T23:53:44.237Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> [2026-01-08T23:53:44.237Z] [2026-01-08T23:53:44.237Z] This is free software; you are free to change and redistribute it. [2026-01-08T23:53:44.237Z] There is NO WARRANTY, to the extent permitted by law. [2026-01-08T23:53:44.237Z] cpuCores : 4 [2026-01-08T23:53:44.237Z] curlVersion : [2026-01-08T23:53:44.237Z] curl 7.79.1 (powerpc64le-unknown-linux-gnu) libcurl/7.79.1 OpenSSL/1.0.2k-fips zlib/1.2.7 [2026-01-08T23:53:44.237Z] Release-Date: 2021-09-22 [2026-01-08T23:53:44.237Z] Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp [2026-01-08T23:53:44.237Z] Features: alt-svc AsynchDNS HSTS HTTPS-proxy IPv6 Largefile libz NTLM NTLM_WB SSL UnixSockets [2026-01-08T23:53:44.237Z] dockerVersion : Docker version v26.1.4, build 5650f9b [2026-01-08T23:53:44.237Z] gcc version : 4.8.5 [2026-01-08T23:53:44.237Z] gclibc version : ldd (GNU libc) 2.17 [2026-01-08T23:53:44.237Z] gdb version : bash: gdb: command not found [2026-01-08T23:53:44.237Z] lldb version : Command could not be executed [2026-01-08T23:53:44.237Z] makeVersion : [2026-01-08T23:53:44.237Z] GNU Make 4.1 [2026-01-08T23:53:44.237Z] Built for powerpc64le-unknown-linux-gnu [2026-01-08T23:53:44.237Z] Copyright (C) 1988-2014 Free Software Foundation, Inc. [2026-01-08T23:53:44.237Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> [2026-01-08T23:53:44.237Z] This is free software: you are free to change and redistribute it. [2026-01-08T23:53:44.237Z] There is NO WARRANTY, to the extent permitted by law. [2026-01-08T23:53:44.237Z] mavenVersion : [2026-01-08T23:53:44.237Z] WARNING: A restricted method in java.lang.System has been called [2026-01-08T23:53:44.237Z] WARNING: java.lang.System::load has been called by org.fusesource.hawtjni.runtime.Library in an unnamed module (file:/usr/local/apache-maven-3.6.3/lib/jansi-1.17.1.jar) [2026-01-08T23:53:44.237Z] WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module [2026-01-08T23:53:44.237Z] WARNING: Restricted methods will be blocked in a future release unless native access is enabled [2026-01-08T23:53:44.238Z] [2026-01-08T23:53:44.238Z] Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) [2026-01-08T23:53:44.238Z] Maven home: /usr/local/apache-maven-3.6.3 [2026-01-08T23:53:44.238Z] Java version: 27-beta, vendor: Eclipse Adoptium, runtime: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image [2026-01-08T23:53:44.238Z] Default locale: en_US, platform encoding: UTF-8 [2026-01-08T23:53:44.238Z] OS name: "linux", version: "3.10.0-1160.105.1.el7.ppc64le", arch: "ppc64le", family: "unix" [2026-01-08T23:53:44.238Z] osInfo : [2026-01-08T23:53:44.238Z] NAME="CentOS Linux" [2026-01-08T23:53:44.238Z] VERSION="7 (AltArch)" [2026-01-08T23:53:44.238Z] ID="centos" [2026-01-08T23:53:44.238Z] ID_LIKE="rhel fedora" [2026-01-08T23:53:44.238Z] VERSION_ID="7" [2026-01-08T23:53:44.238Z] PRETTY_NAME="CentOS Linux 7 (AltArch)" [2026-01-08T23:53:44.238Z] ANSI_COLOR="0;31" [2026-01-08T23:53:44.238Z] CPE_NAME="cpe:/o:centos:centos:7:server" [2026-01-08T23:53:44.238Z] HOME_URL="https://www.centos.org/" [2026-01-08T23:53:44.238Z] BUG_REPORT_URL="https://bugs.centos.org/" [2026-01-08T23:53:44.238Z] [2026-01-08T23:53:44.238Z] CENTOS_MANTISBT_PROJECT="CentOS-7" [2026-01-08T23:53:44.238Z] CENTOS_MANTISBT_PROJECT_VERSION="7" [2026-01-08T23:53:44.238Z] REDHAT_SUPPORT_PRODUCT="centos" [2026-01-08T23:53:44.238Z] REDHAT_SUPPORT_PRODUCT_VERSION="7" [2026-01-08T23:53:44.238Z] [2026-01-08T23:53:44.238Z] osLabel : cent.7 [2026-01-08T23:53:44.238Z] perlVersion : [2026-01-08T23:53:44.238Z] [2026-01-08T23:53:44.238Z] This is perl 5, version 16, subversion 3 (v5.16.3) built for ppc64le-linux-thread-multi [2026-01-08T23:53:44.238Z] (with 44 registered patches, see perl -V for more detail) [2026-01-08T23:53:44.238Z] [2026-01-08T23:53:44.238Z] Copyright 1987-2012, Larry Wall [2026-01-08T23:53:44.238Z] [2026-01-08T23:53:44.238Z] Perl may be copied only under the terms of either the Artistic License or the [2026-01-08T23:53:44.238Z] GNU General Public License, which may be found in the Perl 5 source kit. [2026-01-08T23:53:44.238Z] [2026-01-08T23:53:44.238Z] Complete documentation for Perl, including FAQ lists, should be found on [2026-01-08T23:53:44.238Z] this system using "man perl" or "perldoc perl". If you have access to the [2026-01-08T23:53:44.238Z] Internet, point your browser at http://www.perl.org/, the Perl Home Page. [2026-01-08T23:53:44.238Z] [2026-01-08T23:53:44.238Z] podmanVersion : bash: podman: command not found [2026-01-08T23:53:44.238Z] procArch : ppc64le [2026-01-08T23:53:44.238Z] sysArch : ppc64le [2026-01-08T23:53:44.238Z] sysOS : Linux [2026-01-08T23:53:44.238Z] ulimit : [2026-01-08T23:53:44.238Z] core file size (blocks, -c) 0 [2026-01-08T23:53:44.238Z] data seg size (kbytes, -d) unlimited [2026-01-08T23:53:44.238Z] scheduling priority (-e) 0 [2026-01-08T23:53:44.238Z] file size (blocks, -f) unlimited [2026-01-08T23:53:44.238Z] pending signals (-i) 30252 [2026-01-08T23:53:44.238Z] max locked memory (kbytes, -l) 64 [2026-01-08T23:53:44.238Z] max memory size (kbytes, -m) unlimited [2026-01-08T23:53:44.238Z] open files (-n) 4096 [2026-01-08T23:53:44.238Z] pipe size (512 bytes, -p) 8 [2026-01-08T23:53:44.238Z] POSIX message queues (bytes, -q) 819200 [2026-01-08T23:53:44.238Z] real-time priority (-r) 0 [2026-01-08T23:53:44.238Z] stack size (kbytes, -s) 8192 [2026-01-08T23:53:44.238Z] cpu time (seconds, -t) unlimited [2026-01-08T23:53:44.238Z] max user processes (-u) 4096 [2026-01-08T23:53:44.238Z] virtual memory (kbytes, -v) unlimited [2026-01-08T23:53:44.238Z] file locks (-x) unlimited [2026-01-08T23:53:44.238Z] uname : Linux test-osuosl-centos74-ppc64le-1.adoptopenjdk.net 3.10.0-1160.105.1.el7.ppc64le #1 SMP Thu Dec 7 15:43:11 UTC 2023 ppc64le ppc64le ppc64le GNU/Linux [2026-01-08T23:53:44.238Z] vmVendor : Oracle Corporation [2026-01-08T23:53:44.238Z] vmVersion : 27-beta+4-ea [2026-01-08T23:53:44.238Z] xlc version : bash: xlC: command not found [2026-01-08T23:53:44.238Z] ************************************************************************** [2026-01-08T23:53:44.238Z] [2026-01-08T23:53:44.238Z] System.getProperty('java.vm.name')=OpenJDK 64-Bit Server VM [2026-01-08T23:53:44.238Z] [2026-01-08T23:53:44.238Z] System.getProperty('java.vendor')=Eclipse Adoptium [2026-01-08T23:53:44.238Z] [2026-01-08T23:53:44.238Z] System.getProperty('os.name')=Linux [2026-01-08T23:53:44.238Z] [2026-01-08T23:53:44.238Z] System.getProperty('os.arch')=ppc64le [2026-01-08T23:53:44.238Z] [2026-01-08T23:53:44.238Z] System.getProperty('java.fullversion')=null [2026-01-08T23:53:44.238Z] [2026-01-08T23:53:44.238Z] System.getProperty('sun.arch.data.model')=64 [2026-01-08T23:53:44.238Z] [2026-01-08T23:53:44.239Z] make -f clean.mk cleanBuild [2026-01-08T23:53:44.239Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG' [2026-01-08T23:53:44.239Z] rm -f -r /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../../jvmtest [2026-01-08T23:53:44.239Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG' [2026-01-08T23:53:44.239Z] make -f compile.mk compile [2026-01-08T23:53:44.239Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG' [2026-01-08T23:53:44.239Z] rm -f -r /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_compilation; \ [2026-01-08T23:53:44.239Z] mkdir -p /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_compilation; \ [2026-01-08T23:53:44.239Z] (ant -f scripts/build_test.xml "-DTEST_ROOT=/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/.." "-DBUILD_ROOT=/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../../jvmtest" "-DJDK_VERSION=27" "-DJDK_IMPL=hotspot" "-DJDK_VENDOR=eclipse" "-DJCL_VERSION=latest" "-DBUILD_LIST=perf" "-DRESOURCES_DIR=/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../../jvmtest/TestConfig/resources" "-DSPEC=linux_ppc-64_le" "-DTEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image" "-DJVM_VERSION=openjdk27" "-DLIB_DIR=/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib" 2>&1; echo $? ) | tee "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \ [2026-01-08T23:53:44.239Z] if [ -z "$(tail -1 /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_compilation"; fi [2026-01-08T23:53:45.225Z] Buildfile: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/scripts/build_test.xml [2026-01-08T23:53:45.225Z] [echo] build.list is TestConfig/build.xml,perf/build.xml [2026-01-08T23:53:45.225Z] [2026-01-08T23:53:45.225Z] -create_test_directory: [2026-01-08T23:53:45.225Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jvmtest [2026-01-08T23:53:45.225Z] [2026-01-08T23:53:45.225Z] stage_test_material: [2026-01-08T23:53:45.225Z] [copy] Copying 585 files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jvmtest [2026-01-08T23:53:45.225Z] [2026-01-08T23:53:45.225Z] build: [2026-01-08T23:53:46.196Z] [2026-01-08T23:53:46.196Z] init: [2026-01-08T23:53:46.196Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jvmtest/perf [2026-01-08T23:53:46.196Z] [2026-01-08T23:53:46.196Z] dist: [2026-01-08T23:53:46.196Z] [copy] Copying 1 file to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jvmtest/perf [2026-01-08T23:53:46.196Z] [2026-01-08T23:53:46.196Z] build: [2026-01-08T23:53:46.196Z] [2026-01-08T23:53:46.196Z] build: [2026-01-08T23:53:46.196Z] [2026-01-08T23:53:46.196Z] init: [2026-01-08T23:53:46.196Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jvmtest/perf/bumbleBench [2026-01-08T23:53:46.196Z] [2026-01-08T23:53:46.196Z] getBumbleBench: [2026-01-08T23:53:46.196Z] [echo] Cloning BumbleBench [2026-01-08T23:53:46.196Z] [echo] git clone --depth 1 -b master https://github.com/adoptium/bumblebench.git [2026-01-08T23:53:46.196Z] [exec] Cloning into 'bumblebench'... [2026-01-08T23:53:46.196Z] [2026-01-08T23:53:46.196Z] buildBumbleBench: [2026-01-08T23:53:46.196Z] [echo] Building BumbleBench [2026-01-08T23:53:46.196Z] [2026-01-08T23:53:46.196Z] compile-all: [2026-01-08T23:53:46.196Z] [javac] Compiling 8 source files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/bumbleBench/bumblebench [2026-01-08T23:53:46.196Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8 [2026-01-08T23:53:46.196Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8 [2026-01-08T23:53:46.196Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically [2026-01-08T23:53:46.196Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:46.196Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:46.196Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [2026-01-08T23:53:47.169Z] [javac] Note: Some input files use or override a deprecated API. [2026-01-08T23:53:47.169Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2026-01-08T23:53:47.169Z] [javac] Note: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/bumbleBench/bumblebench/net/adoptopenjdk/bumblebench/core/Launcher.java uses unchecked or unsafe operations. [2026-01-08T23:53:47.169Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2026-01-08T23:53:47.169Z] [javac] 4 warnings [2026-01-08T23:53:47.169Z] [javac] Compiling 1 source file to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/bumbleBench/bumblebench [2026-01-08T23:53:47.169Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8 [2026-01-08T23:53:47.169Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8 [2026-01-08T23:53:47.169Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically [2026-01-08T23:53:47.169Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:47.169Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:47.169Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [2026-01-08T23:53:48.141Z] [javac] 4 warnings [2026-01-08T23:53:48.141Z] [javac] Compiling 11 source files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/bumbleBench/bumblebench [2026-01-08T23:53:48.141Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8 [2026-01-08T23:53:48.141Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8 [2026-01-08T23:53:48.141Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically [2026-01-08T23:53:48.141Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:48.141Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:48.141Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [2026-01-08T23:53:48.141Z] [javac] Note: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/bumbleBench/bumblebench/net/adoptopenjdk/bumblebench/collections/CollectionsBench.java uses or overrides a deprecated API. [2026-01-08T23:53:48.141Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2026-01-08T23:53:48.141Z] [javac] 4 warnings [2026-01-08T23:53:48.141Z] [javac] Compiling 5 source files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/bumbleBench/bumblebench [2026-01-08T23:53:48.141Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8 [2026-01-08T23:53:48.141Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8 [2026-01-08T23:53:48.141Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically [2026-01-08T23:53:48.141Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:48.141Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:48.141Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [2026-01-08T23:53:48.141Z] [javac] Note: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/bumbleBench/bumblebench/net/adoptopenjdk/bumblebench/collections/HashMapReplaceAllLambdaBench.java uses or overrides a deprecated API. [2026-01-08T23:53:48.141Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2026-01-08T23:53:48.141Z] [javac] 4 warnings [2026-01-08T23:53:48.141Z] [javac] Compiling 9 source files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/bumbleBench/bumblebench [2026-01-08T23:53:48.141Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8 [2026-01-08T23:53:48.141Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8 [2026-01-08T23:53:48.141Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically [2026-01-08T23:53:48.141Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:48.141Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:48.141Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [2026-01-08T23:53:48.141Z] [javac] Note: Some input files use or override a deprecated API. [2026-01-08T23:53:48.141Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2026-01-08T23:53:48.141Z] [javac] 4 warnings [2026-01-08T23:53:48.141Z] [javac] Compiling 1 source file to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/bumbleBench/bumblebench [2026-01-08T23:53:48.142Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8 [2026-01-08T23:53:48.142Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8 [2026-01-08T23:53:48.142Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically [2026-01-08T23:53:48.142Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:48.142Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:48.142Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [2026-01-08T23:53:48.142Z] [javac] 4 warnings [2026-01-08T23:53:48.142Z] [javac] Compiling 2 source files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/bumbleBench/bumblebench [2026-01-08T23:53:48.142Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8 [2026-01-08T23:53:48.142Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8 [2026-01-08T23:53:48.142Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically [2026-01-08T23:53:48.142Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:48.142Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:48.142Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [2026-01-08T23:53:48.142Z] [javac] 4 warnings [2026-01-08T23:53:48.142Z] [javac] Compiling 8 source files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/bumbleBench/bumblebench [2026-01-08T23:53:48.142Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8 [2026-01-08T23:53:48.142Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8 [2026-01-08T23:53:48.142Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically [2026-01-08T23:53:48.145Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:48.145Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:48.145Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [2026-01-08T23:53:48.145Z] [javac] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/bumbleBench/bumblebench/net/adoptopenjdk/bumblebench/examples/LockContention.java:28: warning: [identity] attempt to synchronize on an instance of a value-based class [2026-01-08T23:53:48.145Z] [javac] synchronized(init) { [2026-01-08T23:53:48.145Z] [javac] ^ [2026-01-08T23:53:48.145Z] [javac] 5 warnings [2026-01-08T23:53:48.145Z] [javac] Compiling 6 source files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/bumbleBench/bumblebench [2026-01-08T23:53:48.145Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8 [2026-01-08T23:53:48.145Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8 [2026-01-08T23:53:48.145Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically [2026-01-08T23:53:48.145Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:48.145Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:48.145Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [2026-01-08T23:53:48.145Z] [javac] 4 warnings [2026-01-08T23:53:48.145Z] [javac] Compiling 5 source files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/bumbleBench/bumblebench [2026-01-08T23:53:48.145Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8 [2026-01-08T23:53:48.145Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8 [2026-01-08T23:53:48.145Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically [2026-01-08T23:53:48.145Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:48.145Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:48.145Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [2026-01-08T23:53:48.145Z] [javac] 4 warnings [2026-01-08T23:53:48.145Z] [javac] Compiling 7 source files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/bumbleBench/bumblebench [2026-01-08T23:53:48.145Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8 [2026-01-08T23:53:48.145Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8 [2026-01-08T23:53:48.145Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically [2026-01-08T23:53:48.145Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:48.145Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:48.145Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [2026-01-08T23:53:49.122Z] [javac] 4 warnings [2026-01-08T23:53:49.122Z] [javac] Compiling 8 source files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/bumbleBench/bumblebench [2026-01-08T23:53:49.122Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8 [2026-01-08T23:53:49.122Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8 [2026-01-08T23:53:49.122Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically [2026-01-08T23:53:49.122Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:49.122Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:49.122Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [2026-01-08T23:53:49.122Z] [javac] 4 warnings [2026-01-08T23:53:49.122Z] [javac] Compiling 2 source files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/bumbleBench/bumblebench [2026-01-08T23:53:49.122Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8 [2026-01-08T23:53:49.122Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8 [2026-01-08T23:53:49.122Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically [2026-01-08T23:53:49.122Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:49.122Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:49.122Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [2026-01-08T23:53:49.122Z] [javac] 4 warnings [2026-01-08T23:53:49.122Z] [javac] Compiling 4 source files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/bumbleBench/bumblebench [2026-01-08T23:53:49.122Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8 [2026-01-08T23:53:49.122Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8 [2026-01-08T23:53:49.122Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically [2026-01-08T23:53:49.122Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:49.122Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:49.122Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [2026-01-08T23:53:49.122Z] [javac] 4 warnings [2026-01-08T23:53:49.122Z] [javac] Compiling 5 source files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/bumbleBench/bumblebench [2026-01-08T23:53:49.122Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8 [2026-01-08T23:53:49.122Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8 [2026-01-08T23:53:49.122Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically [2026-01-08T23:53:49.123Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:49.123Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release [2026-01-08T23:53:49.123Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [2026-01-08T23:53:49.123Z] [javac] 4 warnings [2026-01-08T23:53:49.123Z] [2026-01-08T23:53:49.123Z] dist: [2026-01-08T23:53:49.123Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/bumbleBench/bumblebench/BumbleBench.jar [2026-01-08T23:53:49.123Z] [2026-01-08T23:53:49.123Z] dist: [2026-01-08T23:53:49.123Z] [copy] Copying 126 files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jvmtest/perf/bumbleBench [2026-01-08T23:53:49.123Z] [2026-01-08T23:53:49.123Z] build: [2026-01-08T23:53:49.123Z] [2026-01-08T23:53:49.123Z] getDependentLibs: [2026-01-08T23:53:54.608Z] [exec] -------------------------------------------- [2026-01-08T23:53:54.608Z] [exec] path is set to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib [2026-01-08T23:53:54.608Z] [exec] task is set to default [2026-01-08T23:53:54.608Z] [exec] dependencyList is set to dacapo [2026-01-08T23:53:54.608Z] [exec] System Test jars will not be downloaded. [2026-01-08T23:53:54.608Z] [exec] -------------------------------------------- [2026-01-08T23:53:54.608Z] [exec] Starting download third party dependent jars [2026-01-08T23:53:54.608Z] [exec] -------------------------------------------- [2026-01-08T23:53:54.608Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib [2026-01-08T23:53:54.609Z] [exec] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/dacapo.zip exists with correct hash, not downloading [2026-01-08T23:53:54.609Z] [exec] downloaded dependent third party jars successfully [2026-01-08T23:53:54.609Z] [2026-01-08T23:53:54.609Z] init: [2026-01-08T23:53:54.609Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jvmtest/perf/dacapo [2026-01-08T23:53:54.609Z] [2026-01-08T23:53:54.609Z] getDacapoSuite: [2026-01-08T23:53:54.609Z] [unzip] Expanding: /home/jenkins/externalDependency/lib/dacapo.zip into /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jvmtest/perf/dacapo [2026-01-08T23:54:23.664Z] [move] Moving 1 file to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jvmtest/perf/dacapo [2026-01-08T23:54:24.628Z] [move] Moving 10669 files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jvmtest/perf/dacapo/dacapo [2026-01-08T23:54:24.628Z] [2026-01-08T23:54:24.628Z] dist: [2026-01-08T23:54:24.628Z] [copy] Copying 2 files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jvmtest/perf/dacapo [2026-01-08T23:54:24.628Z] [2026-01-08T23:54:24.628Z] build: [2026-01-08T23:54:24.628Z] [2026-01-08T23:54:24.628Z] init: [2026-01-08T23:54:24.628Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jvmtest/perf/idle_micro [2026-01-08T23:54:24.628Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/idle_micro/bin [2026-01-08T23:54:24.628Z] [2026-01-08T23:54:24.628Z] compile: [2026-01-08T23:54:24.628Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024 [2026-01-08T23:54:24.628Z] [echo] ============COMPILER SETTINGS============ [2026-01-08T23:54:24.629Z] [echo] ===fork: yes [2026-01-08T23:54:24.630Z] [echo] ===executable: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image/bin/javac [2026-01-08T23:54:24.630Z] [echo] ===debug: on [2026-01-08T23:54:24.630Z] [echo] ===destdir: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../../jvmtest/perf/idle_micro [2026-01-08T23:54:24.631Z] [javac] Compiling 3 source files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/idle_micro/bin [2026-01-08T23:54:25.614Z] [javac] Note: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/idle_micro/src/net/adoptopenjdk/test/gc/idlemicrobenchmark/CombinedLoad.java uses or overrides a deprecated API. [2026-01-08T23:54:25.614Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2026-01-08T23:54:25.614Z] [2026-01-08T23:54:25.614Z] dist: [2026-01-08T23:54:25.614Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jvmtest/perf/idle_micro/IdleMicrobenchmark.jar [2026-01-08T23:54:25.614Z] [copy] Copying 2 files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jvmtest/perf/idle_micro [2026-01-08T23:54:25.614Z] [copy] Copying 2 files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jvmtest/perf/idle_micro [2026-01-08T23:54:25.614Z] [copy] Copying 7 files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jvmtest/perf/idle_micro [2026-01-08T23:54:25.614Z] [2026-01-08T23:54:25.614Z] clean: [2026-01-08T23:54:25.614Z] [delete] Deleting directory /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/idle_micro/bin [2026-01-08T23:54:25.614Z] [2026-01-08T23:54:25.614Z] build: [2026-01-08T23:54:25.614Z] [2026-01-08T23:54:25.614Z] build: [2026-01-08T23:54:25.614Z] [2026-01-08T23:54:25.614Z] init: [2026-01-08T23:54:25.614Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jvmtest/perf/renaissance [2026-01-08T23:54:25.614Z] [2026-01-08T23:54:25.614Z] getRenaissanceSuite: [2026-01-08T23:54:25.614Z] [echo] curl -Lks -C - https://github.com/renaissance-benchmarks/renaissance/releases/download/v0.16.0/renaissance-mit-0.16.0.jar -o renaissance.jar [2026-01-08T23:54:31.122Z] [2026-01-08T23:54:31.122Z] dist: [2026-01-08T23:54:31.122Z] [copy] Copying 3 files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jvmtest/perf/renaissance [2026-01-08T23:54:31.122Z] [2026-01-08T23:54:31.122Z] build: [2026-01-08T23:54:31.122Z] [2026-01-08T23:54:31.122Z] init: [2026-01-08T23:54:31.122Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jvmtest/perf/specjbb [2026-01-08T23:54:31.122Z] [2026-01-08T23:54:31.122Z] getSpecjbbSuite: [2026-01-08T23:54:31.122Z] [2026-01-08T23:54:31.122Z] dist: [2026-01-08T23:54:31.122Z] [copy] Copying 3 files to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jvmtest/perf/specjbb/run [2026-01-08T23:54:31.122Z] [2026-01-08T23:54:31.122Z] BUILD SUCCESSFUL [2026-01-08T23:54:31.122Z] Total time: 46 seconds [2026-01-08T23:54:31.122Z] 0 [2026-01-08T23:54:31.122Z] [2026-01-08T23:54:31.122Z] [2026-01-08T23:54:31.122Z] RECORD TEST REPOs SHA [2026-01-08T23:54:31.122Z] cd "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/scripts"; \ [2026-01-08T23:54:31.122Z] bash "getSHAs.sh" --test_root_dir "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/.." --shas_file "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/SHAs.txt" [2026-01-08T23:54:31.122Z] Check shas in /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/.. and store the info in /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/SHAs.txt [2026-01-08T23:54:31.122Z] touch /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/SHAs.txt [2026-01-08T23:54:33.108Z] ================================================ [2026-01-08T23:54:33.108Z] timestamp: 20260108-235432 [2026-01-08T23:54:33.108Z] repo dir: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG [2026-01-08T23:54:33.108Z] git repo: [2026-01-08T23:54:33.108Z] Fetch URL: https://github.com/adoptium/TKG.git [2026-01-08T23:54:33.108Z] sha: [2026-01-08T23:54:33.108Z] 0bb246f8231d38430eaf8f0a83b4e56cddc7af3f [2026-01-08T23:54:33.108Z] ================================================ [2026-01-08T23:54:33.108Z] timestamp: 20260108-235432 [2026-01-08T23:54:33.108Z] repo dir: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/bumbleBench/bumblebench [2026-01-08T23:54:33.108Z] git repo: [2026-01-08T23:54:33.109Z] Fetch URL: https://github.com/adoptium/bumblebench.git [2026-01-08T23:54:33.109Z] sha: [2026-01-08T23:54:33.109Z] 4ec780b716e7617094cce740d3b085ca4637ee0f [2026-01-08T23:54:33.109Z] ================================================ [2026-01-08T23:54:33.109Z] timestamp: 20260108-235432 [2026-01-08T23:54:33.109Z] repo dir: /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests [2026-01-08T23:54:33.109Z] git repo: [2026-01-08T23:54:33.109Z] Fetch URL: https://github.com/adoptium/aqa-tests.git [2026-01-08T23:54:33.109Z] sha: [2026-01-08T23:54:33.109Z] 2c990c05c56c2a87b0df26b16ef7cc603c2b4370 [2026-01-08T23:54:33.109Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG' [Pipeline] } [2026-01-08T23:54:34.076Z] $ ssh-agent -k [2026-01-08T23:54:34.332Z] unset SSH_AUTH_SOCK; [2026-01-08T23:54:34.332Z] unset SSH_AGENT_PID; [2026-01-08T23:54:34.347Z] echo Agent pid 329 killed; [2026-01-08T23:54:35.201Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] echo [2026-01-08T23:54:35.631Z] Running tests... Did you forget the `def` keyword? Script1 seems to be setting a field named TARGET (to a value of type GStringImpl) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named TARGET (to a value of type GStringImpl) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named RUNTEST_CMD (to a value of type GStringImpl) which could lead to memory leaks or other issues. [Pipeline] echo [2026-01-08T23:54:35.694Z] ITERATION: 1/1 [Pipeline] sh [2026-01-08T23:54:38.930Z] + which Xvfb [2026-01-08T23:54:38.930Z] /usr/bin/Xvfb [Pipeline] wrap [2026-01-08T23:54:39.971Z] $ Xvfb -displayfd 2 -screen 0 1024x768x24 -fbdir /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/.xvfb-1-..fbdir2378837097483046590 [Pipeline] { [Pipeline] sh [2026-01-08T23:55:02.509Z] + ps -f [2026-01-08T23:55:02.510Z] + grep '[X]vfb' [2026-01-08T23:55:02.510Z] + awk '{print $9}' [Pipeline] echo [2026-01-08T23:55:03.314Z] env.DISPLAY is :0 [Pipeline] sshagent [2026-01-08T23:55:03.410Z] $ ssh-agent [2026-01-08T23:55:04.246Z] SSH_AUTH_SOCK=/tmp/ssh-4D9WYDcfEaLv/agent.1055 [2026-01-08T23:55:04.246Z] SSH_AGENT_PID=1056 [2026-01-08T23:55:04.246Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-01-08T23:55:06.158Z] ++ uname [2026-01-08T23:55:06.158Z] + '[' Linux = AIX ']' [2026-01-08T23:55:06.158Z] ++ uname [2026-01-08T23:55:06.158Z] + '[' Linux = SunOS ']' [2026-01-08T23:55:06.158Z] ++ uname [2026-01-08T23:55:06.158Z] + '[' Linux = '*BSD' ']' [2026-01-08T23:55:06.158Z] + MAKE=make [2026-01-08T23:55:06.158Z] + make -f ./aqa-tests/TKG/testEnv.mk testEnvTeardown [2026-01-08T23:55:06.158Z] make: Nothing to be done for 'testEnvTeardown'. [Pipeline] sh [2026-01-08T23:55:08.617Z] ++ uname [2026-01-08T23:55:08.617Z] + '[' Linux = AIX ']' [2026-01-08T23:55:08.617Z] ++ uname [2026-01-08T23:55:08.617Z] + '[' Linux = SunOS ']' [2026-01-08T23:55:08.617Z] ++ uname [2026-01-08T23:55:08.617Z] + '[' Linux = '*BSD' ']' [2026-01-08T23:55:08.617Z] + MAKE=make [2026-01-08T23:55:08.617Z] + cd ./aqa-tests [2026-01-08T23:55:08.617Z] + . ./scripts/testenv/testenvSettings.sh [2026-01-08T23:55:08.617Z] ++ set +x [2026-01-08T23:55:08.617Z] JAVA_HOME is set to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image [2026-01-08T23:55:08.617Z] LIB_DIR is set to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib [2026-01-08T23:55:08.617Z] make -f makeGen.mk AUTO_DETECT=true MODE=tests TESTTARGET=extended.perf TESTLIST= [2026-01-08T23:55:08.617Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG' [2026-01-08T23:55:08.617Z] perl scripts/configure.pl [2026-01-08T23:55:08.617Z] /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image/bin/java -cp "./bin/TestKitGen.jar:/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/../../externalDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=tests --spec=linux_ppc-64_le --microArch="" --osLabel="cent.7" --jdkVersion=27 --impl=hotspot --vendor="eclipse" --buildList=perf --iterations=1 --aotIterations= --testFlag= --testTarget=extended.perf --testList= --numOfMachines= --testTime=120 --TRSSURL= [2026-01-08T23:55:08.617Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv. [2026-01-08T23:55:08.617Z] [2026-01-08T23:55:08.617Z] Starting to generate test make files. [2026-01-08T23:55:08.617Z] [2026-01-08T23:55:08.617Z] Parsing /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../perf/idle_micro/playlist.xml [2026-01-08T23:55:08.617Z] Parsing /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../perf/liberty/playlist.xml [2026-01-08T23:55:08.617Z] Parsing /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../perf/dacapo/playlist.xml [2026-01-08T23:55:08.617Z] Generated /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../perf/dacapo/autoGen.mk [2026-01-08T23:55:08.617Z] [2026-01-08T23:55:08.617Z] Parsing /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../perf/bumbleBench/playlist.xml [2026-01-08T23:55:08.617Z] Parsing /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../perf/specjbb/playlist.xml [2026-01-08T23:55:08.617Z] Parsing /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../perf/renaissance/playlist.xml [2026-01-08T23:55:08.617Z] Generated /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../perf/renaissance/autoGen.mk [2026-01-08T23:55:08.617Z] [2026-01-08T23:55:08.617Z] Generated /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../perf/autoGen.mk [2026-01-08T23:55:08.617Z] [2026-01-08T23:55:08.617Z] Generated /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../autoGen.mk [2026-01-08T23:55:08.617Z] [2026-01-08T23:55:08.617Z] Generated /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/utils.mk [2026-01-08T23:55:08.617Z] [2026-01-08T23:55:08.617Z] Generated /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/rerun.mk [2026-01-08T23:55:08.617Z] [2026-01-08T23:55:08.617Z] Make files are generated successfully. [2026-01-08T23:55:08.617Z] [2026-01-08T23:55:08.617Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG' [2026-01-08T23:55:08.617Z] make -f runtest.mk _extended.perf [2026-01-08T23:55:08.617Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG' [2026-01-08T23:55:09.576Z] [2026-01-08T23:55:09.576Z] Running make 4.1 [2026-01-08T23:55:09.576Z] set TEST_ROOT to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/.. [2026-01-08T23:55:09.576Z] set JDK_VERSION to 27 [2026-01-08T23:55:09.576Z] set JDK_IMPL to hotspot [2026-01-08T23:55:09.576Z] set JVM_VERSION to openjdk27 [2026-01-08T23:55:09.576Z] set JCL_VERSION to latest [2026-01-08T23:55:09.576Z] set JAVA_HOME to /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image [2026-01-08T23:55:09.576Z] set SPEC to linux_ppc-64_le [2026-01-08T23:55:09.576Z] set TEST_FLAG to [2026-01-08T23:55:09.576Z] set OS_LABEL to cent.7 [2026-01-08T23:55:09.576Z] Running extended.perf ... [2026-01-08T23:55:09.576Z] There are 20 test targets in extended.perf [2026-01-08T23:55:09.576Z] "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image/bin/java" -version [2026-01-08T23:55:09.576Z] openjdk version "27-beta" 2026-09-15 [2026-01-08T23:55:09.576Z] OpenJDK Runtime Environment Temurin-27+4-202601082148 (build 27-beta+4-ea) [2026-01-08T23:55:09.576Z] OpenJDK 64-Bit Server VM Temurin-27+4-202601082148 (build 27-beta+4-ea, mixed mode, sharing) [2026-01-08T23:55:09.576Z] make[2]: Entering directory '/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests' [2026-01-08T23:55:09.576Z] make[3]: Entering directory '/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf' [2026-01-08T23:55:09.576Z] make[4]: Entering directory '/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/dacapo' [2026-01-08T23:55:09.576Z] [2026-01-08T23:55:09.576Z] =============================================== [2026-01-08T23:55:09.576Z] Running test dacapo-avrora_0 ... [2026-01-08T23:55:09.576Z] =============================================== [2026-01-08T23:55:09.576Z] dacapo-avrora_0 Start Time: Thu Jan 8 23:55:08 2026 Epoch Time (ms): 1767916508785 [2026-01-08T23:55:09.576Z] dacapo-avrora_0_DISABLED [2026-01-08T23:55:09.576Z] Disabled Reason: [2026-01-08T23:55:09.576Z] https://github.com/adoptium/aqa-tests/issues/4745#issuecomment-1710101571 [2026-01-08T23:55:09.576Z] dacapo-avrora_0 Finish Time: Thu Jan 8 23:55:08 2026 Epoch Time (ms): 1767916508806 [2026-01-08T23:55:09.576Z] [2026-01-08T23:55:09.576Z] =============================================== [2026-01-08T23:55:09.576Z] Running test dacapo-fop_0 ... [2026-01-08T23:55:09.576Z] =============================================== [2026-01-08T23:55:09.576Z] dacapo-fop_0 Start Time: Thu Jan 8 23:55:08 2026 Epoch Time (ms): 1767916508830 [2026-01-08T23:55:09.576Z] variation: NoOptions [2026-01-08T23:55:09.576Z] JVM_OPTIONS: [2026-01-08T23:55:09.576Z] { \ [2026-01-08T23:55:09.576Z] echo ""; echo "TEST SETUP:"; \ [2026-01-08T23:55:09.576Z] echo "Nothing to be done for setup."; \ [2026-01-08T23:55:09.576Z] mkdir -p "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/dacapo-fop_0"; \ [2026-01-08T23:55:09.576Z] cd "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/dacapo-fop_0"; \ [2026-01-08T23:55:09.576Z] echo ""; echo "TESTING:"; \ [2026-01-08T23:55:09.576Z] "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image/bin/java" -jar "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../../jvmtest/perf/dacapo/dacapo.jar" fop; \ [2026-01-08T23:55:09.576Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "dacapo-fop_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/dacapo-fop_0"; else echo "-----------------------------------"; echo "dacapo-fop_0""_FAILED"; echo "-----------------------------------"; fi; \ [2026-01-08T23:55:09.576Z] echo ""; echo "TEST TEARDOWN:"; \ [2026-01-08T23:55:09.576Z] echo "Nothing to be done for teardown."; \ [2026-01-08T23:55:09.576Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/TestTargetResult"; [2026-01-08T23:55:09.576Z] [2026-01-08T23:55:09.576Z] TEST SETUP: [2026-01-08T23:55:09.576Z] Nothing to be done for setup. [2026-01-08T23:55:09.576Z] [2026-01-08T23:55:09.576Z] TESTING: [2026-01-08T23:55:09.576Z] Version: fop 2.8 batik 1.16 (use -p to print nominal benchmark stats) [2026-01-08T23:55:09.576Z] ===== DaCapo 23.11-MR2-chopin-minimal fop starting ===== [2026-01-08T23:55:15.464Z] alignment.fo allregions.fo background.fo barcode.fo basic2.fo bleed-and-crop-marks.fo blockcontainer.fo border.fo borders.fo bordershorthand.fo break.fo character.fo columnlevel1.fo columns.fo corresprop.fo embedding.fo extensive.fo fonts.fo franklin_2pageseqs.fo franklin_alt.fo franklin_rep.fo giro.fo headfoot.fo helloworld.fo hide.fo hyphen.fo images.fo inhprop.fo instream.fo keep.fo leader.fo link.fo list.fo missing-image.fo newlinktest.fo normal.fo normalex.fo omit.fo pagelevel1.fo pagelevel2.fo pagelevel3.fo pagelevel4.fo pdfoutline.fo plan.fo readme.fo rounded-corners.fo simple.fo simplecol.fo simplecol2.fo simplecol3.fo simplecol4.fo space.fo table.fo tableunits.fo textdeko.fo [2026-01-08T23:55:15.465Z] ===== DaCapo 23.11-MR2-chopin-minimal fop PASSED in 5530 msec ===== [2026-01-08T23:55:15.465Z] ----------------------------------- [2026-01-08T23:55:15.465Z] dacapo-fop_0_PASSED [2026-01-08T23:55:15.465Z] ----------------------------------- [2026-01-08T23:55:15.465Z] [2026-01-08T23:55:15.465Z] TEST TEARDOWN: [2026-01-08T23:55:15.465Z] Nothing to be done for teardown. [2026-01-08T23:55:15.465Z] dacapo-fop_0 Finish Time: Thu Jan 8 23:55:14 2026 Epoch Time (ms): 1767916514910 [2026-01-08T23:55:15.465Z] [2026-01-08T23:55:15.465Z] =============================================== [2026-01-08T23:55:15.465Z] Running test dacapo-jython_0 ... [2026-01-08T23:55:15.465Z] =============================================== [2026-01-08T23:55:15.465Z] dacapo-jython_0 Start Time: Thu Jan 8 23:55:14 2026 Epoch Time (ms): 1767916514935 [2026-01-08T23:55:15.465Z] variation: NoOptions [2026-01-08T23:55:15.465Z] JVM_OPTIONS: [2026-01-08T23:55:15.465Z] { \ [2026-01-08T23:55:15.465Z] echo ""; echo "TEST SETUP:"; \ [2026-01-08T23:55:15.465Z] echo "Nothing to be done for setup."; \ [2026-01-08T23:55:15.465Z] mkdir -p "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/dacapo-jython_0"; \ [2026-01-08T23:55:15.465Z] cd "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/dacapo-jython_0"; \ [2026-01-08T23:55:15.465Z] echo ""; echo "TESTING:"; \ [2026-01-08T23:55:15.465Z] "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image/bin/java" -jar "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../../jvmtest/perf/dacapo/dacapo.jar" jython; \ [2026-01-08T23:55:15.465Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "dacapo-jython_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/dacapo-jython_0"; else echo "-----------------------------------"; echo "dacapo-jython_0""_FAILED"; echo "-----------------------------------"; fi; \ [2026-01-08T23:55:15.465Z] echo ""; echo "TEST TEARDOWN:"; \ [2026-01-08T23:55:15.465Z] echo "Nothing to be done for teardown."; \ [2026-01-08T23:55:15.465Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/TestTargetResult"; [2026-01-08T23:55:15.465Z] [2026-01-08T23:55:15.465Z] TEST SETUP: [2026-01-08T23:55:15.465Z] Nothing to be done for setup. [2026-01-08T23:55:15.465Z] [2026-01-08T23:55:15.465Z] TESTING: [2026-01-08T23:55:18.514Z] Version: jython v2.7.3 (use -p to print nominal benchmark stats) [2026-01-08T23:55:20.523Z] ===== DaCapo 23.11-MR2-chopin-minimal jython starting ===== [2026-01-08T23:55:22.494Z] ------------------------------------------------------------------------------- [2026-01-08T23:55:22.494Z] PYBENCH 2.0 [2026-01-08T23:55:22.494Z] ------------------------------------------------------------------------------- [2026-01-08T23:55:22.494Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called [2026-01-08T23:55:22.494Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper (file:/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jvmtest/perf/dacapo/dacapo/jar/jython/guava-31.0.1-jre.jar) [2026-01-08T23:55:22.494Z] WARNING: Please consider reporting this to the maintainers of class com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper [2026-01-08T23:55:22.494Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release [2026-01-08T23:55:22.494Z] * using Jython [2026-01-08T23:55:22.494Z] * system check interval set to maximum: 2147483647 [2026-01-08T23:55:22.494Z] * using timer: time.time [2026-01-08T23:55:22.494Z] [2026-01-08T23:55:23.456Z] Calibrating tests. Please wait... done. [2026-01-08T23:55:23.456Z] [2026-01-08T23:55:23.456Z] Running 2 round(s) of the suite at warp factor 20: [2026-01-08T23:55:23.456Z] [2026-01-08T23:55:35.047Z] * Round 1 done. [2026-01-08T23:55:46.658Z] * Round 2 done. [2026-01-08T23:55:46.658Z] [2026-01-08T23:55:46.658Z] ===== DaCapo 23.11-MR2-chopin-minimal jython PASSED in 25106 msec ===== [2026-01-08T23:55:46.658Z] ----------------------------------- [2026-01-08T23:55:46.658Z] dacapo-jython_0_PASSED [2026-01-08T23:55:46.658Z] ----------------------------------- [2026-01-08T23:55:46.658Z] [2026-01-08T23:55:46.658Z] TEST TEARDOWN: [2026-01-08T23:55:46.658Z] Nothing to be done for teardown. [2026-01-08T23:55:46.658Z] dacapo-jython_0 Finish Time: Thu Jan 8 23:55:45 2026 Epoch Time (ms): 1767916545056 [2026-01-08T23:55:46.658Z] [2026-01-08T23:55:46.658Z] =============================================== [2026-01-08T23:55:46.658Z] Running test dacapo-luindex_0 ... [2026-01-08T23:55:46.658Z] =============================================== [2026-01-08T23:55:46.658Z] dacapo-luindex_0 Start Time: Thu Jan 8 23:55:45 2026 Epoch Time (ms): 1767916545086 [2026-01-08T23:55:46.658Z] variation: NoOptions [2026-01-08T23:55:46.659Z] JVM_OPTIONS: [2026-01-08T23:55:46.659Z] { \ [2026-01-08T23:55:46.659Z] echo ""; echo "TEST SETUP:"; \ [2026-01-08T23:55:46.659Z] echo "Nothing to be done for setup."; \ [2026-01-08T23:55:46.659Z] mkdir -p "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/dacapo-luindex_0"; \ [2026-01-08T23:55:46.659Z] cd "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/dacapo-luindex_0"; \ [2026-01-08T23:55:46.659Z] echo ""; echo "TESTING:"; \ [2026-01-08T23:55:46.659Z] "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image/bin/java" -jar "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../../jvmtest/perf/dacapo/dacapo.jar" luindex; \ [2026-01-08T23:55:46.659Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "dacapo-luindex_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/dacapo-luindex_0"; else echo "-----------------------------------"; echo "dacapo-luindex_0""_FAILED"; echo "-----------------------------------"; fi; \ [2026-01-08T23:55:46.659Z] echo ""; echo "TEST TEARDOWN:"; \ [2026-01-08T23:55:46.659Z] echo "Nothing to be done for teardown."; \ [2026-01-08T23:55:46.659Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/TestTargetResult"; [2026-01-08T23:55:46.659Z] [2026-01-08T23:55:46.659Z] TEST SETUP: [2026-01-08T23:55:46.659Z] Nothing to be done for setup. [2026-01-08T23:55:46.659Z] [2026-01-08T23:55:46.659Z] TESTING: [2026-01-08T23:55:46.659Z] WARNING: luindex will only run with specific Java versions. However the Java version string provided by this JVM ('27-beta') could not be parsed. It is therefore unclear whether this JVM is compatable. The particular requirement for luindex is as follows: 'Luindex requires Java 11 or newer.' [2026-01-08T23:55:46.659Z] Version: lucene 9.7.0 (use -p to print nominal benchmark stats) [2026-01-08T23:55:46.659Z] ===== DaCapo 23.11-MR2-chopin-minimal luindex starting ===== [2026-01-08T23:55:48.574Z] Adding documents from enwiki-anarchism-abydos.md: [2026-01-08T23:55:48.574Z] Adding documents from enwiki-anarchism-abydos.md: 500 [2026-01-08T23:55:49.527Z] Adding documents from enwiki-abydos-copleston.md: [2026-01-08T23:55:50.478Z] Adding documents from enwiki-abydos-copleston.md: 1000 [2026-01-08T23:55:50.478Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called [2026-01-08T23:55:50.478Z] WARNING: sun.misc.Unsafe::invokeCleaner has been called by org.apache.lucene.store.MappedByteBufferIndexInputProvider (file:/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jvmtest/perf/dacapo/dacapo/jar/lib/lucene/lucene-core-9.7.0-SNAPSHOT.jar) [2026-01-08T23:55:50.478Z] WARNING: Please consider reporting this to the maintainers of class org.apache.lucene.store.MappedByteBufferIndexInputProvider [2026-01-08T23:55:50.478Z] WARNING: sun.misc.Unsafe::invokeCleaner will be removed in a future release [2026-01-08T23:55:52.389Z] Adding documents from enwiki-abydos-copleston.md: 2000 [2026-01-08T23:55:53.341Z] Adding documents from enwiki-abydos-copleston.md: 3000 [2026-01-08T23:55:56.083Z] Adding documents from enwiki-abydos-copleston.md: 4000 [2026-01-08T23:55:56.083Z] Adding documents from enwiki-abydos-copleston.md: 5000 [2026-01-08T23:55:56.083Z] Adding documents from enwiki-abydos-copleston.md: 5500 [2026-01-08T23:55:56.083Z] Optimizing... [2026-01-08T23:55:59.158Z] ===== DaCapo 23.11-MR2-chopin-minimal luindex PASSED in 12028 msec ===== [2026-01-08T23:55:59.158Z] ----------------------------------- [2026-01-08T23:55:59.158Z] dacapo-luindex_0_PASSED [2026-01-08T23:55:59.158Z] ----------------------------------- [2026-01-08T23:55:59.158Z] [2026-01-08T23:55:59.158Z] TEST TEARDOWN: [2026-01-08T23:55:59.158Z] Nothing to be done for teardown. [2026-01-08T23:55:59.158Z] dacapo-luindex_0 Finish Time: Thu Jan 8 23:55:58 2026 Epoch Time (ms): 1767916558464 [2026-01-08T23:55:59.158Z] [2026-01-08T23:55:59.158Z] =============================================== [2026-01-08T23:55:59.158Z] Running test dacapo-pmd_0 ... [2026-01-08T23:55:59.158Z] =============================================== [2026-01-08T23:55:59.158Z] dacapo-pmd_0 Start Time: Thu Jan 8 23:55:58 2026 Epoch Time (ms): 1767916558489 [2026-01-08T23:55:59.158Z] variation: NoOptions [2026-01-08T23:55:59.158Z] JVM_OPTIONS: [2026-01-08T23:55:59.158Z] { \ [2026-01-08T23:55:59.158Z] echo ""; echo "TEST SETUP:"; \ [2026-01-08T23:55:59.158Z] echo "Nothing to be done for setup."; \ [2026-01-08T23:55:59.158Z] mkdir -p "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/dacapo-pmd_0"; \ [2026-01-08T23:55:59.158Z] cd "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/dacapo-pmd_0"; \ [2026-01-08T23:55:59.158Z] echo ""; echo "TESTING:"; \ [2026-01-08T23:55:59.158Z] "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image/bin/java" -jar "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../../jvmtest/perf/dacapo/dacapo.jar" pmd; \ [2026-01-08T23:55:59.158Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "dacapo-pmd_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/dacapo-pmd_0"; else echo "-----------------------------------"; echo "dacapo-pmd_0""_FAILED"; echo "-----------------------------------"; fi; \ [2026-01-08T23:55:59.158Z] echo ""; echo "TEST TEARDOWN:"; \ [2026-01-08T23:55:59.158Z] echo "Nothing to be done for teardown."; \ [2026-01-08T23:55:59.158Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/TestTargetResult"; [2026-01-08T23:55:59.158Z] [2026-01-08T23:55:59.158Z] TEST SETUP: [2026-01-08T23:55:59.158Z] Nothing to be done for setup. [2026-01-08T23:55:59.158Z] [2026-01-08T23:55:59.158Z] TESTING: [2026-01-08T23:55:59.158Z] Using scaled threading model. 4 processors detected, 4 threads used to drive the workload, in a possible range of [1,1024] [2026-01-08T23:56:00.128Z] Version: pmd 6.55.0 (use -p to print nominal benchmark stats) [2026-01-08T23:56:01.080Z] ===== DaCapo 23.11-MR2-chopin-minimal pmd starting ===== [2026-01-08T23:56:05.046Z] Checked: 0% [2026-01-08T23:56:05.046Z] Checked: 5% [2026-01-08T23:56:06.010Z] Checked: 10% [2026-01-08T23:56:06.969Z] Checked: 15% [2026-01-08T23:56:06.969Z] Checked: 20% [2026-01-08T23:56:06.969Z] Checked: 25% [2026-01-08T23:56:07.933Z] Checked: 30% [2026-01-08T23:56:07.933Z] Checked: 35% [2026-01-08T23:56:08.901Z] Checked: 40% [2026-01-08T23:56:08.901Z] Checked: 45% [2026-01-08T23:56:08.901Z] Checked: 50% [2026-01-08T23:56:08.901Z] Checked: 55% [2026-01-08T23:56:09.857Z] Checked: 60% [2026-01-08T23:56:10.809Z] Checked: 65% [2026-01-08T23:56:10.809Z] Checked: 70% [2026-01-08T23:56:11.773Z] Checked: 75% [2026-01-08T23:56:11.773Z] Checked: 80% [2026-01-08T23:56:12.765Z] Checked: 85% [2026-01-08T23:56:12.765Z] Checked: 90% [2026-01-08T23:56:12.765Z] Checked: 95% [2026-01-08T23:56:12.765Z] Checked: 100% [2026-01-08T23:56:12.765Z] PMD checked 601 files. [2026-01-08T23:56:13.729Z] ===== DaCapo 23.11-MR2-chopin-minimal pmd PASSED in 12452 msec ===== [2026-01-08T23:56:13.729Z] ----------------------------------- [2026-01-08T23:56:13.729Z] dacapo-pmd_0_PASSED [2026-01-08T23:56:13.729Z] ----------------------------------- [2026-01-08T23:56:13.729Z] [2026-01-08T23:56:13.729Z] TEST TEARDOWN: [2026-01-08T23:56:13.729Z] Nothing to be done for teardown. [2026-01-08T23:56:13.729Z] dacapo-pmd_0 Finish Time: Thu Jan 8 23:56:12 2026 Epoch Time (ms): 1767916572748 [2026-01-08T23:56:13.729Z] [2026-01-08T23:56:13.729Z] =============================================== [2026-01-08T23:56:13.729Z] Running test dacapo-sunflow_0 ... [2026-01-08T23:56:13.729Z] =============================================== [2026-01-08T23:56:13.729Z] dacapo-sunflow_0 Start Time: Thu Jan 8 23:56:12 2026 Epoch Time (ms): 1767916572773 [2026-01-08T23:56:13.729Z] variation: NoOptions [2026-01-08T23:56:13.729Z] JVM_OPTIONS: [2026-01-08T23:56:13.729Z] { \ [2026-01-08T23:56:13.729Z] echo ""; echo "TEST SETUP:"; \ [2026-01-08T23:56:13.729Z] echo "Nothing to be done for setup."; \ [2026-01-08T23:56:13.729Z] mkdir -p "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/dacapo-sunflow_0"; \ [2026-01-08T23:56:13.729Z] cd "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/dacapo-sunflow_0"; \ [2026-01-08T23:56:13.729Z] echo ""; echo "TESTING:"; \ [2026-01-08T23:56:13.729Z] "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image/bin/java" -jar "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../../jvmtest/perf/dacapo/dacapo.jar" sunflow; \ [2026-01-08T23:56:13.729Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "dacapo-sunflow_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/dacapo-sunflow_0"; else echo "-----------------------------------"; echo "dacapo-sunflow_0""_FAILED"; echo "-----------------------------------"; fi; \ [2026-01-08T23:56:13.729Z] echo ""; echo "TEST TEARDOWN:"; \ [2026-01-08T23:56:13.729Z] echo "Nothing to be done for teardown."; \ [2026-01-08T23:56:13.729Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/TestTargetResult"; [2026-01-08T23:56:13.729Z] [2026-01-08T23:56:13.729Z] TEST SETUP: [2026-01-08T23:56:13.729Z] Nothing to be done for setup. [2026-01-08T23:56:13.729Z] [2026-01-08T23:56:13.729Z] TESTING: [2026-01-08T23:56:13.729Z] Using scaled threading model. 4 processors detected, 4 threads used to drive the workload, in a possible range of [1,1024] [2026-01-08T23:56:13.730Z] ===== DaCapo 23.11-MR2-chopin-minimal sunflow starting ===== [2026-01-08T23:56:42.710Z] ===== DaCapo 23.11-MR2-chopin-minimal sunflow PASSED in 28308 msec ===== [2026-01-08T23:56:42.710Z] ----------------------------------- [2026-01-08T23:56:42.710Z] dacapo-sunflow_0_PASSED [2026-01-08T23:56:42.710Z] ----------------------------------- [2026-01-08T23:56:42.710Z] [2026-01-08T23:56:42.710Z] TEST TEARDOWN: [2026-01-08T23:56:42.710Z] Nothing to be done for teardown. [2026-01-08T23:56:42.710Z] dacapo-sunflow_0 Finish Time: Thu Jan 8 23:56:41 2026 Epoch Time (ms): 1767916601760 [2026-01-08T23:56:42.710Z] [2026-01-08T23:56:42.710Z] =============================================== [2026-01-08T23:56:42.710Z] Running test dacapo-tomcat_0 ... [2026-01-08T23:56:42.710Z] =============================================== [2026-01-08T23:56:42.710Z] dacapo-tomcat_0 Start Time: Thu Jan 8 23:56:41 2026 Epoch Time (ms): 1767916601787 [2026-01-08T23:56:42.710Z] variation: NoOptions [2026-01-08T23:56:42.710Z] JVM_OPTIONS: [2026-01-08T23:56:42.710Z] { \ [2026-01-08T23:56:42.710Z] echo ""; echo "TEST SETUP:"; \ [2026-01-08T23:56:42.710Z] echo "Nothing to be done for setup."; \ [2026-01-08T23:56:42.710Z] mkdir -p "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/dacapo-tomcat_0"; \ [2026-01-08T23:56:42.710Z] cd "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/dacapo-tomcat_0"; \ [2026-01-08T23:56:42.710Z] echo ""; echo "TESTING:"; \ [2026-01-08T23:56:42.710Z] "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image/bin/java" -jar "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../../jvmtest/perf/dacapo/dacapo.jar" tomcat; \ [2026-01-08T23:56:42.710Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "dacapo-tomcat_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/dacapo-tomcat_0"; else echo "-----------------------------------"; echo "dacapo-tomcat_0""_FAILED"; echo "-----------------------------------"; fi; \ [2026-01-08T23:56:42.710Z] echo ""; echo "TEST TEARDOWN:"; \ [2026-01-08T23:56:42.710Z] echo "Nothing to be done for teardown."; \ [2026-01-08T23:56:42.710Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/TestTargetResult"; [2026-01-08T23:56:42.710Z] [2026-01-08T23:56:42.710Z] TEST SETUP: [2026-01-08T23:56:42.710Z] Nothing to be done for setup. [2026-01-08T23:56:42.710Z] [2026-01-08T23:56:42.710Z] TESTING: [2026-01-08T23:56:42.710Z] Using scaled threading model. 4 processors detected, 4 threads used to drive the workload, in a possible range of [1,512] [2026-01-08T23:56:42.710Z] Tomcat is using port 8080. Configure with -Ddacapo.tomcat.port. [2026-01-08T23:56:43.691Z] Version: tomcat 10.1.11 (use -p to print nominal benchmark stats) [2026-01-08T23:56:43.691Z] WARNING: tomcat will only run with specific Java versions. However the Java version string provided by this JVM ('27-beta') could not be parsed. It is therefore unclear whether this JVM is compatable. The particular requirement for tomcat is as follows: 'Tomcat requires at least Java version 11.' [2026-01-08T23:56:44.642Z] WARNING: A restricted method in java.lang.System has been called [2026-01-08T23:56:44.642Z] WARNING: java.lang.System::load has been called by org.apache.tomcat.jni.Library in an unnamed module (file:/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jvmtest/perf/dacapo/dacapo/jar/tomcat/tomcat-jni.jar) [2026-01-08T23:56:44.642Z] WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module [2026-01-08T23:56:44.642Z] WARNING: Restricted methods will be blocked in a future release unless native access is enabled [2026-01-08T23:56:44.642Z] [2026-01-08T23:56:45.685Z] Server created with thread pool size 4 [2026-01-08T23:56:45.685Z] ===== DaCapo 23.11-MR2-chopin-minimal tomcat starting ===== [2026-01-08T23:56:45.685Z] Loading web application [2026-01-08T23:56:45.685Z] Starting 80000 requests... [2026-01-08T23:56:54.357Z] Completing requests: 5% [2026-01-08T23:56:56.328Z] Completing requests: 10% [2026-01-08T23:56:58.290Z] Completing requests: 15% [2026-01-08T23:56:59.243Z] Completing requests: 20% [2026-01-08T23:57:01.208Z] Completing requests: 25% [2026-01-08T23:57:03.169Z] Completing requests: 30% [2026-01-08T23:57:04.127Z] Completing requests: 35% [2026-01-08T23:57:06.139Z] Completing requests: 40% [2026-01-08T23:57:07.101Z] Completing requests: 45% [2026-01-08T23:57:09.084Z] Completing requests: 50% [2026-01-08T23:57:11.060Z] Completing requests: 55% [2026-01-08T23:57:12.051Z] Completing requests: 60% [2026-01-08T23:57:14.043Z] Completing requests: 65% [2026-01-08T23:57:16.007Z] Completing requests: 70% [2026-01-08T23:57:16.964Z] Completing requests: 75% [2026-01-08T23:57:18.676Z] Completing requests: 80% [2026-01-08T23:57:20.658Z] Completing requests: 85% [2026-01-08T23:57:22.660Z] Completing requests: 90% [2026-01-08T23:57:23.644Z] Completing requests: 95% [2026-01-08T23:57:23.645Z] Completed requests [2026-01-08T23:57:23.645Z] Client threads complete ... unloading web application [2026-01-08T23:57:23.645Z] ===== DaCapo 23.11-MR2-chopin-minimal tomcat PASSED in 37907 msec ===== [2026-01-08T23:57:23.645Z] ===== DaCapo processed 80000 requests in 37719 msec, 2120 requests per second ===== [2026-01-08T23:57:23.645Z] ===== DaCapo tail latency, simple: 50% 1380 usec, 90% 1807 usec, 99% 10418 usec, 99.9% 71736 usec, 99.99% 184133 usec, max 1310831 usec, measured over 80000 events ===== [2026-01-08T23:57:23.645Z] ===== DaCapo tail latency, metered 100ms smoothing: 50% 1656 usec, 90% 4829 usec, 99% 11322 usec, 99.9% 71736 usec, 99.99% 184133 usec, max 1310831 usec, measured over 80000 events ===== [2026-01-08T23:57:23.645Z] ===== DaCapo tail latency, metered full smoothing: 50% 2655037 usec, 90% 4387169 usec, 99% 4428308 usec, 99.9% 4437137 usec, 99.99% 4442152 usec, max 4446550 usec, measured over 80000 events ===== [2026-01-08T23:57:23.645Z] Server stopped ... iteration complete [2026-01-08T23:57:23.645Z] ----------------------------------- [2026-01-08T23:57:23.645Z] dacapo-tomcat_0_PASSED [2026-01-08T23:57:23.645Z] ----------------------------------- [2026-01-08T23:57:23.645Z] [2026-01-08T23:57:23.645Z] TEST TEARDOWN: [2026-01-08T23:57:23.645Z] Nothing to be done for teardown. [2026-01-08T23:57:23.645Z] dacapo-tomcat_0 Finish Time: Thu Jan 8 23:57:23 2026 Epoch Time (ms): 1767916643417 [2026-01-08T23:57:23.645Z] [2026-01-08T23:57:23.645Z] =============================================== [2026-01-08T23:57:23.645Z] Running test dacapo-xalan_0 ... [2026-01-08T23:57:23.645Z] =============================================== [2026-01-08T23:57:23.645Z] dacapo-xalan_0 Start Time: Thu Jan 8 23:57:23 2026 Epoch Time (ms): 1767916643443 [2026-01-08T23:57:23.645Z] variation: NoOptions [2026-01-08T23:57:23.645Z] JVM_OPTIONS: [2026-01-08T23:57:23.645Z] { \ [2026-01-08T23:57:23.645Z] echo ""; echo "TEST SETUP:"; \ [2026-01-08T23:57:23.645Z] echo "Nothing to be done for setup."; \ [2026-01-08T23:57:23.645Z] mkdir -p "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/dacapo-xalan_0"; \ [2026-01-08T23:57:23.645Z] cd "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/dacapo-xalan_0"; \ [2026-01-08T23:57:23.645Z] echo ""; echo "TESTING:"; \ [2026-01-08T23:57:23.645Z] "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image/bin/java" -jar "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../../jvmtest/perf/dacapo/dacapo.jar" xalan; \ [2026-01-08T23:57:23.645Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "dacapo-xalan_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/dacapo-xalan_0"; else echo "-----------------------------------"; echo "dacapo-xalan_0""_FAILED"; echo "-----------------------------------"; fi; \ [2026-01-08T23:57:23.645Z] echo ""; echo "TEST TEARDOWN:"; \ [2026-01-08T23:57:23.645Z] echo "Nothing to be done for teardown."; \ [2026-01-08T23:57:23.645Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/TestTargetResult"; [2026-01-08T23:57:23.645Z] [2026-01-08T23:57:23.645Z] TEST SETUP: [2026-01-08T23:57:23.645Z] Nothing to be done for setup. [2026-01-08T23:57:23.645Z] [2026-01-08T23:57:23.645Z] TESTING: [2026-01-08T23:57:24.616Z] Using scaled threading model. 4 processors detected, 4 threads used to drive the workload, in a possible range of [1,2048] [2026-01-08T23:57:24.616Z] Version: xalan 2_7_2 (use -p to print nominal benchmark stats) [2026-01-08T23:57:24.616Z] ===== DaCapo 23.11-MR2-chopin-minimal xalan starting ===== [2026-01-08T23:57:26.699Z] Processing: 5% [2026-01-08T23:57:27.678Z] Processing: 10% [2026-01-08T23:57:27.678Z] Processing: 15% [2026-01-08T23:57:28.660Z] Processing: 20% [2026-01-08T23:57:28.660Z] Processing: 25% [2026-01-08T23:57:28.660Z] Processing: 30% [2026-01-08T23:57:29.622Z] Processing: 35% [2026-01-08T23:57:29.622Z] Processing: 40% [2026-01-08T23:57:29.622Z] Processing: 45% [2026-01-08T23:57:29.622Z] Processing: 50% [2026-01-08T23:57:30.590Z] Processing: 55% [2026-01-08T23:57:30.590Z] Processing: 60% [2026-01-08T23:57:30.590Z] Processing: 65% [2026-01-08T23:57:31.553Z] Processing: 70% [2026-01-08T23:57:31.553Z] Processing: 75% [2026-01-08T23:57:31.553Z] Processing: 80% [2026-01-08T23:57:31.553Z] Processing: 85% [2026-01-08T23:57:32.521Z] Processing: 90% [2026-01-08T23:57:32.521Z] Processing: 95% [2026-01-08T23:57:32.521Z] Normal completion. [2026-01-08T23:57:32.521Z] ===== DaCapo 23.11-MR2-chopin-minimal xalan PASSED in 8191 msec ===== [2026-01-08T23:57:32.521Z] ----------------------------------- [2026-01-08T23:57:32.521Z] dacapo-xalan_0_PASSED [2026-01-08T23:57:32.521Z] ----------------------------------- [2026-01-08T23:57:32.521Z] [2026-01-08T23:57:32.521Z] TEST TEARDOWN: [2026-01-08T23:57:32.521Z] Nothing to be done for teardown. [2026-01-08T23:57:33.481Z] dacapo-xalan_0 Finish Time: Thu Jan 8 23:57:32 2026 Epoch Time (ms): 1767916652443 [2026-01-08T23:57:33.481Z] make[4]: Leaving directory '/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/dacapo' [2026-01-08T23:57:33.481Z] make[4]: Entering directory '/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/renaissance' [2026-01-08T23:57:33.481Z] [2026-01-08T23:57:33.481Z] =============================================== [2026-01-08T23:57:33.481Z] Running test renaissance-als_0 ... [2026-01-08T23:57:33.481Z] =============================================== [2026-01-08T23:57:33.481Z] renaissance-als_0 Start Time: Thu Jan 8 23:57:32 2026 Epoch Time (ms): 1767916652481 [2026-01-08T23:57:33.481Z] variation: NoOptions [2026-01-08T23:57:33.481Z] JVM_OPTIONS: [2026-01-08T23:57:33.481Z] { \ [2026-01-08T23:57:33.481Z] echo ""; echo "TEST SETUP:"; \ [2026-01-08T23:57:33.481Z] echo "Nothing to be done for setup."; \ [2026-01-08T23:57:33.481Z] mkdir -p "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-als_0"; \ [2026-01-08T23:57:33.481Z] cd "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-als_0"; \ [2026-01-08T23:57:33.481Z] echo ""; echo "TESTING:"; \ [2026-01-08T23:57:33.481Z] "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image/bin/java" --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED -jar "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-als_0"/als.json" als; \ [2026-01-08T23:57:33.481Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-als_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-als_0"; else echo "-----------------------------------"; echo "renaissance-als_0""_FAILED"; echo "-----------------------------------"; fi; \ [2026-01-08T23:57:33.481Z] echo ""; echo "TEST TEARDOWN:"; \ [2026-01-08T23:57:33.481Z] echo "Nothing to be done for teardown."; \ [2026-01-08T23:57:33.481Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/TestTargetResult"; [2026-01-08T23:57:33.481Z] [2026-01-08T23:57:33.481Z] TEST SETUP: [2026-01-08T23:57:33.481Z] Nothing to be done for setup. [2026-01-08T23:57:33.481Z] [2026-01-08T23:57:33.481Z] TESTING: [2026-01-08T23:57:33.481Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called [2026-01-08T23:57:33.481Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/output_17679165086816/renaissance-als_0/launcher-235732-9292480163318225402/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar) [2026-01-08T23:57:33.482Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$ [2026-01-08T23:57:33.482Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release [2026-01-08T23:57:38.941Z] Benchmark 'als' failed with exception: [2026-01-08T23:57:38.941Z] java.lang.ExceptionInInitializerError [2026-01-08T23:57:38.941Z] at org.apache.spark.unsafe.array.ByteArrayMethods.<clinit>(ByteArrayMethods.java:47) [2026-01-08T23:57:38.941Z] at org.apache.spark.memory.MemoryManager.defaultPageSizeBytes$lzycompute(MemoryManager.scala:261) [2026-01-08T23:57:38.941Z] at org.apache.spark.memory.MemoryManager.defaultPageSizeBytes(MemoryManager.scala:251) [2026-01-08T23:57:38.941Z] at org.apache.spark.memory.MemoryManager.$anonfun$pageSizeBytes$1(MemoryManager.scala:270) [2026-01-08T23:57:38.941Z] at scala.runtime.java8.JFunction0$mcJ$sp.apply(JFunction0$mcJ$sp.scala:17) [2026-01-08T23:57:38.941Z] at scala.Option.getOrElse(Option.scala:201) [2026-01-08T23:57:38.941Z] at org.apache.spark.memory.MemoryManager.<init>(MemoryManager.scala:270) [2026-01-08T23:57:38.941Z] at org.apache.spark.memory.UnifiedMemoryManager.<init>(UnifiedMemoryManager.scala:58) [2026-01-08T23:57:38.941Z] at org.apache.spark.memory.UnifiedMemoryManager$.apply(UnifiedMemoryManager.scala:207) [2026-01-08T23:57:38.941Z] at org.apache.spark.SparkEnv$.create(SparkEnv.scala:320) [2026-01-08T23:57:38.941Z] at org.apache.spark.SparkEnv$.createDriverEnv(SparkEnv.scala:194) [2026-01-08T23:57:38.941Z] at org.apache.spark.SparkContext.createSparkEnv(SparkContext.scala:284) [2026-01-08T23:57:38.941Z] at org.apache.spark.SparkContext.<init>(SparkContext.scala:478) [2026-01-08T23:57:38.941Z] at org.apache.spark.SparkContext$.getOrCreate(SparkContext.scala:2883) [2026-01-08T23:57:38.941Z] at org.apache.spark.sql.SparkSession$Builder.$anonfun$getOrCreate$2(SparkSession.scala:1099) [2026-01-08T23:57:38.941Z] at scala.Option.getOrElse(Option.scala:201) [2026-01-08T23:57:38.941Z] at org.apache.spark.sql.SparkSession$Builder.getOrCreate(SparkSession.scala:1093) [2026-01-08T23:57:38.941Z] at org.renaissance.apache.spark.SparkUtil.setUpSparkContext(SparkUtil.scala:81) [2026-01-08T23:57:38.941Z] at org.renaissance.apache.spark.SparkUtil.setUpSparkContext$(SparkUtil.scala:54) [2026-01-08T23:57:38.941Z] at org.renaissance.apache.spark.Als.setUpSparkContext(Als.scala:56) [2026-01-08T23:57:38.941Z] at org.renaissance.apache.spark.Als.setUpBeforeAll(Als.scala:127) [2026-01-08T23:57:38.941Z] at org.renaissance.harness.ExecutionDriver.executeBenchmark(ExecutionDriver.java:82) [2026-01-08T23:57:38.941Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks$$anonfun$1(RenaissanceSuite.scala:172) [2026-01-08T23:57:38.941Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15) [2026-01-08T23:57:38.941Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10) [2026-01-08T23:57:38.941Z] at scala.collection.immutable.List.foreach(List.scala:334) [2026-01-08T23:57:38.941Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks(RenaissanceSuite.scala:161) [2026-01-08T23:57:38.941Z] at org.renaissance.harness.RenaissanceSuite$.main(RenaissanceSuite.scala:130) [2026-01-08T23:57:38.941Z] at org.renaissance.harness.RenaissanceSuite.main(RenaissanceSuite.scala) [2026-01-08T23:57:38.941Z] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [2026-01-08T23:57:38.942Z] at java.base/java.lang.reflect.Method.invoke(Method.java:565) [2026-01-08T23:57:38.942Z] at org.renaissance.core.Launcher.loadAndInvokeHarnessClass(Launcher.java:129) [2026-01-08T23:57:38.942Z] at org.renaissance.core.Launcher.launchHarnessClass(Launcher.java:78) [2026-01-08T23:57:38.942Z] at org.renaissance.core.Launcher.main(Launcher.java:43) [2026-01-08T23:57:38.942Z] Caused by: java.lang.IllegalStateException: java.lang.ClassNotFoundException: jdk.internal.ref.Cleaner [2026-01-08T23:57:38.942Z] at org.apache.spark.unsafe.Platform.<clinit>(Platform.java:115) [2026-01-08T23:57:38.942Z] ... 34 more [2026-01-08T23:57:38.942Z] Caused by: java.lang.ClassNotFoundException: jdk.internal.ref.Cleaner [2026-01-08T23:57:38.942Z] at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:377) [2026-01-08T23:57:38.942Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:569) [2026-01-08T23:57:38.942Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:502) [2026-01-08T23:57:38.942Z] at java.base/java.lang.Class.forName0(Native Method) [2026-01-08T23:57:38.942Z] at java.base/java.lang.Class.forName(Class.java:478) [2026-01-08T23:57:38.942Z] at java.base/java.lang.Class.forName(Class.java:468) [2026-01-08T23:57:38.942Z] at org.apache.spark.unsafe.Platform.<clinit>(Platform.java:95) [2026-01-08T23:57:38.942Z] ... 34 more [2026-01-08T23:57:38.942Z] The following benchmarks failed: als [2026-01-08T23:57:38.942Z] ----------------------------------- [2026-01-08T23:57:38.942Z] renaissance-als_0_FAILED [2026-01-08T23:57:38.942Z] ----------------------------------- [2026-01-08T23:57:38.942Z] [2026-01-08T23:57:38.942Z] TEST TEARDOWN: [2026-01-08T23:57:38.942Z] Nothing to be done for teardown. [2026-01-08T23:57:38.942Z] renaissance-als_0 Finish Time: Thu Jan 8 23:57:38 2026 Epoch Time (ms): 1767916658188 [2026-01-08T23:57:38.942Z] [2026-01-08T23:57:38.942Z] =============================================== [2026-01-08T23:57:38.942Z] Running test renaissance-chi-square_0 ... [2026-01-08T23:57:38.942Z] =============================================== [2026-01-08T23:57:38.942Z] renaissance-chi-square_0 Start Time: Thu Jan 8 23:57:38 2026 Epoch Time (ms): 1767916658215 [2026-01-08T23:57:38.942Z] variation: NoOptions [2026-01-08T23:57:38.942Z] JVM_OPTIONS: [2026-01-08T23:57:38.942Z] { \ [2026-01-08T23:57:38.942Z] echo ""; echo "TEST SETUP:"; \ [2026-01-08T23:57:38.942Z] echo "Nothing to be done for setup."; \ [2026-01-08T23:57:38.942Z] mkdir -p "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-chi-square_0"; \ [2026-01-08T23:57:38.942Z] cd "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-chi-square_0"; \ [2026-01-08T23:57:38.942Z] echo ""; echo "TESTING:"; \ [2026-01-08T23:57:38.942Z] "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image/bin/java" --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED -jar "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-chi-square_0"/chi-square.json" chi-square; \ [2026-01-08T23:57:38.942Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-chi-square_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-chi-square_0"; else echo "-----------------------------------"; echo "renaissance-chi-square_0""_FAILED"; echo "-----------------------------------"; fi; \ [2026-01-08T23:57:38.942Z] echo ""; echo "TEST TEARDOWN:"; \ [2026-01-08T23:57:38.942Z] echo "Nothing to be done for teardown."; \ [2026-01-08T23:57:38.942Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/TestTargetResult"; [2026-01-08T23:57:38.942Z] [2026-01-08T23:57:38.942Z] TEST SETUP: [2026-01-08T23:57:38.942Z] Nothing to be done for setup. [2026-01-08T23:57:38.942Z] [2026-01-08T23:57:38.942Z] TESTING: [2026-01-08T23:57:38.942Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called [2026-01-08T23:57:38.942Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/output_17679165086816/renaissance-chi-square_0/launcher-235738-796383940286265798/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar) [2026-01-08T23:57:38.942Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$ [2026-01-08T23:57:38.942Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release [2026-01-08T23:57:43.123Z] Benchmark 'chi-square' failed with exception: [2026-01-08T23:57:43.123Z] java.lang.ExceptionInInitializerError [2026-01-08T23:57:43.123Z] at org.apache.spark.unsafe.array.ByteArrayMethods.<clinit>(ByteArrayMethods.java:47) [2026-01-08T23:57:43.123Z] at org.apache.spark.memory.MemoryManager.defaultPageSizeBytes$lzycompute(MemoryManager.scala:261) [2026-01-08T23:57:43.123Z] at org.apache.spark.memory.MemoryManager.defaultPageSizeBytes(MemoryManager.scala:251) [2026-01-08T23:57:43.123Z] at org.apache.spark.memory.MemoryManager.$anonfun$pageSizeBytes$1(MemoryManager.scala:270) [2026-01-08T23:57:43.123Z] at scala.runtime.java8.JFunction0$mcJ$sp.apply(JFunction0$mcJ$sp.scala:17) [2026-01-08T23:57:43.123Z] at scala.Option.getOrElse(Option.scala:201) [2026-01-08T23:57:43.123Z] at org.apache.spark.memory.MemoryManager.<init>(MemoryManager.scala:270) [2026-01-08T23:57:43.123Z] at org.apache.spark.memory.UnifiedMemoryManager.<init>(UnifiedMemoryManager.scala:58) [2026-01-08T23:57:43.123Z] at org.apache.spark.memory.UnifiedMemoryManager$.apply(UnifiedMemoryManager.scala:207) [2026-01-08T23:57:43.123Z] at org.apache.spark.SparkEnv$.create(SparkEnv.scala:320) [2026-01-08T23:57:43.123Z] at org.apache.spark.SparkEnv$.createDriverEnv(SparkEnv.scala:194) [2026-01-08T23:57:43.123Z] at org.apache.spark.SparkContext.createSparkEnv(SparkContext.scala:284) [2026-01-08T23:57:43.123Z] at org.apache.spark.SparkContext.<init>(SparkContext.scala:478) [2026-01-08T23:57:43.123Z] at org.apache.spark.SparkContext$.getOrCreate(SparkContext.scala:2883) [2026-01-08T23:57:43.123Z] at org.apache.spark.sql.SparkSession$Builder.$anonfun$getOrCreate$2(SparkSession.scala:1099) [2026-01-08T23:57:43.123Z] at scala.Option.getOrElse(Option.scala:201) [2026-01-08T23:57:43.123Z] at org.apache.spark.sql.SparkSession$Builder.getOrCreate(SparkSession.scala:1093) [2026-01-08T23:57:43.123Z] at org.renaissance.apache.spark.SparkUtil.setUpSparkContext(SparkUtil.scala:81) [2026-01-08T23:57:43.123Z] at org.renaissance.apache.spark.SparkUtil.setUpSparkContext$(SparkUtil.scala:54) [2026-01-08T23:57:43.123Z] at org.renaissance.apache.spark.ChiSquare.setUpSparkContext(ChiSquare.scala:41) [2026-01-08T23:57:43.123Z] at org.renaissance.apache.spark.ChiSquare.setUpBeforeAll(ChiSquare.scala:86) [2026-01-08T23:57:43.123Z] at org.renaissance.harness.ExecutionDriver.executeBenchmark(ExecutionDriver.java:82) [2026-01-08T23:57:43.123Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks$$anonfun$1(RenaissanceSuite.scala:172) [2026-01-08T23:57:43.123Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15) [2026-01-08T23:57:43.123Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10) [2026-01-08T23:57:43.123Z] at scala.collection.immutable.List.foreach(List.scala:334) [2026-01-08T23:57:43.123Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks(RenaissanceSuite.scala:161) [2026-01-08T23:57:43.123Z] at org.renaissance.harness.RenaissanceSuite$.main(RenaissanceSuite.scala:130) [2026-01-08T23:57:43.123Z] at org.renaissance.harness.RenaissanceSuite.main(RenaissanceSuite.scala) [2026-01-08T23:57:43.123Z] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [2026-01-08T23:57:43.123Z] at java.base/java.lang.reflect.Method.invoke(Method.java:565) [2026-01-08T23:57:43.123Z] at org.renaissance.core.Launcher.loadAndInvokeHarnessClass(Launcher.java:129) [2026-01-08T23:57:43.123Z] at org.renaissance.core.Launcher.launchHarnessClass(Launcher.java:78) [2026-01-08T23:57:43.123Z] at org.renaissance.core.Launcher.main(Launcher.java:43) [2026-01-08T23:57:43.123Z] Caused by: java.lang.IllegalStateException: java.lang.ClassNotFoundException: jdk.internal.ref.Cleaner [2026-01-08T23:57:43.123Z] at org.apache.spark.unsafe.Platform.<clinit>(Platform.java:115) [2026-01-08T23:57:43.123Z] ... 34 more [2026-01-08T23:57:43.123Z] Caused by: java.lang.ClassNotFoundException: jdk.internal.ref.Cleaner [2026-01-08T23:57:43.123Z] at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:377) [2026-01-08T23:57:43.123Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:569) [2026-01-08T23:57:43.123Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:502) [2026-01-08T23:57:43.123Z] at java.base/java.lang.Class.forName0(Native Method) [2026-01-08T23:57:43.123Z] at java.base/java.lang.Class.forName(Class.java:478) [2026-01-08T23:57:43.123Z] at java.base/java.lang.Class.forName(Class.java:468) [2026-01-08T23:57:43.123Z] at org.apache.spark.unsafe.Platform.<clinit>(Platform.java:95) [2026-01-08T23:57:43.123Z] ... 34 more [2026-01-08T23:57:43.123Z] The following benchmarks failed: chi-square [2026-01-08T23:57:44.080Z] ----------------------------------- [2026-01-08T23:57:44.080Z] renaissance-chi-square_0_FAILED [2026-01-08T23:57:44.080Z] ----------------------------------- [2026-01-08T23:57:44.080Z] [2026-01-08T23:57:44.080Z] TEST TEARDOWN: [2026-01-08T23:57:44.080Z] Nothing to be done for teardown. [2026-01-08T23:57:44.080Z] renaissance-chi-square_0 Finish Time: Thu Jan 8 23:57:43 2026 Epoch Time (ms): 1767916663048 [2026-01-08T23:57:44.080Z] [2026-01-08T23:57:44.080Z] =============================================== [2026-01-08T23:57:44.080Z] Running test renaissance-db-shootout_0 ... [2026-01-08T23:57:44.080Z] =============================================== [2026-01-08T23:57:44.080Z] renaissance-db-shootout_0 Start Time: Thu Jan 8 23:57:43 2026 Epoch Time (ms): 1767916663075 [2026-01-08T23:57:44.080Z] Skipped due to jvm options ( ) and/or platform requirements ([^arch.ppc]) => renaissance-db-shootout_0_SKIPPED [2026-01-08T23:57:44.080Z] renaissance-db-shootout_0 Finish Time: Thu Jan 8 23:57:43 2026 Epoch Time (ms): 1767916663092 [2026-01-08T23:57:44.080Z] [2026-01-08T23:57:44.080Z] =============================================== [2026-01-08T23:57:44.080Z] Running test renaissance-dec-tree_0 ... [2026-01-08T23:57:44.080Z] =============================================== [2026-01-08T23:57:44.080Z] renaissance-dec-tree_0 Start Time: Thu Jan 8 23:57:43 2026 Epoch Time (ms): 1767916663117 [2026-01-08T23:57:44.080Z] variation: NoOptions [2026-01-08T23:57:44.080Z] JVM_OPTIONS: [2026-01-08T23:57:44.080Z] { \ [2026-01-08T23:57:44.080Z] echo ""; echo "TEST SETUP:"; \ [2026-01-08T23:57:44.080Z] echo "Nothing to be done for setup."; \ [2026-01-08T23:57:44.080Z] mkdir -p "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-dec-tree_0"; \ [2026-01-08T23:57:44.080Z] cd "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-dec-tree_0"; \ [2026-01-08T23:57:44.080Z] echo ""; echo "TESTING:"; \ [2026-01-08T23:57:44.080Z] "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image/bin/java" --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED -jar "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-dec-tree_0"/dec-tree.json" dec-tree; \ [2026-01-08T23:57:44.080Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-dec-tree_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-dec-tree_0"; else echo "-----------------------------------"; echo "renaissance-dec-tree_0""_FAILED"; echo "-----------------------------------"; fi; \ [2026-01-08T23:57:44.080Z] echo ""; echo "TEST TEARDOWN:"; \ [2026-01-08T23:57:44.080Z] echo "Nothing to be done for teardown."; \ [2026-01-08T23:57:44.080Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/TestTargetResult"; [2026-01-08T23:57:44.080Z] [2026-01-08T23:57:44.080Z] TEST SETUP: [2026-01-08T23:57:44.080Z] Nothing to be done for setup. [2026-01-08T23:57:44.080Z] [2026-01-08T23:57:44.080Z] TESTING: [2026-01-08T23:57:44.080Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called [2026-01-08T23:57:44.080Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/output_17679165086816/renaissance-dec-tree_0/launcher-235743-3352875658728032425/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar) [2026-01-08T23:57:44.080Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$ [2026-01-08T23:57:44.080Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release [2026-01-08T23:57:48.384Z] Benchmark 'dec-tree' failed with exception: [2026-01-08T23:57:48.384Z] java.lang.ExceptionInInitializerError [2026-01-08T23:57:48.384Z] at org.apache.spark.unsafe.array.ByteArrayMethods.<clinit>(ByteArrayMethods.java:47) [2026-01-08T23:57:48.384Z] at org.apache.spark.memory.MemoryManager.defaultPageSizeBytes$lzycompute(MemoryManager.scala:261) [2026-01-08T23:57:48.384Z] at org.apache.spark.memory.MemoryManager.defaultPageSizeBytes(MemoryManager.scala:251) [2026-01-08T23:57:48.384Z] at org.apache.spark.memory.MemoryManager.$anonfun$pageSizeBytes$1(MemoryManager.scala:270) [2026-01-08T23:57:48.384Z] at scala.runtime.java8.JFunction0$mcJ$sp.apply(JFunction0$mcJ$sp.scala:17) [2026-01-08T23:57:48.384Z] at scala.Option.getOrElse(Option.scala:201) [2026-01-08T23:57:48.384Z] at org.apache.spark.memory.MemoryManager.<init>(MemoryManager.scala:270) [2026-01-08T23:57:48.384Z] at org.apache.spark.memory.UnifiedMemoryManager.<init>(UnifiedMemoryManager.scala:58) [2026-01-08T23:57:48.384Z] at org.apache.spark.memory.UnifiedMemoryManager$.apply(UnifiedMemoryManager.scala:207) [2026-01-08T23:57:48.384Z] at org.apache.spark.SparkEnv$.create(SparkEnv.scala:320) [2026-01-08T23:57:48.384Z] at org.apache.spark.SparkEnv$.createDriverEnv(SparkEnv.scala:194) [2026-01-08T23:57:48.384Z] at org.apache.spark.SparkContext.createSparkEnv(SparkContext.scala:284) [2026-01-08T23:57:48.384Z] at org.apache.spark.SparkContext.<init>(SparkContext.scala:478) [2026-01-08T23:57:48.384Z] at org.apache.spark.SparkContext$.getOrCreate(SparkContext.scala:2883) [2026-01-08T23:57:48.384Z] at org.apache.spark.sql.SparkSession$Builder.$anonfun$getOrCreate$2(SparkSession.scala:1099) [2026-01-08T23:57:48.384Z] at scala.Option.getOrElse(Option.scala:201) [2026-01-08T23:57:48.384Z] at org.apache.spark.sql.SparkSession$Builder.getOrCreate(SparkSession.scala:1093) [2026-01-08T23:57:48.384Z] at org.renaissance.apache.spark.SparkUtil.setUpSparkContext(SparkUtil.scala:81) [2026-01-08T23:57:48.384Z] at org.renaissance.apache.spark.SparkUtil.setUpSparkContext$(SparkUtil.scala:54) [2026-01-08T23:57:48.384Z] at org.renaissance.apache.spark.DecTree.setUpSparkContext(DecTree.scala:38) [2026-01-08T23:57:48.384Z] at org.renaissance.apache.spark.DecTree.setUpBeforeAll(DecTree.scala:89) [2026-01-08T23:57:48.384Z] at org.renaissance.harness.ExecutionDriver.executeBenchmark(ExecutionDriver.java:82) [2026-01-08T23:57:48.384Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks$$anonfun$1(RenaissanceSuite.scala:172) [2026-01-08T23:57:48.384Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15) [2026-01-08T23:57:48.384Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10) [2026-01-08T23:57:48.384Z] at scala.collection.immutable.List.foreach(List.scala:334) [2026-01-08T23:57:48.384Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks(RenaissanceSuite.scala:161) [2026-01-08T23:57:48.384Z] at org.renaissance.harness.RenaissanceSuite$.main(RenaissanceSuite.scala:130) [2026-01-08T23:57:48.384Z] at org.renaissance.harness.RenaissanceSuite.main(RenaissanceSuite.scala) [2026-01-08T23:57:48.384Z] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [2026-01-08T23:57:48.384Z] at java.base/java.lang.reflect.Method.invoke(Method.java:565) [2026-01-08T23:57:48.384Z] at org.renaissance.core.Launcher.loadAndInvokeHarnessClass(Launcher.java:129) [2026-01-08T23:57:48.384Z] at org.renaissance.core.Launcher.launchHarnessClass(Launcher.java:78) [2026-01-08T23:57:48.384Z] at org.renaissance.core.Launcher.main(Launcher.java:43) [2026-01-08T23:57:48.384Z] Caused by: java.lang.IllegalStateException: java.lang.ClassNotFoundException: jdk.internal.ref.Cleaner [2026-01-08T23:57:48.384Z] at org.apache.spark.unsafe.Platform.<clinit>(Platform.java:115) [2026-01-08T23:57:48.384Z] ... 34 more [2026-01-08T23:57:48.384Z] Caused by: java.lang.ClassNotFoundException: jdk.internal.ref.Cleaner [2026-01-08T23:57:48.384Z] at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:377) [2026-01-08T23:57:48.384Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:569) [2026-01-08T23:57:48.384Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:502) [2026-01-08T23:57:48.384Z] at java.base/java.lang.Class.forName0(Native Method) [2026-01-08T23:57:48.384Z] at java.base/java.lang.Class.forName(Class.java:478) [2026-01-08T23:57:48.384Z] at java.base/java.lang.Class.forName(Class.java:468) [2026-01-08T23:57:48.384Z] at org.apache.spark.unsafe.Platform.<clinit>(Platform.java:95) [2026-01-08T23:57:48.384Z] ... 34 more [2026-01-08T23:57:48.384Z] The following benchmarks failed: dec-tree [2026-01-08T23:57:48.384Z] ----------------------------------- [2026-01-08T23:57:48.384Z] renaissance-dec-tree_0_FAILED [2026-01-08T23:57:48.384Z] ----------------------------------- [2026-01-08T23:57:48.384Z] [2026-01-08T23:57:48.384Z] TEST TEARDOWN: [2026-01-08T23:57:48.384Z] Nothing to be done for teardown. [2026-01-08T23:57:48.384Z] renaissance-dec-tree_0 Finish Time: Thu Jan 8 23:57:47 2026 Epoch Time (ms): 1767916667892 [2026-01-08T23:57:48.384Z] [2026-01-08T23:57:48.384Z] =============================================== [2026-01-08T23:57:48.384Z] Running test renaissance-finagle-chirper_0 ... [2026-01-08T23:57:48.384Z] =============================================== [2026-01-08T23:57:48.384Z] renaissance-finagle-chirper_0 Start Time: Thu Jan 8 23:57:47 2026 Epoch Time (ms): 1767916667917 [2026-01-08T23:57:48.384Z] renaissance-finagle-chirper_0_DISABLED [2026-01-08T23:57:48.384Z] Disabled Reason: [2026-01-08T23:57:48.384Z] https://github.com/renaissance-benchmarks/renaissance/issues/231 [2026-01-08T23:57:48.384Z] renaissance-finagle-chirper_0 Finish Time: Thu Jan 8 23:57:47 2026 Epoch Time (ms): 1767916667938 [2026-01-08T23:57:48.384Z] [2026-01-08T23:57:48.384Z] =============================================== [2026-01-08T23:57:48.384Z] Running test renaissance-finagle-http_0 ... [2026-01-08T23:57:48.384Z] =============================================== [2026-01-08T23:57:48.384Z] renaissance-finagle-http_0 Start Time: Thu Jan 8 23:57:47 2026 Epoch Time (ms): 1767916667963 [2026-01-08T23:57:48.384Z] variation: NoOptions [2026-01-08T23:57:48.384Z] JVM_OPTIONS: [2026-01-08T23:57:48.384Z] { \ [2026-01-08T23:57:48.384Z] echo ""; echo "TEST SETUP:"; \ [2026-01-08T23:57:48.384Z] echo "Nothing to be done for setup."; \ [2026-01-08T23:57:48.384Z] mkdir -p "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-finagle-http_0"; \ [2026-01-08T23:57:48.384Z] cd "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-finagle-http_0"; \ [2026-01-08T23:57:48.384Z] echo ""; echo "TESTING:"; \ [2026-01-08T23:57:48.384Z] "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image/bin/java" --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED -jar "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-finagle-http_0"/finagle-http.json" finagle-http; \ [2026-01-08T23:57:48.384Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-finagle-http_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-finagle-http_0"; else echo "-----------------------------------"; echo "renaissance-finagle-http_0""_FAILED"; echo "-----------------------------------"; fi; \ [2026-01-08T23:57:48.384Z] echo ""; echo "TEST TEARDOWN:"; \ [2026-01-08T23:57:48.384Z] echo "Nothing to be done for teardown."; \ [2026-01-08T23:57:48.384Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/TestTargetResult"; [2026-01-08T23:57:48.384Z] [2026-01-08T23:57:48.384Z] TEST SETUP: [2026-01-08T23:57:48.384Z] Nothing to be done for setup. [2026-01-08T23:57:48.384Z] [2026-01-08T23:57:48.384Z] TESTING: [2026-01-08T23:57:49.368Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called [2026-01-08T23:57:49.368Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/output_17679165086816/renaissance-finagle-http_0/launcher-235748-13254352066438277703/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar) [2026-01-08T23:57:49.368Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$ [2026-01-08T23:57:49.368Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release [2026-01-08T23:57:51.350Z] finagle-http on :41621 spawning 4 client and default number of server workers. [2026-01-08T23:57:51.350Z] ====== finagle-http (web) [default], iteration 0 started ====== [2026-01-08T23:57:51.350Z] GC before operation: completed in 38.711 ms, heap usage 44.687 MB -> 10.654 MB. [2026-01-08T23:58:03.143Z] ====== finagle-http (web) [default], iteration 0 completed (11825.116 ms) ====== [2026-01-08T23:58:03.143Z] ====== finagle-http (web) [default], iteration 1 started ====== [2026-01-08T23:58:03.143Z] GC before operation: completed in 67.483 ms, heap usage 47.419 MB -> 14.349 MB. [2026-01-08T23:58:10.167Z] ====== finagle-http (web) [default], iteration 1 completed (7049.896 ms) ====== [2026-01-08T23:58:10.167Z] ====== finagle-http (web) [default], iteration 2 started ====== [2026-01-08T23:58:10.167Z] GC before operation: completed in 58.383 ms, heap usage 49.490 MB -> 14.404 MB. [2026-01-08T23:58:14.479Z] ====== finagle-http (web) [default], iteration 2 completed (3955.696 ms) ====== [2026-01-08T23:58:14.479Z] ====== finagle-http (web) [default], iteration 3 started ====== [2026-01-08T23:58:14.479Z] GC before operation: completed in 40.593 ms, heap usage 30.177 MB -> 14.464 MB. [2026-01-08T23:58:18.751Z] ====== finagle-http (web) [default], iteration 3 completed (3937.157 ms) ====== [2026-01-08T23:58:18.751Z] ====== finagle-http (web) [default], iteration 4 started ====== [2026-01-08T23:58:18.751Z] GC before operation: completed in 43.521 ms, heap usage 24.154 MB -> 14.398 MB. [2026-01-08T23:58:22.982Z] ====== finagle-http (web) [default], iteration 4 completed (4380.112 ms) ====== [2026-01-08T23:58:22.982Z] ====== finagle-http (web) [default], iteration 5 started ====== [2026-01-08T23:58:22.982Z] GC before operation: completed in 49.601 ms, heap usage 23.261 MB -> 14.666 MB. [2026-01-08T23:58:27.204Z] ====== finagle-http (web) [default], iteration 5 completed (4026.473 ms) ====== [2026-01-08T23:58:27.204Z] ====== finagle-http (web) [default], iteration 6 started ====== [2026-01-08T23:58:27.204Z] GC before operation: completed in 51.949 ms, heap usage 22.605 MB -> 14.546 MB. [2026-01-08T23:58:30.738Z] ====== finagle-http (web) [default], iteration 6 completed (3679.032 ms) ====== [2026-01-08T23:58:30.738Z] ====== finagle-http (web) [default], iteration 7 started ====== [2026-01-08T23:58:30.738Z] GC before operation: completed in 47.749 ms, heap usage 22.684 MB -> 14.525 MB. [2026-01-08T23:58:34.909Z] ====== finagle-http (web) [default], iteration 7 completed (4117.571 ms) ====== [2026-01-08T23:58:34.909Z] ====== finagle-http (web) [default], iteration 8 started ====== [2026-01-08T23:58:34.909Z] GC before operation: completed in 42.194 ms, heap usage 20.514 MB -> 14.502 MB. [2026-01-08T23:58:37.985Z] ====== finagle-http (web) [default], iteration 8 completed (3474.310 ms) ====== [2026-01-08T23:58:37.985Z] ====== finagle-http (web) [default], iteration 9 started ====== [2026-01-08T23:58:37.985Z] GC before operation: completed in 45.678 ms, heap usage 21.943 MB -> 14.518 MB. [2026-01-08T23:58:42.163Z] ====== finagle-http (web) [default], iteration 9 completed (3942.708 ms) ====== [2026-01-08T23:58:42.163Z] ====== finagle-http (web) [default], iteration 10 started ====== [2026-01-08T23:58:42.163Z] GC before operation: completed in 34.833 ms, heap usage 24.479 MB -> 14.444 MB. [2026-01-08T23:58:46.348Z] ====== finagle-http (web) [default], iteration 10 completed (3897.179 ms) ====== [2026-01-08T23:58:46.348Z] ====== finagle-http (web) [default], iteration 11 started ====== [2026-01-08T23:58:46.348Z] GC before operation: completed in 44.898 ms, heap usage 60.819 MB -> 14.477 MB. [2026-01-08T23:58:50.548Z] ====== finagle-http (web) [default], iteration 11 completed (3936.861 ms) ====== [2026-01-08T23:58:50.548Z] ----------------------------------- [2026-01-08T23:58:50.548Z] renaissance-finagle-http_0_PASSED [2026-01-08T23:58:50.548Z] ----------------------------------- [2026-01-08T23:58:50.548Z] [2026-01-08T23:58:50.548Z] TEST TEARDOWN: [2026-01-08T23:58:50.548Z] Nothing to be done for teardown. [2026-01-08T23:58:50.548Z] renaissance-finagle-http_0 Finish Time: Thu Jan 8 23:58:50 2026 Epoch Time (ms): 1767916730082 [2026-01-08T23:58:50.548Z] [2026-01-08T23:58:50.548Z] =============================================== [2026-01-08T23:58:50.548Z] Running test renaissance-gauss-mix_0 ... [2026-01-08T23:58:50.548Z] =============================================== [2026-01-08T23:58:50.548Z] renaissance-gauss-mix_0 Start Time: Thu Jan 8 23:58:50 2026 Epoch Time (ms): 1767916730109 [2026-01-08T23:58:50.548Z] variation: NoOptions [2026-01-08T23:58:50.548Z] JVM_OPTIONS: [2026-01-08T23:58:50.548Z] { \ [2026-01-08T23:58:50.548Z] echo ""; echo "TEST SETUP:"; \ [2026-01-08T23:58:50.548Z] echo "Nothing to be done for setup."; \ [2026-01-08T23:58:50.548Z] mkdir -p "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-gauss-mix_0"; \ [2026-01-08T23:58:50.548Z] cd "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-gauss-mix_0"; \ [2026-01-08T23:58:50.548Z] echo ""; echo "TESTING:"; \ [2026-01-08T23:58:50.548Z] "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image/bin/java" --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED -jar "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-gauss-mix_0"/gauss-mix.json" gauss-mix; \ [2026-01-08T23:58:50.549Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-gauss-mix_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-gauss-mix_0"; else echo "-----------------------------------"; echo "renaissance-gauss-mix_0""_FAILED"; echo "-----------------------------------"; fi; \ [2026-01-08T23:58:50.549Z] echo ""; echo "TEST TEARDOWN:"; \ [2026-01-08T23:58:50.549Z] echo "Nothing to be done for teardown."; \ [2026-01-08T23:58:50.549Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/TestTargetResult"; [2026-01-08T23:58:50.549Z] [2026-01-08T23:58:50.549Z] TEST SETUP: [2026-01-08T23:58:50.549Z] Nothing to be done for setup. [2026-01-08T23:58:50.549Z] [2026-01-08T23:58:50.549Z] TESTING: [2026-01-08T23:58:51.521Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called [2026-01-08T23:58:51.521Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/output_17679165086816/renaissance-gauss-mix_0/launcher-235850-10902558019200300590/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar) [2026-01-08T23:58:51.521Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$ [2026-01-08T23:58:51.521Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release [2026-01-08T23:58:54.621Z] Benchmark 'gauss-mix' failed with exception: [2026-01-08T23:58:54.621Z] java.lang.ExceptionInInitializerError [2026-01-08T23:58:54.621Z] at org.apache.spark.unsafe.array.ByteArrayMethods.<clinit>(ByteArrayMethods.java:47) [2026-01-08T23:58:54.621Z] at org.apache.spark.memory.MemoryManager.defaultPageSizeBytes$lzycompute(MemoryManager.scala:261) [2026-01-08T23:58:54.621Z] at org.apache.spark.memory.MemoryManager.defaultPageSizeBytes(MemoryManager.scala:251) [2026-01-08T23:58:54.621Z] at org.apache.spark.memory.MemoryManager.$anonfun$pageSizeBytes$1(MemoryManager.scala:270) [2026-01-08T23:58:54.621Z] at scala.runtime.java8.JFunction0$mcJ$sp.apply(JFunction0$mcJ$sp.scala:17) [2026-01-08T23:58:54.621Z] at scala.Option.getOrElse(Option.scala:201) [2026-01-08T23:58:54.621Z] at org.apache.spark.memory.MemoryManager.<init>(MemoryManager.scala:270) [2026-01-08T23:58:54.621Z] at org.apache.spark.memory.UnifiedMemoryManager.<init>(UnifiedMemoryManager.scala:58) [2026-01-08T23:58:54.621Z] at org.apache.spark.memory.UnifiedMemoryManager$.apply(UnifiedMemoryManager.scala:207) [2026-01-08T23:58:54.622Z] at org.apache.spark.SparkEnv$.create(SparkEnv.scala:320) [2026-01-08T23:58:54.622Z] at org.apache.spark.SparkEnv$.createDriverEnv(SparkEnv.scala:194) [2026-01-08T23:58:54.622Z] at org.apache.spark.SparkContext.createSparkEnv(SparkContext.scala:284) [2026-01-08T23:58:54.622Z] at org.apache.spark.SparkContext.<init>(SparkContext.scala:478) [2026-01-08T23:58:54.622Z] at org.apache.spark.SparkContext$.getOrCreate(SparkContext.scala:2883) [2026-01-08T23:58:54.622Z] at org.apache.spark.sql.SparkSession$Builder.$anonfun$getOrCreate$2(SparkSession.scala:1099) [2026-01-08T23:58:54.622Z] at scala.Option.getOrElse(Option.scala:201) [2026-01-08T23:58:54.622Z] at org.apache.spark.sql.SparkSession$Builder.getOrCreate(SparkSession.scala:1093) [2026-01-08T23:58:54.622Z] at org.renaissance.apache.spark.SparkUtil.setUpSparkContext(SparkUtil.scala:81) [2026-01-08T23:58:54.622Z] at org.renaissance.apache.spark.SparkUtil.setUpSparkContext$(SparkUtil.scala:54) [2026-01-08T23:58:54.622Z] at org.renaissance.apache.spark.GaussMix.setUpSparkContext(GaussMix.scala:74) [2026-01-08T23:58:54.622Z] at org.renaissance.apache.spark.GaussMix.setUpBeforeAll(GaussMix.scala:203) [2026-01-08T23:58:54.622Z] at org.renaissance.harness.ExecutionDriver.executeBenchmark(ExecutionDriver.java:82) [2026-01-08T23:58:54.622Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks$$anonfun$1(RenaissanceSuite.scala:172) [2026-01-08T23:58:54.622Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15) [2026-01-08T23:58:54.622Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10) [2026-01-08T23:58:54.622Z] at scala.collection.immutable.List.foreach(List.scala:334) [2026-01-08T23:58:54.622Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks(RenaissanceSuite.scala:161) [2026-01-08T23:58:54.622Z] at org.renaissance.harness.RenaissanceSuite$.main(RenaissanceSuite.scala:130) [2026-01-08T23:58:54.622Z] at org.renaissance.harness.RenaissanceSuite.main(RenaissanceSuite.scala) [2026-01-08T23:58:54.622Z] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [2026-01-08T23:58:54.622Z] at java.base/java.lang.reflect.Method.invoke(Method.java:565) [2026-01-08T23:58:54.622Z] at org.renaissance.core.Launcher.loadAndInvokeHarnessClass(Launcher.java:129) [2026-01-08T23:58:54.622Z] at org.renaissance.core.Launcher.launchHarnessClass(Launcher.java:78) [2026-01-08T23:58:54.622Z] at org.renaissance.core.Launcher.main(Launcher.java:43) [2026-01-08T23:58:54.622Z] Caused by: java.lang.IllegalStateException: java.lang.ClassNotFoundException: jdk.internal.ref.Cleaner [2026-01-08T23:58:54.622Z] at org.apache.spark.unsafe.Platform.<clinit>(Platform.java:115) [2026-01-08T23:58:54.622Z] ... 34 more [2026-01-08T23:58:54.622Z] Caused by: java.lang.ClassNotFoundException: jdk.internal.ref.Cleaner [2026-01-08T23:58:54.622Z] at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:377) [2026-01-08T23:58:54.622Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:569) [2026-01-08T23:58:54.622Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:502) [2026-01-08T23:58:54.622Z] at java.base/java.lang.Class.forName0(Native Method) [2026-01-08T23:58:54.622Z] at java.base/java.lang.Class.forName(Class.java:478) [2026-01-08T23:58:54.622Z] at java.base/java.lang.Class.forName(Class.java:468) [2026-01-08T23:58:54.622Z] at org.apache.spark.unsafe.Platform.<clinit>(Platform.java:95) [2026-01-08T23:58:54.622Z] ... 34 more [2026-01-08T23:58:54.622Z] The following benchmarks failed: gauss-mix [2026-01-08T23:58:55.601Z] ----------------------------------- [2026-01-08T23:58:55.601Z] renaissance-gauss-mix_0_FAILED [2026-01-08T23:58:55.601Z] ----------------------------------- [2026-01-08T23:58:55.601Z] [2026-01-08T23:58:55.601Z] TEST TEARDOWN: [2026-01-08T23:58:55.601Z] Nothing to be done for teardown. [2026-01-08T23:58:55.601Z] renaissance-gauss-mix_0 Finish Time: Thu Jan 8 23:58:54 2026 Epoch Time (ms): 1767916734868 [2026-01-08T23:58:55.601Z] [2026-01-08T23:58:55.601Z] =============================================== [2026-01-08T23:58:55.601Z] Running test renaissance-log-regression_0 ... [2026-01-08T23:58:55.601Z] =============================================== [2026-01-08T23:58:55.601Z] renaissance-log-regression_0 Start Time: Thu Jan 8 23:58:54 2026 Epoch Time (ms): 1767916734893 [2026-01-08T23:58:55.601Z] variation: NoOptions [2026-01-08T23:58:55.601Z] JVM_OPTIONS: [2026-01-08T23:58:55.601Z] { \ [2026-01-08T23:58:55.601Z] echo ""; echo "TEST SETUP:"; \ [2026-01-08T23:58:55.601Z] echo "Nothing to be done for setup."; \ [2026-01-08T23:58:55.601Z] mkdir -p "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-log-regression_0"; \ [2026-01-08T23:58:55.602Z] cd "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-log-regression_0"; \ [2026-01-08T23:58:55.602Z] echo ""; echo "TESTING:"; \ [2026-01-08T23:58:55.602Z] "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image/bin/java" --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED -jar "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-log-regression_0"/log-regression.json" log-regression; \ [2026-01-08T23:58:55.602Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-log-regression_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-log-regression_0"; else echo "-----------------------------------"; echo "renaissance-log-regression_0""_FAILED"; echo "-----------------------------------"; fi; \ [2026-01-08T23:58:55.602Z] echo ""; echo "TEST TEARDOWN:"; \ [2026-01-08T23:58:55.602Z] echo "Nothing to be done for teardown."; \ [2026-01-08T23:58:55.602Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/TestTargetResult"; [2026-01-08T23:58:55.602Z] [2026-01-08T23:58:55.602Z] TEST SETUP: [2026-01-08T23:58:55.602Z] Nothing to be done for setup. [2026-01-08T23:58:55.602Z] [2026-01-08T23:58:55.602Z] TESTING: [2026-01-08T23:58:55.602Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called [2026-01-08T23:58:55.602Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/output_17679165086816/renaissance-log-regression_0/launcher-235855-11435378833399509472/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar) [2026-01-08T23:58:55.602Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$ [2026-01-08T23:58:55.602Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release [2026-01-08T23:58:59.881Z] Benchmark 'log-regression' failed with exception: [2026-01-08T23:58:59.881Z] java.lang.ExceptionInInitializerError [2026-01-08T23:58:59.881Z] at org.apache.spark.unsafe.array.ByteArrayMethods.<clinit>(ByteArrayMethods.java:47) [2026-01-08T23:58:59.881Z] at org.apache.spark.memory.MemoryManager.defaultPageSizeBytes$lzycompute(MemoryManager.scala:261) [2026-01-08T23:58:59.881Z] at org.apache.spark.memory.MemoryManager.defaultPageSizeBytes(MemoryManager.scala:251) [2026-01-08T23:58:59.881Z] at org.apache.spark.memory.MemoryManager.$anonfun$pageSizeBytes$1(MemoryManager.scala:270) [2026-01-08T23:58:59.881Z] at scala.runtime.java8.JFunction0$mcJ$sp.apply(JFunction0$mcJ$sp.scala:17) [2026-01-08T23:58:59.881Z] at scala.Option.getOrElse(Option.scala:201) [2026-01-08T23:58:59.881Z] at org.apache.spark.memory.MemoryManager.<init>(MemoryManager.scala:270) [2026-01-08T23:58:59.881Z] at org.apache.spark.memory.UnifiedMemoryManager.<init>(UnifiedMemoryManager.scala:58) [2026-01-08T23:58:59.881Z] at org.apache.spark.memory.UnifiedMemoryManager$.apply(UnifiedMemoryManager.scala:207) [2026-01-08T23:58:59.881Z] at org.apache.spark.SparkEnv$.create(SparkEnv.scala:320) [2026-01-08T23:58:59.881Z] at org.apache.spark.SparkEnv$.createDriverEnv(SparkEnv.scala:194) [2026-01-08T23:58:59.881Z] at org.apache.spark.SparkContext.createSparkEnv(SparkContext.scala:284) [2026-01-08T23:58:59.881Z] at org.apache.spark.SparkContext.<init>(SparkContext.scala:478) [2026-01-08T23:58:59.881Z] at org.apache.spark.SparkContext$.getOrCreate(SparkContext.scala:2883) [2026-01-08T23:58:59.881Z] at org.apache.spark.sql.SparkSession$Builder.$anonfun$getOrCreate$2(SparkSession.scala:1099) [2026-01-08T23:58:59.881Z] at scala.Option.getOrElse(Option.scala:201) [2026-01-08T23:58:59.881Z] at org.apache.spark.sql.SparkSession$Builder.getOrCreate(SparkSession.scala:1093) [2026-01-08T23:58:59.881Z] at org.renaissance.apache.spark.SparkUtil.setUpSparkContext(SparkUtil.scala:81) [2026-01-08T23:58:59.881Z] at org.renaissance.apache.spark.SparkUtil.setUpSparkContext$(SparkUtil.scala:54) [2026-01-08T23:58:59.881Z] at org.renaissance.apache.spark.LogRegression.setUpSparkContext(LogRegression.scala:52) [2026-01-08T23:58:59.881Z] at org.renaissance.apache.spark.LogRegression.setUpBeforeAll(LogRegression.scala:92) [2026-01-08T23:58:59.881Z] at org.renaissance.harness.ExecutionDriver.executeBenchmark(ExecutionDriver.java:82) [2026-01-08T23:58:59.881Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks$$anonfun$1(RenaissanceSuite.scala:172) [2026-01-08T23:58:59.881Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15) [2026-01-08T23:58:59.881Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10) [2026-01-08T23:58:59.881Z] at scala.collection.immutable.List.foreach(List.scala:334) [2026-01-08T23:58:59.881Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks(RenaissanceSuite.scala:161) [2026-01-08T23:58:59.881Z] at org.renaissance.harness.RenaissanceSuite$.main(RenaissanceSuite.scala:130) [2026-01-08T23:58:59.881Z] at org.renaissance.harness.RenaissanceSuite.main(RenaissanceSuite.scala) [2026-01-08T23:58:59.881Z] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [2026-01-08T23:58:59.881Z] at java.base/java.lang.reflect.Method.invoke(Method.java:565) [2026-01-08T23:58:59.881Z] at org.renaissance.core.Launcher.loadAndInvokeHarnessClass(Launcher.java:129) [2026-01-08T23:58:59.881Z] at org.renaissance.core.Launcher.launchHarnessClass(Launcher.java:78) [2026-01-08T23:58:59.881Z] at org.renaissance.core.Launcher.main(Launcher.java:43) [2026-01-08T23:58:59.881Z] Caused by: java.lang.IllegalStateException: java.lang.ClassNotFoundException: jdk.internal.ref.Cleaner [2026-01-08T23:58:59.881Z] at org.apache.spark.unsafe.Platform.<clinit>(Platform.java:115) [2026-01-08T23:58:59.881Z] ... 34 more [2026-01-08T23:58:59.881Z] Caused by: java.lang.ClassNotFoundException: jdk.internal.ref.Cleaner [2026-01-08T23:58:59.881Z] at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:377) [2026-01-08T23:58:59.881Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:569) [2026-01-08T23:58:59.881Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:502) [2026-01-08T23:58:59.881Z] at java.base/java.lang.Class.forName0(Native Method) [2026-01-08T23:58:59.881Z] at java.base/java.lang.Class.forName(Class.java:478) [2026-01-08T23:58:59.881Z] at java.base/java.lang.Class.forName(Class.java:468) [2026-01-08T23:58:59.881Z] at org.apache.spark.unsafe.Platform.<clinit>(Platform.java:95) [2026-01-08T23:58:59.881Z] ... 34 more [2026-01-08T23:58:59.881Z] The following benchmarks failed: log-regression [2026-01-08T23:58:59.881Z] ----------------------------------- [2026-01-08T23:58:59.881Z] renaissance-log-regression_0_FAILED [2026-01-08T23:58:59.881Z] ----------------------------------- [2026-01-08T23:58:59.881Z] [2026-01-08T23:58:59.881Z] TEST TEARDOWN: [2026-01-08T23:58:59.881Z] Nothing to be done for teardown. [2026-01-08T23:58:59.881Z] renaissance-log-regression_0 Finish Time: Thu Jan 8 23:58:59 2026 Epoch Time (ms): 1767916739645 [2026-01-08T23:58:59.881Z] [2026-01-08T23:58:59.881Z] =============================================== [2026-01-08T23:58:59.881Z] Running test renaissance-mnemonics_0 ... [2026-01-08T23:58:59.881Z] =============================================== [2026-01-08T23:58:59.881Z] renaissance-mnemonics_0 Start Time: Thu Jan 8 23:58:59 2026 Epoch Time (ms): 1767916739672 [2026-01-08T23:58:59.881Z] variation: NoOptions [2026-01-08T23:58:59.881Z] JVM_OPTIONS: [2026-01-08T23:58:59.881Z] { \ [2026-01-08T23:58:59.881Z] echo ""; echo "TEST SETUP:"; \ [2026-01-08T23:58:59.881Z] echo "Nothing to be done for setup."; \ [2026-01-08T23:58:59.881Z] mkdir -p "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-mnemonics_0"; \ [2026-01-08T23:58:59.881Z] cd "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-mnemonics_0"; \ [2026-01-08T23:58:59.881Z] echo ""; echo "TESTING:"; \ [2026-01-08T23:58:59.881Z] "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image/bin/java" --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED -jar "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-mnemonics_0"/mnemonics.json" mnemonics; \ [2026-01-08T23:58:59.881Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-mnemonics_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-mnemonics_0"; else echo "-----------------------------------"; echo "renaissance-mnemonics_0""_FAILED"; echo "-----------------------------------"; fi; \ [2026-01-08T23:58:59.881Z] echo ""; echo "TEST TEARDOWN:"; \ [2026-01-08T23:58:59.881Z] echo "Nothing to be done for teardown."; \ [2026-01-08T23:58:59.882Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/TestTargetResult"; [2026-01-08T23:58:59.882Z] [2026-01-08T23:58:59.882Z] TEST SETUP: [2026-01-08T23:58:59.882Z] Nothing to be done for setup. [2026-01-08T23:58:59.882Z] [2026-01-08T23:58:59.882Z] TESTING: [2026-01-08T23:59:00.864Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called [2026-01-08T23:59:00.864Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/output_17679165086816/renaissance-mnemonics_0/launcher-235859-3242558152262098699/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar) [2026-01-08T23:59:00.864Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$ [2026-01-08T23:59:00.864Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release [2026-01-08T23:59:00.864Z] ====== mnemonics (functional) [default], iteration 0 started ====== [2026-01-08T23:59:00.864Z] GC before operation: completed in 15.957 ms, heap usage 10.610 MB -> 3.910 MB. [2026-01-08T23:59:07.727Z] ====== mnemonics (functional) [default], iteration 0 completed (5884.429 ms) ====== [2026-01-08T23:59:07.727Z] ====== mnemonics (functional) [default], iteration 1 started ====== [2026-01-08T23:59:07.727Z] GC before operation: completed in 10.636 ms, heap usage 318.937 MB -> 3.944 MB. [2026-01-08T23:59:14.484Z] ====== mnemonics (functional) [default], iteration 1 completed (6128.043 ms) ====== [2026-01-08T23:59:14.484Z] ====== mnemonics (functional) [default], iteration 2 started ====== [2026-01-08T23:59:14.484Z] GC before operation: completed in 9.695 ms, heap usage 219.451 MB -> 3.944 MB. [2026-01-08T23:59:19.927Z] ====== mnemonics (functional) [default], iteration 2 completed (6168.997 ms) ====== [2026-01-08T23:59:19.927Z] ====== mnemonics (functional) [default], iteration 3 started ====== [2026-01-08T23:59:19.927Z] GC before operation: completed in 9.285 ms, heap usage 244.259 MB -> 3.944 MB. [2026-01-08T23:59:26.651Z] ====== mnemonics (functional) [default], iteration 3 completed (6276.094 ms) ====== [2026-01-08T23:59:26.651Z] ====== mnemonics (functional) [default], iteration 4 started ====== [2026-01-08T23:59:26.651Z] GC before operation: completed in 8.334 ms, heap usage 168.954 MB -> 3.944 MB. [2026-01-08T23:59:33.367Z] ====== mnemonics (functional) [default], iteration 4 completed (6229.220 ms) ====== [2026-01-08T23:59:33.367Z] ====== mnemonics (functional) [default], iteration 5 started ====== [2026-01-08T23:59:33.367Z] GC before operation: completed in 10.648 ms, heap usage 370.322 MB -> 3.944 MB. [2026-01-08T23:59:39.639Z] ====== mnemonics (functional) [default], iteration 5 completed (6333.136 ms) ====== [2026-01-08T23:59:39.639Z] ====== mnemonics (functional) [default], iteration 6 started ====== [2026-01-08T23:59:39.639Z] GC before operation: completed in 33.114 ms, heap usage 297.452 MB -> 3.944 MB. [2026-01-08T23:59:46.330Z] ====== mnemonics (functional) [default], iteration 6 completed (6330.719 ms) ====== [2026-01-08T23:59:46.331Z] ====== mnemonics (functional) [default], iteration 7 started ====== [2026-01-08T23:59:46.331Z] GC before operation: completed in 10.072 ms, heap usage 166.954 MB -> 3.944 MB. [2026-01-08T23:59:53.040Z] ====== mnemonics (functional) [default], iteration 7 completed (6343.097 ms) ====== [2026-01-08T23:59:53.040Z] ====== mnemonics (functional) [default], iteration 8 started ====== [2026-01-08T23:59:53.040Z] GC before operation: completed in 9.234 ms, heap usage 133.952 MB -> 3.944 MB. [2026-01-08T23:59:59.749Z] ====== mnemonics (functional) [default], iteration 8 completed (6397.913 ms) ====== [2026-01-08T23:59:59.749Z] ====== mnemonics (functional) [default], iteration 9 started ====== [2026-01-08T23:59:59.749Z] GC before operation: completed in 9.400 ms, heap usage 121.706 MB -> 3.944 MB. [2026-01-09T00:00:06.580Z] ====== mnemonics (functional) [default], iteration 9 completed (6327.446 ms) ====== [2026-01-09T00:00:06.580Z] ====== mnemonics (functional) [default], iteration 10 started ====== [2026-01-09T00:00:06.580Z] GC before operation: completed in 13.199 ms, heap usage 492.954 MB -> 3.944 MB. [2026-01-09T00:00:13.479Z] ====== mnemonics (functional) [default], iteration 10 completed (6327.188 ms) ====== [2026-01-09T00:00:13.479Z] ====== mnemonics (functional) [default], iteration 11 started ====== [2026-01-09T00:00:13.479Z] GC before operation: completed in 12.032 ms, heap usage 438.950 MB -> 3.944 MB. [2026-01-09T00:00:20.296Z] ====== mnemonics (functional) [default], iteration 11 completed (6310.073 ms) ====== [2026-01-09T00:00:20.296Z] ====== mnemonics (functional) [default], iteration 12 started ====== [2026-01-09T00:00:20.296Z] GC before operation: completed in 9.288 ms, heap usage 419.954 MB -> 3.944 MB. [2026-01-09T00:00:27.044Z] ====== mnemonics (functional) [default], iteration 12 completed (6338.755 ms) ====== [2026-01-09T00:00:27.044Z] ====== mnemonics (functional) [default], iteration 13 started ====== [2026-01-09T00:00:27.044Z] GC before operation: completed in 9.571 ms, heap usage 134.452 MB -> 3.944 MB. [2026-01-09T00:00:33.763Z] ====== mnemonics (functional) [default], iteration 13 completed (6319.150 ms) ====== [2026-01-09T00:00:33.763Z] ====== mnemonics (functional) [default], iteration 14 started ====== [2026-01-09T00:00:33.763Z] GC before operation: completed in 12.329 ms, heap usage 100.452 MB -> 3.944 MB. [2026-01-09T00:00:40.596Z] ====== mnemonics (functional) [default], iteration 14 completed (6350.856 ms) ====== [2026-01-09T00:00:40.596Z] ====== mnemonics (functional) [default], iteration 15 started ====== [2026-01-09T00:00:40.596Z] GC before operation: completed in 18.132 ms, heap usage 471.952 MB -> 3.944 MB. [2026-01-09T00:00:47.312Z] ====== mnemonics (functional) [default], iteration 15 completed (6401.049 ms) ====== [2026-01-09T00:00:47.312Z] ----------------------------------- [2026-01-09T00:00:47.312Z] renaissance-mnemonics_0_PASSED [2026-01-09T00:00:47.312Z] ----------------------------------- [2026-01-09T00:00:47.312Z] [2026-01-09T00:00:47.312Z] TEST TEARDOWN: [2026-01-09T00:00:47.312Z] Nothing to be done for teardown. [2026-01-09T00:00:47.312Z] renaissance-mnemonics_0 Finish Time: Fri Jan 9 00:00:46 2026 Epoch Time (ms): 1767916846299 [2026-01-09T00:00:47.312Z] [2026-01-09T00:00:47.312Z] =============================================== [2026-01-09T00:00:47.313Z] Running test renaissance-movie-lens_0 ... [2026-01-09T00:00:47.313Z] =============================================== [2026-01-09T00:00:47.313Z] renaissance-movie-lens_0 Start Time: Fri Jan 9 00:00:46 2026 Epoch Time (ms): 1767916846326 [2026-01-09T00:00:47.313Z] variation: NoOptions [2026-01-09T00:00:47.313Z] JVM_OPTIONS: [2026-01-09T00:00:47.313Z] { \ [2026-01-09T00:00:47.313Z] echo ""; echo "TEST SETUP:"; \ [2026-01-09T00:00:47.313Z] echo "Nothing to be done for setup."; \ [2026-01-09T00:00:47.313Z] mkdir -p "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-movie-lens_0"; \ [2026-01-09T00:00:47.313Z] cd "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-movie-lens_0"; \ [2026-01-09T00:00:47.313Z] echo ""; echo "TESTING:"; \ [2026-01-09T00:00:47.313Z] "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image/bin/java" --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED -jar "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-movie-lens_0"/movie-lens.json" movie-lens; \ [2026-01-09T00:00:47.313Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-movie-lens_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-movie-lens_0"; else echo "-----------------------------------"; echo "renaissance-movie-lens_0""_FAILED"; echo "-----------------------------------"; fi; \ [2026-01-09T00:00:47.313Z] echo ""; echo "TEST TEARDOWN:"; \ [2026-01-09T00:00:47.313Z] echo "Nothing to be done for teardown."; \ [2026-01-09T00:00:47.313Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/TestTargetResult"; [2026-01-09T00:00:47.313Z] [2026-01-09T00:00:47.313Z] TEST SETUP: [2026-01-09T00:00:47.313Z] Nothing to be done for setup. [2026-01-09T00:00:47.313Z] [2026-01-09T00:00:47.313Z] TESTING: [2026-01-09T00:00:47.313Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called [2026-01-09T00:00:47.313Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/output_17679165086816/renaissance-movie-lens_0/launcher-000046-3822235100954705365/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar) [2026-01-09T00:00:47.313Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$ [2026-01-09T00:00:47.313Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release [2026-01-09T00:00:51.482Z] Benchmark 'movie-lens' failed with exception: [2026-01-09T00:00:51.482Z] java.lang.ExceptionInInitializerError [2026-01-09T00:00:51.482Z] at org.apache.spark.unsafe.array.ByteArrayMethods.<clinit>(ByteArrayMethods.java:47) [2026-01-09T00:00:51.482Z] at org.apache.spark.memory.MemoryManager.defaultPageSizeBytes$lzycompute(MemoryManager.scala:261) [2026-01-09T00:00:51.482Z] at org.apache.spark.memory.MemoryManager.defaultPageSizeBytes(MemoryManager.scala:251) [2026-01-09T00:00:51.482Z] at org.apache.spark.memory.MemoryManager.$anonfun$pageSizeBytes$1(MemoryManager.scala:270) [2026-01-09T00:00:51.482Z] at scala.runtime.java8.JFunction0$mcJ$sp.apply(JFunction0$mcJ$sp.scala:17) [2026-01-09T00:00:51.482Z] at scala.Option.getOrElse(Option.scala:201) [2026-01-09T00:00:51.482Z] at org.apache.spark.memory.MemoryManager.<init>(MemoryManager.scala:270) [2026-01-09T00:00:51.482Z] at org.apache.spark.memory.UnifiedMemoryManager.<init>(UnifiedMemoryManager.scala:58) [2026-01-09T00:00:51.482Z] at org.apache.spark.memory.UnifiedMemoryManager$.apply(UnifiedMemoryManager.scala:207) [2026-01-09T00:00:51.482Z] at org.apache.spark.SparkEnv$.create(SparkEnv.scala:320) [2026-01-09T00:00:51.482Z] at org.apache.spark.SparkEnv$.createDriverEnv(SparkEnv.scala:194) [2026-01-09T00:00:51.482Z] at org.apache.spark.SparkContext.createSparkEnv(SparkContext.scala:284) [2026-01-09T00:00:51.482Z] at org.apache.spark.SparkContext.<init>(SparkContext.scala:478) [2026-01-09T00:00:51.482Z] at org.apache.spark.SparkContext$.getOrCreate(SparkContext.scala:2883) [2026-01-09T00:00:51.482Z] at org.apache.spark.sql.SparkSession$Builder.$anonfun$getOrCreate$2(SparkSession.scala:1099) [2026-01-09T00:00:51.482Z] at scala.Option.getOrElse(Option.scala:201) [2026-01-09T00:00:51.482Z] at org.apache.spark.sql.SparkSession$Builder.getOrCreate(SparkSession.scala:1093) [2026-01-09T00:00:51.482Z] at org.renaissance.apache.spark.SparkUtil.setUpSparkContext(SparkUtil.scala:81) [2026-01-09T00:00:51.482Z] at org.renaissance.apache.spark.SparkUtil.setUpSparkContext$(SparkUtil.scala:54) [2026-01-09T00:00:51.482Z] at org.renaissance.apache.spark.MovieLens.setUpSparkContext(MovieLens.scala:80) [2026-01-09T00:00:51.482Z] at org.renaissance.apache.spark.MovieLens.setUpBeforeAll(MovieLens.scala:320) [2026-01-09T00:00:51.482Z] at org.renaissance.harness.ExecutionDriver.executeBenchmark(ExecutionDriver.java:82) [2026-01-09T00:00:51.482Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks$$anonfun$1(RenaissanceSuite.scala:172) [2026-01-09T00:00:51.482Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15) [2026-01-09T00:00:51.482Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10) [2026-01-09T00:00:51.482Z] at scala.collection.immutable.List.foreach(List.scala:334) [2026-01-09T00:00:51.482Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks(RenaissanceSuite.scala:161) [2026-01-09T00:00:51.482Z] at org.renaissance.harness.RenaissanceSuite$.main(RenaissanceSuite.scala:130) [2026-01-09T00:00:51.482Z] at org.renaissance.harness.RenaissanceSuite.main(RenaissanceSuite.scala) [2026-01-09T00:00:51.482Z] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [2026-01-09T00:00:51.482Z] at java.base/java.lang.reflect.Method.invoke(Method.java:565) [2026-01-09T00:00:51.482Z] at org.renaissance.core.Launcher.loadAndInvokeHarnessClass(Launcher.java:129) [2026-01-09T00:00:51.482Z] at org.renaissance.core.Launcher.launchHarnessClass(Launcher.java:78) [2026-01-09T00:00:51.482Z] at org.renaissance.core.Launcher.main(Launcher.java:43) [2026-01-09T00:00:51.482Z] Caused by: java.lang.IllegalStateException: java.lang.ClassNotFoundException: jdk.internal.ref.Cleaner [2026-01-09T00:00:51.482Z] at org.apache.spark.unsafe.Platform.<clinit>(Platform.java:115) [2026-01-09T00:00:51.482Z] ... 34 more [2026-01-09T00:00:51.482Z] Caused by: java.lang.ClassNotFoundException: jdk.internal.ref.Cleaner [2026-01-09T00:00:51.482Z] at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:377) [2026-01-09T00:00:51.482Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:569) [2026-01-09T00:00:51.482Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:502) [2026-01-09T00:00:51.482Z] at java.base/java.lang.Class.forName0(Native Method) [2026-01-09T00:00:51.482Z] at java.base/java.lang.Class.forName(Class.java:478) [2026-01-09T00:00:51.482Z] at java.base/java.lang.Class.forName(Class.java:468) [2026-01-09T00:00:51.482Z] at org.apache.spark.unsafe.Platform.<clinit>(Platform.java:95) [2026-01-09T00:00:51.482Z] ... 34 more [2026-01-09T00:00:51.482Z] The following benchmarks failed: movie-lens [2026-01-09T00:00:51.482Z] ----------------------------------- [2026-01-09T00:00:51.482Z] renaissance-movie-lens_0_FAILED [2026-01-09T00:00:51.482Z] ----------------------------------- [2026-01-09T00:00:51.482Z] [2026-01-09T00:00:51.482Z] TEST TEARDOWN: [2026-01-09T00:00:51.482Z] Nothing to be done for teardown. [2026-01-09T00:00:51.482Z] renaissance-movie-lens_0 Finish Time: Fri Jan 9 00:00:51 2026 Epoch Time (ms): 1767916851130 [2026-01-09T00:00:51.482Z] [2026-01-09T00:00:51.482Z] =============================================== [2026-01-09T00:00:51.482Z] Running test renaissance-par-mnemonics_0 ... [2026-01-09T00:00:51.482Z] =============================================== [2026-01-09T00:00:51.482Z] renaissance-par-mnemonics_0 Start Time: Fri Jan 9 00:00:51 2026 Epoch Time (ms): 1767916851156 [2026-01-09T00:00:51.482Z] variation: NoOptions [2026-01-09T00:00:51.482Z] JVM_OPTIONS: [2026-01-09T00:00:51.482Z] { \ [2026-01-09T00:00:51.482Z] echo ""; echo "TEST SETUP:"; \ [2026-01-09T00:00:51.482Z] echo "Nothing to be done for setup."; \ [2026-01-09T00:00:51.482Z] mkdir -p "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-par-mnemonics_0"; \ [2026-01-09T00:00:51.482Z] cd "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-par-mnemonics_0"; \ [2026-01-09T00:00:51.482Z] echo ""; echo "TESTING:"; \ [2026-01-09T00:00:51.482Z] "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image/bin/java" --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED -jar "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-par-mnemonics_0"/par-mnemonics.json" par-mnemonics; \ [2026-01-09T00:00:51.482Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-par-mnemonics_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-par-mnemonics_0"; else echo "-----------------------------------"; echo "renaissance-par-mnemonics_0""_FAILED"; echo "-----------------------------------"; fi; \ [2026-01-09T00:00:51.482Z] echo ""; echo "TEST TEARDOWN:"; \ [2026-01-09T00:00:51.482Z] echo "Nothing to be done for teardown."; \ [2026-01-09T00:00:51.482Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/TestTargetResult"; [2026-01-09T00:00:51.482Z] [2026-01-09T00:00:51.482Z] TEST SETUP: [2026-01-09T00:00:51.482Z] Nothing to be done for setup. [2026-01-09T00:00:51.482Z] [2026-01-09T00:00:51.482Z] TESTING: [2026-01-09T00:00:52.439Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called [2026-01-09T00:00:52.439Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/output_17679165086816/renaissance-par-mnemonics_0/launcher-000051-9745601107406731554/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar) [2026-01-09T00:00:52.439Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$ [2026-01-09T00:00:52.439Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release [2026-01-09T00:00:52.439Z] ====== par-mnemonics (functional) [default], iteration 0 started ====== [2026-01-09T00:00:52.439Z] GC before operation: completed in 17.120 ms, heap usage 10.633 MB -> 3.879 MB. [2026-01-09T00:00:58.670Z] ====== par-mnemonics (functional) [default], iteration 0 completed (4839.412 ms) ====== [2026-01-09T00:00:58.670Z] ====== par-mnemonics (functional) [default], iteration 1 started ====== [2026-01-09T00:00:58.670Z] GC before operation: completed in 12.853 ms, heap usage 221.946 MB -> 3.934 MB. [2026-01-09T00:01:04.122Z] ====== par-mnemonics (functional) [default], iteration 1 completed (5176.723 ms) ====== [2026-01-09T00:01:04.122Z] ====== par-mnemonics (functional) [default], iteration 2 started ====== [2026-01-09T00:01:04.122Z] GC before operation: completed in 10.939 ms, heap usage 175.461 MB -> 3.934 MB. [2026-01-09T00:01:09.561Z] ====== par-mnemonics (functional) [default], iteration 2 completed (5199.792 ms) ====== [2026-01-09T00:01:09.561Z] ====== par-mnemonics (functional) [default], iteration 3 started ====== [2026-01-09T00:01:09.561Z] GC before operation: completed in 13.420 ms, heap usage 334.960 MB -> 3.934 MB. [2026-01-09T00:01:15.031Z] ====== par-mnemonics (functional) [default], iteration 3 completed (5103.105 ms) ====== [2026-01-09T00:01:15.031Z] ====== par-mnemonics (functional) [default], iteration 4 started ====== [2026-01-09T00:01:15.031Z] GC before operation: completed in 14.831 ms, heap usage 173.959 MB -> 3.934 MB. [2026-01-09T00:01:20.411Z] ====== par-mnemonics (functional) [default], iteration 4 completed (5267.637 ms) ====== [2026-01-09T00:01:20.411Z] ====== par-mnemonics (functional) [default], iteration 5 started ====== [2026-01-09T00:01:20.411Z] GC before operation: completed in 12.214 ms, heap usage 224.605 MB -> 3.934 MB. [2026-01-09T00:01:25.801Z] ====== par-mnemonics (functional) [default], iteration 5 completed (5183.780 ms) ====== [2026-01-09T00:01:25.801Z] ====== par-mnemonics (functional) [default], iteration 6 started ====== [2026-01-09T00:01:25.801Z] GC before operation: completed in 10.816 ms, heap usage 172.460 MB -> 3.934 MB. [2026-01-09T00:01:31.207Z] ====== par-mnemonics (functional) [default], iteration 6 completed (5234.159 ms) ====== [2026-01-09T00:01:31.208Z] ====== par-mnemonics (functional) [default], iteration 7 started ====== [2026-01-09T00:01:31.208Z] GC before operation: completed in 11.858 ms, heap usage 156.052 MB -> 3.934 MB. [2026-01-09T00:01:36.780Z] ====== par-mnemonics (functional) [default], iteration 7 completed (5188.942 ms) ====== [2026-01-09T00:01:36.780Z] ====== par-mnemonics (functional) [default], iteration 8 started ====== [2026-01-09T00:01:36.780Z] GC before operation: completed in 12.916 ms, heap usage 173.460 MB -> 3.934 MB. [2026-01-09T00:01:42.327Z] ====== par-mnemonics (functional) [default], iteration 8 completed (5090.448 ms) ====== [2026-01-09T00:01:42.327Z] ====== par-mnemonics (functional) [default], iteration 9 started ====== [2026-01-09T00:01:42.327Z] GC before operation: completed in 13.655 ms, heap usage 172.460 MB -> 3.934 MB. [2026-01-09T00:01:47.820Z] ====== par-mnemonics (functional) [default], iteration 9 completed (5291.813 ms) ====== [2026-01-09T00:01:47.820Z] ====== par-mnemonics (functional) [default], iteration 10 started ====== [2026-01-09T00:01:47.820Z] GC before operation: completed in 20.116 ms, heap usage 187.460 MB -> 3.934 MB. [2026-01-09T00:01:54.609Z] ====== par-mnemonics (functional) [default], iteration 10 completed (5268.467 ms) ====== [2026-01-09T00:01:54.609Z] ====== par-mnemonics (functional) [default], iteration 11 started ====== [2026-01-09T00:01:54.609Z] GC before operation: completed in 12.334 ms, heap usage 225.020 MB -> 3.934 MB. [2026-01-09T00:02:00.026Z] ====== par-mnemonics (functional) [default], iteration 11 completed (5274.501 ms) ====== [2026-01-09T00:02:00.026Z] ====== par-mnemonics (functional) [default], iteration 12 started ====== [2026-01-09T00:02:00.026Z] GC before operation: completed in 11.936 ms, heap usage 186.962 MB -> 3.934 MB. [2026-01-09T00:02:05.485Z] ====== par-mnemonics (functional) [default], iteration 12 completed (5271.710 ms) ====== [2026-01-09T00:02:05.485Z] ====== par-mnemonics (functional) [default], iteration 13 started ====== [2026-01-09T00:02:05.485Z] GC before operation: completed in 11.922 ms, heap usage 171.460 MB -> 3.934 MB. [2026-01-09T00:02:10.487Z] ====== par-mnemonics (functional) [default], iteration 13 completed (5275.482 ms) ====== [2026-01-09T00:02:10.487Z] ====== par-mnemonics (functional) [default], iteration 14 started ====== [2026-01-09T00:02:10.487Z] GC before operation: completed in 13.653 ms, heap usage 171.958 MB -> 3.934 MB. [2026-01-09T00:02:15.959Z] ====== par-mnemonics (functional) [default], iteration 14 completed (5176.064 ms) ====== [2026-01-09T00:02:15.959Z] ====== par-mnemonics (functional) [default], iteration 15 started ====== [2026-01-09T00:02:15.959Z] GC before operation: completed in 11.872 ms, heap usage 171.462 MB -> 3.934 MB. [2026-01-09T00:02:22.711Z] ====== par-mnemonics (functional) [default], iteration 15 completed (5195.231 ms) ====== [2026-01-09T00:02:22.711Z] ----------------------------------- [2026-01-09T00:02:22.711Z] renaissance-par-mnemonics_0_PASSED [2026-01-09T00:02:22.711Z] ----------------------------------- [2026-01-09T00:02:22.711Z] [2026-01-09T00:02:22.711Z] TEST TEARDOWN: [2026-01-09T00:02:22.711Z] Nothing to be done for teardown. [2026-01-09T00:02:22.711Z] renaissance-par-mnemonics_0 Finish Time: Fri Jan 9 00:02:21 2026 Epoch Time (ms): 1767916941570 [2026-01-09T00:02:22.711Z] [2026-01-09T00:02:22.711Z] =============================================== [2026-01-09T00:02:22.711Z] Running test renaissance-philosophers_0 ... [2026-01-09T00:02:22.711Z] =============================================== [2026-01-09T00:02:22.711Z] renaissance-philosophers_0 Start Time: Fri Jan 9 00:02:21 2026 Epoch Time (ms): 1767916941599 [2026-01-09T00:02:22.711Z] variation: NoOptions [2026-01-09T00:02:22.711Z] JVM_OPTIONS: [2026-01-09T00:02:22.711Z] { \ [2026-01-09T00:02:22.711Z] echo ""; echo "TEST SETUP:"; \ [2026-01-09T00:02:22.711Z] echo "Nothing to be done for setup."; \ [2026-01-09T00:02:22.711Z] mkdir -p "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-philosophers_0"; \ [2026-01-09T00:02:22.711Z] cd "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-philosophers_0"; \ [2026-01-09T00:02:22.711Z] echo ""; echo "TESTING:"; \ [2026-01-09T00:02:22.711Z] "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/jdkbinary/j2sdk-image/bin/java" --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED -jar "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-philosophers_0"/philosophers.json" philosophers; \ [2026-01-09T00:02:22.711Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-philosophers_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/renaissance-philosophers_0"; else echo "-----------------------------------"; echo "renaissance-philosophers_0""_FAILED"; echo "-----------------------------------"; fi; \ [2026-01-09T00:02:22.711Z] echo ""; echo "TEST TEARDOWN:"; \ [2026-01-09T00:02:22.711Z] echo "Nothing to be done for teardown."; \ [2026-01-09T00:02:22.711Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/TestTargetResult"; [2026-01-09T00:02:22.711Z] [2026-01-09T00:02:22.711Z] TEST SETUP: [2026-01-09T00:02:22.711Z] Nothing to be done for setup. [2026-01-09T00:02:22.711Z] [2026-01-09T00:02:22.711Z] TESTING: [2026-01-09T00:02:22.711Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called [2026-01-09T00:02:22.711Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/output_17679165086816/renaissance-philosophers_0/launcher-000221-15750132732517540732/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar) [2026-01-09T00:02:22.711Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$ [2026-01-09T00:02:22.711Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release [2026-01-09T00:02:22.711Z] ====== philosophers (scala) [default], iteration 0 started ====== [2026-01-09T00:02:22.711Z] GC before operation: completed in 21.416 ms, heap usage 12.318 MB -> 4.850 MB. [2026-01-09T00:02:29.443Z] Camera thread performed 122 scans. [2026-01-09T00:02:29.443Z] ====== philosophers (scala) [default], iteration 0 completed (6382.159 ms) ====== [2026-01-09T00:02:29.443Z] ====== philosophers (scala) [default], iteration 1 started ====== [2026-01-09T00:02:29.443Z] GC before operation: completed in 18.169 ms, heap usage 22.205 MB -> 5.190 MB. [2026-01-09T00:02:34.892Z] Camera thread performed 122 scans. [2026-01-09T00:02:34.892Z] ====== philosophers (scala) [default], iteration 1 completed (4740.400 ms) ====== [2026-01-09T00:02:34.892Z] ====== philosophers (scala) [default], iteration 2 started ====== [2026-01-09T00:02:34.892Z] GC before operation: completed in 18.889 ms, heap usage 7.384 MB -> 5.190 MB. [2026-01-09T00:02:39.123Z] Camera thread performed 122 scans. [2026-01-09T00:02:39.123Z] ====== philosophers (scala) [default], iteration 2 completed (4814.937 ms) ====== [2026-01-09T00:02:39.123Z] ====== philosophers (scala) [default], iteration 3 started ====== [2026-01-09T00:02:39.123Z] GC before operation: completed in 10.654 ms, heap usage 42.392 MB -> 5.191 MB. [2026-01-09T00:02:44.510Z] Camera thread performed 122 scans. [2026-01-09T00:02:44.510Z] ====== philosophers (scala) [default], iteration 3 completed (5619.316 ms) ====== [2026-01-09T00:02:44.510Z] ====== philosophers (scala) [default], iteration 4 started ====== [2026-01-09T00:02:44.510Z] GC before operation: completed in 12.815 ms, heap usage 6.466 MB -> 5.191 MB. [2026-01-09T00:02:49.951Z] Camera thread performed 122 scans. [2026-01-09T00:02:49.951Z] ====== philosophers (scala) [default], iteration 4 completed (5502.707 ms) ====== [2026-01-09T00:02:49.951Z] ====== philosophers (scala) [default], iteration 5 started ====== [2026-01-09T00:02:49.951Z] GC before operation: completed in 11.816 ms, heap usage 26.293 MB -> 5.192 MB. [2026-01-09T00:02:55.359Z] Camera thread performed 122 scans. [2026-01-09T00:02:55.359Z] ====== philosophers (scala) [default], iteration 5 completed (5605.337 ms) ====== [2026-01-09T00:02:55.359Z] ====== philosophers (scala) [default], iteration 6 started ====== [2026-01-09T00:02:55.359Z] GC before operation: completed in 12.104 ms, heap usage 13.337 MB -> 5.192 MB. [2026-01-09T00:03:02.149Z] Camera thread performed 122 scans. [2026-01-09T00:03:02.149Z] ====== philosophers (scala) [default], iteration 6 completed (6117.801 ms) ====== [2026-01-09T00:03:02.149Z] ====== philosophers (scala) [default], iteration 7 started ====== [2026-01-09T00:03:02.149Z] GC before operation: completed in 11.569 ms, heap usage 9.210 MB -> 5.193 MB. [2026-01-09T00:03:06.318Z] Camera thread performed 122 scans. [2026-01-09T00:03:06.318Z] ====== philosophers (scala) [default], iteration 7 completed (3977.760 ms) ====== [2026-01-09T00:03:06.318Z] ====== philosophers (scala) [default], iteration 8 started ====== [2026-01-09T00:03:06.318Z] GC before operation: completed in 12.191 ms, heap usage 7.332 MB -> 5.193 MB. [2026-01-09T00:03:11.697Z] Camera thread performed 122 scans. [2026-01-09T00:03:11.697Z] ====== philosophers (scala) [default], iteration 8 completed (5583.163 ms) ====== [2026-01-09T00:03:11.697Z] ====== philosophers (scala) [default], iteration 9 started ====== [2026-01-09T00:03:11.697Z] GC before operation: completed in 14.251 ms, heap usage 40.773 MB -> 5.193 MB. [2026-01-09T00:03:18.420Z] Camera thread performed 122 scans. [2026-01-09T00:03:18.420Z] ====== philosophers (scala) [default], iteration 9 completed (6044.456 ms) ====== [2026-01-09T00:03:18.420Z] ====== philosophers (scala) [default], iteration 10 started ====== [2026-01-09T00:03:18.420Z] GC before operation: completed in 14.386 ms, heap usage 27.975 MB -> 5.193 MB. [2026-01-09T00:03:23.272Z] Camera thread performed 122 scans. [2026-01-09T00:03:23.272Z] ====== philosophers (scala) [default], iteration 10 completed (5296.018 ms) ====== [2026-01-09T00:03:23.272Z] ====== philosophers (scala) [default], iteration 11 started ====== [2026-01-09T00:03:23.272Z] GC before operation: completed in 14.864 ms, heap usage 27.638 MB -> 5.193 MB. [2026-01-09T00:03:28.639Z] Camera thread performed 122 scans. [2026-01-09T00:03:28.639Z] ====== philosophers (scala) [default], iteration 11 completed (5400.384 ms) ====== [2026-01-09T00:03:28.639Z] ====== philosophers (scala) [default], iteration 12 started ====== [2026-01-09T00:03:28.639Z] GC before operation: completed in 13.991 ms, heap usage 5.966 MB -> 5.194 MB. [2026-01-09T00:03:34.020Z] Camera thread performed 122 scans. [2026-01-09T00:03:34.020Z] ====== philosophers (scala) [default], iteration 12 completed (5246.588 ms) ====== [2026-01-09T00:03:34.020Z] ====== philosophers (scala) [default], iteration 13 started ====== [2026-01-09T00:03:34.020Z] GC before operation: completed in 11.309 ms, heap usage 6.196 MB -> 5.194 MB. [2026-01-09T00:03:38.271Z] Camera thread performed 122 scans. [2026-01-09T00:03:38.271Z] ====== philosophers (scala) [default], iteration 13 completed (4644.783 ms) ====== [2026-01-09T00:03:38.271Z] ====== philosophers (scala) [default], iteration 14 started ====== [2026-01-09T00:03:38.271Z] GC before operation: completed in 14.269 ms, heap usage 12.414 MB -> 5.194 MB. [2026-01-09T00:03:43.721Z] Camera thread performed 122 scans. [2026-01-09T00:03:43.721Z] ====== philosophers (scala) [default], iteration 14 completed (4812.018 ms) ====== [2026-01-09T00:03:43.721Z] ====== philosophers (scala) [default], iteration 15 started ====== [2026-01-09T00:03:43.721Z] GC before operation: completed in 14.692 ms, heap usage 48.719 MB -> 5.194 MB. [2026-01-09T00:03:47.895Z] Camera thread performed 122 scans. [2026-01-09T00:03:47.895Z] ====== philosophers (scala) [default], iteration 15 completed (4824.359 ms) ====== [2026-01-09T00:03:47.895Z] ====== philosophers (scala) [default], iteration 16 started ====== [2026-01-09T00:03:47.895Z] GC before operation: completed in 13.748 ms, heap usage 8.812 MB -> 5.194 MB. [2026-01-09T00:03:53.291Z] Camera thread performed 122 scans. [2026-01-09T00:03:53.291Z] ====== philosophers (scala) [default], iteration 16 completed (4918.070 ms) ====== [2026-01-09T00:03:53.291Z] ====== philosophers (scala) [default], iteration 17 started ====== [2026-01-09T00:03:53.292Z] GC before operation: completed in 10.763 ms, heap usage 26.828 MB -> 5.195 MB. [2026-01-09T00:03:57.458Z] Camera thread performed 122 scans. [2026-01-09T00:03:57.458Z] ====== philosophers (scala) [default], iteration 17 completed (4471.733 ms) ====== [2026-01-09T00:03:57.458Z] ====== philosophers (scala) [default], iteration 18 started ====== [2026-01-09T00:03:57.458Z] GC before operation: completed in 13.711 ms, heap usage 34.429 MB -> 5.194 MB. [2026-01-09T00:04:01.656Z] Camera thread performed 122 scans. [2026-01-09T00:04:01.656Z] ====== philosophers (scala) [default], iteration 18 completed (4396.184 ms) ====== [2026-01-09T00:04:01.656Z] ====== philosophers (scala) [default], iteration 19 started ====== [2026-01-09T00:04:01.656Z] GC before operation: completed in 13.613 ms, heap usage 14.472 MB -> 5.195 MB. [2026-01-09T00:04:05.837Z] Camera thread performed 122 scans. [2026-01-09T00:04:05.837Z] ====== philosophers (scala) [default], iteration 19 completed (4354.279 ms) ====== [2026-01-09T00:04:05.837Z] ====== philosophers (scala) [default], iteration 20 started ====== [2026-01-09T00:04:05.837Z] GC before operation: completed in 14.946 ms, heap usage 43.715 MB -> 5.194 MB. [2026-01-09T00:04:11.275Z] Camera thread performed 122 scans. [2026-01-09T00:04:11.275Z] ====== philosophers (scala) [default], iteration 20 completed (5155.434 ms) ====== [2026-01-09T00:04:11.275Z] ====== philosophers (scala) [default], iteration 21 started ====== [2026-01-09T00:04:11.275Z] GC before operation: completed in 11.084 ms, heap usage 11.435 MB -> 5.195 MB. [2026-01-09T00:04:16.746Z] Camera thread performed 122 scans. [2026-01-09T00:04:16.746Z] ====== philosophers (scala) [default], iteration 21 completed (4826.077 ms) ====== [2026-01-09T00:04:16.746Z] ====== philosophers (scala) [default], iteration 22 started ====== [2026-01-09T00:04:16.746Z] GC before operation: completed in 16.669 ms, heap usage 21.376 MB -> 5.195 MB. [2026-01-09T00:04:20.892Z] Camera thread performed 122 scans. [2026-01-09T00:04:20.892Z] ====== philosophers (scala) [default], iteration 22 completed (4862.528 ms) ====== [2026-01-09T00:04:20.892Z] ====== philosophers (scala) [default], iteration 23 started ====== [2026-01-09T00:04:20.892Z] GC before operation: completed in 14.784 ms, heap usage 48.989 MB -> 5.195 MB. [2026-01-09T00:04:26.290Z] Camera thread performed 122 scans. [2026-01-09T00:04:26.291Z] ====== philosophers (scala) [default], iteration 23 completed (4825.669 ms) ====== [2026-01-09T00:04:26.291Z] ====== philosophers (scala) [default], iteration 24 started ====== [2026-01-09T00:04:26.291Z] GC before operation: completed in 15.733 ms, heap usage 41.035 MB -> 5.195 MB. [2026-01-09T00:04:30.489Z] Camera thread performed 122 scans. [2026-01-09T00:04:30.489Z] ====== philosophers (scala) [default], iteration 24 completed (4680.680 ms) ====== [2026-01-09T00:04:30.489Z] ====== philosophers (scala) [default], iteration 25 started ====== [2026-01-09T00:04:30.489Z] GC before operation: completed in 11.562 ms, heap usage 36.840 MB -> 5.195 MB. [2026-01-09T00:04:35.365Z] Camera thread performed 122 scans. [2026-01-09T00:04:35.365Z] ====== philosophers (scala) [default], iteration 25 completed (5102.483 ms) ====== [2026-01-09T00:04:35.365Z] ====== philosophers (scala) [default], iteration 26 started ====== [2026-01-09T00:04:35.365Z] GC before operation: completed in 11.328 ms, heap usage 21.624 MB -> 5.195 MB. [2026-01-09T00:04:40.783Z] Camera thread performed 122 scans. [2026-01-09T00:04:40.783Z] ====== philosophers (scala) [default], iteration 26 completed (4889.207 ms) ====== [2026-01-09T00:04:40.783Z] ====== philosophers (scala) [default], iteration 27 started ====== [2026-01-09T00:04:40.783Z] GC before operation: completed in 13.136 ms, heap usage 12.865 MB -> 5.195 MB. [2026-01-09T00:04:44.996Z] Camera thread performed 122 scans. [2026-01-09T00:04:44.996Z] ====== philosophers (scala) [default], iteration 27 completed (4378.923 ms) ====== [2026-01-09T00:04:44.996Z] ====== philosophers (scala) [default], iteration 28 started ====== [2026-01-09T00:04:44.996Z] GC before operation: completed in 14.263 ms, heap usage 47.403 MB -> 5.230 MB. [2026-01-09T00:04:49.181Z] Camera thread performed 122 scans. [2026-01-09T00:04:49.182Z] ====== philosophers (scala) [default], iteration 28 completed (4516.433 ms) ====== [2026-01-09T00:04:49.182Z] ====== philosophers (scala) [default], iteration 29 started ====== [2026-01-09T00:04:49.182Z] GC before operation: completed in 13.216 ms, heap usage 27.764 MB -> 5.196 MB. [2026-01-09T00:04:54.642Z] Camera thread performed 122 scans. [2026-01-09T00:04:54.642Z] ====== philosophers (scala) [default], iteration 29 completed (4710.824 ms) ====== [2026-01-09T00:04:54.642Z] ----------------------------------- [2026-01-09T00:04:54.642Z] renaissance-philosophers_0_PASSED [2026-01-09T00:04:54.642Z] ----------------------------------- [2026-01-09T00:04:54.642Z] [2026-01-09T00:04:54.642Z] TEST TEARDOWN: [2026-01-09T00:04:54.642Z] Nothing to be done for teardown. [2026-01-09T00:04:54.642Z] renaissance-philosophers_0 Finish Time: Fri Jan 9 00:04:53 2026 Epoch Time (ms): 1767917093871 [2026-01-09T00:04:54.642Z] make[4]: Leaving directory '/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf/renaissance' [2026-01-09T00:04:54.642Z] make[3]: Leaving directory '/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/perf' [2026-01-09T00:04:54.642Z] make[2]: Leaving directory '/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests' [2026-01-09T00:04:54.642Z] [2026-01-09T00:04:54.642Z] [2026-01-09T00:04:54.642Z] All tests finished, run result summary: [2026-01-09T00:04:54.642Z] cd "/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/scripts"; \ [2026-01-09T00:04:54.642Z] perl "resultsSum.pl" --failuremk="/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/failedtargets.mk" --resultFile="/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/TestTargetResult" --platFile="/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/resources/buildPlatformMap.properties" --diagnostic=failure --jdkVersion=27 --jdkImpl=hotspot --jdkVendor="eclipse" --spec=linux_ppc-64_le --buildList=perf --customTarget="" --testTarget=extended.perf --tapPath=/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG/../TKG/output_17679165086816/ --tapName=Test_openjdk27_hs_extended.perf_ppc64le_linux.tap --comment="" [2026-01-09T00:04:54.642Z] [2026-01-09T00:04:54.642Z] [2026-01-09T00:04:54.642Z] TEST TARGETS SUMMARY [2026-01-09T00:04:54.642Z] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [2026-01-09T00:04:54.642Z] DISABLED test targets: [2026-01-09T00:04:54.642Z] dacapo-avrora_0 [2026-01-09T00:04:54.642Z] renaissance-finagle-chirper_0 [2026-01-09T00:04:54.642Z] [2026-01-09T00:04:54.642Z] PASSED test targets: [2026-01-09T00:04:54.642Z] dacapo-fop_0 [2026-01-09T00:04:54.642Z] dacapo-jython_0 [2026-01-09T00:04:54.642Z] dacapo-luindex_0 [2026-01-09T00:04:54.642Z] dacapo-pmd_0 [2026-01-09T00:04:54.642Z] dacapo-sunflow_0 [2026-01-09T00:04:54.642Z] dacapo-tomcat_0 [2026-01-09T00:04:54.642Z] dacapo-xalan_0 [2026-01-09T00:04:54.642Z] renaissance-finagle-http_0 [2026-01-09T00:04:54.642Z] renaissance-mnemonics_0 [2026-01-09T00:04:54.642Z] renaissance-par-mnemonics_0 [2026-01-09T00:04:54.642Z] renaissance-philosophers_0 [2026-01-09T00:04:54.642Z] [2026-01-09T00:04:54.642Z] FAILED test targets: [2026-01-09T00:04:54.642Z] renaissance-als_0 [2026-01-09T00:04:54.642Z] renaissance-chi-square_0 [2026-01-09T00:04:54.642Z] renaissance-dec-tree_0 [2026-01-09T00:04:54.642Z] renaissance-gauss-mix_0 [2026-01-09T00:04:54.642Z] renaissance-log-regression_0 [2026-01-09T00:04:54.642Z] renaissance-movie-lens_0 [2026-01-09T00:04:54.642Z] [2026-01-09T00:04:54.642Z] TOTAL: 20 EXECUTED: 17 PASSED: 11 FAILED: 6 DISABLED: 2 SKIPPED: 1 [2026-01-09T00:04:54.642Z] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [2026-01-09T00:04:54.642Z] [2026-01-09T00:04:54.642Z] settings.mk:451: recipe for target 'resultsSummary' failed [2026-01-09T00:04:54.642Z] make[1]: *** [resultsSummary] Error 2 [2026-01-09T00:04:54.642Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux/aqa-tests/TKG' [2026-01-09T00:04:54.642Z] makefile:61: recipe for target '_extended.perf' failed [2026-01-09T00:04:54.642Z] make: *** [_extended.perf] Error 2 [Pipeline] sh [2026-01-09T00:04:57.129Z] ++ uname [2026-01-09T00:04:57.129Z] + '[' Linux = AIX ']' [2026-01-09T00:04:57.129Z] ++ uname [2026-01-09T00:04:57.129Z] + '[' Linux = SunOS ']' [2026-01-09T00:04:57.129Z] ++ uname [2026-01-09T00:04:57.129Z] + '[' Linux = '*BSD' ']' [2026-01-09T00:04:57.129Z] + MAKE=make [2026-01-09T00:04:57.129Z] + make -f ./aqa-tests/TKG/testEnv.mk testEnvTeardown [2026-01-09T00:04:57.129Z] make: Nothing to be done for 'testEnvTeardown'. [Pipeline] } [2026-01-09T00:04:57.755Z] $ ssh-agent -k [2026-01-09T00:04:57.762Z] unset SSH_AUTH_SOCK; [2026-01-09T00:04:57.762Z] unset SSH_AGENT_PID; [2026-01-09T00:04:57.762Z] echo Agent pid 1056 killed; [2026-01-09T00:04:58.594Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [2026-01-09T00:04:58.645Z] Xvfb stopping [Pipeline] // wrap [Pipeline] echo [2026-01-09T00:04:59.296Z] no DaCapo-h2 metric found [Pipeline] echo [2026-01-09T00:04:59.422Z] There were test failures, current build status is UNSTABLE. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Post) [Pipeline] echo [2026-01-09T00:04:59.571Z] Saving aqa-tests/testenv/testenv.properties file on jenkins. [Pipeline] archiveArtifacts [2026-01-09T00:04:59.753Z] Archiving artifacts [2026-01-09T00:05:00.291Z] Recording fingerprints [Pipeline] echo [2026-01-09T00:05:00.505Z] Saving aqa-tests/TKG/**/*.tap file on jenkins. [Pipeline] archiveArtifacts [2026-01-09T00:05:00.689Z] Archiving artifacts [2026-01-09T00:05:01.227Z] Recording fingerprints [Pipeline] sh [2026-01-09T00:05:03.491Z] + tar -cf benchmark_test_output.tar.gz ./aqa-tests/TKG/output_17679165086816 [Pipeline] echo [2026-01-09T00:05:04.042Z] ARTIFACTORY_SERVER is not set. Saving artifacts on jenkins. [Pipeline] archiveArtifacts [2026-01-09T00:05:04.259Z] Archiving artifacts [2026-01-09T00:05:04.618Z] Recording fingerprints [Pipeline] findFiles [Pipeline] echo [2026-01-09T00:05:09.215Z] Tap file found: aqa-tests/TKG/output_17679165086816/Test_openjdk27_hs_extended.perf_ppc64le_linux.tap... [Pipeline] readFile [Pipeline] junit [2026-01-09T00:05:09.811Z] Recording test results [2026-01-09T00:05:10.382Z] None of the test reports contained any result [2026-01-09T00:05:10.386Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] echo [2026-01-09T00:05:10.460Z] PROCESSCATCH: Terminating any hung/left over test processes: [Pipeline] sh [2026-01-09T00:05:10.259Z] No test report files were found. Configuration error? [2026-01-09T00:05:12.500Z] + aqa-tests/terminateTestProcesses.sh jenkins [2026-01-09T00:05:12.501Z] Unix type machine.. [2026-01-09T00:05:12.501Z] Running on a Linux host [2026-01-09T00:05:12.501Z] Woohoo - no rogue processes detected! [Pipeline] retry [Pipeline] { [Pipeline] cleanWs [2026-01-09T00:05:13.410Z] [WS-CLEANUP] Deleting project workspace... [2026-01-09T00:05:13.410Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration... [2026-01-09T00:05:15.681Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // retry [Pipeline] sh [2026-01-09T00:05:17.751Z] + find /tmp -name '*core*' -print -exec rm -f '{}' ';' [2026-01-09T00:05:18.713Z] + true [Pipeline] } [Pipeline] // timeout [Pipeline] timeout [2026-01-09T00:05:19.276Z] Timeout set to expire in 5 min 0 sec [Pipeline] { [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Rerun) [Pipeline] echo [2026-01-09T00:05:19.612Z] allocate a node for generating rerun job ... [Pipeline] node [2026-01-09T00:05:19.708Z] Running on test-azure-win11-x64-1 in c:\jenkins\workspace\Test_openjdk27_hs_extended.perf_ppc64le_linux [Pipeline] { [Pipeline] echo [2026-01-09T00:05:19.731Z] Generating rerun Test_openjdk27_hs_extended.perf_ppc64le_linux_rerun job for running failed test(s) ... [Pipeline] parallel [Pipeline] { (Branch: Test_openjdk27_hs_extended.perf_ppc64le_linux_rerun) [Pipeline] echo [2026-01-09T00:05:19.782Z] GENERATE_JOBS is set to true, set test job Test_openjdk27_hs_extended.perf_ppc64le_linux_rerun params for generating the job [Pipeline] fileExists [Pipeline] sh [2026-01-09T00:05:20.229Z] + curl -Os https://raw.githubusercontent.com/adoptium/aqa-tests/master/buildenv/jenkins/testJobTemplate [Pipeline] jobDsl [2026-01-09T00:05:20.687Z] Processing DSL script testJobTemplate [2026-01-09T00:05:50.185Z] LEVELS: [extended] [2026-01-09T00:05:50.185Z] JDK_VERSIONS: [8] [2026-01-09T00:05:50.185Z] GROUPS: [perf] [2026-01-09T00:05:50.185Z] ARCH_OS_LIST: [ppc64le_linux] [2026-01-09T00:05:50.323Z] Added items: [2026-01-09T00:05:50.323Z] GeneratedJob{name='Test_openjdk27_hs_extended.perf_ppc64le_linux_rerun'} [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // node [Pipeline] echo [2026-01-09T00:05:51.348Z] Triggering rerun jobs in parallel ... [Pipeline] parallel [Pipeline] { (Branch: Test_openjdk27_hs_extended.perf_ppc64le_linux_rerun) [Pipeline] build [2026-01-09T00:05:51.391Z] Scheduling project: Test_openjdk27_hs_extended.perf_ppc64le_linux_rerun [2026-01-09T00:06:01.225Z] Starting building: Test_openjdk27_hs_extended.perf_ppc64le_linux_rerun #1 [2026-01-09T00:40:33.413Z] Build Test_openjdk27_hs_extended.perf_ppc64le_linux_rerun #1 completed: UNSTABLE [Pipeline] } [Pipeline] // parallel [Pipeline] node [2026-01-09T00:40:33.552Z] Running on test-osuosl-aix72-ppc64-6 in /home/jenkins/workspace/Test_openjdk27_hs_extended.perf_ppc64le_linux [Pipeline] { [Pipeline] retry [Pipeline] { [Pipeline] cleanWs [2026-01-09T00:40:33.947Z] [WS-CLEANUP] Deleting project workspace... [2026-01-09T00:40:33.947Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration... [2026-01-09T00:40:34.133Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // retry [Pipeline] echo [2026-01-09T00:40:34.165Z] Test_openjdk27_hs_extended.perf_ppc64le_linux_rerun #1 completed with status UNSTABLE [Pipeline] timeout [2026-01-09T00:40:34.179Z] Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] copyArtifacts [2026-01-09T00:40:35.421Z] Copied 1 artifact from "Test_openjdk27_hs_extended.perf_ppc64le_linux_rerun" build number 1 [Pipeline] } [Pipeline] // timeout [Pipeline] echo [2026-01-09T00:40:35.450Z] Saving Test_openjdk27_hs_extended.perf_ppc64le_linux_rerun/1/**/*.tap file on jenkins. [Pipeline] archiveArtifacts [2026-01-09T00:40:35.631Z] Archiving artifacts [2026-01-09T00:40:35.983Z] Recording fingerprints [Pipeline] findFiles [Pipeline] echo [2026-01-09T00:40:36.915Z] Tap file found: Test_openjdk27_hs_extended.perf_ppc64le_linux_rerun/1/aqa-tests/TKG/output_17679191842398/Test_openjdk27_hs_extended.perf_ppc64le_linux_rerun.tap... [Pipeline] readFile [Pipeline] echo [2026-01-09T00:40:37.169Z] Rerun in Grinder with failed test targets: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&amp;TARGET=testList+TESTLIST=renaissance-als_0,renaissance-chi-square_0,renaissance-dec-tree_0,renaissance-gauss-mix_0,renaissance-log-regression_0,renaissance-movie-lens_0&amp;BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&amp;TEST_FLAG=&amp;UPSTREAM_TEST_JOB_NAME=&amp;DOCKER_REQUIRED=false&amp;ACTIVE_NODE_TIMEOUT=5&amp;VENDOR_TEST_DIRS=&amp;EXTRA_DOCKER_ARGS=&amp;TKG_OWNER_BRANCH=adoptium%3Amaster&amp;OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&amp;PLATFORM=ppc64le_linux&amp;GENERATE_JOBS=true&amp;KEEP_REPORTDIR=false&amp;PERSONAL_BUILD=false&amp;DOCKER_REGISTRY_DIR=&amp;RERUN_ITERATIONS=0&amp;ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&amp;SETUP_JCK_RUN=false&amp;DOCKER_REGISTRY_URL_CREDENTIAL_ID=&amp;LABEL=&amp;EXTRA_OPTIONS=&amp;CUSTOMIZED_SDK_URL=&amp;BUILD_IDENTIFIER=&amp;JENKINS_KEY=&amp;ADOPTOPENJDK_BRANCH=master&amp;LIGHT_WEIGHT_CHECKOUT=false&amp;USE_JRE=false&amp;ARTIFACTORY_SERVER=&amp;KEEP_WORKSPACE=false&amp;USER_CREDENTIALS_ID=&amp;JDK_VERSION=27&amp;DOCKER_REGISTRY_URL=&amp;ITERATIONS=1&amp;VENDOR_TEST_REPOS=&amp;JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk&amp;JCK_GIT_BRANCH=master&amp;OPENJ9_BRANCH=master&amp;OPENJ9_SHA=&amp;JCK_GIT_REPO=&amp;VENDOR_TEST_BRANCHES=&amp;UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk%2Fjdk-linux-ppc64le-temurin&amp;OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&amp;CLOUD_PROVIDER=&amp;CUSTOM_TARGET=&amp;VENDOR_TEST_SHAS=&amp;JDK_BRANCH=jdk-27%2B4_adopt&amp;LABEL_ADDITION=&amp;ARTIFACTORY_REPO=&amp;ARTIFACTORY_ROOT_DIR=&amp;UPSTREAM_TEST_JOB_NUMBER=&amp;DOCKERIMAGE_TAG=&amp;TEST_TIME=120&amp;JDK_IMPL=hotspot&amp;SSH_AGENT_CREDENTIAL=&amp;AUTO_DETECT=true&amp;SLACK_CHANNEL=aqavit-bot&amp;DYNAMIC_COMPILE=false&amp;RELATED_NODES=&amp;ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&amp;APPLICATION_OPTIONS=&amp;CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token&amp;ARCHIVE_TEST_RESULTS=false&amp;NUM_MACHINES=&amp;OPENJDK_SHA=&amp;TRSS_URL=&amp;RERUN_FAILURE=false&amp;USE_TESTENV_PROPERTIES=false&amp;BUILD_LIST=perf&amp;ADDITIONAL_ARTIFACTS_REQUIRED=&amp;UPSTREAM_JOB_NUMBER=385&amp;STF_OWNER_BRANCH=adoptium%3Amaster&amp;TIME_LIMIT=25&amp;JVM_OPTIONS=&amp;PARALLEL=None [Pipeline] retry [Pipeline] { [Pipeline] cleanWs [2026-01-09T00:40:37.559Z] [WS-CLEANUP] Deleting project workspace... [2026-01-09T00:40:37.559Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration... [2026-01-09T00:40:37.735Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] End of Pipeline Finished: UNSTABLE