Test_openjdk26_hs_sanity.perf_x86-64_linux
Started by upstream project "build-scripts/jobs/jdk/jdk-linux-x64-temurin" build number 607
originally caused by:
Started by upstream project "build-scripts/openjdk26-pipeline" build number 22
originally caused by:
Started by upstream project "build-scripts/utils/betaTrigger_26ea" build number 38
originally caused by:
Started by timer
Checking out git ${ADOPTOPENJDK_REPO} into /home/jenkins/.jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_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_openjdk26_hs_sanity.perf_x86-64_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 657cc9bf15bebd595a52d52f7cc071ea65ceb524 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 657cc9bf15bebd595a52d52f7cc071ea65ceb524 # timeout=10
Commit message: "Unexclude DefineClassDirectByteBuffer for OpenJ9 jdk26 (#6717)"
> git rev-list --no-walk 4f02fc5cf92b5b2160562a2f458a5d5bd13f8d2c # timeout=10
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] timestamps
[Pipeline] {
[Pipeline] nodesByLabel
[2025-11-06T22:43:36.500Z] Found a total of 6 nodes with the 'hw.arch.x86&&sw.os.linux&&ci.role.perf' label
[Pipeline] echo
[2025-11-06T22:43:36.514Z] SPEC: linux_x86-64
[Pipeline] echo
[2025-11-06T22:43:36.515Z] LABEL: hw.arch.x86&&sw.os.linux&&ci.role.perf&&!sw.tool.glibc.2_12
[Pipeline] stage
[Pipeline] { (Queue)
[Pipeline] nodesByLabel
[2025-11-06T22:43:36.531Z] Found a total of 6 nodes with the 'hw.arch.x86&&sw.os.linux&&ci.role.perf&&!sw.tool.glibc.2_12' label
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named dynamicAgents (to a value of type ArrayList) which could lead to memory leaks or other issues.
[Pipeline] echo
[2025-11-06T22:43:36.536Z] dynamicAgents: [azure, fyre, EBC]
[Pipeline] node
[2025-11-06T22:43:36.566Z] Running on test-ibmcloud-rhel8-x64-1 in /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux
[Pipeline] {
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named ref_cache (to a value of type GStringImpl) which could lead to memory leaks or other issues.
[Pipeline] retry
[Pipeline] {
[Pipeline] timeout
[2025-11-06T22:43:36.600Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] cleanWs
[2025-11-06T22:43:36.673Z] [WS-CLEANUP] Deleting project workspace...
[2025-11-06T22:43:36.673Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-11-06T22:43:36.697Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // timeout
[Pipeline] checkout
[2025-11-06T22:43:36.766Z] The recommended git tool is: git
[2025-11-06T22:43:36.807Z] No credentials specified
[2025-11-06T22:43:36.895Z] Cloning the remote Git repository
[2025-11-06T22:43:36.925Z] Cloning repository https://github.com/adoptium/aqa-tests.git
[2025-11-06T22:43:36.926Z] > git init /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests # timeout=10
[2025-11-06T22:43:36.936Z] [WARNING] Reference path does not exist: /home/jenkins/openjdk_cache
[2025-11-06T22:43:36.936Z] Fetching upstream changes from https://github.com/adoptium/aqa-tests.git
[2025-11-06T22:43:36.936Z] > git --version # timeout=10
[2025-11-06T22:43:36.940Z] > git --version # 'git version 2.43.7'
[2025-11-06T22:43:36.940Z] > git fetch --tags --force --progress -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=10
[2025-11-06T22:43:41.562Z] Avoid second fetch
[2025-11-06T22:43:41.587Z] Checking out Revision 657cc9bf15bebd595a52d52f7cc071ea65ceb524 (origin/master)
[2025-11-06T22:43:41.520Z] > git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10
[2025-11-06T22:43:41.524Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
[2025-11-06T22:43:41.571Z] > git rev-parse origin/master^{commit} # timeout=10
[2025-11-06T22:43:41.596Z] > git config core.sparsecheckout # timeout=10
[2025-11-06T22:43:41.601Z] > git checkout -f 657cc9bf15bebd595a52d52f7cc071ea65ceb524 # timeout=10
[2025-11-06T22:43:42.418Z] Commit message: "Unexclude DefineClassDirectByteBuffer for OpenJ9 jdk26 (#6717)"
[Pipeline] }
[Pipeline] // retry
[Pipeline] load
[Pipeline] { (/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/buildenv/jenkins/JenkinsfileBase)
[Pipeline] }
[Pipeline] // load
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named jenkinsfile (to a value of type Script1) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TIME_LIMIT (to a value of type Integer) which could lead to memory leaks or other issues.
[Pipeline] timeout
[2025-11-06T22:43:43.780Z] Timeout set to expire in 1 day 1 hr
[Pipeline] {
[Pipeline] echo
[2025-11-06T22:43:43.813Z] runMulticastCmd: false
[Pipeline] stage
[Pipeline] { (Setup)
[Pipeline] sh
[2025-11-06T22:43:44.341Z] + LC_TIME=C
[2025-11-06T22:43:44.341Z] + date '+%a, %d %b %Y %T %z'
[Pipeline] echo
[2025-11-06T22:43:44.436Z] PROCESSCATCH: Terminating any hung/left over test processes:
[Pipeline] sh
[2025-11-06T22:43:44.884Z] + aqa-tests/terminateTestProcesses.sh jenkins
[2025-11-06T22:43:44.884Z] Unix type machine..
[2025-11-06T22:43:44.884Z] Running on a Linux host
[2025-11-06T22:43:44.884Z] Woohoo - no rogue processes detected!
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_REPO (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_REPO (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_BRANCH (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_BRANCH (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named PLATFORM (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CLONE_OPENJ9 (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CUSTOM_TARGET (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named UPSTREAM_JOB_NAME (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named UPSTREAM_JOB_NUMBER (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named SSH_AGENT_CREDENTIAL (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named KEEP_WORKSPACE (to a value of type Boolean) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_SHA (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CLOUD_PROVIDER (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named SDK_RESOURCE (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named ITERATIONS (to a value of type Integer) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named NUM_MACHINES (to a value of type Integer) which could lead to memory leaks or other issues.
[Pipeline] sh
[2025-11-06T22:43:46.060Z] + printenv
[2025-11-06T22:43:46.060Z] TIME_LIMIT=25
[2025-11-06T22:43:46.060Z] RERUN_ITERATIONS=1
[2025-11-06T22:43:46.060Z] RUN_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk26_hs_sanity.perf_x86-64_linux/12/display/redirect
[2025-11-06T22:43:46.060Z] JENKINS_URL=https://ci.adoptium.net/
[2025-11-06T22:43:46.060Z] EXECUTOR_NUMBER=0
[2025-11-06T22:43:46.060Z] SSH_CONNECTION=78.47.239.97 42880 10.243.64.5 22
[2025-11-06T22:43:46.060Z] _=/usr/bin/printenv
[2025-11-06T22:43:46.060Z] LANG=en_US.UTF-8
[2025-11-06T22:43:46.060Z] BUILD_ID=12
[2025-11-06T22:43:46.060Z] USE_JRE=false
[2025-11-06T22:43:46.060Z] jobStatus=SUCCESS
[2025-11-06T22:43:46.060Z] OLDPWD=/home/jenkins
[2025-11-06T22:43:46.060Z] RUN_CHANGES_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk26_hs_sanity.perf_x86-64_linux/12/display/redirect?page=changes
[2025-11-06T22:43:46.060Z] STF_OWNER_BRANCH=adoptium:master
[2025-11-06T22:43:46.060Z] PERSONAL_BUILD=false
[2025-11-06T22:43:46.060Z] LIB_DIR=/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib
[2025-11-06T22:43:46.060Z] JENKINS_NODE_COOKIE=3858207a-a33d-4a9d-bdaa-092cfe1ce7ea
[2025-11-06T22:43:46.060Z] SLACK_CHANNEL=aqavit-bot
[2025-11-06T22:43:46.060Z] JDK_IMPL=hotspot
[2025-11-06T22:43:46.060Z] JOB_BASE_NAME=Test_openjdk26_hs_sanity.perf_x86-64_linux
[2025-11-06T22:43:46.060Z] WORKSPACE_TMP=/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux@tmp
[2025-11-06T22:43:46.060Z] ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium:master
[2025-11-06T22:43:46.060Z] DYNAMIC_COMPILE=false
[2025-11-06T22:43:46.060Z] OPENJ9_BRANCH=master
[2025-11-06T22:43:46.060Z] LABEL_ADDITION=!sw.tool.glibc.2_12
[2025-11-06T22:43:46.060Z] which_declare=declare -f
[2025-11-06T22:43:46.060Z] CI=true
[2025-11-06T22:43:46.060Z] HUDSON_COOKIE=62dfe3d8-a145-4053-80d2-6294ca2760a8
[2025-11-06T22:43:46.060Z] XDG_SESSION_ID=94
[2025-11-06T22:43:46.060Z] USER=jenkins
[2025-11-06T22:43:46.060Z] ADOPTOPENJDK_BRANCH=master
[2025-11-06T22:43:46.060Z] ORIGIN_JDK_VERSION=26
[2025-11-06T22:43:46.060Z] SYSTEM_LIB_DIR=/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/system_lib
[2025-11-06T22:43:46.060Z] UPSTREAM_JOB_NUMBER=607
[2025-11-06T22:43:46.060Z] BUILD_NUMBER=12
[2025-11-06T22:43:46.060Z] OPENJCEPLUS_GIT_REPO=https://github.com/ibmruntimes/OpenJCEPlus.git
[2025-11-06T22:43:46.060Z] JCK_GIT_BRANCH=master
[2025-11-06T22:43:46.060Z] EXTERNAL_TEST_CMD=mvn clean install
[2025-11-06T22:43:46.060Z] WORKSPACE=/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux
[2025-11-06T22:43:46.060Z] UPSTREAM_JOB_NAME=build-scripts/jobs/jdk/jdk-linux-x64-temurin
[2025-11-06T22:43:46.060Z] KEEP_REPORTDIR=false
[2025-11-06T22:43:46.060Z] PWD=/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux
[2025-11-06T22:43:46.060Z] HUDSON_URL=https://ci.adoptium.net/
[2025-11-06T22:43:46.060Z] USE_TESTENV_PROPERTIES=false
[2025-11-06T22:43:46.060Z] HOME=/home/jenkins
[2025-11-06T22:43:46.060Z] NODE_NAME=test-ibmcloud-rhel8-x64-1
[2025-11-06T22:43:46.060Z] PERF_ROOT=/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../benchmarks
[2025-11-06T22:43:46.060Z] DOCKER_REQUIRED=false
[2025-11-06T22:43:46.060Z] HUDSON_SERVER_COOKIE=2d832652af5afba8
[2025-11-06T22:43:46.060Z] SSH_CLIENT=78.47.239.97 42880 22
[2025-11-06T22:43:46.060Z] JDK_BRANCH=jdk-26+23_adopt
[2025-11-06T22:43:46.060Z] ARCHIVE_TEST_RESULTS=false
[2025-11-06T22:43:46.060Z] JENKINS_HOME=/home/jenkins/.jenkins
[2025-11-06T22:43:46.060Z] JOB_NAME=Test_openjdk26_hs_sanity.perf_x86-64_linux
[2025-11-06T22:43:46.060Z] TEST_TIME=120
[2025-11-06T22:43:46.060Z] RUN_TESTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk26_hs_sanity.perf_x86-64_linux/12/display/redirect?page=tests
[2025-11-06T22:43:46.060Z] BUILD_LIST=perf
[2025-11-06T22:43:46.060Z] KEEP_WORKSPACE=false
[2025-11-06T22:43:46.060Z] NUM_PROCESSORS=2
[2025-11-06T22:43:46.060Z] EXIT_SUCCESS=false
[2025-11-06T22:43:46.060Z] EXTERNAL_CUSTOM_BRANCH=master
[2025-11-06T22:43:46.060Z] HUDSON_HOME=/home/jenkins/.jenkins
[2025-11-06T22:43:46.060Z] JOB_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk26_hs_sanity.perf_x86-64_linux/display/redirect
[2025-11-06T22:43:46.060Z] RERUN_FAILURE=true
[2025-11-06T22:43:46.060Z] SDK_RESOURCE=upstream
[2025-11-06T22:43:46.060Z] ACTIVE_NODE_TIMEOUT=5
[2025-11-06T22:43:46.060Z] SETUP_JCK_RUN=false
[2025-11-06T22:43:46.060Z] SPEC=linux_x86-64
[2025-11-06T22:43:46.060Z] ITERATIONS=1
[2025-11-06T22:43:46.060Z] GENERATE_JOBS=true
[2025-11-06T22:43:46.061Z] TEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary/j2sdk-image
[2025-11-06T22:43:46.061Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk26_hs_sanity.perf_x86-64_linux/12/display/redirect?page=artifacts
[2025-11-06T22:43:46.061Z] LIGHT_WEIGHT_CHECKOUT=false
[2025-11-06T22:43:46.061Z] CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token
[2025-11-06T22:43:46.061Z] AUTO_DETECT=true
[2025-11-06T22:43:46.061Z] TAP_NAME=Test_openjdk26_hs_sanity.perf_x86-64_linux.tap
[2025-11-06T22:43:46.061Z] BUILD_URL=https://ci.adoptium.net/job/Test_openjdk26_hs_sanity.perf_x86-64_linux/12/
[2025-11-06T22:43:46.061Z] SHELL=/bin/bash
[2025-11-06T22:43:46.061Z] STAGE_NAME=Setup
[2025-11-06T22:43:46.061Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
[2025-11-06T22:43:46.061Z] JOB_URL=https://ci.adoptium.net/job/Test_openjdk26_hs_sanity.perf_x86-64_linux/
[2025-11-06T22:43:46.061Z] TKG_OWNER_BRANCH=adoptium:master
[2025-11-06T22:43:46.061Z] JDK_VERSION=26
[2025-11-06T22:43:46.061Z] BUILD_DISPLAY_NAME=#12
[2025-11-06T22:43:46.061Z] PLATFORM=x86-64_linux
[2025-11-06T22:43:46.061Z] ADOPTOPENJDK_REPO=https://github.com/adoptium/aqa-tests.git
[2025-11-06T22:43:46.061Z] SHLVL=3
[2025-11-06T22:43:46.061Z] JDK_REPO=https://github.com/adoptium/jdk
[2025-11-06T22:43:46.061Z] PARALLEL=Dynamic
[2025-11-06T22:43:46.061Z] BUILD_TAG=jenkins-Test_openjdk26_hs_sanity.perf_x86-64_linux-12
[2025-11-06T22:43:46.061Z] TKG_ITERATIONS=1
[2025-11-06T22:43:46.061Z] EXIT_FAILURE=false
[2025-11-06T22:43:46.061Z] NODE_LABELS=ci.role.testx test-ibmcloud-rhel8-x64-1 linux x64 rhel sw.os.linux sw.tool.docker ci.role.perf hw.arch.x86
[2025-11-06T22:43:46.061Z] TARGET=sanity.perf
[2025-11-06T22:43:46.061Z] LOGNAME=jenkins
[2025-11-06T22:43:46.061Z] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1001/bus
[2025-11-06T22:43:46.061Z] XDG_RUNTIME_DIR=/run/user/1001
[2025-11-06T22:43:46.061Z] JOBSTARTTIME=Thu, 06 Nov 2025 22:43:43 +0000
[2025-11-06T22:43:46.061Z] PATH=/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
[2025-11-06T22:43:46.061Z] OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse:master
[2025-11-06T22:43:46.061Z] OPENJCEPLUS_GIT_BRANCH=semeru-java26
[2025-11-06T22:43:46.061Z] JENKINS_SERVER_COOKIE=durable-3d5b0246e6dc50e2415c19a0fab05f04914581c47766f1e086fbc1d4bc7d073a
[2025-11-06T22:43:46.061Z] LESSOPEN=||/usr/bin/lesspipe.sh %s
[2025-11-06T22:43:46.061Z] BASH_FUNC_which%%=() { ( alias;
[2025-11-06T22:43:46.061Z] eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@
[2025-11-06T22:43:46.061Z] }
Did you forget the `def` keyword? Script1 seems to be setting a field named CUSTOMIZED_SDK_URL_OPTION (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] timeout
[2025-11-06T22:43:46.128Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] dir
[2025-11-06T22:43:46.144Z] Running in /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary
[Pipeline] {
[Pipeline] copyArtifacts
[2025-11-06T22:44:21.653Z] Copied 9 artifacts from "build-scripts » jobs » jdk » jdk-linux-x64-temurin" build number 607
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_REPO_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_BRANCH_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_REPO_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_BRANCH_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_SHA_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CLONE_OPENJ9_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CLONE_OPENJ9_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named JDK_VERSION_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named JDK_IMPL_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_REPO_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_BRANCH_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_REPOS (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_BRANCHES (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_DIRS (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_SHAS (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] echo
[2025-11-06T22:44:21.893Z] IS_SVT_TESTREPO is set to false
Did you forget the `def` keyword? Script1 seems to be setting a field named TEST_IMAGES_REQUIRED (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named DEBUG_IMAGES_REQUIRED (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CODE_COVERAGE_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named ADDITIONAL_ARTIFACTS_REQUIRED_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CURL_OPTS (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named GET_SH_CMD (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named RESOLVED_MAKE (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] dir
[2025-11-06T22:44:21.903Z] Running in /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux
[Pipeline] {
[Pipeline] sshagent
[2025-11-06T22:44:22.002Z] $ ssh-agent
[2025-11-06T22:44:22.117Z] SSH_AUTH_SOCK=/tmp/ssh-c0OppyHpWK1s/agent.614902
[2025-11-06T22:44:22.117Z] SSH_AGENT_PID=614904
[2025-11-06T22:44:22.117Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
[2025-11-06T22:44:22.136Z] Running in /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests
[Pipeline] {
[Pipeline] withCredentials
[2025-11-06T22:44:22.174Z] Masking supported pattern matches of $USERNAME or $PASSWORD
[Pipeline] {
[Pipeline] sh
[2025-11-06T22:44:22.659Z] ++ pwd
[2025-11-06T22:44:22.660Z] + ./get.sh -s /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/.. -p x86-64_linux -r upstream -j 26 -i hotspot --clone_openj9 false --tkg_repo https://github.com/adoptium/TKG.git --tkg_branch master
[2025-11-06T22:44:22.660Z] TESTDIR: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests
[2025-11-06T22:44:22.660Z] get jdk binary...
[2025-11-06T22:44:22.660Z] --sdkdir is set to upstream. Therefore, skip download jdk binary
[2025-11-06T22:44:22.660Z] Uncompressing file: OpenJDK-jdk-sources_26_23-ea.tar.gz ...
[2025-11-06T22:44:33.509Z] List files in jdkbinary folder...
[2025-11-06T22:44:33.509Z] total 837740
[2025-11-06T22:44:33.509Z] -rw-r--r--. 1 jenkins jenkins 324702295 Nov 6 22:28 OpenJDK-debugimage_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:33.509Z] -rw-r--r--. 1 jenkins jenkins 121613707 Nov 6 21:33 OpenJDK-jdk-sources_26_23-ea.tar.gz
[2025-11-06T22:44:33.509Z] -rw-r--r--. 1 jenkins jenkins 142334431 Nov 6 22:28 OpenJDK-jdk_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:33.509Z] -rw-r--r--. 1 jenkins jenkins 87520567 Nov 6 22:28 OpenJDK-jmods_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:33.509Z] -rw-r--r--. 1 jenkins jenkins 62218626 Nov 6 22:26 OpenJDK-jre_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:33.509Z] -rw-r--r--. 1 jenkins jenkins 166563 Nov 6 22:35 OpenJDK-sbom_x64_linux_hotspot_26_23-ea.json
[2025-11-06T22:44:33.509Z] -rw-rw-r--. 1 jenkins jenkins 31030 Nov 6 22:33 OpenJDK-sbom_x64_linux_hotspot_26_23-ea-metadata.json
[2025-11-06T22:44:33.509Z] -rw-r--r--. 1 jenkins jenkins 4233789 Nov 6 22:28 OpenJDK-static-libs-glibc_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:33.509Z] -rw-r--r--. 1 jenkins jenkins 115007130 Nov 6 22:27 OpenJDK-testimage_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:33.509Z] drwxrwxr-x. 3 jenkins jenkins 27 Nov 6 22:44 tmp
[2025-11-06T22:44:33.509Z] List files in jdkbinary/tmp folder...
[2025-11-06T22:44:33.509Z] total 4
[2025-11-06T22:44:33.509Z] drwxr-xr-x. 9 jenkins jenkins 4096 Nov 6 21:33 jdk-26+23-src
[2025-11-06T22:44:33.509Z] Moving directory jdk-26+23-src/ to ../source-image
[2025-11-06T22:44:33.509Z] Uncompressing file: OpenJDK-jdk_x64_linux_hotspot_26_23-ea.tar.gz ...
[2025-11-06T22:44:35.195Z] List files in jdkbinary folder...
[2025-11-06T22:44:35.195Z] total 837744
[2025-11-06T22:44:35.195Z] -rw-r--r--. 1 jenkins jenkins 324702295 Nov 6 22:28 OpenJDK-debugimage_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:35.195Z] -rw-r--r--. 1 jenkins jenkins 121613707 Nov 6 21:33 OpenJDK-jdk-sources_26_23-ea.tar.gz
[2025-11-06T22:44:35.195Z] -rw-r--r--. 1 jenkins jenkins 142334431 Nov 6 22:28 OpenJDK-jdk_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:35.195Z] -rw-r--r--. 1 jenkins jenkins 87520567 Nov 6 22:28 OpenJDK-jmods_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:35.195Z] -rw-r--r--. 1 jenkins jenkins 62218626 Nov 6 22:26 OpenJDK-jre_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:35.195Z] -rw-r--r--. 1 jenkins jenkins 166563 Nov 6 22:35 OpenJDK-sbom_x64_linux_hotspot_26_23-ea.json
[2025-11-06T22:44:35.195Z] -rw-rw-r--. 1 jenkins jenkins 31030 Nov 6 22:33 OpenJDK-sbom_x64_linux_hotspot_26_23-ea-metadata.json
[2025-11-06T22:44:35.195Z] -rw-r--r--. 1 jenkins jenkins 4233789 Nov 6 22:28 OpenJDK-static-libs-glibc_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:35.195Z] -rw-r--r--. 1 jenkins jenkins 115007130 Nov 6 22:27 OpenJDK-testimage_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:35.195Z] drwxr-xr-x. 9 jenkins jenkins 4096 Nov 6 21:33 source-image
[2025-11-06T22:44:35.195Z] drwxrwxr-x. 3 jenkins jenkins 23 Nov 6 22:44 tmp
[2025-11-06T22:44:35.195Z] List files in jdkbinary/tmp folder...
[2025-11-06T22:44:35.195Z] total 0
[2025-11-06T22:44:35.195Z] drwxr-xr-x. 7 jenkins jenkins 97 Nov 6 22:26 jdk-26+23
[2025-11-06T22:44:35.195Z] Moving directory jdk-26+23/ to ../j2sdk-image
[2025-11-06T22:44:35.195Z] Uncompressing file: OpenJDK-jre_x64_linux_hotspot_26_23-ea.tar.gz ...
[2025-11-06T22:44:38.191Z] List files in jdkbinary folder...
[2025-11-06T22:44:38.191Z] total 837744
[2025-11-06T22:44:38.191Z] drwxr-xr-x. 7 jenkins jenkins 97 Nov 6 22:26 j2sdk-image
[2025-11-06T22:44:38.191Z] -rw-r--r--. 1 jenkins jenkins 324702295 Nov 6 22:28 OpenJDK-debugimage_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:38.191Z] -rw-r--r--. 1 jenkins jenkins 121613707 Nov 6 21:33 OpenJDK-jdk-sources_26_23-ea.tar.gz
[2025-11-06T22:44:38.191Z] -rw-r--r--. 1 jenkins jenkins 142334431 Nov 6 22:28 OpenJDK-jdk_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:38.192Z] -rw-r--r--. 1 jenkins jenkins 87520567 Nov 6 22:28 OpenJDK-jmods_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:38.192Z] -rw-r--r--. 1 jenkins jenkins 62218626 Nov 6 22:26 OpenJDK-jre_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:38.192Z] -rw-r--r--. 1 jenkins jenkins 166563 Nov 6 22:35 OpenJDK-sbom_x64_linux_hotspot_26_23-ea.json
[2025-11-06T22:44:38.192Z] -rw-rw-r--. 1 jenkins jenkins 31030 Nov 6 22:33 OpenJDK-sbom_x64_linux_hotspot_26_23-ea-metadata.json
[2025-11-06T22:44:38.192Z] -rw-r--r--. 1 jenkins jenkins 4233789 Nov 6 22:28 OpenJDK-static-libs-glibc_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:38.192Z] -rw-r--r--. 1 jenkins jenkins 115007130 Nov 6 22:27 OpenJDK-testimage_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:38.192Z] drwxr-xr-x. 9 jenkins jenkins 4096 Nov 6 21:33 source-image
[2025-11-06T22:44:38.192Z] drwxrwxr-x. 3 jenkins jenkins 27 Nov 6 22:44 tmp
[2025-11-06T22:44:38.192Z] List files in jdkbinary/tmp folder...
[2025-11-06T22:44:38.192Z] total 0
[2025-11-06T22:44:38.192Z] drwxr-xr-x. 6 jenkins jenkins 82 Nov 6 22:26 jdk-26+23-jre
[2025-11-06T22:44:38.192Z] Moving directory jdk-26+23-jre/ to ../j2re-image
[2025-11-06T22:44:38.192Z] Uncompressing file: OpenJDK-static-libs-glibc_x64_linux_hotspot_26_23-ea.tar.gz ...
[2025-11-06T22:44:38.192Z] List files in jdkbinary folder...
[2025-11-06T22:44:38.192Z] total 837744
[2025-11-06T22:44:38.192Z] drwxr-xr-x. 6 jenkins jenkins 82 Nov 6 22:26 j2re-image
[2025-11-06T22:44:38.192Z] drwxr-xr-x. 7 jenkins jenkins 97 Nov 6 22:26 j2sdk-image
[2025-11-06T22:44:38.192Z] -rw-r--r--. 1 jenkins jenkins 324702295 Nov 6 22:28 OpenJDK-debugimage_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:38.192Z] -rw-r--r--. 1 jenkins jenkins 121613707 Nov 6 21:33 OpenJDK-jdk-sources_26_23-ea.tar.gz
[2025-11-06T22:44:38.192Z] -rw-r--r--. 1 jenkins jenkins 142334431 Nov 6 22:28 OpenJDK-jdk_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:38.192Z] -rw-r--r--. 1 jenkins jenkins 87520567 Nov 6 22:28 OpenJDK-jmods_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:38.192Z] -rw-r--r--. 1 jenkins jenkins 62218626 Nov 6 22:26 OpenJDK-jre_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:38.192Z] -rw-r--r--. 1 jenkins jenkins 166563 Nov 6 22:35 OpenJDK-sbom_x64_linux_hotspot_26_23-ea.json
[2025-11-06T22:44:38.192Z] -rw-rw-r--. 1 jenkins jenkins 31030 Nov 6 22:33 OpenJDK-sbom_x64_linux_hotspot_26_23-ea-metadata.json
[2025-11-06T22:44:38.193Z] -rw-r--r--. 1 jenkins jenkins 4233789 Nov 6 22:28 OpenJDK-static-libs-glibc_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:38.193Z] -rw-r--r--. 1 jenkins jenkins 115007130 Nov 6 22:27 OpenJDK-testimage_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:38.193Z] drwxr-xr-x. 9 jenkins jenkins 4096 Nov 6 21:33 source-image
[2025-11-06T22:44:38.193Z] drwxrwxr-x. 3 jenkins jenkins 35 Nov 6 22:44 tmp
[2025-11-06T22:44:38.193Z] List files in jdkbinary/tmp folder...
[2025-11-06T22:44:38.193Z] total 0
[2025-11-06T22:44:38.193Z] drwxr-xr-x. 3 jenkins jenkins 17 Nov 6 22:26 jdk-26+23-static-libs
[2025-11-06T22:44:38.193Z] Moving directory jdk-26+23-static-libs/ to ../static-libs
[2025-11-06T22:44:38.193Z] Uncompressing file: OpenJDK-testimage_x64_linux_hotspot_26_23-ea.tar.gz ...
[2025-11-06T22:44:45.492Z] List files in jdkbinary folder...
[2025-11-06T22:44:45.492Z] total 837744
[2025-11-06T22:44:45.493Z] drwxr-xr-x. 6 jenkins jenkins 82 Nov 6 22:26 j2re-image
[2025-11-06T22:44:45.493Z] drwxr-xr-x. 7 jenkins jenkins 97 Nov 6 22:26 j2sdk-image
[2025-11-06T22:44:45.493Z] -rw-r--r--. 1 jenkins jenkins 324702295 Nov 6 22:28 OpenJDK-debugimage_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:45.493Z] -rw-r--r--. 1 jenkins jenkins 121613707 Nov 6 21:33 OpenJDK-jdk-sources_26_23-ea.tar.gz
[2025-11-06T22:44:45.493Z] -rw-r--r--. 1 jenkins jenkins 142334431 Nov 6 22:28 OpenJDK-jdk_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:45.493Z] -rw-r--r--. 1 jenkins jenkins 87520567 Nov 6 22:28 OpenJDK-jmods_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:45.493Z] -rw-r--r--. 1 jenkins jenkins 62218626 Nov 6 22:26 OpenJDK-jre_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:45.493Z] -rw-r--r--. 1 jenkins jenkins 166563 Nov 6 22:35 OpenJDK-sbom_x64_linux_hotspot_26_23-ea.json
[2025-11-06T22:44:45.493Z] -rw-rw-r--. 1 jenkins jenkins 31030 Nov 6 22:33 OpenJDK-sbom_x64_linux_hotspot_26_23-ea-metadata.json
[2025-11-06T22:44:45.493Z] -rw-r--r--. 1 jenkins jenkins 4233789 Nov 6 22:28 OpenJDK-static-libs-glibc_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:45.493Z] -rw-r--r--. 1 jenkins jenkins 115007130 Nov 6 22:27 OpenJDK-testimage_x64_linux_hotspot_26_23-ea.tar.gz
[2025-11-06T22:44:45.493Z] drwxr-xr-x. 9 jenkins jenkins 4096 Nov 6 21:33 source-image
[2025-11-06T22:44:45.493Z] drwxr-xr-x. 3 jenkins jenkins 17 Nov 6 22:26 static-libs
[2025-11-06T22:44:45.493Z] drwxrwxr-x. 3 jenkins jenkins 34 Nov 6 22:44 tmp
[2025-11-06T22:44:45.493Z] List files in jdkbinary/tmp folder...
[2025-11-06T22:44:45.493Z] total 0
[2025-11-06T22:44:45.493Z] drwxr-xr-x. 6 jenkins jenkins 112 Nov 6 22:18 jdk-26+23-test-image
[2025-11-06T22:44:45.493Z] Moving directory jdk-26+23-test-image/ to ../openjdk-test-image
[2025-11-06T22:44:45.493Z] Uncompressing OpenJDK-debugimage_x64_linux_hotspot_26_23-ea.tar.gz over ./j2sdk-image...
[2025-11-06T22:45:04.658Z] Removing top-level folder jdk-26+23-debug-image/
[2025-11-06T22:45:04.658Z] Removing top-level folder jdk-26+23/
[2025-11-06T22:45:27.727Z] Run /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary/j2sdk-image/bin/java -version
[2025-11-06T22:45:27.727Z] =JAVA VERSION OUTPUT BEGIN=
[2025-11-06T22:45:27.727Z] openjdk version "26-beta" 2026-03-17
[2025-11-06T22:45:27.727Z] OpenJDK Runtime Environment Temurin-26+23-202511062133 (build 26-beta+23-ea)
[2025-11-06T22:45:27.727Z] OpenJDK 64-Bit Server VM Temurin-26+23-202511062133 (build 26-beta+23-ea, mixed mode, sharing)
[2025-11-06T22:45:27.727Z] =JAVA VERSION OUTPUT END=
[2025-11-06T22:45:27.727Z] =RELEASE INFO BEGIN=
[2025-11-06T22:45:27.727Z] IMPLEMENTOR="Eclipse Adoptium"
[2025-11-06T22:45:27.727Z] IMPLEMENTOR_VERSION="Temurin-26+23-202511062133"
[2025-11-06T22:45:27.727Z] JAVA_RUNTIME_VERSION="26-beta+23-ea"
[2025-11-06T22:45:27.727Z] JAVA_VERSION="26"
[2025-11-06T22:45:27.727Z] JAVA_VERSION_DATE="2026-03-17"
[2025-11-06T22:45:27.727Z] LIBC="gnu"
[2025-11-06T22:45:27.728Z] 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.internal.vm.ci jdk.graal.compiler jdk.graal.compiler.management 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"
[2025-11-06T22:45:27.728Z] OS_ARCH="x86_64"
[2025-11-06T22:45:27.728Z] OS_NAME="Linux"
[2025-11-06T22:45:27.728Z] SOURCE=".:git:41b00d731c0e"
[2025-11-06T22:45:27.728Z] BUILD_SOURCE="git:f4bcbeb80b2dc0a624721f09a91c925e6df2bc90"
[2025-11-06T22:45:27.728Z] BUILD_SOURCE_REPO="https://github.com/adoptium/temurin-build.git"
[2025-11-06T22:45:27.728Z] SOURCE_REPO="https://github.com/adoptium/jdk.git"
[2025-11-06T22:45:27.728Z] FULL_VERSION="26-beta+23-ea"
[2025-11-06T22:45:27.728Z] SEMANTIC_VERSION="26+23"
[2025-11-06T22:45:27.728Z] BUILD_INFO="OS: Linux Version: 6.8.0-1041-azure"
[2025-11-06T22:45:27.728Z] JVM_VARIANT="Hotspot"
[2025-11-06T22:45:27.728Z] JVM_VERSION="26-beta+23-ea"
[2025-11-06T22:45:27.728Z] IMAGE_TYPE="JDK"
[2025-11-06T22:45:27.728Z] =RELEASE INFO END=
[2025-11-06T22:45:27.728Z] get testKitGen...
[2025-11-06T22:45:27.728Z] git clone -q https://github.com/adoptium/TKG.git
[2025-11-06T22:45:27.728Z] git rev-parse master
[2025-11-06T22:45:27.728Z] git checkout -q -f 53fb20ae51018f0a2f7ca2c05347c0149151f382
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[2025-11-06T22:45:27.871Z] $ ssh-agent -k
[2025-11-06T22:45:27.878Z] unset SSH_AUTH_SOCK;
[2025-11-06T22:45:27.879Z] unset SSH_AGENT_PID;
[2025-11-06T22:45:27.879Z] echo Agent pid 614904 killed;
[2025-11-06T22:45:27.973Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
[2025-11-06T22:45:28.466Z] Rerun in Grinder: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=sanity.perf&BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=5&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=x86-64_linux&GENERATE_JOBS=true&KEEP_REPORTDIR=false&PERSONAL_BUILD=false&DOCKER_REGISTRY_DIR=&RERUN_ITERATIONS=0&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&SETUP_JCK_RUN=false&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&LABEL=&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&JENKINS_KEY=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=26&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk&JCK_GIT_BRANCH=master&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk%2Fjdk-linux-x64-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=jdk-26%2B23_adopt&LABEL_ADDITION=%21sw.tool.glibc.2_12&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&TEST_TIME=120&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=aqavit-bot&DYNAMIC_COMPILE=false&RELATED_NODES=&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&APPLICATION_OPTIONS=&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=&OPENJDK_SHA=&TRSS_URL=&RERUN_FAILURE=false&USE_TESTENV_PROPERTIES=false&BUILD_LIST=perf&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=607&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None
[Pipeline] echo
[2025-11-06T22:45:28.479Z] Rerun in Grinder on same machine: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=sanity.perf&BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=5&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=x86-64_linux&GENERATE_JOBS=true&KEEP_REPORTDIR=false&PERSONAL_BUILD=false&DOCKER_REGISTRY_DIR=&RERUN_ITERATIONS=0&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&SETUP_JCK_RUN=false&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&LABEL=test-ibmcloud-rhel8-x64-1&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&JENKINS_KEY=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=26&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk&JCK_GIT_BRANCH=master&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk%2Fjdk-linux-x64-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=jdk-26%2B23_adopt&LABEL_ADDITION=%21sw.tool.glibc.2_12&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&TEST_TIME=120&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=aqavit-bot&DYNAMIC_COMPILE=false&RELATED_NODES=&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&APPLICATION_OPTIONS=&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=&OPENJDK_SHA=&TRSS_URL=&RERUN_FAILURE=false&USE_TESTENV_PROPERTIES=false&BUILD_LIST=perf&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=607&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None
[Pipeline] stage
[Pipeline] { (setupParallelEnv)
Did you forget the `def` keyword? Script1 seems to be setting a field named parallel_tests (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
[Pipeline] timeout
[2025-11-06T22:45:28.536Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] copyArtifacts
[2025-11-06T22:45:28.701Z] Copied 1 artifact from "getTRSSOutput" build number 1949
[Pipeline] sh
[2025-11-06T22:45:29.168Z] + cd ./aqa-tests/TKG/resources/TRSS
[2025-11-06T22:45:29.168Z] + tar xof -
[2025-11-06T22:45:29.168Z] + gzip -cd TRSSOutput.tar.gz
[2025-11-06T22:45:29.168Z] + rm TRSSOutput.tar.gz
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
[2025-11-06T22:45:29.274Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] echo
[2025-11-06T22:45:29.291Z] Custom URL: https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[Pipeline] sh
[2025-11-06T22:45:29.758Z] + perl ./aqa-tests/TKG/scripts/getDependencies.pl -path /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib -task default -customUrl https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[2025-11-06T22:45:42.901Z] --------------------------------------------
[2025-11-06T22:45:42.901Z] path is set to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib
[2025-11-06T22:45:42.901Z] task is set to default
[2025-11-06T22:45:42.901Z] dependencyList is set to all
[2025-11-06T22:45:42.901Z] --------------------------------------------
[2025-11-06T22:45:42.901Z] Starting download third party dependent jars
[2025-11-06T22:45:42.901Z] --------------------------------------------
[2025-11-06T22:45:42.901Z] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib
[2025-11-06T22:45:42.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/mockito-core.jar exists with correct hash, not downloading
[2025-11-06T22:45:42.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/jtreg_8_1_1.tar.gz exists with correct hash, not downloading
[2025-11-06T22:45:42.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/jtreg_7_4_1.tar.gz exists with correct hash, not downloading
[2025-11-06T22:45:42.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/jaxb-api.jar exists with correct hash, not downloading
[2025-11-06T22:45:42.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/byte-buddy.jar exists with correct hash, not downloading
[2025-11-06T22:45:42.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/objenesis.jar exists with correct hash, not downloading
[2025-11-06T22:45:42.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/openj9jtregtimeouthandler.jar exists with correct hash, not downloading
[2025-11-06T22:45:42.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/asmtools.jar exists with correct hash, not downloading
[2025-11-06T22:45:42.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/byte-buddy-agent.jar exists with correct hash, not downloading
[2025-11-06T22:45:42.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/jcstress-tests-all-20240222.jar exists with correct hash, not downloading
[2025-11-06T22:45:42.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/org.eclipse.osgi-3.16.100.jar exists with correct hash, not downloading
[2025-11-06T22:45:42.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-11-06T22:45:42.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/asm.jar exists with correct hash, not downloading
[2025-11-06T22:45:42.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/junit4.jar exists with correct hash, not downloading
[2025-11-06T22:45:42.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/testng.jar exists with correct hash, not downloading
[2025-11-06T22:45:42.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/commons-cli.jar exists with correct hash, not downloading
[2025-11-06T22:45:42.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/dacapo.zip exists with correct hash, not downloading
[2025-11-06T22:45:42.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/jcommander.jar exists with correct hash, not downloading
[2025-11-06T22:45:42.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/jtreg_5_1_b01.tar.gz exists with correct hash, not downloading
[2025-11-06T22:45:42.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/jtreg_8_2.tar.gz exists with correct hash, not downloading
[2025-11-06T22:45:42.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/javassist.jar exists with correct hash, not downloading
[2025-11-06T22:45:42.902Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/asm-all.jar exists with correct hash, not downloading
[2025-11-06T22:45:42.902Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/commons-exec.jar exists with correct hash, not downloading
[2025-11-06T22:45:42.902Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/jtreg_7_5_1_1.tar.gz exists with correct hash, not downloading
[2025-11-06T22:45:42.902Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/jtreg_7_3_1_1.tar.gz exists with correct hash, not downloading
[2025-11-06T22:45:42.902Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/apache-maven-bin.tar.gz exists with correct hash, not downloading
[2025-11-06T22:45:42.902Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/jython-standalone.jar exists with correct hash, not downloading
[2025-11-06T22:45:42.902Z] downloaded dependent third party jars successfully
[Pipeline] }
[Pipeline] // timeout
[Pipeline] nodesByLabel
[2025-11-06T22:45:43.000Z] Found a total of 6 nodes with the 'hw.arch.x86&&sw.os.linux&&ci.role.perf&&!sw.tool.glibc.2_12' label
[Pipeline] echo
[2025-11-06T22:45:43.006Z] Machine limit is 6.
[Pipeline] sh
[2025-11-06T22:45:44.136Z] + cd ./aqa-tests/TKG
[2025-11-06T22:45:44.136Z] ++ uname
[2025-11-06T22:45:44.136Z] + '[' Linux = AIX ']'
[2025-11-06T22:45:44.136Z] ++ uname
[2025-11-06T22:45:44.136Z] + '[' Linux = SunOS ']'
[2025-11-06T22:45:44.137Z] ++ uname
[2025-11-06T22:45:44.137Z] + '[' Linux = '*BSD' ']'
[2025-11-06T22:45:44.137Z] + MAKE=make
[2025-11-06T22:45:44.137Z] + make genParallelList TEST=sanity.perf TEST_TIME=120 NUM_MACHINES=
[2025-11-06T22:45:44.137Z] JAVA_HOME is set to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary/j2sdk-image
[2025-11-06T22:45:44.137Z] LIB_DIR is set to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib
[2025-11-06T22:45:44.137Z] rm -f -r /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-11-06T22:45:44.137Z] mkdir -p /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-11-06T22:45:44.137Z] (ant -f ./scripts/build_tools.xml "-DTEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary/j2sdk-image" "-DTEST_ROOT=/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/.." "-DLIB_DIR=/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib" 2>&1; echo $? ) | tee "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2025-11-06T22:45:44.137Z] if [ -z "$(tail -1 /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_compilation"; fi
[2025-11-06T22:45:44.137Z] Buildfile: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/scripts/build_tools.xml
[2025-11-06T22:45:44.468Z]
[2025-11-06T22:45:44.468Z] build:
[2025-11-06T22:45:44.796Z]
[2025-11-06T22:45:44.796Z] clean:
[2025-11-06T22:45:44.796Z]
[2025-11-06T22:45:44.796Z] init:
[2025-11-06T22:45:44.796Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/bin
[2025-11-06T22:45:44.796Z]
[2025-11-06T22:45:44.796Z] getDependentLibs:
[2025-11-06T22:45:44.796Z] [exec] --------------------------------------------
[2025-11-06T22:45:44.796Z] [exec] path is set to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib
[2025-11-06T22:45:44.797Z] [exec] task is set to default
[2025-11-06T22:45:44.797Z] [exec] dependencyList is set to json_simple
[2025-11-06T22:45:44.797Z] [exec] --------------------------------------------
[2025-11-06T22:45:44.797Z] [exec] Starting download third party dependent jars
[2025-11-06T22:45:44.797Z] [exec] --------------------------------------------
[2025-11-06T22:45:44.797Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib
[2025-11-06T22:45:44.797Z] [exec] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-11-06T22:45:44.797Z] [exec] downloaded dependent third party jars successfully
[2025-11-06T22:45:44.797Z]
[2025-11-06T22:45:44.797Z] compile:
[2025-11-06T22:45:44.797Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-11-06T22:45:44.797Z] [echo] ============COMPILER SETTINGS============
[2025-11-06T22:45:44.797Z] [echo] ===fork: yes
[2025-11-06T22:45:44.797Z] [echo] ===debug: on
[2025-11-06T22:45:44.797Z] [javac] Compiling 28 source files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/bin
[2025-11-06T22:45:47.764Z] [javac] Note: Some input files use or override a deprecated API.
[2025-11-06T22:45:47.764Z] [javac] Note: Recompile with -Xlint:deprecation for details.
[2025-11-06T22:45:47.764Z]
[2025-11-06T22:45:47.764Z] dist:
[2025-11-06T22:45:47.764Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/bin/TestKitGen.jar
[2025-11-06T22:45:47.764Z]
[2025-11-06T22:45:47.764Z] BUILD SUCCESSFUL
[2025-11-06T22:45:47.764Z] Total time: 3 seconds
[2025-11-06T22:45:47.764Z] 0
[2025-11-06T22:45:47.764Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary/j2sdk-image/bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector
[2025-11-06T22:45:47.764Z] Unfamiliar microArch detected in TKG. It will not be added in TKG microArch!
[2025-11-06T22:45:47.764Z] microArchOutput: model name : AMD EPYC-Rome Processor
[2025-11-06T22:45:47.764Z] ****************************** MACHINE INFO ******************************
[2025-11-06T22:45:47.764Z] File path : /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG
[2025-11-06T22:45:47.764Z] Free Physical Memory Size : 893022208
[2025-11-06T22:45:47.764Z] Free space (bytes) : 75945340928
[2025-11-06T22:45:47.764Z] Total Physical Memory Size : 8071585792
[2025-11-06T22:45:47.764Z] Total space (bytes) : 107256721408
[2025-11-06T22:45:47.764Z] Usable space (bytes) : 75945340928
[2025-11-06T22:45:47.764Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-11-06T22:45:47.764Z] bashVersion :
[2025-11-06T22:45:47.764Z] GNU bash, version 4.4.20(1)-release (x86_64-redhat-linux-gnu)
[2025-11-06T22:45:47.764Z] Copyright (C) 2016 Free Software Foundation, Inc.
[2025-11-06T22:45:47.764Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-11-06T22:45:47.764Z]
[2025-11-06T22:45:47.764Z] This is free software; you are free to change and redistribute it.
[2025-11-06T22:45:47.764Z] There is NO WARRANTY, to the extent permitted by law.
[2025-11-06T22:45:47.764Z] cpuCores : 2
[2025-11-06T22:45:47.764Z] curlVersion :
[2025-11-06T22:45:47.764Z] curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
[2025-11-06T22:45:47.764Z] Release-Date: 2018-09-05
[2025-11-06T22:45:47.764Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
[2025-11-06T22:45:47.764Z] Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz brotli TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL
[2025-11-06T22:45:47.764Z] dockerVersion : Docker version 26.1.3, build b72abbb
[2025-11-06T22:45:47.764Z] gcc version : 8
[2025-11-06T22:45:47.764Z] gclibc version : ldd (GNU libc) 2.28
[2025-11-06T22:45:47.764Z] gdb version : GNU gdb (GDB) Red Hat Enterprise Linux 8.2-20.el8
[2025-11-06T22:45:47.764Z] lldb version : Command could not be executed
[2025-11-06T22:45:47.764Z] makeVersion :
[2025-11-06T22:45:47.764Z] GNU Make 4.2.1
[2025-11-06T22:45:47.765Z] Built for x86_64-redhat-linux-gnu
[2025-11-06T22:45:47.765Z] Copyright (C) 1988-2016 Free Software Foundation, Inc.
[2025-11-06T22:45:47.765Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-11-06T22:45:47.765Z] This is free software: you are free to change and redistribute it.
[2025-11-06T22:45:47.765Z] There is NO WARRANTY, to the extent permitted by law.
[2025-11-06T22:45:47.765Z] mavenVersion : bash: mvn: command not found
[2025-11-06T22:45:47.765Z] osInfo :
[2025-11-06T22:45:47.765Z] NAME="Red Hat Enterprise Linux"
[2025-11-06T22:45:47.765Z] VERSION="8.10 (Ootpa)"
[2025-11-06T22:45:47.765Z] ID="rhel"
[2025-11-06T22:45:47.765Z] ID_LIKE="fedora"
[2025-11-06T22:45:47.765Z] VERSION_ID="8.10"
[2025-11-06T22:45:47.765Z] PLATFORM_ID="platform:el8"
[2025-11-06T22:45:47.765Z] PRETTY_NAME="Red Hat Enterprise Linux 8.10 (Ootpa)"
[2025-11-06T22:45:47.765Z] ANSI_COLOR="0;31"
[2025-11-06T22:45:47.765Z] CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos"
[2025-11-06T22:45:47.765Z] HOME_URL="https://www.redhat.com/"
[2025-11-06T22:45:47.765Z] DOCUMENTATION_URL="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8"
[2025-11-06T22:45:47.765Z] BUG_REPORT_URL="https://issues.redhat.com/"
[2025-11-06T22:45:47.765Z]
[2025-11-06T22:45:47.765Z] REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8"
[2025-11-06T22:45:47.765Z] REDHAT_BUGZILLA_PRODUCT_VERSION=8.10
[2025-11-06T22:45:47.765Z] REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
[2025-11-06T22:45:47.765Z] REDHAT_SUPPORT_PRODUCT_VERSION="8.10"
[2025-11-06T22:45:47.765Z] osLabel : rhel.8
[2025-11-06T22:45:47.765Z] perlVersion :
[2025-11-06T22:45:47.765Z]
[2025-11-06T22:45:47.765Z] This is perl 5, version 26, subversion 3 (v5.26.3) built for x86_64-linux-thread-multi
[2025-11-06T22:45:47.765Z] (with 59 registered patches, see perl -V for more detail)
[2025-11-06T22:45:47.765Z]
[2025-11-06T22:45:47.765Z] Copyright 1987-2018, Larry Wall
[2025-11-06T22:45:47.765Z]
[2025-11-06T22:45:47.765Z] Perl may be copied only under the terms of either the Artistic License or the
[2025-11-06T22:45:47.765Z] GNU General Public License, which may be found in the Perl 5 source kit.
[2025-11-06T22:45:47.765Z]
[2025-11-06T22:45:47.765Z] Complete documentation for Perl, including FAQ lists, should be found on
[2025-11-06T22:45:47.765Z] this system using "man perl" or "perldoc perl". If you have access to the
[2025-11-06T22:45:47.765Z] Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[2025-11-06T22:45:47.765Z]
[2025-11-06T22:45:47.765Z] podmanVersion : bash: podman: command not found
[2025-11-06T22:45:47.765Z] procArch : x86_64
[2025-11-06T22:45:47.765Z] sysArch : x86_64
[2025-11-06T22:45:47.765Z] sysOS : Linux
[2025-11-06T22:45:47.765Z] ulimit :
[2025-11-06T22:45:47.765Z] core file size (blocks, -c) 0
[2025-11-06T22:45:47.765Z] data seg size (kbytes, -d) unlimited
[2025-11-06T22:45:47.765Z] scheduling priority (-e) 0
[2025-11-06T22:45:47.765Z] file size (blocks, -f) unlimited
[2025-11-06T22:45:47.765Z] pending signals (-i) 30441
[2025-11-06T22:45:47.765Z] max locked memory (kbytes, -l) 64
[2025-11-06T22:45:47.765Z] max memory size (kbytes, -m) unlimited
[2025-11-06T22:45:47.765Z] open files (-n) 262144
[2025-11-06T22:45:47.765Z] pipe size (512 bytes, -p) 8
[2025-11-06T22:45:47.765Z] POSIX message queues (bytes, -q) 819200
[2025-11-06T22:45:47.765Z] real-time priority (-r) 0
[2025-11-06T22:45:47.765Z] stack size (kbytes, -s) 8192
[2025-11-06T22:45:47.765Z] cpu time (seconds, -t) unlimited
[2025-11-06T22:45:47.765Z] max user processes (-u) 30441
[2025-11-06T22:45:47.765Z] virtual memory (kbytes, -v) unlimited
[2025-11-06T22:45:47.765Z] file locks (-x) unlimited
[2025-11-06T22:45:47.765Z] uname : Linux adopttest-rhel8-x64-1-amd 4.18.0-553.70.1.el8_10.x86_64 #1 SMP Tue Aug 12 13:09:16 EDT 2025 x86_64 x86_64 x86_64 GNU/Linux
[2025-11-06T22:45:47.765Z] vmVendor : Oracle Corporation
[2025-11-06T22:45:47.765Z] vmVersion : 26-beta+23-ea
[2025-11-06T22:45:47.765Z] xlc version : bash: xlC: command not found
[2025-11-06T22:45:47.765Z] **************************************************************************
[2025-11-06T22:45:47.765Z]
[2025-11-06T22:45:47.765Z] System.getProperty('java.vm.name')=OpenJDK 64-Bit Server VM
[2025-11-06T22:45:47.765Z]
[2025-11-06T22:45:47.765Z] System.getProperty('java.vendor')=Eclipse Adoptium
[2025-11-06T22:45:47.765Z]
[2025-11-06T22:45:47.765Z] System.getProperty('os.name')=Linux
[2025-11-06T22:45:47.765Z]
[2025-11-06T22:45:47.765Z] System.getProperty('os.arch')=amd64
[2025-11-06T22:45:47.765Z]
[2025-11-06T22:45:47.765Z] System.getProperty('java.fullversion')=null
[2025-11-06T22:45:47.765Z]
[2025-11-06T22:45:47.765Z] System.getProperty('sun.arch.data.model')=64
[2025-11-06T22:45:47.765Z]
[2025-11-06T22:45:48.095Z] make -f makeGen.mk AUTO_DETECT=true MODE=parallelList NUM_MACHINES= TEST_TIME=120 TESTTARGET=sanity.perf TESTLIST= TRSS_URL= LIB_DIR=/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib
[2025-11-06T22:45:48.095Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG'
[2025-11-06T22:45:48.095Z] perl scripts/configure.pl
[2025-11-06T22:45:48.095Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary/j2sdk-image/bin/java -cp "./bin/TestKitGen.jar:/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=parallelList --spec=linux_x86-64 --microArch="" --osLabel="rhel.8" --jdkVersion=26 --impl=hotspot --vendor="eclipse" --buildList=perf --iterations=1 --aotIterations= --testFlag= --testTarget=sanity.perf --testList= --numOfMachines= --testTime=120 --TRSSURL=
[2025-11-06T22:45:48.425Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2025-11-06T22:45:48.425Z]
[2025-11-06T22:45:48.425Z]
[2025-11-06T22:45:48.425Z] Starting to generate parallel test lists.
[2025-11-06T22:45:48.425Z]
[2025-11-06T22:45:48.425Z] Parsing /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../perf/bumbleBench/playlist.xml
[2025-11-06T22:45:48.425Z] Parsing /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../perf/dacapo/playlist.xml
[2025-11-06T22:45:48.425Z] Parsing /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../perf/idle_micro/playlist.xml
[2025-11-06T22:45:48.425Z] Parsing /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../perf/liberty/playlist.xml
[2025-11-06T22:45:48.425Z] Parsing /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../perf/renaissance/playlist.xml
[2025-11-06T22:45:48.425Z] Parsing /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../perf/specjbb/playlist.xml
[2025-11-06T22:45:48.425Z] Attempting to get test duration data from TRSS.
[2025-11-06T22:45:48.425Z] curl --silent --max-time 120 -L -k https://trss.adoptopenjdk.net/api/getTestAvgDuration?limit=100&jdkVersion=26&impl=hs&platform=x86-64_linux&group=perf&level=sanity
[2025-11-06T22:45:54.405Z] Attempting to get test duration data from cached files.
[2025-11-06T22:45:54.405Z]
[2025-11-06T22:45:54.405Z] TEST DURATION
[2025-11-06T22:45:54.405Z] ====================================================================================
[2025-11-06T22:45:54.405Z] Total number of tests searched: 9
[2025-11-06T22:45:54.405Z] Number of test durations found: 9
[2025-11-06T22:45:54.405Z] Top slowest tests:
[2025-11-06T22:45:54.405Z] 08m35s renaissance-akka-uct_0
[2025-11-06T22:45:54.405Z] 06m34s IdleMicrobenchmark_HS_0
[2025-11-06T22:45:54.405Z] 05m20s renaissance-fj-kmeans_0
[2025-11-06T22:45:54.405Z] ====================================================================================
[2025-11-06T22:45:54.405Z]
[2025-11-06T22:45:54.405Z] Test target is split into 1 lists.
[2025-11-06T22:45:54.405Z] Reducing estimated test running time from 25m03s to 25m03s.
[2025-11-06T22:45:54.405Z]
[2025-11-06T22:45:54.405Z] -------------------------------------testList_0-------------------------------------
[2025-11-06T22:45:54.405Z] Number of tests: 9
[2025-11-06T22:45:54.405Z] Estimated running time: 25m03s
[2025-11-06T22:45:54.405Z] TESTLIST=renaissance-akka-uct_0,IdleMicrobenchmark_HS_0,renaissance-fj-kmeans_0,renaissance-future-genetic_0,dacapo-h2_0,dacapo-eclipse_0,renaissance-scala-kmeans_0,renaissance-naive-bayes_0,dacapo-lusearch-fix_0
[2025-11-06T22:45:54.405Z] ------------------------------------------------------------------------------------
[2025-11-06T22:45:54.405Z]
[2025-11-06T22:45:54.405Z] Parallel test lists file (/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/parallelList.mk) is generated successfully.
[2025-11-06T22:45:54.405Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG'
[Pipeline] fileExists
[Pipeline] echo
[2025-11-06T22:45:54.496Z] read parallelList.mk file: aqa-tests/TKG/parallelList.mk
[Pipeline] readProperties
[Pipeline] echo
[2025-11-06T22:45:54.573Z] Number of test list is 1, no need to run tests in child job.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] echo
[2025-11-06T22:45:54.644Z] Building tests...
[Pipeline] timeout
[2025-11-06T22:45:54.647Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] echo
[2025-11-06T22:45:54.664Z] Custom URL: https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[Pipeline] sh
[2025-11-06T22:45:55.109Z] + perl ./aqa-tests/TKG/scripts/getDependencies.pl -path /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib -task default -customUrl https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[2025-11-06T22:45:58.901Z] --------------------------------------------
[2025-11-06T22:45:58.901Z] path is set to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib
[2025-11-06T22:45:58.901Z] task is set to default
[2025-11-06T22:45:58.901Z] dependencyList is set to all
[2025-11-06T22:45:58.901Z] --------------------------------------------
[2025-11-06T22:45:58.901Z] Starting download third party dependent jars
[2025-11-06T22:45:58.901Z] --------------------------------------------
[2025-11-06T22:45:58.901Z] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/jtreg_7_5_1_1.tar.gz exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/testng.jar exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/jtreg_7_4_1.tar.gz exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/asm-all.jar exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/javassist.jar exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/jtreg_7_3_1_1.tar.gz exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/junit4.jar exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/jtreg_5_1_b01.tar.gz exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/byte-buddy-agent.jar exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/jcstress-tests-all-20240222.jar exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/commons-exec.jar exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/jython-standalone.jar exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/objenesis.jar exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/jcommander.jar exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/jtreg_8_2.tar.gz exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/mockito-core.jar exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/commons-cli.jar exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/asm.jar exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/jaxb-api.jar exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/asmtools.jar exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/dacapo.zip exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/jtreg_8_1_1.tar.gz exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/openj9jtregtimeouthandler.jar exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/byte-buddy.jar exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/apache-maven-bin.tar.gz exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/org.eclipse.osgi-3.16.100.jar exists with correct hash, not downloading
[2025-11-06T22:45:58.901Z] downloaded dependent third party jars successfully
[Pipeline] }
[Pipeline] // timeout
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] withCredentials
[2025-11-06T22:45:59.087Z] Masking supported pattern matches of $USERNAME or $PASSWORD
[Pipeline] {
[Pipeline] dir
[2025-11-06T22:45:59.101Z] Running in /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests
[Pipeline] {
[Pipeline] sshagent
[2025-11-06T22:45:59.138Z] $ ssh-agent
[2025-11-06T22:45:59.248Z] SSH_AUTH_SOCK=/tmp/ssh-2Wn9kyNk2r2S/agent.615917
[2025-11-06T22:45:59.248Z] SSH_AGENT_PID=615919
[2025-11-06T22:45:59.248Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2025-11-06T22:45:59.786Z] + bash ./compile.sh
[2025-11-06T22:45:59.786Z] JAVA_HOME is set to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary/j2sdk-image
[2025-11-06T22:45:59.786Z] LIB_DIR is set to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib
[2025-11-06T22:45:59.786Z] rm -f -r /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-11-06T22:45:59.786Z] mkdir -p /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-11-06T22:45:59.786Z] (ant -f ./scripts/build_tools.xml "-DTEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary/j2sdk-image" "-DTEST_ROOT=/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/.." "-DLIB_DIR=/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib" 2>&1; echo $? ) | tee "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2025-11-06T22:45:59.787Z] if [ -z "$(tail -1 /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_compilation"; fi
[2025-11-06T22:45:59.787Z] Buildfile: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/scripts/build_tools.xml
[2025-11-06T22:46:00.130Z]
[2025-11-06T22:46:00.130Z] build:
[2025-11-06T22:46:00.130Z]
[2025-11-06T22:46:00.130Z] clean:
[2025-11-06T22:46:00.475Z] [delete] Deleting: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/autoGenEnv.mk
[2025-11-06T22:46:00.476Z] [delete] Deleting directory /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/bin
[2025-11-06T22:46:00.476Z]
[2025-11-06T22:46:00.476Z] init:
[2025-11-06T22:46:00.476Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/bin
[2025-11-06T22:46:00.476Z]
[2025-11-06T22:46:00.476Z] getDependentLibs:
[2025-11-06T22:46:00.476Z] [exec] --------------------------------------------
[2025-11-06T22:46:00.476Z] [exec] path is set to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib
[2025-11-06T22:46:00.476Z] [exec] task is set to default
[2025-11-06T22:46:00.476Z] [exec] dependencyList is set to json_simple
[2025-11-06T22:46:00.476Z] [exec] --------------------------------------------
[2025-11-06T22:46:00.476Z] [exec] Starting download third party dependent jars
[2025-11-06T22:46:00.476Z] [exec] --------------------------------------------
[2025-11-06T22:46:00.476Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib
[2025-11-06T22:46:00.476Z] [exec] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-11-06T22:46:00.476Z] [exec] downloaded dependent third party jars successfully
[2025-11-06T22:46:00.476Z]
[2025-11-06T22:46:00.476Z] compile:
[2025-11-06T22:46:00.476Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-11-06T22:46:00.476Z] [echo] ============COMPILER SETTINGS============
[2025-11-06T22:46:00.476Z] [echo] ===fork: yes
[2025-11-06T22:46:00.477Z] [echo] ===debug: on
[2025-11-06T22:46:00.477Z] [javac] Compiling 28 source files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/bin
[2025-11-06T22:46:03.459Z] [javac] Note: Some input files use or override a deprecated API.
[2025-11-06T22:46:03.459Z] [javac] Note: Recompile with -Xlint:deprecation for details.
[2025-11-06T22:46:03.459Z]
[2025-11-06T22:46:03.459Z] dist:
[2025-11-06T22:46:03.459Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/bin/TestKitGen.jar
[2025-11-06T22:46:03.459Z]
[2025-11-06T22:46:03.459Z] BUILD SUCCESSFUL
[2025-11-06T22:46:03.459Z] Total time: 3 seconds
[2025-11-06T22:46:03.459Z] 0
[2025-11-06T22:46:03.459Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary/j2sdk-image/bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector
[2025-11-06T22:46:03.459Z] Unfamiliar microArch detected in TKG. It will not be added in TKG microArch!
[2025-11-06T22:46:03.459Z] microArchOutput: model name : AMD EPYC-Rome Processor
[2025-11-06T22:46:03.459Z] ****************************** MACHINE INFO ******************************
[2025-11-06T22:46:03.459Z] File path : /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG
[2025-11-06T22:46:03.459Z] Free Physical Memory Size : 892190720
[2025-11-06T22:46:03.459Z] Free space (bytes) : 75947765760
[2025-11-06T22:46:03.459Z] Total Physical Memory Size : 8071585792
[2025-11-06T22:46:03.459Z] Total space (bytes) : 107256721408
[2025-11-06T22:46:03.459Z] Usable space (bytes) : 75947765760
[2025-11-06T22:46:03.459Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-11-06T22:46:03.459Z] bashVersion :
[2025-11-06T22:46:03.459Z] GNU bash, version 4.4.20(1)-release (x86_64-redhat-linux-gnu)
[2025-11-06T22:46:03.459Z] Copyright (C) 2016 Free Software Foundation, Inc.
[2025-11-06T22:46:03.459Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-11-06T22:46:03.459Z]
[2025-11-06T22:46:03.459Z] This is free software; you are free to change and redistribute it.
[2025-11-06T22:46:03.459Z] There is NO WARRANTY, to the extent permitted by law.
[2025-11-06T22:46:03.459Z] cpuCores : 2
[2025-11-06T22:46:03.459Z] curlVersion :
[2025-11-06T22:46:03.459Z] curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.6/openssl/zlib nghttp2/1.33.0
[2025-11-06T22:46:03.459Z] Release-Date: 2018-09-05
[2025-11-06T22:46:03.459Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
[2025-11-06T22:46:03.459Z] Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz brotli TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL
[2025-11-06T22:46:03.459Z] dockerVersion : Docker version 26.1.3, build b72abbb
[2025-11-06T22:46:03.459Z] gcc version : 8
[2025-11-06T22:46:03.459Z] gclibc version : ldd (GNU libc) 2.28
[2025-11-06T22:46:03.459Z] gdb version : GNU gdb (GDB) Red Hat Enterprise Linux 8.2-20.el8
[2025-11-06T22:46:03.459Z] lldb version : Command could not be executed
[2025-11-06T22:46:03.459Z] makeVersion :
[2025-11-06T22:46:03.459Z] GNU Make 4.2.1
[2025-11-06T22:46:03.460Z] Built for x86_64-redhat-linux-gnu
[2025-11-06T22:46:03.460Z] Copyright (C) 1988-2016 Free Software Foundation, Inc.
[2025-11-06T22:46:03.460Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-11-06T22:46:03.460Z] This is free software: you are free to change and redistribute it.
[2025-11-06T22:46:03.460Z] There is NO WARRANTY, to the extent permitted by law.
[2025-11-06T22:46:03.460Z] mavenVersion : bash: mvn: command not found
[2025-11-06T22:46:03.460Z] osInfo :
[2025-11-06T22:46:03.460Z] NAME="Red Hat Enterprise Linux"
[2025-11-06T22:46:03.460Z] VERSION="8.10 (Ootpa)"
[2025-11-06T22:46:03.460Z] ID="rhel"
[2025-11-06T22:46:03.460Z] ID_LIKE="fedora"
[2025-11-06T22:46:03.460Z] VERSION_ID="8.10"
[2025-11-06T22:46:03.460Z] PLATFORM_ID="platform:el8"
[2025-11-06T22:46:03.460Z] PRETTY_NAME="Red Hat Enterprise Linux 8.10 (Ootpa)"
[2025-11-06T22:46:03.460Z] ANSI_COLOR="0;31"
[2025-11-06T22:46:03.460Z] CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos"
[2025-11-06T22:46:03.460Z] HOME_URL="https://www.redhat.com/"
[2025-11-06T22:46:03.460Z] DOCUMENTATION_URL="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8"
[2025-11-06T22:46:03.460Z] BUG_REPORT_URL="https://issues.redhat.com/"
[2025-11-06T22:46:03.460Z]
[2025-11-06T22:46:03.460Z] REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8"
[2025-11-06T22:46:03.460Z] REDHAT_BUGZILLA_PRODUCT_VERSION=8.10
[2025-11-06T22:46:03.460Z] REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
[2025-11-06T22:46:03.460Z] REDHAT_SUPPORT_PRODUCT_VERSION="8.10"
[2025-11-06T22:46:03.460Z] osLabel : rhel.8
[2025-11-06T22:46:03.460Z] perlVersion :
[2025-11-06T22:46:03.460Z]
[2025-11-06T22:46:03.460Z] This is perl 5, version 26, subversion 3 (v5.26.3) built for x86_64-linux-thread-multi
[2025-11-06T22:46:03.460Z] (with 59 registered patches, see perl -V for more detail)
[2025-11-06T22:46:03.460Z]
[2025-11-06T22:46:03.460Z] Copyright 1987-2018, Larry Wall
[2025-11-06T22:46:03.460Z]
[2025-11-06T22:46:03.460Z] Perl may be copied only under the terms of either the Artistic License or the
[2025-11-06T22:46:03.460Z] GNU General Public License, which may be found in the Perl 5 source kit.
[2025-11-06T22:46:03.460Z]
[2025-11-06T22:46:03.460Z] Complete documentation for Perl, including FAQ lists, should be found on
[2025-11-06T22:46:03.460Z] this system using "man perl" or "perldoc perl". If you have access to the
[2025-11-06T22:46:03.460Z] Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[2025-11-06T22:46:03.460Z]
[2025-11-06T22:46:03.460Z] podmanVersion : bash: podman: command not found
[2025-11-06T22:46:03.460Z] procArch : x86_64
[2025-11-06T22:46:03.460Z] sysArch : x86_64
[2025-11-06T22:46:03.460Z] sysOS : Linux
[2025-11-06T22:46:03.460Z] ulimit :
[2025-11-06T22:46:03.460Z] core file size (blocks, -c) 0
[2025-11-06T22:46:03.460Z] data seg size (kbytes, -d) unlimited
[2025-11-06T22:46:03.460Z] scheduling priority (-e) 0
[2025-11-06T22:46:03.460Z] file size (blocks, -f) unlimited
[2025-11-06T22:46:03.460Z] pending signals (-i) 30441
[2025-11-06T22:46:03.460Z] max locked memory (kbytes, -l) 64
[2025-11-06T22:46:03.460Z] max memory size (kbytes, -m) unlimited
[2025-11-06T22:46:03.460Z] open files (-n) 262144
[2025-11-06T22:46:03.460Z] pipe size (512 bytes, -p) 8
[2025-11-06T22:46:03.460Z] POSIX message queues (bytes, -q) 819200
[2025-11-06T22:46:03.460Z] real-time priority (-r) 0
[2025-11-06T22:46:03.460Z] stack size (kbytes, -s) 8192
[2025-11-06T22:46:03.460Z] cpu time (seconds, -t) unlimited
[2025-11-06T22:46:03.460Z] max user processes (-u) 30441
[2025-11-06T22:46:03.460Z] virtual memory (kbytes, -v) unlimited
[2025-11-06T22:46:03.460Z] file locks (-x) unlimited
[2025-11-06T22:46:03.460Z] uname : Linux adopttest-rhel8-x64-1-amd 4.18.0-553.70.1.el8_10.x86_64 #1 SMP Tue Aug 12 13:09:16 EDT 2025 x86_64 x86_64 x86_64 GNU/Linux
[2025-11-06T22:46:03.460Z] vmVendor : Oracle Corporation
[2025-11-06T22:46:03.460Z] vmVersion : 26-beta+23-ea
[2025-11-06T22:46:03.460Z] xlc version : bash: xlC: command not found
[2025-11-06T22:46:03.460Z] **************************************************************************
[2025-11-06T22:46:03.460Z]
[2025-11-06T22:46:03.460Z] System.getProperty('java.vm.name')=OpenJDK 64-Bit Server VM
[2025-11-06T22:46:03.460Z]
[2025-11-06T22:46:03.460Z] System.getProperty('java.vendor')=Eclipse Adoptium
[2025-11-06T22:46:03.460Z]
[2025-11-06T22:46:03.460Z] System.getProperty('os.name')=Linux
[2025-11-06T22:46:03.460Z]
[2025-11-06T22:46:03.460Z] System.getProperty('os.arch')=amd64
[2025-11-06T22:46:03.460Z]
[2025-11-06T22:46:03.460Z] System.getProperty('java.fullversion')=null
[2025-11-06T22:46:03.460Z]
[2025-11-06T22:46:03.460Z] System.getProperty('sun.arch.data.model')=64
[2025-11-06T22:46:03.460Z]
[2025-11-06T22:46:03.797Z] make -f clean.mk cleanBuild
[2025-11-06T22:46:03.797Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG'
[2025-11-06T22:46:03.797Z] rm -f -r /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../../jvmtest
[2025-11-06T22:46:03.798Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG'
[2025-11-06T22:46:03.798Z] make -f compile.mk compile
[2025-11-06T22:46:03.798Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG'
[2025-11-06T22:46:03.798Z] rm -f -r /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-11-06T22:46:03.798Z] mkdir -p /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-11-06T22:46:03.798Z] (ant -f scripts/build_test.xml "-DTEST_ROOT=/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/.." "-DBUILD_ROOT=/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../../jvmtest" "-DJDK_VERSION=26" "-DJDK_IMPL=hotspot" "-DJDK_VENDOR=eclipse" "-DJCL_VERSION=latest" "-DBUILD_LIST=perf" "-DRESOURCES_DIR=/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../../jvmtest/TestConfig/resources" "-DSPEC=linux_x86-64" "-DTEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary/j2sdk-image" "-DJVM_VERSION=openjdk26" "-DLIB_DIR=/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib" 2>&1; echo $? ) | tee "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2025-11-06T22:46:03.798Z] if [ -z "$(tail -1 /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_compilation"; fi
[2025-11-06T22:46:04.144Z] Buildfile: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/scripts/build_test.xml
[2025-11-06T22:46:04.479Z] [echo] build.list is TestConfig/build.xml,perf/build.xml
[2025-11-06T22:46:04.479Z]
[2025-11-06T22:46:04.479Z] -create_test_directory:
[2025-11-06T22:46:04.479Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jvmtest
[2025-11-06T22:46:04.479Z]
[2025-11-06T22:46:04.479Z] stage_test_material:
[2025-11-06T22:46:04.811Z] [copy] Copying 585 files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jvmtest
[2025-11-06T22:46:05.139Z]
[2025-11-06T22:46:05.139Z] build:
[2025-11-06T22:46:05.139Z]
[2025-11-06T22:46:05.139Z] init:
[2025-11-06T22:46:05.139Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jvmtest/perf
[2025-11-06T22:46:05.139Z]
[2025-11-06T22:46:05.139Z] dist:
[2025-11-06T22:46:05.139Z] [copy] Copying 1 file to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jvmtest/perf
[2025-11-06T22:46:05.139Z]
[2025-11-06T22:46:05.139Z] build:
[2025-11-06T22:46:05.139Z]
[2025-11-06T22:46:05.139Z] build:
[2025-11-06T22:46:05.139Z]
[2025-11-06T22:46:05.139Z] init:
[2025-11-06T22:46:05.139Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jvmtest/perf/bumbleBench
[2025-11-06T22:46:05.139Z]
[2025-11-06T22:46:05.139Z] getBumbleBench:
[2025-11-06T22:46:05.139Z] [echo] Cloning BumbleBench
[2025-11-06T22:46:05.139Z] [echo] git clone --depth 1 -b master https://github.com/adoptium/bumblebench.git
[2025-11-06T22:46:05.139Z] [exec] Cloning into 'bumblebench'...
[2025-11-06T22:46:05.865Z]
[2025-11-06T22:46:05.865Z] buildBumbleBench:
[2025-11-06T22:46:05.865Z] [echo] Building BumbleBench
[2025-11-06T22:46:05.865Z]
[2025-11-06T22:46:05.865Z] compile-all:
[2025-11-06T22:46:05.865Z] [javac] Compiling 8 source files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-06T22:46:06.206Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-06T22:46:06.206Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-06T22:46:06.206Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-06T22:46:06.206Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:06.206Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:06.206Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-06T22:46:07.915Z] [javac] Note: Some input files use or override a deprecated API.
[2025-11-06T22:46:07.915Z] [javac] Note: Recompile with -Xlint:deprecation for details.
[2025-11-06T22:46:07.915Z] [javac] Note: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/bumbleBench/bumblebench/net/adoptopenjdk/bumblebench/core/Launcher.java uses unchecked or unsafe operations.
[2025-11-06T22:46:07.915Z] [javac] Note: Recompile with -Xlint:unchecked for details.
[2025-11-06T22:46:07.915Z] [javac] 4 warnings
[2025-11-06T22:46:07.915Z] [javac] Compiling 1 source file to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-06T22:46:07.915Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-06T22:46:07.915Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-06T22:46:07.915Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-06T22:46:07.915Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:07.915Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:07.915Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-06T22:46:07.915Z] [javac] 4 warnings
[2025-11-06T22:46:07.915Z] [javac] Compiling 11 source files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-06T22:46:07.915Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-06T22:46:07.915Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-06T22:46:07.915Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-06T22:46:07.915Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:07.915Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:07.916Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-06T22:46:07.916Z] [javac] Note: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/bumbleBench/bumblebench/net/adoptopenjdk/bumblebench/collections/CollectionsBench.java uses or overrides a deprecated API.
[2025-11-06T22:46:07.916Z] [javac] Note: Recompile with -Xlint:deprecation for details.
[2025-11-06T22:46:07.916Z] [javac] 4 warnings
[2025-11-06T22:46:07.916Z] [javac] Compiling 5 source files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-06T22:46:07.916Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-06T22:46:07.916Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-06T22:46:07.916Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-06T22:46:07.916Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:07.916Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:07.916Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-06T22:46:07.916Z] [javac] Note: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/bumbleBench/bumblebench/net/adoptopenjdk/bumblebench/collections/HashMapReplaceAllLambdaBench.java uses or overrides a deprecated API.
[2025-11-06T22:46:07.916Z] [javac] Note: Recompile with -Xlint:deprecation for details.
[2025-11-06T22:46:07.916Z] [javac] 4 warnings
[2025-11-06T22:46:07.916Z] [javac] Compiling 9 source files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-06T22:46:07.916Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-06T22:46:07.916Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-06T22:46:07.916Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-06T22:46:07.916Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:07.916Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:07.917Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-06T22:46:08.633Z] [javac] Note: Some input files use or override a deprecated API.
[2025-11-06T22:46:08.633Z] [javac] Note: Recompile with -Xlint:deprecation for details.
[2025-11-06T22:46:08.633Z] [javac] 4 warnings
[2025-11-06T22:46:08.633Z] [javac] Compiling 1 source file to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-06T22:46:08.633Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-06T22:46:08.633Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-06T22:46:08.633Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-06T22:46:08.633Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:08.633Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:08.633Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-06T22:46:08.633Z] [javac] 4 warnings
[2025-11-06T22:46:08.633Z] [javac] Compiling 2 source files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-06T22:46:08.634Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-06T22:46:08.634Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-06T22:46:08.634Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-06T22:46:08.634Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:08.634Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:08.634Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-06T22:46:08.634Z] [javac] 4 warnings
[2025-11-06T22:46:08.634Z] [javac] Compiling 8 source files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-06T22:46:08.634Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-06T22:46:08.634Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-06T22:46:08.634Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-06T22:46:08.634Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:08.634Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:08.634Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-06T22:46:08.634Z] [javac] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_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
[2025-11-06T22:46:08.634Z] [javac] synchronized(init) {
[2025-11-06T22:46:08.634Z] [javac] ^
[2025-11-06T22:46:08.634Z] [javac] 5 warnings
[2025-11-06T22:46:08.634Z] [javac] Compiling 6 source files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-06T22:46:08.634Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-06T22:46:08.634Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-06T22:46:08.634Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-06T22:46:08.634Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:08.634Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:08.634Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-06T22:46:08.962Z] [javac] 4 warnings
[2025-11-06T22:46:08.963Z] [javac] Compiling 5 source files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-06T22:46:08.963Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-06T22:46:08.963Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-06T22:46:08.963Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-06T22:46:08.963Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:08.963Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:08.963Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-06T22:46:08.963Z] [javac] 4 warnings
[2025-11-06T22:46:08.963Z] [javac] Compiling 7 source files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-06T22:46:08.963Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-06T22:46:08.963Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-06T22:46:08.963Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-06T22:46:08.963Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:08.963Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:08.963Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-06T22:46:09.293Z] [javac] 4 warnings
[2025-11-06T22:46:09.294Z] [javac] Compiling 8 source files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-06T22:46:09.294Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-06T22:46:09.294Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-06T22:46:09.294Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-06T22:46:09.294Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:09.294Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:09.294Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-06T22:46:09.294Z] [javac] 4 warnings
[2025-11-06T22:46:09.294Z] [javac] Compiling 2 source files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-06T22:46:09.294Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-06T22:46:09.294Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-06T22:46:09.294Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-06T22:46:09.294Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:09.294Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:09.294Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-06T22:46:09.629Z] [javac] 4 warnings
[2025-11-06T22:46:09.630Z] [javac] Compiling 4 source files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-06T22:46:09.630Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-06T22:46:09.630Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-06T22:46:09.630Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-06T22:46:09.630Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:09.630Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:09.630Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-06T22:46:09.630Z] [javac] 4 warnings
[2025-11-06T22:46:09.630Z] [javac] Compiling 5 source files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-06T22:46:09.630Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-06T22:46:09.630Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-06T22:46:09.630Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-06T22:46:09.630Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:09.630Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-06T22:46:09.630Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-06T22:46:09.630Z] [javac] 4 warnings
[2025-11-06T22:46:09.630Z]
[2025-11-06T22:46:09.630Z] dist:
[2025-11-06T22:46:09.630Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/bumbleBench/bumblebench/BumbleBench.jar
[2025-11-06T22:46:09.630Z]
[2025-11-06T22:46:09.630Z] dist:
[2025-11-06T22:46:09.960Z] [copy] Copying 126 files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jvmtest/perf/bumbleBench
[2025-11-06T22:46:09.960Z]
[2025-11-06T22:46:09.960Z] build:
[2025-11-06T22:46:09.960Z]
[2025-11-06T22:46:09.960Z] getDependentLibs:
[2025-11-06T22:46:12.921Z] [exec] --------------------------------------------
[2025-11-06T22:46:12.921Z] [exec] path is set to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib
[2025-11-06T22:46:12.921Z] [exec] task is set to default
[2025-11-06T22:46:12.921Z] [exec] dependencyList is set to dacapo
[2025-11-06T22:46:12.921Z] [exec] --------------------------------------------
[2025-11-06T22:46:12.921Z] [exec] Starting download third party dependent jars
[2025-11-06T22:46:12.921Z] [exec] --------------------------------------------
[2025-11-06T22:46:12.921Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib
[2025-11-06T22:46:12.921Z] [exec] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/dacapo.zip exists with correct hash, not downloading
[2025-11-06T22:46:12.921Z] [exec] downloaded dependent third party jars successfully
[2025-11-06T22:46:12.921Z]
[2025-11-06T22:46:12.921Z] init:
[2025-11-06T22:46:12.921Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jvmtest/perf/dacapo
[2025-11-06T22:46:12.921Z]
[2025-11-06T22:46:12.921Z] getDacapoSuite:
[2025-11-06T22:46:12.921Z] [unzip] Expanding: /home/jenkins/externalDependency/lib/dacapo.zip into /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jvmtest/perf/dacapo
[2025-11-06T22:46:36.050Z] [move] Moving 1 file to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jvmtest/perf/dacapo
[2025-11-06T22:46:36.050Z] [move] Moving 10669 files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jvmtest/perf/dacapo/dacapo
[2025-11-06T22:46:36.050Z]
[2025-11-06T22:46:36.050Z] dist:
[2025-11-06T22:46:36.050Z] [copy] Copying 2 files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jvmtest/perf/dacapo
[2025-11-06T22:46:36.050Z]
[2025-11-06T22:46:36.050Z] build:
[2025-11-06T22:46:36.050Z]
[2025-11-06T22:46:36.050Z] init:
[2025-11-06T22:46:36.050Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jvmtest/perf/idle_micro
[2025-11-06T22:46:36.050Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/idle_micro/bin
[2025-11-06T22:46:36.050Z]
[2025-11-06T22:46:36.050Z] compile:
[2025-11-06T22:46:36.050Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-11-06T22:46:36.050Z] [echo] ============COMPILER SETTINGS============
[2025-11-06T22:46:36.050Z] [echo] ===fork: yes
[2025-11-06T22:46:36.050Z] [echo] ===executable: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary/j2sdk-image/bin/javac
[2025-11-06T22:46:36.050Z] [echo] ===debug: on
[2025-11-06T22:46:36.050Z] [echo] ===destdir: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../../jvmtest/perf/idle_micro
[2025-11-06T22:46:36.050Z] [javac] Compiling 3 source files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/idle_micro/bin
[2025-11-06T22:46:37.221Z] [javac] Note: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/idle_micro/src/net/adoptopenjdk/test/gc/idlemicrobenchmark/CombinedLoad.java uses or overrides a deprecated API.
[2025-11-06T22:46:37.221Z] [javac] Note: Recompile with -Xlint:deprecation for details.
[2025-11-06T22:46:37.221Z]
[2025-11-06T22:46:37.221Z] dist:
[2025-11-06T22:46:37.221Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jvmtest/perf/idle_micro/IdleMicrobenchmark.jar
[2025-11-06T22:46:37.221Z] [copy] Copying 2 files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jvmtest/perf/idle_micro
[2025-11-06T22:46:37.222Z] [copy] Copying 2 files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jvmtest/perf/idle_micro
[2025-11-06T22:46:37.222Z] [copy] Copying 7 files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jvmtest/perf/idle_micro
[2025-11-06T22:46:37.222Z]
[2025-11-06T22:46:37.222Z] clean:
[2025-11-06T22:46:37.222Z] [delete] Deleting directory /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/idle_micro/bin
[2025-11-06T22:46:37.222Z]
[2025-11-06T22:46:37.222Z] build:
[2025-11-06T22:46:37.222Z]
[2025-11-06T22:46:37.222Z] build:
[2025-11-06T22:46:37.222Z]
[2025-11-06T22:46:37.222Z] init:
[2025-11-06T22:46:37.222Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jvmtest/perf/renaissance
[2025-11-06T22:46:37.222Z]
[2025-11-06T22:46:37.222Z] getRenaissanceSuite:
[2025-11-06T22:46:37.222Z] [echo] curl -Lks -C - https://github.com/renaissance-benchmarks/renaissance/releases/download/v0.16.0/renaissance-mit-0.16.0.jar -o renaissance.jar
[2025-11-06T22:46:50.399Z]
[2025-11-06T22:46:50.399Z] dist:
[2025-11-06T22:46:50.399Z] [copy] Copying 3 files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jvmtest/perf/renaissance
[2025-11-06T22:47:06.368Z]
[2025-11-06T22:47:06.368Z] build:
[2025-11-06T22:47:06.368Z]
[2025-11-06T22:47:06.368Z] init:
[2025-11-06T22:47:06.368Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jvmtest/perf/specjbb
[2025-11-06T22:47:06.368Z]
[2025-11-06T22:47:06.368Z] getSpecjbbSuite:
[2025-11-06T22:47:06.368Z]
[2025-11-06T22:47:06.368Z] dist:
[2025-11-06T22:47:06.368Z] [copy] Copying 3 files to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jvmtest/perf/specjbb/run
[2025-11-06T22:47:06.368Z]
[2025-11-06T22:47:06.368Z] BUILD SUCCESSFUL
[2025-11-06T22:47:06.368Z] Total time: 1 minute 1 second
[2025-11-06T22:47:06.368Z] 0
[2025-11-06T22:47:06.368Z]
[2025-11-06T22:47:06.368Z]
[2025-11-06T22:47:06.368Z] RECORD TEST REPOs SHA
[2025-11-06T22:47:06.368Z] cd "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/scripts"; \
[2025-11-06T22:47:06.368Z] bash "getSHAs.sh" --test_root_dir "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/.." --shas_file "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/SHAs.txt"
[2025-11-06T22:47:06.369Z] Check shas in /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/.. and store the info in /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/SHAs.txt
[2025-11-06T22:47:06.369Z] touch /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/SHAs.txt
[2025-11-06T22:47:06.369Z] ================================================
[2025-11-06T22:47:06.369Z] timestamp: 20251106-224705
[2025-11-06T22:47:06.369Z] repo dir: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests
[2025-11-06T22:47:06.369Z] git repo:
[2025-11-06T22:47:06.369Z] Fetch URL: https://github.com/adoptium/aqa-tests.git
[2025-11-06T22:47:06.369Z] sha:
[2025-11-06T22:47:06.369Z] 657cc9bf15bebd595a52d52f7cc071ea65ceb524
[2025-11-06T22:47:06.369Z] ================================================
[2025-11-06T22:47:06.369Z] timestamp: 20251106-224705
[2025-11-06T22:47:06.369Z] repo dir: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-06T22:47:06.369Z] git repo:
[2025-11-06T22:47:06.369Z] Fetch URL: https://github.com/adoptium/bumblebench.git
[2025-11-06T22:47:06.369Z] sha:
[2025-11-06T22:47:06.369Z] 4ec780b716e7617094cce740d3b085ca4637ee0f
[2025-11-06T22:47:06.369Z] ================================================
[2025-11-06T22:47:06.369Z] timestamp: 20251106-224705
[2025-11-06T22:47:06.369Z] repo dir: /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG
[2025-11-06T22:47:06.369Z] git repo:
[2025-11-06T22:47:06.369Z] Fetch URL: https://github.com/adoptium/TKG.git
[2025-11-06T22:47:06.369Z] sha:
[2025-11-06T22:47:06.369Z] 53fb20ae51018f0a2f7ca2c05347c0149151f382
[2025-11-06T22:47:06.369Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG'
[Pipeline] }
[2025-11-06T22:47:06.465Z] $ ssh-agent -k
[2025-11-06T22:47:06.475Z] unset SSH_AUTH_SOCK;
[2025-11-06T22:47:06.476Z] unset SSH_AGENT_PID;
[2025-11-06T22:47:06.476Z] echo Agent pid 615919 killed;
[2025-11-06T22:47:06.579Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] echo
[2025-11-06T22:47:06.771Z] Running tests...
Did you forget the `def` keyword? Script1 seems to be setting a field named TARGET (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TARGET (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named RUNTEST_CMD (to a value of type GStringImpl) which could lead to memory leaks or other issues.
[Pipeline] echo
[2025-11-06T22:47:06.801Z] ITERATION: 1/1
[Pipeline] sh
[2025-11-06T22:47:07.382Z] + which Xvfb
[2025-11-06T22:47:07.382Z] + /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot Xvfb
[2025-11-06T22:47:07.382Z] + alias
[2025-11-06T22:47:07.382Z] + eval declare -f
[2025-11-06T22:47:07.382Z] ++ declare -f
[2025-11-06T22:47:07.382Z] /usr/bin/Xvfb
[Pipeline] wrap
[2025-11-06T22:47:07.503Z] $ Xvfb -displayfd 2 -screen 0 1024x768x24 -fbdir /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/.xvfb-12-..fbdir9936612696426965583
[Pipeline] {
[Pipeline] sh
[2025-11-06T22:47:28.076Z] + grep '[X]vfb'
[2025-11-06T22:47:28.077Z] + ps -f
[2025-11-06T22:47:28.077Z] + awk '{print $9}'
[Pipeline] echo
[2025-11-06T22:47:28.225Z] env.DISPLAY is :0
[Pipeline] sshagent
[2025-11-06T22:47:28.255Z] $ ssh-agent
[2025-11-06T22:47:28.378Z] SSH_AUTH_SOCK=/tmp/ssh-HOnOzmgGABTk/agent.616549
[2025-11-06T22:47:28.378Z] SSH_AGENT_PID=616551
[2025-11-06T22:47:28.378Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2025-11-06T22:47:28.866Z] ++ uname
[2025-11-06T22:47:28.866Z] + '[' Linux = AIX ']'
[2025-11-06T22:47:28.866Z] ++ uname
[2025-11-06T22:47:28.866Z] + '[' Linux = SunOS ']'
[2025-11-06T22:47:28.866Z] ++ uname
[2025-11-06T22:47:28.866Z] + '[' Linux = '*BSD' ']'
[2025-11-06T22:47:28.866Z] + MAKE=make
[2025-11-06T22:47:28.866Z] + make -f ./aqa-tests/TKG/testEnv.mk testEnvTeardown
[2025-11-06T22:47:28.866Z] make: Nothing to be done for 'testEnvTeardown'.
[Pipeline] sh
[2025-11-06T22:47:29.402Z] ++ uname
[2025-11-06T22:47:29.402Z] + '[' Linux = AIX ']'
[2025-11-06T22:47:29.402Z] ++ uname
[2025-11-06T22:47:29.402Z] + '[' Linux = SunOS ']'
[2025-11-06T22:47:29.402Z] ++ uname
[2025-11-06T22:47:29.402Z] + '[' Linux = '*BSD' ']'
[2025-11-06T22:47:29.402Z] + MAKE=make
[2025-11-06T22:47:29.402Z] + cd ./aqa-tests
[2025-11-06T22:47:29.402Z] + . ./scripts/testenv/testenvSettings.sh
[2025-11-06T22:47:29.402Z] ++ set +x
[2025-11-06T22:47:29.402Z] JAVA_HOME is set to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary/j2sdk-image
[2025-11-06T22:47:29.402Z] LIB_DIR is set to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib
[2025-11-06T22:47:29.402Z] make -f makeGen.mk AUTO_DETECT=true MODE=tests TESTTARGET=sanity.perf TESTLIST=
[2025-11-06T22:47:29.402Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG'
[2025-11-06T22:47:29.402Z] perl scripts/configure.pl
[2025-11-06T22:47:29.402Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary/j2sdk-image/bin/java -cp "./bin/TestKitGen.jar:/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/../../externalDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=tests --spec=linux_x86-64 --microArch="" --osLabel="rhel.8" --jdkVersion=26 --impl=hotspot --vendor="eclipse" --buildList=perf --iterations=1 --aotIterations= --testFlag= --testTarget=sanity.perf --testList= --numOfMachines= --testTime=120 --TRSSURL=
[2025-11-06T22:47:29.730Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2025-11-06T22:47:29.730Z]
[2025-11-06T22:47:29.730Z] Starting to generate test make files.
[2025-11-06T22:47:29.730Z]
[2025-11-06T22:47:29.730Z] Parsing /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../perf/bumbleBench/playlist.xml
[2025-11-06T22:47:29.730Z] Parsing /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../perf/dacapo/playlist.xml
[2025-11-06T22:47:29.730Z] Generated /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../perf/dacapo/autoGen.mk
[2025-11-06T22:47:29.730Z]
[2025-11-06T22:47:29.730Z] Parsing /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../perf/idle_micro/playlist.xml
[2025-11-06T22:47:29.730Z] Generated /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../perf/idle_micro/autoGen.mk
[2025-11-06T22:47:29.730Z]
[2025-11-06T22:47:29.730Z] Parsing /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../perf/liberty/playlist.xml
[2025-11-06T22:47:29.730Z] Parsing /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../perf/renaissance/playlist.xml
[2025-11-06T22:47:29.730Z] Generated /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../perf/renaissance/autoGen.mk
[2025-11-06T22:47:29.730Z]
[2025-11-06T22:47:29.730Z] Parsing /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../perf/specjbb/playlist.xml
[2025-11-06T22:47:29.730Z] Generated /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../perf/autoGen.mk
[2025-11-06T22:47:29.730Z]
[2025-11-06T22:47:29.730Z] Generated /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../autoGen.mk
[2025-11-06T22:47:29.730Z]
[2025-11-06T22:47:29.730Z] Generated /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/utils.mk
[2025-11-06T22:47:29.730Z]
[2025-11-06T22:47:29.730Z] Generated /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/rerun.mk
[2025-11-06T22:47:29.730Z]
[2025-11-06T22:47:29.730Z] Make files are generated successfully.
[2025-11-06T22:47:29.730Z]
[2025-11-06T22:47:29.730Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG'
[2025-11-06T22:47:29.730Z] make -f runtest.mk _sanity.perf
[2025-11-06T22:47:29.730Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG'
[2025-11-06T22:47:30.087Z]
[2025-11-06T22:47:30.087Z] Running make 4.2.1
[2025-11-06T22:47:30.087Z] set TEST_ROOT to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/..
[2025-11-06T22:47:30.087Z] set JDK_VERSION to 26
[2025-11-06T22:47:30.087Z] set JDK_IMPL to hotspot
[2025-11-06T22:47:30.087Z] set JVM_VERSION to openjdk26
[2025-11-06T22:47:30.087Z] set JCL_VERSION to latest
[2025-11-06T22:47:30.087Z] set JAVA_HOME to /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary/j2sdk-image
[2025-11-06T22:47:30.087Z] set SPEC to linux_x86-64
[2025-11-06T22:47:30.087Z] set TEST_FLAG to
[2025-11-06T22:47:30.087Z] set OS_LABEL to rhel.8
[2025-11-06T22:47:30.087Z] Running sanity.perf ...
[2025-11-06T22:47:30.087Z] There are 9 test targets in sanity.perf
[2025-11-06T22:47:30.087Z] "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary/j2sdk-image/bin/java" -version
[2025-11-06T22:47:30.087Z] openjdk version "26-beta" 2026-03-17
[2025-11-06T22:47:30.087Z] OpenJDK Runtime Environment Temurin-26+23-202511062133 (build 26-beta+23-ea)
[2025-11-06T22:47:30.087Z] OpenJDK 64-Bit Server VM Temurin-26+23-202511062133 (build 26-beta+23-ea, mixed mode, sharing)
[2025-11-06T22:47:30.087Z] make[2]: Entering directory '/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests'
[2025-11-06T22:47:30.087Z] make[3]: Entering directory '/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf'
[2025-11-06T22:47:30.087Z] make[4]: Entering directory '/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/dacapo'
[2025-11-06T22:47:30.087Z]
[2025-11-06T22:47:30.087Z] ===============================================
[2025-11-06T22:47:30.087Z] Running test dacapo-eclipse_0 ...
[2025-11-06T22:47:30.087Z] ===============================================
[2025-11-06T22:47:30.087Z] dacapo-eclipse_0 Start Time: Thu Nov 6 22:47:29 2025 Epoch Time (ms): 1762469249857
[2025-11-06T22:47:30.087Z] variation: NoOptions
[2025-11-06T22:47:30.087Z] JVM_OPTIONS:
[2025-11-06T22:47:30.087Z] { \
[2025-11-06T22:47:30.087Z] echo ""; echo "TEST SETUP:"; \
[2025-11-06T22:47:30.087Z] echo "Nothing to be done for setup."; \
[2025-11-06T22:47:30.087Z] mkdir -p "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/dacapo-eclipse_0"; \
[2025-11-06T22:47:30.087Z] cd "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/dacapo-eclipse_0"; \
[2025-11-06T22:47:30.087Z] echo ""; echo "TESTING:"; \
[2025-11-06T22:47:30.087Z] "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary/j2sdk-image/bin/java" -jar "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../../jvmtest/perf/dacapo/dacapo.jar" eclipse; \
[2025-11-06T22:47:30.087Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "dacapo-eclipse_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/dacapo-eclipse_0"; else echo "-----------------------------------"; echo "dacapo-eclipse_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-06T22:47:30.087Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-06T22:47:30.087Z] echo "Nothing to be done for teardown."; \
[2025-11-06T22:47:30.087Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/TestTargetResult";
[2025-11-06T22:47:30.087Z]
[2025-11-06T22:47:30.087Z] TEST SETUP:
[2025-11-06T22:47:30.087Z] Nothing to be done for setup.
[2025-11-06T22:47:30.087Z]
[2025-11-06T22:47:30.087Z] TESTING:
[2025-11-06T22:47:30.087Z] WARNING: eclipse will only run with specific Java versions. However the Java version string provided by this JVM ('26-beta') could not be parsed. It is therefore unclear whether this JVM is compatable. The particular requirement for eclipse is as follows: 'Eclipse requires Java 11 or newer.'
[2025-11-06T22:47:30.802Z] Version: eclipse 4.27 (use -p to print nominal benchmark stats)
[2025-11-06T22:47:31.136Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
[2025-11-06T22:47:31.136Z] WARNING: sun.misc.Unsafe::staticFieldOffset has been called by org.eclipse.osgi.internal.url.MultiplexingFactory (file:/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jvmtest/perf/dacapo/dacapo/jar/eclipse/eclipse.jar)
[2025-11-06T22:47:31.136Z] WARNING: Please consider reporting this to the maintainers of class org.eclipse.osgi.internal.url.MultiplexingFactory
[2025-11-06T22:47:31.136Z] WARNING: sun.misc.Unsafe::staticFieldOffset will be removed in a future release
[2025-11-06T22:47:32.672Z] Unzip workspace
[2025-11-06T22:47:32.672Z] ===== DaCapo 23.11-MR2-chopin-minimal eclipse starting =====
[2025-11-06T22:47:32.672Z] Initialize workspace .WARNING: A restricted method in java.lang.System has been called
[2025-11-06T22:47:32.672Z] WARNING: java.lang.System::loadLibrary has been called by org.eclipse.core.internal.filesystem.local.unix.UnixFileNatives in an unnamed module (file:/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jvmtest/perf/dacapo/dacapo/dat/eclipse/eclipse/plugins/org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar)
[2025-11-06T22:47:32.672Z] WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
[2025-11-06T22:47:32.672Z] WARNING: Restricted methods will be blocked in a future release unless native access is enabled
[2025-11-06T22:47:32.672Z]
[2025-11-06T22:47:34.044Z] ..................
[2025-11-06T22:47:47.894Z] Index workspace .....................
[2025-11-06T22:47:59.016Z] Build workspace
[2025-11-06T22:48:01.404Z] Search .. 4,207 references for default constructor in workspace
[2025-11-06T22:48:01.757Z] .. 1,957 references for method 'equals' in workspace
[2025-11-06T22:48:02.496Z] Type hierarchy tests
[2025-11-06T22:48:05.525Z] AST tests
[2025-11-06T22:48:09.990Z] Completion tests .........
[2025-11-06T22:48:13.531Z] Format tests ..............
[2025-11-06T22:48:14.558Z] Model tests ................
[2025-11-06T22:48:14.897Z] ===== DaCapo 23.11-MR2-chopin-minimal eclipse PASSED in 41981 msec =====
[2025-11-06T22:48:15.265Z] Delete workspace
[2025-11-06T22:48:15.628Z] -----------------------------------
[2025-11-06T22:48:15.628Z] dacapo-eclipse_0_PASSED
[2025-11-06T22:48:15.628Z] -----------------------------------
[2025-11-06T22:48:15.628Z]
[2025-11-06T22:48:15.628Z] TEST TEARDOWN:
[2025-11-06T22:48:15.628Z] Nothing to be done for teardown.
[2025-11-06T22:48:15.628Z] dacapo-eclipse_0 Finish Time: Thu Nov 6 22:48:15 2025 Epoch Time (ms): 1762469295515
[2025-11-06T22:48:15.628Z]
[2025-11-06T22:48:15.628Z] ===============================================
[2025-11-06T22:48:15.628Z] Running test dacapo-h2_0 ...
[2025-11-06T22:48:15.628Z] ===============================================
[2025-11-06T22:48:15.628Z] dacapo-h2_0 Start Time: Thu Nov 6 22:48:15 2025 Epoch Time (ms): 1762469295534
[2025-11-06T22:48:15.628Z] variation: NoOptions
[2025-11-06T22:48:15.628Z] JVM_OPTIONS:
[2025-11-06T22:48:15.628Z] { \
[2025-11-06T22:48:15.628Z] echo ""; echo "TEST SETUP:"; \
[2025-11-06T22:48:15.628Z] echo "Nothing to be done for setup."; \
[2025-11-06T22:48:15.628Z] mkdir -p "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/dacapo-h2_0"; \
[2025-11-06T22:48:15.628Z] cd "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/dacapo-h2_0"; \
[2025-11-06T22:48:15.628Z] echo ""; echo "TESTING:"; \
[2025-11-06T22:48:15.628Z] "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary/j2sdk-image/bin/java" -jar "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../../jvmtest/perf/dacapo/dacapo.jar" h2; \
[2025-11-06T22:48:15.628Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "dacapo-h2_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/dacapo-h2_0"; else echo "-----------------------------------"; echo "dacapo-h2_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-06T22:48:15.628Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-06T22:48:15.628Z] echo "Nothing to be done for teardown."; \
[2025-11-06T22:48:15.628Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/TestTargetResult";
[2025-11-06T22:48:15.628Z]
[2025-11-06T22:48:15.628Z] TEST SETUP:
[2025-11-06T22:48:15.628Z] Nothing to be done for setup.
[2025-11-06T22:48:15.628Z]
[2025-11-06T22:48:15.628Z] TESTING:
[2025-11-06T22:48:15.972Z] Using scaled threading model. 2 processors detected, 2 threads used to drive the workload, in a possible range of [1,1024]
[2025-11-06T22:48:15.972Z] WARNING: h2 will only run with specific Java versions. However the Java version string provided by this JVM ('26-beta') could not be parsed. It is therefore unclear whether this JVM is compatable. The particular requirement for h2 is as follows: 'H2 requires Java 11 or newer.'
[2025-11-06T22:48:15.972Z] Version: h2 2.2.220 derby 10.15.2.0 (use -p to print nominal benchmark stats)
[2025-11-06T22:48:15.972Z] Preparing the H2 database...
[2025-11-06T22:48:15.972Z] TPCC configuration: scale: 16, terminals: 2, transactions: 100000
[2025-11-06T22:48:35.335Z] ===== DaCapo 23.11-MR2-chopin-minimal h2 starting =====
[2025-11-06T22:48:35.335Z] Starting 100000 requests...
[2025-11-06T22:48:39.127Z]
[2025-11-06T22:48:41.385Z] 5%
[2025-11-06T22:48:43.651Z] 10%
[2025-11-06T22:48:45.324Z] 15%
[2025-11-06T22:48:46.996Z] 20%
[2025-11-06T22:48:48.659Z] 25%
[2025-11-06T22:48:49.811Z] 30%
[2025-11-06T22:48:51.483Z] 35%
[2025-11-06T22:48:52.202Z] 40%
[2025-11-06T22:48:53.901Z] 45%
[2025-11-06T22:48:55.062Z] 50%
[2025-11-06T22:48:56.211Z] 55%
[2025-11-06T22:48:57.359Z] 60%
[2025-11-06T22:48:58.506Z] 65%
[2025-11-06T22:49:00.168Z] 70%
[2025-11-06T22:49:01.317Z] 75%
[2025-11-06T22:49:02.465Z] 80%
[2025-11-06T22:49:03.618Z] 85%
[2025-11-06T22:49:05.280Z] 90%
[2025-11-06T22:49:06.429Z] 95%
[2025-11-06T22:49:06.429Z] 100%
[2025-11-06T22:49:06.429Z] Completed requests
[2025-11-06T22:49:06.429Z] Stock level ............. 3973 ( 4.0%)
[2025-11-06T22:49:06.429Z] Order status by name .... 2361 ( 2.4%)
[2025-11-06T22:49:06.429Z] Order status by ID ...... 1609 ( 1.6%)
[2025-11-06T22:49:06.429Z] Payment by name ......... 25847 (25.8%)
[2025-11-06T22:49:06.429Z] Payment by ID ........... 17220 (17.2%)
[2025-11-06T22:49:06.429Z] Delivery schedule ....... 4029 ( 4.0%)
[2025-11-06T22:49:06.429Z] New order ............... 44509 (44.5%)
[2025-11-06T22:49:06.429Z] New order rollback ...... 452 ( 0.5%)
[2025-11-06T22:49:06.429Z] ===== DaCapo 23.11-MR2-chopin-minimal h2 PASSED in 31622 msec =====
[2025-11-06T22:49:06.429Z] ===== DaCapo processed 100000 requests in 31593 msec, 3165 requests per second =====
[2025-11-06T22:49:06.429Z] ===== DaCapo tail latency, simple: 50% 249 usec, 90% 1388 usec, 99% 7573 usec, 99.9% 12734 usec, 99.99% 98226 usec, max 101421 usec, measured over 100000 events =====
[2025-11-06T22:49:06.429Z] ===== DaCapo tail latency, metered 100ms smoothing: 50% 1011 usec, 90% 5163 usec, 99% 12875 usec, 99.9% 22300 usec, 99.99% 98226 usec, max 101421 usec, measured over 100000 events =====
[2025-11-06T22:49:06.429Z] ===== DaCapo tail latency, metered full smoothing: 50% 2739433 usec, 90% 4456814 usec, 99% 4635017 usec, 99.9% 4644905 usec, 99.99% 4650946 usec, max 4655653 usec, measured over 100000 events =====
[2025-11-06T22:49:13.964Z] Resetting database to initial state....................
[2025-11-06T22:49:14.294Z] -----------------------------------
[2025-11-06T22:49:14.294Z] dacapo-h2_0_PASSED
[2025-11-06T22:49:14.294Z] -----------------------------------
[2025-11-06T22:49:14.294Z]
[2025-11-06T22:49:14.294Z] TEST TEARDOWN:
[2025-11-06T22:49:14.294Z] Nothing to be done for teardown.
[2025-11-06T22:49:14.294Z] dacapo-h2_0 Finish Time: Thu Nov 6 22:49:14 2025 Epoch Time (ms): 1762469354234
[2025-11-06T22:49:14.294Z]
[2025-11-06T22:49:14.294Z] ===============================================
[2025-11-06T22:49:14.294Z] Running test dacapo-lusearch-fix_0 ...
[2025-11-06T22:49:14.294Z] ===============================================
[2025-11-06T22:49:14.294Z] dacapo-lusearch-fix_0 Start Time: Thu Nov 6 22:49:14 2025 Epoch Time (ms): 1762469354253
[2025-11-06T22:49:14.294Z] dacapo-lusearch-fix_0_DISABLED
[2025-11-06T22:49:14.294Z] Disabled Reason:
[2025-11-06T22:49:14.294Z] https://github.com/adoptium/aqa-tests/issues/1888#issuecomment-755015959
[2025-11-06T22:49:14.294Z] dacapo-lusearch-fix_0 Finish Time: Thu Nov 6 22:49:14 2025 Epoch Time (ms): 1762469354269
[2025-11-06T22:49:14.294Z] make[4]: Leaving directory '/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/dacapo'
[2025-11-06T22:49:14.294Z] make[4]: Entering directory '/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/idle_micro'
[2025-11-06T22:49:14.294Z]
[2025-11-06T22:49:14.294Z] ===============================================
[2025-11-06T22:49:14.623Z] Running test IdleMicrobenchmark_HS_0 ...
[2025-11-06T22:49:14.623Z] ===============================================
[2025-11-06T22:49:14.623Z] IdleMicrobenchmark_HS_0 Start Time: Thu Nov 6 22:49:14 2025 Epoch Time (ms): 1762469354295
[2025-11-06T22:49:14.623Z] variation: -Xmx1024m
[2025-11-06T22:49:14.623Z] JVM_OPTIONS: -Xmx1024m
[2025-11-06T22:49:14.623Z] { \
[2025-11-06T22:49:14.623Z] echo ""; echo "TEST SETUP:"; \
[2025-11-06T22:49:14.623Z] echo "Nothing to be done for setup."; \
[2025-11-06T22:49:14.623Z] mkdir -p "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/IdleMicrobenchmark_HS_0"; \
[2025-11-06T22:49:14.623Z] cd "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/IdleMicrobenchmark_HS_0"; \
[2025-11-06T22:49:14.623Z] echo ""; echo "TESTING:"; \
[2025-11-06T22:49:14.623Z] mkdir -p "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/IdleMicrobenchmark_HS_0"; \
[2025-11-06T22:49:14.623Z] cd /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../../jvmtest/perf/idle_micro; \
[2025-11-06T22:49:14.623Z] "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary/j2sdk-image/bin/java" -Xmx1024m \
[2025-11-06T22:49:14.623Z] -cp ":/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../../jvmtest/perf/idle_micro/IdleMicrobenchmark.jar" net.adoptopenjdk.test.gc.idlemicrobenchmark.IdleMicroBenchmark \
[2025-11-06T22:49:14.623Z] --memoryLimit=700 --time=60 --idletime=300 --warmup=1 >"/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/IdleMicrobenchmark_HS_0"/std.out 2>&1 ; \
[2025-11-06T22:49:14.623Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "IdleMicrobenchmark_HS_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/IdleMicrobenchmark_HS_0"; else echo "-----------------------------------"; echo "IdleMicrobenchmark_HS_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-06T22:49:14.623Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-06T22:49:14.623Z] echo "Nothing to be done for teardown."; \
[2025-11-06T22:49:14.623Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/TestTargetResult";
[2025-11-06T22:49:14.623Z]
[2025-11-06T22:49:14.623Z] TEST SETUP:
[2025-11-06T22:49:14.623Z] Nothing to be done for setup.
[2025-11-06T22:49:14.623Z]
[2025-11-06T22:49:14.623Z] TESTING:
[2025-11-06T22:55:54.763Z] -----------------------------------
[2025-11-06T22:55:54.763Z] IdleMicrobenchmark_HS_0_PASSED
[2025-11-06T22:55:54.763Z] -----------------------------------
[2025-11-06T22:55:54.763Z]
[2025-11-06T22:55:54.763Z] TEST TEARDOWN:
[2025-11-06T22:55:54.763Z] Nothing to be done for teardown.
[2025-11-06T22:55:54.763Z] IdleMicrobenchmark_HS_0 Finish Time: Thu Nov 6 22:55:49 2025 Epoch Time (ms): 1762469749884
[2025-11-06T22:55:54.763Z] make[4]: Leaving directory '/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/idle_micro'
[2025-11-06T22:55:54.763Z] make[4]: Entering directory '/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/renaissance'
[2025-11-06T22:55:54.763Z]
[2025-11-06T22:55:54.763Z] ===============================================
[2025-11-06T22:55:54.763Z] Running test renaissance-akka-uct_0 ...
[2025-11-06T22:55:54.763Z] ===============================================
[2025-11-06T22:55:54.763Z] renaissance-akka-uct_0 Start Time: Thu Nov 6 22:55:49 2025 Epoch Time (ms): 1762469749910
[2025-11-06T22:55:54.764Z] variation: NoOptions
[2025-11-06T22:55:54.764Z] JVM_OPTIONS:
[2025-11-06T22:55:54.764Z] { \
[2025-11-06T22:55:54.764Z] echo ""; echo "TEST SETUP:"; \
[2025-11-06T22:55:54.764Z] echo "Nothing to be done for setup."; \
[2025-11-06T22:55:54.764Z] mkdir -p "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/renaissance-akka-uct_0"; \
[2025-11-06T22:55:54.764Z] cd "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/renaissance-akka-uct_0"; \
[2025-11-06T22:55:54.764Z] echo ""; echo "TESTING:"; \
[2025-11-06T22:55:54.764Z] "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary/j2sdk-image/bin/java" -jar "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/renaissance-akka-uct_0"/akka-uct.json" akka-uct; \
[2025-11-06T22:55:54.764Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-akka-uct_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/renaissance-akka-uct_0"; else echo "-----------------------------------"; echo "renaissance-akka-uct_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-06T22:55:54.764Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-06T22:55:54.764Z] echo "Nothing to be done for teardown."; \
[2025-11-06T22:55:54.764Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/TestTargetResult";
[2025-11-06T22:55:54.764Z]
[2025-11-06T22:55:54.764Z] TEST SETUP:
[2025-11-06T22:55:54.764Z] Nothing to be done for setup.
[2025-11-06T22:55:54.764Z]
[2025-11-06T22:55:54.764Z] TESTING:
[2025-11-06T22:55:54.764Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
[2025-11-06T22:55:54.764Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/output_17624692499926/renaissance-akka-uct_0/launcher-225550-4161607701752869402/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar)
[2025-11-06T22:55:54.764Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
[2025-11-06T22:55:54.764Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
[2025-11-06T22:55:54.764Z] ====== akka-uct (concurrency) [default], iteration 0 started ======
[2025-11-06T22:55:54.764Z] GC before operation: completed in 17.475 ms, heap usage 15.885 MB -> 5.487 MB.
[2025-11-06T22:55:55.096Z] final size= 199991
[2025-11-06T22:55:55.096Z] final height= 9
[2025-11-06T22:55:59.982Z] final size= 199991
[2025-11-06T22:55:59.982Z] final height= 9
[2025-11-06T22:56:03.794Z] final size= 199991
[2025-11-06T22:56:03.795Z] final height= 10
[2025-11-06T22:56:06.782Z] final size= 199991
[2025-11-06T22:56:06.782Z] final height= 9
[2025-11-06T22:56:09.142Z] final size= 199991
[2025-11-06T22:56:09.142Z] final height= 11
[2025-11-06T22:56:11.399Z] final size= 199991
[2025-11-06T22:56:11.399Z] final height= 13
[2025-11-06T22:56:13.061Z] final size= 199991
[2025-11-06T22:56:13.061Z] final height= 9
[2025-11-06T22:56:14.736Z] final size= 199991
[2025-11-06T22:56:14.736Z] final height= 9
[2025-11-06T22:56:17.091Z] final size= 199991
[2025-11-06T22:56:17.091Z] final height= 11
[2025-11-06T22:56:18.758Z] final size= 199991
[2025-11-06T22:56:18.758Z] final height= 10
[2025-11-06T22:56:19.088Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-06T22:56:19.088Z] There is no way to check that no silent failure occurred.
[2025-11-06T22:56:19.088Z] ====== akka-uct (concurrency) [default], iteration 0 completed (27931.948 ms) ======
[2025-11-06T22:56:19.088Z] ====== akka-uct (concurrency) [default], iteration 1 started ======
[2025-11-06T22:56:19.417Z] GC before operation: completed in 329.815 ms, heap usage 511.608 MB -> 97.985 MB.
[2025-11-06T22:56:20.565Z] final size= 199991
[2025-11-06T22:56:20.565Z] final height= 9
[2025-11-06T22:56:22.820Z] final size= 199991
[2025-11-06T22:56:22.820Z] final height= 9
[2025-11-06T22:56:24.479Z] final size= 199991
[2025-11-06T22:56:24.479Z] final height= 10
[2025-11-06T22:56:26.152Z] final size= 199991
[2025-11-06T22:56:26.152Z] final height= 12
[2025-11-06T22:56:27.827Z] final size= 199991
[2025-11-06T22:56:27.827Z] final height= 10
[2025-11-06T22:56:29.496Z] final size= 199991
[2025-11-06T22:56:29.496Z] final height= 10
[2025-11-06T22:56:31.166Z] final size= 199991
[2025-11-06T22:56:31.166Z] final height= 10
[2025-11-06T22:56:32.911Z] final size= 199991
[2025-11-06T22:56:32.911Z] final height= 10
[2025-11-06T22:56:34.586Z] final size= 199991
[2025-11-06T22:56:34.586Z] final height= 11
[2025-11-06T22:56:36.253Z] final size= 199991
[2025-11-06T22:56:36.253Z] final height= 9
[2025-11-06T22:56:36.585Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-06T22:56:36.585Z] There is no way to check that no silent failure occurred.
[2025-11-06T22:56:36.585Z] ====== akka-uct (concurrency) [default], iteration 1 completed (17196.080 ms) ======
[2025-11-06T22:56:36.585Z] ====== akka-uct (concurrency) [default], iteration 2 started ======
[2025-11-06T22:56:36.914Z] GC before operation: completed in 333.491 ms, heap usage 629.442 MB -> 100.926 MB.
[2025-11-06T22:56:38.059Z] final size= 199991
[2025-11-06T22:56:38.059Z] final height= 9
[2025-11-06T22:56:39.715Z] final size= 199991
[2025-11-06T22:56:39.715Z] final height= 9
[2025-11-06T22:56:41.410Z] final size= 199991
[2025-11-06T22:56:41.410Z] final height= 11
[2025-11-06T22:56:43.671Z] final size= 199991
[2025-11-06T22:56:43.671Z] final height= 14
[2025-11-06T22:56:45.438Z] final size= 199991
[2025-11-06T22:56:45.438Z] final height= 9
[2025-11-06T22:56:47.127Z] final size= 199991
[2025-11-06T22:56:47.127Z] final height= 11
[2025-11-06T22:56:48.801Z] final size= 199991
[2025-11-06T22:56:48.801Z] final height= 10
[2025-11-06T22:56:49.954Z] final size= 199991
[2025-11-06T22:56:49.954Z] final height= 9
[2025-11-06T22:56:52.258Z] final size= 199991
[2025-11-06T22:56:52.258Z] final height= 12
[2025-11-06T22:56:53.946Z] final size= 199991
[2025-11-06T22:56:53.946Z] final height= 10
[2025-11-06T22:56:53.946Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-06T22:56:53.946Z] There is no way to check that no silent failure occurred.
[2025-11-06T22:56:53.946Z] ====== akka-uct (concurrency) [default], iteration 2 completed (17005.438 ms) ======
[2025-11-06T22:56:53.946Z] ====== akka-uct (concurrency) [default], iteration 3 started ======
[2025-11-06T22:56:54.279Z] GC before operation: completed in 360.018 ms, heap usage 718.847 MB -> 98.996 MB.
[2025-11-06T22:56:55.437Z] final size= 199991
[2025-11-06T22:56:55.437Z] final height= 10
[2025-11-06T22:56:57.134Z] final size= 199991
[2025-11-06T22:56:57.134Z] final height= 9
[2025-11-06T22:56:59.516Z] final size= 199991
[2025-11-06T22:56:59.516Z] final height= 9
[2025-11-06T22:57:00.666Z] final size= 199991
[2025-11-06T22:57:00.666Z] final height= 10
[2025-11-06T22:57:02.347Z] final size= 199991
[2025-11-06T22:57:02.347Z] final height= 9
[2025-11-06T22:57:04.034Z] final size= 199991
[2025-11-06T22:57:04.034Z] final height= 10
[2025-11-06T22:57:05.705Z] final size= 199991
[2025-11-06T22:57:05.705Z] final height= 9
[2025-11-06T22:57:07.404Z] final size= 199991
[2025-11-06T22:57:07.404Z] final height= 13
[2025-11-06T22:57:09.105Z] final size= 199991
[2025-11-06T22:57:09.105Z] final height= 11
[2025-11-06T22:57:10.808Z] final size= 199991
[2025-11-06T22:57:10.808Z] final height= 10
[2025-11-06T22:57:11.144Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-06T22:57:11.144Z] There is no way to check that no silent failure occurred.
[2025-11-06T22:57:11.144Z] ====== akka-uct (concurrency) [default], iteration 3 completed (16795.004 ms) ======
[2025-11-06T22:57:11.144Z] ====== akka-uct (concurrency) [default], iteration 4 started ======
[2025-11-06T22:57:11.478Z] GC before operation: completed in 305.147 ms, heap usage 645.829 MB -> 100.668 MB.
[2025-11-06T22:57:12.706Z] final size= 199991
[2025-11-06T22:57:12.706Z] final height= 9
[2025-11-06T22:57:14.407Z] final size= 199991
[2025-11-06T22:57:14.407Z] final height= 9
[2025-11-06T22:57:16.134Z] final size= 199991
[2025-11-06T22:57:16.134Z] final height= 10
[2025-11-06T22:57:17.826Z] final size= 199991
[2025-11-06T22:57:17.826Z] final height= 13
[2025-11-06T22:57:19.553Z] final size= 199991
[2025-11-06T22:57:19.553Z] final height= 10
[2025-11-06T22:57:21.300Z] final size= 199991
[2025-11-06T22:57:21.300Z] final height= 13
[2025-11-06T22:57:22.558Z] final size= 199991
[2025-11-06T22:57:22.558Z] final height= 9
[2025-11-06T22:57:25.145Z] final size= 199991
[2025-11-06T22:57:25.145Z] final height= 9
[2025-11-06T22:57:26.390Z] final size= 199991
[2025-11-06T22:57:26.390Z] final height= 13
[2025-11-06T22:57:28.115Z] final size= 199991
[2025-11-06T22:57:28.115Z] final height= 10
[2025-11-06T22:57:28.468Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-06T22:57:28.468Z] There is no way to check that no silent failure occurred.
[2025-11-06T22:57:28.468Z] ====== akka-uct (concurrency) [default], iteration 4 completed (17030.520 ms) ======
[2025-11-06T22:57:28.468Z] ====== akka-uct (concurrency) [default], iteration 5 started ======
[2025-11-06T22:57:28.801Z] GC before operation: completed in 298.688 ms, heap usage 582.991 MB -> 100.615 MB.
[2025-11-06T22:57:30.013Z] final size= 199991
[2025-11-06T22:57:30.013Z] final height= 9
[2025-11-06T22:57:31.718Z] final size= 199991
[2025-11-06T22:57:31.718Z] final height= 10
[2025-11-06T22:57:33.403Z] final size= 199991
[2025-11-06T22:57:33.403Z] final height= 9
[2025-11-06T22:57:35.670Z] final size= 199991
[2025-11-06T22:57:35.670Z] final height= 9
[2025-11-06T22:57:37.350Z] final size= 199991
[2025-11-06T22:57:37.350Z] final height= 13
[2025-11-06T22:57:38.505Z] final size= 199991
[2025-11-06T22:57:38.505Z] final height= 9
[2025-11-06T22:57:40.805Z] final size= 199991
[2025-11-06T22:57:40.805Z] final height= 11
[2025-11-06T22:57:41.986Z] final size= 199991
[2025-11-06T22:57:41.987Z] final height= 9
[2025-11-06T22:57:44.259Z] final size= 199991
[2025-11-06T22:57:44.259Z] final height= 11
[2025-11-06T22:57:45.441Z] final size= 199991
[2025-11-06T22:57:45.441Z] final height= 9
[2025-11-06T22:57:45.774Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-06T22:57:45.774Z] There is no way to check that no silent failure occurred.
[2025-11-06T22:57:45.774Z] ====== akka-uct (concurrency) [default], iteration 5 completed (17175.275 ms) ======
[2025-11-06T22:57:45.774Z] ====== akka-uct (concurrency) [default], iteration 6 started ======
[2025-11-06T22:57:46.116Z] GC before operation: completed in 309.235 ms, heap usage 784.731 MB -> 98.152 MB.
[2025-11-06T22:57:47.289Z] final size= 199991
[2025-11-06T22:57:47.289Z] final height= 10
[2025-11-06T22:57:49.547Z] final size= 199991
[2025-11-06T22:57:49.547Z] final height= 9
[2025-11-06T22:57:50.818Z] final size= 199991
[2025-11-06T22:57:50.818Z] final height= 10
[2025-11-06T22:57:52.508Z] final size= 199991
[2025-11-06T22:57:52.508Z] final height= 13
[2025-11-06T22:57:54.183Z] final size= 199991
[2025-11-06T22:57:54.183Z] final height= 10
[2025-11-06T22:57:55.847Z] final size= 199991
[2025-11-06T22:57:55.847Z] final height= 9
[2025-11-06T22:57:57.586Z] final size= 199991
[2025-11-06T22:57:57.586Z] final height= 9
[2025-11-06T22:57:59.264Z] final size= 199991
[2025-11-06T22:57:59.264Z] final height= 10
[2025-11-06T22:58:00.951Z] final size= 199991
[2025-11-06T22:58:00.951Z] final height= 9
[2025-11-06T22:58:02.648Z] final size= 199991
[2025-11-06T22:58:02.648Z] final height= 11
[2025-11-06T22:58:03.005Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-06T22:58:03.005Z] There is no way to check that no silent failure occurred.
[2025-11-06T22:58:03.005Z] ====== akka-uct (concurrency) [default], iteration 6 completed (16774.681 ms) ======
[2025-11-06T22:58:03.005Z] ====== akka-uct (concurrency) [default], iteration 7 started ======
[2025-11-06T22:58:03.343Z] GC before operation: completed in 367.365 ms, heap usage 802.846 MB -> 101.074 MB.
[2025-11-06T22:58:04.504Z] final size= 199991
[2025-11-06T22:58:04.504Z] final height= 12
[2025-11-06T22:58:06.347Z] final size= 199991
[2025-11-06T22:58:06.347Z] final height= 11
[2025-11-06T22:58:08.028Z] final size= 199991
[2025-11-06T22:58:08.028Z] final height= 14
[2025-11-06T22:58:09.723Z] final size= 199991
[2025-11-06T22:58:09.723Z] final height= 11
[2025-11-06T22:58:11.448Z] final size= 199991
[2025-11-06T22:58:11.448Z] final height= 10
[2025-11-06T22:58:13.137Z] final size= 199991
[2025-11-06T22:58:13.137Z] final height= 10
[2025-11-06T22:58:14.822Z] final size= 199991
[2025-11-06T22:58:14.823Z] final height= 11
[2025-11-06T22:58:17.115Z] final size= 199991
[2025-11-06T22:58:17.115Z] final height= 11
[2025-11-06T22:58:18.791Z] final size= 199991
[2025-11-06T22:58:18.791Z] final height= 11
[2025-11-06T22:58:20.474Z] final size= 199991
[2025-11-06T22:58:20.474Z] final height= 9
[2025-11-06T22:58:20.474Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-06T22:58:20.474Z] There is no way to check that no silent failure occurred.
[2025-11-06T22:58:20.474Z] ====== akka-uct (concurrency) [default], iteration 7 completed (17209.467 ms) ======
[2025-11-06T22:58:20.474Z] ====== akka-uct (concurrency) [default], iteration 8 started ======
[2025-11-06T22:58:20.815Z] GC before operation: completed in 355.383 ms, heap usage 947.389 MB -> 101.625 MB.
[2025-11-06T22:58:21.977Z] final size= 199991
[2025-11-06T22:58:21.977Z] final height= 9
[2025-11-06T22:58:24.245Z] final size= 199991
[2025-11-06T22:58:24.245Z] final height= 15
[2025-11-06T22:58:25.915Z] final size= 199991
[2025-11-06T22:58:25.915Z] final height= 10
[2025-11-06T22:58:27.586Z] final size= 199991
[2025-11-06T22:58:27.586Z] final height= 11
[2025-11-06T22:58:29.265Z] final size= 199991
[2025-11-06T22:58:29.265Z] final height= 11
[2025-11-06T22:58:30.944Z] final size= 199991
[2025-11-06T22:58:30.944Z] final height= 10
[2025-11-06T22:58:32.644Z] final size= 199991
[2025-11-06T22:58:32.644Z] final height= 11
[2025-11-06T22:58:34.331Z] final size= 199991
[2025-11-06T22:58:34.331Z] final height= 9
[2025-11-06T22:58:36.071Z] final size= 199991
[2025-11-06T22:58:36.071Z] final height= 9
[2025-11-06T22:58:38.426Z] final size= 199991
[2025-11-06T22:58:38.426Z] final height= 14
[2025-11-06T22:58:38.426Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-06T22:58:38.426Z] There is no way to check that no silent failure occurred.
[2025-11-06T22:58:38.426Z] ====== akka-uct (concurrency) [default], iteration 8 completed (17192.143 ms) ======
[2025-11-06T22:58:38.426Z] ====== akka-uct (concurrency) [default], iteration 9 started ======
[2025-11-06T22:58:38.426Z] GC before operation: completed in 367.454 ms, heap usage 853.239 MB -> 132.038 MB.
[2025-11-06T22:58:40.113Z] final size= 199991
[2025-11-06T22:58:40.113Z] final height= 9
[2025-11-06T22:58:41.818Z] final size= 199991
[2025-11-06T22:58:41.819Z] final height= 10
[2025-11-06T22:58:43.503Z] final size= 199991
[2025-11-06T22:58:43.503Z] final height= 11
[2025-11-06T22:58:45.172Z] final size= 199991
[2025-11-06T22:58:45.172Z] final height= 12
[2025-11-06T22:58:46.915Z] final size= 199991
[2025-11-06T22:58:46.915Z] final height= 12
[2025-11-06T22:58:48.616Z] final size= 199991
[2025-11-06T22:58:48.616Z] final height= 11
[2025-11-06T22:58:50.277Z] final size= 199991
[2025-11-06T22:58:50.277Z] final height= 12
[2025-11-06T22:58:51.957Z] final size= 199991
[2025-11-06T22:58:51.957Z] final height= 12
[2025-11-06T22:58:53.615Z] final size= 199991
[2025-11-06T22:58:53.615Z] final height= 9
[2025-11-06T22:58:55.298Z] final size= 199991
[2025-11-06T22:58:55.298Z] final height= 9
[2025-11-06T22:58:55.625Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-06T22:58:55.625Z] There is no way to check that no silent failure occurred.
[2025-11-06T22:58:55.625Z] ====== akka-uct (concurrency) [default], iteration 9 completed (17044.844 ms) ======
[2025-11-06T22:58:55.625Z] ====== akka-uct (concurrency) [default], iteration 10 started ======
[2025-11-06T22:58:55.954Z] GC before operation: completed in 426.503 ms, heap usage 846.841 MB -> 118.952 MB.
[2025-11-06T22:58:57.122Z] final size= 199991
[2025-11-06T22:58:57.122Z] final height= 12
[2025-11-06T22:58:59.402Z] final size= 199991
[2025-11-06T22:58:59.402Z] final height= 9
[2025-11-06T22:59:01.072Z] final size= 199991
[2025-11-06T22:59:01.072Z] final height= 12
[2025-11-06T22:59:02.748Z] final size= 199991
[2025-11-06T22:59:02.748Z] final height= 10
[2025-11-06T22:59:04.423Z] final size= 199991
[2025-11-06T22:59:04.423Z] final height= 9
[2025-11-06T22:59:06.091Z] final size= 199991
[2025-11-06T22:59:06.091Z] final height= 9
[2025-11-06T22:59:07.750Z] final size= 199991
[2025-11-06T22:59:07.750Z] final height= 12
[2025-11-06T22:59:09.500Z] final size= 199991
[2025-11-06T22:59:09.500Z] final height= 10
[2025-11-06T22:59:11.157Z] final size= 199991
[2025-11-06T22:59:11.157Z] final height= 12
[2025-11-06T22:59:12.816Z] final size= 199991
[2025-11-06T22:59:12.816Z] final height= 11
[2025-11-06T22:59:13.151Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-06T22:59:13.151Z] There is no way to check that no silent failure occurred.
[2025-11-06T22:59:13.151Z] ====== akka-uct (concurrency) [default], iteration 10 completed (17241.727 ms) ======
[2025-11-06T22:59:13.152Z] ====== akka-uct (concurrency) [default], iteration 11 started ======
[2025-11-06T22:59:13.482Z] GC before operation: completed in 364.892 ms, heap usage 634.095 MB -> 98.789 MB.
[2025-11-06T22:59:14.629Z] final size= 199991
[2025-11-06T22:59:14.629Z] final height= 9
[2025-11-06T22:59:16.880Z] final size= 199991
[2025-11-06T22:59:16.880Z] final height= 9
[2025-11-06T22:59:18.030Z] final size= 199991
[2025-11-06T22:59:18.030Z] final height= 9
[2025-11-06T22:59:20.289Z] final size= 199991
[2025-11-06T22:59:20.289Z] final height= 10
[2025-11-06T22:59:21.444Z] final size= 199991
[2025-11-06T22:59:21.444Z] final height= 9
[2025-11-06T22:59:23.099Z] final size= 199991
[2025-11-06T22:59:23.099Z] final height= 13
[2025-11-06T22:59:24.798Z] final size= 199991
[2025-11-06T22:59:24.798Z] final height= 11
[2025-11-06T22:59:27.089Z] final size= 199991
[2025-11-06T22:59:27.089Z] final height= 9
[2025-11-06T22:59:28.366Z] final size= 199991
[2025-11-06T22:59:28.366Z] final height= 11
[2025-11-06T22:59:30.043Z] final size= 199991
[2025-11-06T22:59:30.043Z] final height= 9
[2025-11-06T22:59:30.372Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-06T22:59:30.372Z] There is no way to check that no silent failure occurred.
[2025-11-06T22:59:30.372Z] ====== akka-uct (concurrency) [default], iteration 11 completed (16752.984 ms) ======
[2025-11-06T22:59:30.372Z] ====== akka-uct (concurrency) [default], iteration 12 started ======
[2025-11-06T22:59:30.702Z] GC before operation: completed in 371.256 ms, heap usage 897.064 MB -> 101.268 MB.
[2025-11-06T22:59:31.850Z] final size= 199991
[2025-11-06T22:59:31.851Z] final height= 9
[2025-11-06T22:59:34.118Z] final size= 199991
[2025-11-06T22:59:34.118Z] final height= 9
[2025-11-06T22:59:35.783Z] final size= 199991
[2025-11-06T22:59:35.783Z] final height= 12
[2025-11-06T22:59:37.460Z] final size= 199991
[2025-11-06T22:59:37.460Z] final height= 10
[2025-11-06T22:59:39.118Z] final size= 199991
[2025-11-06T22:59:39.118Z] final height= 12
[2025-11-06T22:59:40.276Z] final size= 199991
[2025-11-06T22:59:40.276Z] final height= 10
[2025-11-06T22:59:42.554Z] final size= 199991
[2025-11-06T22:59:42.554Z] final height= 9
[2025-11-06T22:59:44.227Z] final size= 199991
[2025-11-06T22:59:44.227Z] final height= 9
[2025-11-06T22:59:45.915Z] final size= 199991
[2025-11-06T22:59:45.915Z] final height= 9
[2025-11-06T22:59:47.605Z] final size= 199991
[2025-11-06T22:59:47.605Z] final height= 11
[2025-11-06T22:59:48.333Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-06T22:59:48.333Z] There is no way to check that no silent failure occurred.
[2025-11-06T22:59:48.333Z] ====== akka-uct (concurrency) [default], iteration 12 completed (17438.113 ms) ======
[2025-11-06T22:59:48.333Z] ====== akka-uct (concurrency) [default], iteration 13 started ======
[2025-11-06T22:59:48.333Z] GC before operation: completed in 310.248 ms, heap usage 838.991 MB -> 100.724 MB.
[2025-11-06T22:59:49.494Z] final size= 199991
[2025-11-06T22:59:49.494Z] final height= 12
[2025-11-06T22:59:51.794Z] final size= 199991
[2025-11-06T22:59:51.794Z] final height= 11
[2025-11-06T22:59:53.461Z] final size= 199991
[2025-11-06T22:59:53.461Z] final height= 13
[2025-11-06T22:59:55.123Z] final size= 199991
[2025-11-06T22:59:55.123Z] final height= 10
[2025-11-06T22:59:56.785Z] final size= 199991
[2025-11-06T22:59:56.785Z] final height= 9
[2025-11-06T22:59:58.443Z] final size= 199991
[2025-11-06T22:59:58.443Z] final height= 9
[2025-11-06T23:00:00.107Z] final size= 199991
[2025-11-06T23:00:00.107Z] final height= 15
[2025-11-06T23:00:02.849Z] final size= 199991
[2025-11-06T23:00:02.849Z] final height= 12
[2025-11-06T23:00:03.806Z] final size= 199991
[2025-11-06T23:00:03.806Z] final height= 9
[2025-11-06T23:00:05.489Z] final size= 199991
[2025-11-06T23:00:05.489Z] final height= 9
[2025-11-06T23:00:05.923Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-06T23:00:05.923Z] There is no way to check that no silent failure occurred.
[2025-11-06T23:00:05.923Z] ====== akka-uct (concurrency) [default], iteration 13 completed (17260.334 ms) ======
[2025-11-06T23:00:05.923Z] ====== akka-uct (concurrency) [default], iteration 14 started ======
[2025-11-06T23:00:06.363Z] GC before operation: completed in 354.902 ms, heap usage 934.214 MB -> 101.196 MB.
[2025-11-06T23:00:07.328Z] final size= 199991
[2025-11-06T23:00:07.328Z] final height= 9
[2025-11-06T23:00:09.373Z] final size= 199991
[2025-11-06T23:00:09.373Z] final height= 9
[2025-11-06T23:00:10.885Z] final size= 199991
[2025-11-06T23:00:10.885Z] final height= 11
[2025-11-06T23:00:12.712Z] final size= 199991
[2025-11-06T23:00:12.712Z] final height= 10
[2025-11-06T23:00:14.102Z] final size= 199991
[2025-11-06T23:00:14.102Z] final height= 10
[2025-11-06T23:00:16.248Z] final size= 199991
[2025-11-06T23:00:16.248Z] final height= 12
[2025-11-06T23:00:17.689Z] final size= 199991
[2025-11-06T23:00:17.689Z] final height= 9
[2025-11-06T23:00:19.918Z] final size= 199991
[2025-11-06T23:00:19.918Z] final height= 9
[2025-11-06T23:00:21.334Z] final size= 199991
[2025-11-06T23:00:21.334Z] final height= 11
[2025-11-06T23:00:22.648Z] final size= 199991
[2025-11-06T23:00:22.648Z] final height= 11
[2025-11-06T23:00:23.043Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-06T23:00:23.043Z] There is no way to check that no silent failure occurred.
[2025-11-06T23:00:23.043Z] ====== akka-uct (concurrency) [default], iteration 14 completed (17029.682 ms) ======
[2025-11-06T23:00:23.043Z] ====== akka-uct (concurrency) [default], iteration 15 started ======
[2025-11-06T23:00:23.515Z] GC before operation: completed in 374.026 ms, heap usage 940.991 MB -> 99.902 MB.
[2025-11-06T23:00:24.852Z] final size= 199991
[2025-11-06T23:00:24.852Z] final height= 11
[2025-11-06T23:00:26.748Z] final size= 199991
[2025-11-06T23:00:26.748Z] final height= 10
[2025-11-06T23:00:28.105Z] final size= 199991
[2025-11-06T23:00:28.105Z] final height= 10
[2025-11-06T23:00:29.929Z] final size= 199991
[2025-11-06T23:00:29.929Z] final height= 9
[2025-11-06T23:00:31.907Z] final size= 199991
[2025-11-06T23:00:31.907Z] final height= 12
[2025-11-06T23:00:33.285Z] final size= 199991
[2025-11-06T23:00:33.285Z] final height= 11
[2025-11-06T23:00:35.105Z] final size= 199991
[2025-11-06T23:00:35.105Z] final height= 11
[2025-11-06T23:00:36.928Z] final size= 199991
[2025-11-06T23:00:36.928Z] final height= 10
[2025-11-06T23:00:38.641Z] final size= 199991
[2025-11-06T23:00:38.641Z] final height= 11
[2025-11-06T23:00:40.330Z] final size= 199991
[2025-11-06T23:00:40.330Z] final height= 10
[2025-11-06T23:00:40.665Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-06T23:00:40.665Z] There is no way to check that no silent failure occurred.
[2025-11-06T23:00:40.665Z] ====== akka-uct (concurrency) [default], iteration 15 completed (17314.095 ms) ======
[2025-11-06T23:00:40.665Z] ====== akka-uct (concurrency) [default], iteration 16 started ======
[2025-11-06T23:00:40.999Z] GC before operation: completed in 316.735 ms, heap usage 788.465 MB -> 102.838 MB.
[2025-11-06T23:00:42.163Z] final size= 199991
[2025-11-06T23:00:42.163Z] final height= 14
[2025-11-06T23:00:44.449Z] final size= 199991
[2025-11-06T23:00:44.449Z] final height= 12
[2025-11-06T23:00:46.127Z] final size= 199991
[2025-11-06T23:00:46.127Z] final height= 11
[2025-11-06T23:00:47.795Z] final size= 199991
[2025-11-06T23:00:47.795Z] final height= 11
[2025-11-06T23:00:49.463Z] final size= 199991
[2025-11-06T23:00:49.463Z] final height= 9
[2025-11-06T23:00:51.123Z] final size= 199991
[2025-11-06T23:00:51.123Z] final height= 11
[2025-11-06T23:00:52.274Z] final size= 199991
[2025-11-06T23:00:52.274Z] final height= 11
[2025-11-06T23:00:54.637Z] final size= 199991
[2025-11-06T23:00:54.637Z] final height= 18
[2025-11-06T23:00:56.310Z] final size= 199991
[2025-11-06T23:00:56.310Z] final height= 9
[2025-11-06T23:00:57.517Z] final size= 199991
[2025-11-06T23:00:57.517Z] final height= 10
[2025-11-06T23:00:58.224Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-06T23:00:58.224Z] There is no way to check that no silent failure occurred.
[2025-11-06T23:00:58.224Z] ====== akka-uct (concurrency) [default], iteration 16 completed (16956.347 ms) ======
[2025-11-06T23:00:58.224Z] ====== akka-uct (concurrency) [default], iteration 17 started ======
[2025-11-06T23:00:58.553Z] GC before operation: completed in 395.930 ms, heap usage 1008.991 MB -> 98.241 MB.
[2025-11-06T23:00:59.701Z] final size= 199991
[2025-11-06T23:00:59.701Z] final height= 13
[2025-11-06T23:01:01.968Z] final size= 199991
[2025-11-06T23:01:01.968Z] final height= 9
[2025-11-06T23:01:03.162Z] final size= 199991
[2025-11-06T23:01:03.162Z] final height= 9
[2025-11-06T23:01:05.418Z] final size= 199991
[2025-11-06T23:01:05.418Z] final height= 10
[2025-11-06T23:01:07.088Z] final size= 199991
[2025-11-06T23:01:07.088Z] final height= 11
[2025-11-06T23:01:08.236Z] final size= 199991
[2025-11-06T23:01:08.236Z] final height= 12
[2025-11-06T23:01:09.894Z] final size= 199991
[2025-11-06T23:01:09.894Z] final height= 9
[2025-11-06T23:01:12.147Z] final size= 199991
[2025-11-06T23:01:12.147Z] final height= 11
[2025-11-06T23:01:13.323Z] final size= 199991
[2025-11-06T23:01:13.323Z] final height= 9
[2025-11-06T23:01:14.985Z] final size= 199991
[2025-11-06T23:01:14.985Z] final height= 10
[2025-11-06T23:01:15.695Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-06T23:01:15.695Z] There is no way to check that no silent failure occurred.
[2025-11-06T23:01:15.695Z] ====== akka-uct (concurrency) [default], iteration 17 completed (17219.542 ms) ======
[2025-11-06T23:01:15.695Z] ====== akka-uct (concurrency) [default], iteration 18 started ======
[2025-11-06T23:01:16.026Z] GC before operation: completed in 354.208 ms, heap usage 886.701 MB -> 99.418 MB.
[2025-11-06T23:01:17.172Z] final size= 199991
[2025-11-06T23:01:17.172Z] final height= 12
[2025-11-06T23:01:19.424Z] final size= 199991
[2025-11-06T23:01:19.424Z] final height= 10
[2025-11-06T23:01:21.086Z] final size= 199991
[2025-11-06T23:01:21.086Z] final height= 9
[2025-11-06T23:01:22.748Z] final size= 199991
[2025-11-06T23:01:22.748Z] final height= 11
[2025-11-06T23:01:24.407Z] final size= 199991
[2025-11-06T23:01:24.407Z] final height= 10
[2025-11-06T23:01:26.063Z] final size= 199991
[2025-11-06T23:01:26.063Z] final height= 9
[2025-11-06T23:01:27.721Z] final size= 199991
[2025-11-06T23:01:27.721Z] final height= 10
[2025-11-06T23:01:29.376Z] final size= 199991
[2025-11-06T23:01:29.376Z] final height= 10
[2025-11-06T23:01:31.629Z] final size= 199991
[2025-11-06T23:01:31.629Z] final height= 10
[2025-11-06T23:01:32.787Z] final size= 199991
[2025-11-06T23:01:32.787Z] final height= 10
[2025-11-06T23:01:33.115Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-06T23:01:33.115Z] There is no way to check that no silent failure occurred.
[2025-11-06T23:01:33.115Z] ====== akka-uct (concurrency) [default], iteration 18 completed (17187.118 ms) ======
[2025-11-06T23:01:33.115Z] ====== akka-uct (concurrency) [default], iteration 19 started ======
[2025-11-06T23:01:33.443Z] GC before operation: completed in 314.626 ms, heap usage 768.374 MB -> 98.406 MB.
[2025-11-06T23:01:34.798Z] final size= 199991
[2025-11-06T23:01:34.798Z] final height= 10
[2025-11-06T23:01:37.067Z] final size= 199991
[2025-11-06T23:01:37.067Z] final height= 11
[2025-11-06T23:01:38.213Z] final size= 199991
[2025-11-06T23:01:38.213Z] final height= 11
[2025-11-06T23:01:39.868Z] final size= 199991
[2025-11-06T23:01:39.868Z] final height= 13
[2025-11-06T23:01:41.523Z] final size= 199991
[2025-11-06T23:01:41.523Z] final height= 9
[2025-11-06T23:01:43.181Z] final size= 199991
[2025-11-06T23:01:43.181Z] final height= 10
[2025-11-06T23:01:45.429Z] final size= 199991
[2025-11-06T23:01:45.429Z] final height= 11
[2025-11-06T23:01:47.083Z] final size= 199991
[2025-11-06T23:01:47.083Z] final height= 10
[2025-11-06T23:01:48.737Z] final size= 199991
[2025-11-06T23:01:48.737Z] final height= 9
[2025-11-06T23:01:50.398Z] final size= 199991
[2025-11-06T23:01:50.398Z] final height= 10
[2025-11-06T23:01:50.729Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-06T23:01:50.729Z] There is no way to check that no silent failure occurred.
[2025-11-06T23:01:50.729Z] ====== akka-uct (concurrency) [default], iteration 19 completed (17333.116 ms) ======
[2025-11-06T23:01:50.729Z] ====== akka-uct (concurrency) [default], iteration 20 started ======
[2025-11-06T23:01:51.443Z] GC before operation: completed in 351.481 ms, heap usage 683.930 MB -> 118.418 MB.
[2025-11-06T23:01:52.597Z] final size= 199991
[2025-11-06T23:01:52.597Z] final height= 11
[2025-11-06T23:01:54.247Z] final size= 199991
[2025-11-06T23:01:54.247Z] final height= 11
[2025-11-06T23:01:56.525Z] final size= 199991
[2025-11-06T23:01:56.525Z] final height= 13
[2025-11-06T23:01:57.690Z] final size= 199991
[2025-11-06T23:01:57.690Z] final height= 9
[2025-11-06T23:01:59.995Z] final size= 199991
[2025-11-06T23:01:59.995Z] final height= 15
[2025-11-06T23:02:01.153Z] final size= 199991
[2025-11-06T23:02:01.153Z] final height= 9
[2025-11-06T23:02:02.923Z] final size= 199991
[2025-11-06T23:02:02.923Z] final height= 15
[2025-11-06T23:02:04.585Z] final size= 199991
[2025-11-06T23:02:04.585Z] final height= 12
[2025-11-06T23:02:06.243Z] final size= 199991
[2025-11-06T23:02:06.243Z] final height= 10
[2025-11-06T23:02:07.905Z] final size= 199991
[2025-11-06T23:02:07.905Z] final height= 10
[2025-11-06T23:02:08.235Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-06T23:02:08.235Z] There is no way to check that no silent failure occurred.
[2025-11-06T23:02:08.235Z] ====== akka-uct (concurrency) [default], iteration 20 completed (17128.552 ms) ======
[2025-11-06T23:02:08.235Z] ====== akka-uct (concurrency) [default], iteration 21 started ======
[2025-11-06T23:02:08.567Z] GC before operation: completed in 356.986 ms, heap usage 709.991 MB -> 100.310 MB.
[2025-11-06T23:02:10.225Z] final size= 199991
[2025-11-06T23:02:10.225Z] final height= 10
[2025-11-06T23:02:12.483Z] final size= 199991
[2025-11-06T23:02:12.483Z] final height= 10
[2025-11-06T23:02:13.628Z] final size= 199991
[2025-11-06T23:02:13.628Z] final height= 12
[2025-11-06T23:02:15.287Z] final size= 199991
[2025-11-06T23:02:15.287Z] final height= 11
[2025-11-06T23:02:17.011Z] final size= 199991
[2025-11-06T23:02:17.011Z] final height= 14
[2025-11-06T23:02:18.671Z] final size= 199991
[2025-11-06T23:02:18.671Z] final height= 10
[2025-11-06T23:02:20.934Z] final size= 199991
[2025-11-06T23:02:20.934Z] final height= 10
[2025-11-06T23:02:22.080Z] final size= 199991
[2025-11-06T23:02:22.080Z] final height= 12
[2025-11-06T23:02:24.338Z] final size= 199991
[2025-11-06T23:02:24.338Z] final height= 10
[2025-11-06T23:02:25.497Z] final size= 199991
[2025-11-06T23:02:25.497Z] final height= 10
[2025-11-06T23:02:26.204Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-06T23:02:26.204Z] There is no way to check that no silent failure occurred.
[2025-11-06T23:02:26.204Z] ====== akka-uct (concurrency) [default], iteration 21 completed (17312.008 ms) ======
[2025-11-06T23:02:26.204Z] ====== akka-uct (concurrency) [default], iteration 22 started ======
[2025-11-06T23:02:26.204Z] GC before operation: completed in 311.235 ms, heap usage 747.953 MB -> 102.415 MB.
[2025-11-06T23:02:27.865Z] final size= 199991
[2025-11-06T23:02:27.865Z] final height= 10
[2025-11-06T23:02:30.157Z] final size= 199991
[2025-11-06T23:02:30.157Z] final height= 10
[2025-11-06T23:02:31.821Z] final size= 199991
[2025-11-06T23:02:31.821Z] final height= 9
[2025-11-06T23:02:33.486Z] final size= 199991
[2025-11-06T23:02:33.486Z] final height= 11
[2025-11-06T23:02:35.161Z] final size= 199991
[2025-11-06T23:02:35.161Z] final height= 11
[2025-11-06T23:02:36.823Z] final size= 199991
[2025-11-06T23:02:36.823Z] final height= 12
[2025-11-06T23:02:39.095Z] final size= 199991
[2025-11-06T23:02:39.095Z] final height= 9
[2025-11-06T23:02:40.785Z] final size= 199991
[2025-11-06T23:02:40.785Z] final height= 9
[2025-11-06T23:02:42.456Z] final size= 199991
[2025-11-06T23:02:42.456Z] final height= 9
[2025-11-06T23:02:44.111Z] final size= 199991
[2025-11-06T23:02:44.111Z] final height= 13
[2025-11-06T23:02:44.439Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-06T23:02:44.439Z] There is no way to check that no silent failure occurred.
[2025-11-06T23:02:44.439Z] ====== akka-uct (concurrency) [default], iteration 22 completed (18013.081 ms) ======
[2025-11-06T23:02:44.439Z] ====== akka-uct (concurrency) [default], iteration 23 started ======
[2025-11-06T23:02:44.771Z] GC before operation: completed in 280.913 ms, heap usage 729.393 MB -> 102.419 MB.
[2025-11-06T23:02:45.959Z] final size= 199991
[2025-11-06T23:02:45.959Z] final height= 11
[2025-11-06T23:02:47.629Z] final size= 199991
[2025-11-06T23:02:47.629Z] final height= 10
[2025-11-06T23:02:49.314Z] final size= 199991
[2025-11-06T23:02:49.314Z] final height= 9
[2025-11-06T23:02:51.002Z] final size= 199991
[2025-11-06T23:02:51.002Z] final height= 13
[2025-11-06T23:02:52.759Z] final size= 199991
[2025-11-06T23:02:52.759Z] final height= 10
[2025-11-06T23:02:54.449Z] final size= 199991
[2025-11-06T23:02:54.449Z] final height= 12
[2025-11-06T23:02:56.130Z] final size= 199991
[2025-11-06T23:02:56.130Z] final height= 9
[2025-11-06T23:02:57.901Z] final size= 199991
[2025-11-06T23:02:57.901Z] final height= 9
[2025-11-06T23:02:59.613Z] final size= 199991
[2025-11-06T23:02:59.613Z] final height= 9
[2025-11-06T23:03:01.353Z] final size= 199991
[2025-11-06T23:03:01.353Z] final height= 11
[2025-11-06T23:03:01.753Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-06T23:03:01.753Z] There is no way to check that no silent failure occurred.
[2025-11-06T23:03:01.753Z] ====== akka-uct (concurrency) [default], iteration 23 completed (17072.382 ms) ======
[2025-11-06T23:03:02.501Z] -----------------------------------
[2025-11-06T23:03:02.501Z] renaissance-akka-uct_0_PASSED
[2025-11-06T23:03:02.501Z] -----------------------------------
[2025-11-06T23:03:02.501Z]
[2025-11-06T23:03:02.501Z] TEST TEARDOWN:
[2025-11-06T23:03:02.501Z] Nothing to be done for teardown.
[2025-11-06T23:03:02.501Z] renaissance-akka-uct_0 Finish Time: Thu Nov 6 23:03:02 2025 Epoch Time (ms): 1762470182147
[2025-11-06T23:03:02.501Z]
[2025-11-06T23:03:02.501Z] ===============================================
[2025-11-06T23:03:02.501Z] Running test renaissance-fj-kmeans_0 ...
[2025-11-06T23:03:02.501Z] ===============================================
[2025-11-06T23:03:02.501Z] renaissance-fj-kmeans_0 Start Time: Thu Nov 6 23:03:02 2025 Epoch Time (ms): 1762470182166
[2025-11-06T23:03:02.501Z] variation: NoOptions
[2025-11-06T23:03:02.501Z] JVM_OPTIONS:
[2025-11-06T23:03:02.501Z] { \
[2025-11-06T23:03:02.501Z] echo ""; echo "TEST SETUP:"; \
[2025-11-06T23:03:02.501Z] echo "Nothing to be done for setup."; \
[2025-11-06T23:03:02.501Z] mkdir -p "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/renaissance-fj-kmeans_0"; \
[2025-11-06T23:03:02.501Z] cd "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/renaissance-fj-kmeans_0"; \
[2025-11-06T23:03:02.501Z] echo ""; echo "TESTING:"; \
[2025-11-06T23:03:02.501Z] "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary/j2sdk-image/bin/java" -jar "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/renaissance-fj-kmeans_0"/fj-kmeans.json" fj-kmeans; \
[2025-11-06T23:03:02.501Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-fj-kmeans_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/renaissance-fj-kmeans_0"; else echo "-----------------------------------"; echo "renaissance-fj-kmeans_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-06T23:03:02.501Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-06T23:03:02.501Z] echo "Nothing to be done for teardown."; \
[2025-11-06T23:03:02.501Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/TestTargetResult";
[2025-11-06T23:03:02.501Z]
[2025-11-06T23:03:02.501Z] TEST SETUP:
[2025-11-06T23:03:02.501Z] Nothing to be done for setup.
[2025-11-06T23:03:02.501Z]
[2025-11-06T23:03:02.501Z] TESTING:
[2025-11-06T23:03:02.933Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
[2025-11-06T23:03:02.933Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/output_17624692499926/renaissance-fj-kmeans_0/launcher-230302-3223490620881755373/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar)
[2025-11-06T23:03:02.933Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
[2025-11-06T23:03:02.933Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
[2025-11-06T23:03:03.658Z] ====== fj-kmeans (concurrency) [default], iteration 0 started ======
[2025-11-06T23:03:03.658Z] GC before operation: completed in 107.251 ms, heap usage 93.636 MB -> 84.341 MB.
[2025-11-06T23:03:12.703Z] ====== fj-kmeans (concurrency) [default], iteration 0 completed (7961.390 ms) ======
[2025-11-06T23:03:12.703Z] ====== fj-kmeans (concurrency) [default], iteration 1 started ======
[2025-11-06T23:03:12.703Z] GC before operation: completed in 107.526 ms, heap usage 198.428 MB -> 84.425 MB.
[2025-11-06T23:03:20.042Z] ====== fj-kmeans (concurrency) [default], iteration 1 completed (7242.155 ms) ======
[2025-11-06T23:03:20.042Z] ====== fj-kmeans (concurrency) [default], iteration 2 started ======
[2025-11-06T23:03:20.042Z] GC before operation: completed in 112.905 ms, heap usage 476.943 MB -> 84.425 MB.
[2025-11-06T23:03:27.487Z] ====== fj-kmeans (concurrency) [default], iteration 2 completed (7272.715 ms) ======
[2025-11-06T23:03:27.487Z] ====== fj-kmeans (concurrency) [default], iteration 3 started ======
[2025-11-06T23:03:27.487Z] GC before operation: completed in 108.458 ms, heap usage 366.995 MB -> 84.425 MB.
[2025-11-06T23:03:34.863Z] ====== fj-kmeans (concurrency) [default], iteration 3 completed (7235.017 ms) ======
[2025-11-06T23:03:34.863Z] ====== fj-kmeans (concurrency) [default], iteration 4 started ======
[2025-11-06T23:03:34.863Z] GC before operation: completed in 102.509 ms, heap usage 195.632 MB -> 84.425 MB.
[2025-11-06T23:03:42.275Z] ====== fj-kmeans (concurrency) [default], iteration 4 completed (7264.930 ms) ======
[2025-11-06T23:03:42.275Z] ====== fj-kmeans (concurrency) [default], iteration 5 started ======
[2025-11-06T23:03:42.275Z] GC before operation: completed in 98.262 ms, heap usage 146.207 MB -> 84.426 MB.
[2025-11-06T23:03:49.742Z] ====== fj-kmeans (concurrency) [default], iteration 5 completed (7393.621 ms) ======
[2025-11-06T23:03:49.742Z] ====== fj-kmeans (concurrency) [default], iteration 6 started ======
[2025-11-06T23:03:49.742Z] GC before operation: completed in 102.405 ms, heap usage 192.779 MB -> 84.426 MB.
[2025-11-06T23:03:57.267Z] ====== fj-kmeans (concurrency) [default], iteration 6 completed (7299.064 ms) ======
[2025-11-06T23:03:57.267Z] ====== fj-kmeans (concurrency) [default], iteration 7 started ======
[2025-11-06T23:03:57.267Z] GC before operation: completed in 109.849 ms, heap usage 543.142 MB -> 84.426 MB.
[2025-11-06T23:04:03.501Z] ====== fj-kmeans (concurrency) [default], iteration 7 completed (7339.944 ms) ======
[2025-11-06T23:04:03.501Z] ====== fj-kmeans (concurrency) [default], iteration 8 started ======
[2025-11-06T23:04:03.841Z] GC before operation: completed in 111.392 ms, heap usage 539.517 MB -> 84.426 MB.
[2025-11-06T23:04:11.316Z] ====== fj-kmeans (concurrency) [default], iteration 8 completed (7223.088 ms) ======
[2025-11-06T23:04:11.316Z] ====== fj-kmeans (concurrency) [default], iteration 9 started ======
[2025-11-06T23:04:11.316Z] GC before operation: completed in 112.672 ms, heap usage 537.420 MB -> 84.426 MB.
[2025-11-06T23:04:18.859Z] ====== fj-kmeans (concurrency) [default], iteration 9 completed (7270.862 ms) ======
[2025-11-06T23:04:18.859Z] ====== fj-kmeans (concurrency) [default], iteration 10 started ======
[2025-11-06T23:04:18.859Z] GC before operation: completed in 111.833 ms, heap usage 540.682 MB -> 84.426 MB.
[2025-11-06T23:04:26.227Z] ====== fj-kmeans (concurrency) [default], iteration 10 completed (7293.486 ms) ======
[2025-11-06T23:04:26.227Z] ====== fj-kmeans (concurrency) [default], iteration 11 started ======
[2025-11-06T23:04:26.227Z] GC before operation: completed in 107.300 ms, heap usage 540.976 MB -> 84.426 MB.
[2025-11-06T23:04:33.619Z] ====== fj-kmeans (concurrency) [default], iteration 11 completed (7292.127 ms) ======
[2025-11-06T23:04:33.619Z] ====== fj-kmeans (concurrency) [default], iteration 12 started ======
[2025-11-06T23:04:33.619Z] GC before operation: completed in 112.399 ms, heap usage 540.347 MB -> 84.426 MB.
[2025-11-06T23:04:40.984Z] ====== fj-kmeans (concurrency) [default], iteration 12 completed (7236.521 ms) ======
[2025-11-06T23:04:40.984Z] ====== fj-kmeans (concurrency) [default], iteration 13 started ======
[2025-11-06T23:04:40.984Z] GC before operation: completed in 111.071 ms, heap usage 538.305 MB -> 84.426 MB.
[2025-11-06T23:04:48.337Z] ====== fj-kmeans (concurrency) [default], iteration 13 completed (7305.375 ms) ======
[2025-11-06T23:04:48.337Z] ====== fj-kmeans (concurrency) [default], iteration 14 started ======
[2025-11-06T23:04:48.337Z] GC before operation: completed in 111.525 ms, heap usage 545.604 MB -> 84.427 MB.
[2025-11-06T23:04:55.629Z] ====== fj-kmeans (concurrency) [default], iteration 14 completed (7189.561 ms) ======
[2025-11-06T23:04:55.629Z] ====== fj-kmeans (concurrency) [default], iteration 15 started ======
[2025-11-06T23:04:55.629Z] GC before operation: completed in 109.112 ms, heap usage 363.206 MB -> 84.427 MB.
[2025-11-06T23:05:02.952Z] ====== fj-kmeans (concurrency) [default], iteration 15 completed (7163.230 ms) ======
[2025-11-06T23:05:02.952Z] ====== fj-kmeans (concurrency) [default], iteration 16 started ======
[2025-11-06T23:05:02.952Z] GC before operation: completed in 114.571 ms, heap usage 539.814 MB -> 84.428 MB.
[2025-11-06T23:05:10.277Z] ====== fj-kmeans (concurrency) [default], iteration 16 completed (7049.358 ms) ======
[2025-11-06T23:05:10.277Z] ====== fj-kmeans (concurrency) [default], iteration 17 started ======
[2025-11-06T23:05:10.277Z] GC before operation: completed in 107.908 ms, heap usage 536.259 MB -> 84.428 MB.
[2025-11-06T23:05:17.731Z] ====== fj-kmeans (concurrency) [default], iteration 17 completed (7233.202 ms) ======
[2025-11-06T23:05:17.731Z] ====== fj-kmeans (concurrency) [default], iteration 18 started ======
[2025-11-06T23:05:17.731Z] GC before operation: completed in 106.316 ms, heap usage 540.698 MB -> 84.428 MB.
[2025-11-06T23:05:25.006Z] ====== fj-kmeans (concurrency) [default], iteration 18 completed (7058.708 ms) ======
[2025-11-06T23:05:25.006Z] ====== fj-kmeans (concurrency) [default], iteration 19 started ======
[2025-11-06T23:05:25.006Z] GC before operation: completed in 109.688 ms, heap usage 484.165 MB -> 84.428 MB.
[2025-11-06T23:05:32.281Z] ====== fj-kmeans (concurrency) [default], iteration 19 completed (7100.527 ms) ======
[2025-11-06T23:05:32.281Z] ====== fj-kmeans (concurrency) [default], iteration 20 started ======
[2025-11-06T23:05:32.281Z] GC before operation: completed in 112.622 ms, heap usage 541.115 MB -> 84.428 MB.
[2025-11-06T23:05:39.572Z] ====== fj-kmeans (concurrency) [default], iteration 20 completed (7132.550 ms) ======
[2025-11-06T23:05:39.572Z] ====== fj-kmeans (concurrency) [default], iteration 21 started ======
[2025-11-06T23:05:39.572Z] GC before operation: completed in 111.346 ms, heap usage 536.374 MB -> 84.428 MB.
[2025-11-06T23:05:46.847Z] ====== fj-kmeans (concurrency) [default], iteration 21 completed (7163.448 ms) ======
[2025-11-06T23:05:46.847Z] ====== fj-kmeans (concurrency) [default], iteration 22 started ======
[2025-11-06T23:05:46.847Z] GC before operation: completed in 109.950 ms, heap usage 490.638 MB -> 84.428 MB.
[2025-11-06T23:05:54.140Z] ====== fj-kmeans (concurrency) [default], iteration 22 completed (7115.748 ms) ======
[2025-11-06T23:05:54.140Z] ====== fj-kmeans (concurrency) [default], iteration 23 started ======
[2025-11-06T23:05:54.140Z] GC before operation: completed in 103.525 ms, heap usage 193.305 MB -> 84.428 MB.
[2025-11-06T23:06:01.437Z] ====== fj-kmeans (concurrency) [default], iteration 23 completed (7200.568 ms) ======
[2025-11-06T23:06:01.437Z] ====== fj-kmeans (concurrency) [default], iteration 24 started ======
[2025-11-06T23:06:01.437Z] GC before operation: completed in 112.227 ms, heap usage 536.540 MB -> 84.428 MB.
[2025-11-06T23:06:08.813Z] ====== fj-kmeans (concurrency) [default], iteration 24 completed (7156.571 ms) ======
[2025-11-06T23:06:08.813Z] ====== fj-kmeans (concurrency) [default], iteration 25 started ======
[2025-11-06T23:06:08.813Z] GC before operation: completed in 103.343 ms, heap usage 540.423 MB -> 84.428 MB.
[2025-11-06T23:06:16.088Z] ====== fj-kmeans (concurrency) [default], iteration 25 completed (7182.643 ms) ======
[2025-11-06T23:06:16.088Z] ====== fj-kmeans (concurrency) [default], iteration 26 started ======
[2025-11-06T23:06:16.088Z] GC before operation: completed in 112.662 ms, heap usage 483.851 MB -> 84.428 MB.
[2025-11-06T23:06:23.451Z] ====== fj-kmeans (concurrency) [default], iteration 26 completed (7191.463 ms) ======
[2025-11-06T23:06:23.451Z] ====== fj-kmeans (concurrency) [default], iteration 27 started ======
[2025-11-06T23:06:23.452Z] GC before operation: completed in 108.408 ms, heap usage 482.306 MB -> 84.428 MB.
[2025-11-06T23:06:29.402Z] ====== fj-kmeans (concurrency) [default], iteration 27 completed (7135.889 ms) ======
[2025-11-06T23:06:29.402Z] ====== fj-kmeans (concurrency) [default], iteration 28 started ======
[2025-11-06T23:06:29.735Z] GC before operation: completed in 115.109 ms, heap usage 536.209 MB -> 84.428 MB.
[2025-11-06T23:06:37.128Z] ====== fj-kmeans (concurrency) [default], iteration 28 completed (7098.347 ms) ======
[2025-11-06T23:06:37.128Z] ====== fj-kmeans (concurrency) [default], iteration 29 started ======
[2025-11-06T23:06:37.128Z] GC before operation: completed in 108.784 ms, heap usage 538.283 MB -> 84.428 MB.
[2025-11-06T23:06:44.421Z] ====== fj-kmeans (concurrency) [default], iteration 29 completed (7191.846 ms) ======
[2025-11-06T23:06:44.421Z] -----------------------------------
[2025-11-06T23:06:44.421Z] renaissance-fj-kmeans_0_PASSED
[2025-11-06T23:06:44.421Z] -----------------------------------
[2025-11-06T23:06:44.421Z]
[2025-11-06T23:06:44.421Z] TEST TEARDOWN:
[2025-11-06T23:06:44.421Z] Nothing to be done for teardown.
[2025-11-06T23:06:44.421Z] renaissance-fj-kmeans_0 Finish Time: Thu Nov 6 23:06:44 2025 Epoch Time (ms): 1762470404096
[2025-11-06T23:06:44.421Z]
[2025-11-06T23:06:44.421Z] ===============================================
[2025-11-06T23:06:44.421Z] Running test renaissance-future-genetic_0 ...
[2025-11-06T23:06:44.421Z] ===============================================
[2025-11-06T23:06:44.421Z] renaissance-future-genetic_0 Start Time: Thu Nov 6 23:06:44 2025 Epoch Time (ms): 1762470404115
[2025-11-06T23:06:44.421Z] variation: NoOptions
[2025-11-06T23:06:44.421Z] JVM_OPTIONS:
[2025-11-06T23:06:44.421Z] { \
[2025-11-06T23:06:44.421Z] echo ""; echo "TEST SETUP:"; \
[2025-11-06T23:06:44.421Z] echo "Nothing to be done for setup."; \
[2025-11-06T23:06:44.421Z] mkdir -p "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/renaissance-future-genetic_0"; \
[2025-11-06T23:06:44.421Z] cd "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/renaissance-future-genetic_0"; \
[2025-11-06T23:06:44.421Z] echo ""; echo "TESTING:"; \
[2025-11-06T23:06:44.421Z] "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary/j2sdk-image/bin/java" -jar "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/renaissance-future-genetic_0"/future-genetic.json" future-genetic; \
[2025-11-06T23:06:44.421Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-future-genetic_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/renaissance-future-genetic_0"; else echo "-----------------------------------"; echo "renaissance-future-genetic_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-06T23:06:44.421Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-06T23:06:44.421Z] echo "Nothing to be done for teardown."; \
[2025-11-06T23:06:44.421Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/TestTargetResult";
[2025-11-06T23:06:44.421Z]
[2025-11-06T23:06:44.421Z] TEST SETUP:
[2025-11-06T23:06:44.421Z] Nothing to be done for setup.
[2025-11-06T23:06:44.421Z]
[2025-11-06T23:06:44.421Z] TESTING:
[2025-11-06T23:06:44.749Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
[2025-11-06T23:06:44.749Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/output_17624692499926/renaissance-future-genetic_0/launcher-230644-1446121020987157657/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar)
[2025-11-06T23:06:44.749Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
[2025-11-06T23:06:44.749Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
[2025-11-06T23:06:45.079Z] ====== future-genetic (functional) [default], iteration 0 started ======
[2025-11-06T23:06:45.079Z] GC before operation: completed in 14.466 ms, heap usage 8.424 MB -> 3.964 MB.
[2025-11-06T23:06:49.855Z] ====== future-genetic (functional) [default], iteration 0 completed (3906.561 ms) ======
[2025-11-06T23:06:49.855Z] ====== future-genetic (functional) [default], iteration 1 started ======
[2025-11-06T23:06:49.855Z] GC before operation: completed in 17.887 ms, heap usage 15.111 MB -> 5.142 MB.
[2025-11-06T23:06:52.114Z] ====== future-genetic (functional) [default], iteration 1 completed (2929.000 ms) ======
[2025-11-06T23:06:52.114Z] ====== future-genetic (functional) [default], iteration 2 started ======
[2025-11-06T23:06:52.114Z] GC before operation: completed in 13.689 ms, heap usage 87.942 MB -> 5.144 MB.
[2025-11-06T23:06:55.069Z] ====== future-genetic (functional) [default], iteration 2 completed (2526.722 ms) ======
[2025-11-06T23:06:55.069Z] ====== future-genetic (functional) [default], iteration 3 started ======
[2025-11-06T23:06:55.069Z] GC before operation: completed in 12.718 ms, heap usage 100.290 MB -> 5.144 MB.
[2025-11-06T23:06:57.329Z] ====== future-genetic (functional) [default], iteration 3 completed (2573.256 ms) ======
[2025-11-06T23:06:57.329Z] ====== future-genetic (functional) [default], iteration 4 started ======
[2025-11-06T23:06:57.329Z] GC before operation: completed in 19.632 ms, heap usage 320.231 MB -> 5.144 MB.
[2025-11-06T23:07:00.280Z] ====== future-genetic (functional) [default], iteration 4 completed (2612.206 ms) ======
[2025-11-06T23:07:00.280Z] ====== future-genetic (functional) [default], iteration 5 started ======
[2025-11-06T23:07:00.280Z] GC before operation: completed in 20.057 ms, heap usage 301.468 MB -> 5.144 MB.
[2025-11-06T23:07:02.558Z] ====== future-genetic (functional) [default], iteration 5 completed (2641.747 ms) ======
[2025-11-06T23:07:02.558Z] ====== future-genetic (functional) [default], iteration 6 started ======
[2025-11-06T23:07:02.558Z] GC before operation: completed in 18.083 ms, heap usage 196.198 MB -> 5.144 MB.
[2025-11-06T23:07:05.552Z] ====== future-genetic (functional) [default], iteration 6 completed (2567.386 ms) ======
[2025-11-06T23:07:05.552Z] ====== future-genetic (functional) [default], iteration 7 started ======
[2025-11-06T23:07:05.552Z] GC before operation: completed in 13.168 ms, heap usage 69.568 MB -> 5.144 MB.
[2025-11-06T23:07:07.816Z] ====== future-genetic (functional) [default], iteration 7 completed (2524.936 ms) ======
[2025-11-06T23:07:07.816Z] ====== future-genetic (functional) [default], iteration 8 started ======
[2025-11-06T23:07:07.816Z] GC before operation: completed in 14.883 ms, heap usage 101.383 MB -> 5.144 MB.
[2025-11-06T23:07:10.077Z] ====== future-genetic (functional) [default], iteration 8 completed (2604.003 ms) ======
[2025-11-06T23:07:10.077Z] ====== future-genetic (functional) [default], iteration 9 started ======
[2025-11-06T23:07:10.077Z] GC before operation: completed in 17.541 ms, heap usage 194.715 MB -> 5.145 MB.
[2025-11-06T23:07:13.069Z] ====== future-genetic (functional) [default], iteration 9 completed (2579.889 ms) ======
[2025-11-06T23:07:13.069Z] ====== future-genetic (functional) [default], iteration 10 started ======
[2025-11-06T23:07:13.069Z] GC before operation: completed in 17.919 ms, heap usage 296.864 MB -> 5.145 MB.
[2025-11-06T23:07:15.396Z] ====== future-genetic (functional) [default], iteration 10 completed (2583.230 ms) ======
[2025-11-06T23:07:15.396Z] ====== future-genetic (functional) [default], iteration 11 started ======
[2025-11-06T23:07:15.396Z] GC before operation: completed in 12.423 ms, heap usage 37.829 MB -> 5.145 MB.
[2025-11-06T23:07:18.354Z] ====== future-genetic (functional) [default], iteration 11 completed (2596.962 ms) ======
[2025-11-06T23:07:18.354Z] ====== future-genetic (functional) [default], iteration 12 started ======
[2025-11-06T23:07:18.354Z] GC before operation: completed in 15.449 ms, heap usage 47.297 MB -> 5.145 MB.
[2025-11-06T23:07:20.609Z] ====== future-genetic (functional) [default], iteration 12 completed (2586.670 ms) ======
[2025-11-06T23:07:20.609Z] ====== future-genetic (functional) [default], iteration 13 started ======
[2025-11-06T23:07:20.609Z] GC before operation: completed in 12.697 ms, heap usage 96.737 MB -> 5.145 MB.
[2025-11-06T23:07:23.568Z] ====== future-genetic (functional) [default], iteration 13 completed (2562.995 ms) ======
[2025-11-06T23:07:23.568Z] ====== future-genetic (functional) [default], iteration 14 started ======
[2025-11-06T23:07:23.568Z] GC before operation: completed in 21.578 ms, heap usage 328.540 MB -> 5.145 MB.
[2025-11-06T23:07:25.824Z] ====== future-genetic (functional) [default], iteration 14 completed (2516.824 ms) ======
[2025-11-06T23:07:25.824Z] ====== future-genetic (functional) [default], iteration 15 started ======
[2025-11-06T23:07:25.824Z] GC before operation: completed in 14.794 ms, heap usage 96.714 MB -> 5.145 MB.
[2025-11-06T23:07:28.778Z] ====== future-genetic (functional) [default], iteration 15 completed (2561.183 ms) ======
[2025-11-06T23:07:28.778Z] ====== future-genetic (functional) [default], iteration 16 started ======
[2025-11-06T23:07:28.778Z] GC before operation: completed in 19.198 ms, heap usage 213.252 MB -> 5.145 MB.
[2025-11-06T23:07:31.036Z] ====== future-genetic (functional) [default], iteration 16 completed (2560.808 ms) ======
[2025-11-06T23:07:31.036Z] ====== future-genetic (functional) [default], iteration 17 started ======
[2025-11-06T23:07:31.036Z] GC before operation: completed in 12.806 ms, heap usage 34.805 MB -> 5.145 MB.
[2025-11-06T23:07:33.987Z] ====== future-genetic (functional) [default], iteration 17 completed (2556.326 ms) ======
[2025-11-06T23:07:33.987Z] ====== future-genetic (functional) [default], iteration 18 started ======
[2025-11-06T23:07:33.987Z] GC before operation: completed in 17.837 ms, heap usage 97.141 MB -> 5.145 MB.
[2025-11-06T23:07:36.315Z] ====== future-genetic (functional) [default], iteration 18 completed (2552.617 ms) ======
[2025-11-06T23:07:36.315Z] ====== future-genetic (functional) [default], iteration 19 started ======
[2025-11-06T23:07:36.315Z] GC before operation: completed in 19.693 ms, heap usage 300.629 MB -> 5.145 MB.
[2025-11-06T23:07:38.573Z] ====== future-genetic (functional) [default], iteration 19 completed (2537.389 ms) ======
[2025-11-06T23:07:38.573Z] ====== future-genetic (functional) [default], iteration 20 started ======
[2025-11-06T23:07:38.573Z] GC before operation: completed in 12.392 ms, heap usage 33.431 MB -> 5.145 MB.
[2025-11-06T23:07:41.596Z] ====== future-genetic (functional) [default], iteration 20 completed (2555.296 ms) ======
[2025-11-06T23:07:41.596Z] ====== future-genetic (functional) [default], iteration 21 started ======
[2025-11-06T23:07:41.596Z] GC before operation: completed in 14.328 ms, heap usage 122.000 MB -> 5.145 MB.
[2025-11-06T23:07:43.849Z] ====== future-genetic (functional) [default], iteration 21 completed (2523.312 ms) ======
[2025-11-06T23:07:43.849Z] ====== future-genetic (functional) [default], iteration 22 started ======
[2025-11-06T23:07:43.849Z] GC before operation: completed in 11.708 ms, heap usage 49.300 MB -> 5.145 MB.
[2025-11-06T23:07:46.808Z] ====== future-genetic (functional) [default], iteration 22 completed (2592.856 ms) ======
[2025-11-06T23:07:46.808Z] ====== future-genetic (functional) [default], iteration 23 started ======
[2025-11-06T23:07:46.808Z] GC before operation: completed in 15.419 ms, heap usage 309.195 MB -> 5.145 MB.
[2025-11-06T23:07:49.061Z] ====== future-genetic (functional) [default], iteration 23 completed (2504.210 ms) ======
[2025-11-06T23:07:49.061Z] ====== future-genetic (functional) [default], iteration 24 started ======
[2025-11-06T23:07:49.061Z] GC before operation: completed in 13.705 ms, heap usage 63.707 MB -> 5.145 MB.
[2025-11-06T23:07:51.317Z] ====== future-genetic (functional) [default], iteration 24 completed (2561.394 ms) ======
[2025-11-06T23:07:51.317Z] ====== future-genetic (functional) [default], iteration 25 started ======
[2025-11-06T23:07:51.317Z] GC before operation: completed in 13.561 ms, heap usage 13.224 MB -> 5.146 MB.
[2025-11-06T23:07:54.305Z] ====== future-genetic (functional) [default], iteration 25 completed (2544.148 ms) ======
[2025-11-06T23:07:54.305Z] ====== future-genetic (functional) [default], iteration 26 started ======
[2025-11-06T23:07:54.306Z] GC before operation: completed in 18.322 ms, heap usage 194.832 MB -> 5.145 MB.
[2025-11-06T23:07:56.559Z] ====== future-genetic (functional) [default], iteration 26 completed (2506.823 ms) ======
[2025-11-06T23:07:56.559Z] ====== future-genetic (functional) [default], iteration 27 started ======
[2025-11-06T23:07:56.559Z] GC before operation: completed in 13.224 ms, heap usage 68.349 MB -> 5.145 MB.
[2025-11-06T23:07:59.516Z] ====== future-genetic (functional) [default], iteration 27 completed (2528.616 ms) ======
[2025-11-06T23:07:59.516Z] ====== future-genetic (functional) [default], iteration 28 started ======
[2025-11-06T23:07:59.516Z] GC before operation: completed in 13.280 ms, heap usage 43.277 MB -> 5.146 MB.
[2025-11-06T23:08:01.802Z] ====== future-genetic (functional) [default], iteration 28 completed (2550.829 ms) ======
[2025-11-06T23:08:01.802Z] ====== future-genetic (functional) [default], iteration 29 started ======
[2025-11-06T23:08:01.802Z] GC before operation: completed in 12.408 ms, heap usage 28.800 MB -> 5.146 MB.
[2025-11-06T23:08:04.060Z] ====== future-genetic (functional) [default], iteration 29 completed (2561.669 ms) ======
[2025-11-06T23:08:04.060Z] ====== future-genetic (functional) [default], iteration 30 started ======
[2025-11-06T23:08:04.060Z] GC before operation: completed in 22.779 ms, heap usage 318.755 MB -> 5.146 MB.
[2025-11-06T23:08:07.019Z] ====== future-genetic (functional) [default], iteration 30 completed (2548.523 ms) ======
[2025-11-06T23:08:07.019Z] ====== future-genetic (functional) [default], iteration 31 started ======
[2025-11-06T23:08:07.019Z] GC before operation: completed in 13.090 ms, heap usage 29.633 MB -> 5.146 MB.
[2025-11-06T23:08:09.278Z] ====== future-genetic (functional) [default], iteration 31 completed (2569.244 ms) ======
[2025-11-06T23:08:09.278Z] ====== future-genetic (functional) [default], iteration 32 started ======
[2025-11-06T23:08:09.278Z] GC before operation: completed in 19.195 ms, heap usage 55.270 MB -> 5.146 MB.
[2025-11-06T23:08:12.237Z] ====== future-genetic (functional) [default], iteration 32 completed (2534.683 ms) ======
[2025-11-06T23:08:12.237Z] ====== future-genetic (functional) [default], iteration 33 started ======
[2025-11-06T23:08:12.237Z] GC before operation: completed in 16.170 ms, heap usage 84.880 MB -> 5.146 MB.
[2025-11-06T23:08:14.498Z] ====== future-genetic (functional) [default], iteration 33 completed (2565.522 ms) ======
[2025-11-06T23:08:14.498Z] ====== future-genetic (functional) [default], iteration 34 started ======
[2025-11-06T23:08:14.498Z] GC before operation: completed in 15.242 ms, heap usage 72.976 MB -> 5.146 MB.
[2025-11-06T23:08:17.458Z] ====== future-genetic (functional) [default], iteration 34 completed (2566.698 ms) ======
[2025-11-06T23:08:17.458Z] ====== future-genetic (functional) [default], iteration 35 started ======
[2025-11-06T23:08:17.458Z] GC before operation: completed in 15.195 ms, heap usage 113.327 MB -> 5.146 MB.
[2025-11-06T23:08:19.717Z] ====== future-genetic (functional) [default], iteration 35 completed (2536.213 ms) ======
[2025-11-06T23:08:19.717Z] ====== future-genetic (functional) [default], iteration 36 started ======
[2025-11-06T23:08:19.717Z] GC before operation: completed in 15.169 ms, heap usage 95.926 MB -> 5.146 MB.
[2025-11-06T23:08:21.974Z] ====== future-genetic (functional) [default], iteration 36 completed (2505.854 ms) ======
[2025-11-06T23:08:21.974Z] ====== future-genetic (functional) [default], iteration 37 started ======
[2025-11-06T23:08:22.304Z] GC before operation: completed in 13.290 ms, heap usage 37.196 MB -> 5.146 MB.
[2025-11-06T23:08:24.637Z] ====== future-genetic (functional) [default], iteration 37 completed (2564.847 ms) ======
[2025-11-06T23:08:24.637Z] ====== future-genetic (functional) [default], iteration 38 started ======
[2025-11-06T23:08:24.637Z] GC before operation: completed in 18.955 ms, heap usage 41.253 MB -> 5.146 MB.
[2025-11-06T23:08:27.598Z] ====== future-genetic (functional) [default], iteration 38 completed (2590.509 ms) ======
[2025-11-06T23:08:27.598Z] ====== future-genetic (functional) [default], iteration 39 started ======
[2025-11-06T23:08:27.598Z] GC before operation: completed in 17.683 ms, heap usage 88.681 MB -> 5.146 MB.
[2025-11-06T23:08:29.861Z] ====== future-genetic (functional) [default], iteration 39 completed (2571.901 ms) ======
[2025-11-06T23:08:29.861Z] ====== future-genetic (functional) [default], iteration 40 started ======
[2025-11-06T23:08:29.861Z] GC before operation: completed in 14.264 ms, heap usage 44.728 MB -> 5.146 MB.
[2025-11-06T23:08:32.818Z] ====== future-genetic (functional) [default], iteration 40 completed (2553.311 ms) ======
[2025-11-06T23:08:32.818Z] ====== future-genetic (functional) [default], iteration 41 started ======
[2025-11-06T23:08:32.818Z] GC before operation: completed in 14.370 ms, heap usage 111.632 MB -> 5.147 MB.
[2025-11-06T23:08:35.076Z] ====== future-genetic (functional) [default], iteration 41 completed (2545.760 ms) ======
[2025-11-06T23:08:35.076Z] ====== future-genetic (functional) [default], iteration 42 started ======
[2025-11-06T23:08:35.076Z] GC before operation: completed in 20.208 ms, heap usage 300.760 MB -> 5.146 MB.
[2025-11-06T23:08:38.038Z] ====== future-genetic (functional) [default], iteration 42 completed (2513.207 ms) ======
[2025-11-06T23:08:38.038Z] ====== future-genetic (functional) [default], iteration 43 started ======
[2025-11-06T23:08:38.038Z] GC before operation: completed in 12.094 ms, heap usage 28.595 MB -> 5.147 MB.
[2025-11-06T23:08:40.294Z] ====== future-genetic (functional) [default], iteration 43 completed (2488.028 ms) ======
[2025-11-06T23:08:40.294Z] ====== future-genetic (functional) [default], iteration 44 started ======
[2025-11-06T23:08:40.294Z] GC before operation: completed in 13.116 ms, heap usage 57.369 MB -> 5.146 MB.
[2025-11-06T23:08:42.550Z] ====== future-genetic (functional) [default], iteration 44 completed (2566.649 ms) ======
[2025-11-06T23:08:42.550Z] ====== future-genetic (functional) [default], iteration 45 started ======
[2025-11-06T23:08:42.550Z] GC before operation: completed in 15.585 ms, heap usage 20.868 MB -> 5.147 MB.
[2025-11-06T23:08:45.556Z] ====== future-genetic (functional) [default], iteration 45 completed (2596.671 ms) ======
[2025-11-06T23:08:45.556Z] ====== future-genetic (functional) [default], iteration 46 started ======
[2025-11-06T23:08:45.556Z] GC before operation: completed in 20.537 ms, heap usage 305.880 MB -> 5.147 MB.
[2025-11-06T23:08:47.850Z] ====== future-genetic (functional) [default], iteration 46 completed (2554.261 ms) ======
[2025-11-06T23:08:47.850Z] ====== future-genetic (functional) [default], iteration 47 started ======
[2025-11-06T23:08:47.850Z] GC before operation: completed in 13.023 ms, heap usage 44.328 MB -> 5.147 MB.
[2025-11-06T23:08:50.806Z] ====== future-genetic (functional) [default], iteration 47 completed (2525.444 ms) ======
[2025-11-06T23:08:50.806Z] ====== future-genetic (functional) [default], iteration 48 started ======
[2025-11-06T23:08:50.806Z] GC before operation: completed in 16.894 ms, heap usage 88.285 MB -> 5.147 MB.
[2025-11-06T23:08:53.066Z] ====== future-genetic (functional) [default], iteration 48 completed (2520.541 ms) ======
[2025-11-06T23:08:53.066Z] ====== future-genetic (functional) [default], iteration 49 started ======
[2025-11-06T23:08:53.066Z] GC before operation: completed in 18.624 ms, heap usage 300.646 MB -> 5.147 MB.
[2025-11-06T23:08:56.027Z] ====== future-genetic (functional) [default], iteration 49 completed (2570.054 ms) ======
[2025-11-06T23:08:56.027Z] -----------------------------------
[2025-11-06T23:08:56.027Z] renaissance-future-genetic_0_PASSED
[2025-11-06T23:08:56.027Z] -----------------------------------
[2025-11-06T23:08:56.027Z]
[2025-11-06T23:08:56.027Z] TEST TEARDOWN:
[2025-11-06T23:08:56.027Z] Nothing to be done for teardown.
[2025-11-06T23:08:56.027Z] renaissance-future-genetic_0 Finish Time: Thu Nov 6 23:08:55 2025 Epoch Time (ms): 1762470535557
[2025-11-06T23:08:56.027Z]
[2025-11-06T23:08:56.027Z] ===============================================
[2025-11-06T23:08:56.027Z] Running test renaissance-naive-bayes_0 ...
[2025-11-06T23:08:56.027Z] ===============================================
[2025-11-06T23:08:56.027Z] renaissance-naive-bayes_0 Start Time: Thu Nov 6 23:08:55 2025 Epoch Time (ms): 1762470535575
[2025-11-06T23:08:56.027Z] variation: NoOptions
[2025-11-06T23:08:56.027Z] JVM_OPTIONS:
[2025-11-06T23:08:56.027Z] { \
[2025-11-06T23:08:56.027Z] echo ""; echo "TEST SETUP:"; \
[2025-11-06T23:08:56.027Z] echo "Nothing to be done for setup."; \
[2025-11-06T23:08:56.027Z] mkdir -p "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/renaissance-naive-bayes_0"; \
[2025-11-06T23:08:56.027Z] cd "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/renaissance-naive-bayes_0"; \
[2025-11-06T23:08:56.027Z] echo ""; echo "TESTING:"; \
[2025-11-06T23:08:56.027Z] "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary/j2sdk-image/bin/java" -jar "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/renaissance-naive-bayes_0"/naive-bayes.json" naive-bayes; \
[2025-11-06T23:08:56.027Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-naive-bayes_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/renaissance-naive-bayes_0"; else echo "-----------------------------------"; echo "renaissance-naive-bayes_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-06T23:08:56.027Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-06T23:08:56.027Z] echo "Nothing to be done for teardown."; \
[2025-11-06T23:08:56.027Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/TestTargetResult";
[2025-11-06T23:08:56.027Z]
[2025-11-06T23:08:56.027Z] TEST SETUP:
[2025-11-06T23:08:56.027Z] Nothing to be done for setup.
[2025-11-06T23:08:56.027Z]
[2025-11-06T23:08:56.027Z] TESTING:
[2025-11-06T23:08:56.356Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
[2025-11-06T23:08:56.356Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/output_17624692499926/renaissance-naive-bayes_0/launcher-230855-17818270204174517905/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar)
[2025-11-06T23:08:56.356Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
[2025-11-06T23:08:56.356Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
[2025-11-06T23:09:03.635Z] Benchmark 'naive-bayes' failed with exception:
[2025-11-06T23:09:03.635Z] java.lang.ExceptionInInitializerError
[2025-11-06T23:09:03.635Z] at org.apache.spark.unsafe.array.ByteArrayMethods.<clinit>(ByteArrayMethods.java:47)
[2025-11-06T23:09:03.635Z] at org.apache.spark.memory.MemoryManager.defaultPageSizeBytes$lzycompute(MemoryManager.scala:261)
[2025-11-06T23:09:03.635Z] at org.apache.spark.memory.MemoryManager.defaultPageSizeBytes(MemoryManager.scala:251)
[2025-11-06T23:09:03.635Z] at org.apache.spark.memory.MemoryManager.$anonfun$pageSizeBytes$1(MemoryManager.scala:270)
[2025-11-06T23:09:03.635Z] at scala.runtime.java8.JFunction0$mcJ$sp.apply(JFunction0$mcJ$sp.scala:17)
[2025-11-06T23:09:03.635Z] at scala.Option.getOrElse(Option.scala:201)
[2025-11-06T23:09:03.635Z] at org.apache.spark.memory.MemoryManager.<init>(MemoryManager.scala:270)
[2025-11-06T23:09:03.635Z] at org.apache.spark.memory.UnifiedMemoryManager.<init>(UnifiedMemoryManager.scala:58)
[2025-11-06T23:09:03.635Z] at org.apache.spark.memory.UnifiedMemoryManager$.apply(UnifiedMemoryManager.scala:207)
[2025-11-06T23:09:03.635Z] at org.apache.spark.SparkEnv$.create(SparkEnv.scala:320)
[2025-11-06T23:09:03.635Z] at org.apache.spark.SparkEnv$.createDriverEnv(SparkEnv.scala:194)
[2025-11-06T23:09:03.635Z] at org.apache.spark.SparkContext.createSparkEnv(SparkContext.scala:284)
[2025-11-06T23:09:03.635Z] at org.apache.spark.SparkContext.<init>(SparkContext.scala:478)
[2025-11-06T23:09:03.635Z] at org.apache.spark.SparkContext$.getOrCreate(SparkContext.scala:2883)
[2025-11-06T23:09:03.635Z] at org.apache.spark.sql.SparkSession$Builder.$anonfun$getOrCreate$2(SparkSession.scala:1099)
[2025-11-06T23:09:03.635Z] at scala.Option.getOrElse(Option.scala:201)
[2025-11-06T23:09:03.635Z] at org.apache.spark.sql.SparkSession$Builder.getOrCreate(SparkSession.scala:1093)
[2025-11-06T23:09:03.635Z] at org.renaissance.apache.spark.SparkUtil.setUpSparkContext(SparkUtil.scala:81)
[2025-11-06T23:09:03.635Z] at org.renaissance.apache.spark.SparkUtil.setUpSparkContext$(SparkUtil.scala:54)
[2025-11-06T23:09:03.635Z] at org.renaissance.apache.spark.NaiveBayes.setUpSparkContext(NaiveBayes.scala:33)
[2025-11-06T23:09:03.635Z] at org.renaissance.apache.spark.NaiveBayes.setUpBeforeAll(NaiveBayes.scala:56)
[2025-11-06T23:09:03.635Z] at org.renaissance.harness.ExecutionDriver.executeBenchmark(ExecutionDriver.java:82)
[2025-11-06T23:09:03.635Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks$$anonfun$1(RenaissanceSuite.scala:172)
[2025-11-06T23:09:03.635Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
[2025-11-06T23:09:03.635Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
[2025-11-06T23:09:03.635Z] at scala.collection.immutable.List.foreach(List.scala:334)
[2025-11-06T23:09:03.635Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks(RenaissanceSuite.scala:161)
[2025-11-06T23:09:03.635Z] at org.renaissance.harness.RenaissanceSuite$.main(RenaissanceSuite.scala:130)
[2025-11-06T23:09:03.635Z] at org.renaissance.harness.RenaissanceSuite.main(RenaissanceSuite.scala)
[2025-11-06T23:09:03.635Z] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
[2025-11-06T23:09:03.635Z] at java.base/java.lang.reflect.Method.invoke(Method.java:565)
[2025-11-06T23:09:03.635Z] at org.renaissance.core.Launcher.loadAndInvokeHarnessClass(Launcher.java:129)
[2025-11-06T23:09:03.635Z] at org.renaissance.core.Launcher.launchHarnessClass(Launcher.java:78)
[2025-11-06T23:09:03.635Z] at org.renaissance.core.Launcher.main(Launcher.java:43)
[2025-11-06T23:09:03.635Z] Caused by: java.lang.IllegalStateException: java.lang.ClassNotFoundException: jdk.internal.ref.Cleaner
[2025-11-06T23:09:03.635Z] at org.apache.spark.unsafe.Platform.<clinit>(Platform.java:115)
[2025-11-06T23:09:03.635Z] ... 34 more
[2025-11-06T23:09:03.635Z] Caused by: java.lang.ClassNotFoundException: jdk.internal.ref.Cleaner
[2025-11-06T23:09:03.635Z] at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:377)
[2025-11-06T23:09:03.635Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:569)
[2025-11-06T23:09:03.635Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:502)
[2025-11-06T23:09:03.635Z] at java.base/java.lang.Class.forName0(Native Method)
[2025-11-06T23:09:03.635Z] at java.base/java.lang.Class.forName(Class.java:473)
[2025-11-06T23:09:03.635Z] at java.base/java.lang.Class.forName(Class.java:463)
[2025-11-06T23:09:03.635Z] at org.apache.spark.unsafe.Platform.<clinit>(Platform.java:95)
[2025-11-06T23:09:03.635Z] ... 34 more
[2025-11-06T23:09:03.635Z] The following benchmarks failed: naive-bayes
[2025-11-06T23:09:03.635Z] -----------------------------------
[2025-11-06T23:09:03.635Z] renaissance-naive-bayes_0_FAILED
[2025-11-06T23:09:03.635Z] -----------------------------------
[2025-11-06T23:09:03.635Z]
[2025-11-06T23:09:03.635Z] TEST TEARDOWN:
[2025-11-06T23:09:03.635Z] Nothing to be done for teardown.
[2025-11-06T23:09:03.635Z] renaissance-naive-bayes_0 Finish Time: Thu Nov 6 23:09:03 2025 Epoch Time (ms): 1762470543130
[2025-11-06T23:09:03.635Z]
[2025-11-06T23:09:03.635Z] ===============================================
[2025-11-06T23:09:03.635Z] Running test renaissance-scala-kmeans_0 ...
[2025-11-06T23:09:03.635Z] ===============================================
[2025-11-06T23:09:03.635Z] renaissance-scala-kmeans_0 Start Time: Thu Nov 6 23:09:03 2025 Epoch Time (ms): 1762470543147
[2025-11-06T23:09:03.635Z] variation: NoOptions
[2025-11-06T23:09:03.635Z] JVM_OPTIONS:
[2025-11-06T23:09:03.635Z] { \
[2025-11-06T23:09:03.635Z] echo ""; echo "TEST SETUP:"; \
[2025-11-06T23:09:03.635Z] echo "Nothing to be done for setup."; \
[2025-11-06T23:09:03.635Z] mkdir -p "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/renaissance-scala-kmeans_0"; \
[2025-11-06T23:09:03.635Z] cd "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/renaissance-scala-kmeans_0"; \
[2025-11-06T23:09:03.635Z] echo ""; echo "TESTING:"; \
[2025-11-06T23:09:03.635Z] /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../perf/run_with_affinity.sh --exec_cmd ""/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary/j2sdk-image/bin/java" -jar "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/renaissance-scala-kmeans_0"/scala-kmeans.json" scala-kmeans" --test_root /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/..; \
[2025-11-06T23:09:03.635Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-scala-kmeans_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/renaissance-scala-kmeans_0"; else echo "-----------------------------------"; echo "renaissance-scala-kmeans_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-06T23:09:03.635Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-06T23:09:03.635Z] echo "Nothing to be done for teardown."; \
[2025-11-06T23:09:03.636Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/TestTargetResult";
[2025-11-06T23:09:03.636Z]
[2025-11-06T23:09:03.636Z] TEST SETUP:
[2025-11-06T23:09:03.636Z] Nothing to be done for setup.
[2025-11-06T23:09:03.636Z]
[2025-11-06T23:09:03.636Z] TESTING:
[2025-11-06T23:09:03.636Z] Warning!!! Affinity is NOT set. Affinity tool may NOT be installed/supported.
[2025-11-06T23:09:03.636Z] Running EXEC_CMD_WITH_AFFINITY= /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/jdkbinary/j2sdk-image/bin/java -jar /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar --json /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/renaissance-scala-kmeans_0/scala-kmeans.json scala-kmeans
[2025-11-06T23:09:03.965Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
[2025-11-06T23:09:03.965Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/output_17624692499926/renaissance-scala-kmeans_0/launcher-230903-8244902339087522266/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar)
[2025-11-06T23:09:03.965Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
[2025-11-06T23:09:03.965Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
[2025-11-06T23:09:04.691Z] ====== scala-kmeans (scala) [default], iteration 0 started ======
[2025-11-06T23:09:04.691Z] GC before operation: completed in 36.055 ms, heap usage 27.728 MB -> 26.307 MB.
[2025-11-06T23:09:05.021Z] ====== scala-kmeans (scala) [default], iteration 0 completed (565.745 ms) ======
[2025-11-06T23:09:05.021Z] ====== scala-kmeans (scala) [default], iteration 1 started ======
[2025-11-06T23:09:05.349Z] GC before operation: completed in 27.557 ms, heap usage 34.936 MB -> 26.362 MB.
[2025-11-06T23:09:05.349Z] ====== scala-kmeans (scala) [default], iteration 1 completed (183.107 ms) ======
[2025-11-06T23:09:05.349Z] ====== scala-kmeans (scala) [default], iteration 2 started ======
[2025-11-06T23:09:05.349Z] GC before operation: completed in 27.136 ms, heap usage 35.653 MB -> 26.362 MB.
[2025-11-06T23:09:05.678Z] ====== scala-kmeans (scala) [default], iteration 2 completed (176.004 ms) ======
[2025-11-06T23:09:05.678Z] ====== scala-kmeans (scala) [default], iteration 3 started ======
[2025-11-06T23:09:05.678Z] GC before operation: completed in 27.249 ms, heap usage 32.537 MB -> 26.362 MB.
[2025-11-06T23:09:05.678Z] ====== scala-kmeans (scala) [default], iteration 3 completed (171.318 ms) ======
[2025-11-06T23:09:05.678Z] ====== scala-kmeans (scala) [default], iteration 4 started ======
[2025-11-06T23:09:05.678Z] GC before operation: completed in 28.276 ms, heap usage 56.501 MB -> 26.362 MB.
[2025-11-06T23:09:06.007Z] ====== scala-kmeans (scala) [default], iteration 4 completed (179.797 ms) ======
[2025-11-06T23:09:06.007Z] ====== scala-kmeans (scala) [default], iteration 5 started ======
[2025-11-06T23:09:06.007Z] GC before operation: completed in 27.487 ms, heap usage 56.362 MB -> 26.362 MB.
[2025-11-06T23:09:06.336Z] ====== scala-kmeans (scala) [default], iteration 5 completed (177.446 ms) ======
[2025-11-06T23:09:06.336Z] ====== scala-kmeans (scala) [default], iteration 6 started ======
[2025-11-06T23:09:06.336Z] GC before operation: completed in 29.102 ms, heap usage 56.362 MB -> 26.362 MB.
[2025-11-06T23:09:06.336Z] ====== scala-kmeans (scala) [default], iteration 6 completed (170.463 ms) ======
[2025-11-06T23:09:06.336Z] ====== scala-kmeans (scala) [default], iteration 7 started ======
[2025-11-06T23:09:06.336Z] GC before operation: completed in 28.447 ms, heap usage 56.362 MB -> 26.362 MB.
[2025-11-06T23:09:06.664Z] ====== scala-kmeans (scala) [default], iteration 7 completed (172.288 ms) ======
[2025-11-06T23:09:06.664Z] ====== scala-kmeans (scala) [default], iteration 8 started ======
[2025-11-06T23:09:06.664Z] GC before operation: completed in 27.791 ms, heap usage 56.362 MB -> 26.363 MB.
[2025-11-06T23:09:06.664Z] ====== scala-kmeans (scala) [default], iteration 8 completed (170.461 ms) ======
[2025-11-06T23:09:06.664Z] ====== scala-kmeans (scala) [default], iteration 9 started ======
[2025-11-06T23:09:06.993Z] GC before operation: completed in 27.446 ms, heap usage 56.363 MB -> 26.363 MB.
[2025-11-06T23:09:06.993Z] ====== scala-kmeans (scala) [default], iteration 9 completed (172.855 ms) ======
[2025-11-06T23:09:06.993Z] ====== scala-kmeans (scala) [default], iteration 10 started ======
[2025-11-06T23:09:06.993Z] GC before operation: completed in 27.932 ms, heap usage 56.363 MB -> 26.363 MB.
[2025-11-06T23:09:07.325Z] ====== scala-kmeans (scala) [default], iteration 10 completed (172.654 ms) ======
[2025-11-06T23:09:07.325Z] ====== scala-kmeans (scala) [default], iteration 11 started ======
[2025-11-06T23:09:07.325Z] GC before operation: completed in 27.591 ms, heap usage 56.363 MB -> 26.363 MB.
[2025-11-06T23:09:07.325Z] ====== scala-kmeans (scala) [default], iteration 11 completed (172.171 ms) ======
[2025-11-06T23:09:07.325Z] ====== scala-kmeans (scala) [default], iteration 12 started ======
[2025-11-06T23:09:07.325Z] GC before operation: completed in 27.677 ms, heap usage 56.363 MB -> 26.363 MB.
[2025-11-06T23:09:07.653Z] ====== scala-kmeans (scala) [default], iteration 12 completed (171.258 ms) ======
[2025-11-06T23:09:07.653Z] ====== scala-kmeans (scala) [default], iteration 13 started ======
[2025-11-06T23:09:07.653Z] GC before operation: completed in 26.906 ms, heap usage 56.363 MB -> 26.363 MB.
[2025-11-06T23:09:07.982Z] ====== scala-kmeans (scala) [default], iteration 13 completed (169.102 ms) ======
[2025-11-06T23:09:07.982Z] ====== scala-kmeans (scala) [default], iteration 14 started ======
[2025-11-06T23:09:07.982Z] GC before operation: completed in 27.942 ms, heap usage 56.363 MB -> 26.363 MB.
[2025-11-06T23:09:07.982Z] ====== scala-kmeans (scala) [default], iteration 14 completed (172.651 ms) ======
[2025-11-06T23:09:07.982Z] ====== scala-kmeans (scala) [default], iteration 15 started ======
[2025-11-06T23:09:07.982Z] GC before operation: completed in 29.296 ms, heap usage 56.363 MB -> 26.363 MB.
[2025-11-06T23:09:08.317Z] ====== scala-kmeans (scala) [default], iteration 15 completed (181.161 ms) ======
[2025-11-06T23:09:08.317Z] ====== scala-kmeans (scala) [default], iteration 16 started ======
[2025-11-06T23:09:08.317Z] GC before operation: completed in 27.470 ms, heap usage 56.363 MB -> 26.363 MB.
[2025-11-06T23:09:08.317Z] ====== scala-kmeans (scala) [default], iteration 16 completed (172.983 ms) ======
[2025-11-06T23:09:08.317Z] ====== scala-kmeans (scala) [default], iteration 17 started ======
[2025-11-06T23:09:08.317Z] GC before operation: completed in 27.117 ms, heap usage 56.363 MB -> 26.363 MB.
[2025-11-06T23:09:08.645Z] ====== scala-kmeans (scala) [default], iteration 17 completed (174.851 ms) ======
[2025-11-06T23:09:08.645Z] ====== scala-kmeans (scala) [default], iteration 18 started ======
[2025-11-06T23:09:08.645Z] GC before operation: completed in 27.650 ms, heap usage 56.363 MB -> 26.363 MB.
[2025-11-06T23:09:08.981Z] ====== scala-kmeans (scala) [default], iteration 18 completed (175.428 ms) ======
[2025-11-06T23:09:08.981Z] ====== scala-kmeans (scala) [default], iteration 19 started ======
[2025-11-06T23:09:08.981Z] GC before operation: completed in 27.410 ms, heap usage 56.363 MB -> 26.363 MB.
[2025-11-06T23:09:08.981Z] ====== scala-kmeans (scala) [default], iteration 19 completed (175.758 ms) ======
[2025-11-06T23:09:08.981Z] ====== scala-kmeans (scala) [default], iteration 20 started ======
[2025-11-06T23:09:08.981Z] GC before operation: completed in 27.421 ms, heap usage 56.363 MB -> 26.363 MB.
[2025-11-06T23:09:09.313Z] ====== scala-kmeans (scala) [default], iteration 20 completed (173.120 ms) ======
[2025-11-06T23:09:09.313Z] ====== scala-kmeans (scala) [default], iteration 21 started ======
[2025-11-06T23:09:09.313Z] GC before operation: completed in 27.332 ms, heap usage 56.363 MB -> 26.363 MB.
[2025-11-06T23:09:09.313Z] ====== scala-kmeans (scala) [default], iteration 21 completed (170.995 ms) ======
[2025-11-06T23:09:09.313Z] ====== scala-kmeans (scala) [default], iteration 22 started ======
[2025-11-06T23:09:09.313Z] GC before operation: completed in 28.146 ms, heap usage 56.363 MB -> 26.364 MB.
[2025-11-06T23:09:09.652Z] ====== scala-kmeans (scala) [default], iteration 22 completed (176.313 ms) ======
[2025-11-06T23:09:09.652Z] ====== scala-kmeans (scala) [default], iteration 23 started ======
[2025-11-06T23:09:09.652Z] GC before operation: completed in 28.067 ms, heap usage 56.364 MB -> 26.363 MB.
[2025-11-06T23:09:10.068Z] ====== scala-kmeans (scala) [default], iteration 23 completed (183.783 ms) ======
[2025-11-06T23:09:10.068Z] ====== scala-kmeans (scala) [default], iteration 24 started ======
[2025-11-06T23:09:10.068Z] GC before operation: completed in 27.538 ms, heap usage 56.363 MB -> 26.363 MB.
[2025-11-06T23:09:10.068Z] ====== scala-kmeans (scala) [default], iteration 24 completed (170.805 ms) ======
[2025-11-06T23:09:10.068Z] ====== scala-kmeans (scala) [default], iteration 25 started ======
[2025-11-06T23:09:10.068Z] GC before operation: completed in 26.763 ms, heap usage 56.363 MB -> 26.363 MB.
[2025-11-06T23:09:10.397Z] ====== scala-kmeans (scala) [default], iteration 25 completed (179.995 ms) ======
[2025-11-06T23:09:10.397Z] ====== scala-kmeans (scala) [default], iteration 26 started ======
[2025-11-06T23:09:10.397Z] GC before operation: completed in 26.851 ms, heap usage 56.363 MB -> 26.364 MB.
[2025-11-06T23:09:10.397Z] ====== scala-kmeans (scala) [default], iteration 26 completed (177.821 ms) ======
[2025-11-06T23:09:10.397Z] ====== scala-kmeans (scala) [default], iteration 27 started ======
[2025-11-06T23:09:10.397Z] GC before operation: completed in 27.233 ms, heap usage 56.364 MB -> 26.364 MB.
[2025-11-06T23:09:10.725Z] ====== scala-kmeans (scala) [default], iteration 27 completed (172.628 ms) ======
[2025-11-06T23:09:10.725Z] ====== scala-kmeans (scala) [default], iteration 28 started ======
[2025-11-06T23:09:10.725Z] GC before operation: completed in 27.191 ms, heap usage 56.364 MB -> 26.364 MB.
[2025-11-06T23:09:10.725Z] ====== scala-kmeans (scala) [default], iteration 28 completed (173.112 ms) ======
[2025-11-06T23:09:10.725Z] ====== scala-kmeans (scala) [default], iteration 29 started ======
[2025-11-06T23:09:11.055Z] GC before operation: completed in 28.053 ms, heap usage 56.364 MB -> 26.364 MB.
[2025-11-06T23:09:11.055Z] ====== scala-kmeans (scala) [default], iteration 29 completed (180.303 ms) ======
[2025-11-06T23:09:11.055Z] ====== scala-kmeans (scala) [default], iteration 30 started ======
[2025-11-06T23:09:11.055Z] GC before operation: completed in 27.761 ms, heap usage 56.364 MB -> 26.364 MB.
[2025-11-06T23:09:11.384Z] ====== scala-kmeans (scala) [default], iteration 30 completed (181.549 ms) ======
[2025-11-06T23:09:11.384Z] ====== scala-kmeans (scala) [default], iteration 31 started ======
[2025-11-06T23:09:11.384Z] GC before operation: completed in 27.268 ms, heap usage 56.364 MB -> 26.364 MB.
[2025-11-06T23:09:11.384Z] ====== scala-kmeans (scala) [default], iteration 31 completed (179.427 ms) ======
[2025-11-06T23:09:11.384Z] ====== scala-kmeans (scala) [default], iteration 32 started ======
[2025-11-06T23:09:11.384Z] GC before operation: completed in 27.450 ms, heap usage 56.364 MB -> 26.364 MB.
[2025-11-06T23:09:11.712Z] ====== scala-kmeans (scala) [default], iteration 32 completed (178.121 ms) ======
[2025-11-06T23:09:11.712Z] ====== scala-kmeans (scala) [default], iteration 33 started ======
[2025-11-06T23:09:11.712Z] GC before operation: completed in 27.559 ms, heap usage 56.364 MB -> 26.364 MB.
[2025-11-06T23:09:12.046Z] ====== scala-kmeans (scala) [default], iteration 33 completed (182.682 ms) ======
[2025-11-06T23:09:12.046Z] ====== scala-kmeans (scala) [default], iteration 34 started ======
[2025-11-06T23:09:12.046Z] GC before operation: completed in 27.434 ms, heap usage 56.364 MB -> 26.365 MB.
[2025-11-06T23:09:12.046Z] ====== scala-kmeans (scala) [default], iteration 34 completed (180.765 ms) ======
[2025-11-06T23:09:12.046Z] ====== scala-kmeans (scala) [default], iteration 35 started ======
[2025-11-06T23:09:12.046Z] GC before operation: completed in 26.950 ms, heap usage 56.365 MB -> 26.365 MB.
[2025-11-06T23:09:12.374Z] ====== scala-kmeans (scala) [default], iteration 35 completed (176.330 ms) ======
[2025-11-06T23:09:12.374Z] ====== scala-kmeans (scala) [default], iteration 36 started ======
[2025-11-06T23:09:12.374Z] GC before operation: completed in 27.755 ms, heap usage 56.365 MB -> 26.365 MB.
[2025-11-06T23:09:12.711Z] ====== scala-kmeans (scala) [default], iteration 36 completed (177.276 ms) ======
[2025-11-06T23:09:12.711Z] ====== scala-kmeans (scala) [default], iteration 37 started ======
[2025-11-06T23:09:12.711Z] GC before operation: completed in 30.291 ms, heap usage 56.365 MB -> 26.367 MB.
[2025-11-06T23:09:12.711Z] ====== scala-kmeans (scala) [default], iteration 37 completed (176.335 ms) ======
[2025-11-06T23:09:12.711Z] ====== scala-kmeans (scala) [default], iteration 38 started ======
[2025-11-06T23:09:12.711Z] GC before operation: completed in 26.927 ms, heap usage 56.367 MB -> 26.367 MB.
[2025-11-06T23:09:13.043Z] ====== scala-kmeans (scala) [default], iteration 38 completed (184.271 ms) ======
[2025-11-06T23:09:13.043Z] ====== scala-kmeans (scala) [default], iteration 39 started ======
[2025-11-06T23:09:13.043Z] GC before operation: completed in 27.175 ms, heap usage 56.367 MB -> 26.367 MB.
[2025-11-06T23:09:13.043Z] ====== scala-kmeans (scala) [default], iteration 39 completed (178.265 ms) ======
[2025-11-06T23:09:13.043Z] ====== scala-kmeans (scala) [default], iteration 40 started ======
[2025-11-06T23:09:13.043Z] GC before operation: completed in 27.995 ms, heap usage 56.367 MB -> 26.367 MB.
[2025-11-06T23:09:13.372Z] ====== scala-kmeans (scala) [default], iteration 40 completed (173.735 ms) ======
[2025-11-06T23:09:13.372Z] ====== scala-kmeans (scala) [default], iteration 41 started ======
[2025-11-06T23:09:13.372Z] GC before operation: completed in 27.519 ms, heap usage 56.367 MB -> 26.367 MB.
[2025-11-06T23:09:13.700Z] ====== scala-kmeans (scala) [default], iteration 41 completed (178.744 ms) ======
[2025-11-06T23:09:13.700Z] ====== scala-kmeans (scala) [default], iteration 42 started ======
[2025-11-06T23:09:13.700Z] GC before operation: completed in 27.047 ms, heap usage 56.367 MB -> 26.367 MB.
[2025-11-06T23:09:13.700Z] ====== scala-kmeans (scala) [default], iteration 42 completed (175.411 ms) ======
[2025-11-06T23:09:13.700Z] ====== scala-kmeans (scala) [default], iteration 43 started ======
[2025-11-06T23:09:13.700Z] GC before operation: completed in 26.813 ms, heap usage 56.367 MB -> 26.367 MB.
[2025-11-06T23:09:14.031Z] ====== scala-kmeans (scala) [default], iteration 43 completed (178.430 ms) ======
[2025-11-06T23:09:14.031Z] ====== scala-kmeans (scala) [default], iteration 44 started ======
[2025-11-06T23:09:14.031Z] GC before operation: completed in 27.725 ms, heap usage 56.367 MB -> 26.367 MB.
[2025-11-06T23:09:14.360Z] ====== scala-kmeans (scala) [default], iteration 44 completed (183.400 ms) ======
[2025-11-06T23:09:14.360Z] ====== scala-kmeans (scala) [default], iteration 45 started ======
[2025-11-06T23:09:14.360Z] GC before operation: completed in 28.372 ms, heap usage 56.367 MB -> 26.367 MB.
[2025-11-06T23:09:14.360Z] ====== scala-kmeans (scala) [default], iteration 45 completed (178.557 ms) ======
[2025-11-06T23:09:14.360Z] ====== scala-kmeans (scala) [default], iteration 46 started ======
[2025-11-06T23:09:14.360Z] GC before operation: completed in 28.053 ms, heap usage 56.367 MB -> 26.367 MB.
[2025-11-06T23:09:14.690Z] ====== scala-kmeans (scala) [default], iteration 46 completed (181.136 ms) ======
[2025-11-06T23:09:14.690Z] ====== scala-kmeans (scala) [default], iteration 47 started ======
[2025-11-06T23:09:14.690Z] GC before operation: completed in 29.063 ms, heap usage 56.367 MB -> 26.367 MB.
[2025-11-06T23:09:14.690Z] ====== scala-kmeans (scala) [default], iteration 47 completed (176.240 ms) ======
[2025-11-06T23:09:14.690Z] ====== scala-kmeans (scala) [default], iteration 48 started ======
[2025-11-06T23:09:15.017Z] GC before operation: completed in 29.915 ms, heap usage 56.367 MB -> 26.367 MB.
[2025-11-06T23:09:15.017Z] ====== scala-kmeans (scala) [default], iteration 48 completed (174.808 ms) ======
[2025-11-06T23:09:15.017Z] ====== scala-kmeans (scala) [default], iteration 49 started ======
[2025-11-06T23:09:15.017Z] GC before operation: completed in 27.248 ms, heap usage 56.367 MB -> 26.367 MB.
[2025-11-06T23:09:15.346Z] ====== scala-kmeans (scala) [default], iteration 49 completed (182.106 ms) ======
[2025-11-06T23:09:15.346Z] -----------------------------------
[2025-11-06T23:09:15.346Z] renaissance-scala-kmeans_0_PASSED
[2025-11-06T23:09:15.346Z] -----------------------------------
[2025-11-06T23:09:15.346Z]
[2025-11-06T23:09:15.346Z] TEST TEARDOWN:
[2025-11-06T23:09:15.346Z] Nothing to be done for teardown.
[2025-11-06T23:09:15.346Z] renaissance-scala-kmeans_0 Finish Time: Thu Nov 6 23:09:15 2025 Epoch Time (ms): 1762470555276
[2025-11-06T23:09:15.346Z] make[4]: Leaving directory '/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf/renaissance'
[2025-11-06T23:09:15.346Z] make[3]: Leaving directory '/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/perf'
[2025-11-06T23:09:15.346Z] make[2]: Leaving directory '/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests'
[2025-11-06T23:09:15.346Z]
[2025-11-06T23:09:15.346Z]
[2025-11-06T23:09:15.346Z] All tests finished, run result summary:
[2025-11-06T23:09:15.346Z] cd "/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/scripts"; \
[2025-11-06T23:09:15.346Z] perl "resultsSum.pl" --failuremk="/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/failedtargets.mk" --resultFile="/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/TestTargetResult" --platFile="/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/resources/buildPlatformMap.properties" --diagnostic=failure --jdkVersion=26 --jdkImpl=hotspot --jdkVendor="eclipse" --spec=linux_x86-64 --buildList=perf --customTarget="" --testTarget=sanity.perf --tapPath=/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG/../TKG/output_17624692499926/ --tapName=Test_openjdk26_hs_sanity.perf_x86-64_linux.tap --comment=""
[2025-11-06T23:09:15.346Z]
[2025-11-06T23:09:15.346Z]
[2025-11-06T23:09:15.346Z] TEST TARGETS SUMMARY
[2025-11-06T23:09:15.346Z] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[2025-11-06T23:09:15.346Z] DISABLED test targets:
[2025-11-06T23:09:15.346Z] dacapo-lusearch-fix_0
[2025-11-06T23:09:15.346Z]
[2025-11-06T23:09:15.346Z] PASSED test targets:
[2025-11-06T23:09:15.346Z] dacapo-eclipse_0
[2025-11-06T23:09:15.346Z] dacapo-h2_0
[2025-11-06T23:09:15.346Z] IdleMicrobenchmark_HS_0
[2025-11-06T23:09:15.346Z] renaissance-akka-uct_0
[2025-11-06T23:09:15.346Z] renaissance-fj-kmeans_0
[2025-11-06T23:09:15.346Z] renaissance-future-genetic_0
[2025-11-06T23:09:15.346Z] renaissance-scala-kmeans_0
[2025-11-06T23:09:15.346Z]
[2025-11-06T23:09:15.346Z] FAILED test targets:
[2025-11-06T23:09:15.346Z] renaissance-naive-bayes_0
[2025-11-06T23:09:15.346Z]
[2025-11-06T23:09:15.346Z] TOTAL: 9 EXECUTED: 8 PASSED: 7 FAILED: 1 DISABLED: 1 SKIPPED: 0
[2025-11-06T23:09:15.346Z] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[2025-11-06T23:09:15.346Z]
[2025-11-06T23:09:15.346Z] make[1]: *** [settings.mk:454: resultsSummary] Error 2
[2025-11-06T23:09:15.346Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux/aqa-tests/TKG'
[2025-11-06T23:09:15.346Z] make: *** [makefile:62: _sanity.perf] Error 2
[Pipeline] sh
[2025-11-06T23:09:15.893Z] ++ uname
[2025-11-06T23:09:15.893Z] + '[' Linux = AIX ']'
[2025-11-06T23:09:15.893Z] ++ uname
[2025-11-06T23:09:15.893Z] + '[' Linux = SunOS ']'
[2025-11-06T23:09:15.893Z] ++ uname
[2025-11-06T23:09:15.893Z] + '[' Linux = '*BSD' ']'
[2025-11-06T23:09:15.893Z] + MAKE=make
[2025-11-06T23:09:15.893Z] + make -f ./aqa-tests/TKG/testEnv.mk testEnvTeardown
[2025-11-06T23:09:15.893Z] make: Nothing to be done for 'testEnvTeardown'.
[Pipeline] }
[2025-11-06T23:09:15.963Z] $ ssh-agent -k
[2025-11-06T23:09:15.969Z] unset SSH_AUTH_SOCK;
[2025-11-06T23:09:15.969Z] unset SSH_AGENT_PID;
[2025-11-06T23:09:15.969Z] echo Agent pid 616551 killed;
[2025-11-06T23:09:16.102Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[2025-11-06T23:09:16.130Z] Xvfb stopping
[Pipeline] // wrap
[Pipeline] writeJSON
[Pipeline] archiveArtifacts
[2025-11-06T23:09:16.348Z] Archiving artifacts
[2025-11-06T23:09:16.396Z] Recording fingerprints
[Pipeline] echo
[2025-11-06T23:09:16.438Z] DaCapo-h2 metric found and archived
[Pipeline] echo
[2025-11-06T23:09:16.500Z] There were test failures, current build status is UNSTABLE.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Post)
[Pipeline] echo
[2025-11-06T23:09:16.585Z] Saving aqa-tests/testenv/testenv.properties file on jenkins.
[Pipeline] archiveArtifacts
[2025-11-06T23:09:16.615Z] Archiving artifacts
[2025-11-06T23:09:16.657Z] Recording fingerprints
[Pipeline] echo
[2025-11-06T23:09:16.695Z] Saving aqa-tests/TKG/**/*.tap file on jenkins.
[Pipeline] archiveArtifacts
[2025-11-06T23:09:16.720Z] Archiving artifacts
[2025-11-06T23:09:16.800Z] Recording fingerprints
[Pipeline] sh
[2025-11-06T23:09:17.375Z] + tar -cf benchmark_test_output.tar.gz ./aqa-tests/TKG/output_17624692499926
[Pipeline] echo
[2025-11-06T23:09:17.437Z] ARTIFACTORY_SERVER is not set. Saving artifacts on jenkins.
[Pipeline] archiveArtifacts
[2025-11-06T23:09:17.462Z] Archiving artifacts
[2025-11-06T23:09:17.505Z] Recording fingerprints
[Pipeline] findFiles
[Pipeline] echo
[2025-11-06T23:09:19.616Z] Tap file found: aqa-tests/TKG/output_17624692499926/Test_openjdk26_hs_sanity.perf_x86-64_linux.tap...
[Pipeline] readFile
[Pipeline] junit
[2025-11-06T23:09:19.705Z] Recording test results
[2025-11-06T23:09:21.357Z] None of the test reports contained any result
[2025-11-06T23:09:21.357Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
[2025-11-06T23:09:21.395Z] PROCESSCATCH: Terminating any hung/left over test processes:
[Pipeline] sh
[2025-11-06T23:09:21.320Z] No test report files were found. Configuration error?
[2025-11-06T23:09:21.852Z] + aqa-tests/terminateTestProcesses.sh jenkins
[2025-11-06T23:09:21.852Z] Unix type machine..
[2025-11-06T23:09:21.852Z] Running on a Linux host
[2025-11-06T23:09:21.852Z] Woohoo - no rogue processes detected!
[Pipeline] retry
[Pipeline] {
[Pipeline] cleanWs
[2025-11-06T23:09:21.973Z] [WS-CLEANUP] Deleting project workspace...
[2025-11-06T23:09:21.973Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-11-06T23:09:30.772Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // retry
[Pipeline] sh
[2025-11-06T23:09:31.285Z] + find /tmp -name '*core*' -print -exec rm -f '{}' ';'
[2025-11-06T23:09:31.285Z] /tmp/capstone-4.0.2/msvc/test_xcore
[2025-11-06T23:09:31.285Z] + true
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
[2025-11-06T23:09:31.375Z] 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
[2025-11-06T23:09:31.520Z] allocate a node for generating rerun job ...
[Pipeline] node
[2025-11-06T23:09:31.564Z] Running on test-osuosl-aix72-ppc64-2 in /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux
[Pipeline] {
[Pipeline] echo
[2025-11-06T23:09:31.583Z] Generating rerun Test_openjdk26_hs_sanity.perf_x86-64_linux_rerun job for running failed test(s) ...
[Pipeline] parallel
[Pipeline] { (Branch: Test_openjdk26_hs_sanity.perf_x86-64_linux_rerun)
[Pipeline] echo
[2025-11-06T23:09:31.621Z] GENERATE_JOBS is set to true, set test job Test_openjdk26_hs_sanity.perf_x86-64_linux_rerun params for generating the job
[Pipeline] fileExists
[Pipeline] sh
[2025-11-06T23:09:33.680Z] + curl -Os https://raw.githubusercontent.com/adoptium/aqa-tests/master/buildenv/jenkins/testJobTemplate
[Pipeline] jobDsl
[2025-11-06T23:09:34.765Z] Processing DSL script testJobTemplate
[2025-11-06T23:14:16.968Z] LEVELS: [sanity]
[2025-11-06T23:14:16.968Z] JDK_VERSIONS: [8]
[2025-11-06T23:14:16.968Z] GROUPS: [perf]
[2025-11-06T23:14:16.968Z] ARCH_OS_LIST: [x86-64_linux]
[2025-11-06T23:14:17.175Z] Existing items:
[2025-11-06T23:14:17.175Z] GeneratedJob{name='Test_openjdk26_hs_sanity.perf_x86-64_linux_rerun'}
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
[2025-11-06T23:14:18.427Z] Triggering rerun jobs in parallel ...
[Pipeline] parallel
[Pipeline] { (Branch: Test_openjdk26_hs_sanity.perf_x86-64_linux_rerun)
[Pipeline] build
[2025-11-06T23:14:18.451Z] Scheduling project: Test_openjdk26_hs_sanity.perf_x86-64_linux_rerun
[2025-11-06T23:14:24.114Z] Starting building: Test_openjdk26_hs_sanity.perf_x86-64_linux_rerun #11
[2025-11-06T23:16:55.449Z] Build Test_openjdk26_hs_sanity.perf_x86-64_linux_rerun #11 completed: UNSTABLE
[Pipeline] }
[Pipeline] // parallel
[Pipeline] node
[2025-11-06T23:16:55.518Z] Running on test-rise-ubuntu2404-riscv64-5 in /home/jenkins/workspace/Test_openjdk26_hs_sanity.perf_x86-64_linux
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] cleanWs
[2025-11-06T23:16:55.612Z] [WS-CLEANUP] Deleting project workspace...
[2025-11-06T23:16:55.613Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-11-06T23:16:55.651Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
[2025-11-06T23:16:55.697Z] Test_openjdk26_hs_sanity.perf_x86-64_linux_rerun #11 completed with status UNSTABLE
[Pipeline] timeout
[2025-11-06T23:16:55.709Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] copyArtifacts
[2025-11-06T23:16:55.920Z] Copied 1 artifact from "Test_openjdk26_hs_sanity.perf_x86-64_linux_rerun" build number 11
[Pipeline] }
[Pipeline] // timeout
[Pipeline] echo
[2025-11-06T23:16:55.973Z] Saving Test_openjdk26_hs_sanity.perf_x86-64_linux_rerun/11/**/*.tap file on jenkins.
[Pipeline] archiveArtifacts
[2025-11-06T23:16:56.008Z] Archiving artifacts
[2025-11-06T23:16:56.105Z] Recording fingerprints
[Pipeline] findFiles
[Pipeline] echo
[2025-11-06T23:16:56.305Z] Tap file found: Test_openjdk26_hs_sanity.perf_x86-64_linux_rerun/11/aqa-tests/TKG/output_1762470997816/Test_openjdk26_hs_sanity.perf_x86-64_linux_rerun.tap...
[Pipeline] readFile
[Pipeline] echo
[2025-11-06T23:16:56.391Z] Rerun in Grinder with failed test targets: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=testList+TESTLIST=renaissance-naive-bayes_0&BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=5&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=x86-64_linux&GENERATE_JOBS=true&KEEP_REPORTDIR=false&PERSONAL_BUILD=false&DOCKER_REGISTRY_DIR=&RERUN_ITERATIONS=0&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&SETUP_JCK_RUN=false&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&LABEL=&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&JENKINS_KEY=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=26&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk&JCK_GIT_BRANCH=master&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk%2Fjdk-linux-x64-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=jdk-26%2B23_adopt&LABEL_ADDITION=%21sw.tool.glibc.2_12&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&TEST_TIME=120&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=aqavit-bot&DYNAMIC_COMPILE=false&RELATED_NODES=&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&APPLICATION_OPTIONS=&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=&OPENJDK_SHA=&TRSS_URL=&RERUN_FAILURE=false&USE_TESTENV_PROPERTIES=false&BUILD_LIST=perf&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=607&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None
[Pipeline] retry
[Pipeline] {
[Pipeline] cleanWs
[2025-11-06T23:16:56.490Z] [WS-CLEANUP] Deleting project workspace...
[2025-11-06T23:16:56.491Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-11-06T23:16:56.537Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] End of Pipeline
Finished: UNSTABLE