Test_openjdk25_hs_extended.perf_s390x_linux
Started by upstream project "build-scripts/jobs/jdk25u/jdk25u-linux-s390x-temurin" build number 3
originally caused by:
Started by upstream project "build-scripts/openjdk25-pipeline" build number 87
originally caused by:
Started by upstream project "build-scripts/weekly-openjdk25-pipeline" build number 2
originally caused by:
Started by timer
Checking out git ${ADOPTOPENJDK_REPO} into /home/jenkins/.jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_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_openjdk25_hs_extended.perf_s390x_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 0d7595419a9c523ce563b64947349df32a4cc06b (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 0d7595419a9c523ce563b64947349df32a4cc06b # timeout=10
Commit message: "Unexclude AddressComputationContractTest on jdk26 openj9 (#6720)"
> git rev-list --no-walk 4f02fc5cf92b5b2160562a2f458a5d5bd13f8d2c # timeout=10
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] timestamps
[Pipeline] {
[Pipeline] nodesByLabel
[2025-11-08T13:13:05.110Z] Found a total of 5 nodes with the 'hw.arch.s390x&&sw.os.linux&&ci.role.perf' label
[Pipeline] echo
[2025-11-08T13:13:05.117Z] SPEC: linux_390-64
[Pipeline] echo
[2025-11-08T13:13:05.118Z] LABEL: hw.arch.s390x&&sw.os.linux&&ci.role.perf
[Pipeline] stage
[Pipeline] { (Queue)
[Pipeline] nodesByLabel
[2025-11-08T13:13:05.126Z] Found a total of 5 nodes with the 'hw.arch.s390x&&sw.os.linux&&ci.role.perf' label
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named dynamicAgents (to a value of type ArrayList) which could lead to memory leaks or other issues.
[Pipeline] echo
[2025-11-08T13:13:05.130Z] dynamicAgents: []
[Pipeline] node
[2025-11-08T13:13:05.151Z] Running on test-marist-sles15-s390x-2 in /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_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-08T13:13:05.178Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] cleanWs
[2025-11-08T13:13:05.378Z] [WS-CLEANUP] Deleting project workspace...
[2025-11-08T13:13:05.378Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-11-08T13:13:05.466Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // timeout
[Pipeline] checkout
[2025-11-08T13:13:05.617Z] The recommended git tool is: /usr/bin/git
[2025-11-08T13:13:06.157Z] No credentials specified
[2025-11-08T13:13:06.244Z] Cloning the remote Git repository
[2025-11-08T13:13:06.374Z] Cloning repository https://github.com/adoptium/aqa-tests.git
[2025-11-08T13:13:06.375Z] > /usr/bin/git init /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests # timeout=10
[2025-11-08T13:13:06.384Z] [WARNING] Reference path does not exist: /home/jenkins/openjdk_cache
[2025-11-08T13:13:06.384Z] Fetching upstream changes from https://github.com/adoptium/aqa-tests.git
[2025-11-08T13:13:06.385Z] > /usr/bin/git --version # timeout=10
[2025-11-08T13:13:06.387Z] > git --version # 'git version 2.26.2'
[2025-11-08T13:13:06.387Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=10
[2025-11-08T13:13:11.621Z] Avoid second fetch
[2025-11-08T13:13:11.712Z] Checking out Revision 0d7595419a9c523ce563b64947349df32a4cc06b (origin/master)
[2025-11-08T13:13:11.484Z] > /usr/bin/git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10
[2025-11-08T13:13:11.487Z] > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
[2025-11-08T13:13:11.664Z] > /usr/bin/git rev-parse origin/master^{commit} # timeout=10
[2025-11-08T13:13:11.755Z] > /usr/bin/git config core.sparsecheckout # timeout=10
[2025-11-08T13:13:11.758Z] > /usr/bin/git checkout -f 0d7595419a9c523ce563b64947349df32a4cc06b # timeout=10
[2025-11-08T13:13:12.896Z] Commit message: "Unexclude AddressComputationContractTest on jdk26 openj9 (#6720)"
[Pipeline] }
[Pipeline] // retry
[Pipeline] load
[Pipeline] { (/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_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-08T13:13:14.456Z] Timeout set to expire in 1 day 1 hr
[Pipeline] {
[Pipeline] echo
[2025-11-08T13:13:14.484Z] runMulticastCmd: false
[Pipeline] stage
[Pipeline] { (Setup)
[Pipeline] sh
[2025-11-08T13:13:15.849Z] + LC_TIME=C
[2025-11-08T13:13:15.849Z] + date '+%a, %d %b %Y %T %z'
[Pipeline] echo
[2025-11-08T13:13:16.245Z] PROCESSCATCH: Terminating any hung/left over test processes:
[Pipeline] sh
[2025-11-08T13:13:17.521Z] + aqa-tests/terminateTestProcesses.sh jenkins
[2025-11-08T13:13:17.521Z] Unix type machine..
[2025-11-08T13:13:17.521Z] Running on a Linux host
[2025-11-08T13:13:17.521Z] 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-08T13:13:19.681Z] + printenv
[2025-11-08T13:13:19.681Z] TIME_LIMIT=25
[2025-11-08T13:13:19.681Z] HOSTTYPE=s390x
[2025-11-08T13:13:19.681Z] RERUN_ITERATIONS=1
[2025-11-08T13:13:19.681Z] RUN_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk25_hs_extended.perf_s390x_linux/27/display/redirect
[2025-11-08T13:13:19.681Z] JENKINS_URL=https://ci.adoptium.net/
[2025-11-08T13:13:19.681Z] EXECUTOR_NUMBER=0
[2025-11-08T13:13:19.681Z] SSH_CONNECTION=78.47.239.97 54234 148.100.74.154 22
[2025-11-08T13:13:19.681Z] LESSCLOSE=lessclose.sh %s %s
[2025-11-08T13:13:19.681Z] XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
[2025-11-08T13:13:19.681Z] _=/usr/bin/printenv
[2025-11-08T13:13:19.681Z] LANG=en_US.UTF-8
[2025-11-08T13:13:19.681Z] BUILD_ID=27
[2025-11-08T13:13:19.681Z] WINDOWMANAGER=xterm
[2025-11-08T13:13:19.681Z] LESS=-M -I -R
[2025-11-08T13:13:19.681Z] USE_JRE=false
[2025-11-08T13:13:19.681Z] JAVA_ROOT=/usr/lib64/jvm/jre-1.8.0-openjdk
[2025-11-08T13:13:19.681Z] HOSTNAME=test-marist-sles15-s390x-2.adoptopenjdk.net
[2025-11-08T13:13:19.681Z] jobStatus=SUCCESS
[2025-11-08T13:13:19.681Z] OLDPWD=/home/jenkins
[2025-11-08T13:13:19.681Z] RUN_CHANGES_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk25_hs_extended.perf_s390x_linux/27/display/redirect?page=changes
[2025-11-08T13:13:19.681Z] STF_OWNER_BRANCH=adoptium:master
[2025-11-08T13:13:19.681Z] PERSONAL_BUILD=false
[2025-11-08T13:13:19.681Z] CSHEDIT=emacs
[2025-11-08T13:13:19.681Z] LIB_DIR=/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib
[2025-11-08T13:13:19.681Z] GPG_TTY=not a tty
[2025-11-08T13:13:19.681Z] LESS_ADVANCED_PREPROCESSOR=no
[2025-11-08T13:13:19.681Z] COLORTERM=1
[2025-11-08T13:13:19.681Z] JENKINS_NODE_COOKIE=eb24d0c0-2bd6-41c3-b821-05b190cc1fb8
[2025-11-08T13:13:19.681Z] JAVA_HOME=/usr/lib64/jvm/jre-1.8.0-openjdk
[2025-11-08T13:13:19.681Z] SLACK_CHANNEL=aqavit-bot
[2025-11-08T13:13:19.681Z] JDK_IMPL=hotspot
[2025-11-08T13:13:19.681Z] JOB_BASE_NAME=Test_openjdk25_hs_extended.perf_s390x_linux
[2025-11-08T13:13:19.681Z] WORKSPACE_TMP=/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux@tmp
[2025-11-08T13:13:19.681Z] MACHTYPE=s390x-suse-linux
[2025-11-08T13:13:19.681Z] ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium:master
[2025-11-08T13:13:19.681Z] DYNAMIC_COMPILE=false
[2025-11-08T13:13:19.681Z] OPENJ9_BRANCH=master
[2025-11-08T13:13:19.681Z] MINICOM=-c on
[2025-11-08T13:13:19.681Z] OSTYPE=linux
[2025-11-08T13:13:19.681Z] CI=true
[2025-11-08T13:13:19.681Z] HUDSON_COOKIE=87c154b2-b195-46b8-82a1-feecd663125d
[2025-11-08T13:13:19.681Z] XDG_SESSION_ID=16129
[2025-11-08T13:13:19.681Z] USER=jenkins
[2025-11-08T13:13:19.681Z] ADOPTOPENJDK_BRANCH=master
[2025-11-08T13:13:19.681Z] ORIGIN_JDK_VERSION=25
[2025-11-08T13:13:19.681Z] PAGER=less
[2025-11-08T13:13:19.681Z] SYSTEM_LIB_DIR=/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/system_lib
[2025-11-08T13:13:19.681Z] UPSTREAM_JOB_NUMBER=3
[2025-11-08T13:13:19.682Z] BUILD_NUMBER=27
[2025-11-08T13:13:19.682Z] OPENJCEPLUS_GIT_REPO=https://github.com/ibmruntimes/OpenJCEPlus.git
[2025-11-08T13:13:19.682Z] JCK_GIT_BRANCH=master
[2025-11-08T13:13:19.682Z] MORE=-sl
[2025-11-08T13:13:19.682Z] EXTERNAL_TEST_CMD=mvn clean install
[2025-11-08T13:13:19.682Z] WORKSPACE=/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux
[2025-11-08T13:13:19.682Z] UPSTREAM_JOB_NAME=build-scripts/jobs/jdk25u/jdk25u-linux-s390x-temurin
[2025-11-08T13:13:19.682Z] KEEP_REPORTDIR=false
[2025-11-08T13:13:19.682Z] PWD=/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux
[2025-11-08T13:13:19.682Z] HUDSON_URL=https://ci.adoptium.net/
[2025-11-08T13:13:19.682Z] USE_TESTENV_PROPERTIES=false
[2025-11-08T13:13:19.682Z] HOME=/home/jenkins
[2025-11-08T13:13:19.682Z] NODE_NAME=test-marist-sles15-s390x-2
[2025-11-08T13:13:19.682Z] PERF_ROOT=/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../benchmarks
[2025-11-08T13:13:19.682Z] DOCKER_REQUIRED=false
[2025-11-08T13:13:19.682Z] HOST=test-marist-sles15-s390x-2.adoptopenjdk.net
[2025-11-08T13:13:19.682Z] HUDSON_SERVER_COOKIE=2d832652af5afba8
[2025-11-08T13:13:19.682Z] SSH_CLIENT=78.47.239.97 54234 22
[2025-11-08T13:13:19.682Z] JDK_BRANCH=dev
[2025-11-08T13:13:19.682Z] ARCHIVE_TEST_RESULTS=false
[2025-11-08T13:13:19.682Z] XNLSPATH=/usr/share/X11/nls
[2025-11-08T13:13:19.682Z] JENKINS_HOME=/home/jenkins/.jenkins
[2025-11-08T13:13:19.682Z] JOB_NAME=Test_openjdk25_hs_extended.perf_s390x_linux
[2025-11-08T13:13:19.682Z] TEST_TIME=120
[2025-11-08T13:13:19.682Z] RUN_TESTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk25_hs_extended.perf_s390x_linux/27/display/redirect?page=tests
[2025-11-08T13:13:19.682Z] BUILD_LIST=perf
[2025-11-08T13:13:19.682Z] XDG_DATA_DIRS=/usr/share
[2025-11-08T13:13:19.682Z] KEEP_WORKSPACE=false
[2025-11-08T13:13:19.682Z] NUM_PROCESSORS=2
[2025-11-08T13:13:19.682Z] LIBGL_DEBUG=quiet
[2025-11-08T13:13:19.682Z] EXIT_SUCCESS=false
[2025-11-08T13:13:19.682Z] EXTERNAL_CUSTOM_BRANCH=master
[2025-11-08T13:13:19.682Z] HUDSON_HOME=/home/jenkins/.jenkins
[2025-11-08T13:13:19.682Z] JOB_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk25_hs_extended.perf_s390x_linux/display/redirect
[2025-11-08T13:13:19.682Z] PROFILEREAD=true
[2025-11-08T13:13:19.682Z] RERUN_FAILURE=true
[2025-11-08T13:13:19.682Z] SDK_RESOURCE=upstream
[2025-11-08T13:13:19.682Z] ACTIVE_NODE_TIMEOUT=5
[2025-11-08T13:13:19.682Z] SETUP_JCK_RUN=false
[2025-11-08T13:13:19.682Z] SPEC=linux_390-64
[2025-11-08T13:13:19.682Z] ITERATIONS=1
[2025-11-08T13:13:19.682Z] GENERATE_JOBS=true
[2025-11-08T13:13:19.682Z] TEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image
[2025-11-08T13:13:19.682Z] LIGHT_WEIGHT_CHECKOUT=false
[2025-11-08T13:13:19.682Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk25_hs_extended.perf_s390x_linux/27/display/redirect?page=artifacts
[2025-11-08T13:13:19.682Z] MAIL=/var/spool/mail/jenkins
[2025-11-08T13:13:19.682Z] CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token
[2025-11-08T13:13:19.682Z] AUTO_DETECT=true
[2025-11-08T13:13:19.682Z] TAP_NAME=Test_openjdk25_hs_extended.perf_s390x_linux.tap
[2025-11-08T13:13:19.682Z] LESSKEY=/etc/lesskey.bin
[2025-11-08T13:13:19.682Z] BUILD_URL=https://ci.adoptium.net/job/Test_openjdk25_hs_extended.perf_s390x_linux/27/
[2025-11-08T13:13:19.682Z] SHELL=/bin/bash
[2025-11-08T13:13:19.682Z] STAGE_NAME=Setup
[2025-11-08T13:13:19.682Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
[2025-11-08T13:13:19.682Z] JOB_URL=https://ci.adoptium.net/job/Test_openjdk25_hs_extended.perf_s390x_linux/
[2025-11-08T13:13:19.682Z] TKG_OWNER_BRANCH=adoptium:master
[2025-11-08T13:13:19.682Z] JDK_VERSION=25
[2025-11-08T13:13:19.682Z] BUILD_DISPLAY_NAME=#27
[2025-11-08T13:13:19.682Z] PLATFORM=s390x_linux
[2025-11-08T13:13:19.682Z] ADOPTOPENJDK_REPO=https://github.com/adoptium/aqa-tests.git
[2025-11-08T13:13:19.682Z] SHLVL=3
[2025-11-08T13:13:19.682Z] JDK_REPO=https://github.com/adoptium/jdk25u
[2025-11-08T13:13:19.682Z] PARALLEL=Dynamic
[2025-11-08T13:13:19.682Z] BUILD_TAG=jenkins-Test_openjdk25_hs_extended.perf_s390x_linux-27
[2025-11-08T13:13:19.682Z] TKG_ITERATIONS=1
[2025-11-08T13:13:19.682Z] EXIT_FAILURE=false
[2025-11-08T13:13:19.682Z] NODE_LABELS=ci.role.testX sles hw.arch.s390x test sles15 test-marist-sles15-s390x-2 linux sw.os.linux sw.tool.docker ci.role.perf s390x
[2025-11-08T13:13:19.682Z] TARGET=extended.perf
[2025-11-08T13:13:19.682Z] LOGNAME=jenkins
[2025-11-08T13:13:19.682Z] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1002/bus
[2025-11-08T13:13:19.682Z] XDG_RUNTIME_DIR=/run/user/1002
[2025-11-08T13:13:19.682Z] JOBSTARTTIME=Sat, 08 Nov 2025 13:13:15 +0000
[2025-11-08T13:13:19.682Z] JRE_HOME=/usr/lib64/jvm/jre
[2025-11-08T13:13:19.682Z] XDG_CONFIG_DIRS=/etc/xdg
[2025-11-08T13:13:19.682Z] PATH=/home/jenkins/bin:/usr/local/bin:/usr/bin:/bin
[2025-11-08T13:13:19.682Z] JAVA_BINDIR=/usr/lib64/jvm/jre-1.8.0-openjdk/bin
[2025-11-08T13:13:19.682Z] OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse:master
[2025-11-08T13:13:19.682Z] HISTSIZE=1000
[2025-11-08T13:13:19.682Z] OPENJCEPLUS_GIT_BRANCH=semeru-java25
[2025-11-08T13:13:19.682Z] CPU=s390x
[2025-11-08T13:13:19.682Z] JENKINS_SERVER_COOKIE=durable-8b7490d4810b74083760f7af0a20dcc9fc26a5836f3ef56b2cd4078dea6a3758
[2025-11-08T13:13:19.682Z] LESSOPEN=lessopen.sh %s
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-08T13:13:19.945Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] dir
[2025-11-08T13:13:19.957Z] Running in /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary
[Pipeline] {
[Pipeline] copyArtifacts
[2025-11-08T13:31:31.970Z] Copied 8 artifacts from "build-scripts » jobs » jdk25u » jdk25u-linux-s390x-temurin" build number 3
[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-08T13:31:32.302Z] 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-08T13:31:32.316Z] Running in /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux
[Pipeline] {
[Pipeline] sshagent
[2025-11-08T13:31:32.391Z] $ ssh-agent
[2025-11-08T13:31:32.794Z] SSH_AUTH_SOCK=/tmp/ssh-wpxI24CJN3k1/agent.24611
[2025-11-08T13:31:32.794Z] SSH_AGENT_PID=24614
[2025-11-08T13:31:32.794Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
[2025-11-08T13:31:32.807Z] Running in /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests
[Pipeline] {
[Pipeline] withCredentials
[2025-11-08T13:31:32.835Z] Masking supported pattern matches of $USERNAME or $PASSWORD
[Pipeline] {
[Pipeline] sh
[2025-11-08T13:31:33.886Z] ++ pwd
[2025-11-08T13:31:33.886Z] + ./get.sh -s /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/.. -p s390x_linux -r upstream -j 25 -i hotspot --clone_openj9 false --tkg_repo https://github.com/adoptium/TKG.git --tkg_branch master
[2025-11-08T13:31:33.886Z] TESTDIR: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests
[2025-11-08T13:31:33.886Z] get jdk binary...
[2025-11-08T13:31:33.886Z] --sdkdir is set to upstream. Therefore, skip download jdk binary
[2025-11-08T13:31:33.886Z] Uncompressing file: OpenJDK25U-jdk_s390x_linux_hotspot_2025-11-08-12-05.tar.gz ...
[2025-11-08T13:31:33.886Z] List files in jdkbinary folder...
[2025-11-08T13:31:33.886Z] total 561816
[2025-11-08T13:31:33.887Z] -rw-r--r-- 1 jenkins users 200083039 Nov 8 12:38 OpenJDK25U-debugimage_s390x_linux_hotspot_2025-11-08-12-05.tar.gz
[2025-11-08T13:31:33.887Z] -rw-r--r-- 1 jenkins users 135249033 Nov 8 12:39 OpenJDK25U-jdk_s390x_linux_hotspot_2025-11-08-12-05.tar.gz
[2025-11-08T13:31:33.887Z] -rw-r--r-- 1 jenkins users 81330283 Nov 8 12:38 OpenJDK25U-jmods_s390x_linux_hotspot_2025-11-08-12-05.tar.gz
[2025-11-08T13:31:33.887Z] -rw-r--r-- 1 jenkins users 59171466 Nov 8 12:34 OpenJDK25U-jre_s390x_linux_hotspot_2025-11-08-12-05.tar.gz
[2025-11-08T13:31:33.887Z] -rw-r--r-- 1 jenkins users 168000 Nov 8 12:51 OpenJDK25U-sbom_s390x_linux_hotspot_2025-11-08-12-05.json
[2025-11-08T13:31:33.887Z] -rw-rw-r-- 1 jenkins users 31407 Nov 8 12:48 OpenJDK25U-sbom_s390x_linux_hotspot_2025-11-08-12-05-metadata.json
[2025-11-08T13:31:33.887Z] -rw-r--r-- 1 jenkins users 4520677 Nov 8 12:38 OpenJDK25U-static-libs-glibc_s390x_linux_hotspot_2025-11-08-12-05.tar.gz
[2025-11-08T13:31:33.887Z] -rw-r--r-- 1 jenkins users 94726937 Nov 8 12:35 OpenJDK25U-testimage_s390x_linux_hotspot_2025-11-08-12-05.tar.gz
[2025-11-08T13:31:33.887Z] drwxr-xr-x 3 jenkins users 26 Nov 8 13:31 tmp
[2025-11-08T13:31:33.887Z] List files in jdkbinary/tmp folder...
[2025-11-08T13:31:33.887Z] total 0
[2025-11-08T13:31:33.887Z] drwxr-xr-x 7 jenkins users 97 Nov 8 12:34 jdk-25.0.1+8
[2025-11-08T13:31:33.887Z] Moving directory jdk-25.0.1+8/ to ../j2sdk-image
[2025-11-08T13:31:33.887Z] Uncompressing file: OpenJDK25U-jre_s390x_linux_hotspot_2025-11-08-12-05.tar.gz ...
[2025-11-08T13:31:34.480Z] List files in jdkbinary folder...
[2025-11-08T13:31:34.480Z] total 561816
[2025-11-08T13:31:34.480Z] drwxr-xr-x 7 jenkins users 97 Nov 8 12:34 j2sdk-image
[2025-11-08T13:31:34.480Z] -rw-r--r-- 1 jenkins users 200083039 Nov 8 12:38 OpenJDK25U-debugimage_s390x_linux_hotspot_2025-11-08-12-05.tar.gz
[2025-11-08T13:31:34.480Z] -rw-r--r-- 1 jenkins users 135249033 Nov 8 12:39 OpenJDK25U-jdk_s390x_linux_hotspot_2025-11-08-12-05.tar.gz
[2025-11-08T13:31:34.480Z] -rw-r--r-- 1 jenkins users 81330283 Nov 8 12:38 OpenJDK25U-jmods_s390x_linux_hotspot_2025-11-08-12-05.tar.gz
[2025-11-08T13:31:34.480Z] -rw-r--r-- 1 jenkins users 59171466 Nov 8 12:34 OpenJDK25U-jre_s390x_linux_hotspot_2025-11-08-12-05.tar.gz
[2025-11-08T13:31:34.480Z] -rw-r--r-- 1 jenkins users 168000 Nov 8 12:51 OpenJDK25U-sbom_s390x_linux_hotspot_2025-11-08-12-05.json
[2025-11-08T13:31:34.480Z] -rw-rw-r-- 1 jenkins users 31407 Nov 8 12:48 OpenJDK25U-sbom_s390x_linux_hotspot_2025-11-08-12-05-metadata.json
[2025-11-08T13:31:34.480Z] -rw-r--r-- 1 jenkins users 4520677 Nov 8 12:38 OpenJDK25U-static-libs-glibc_s390x_linux_hotspot_2025-11-08-12-05.tar.gz
[2025-11-08T13:31:34.480Z] -rw-r--r-- 1 jenkins users 94726937 Nov 8 12:35 OpenJDK25U-testimage_s390x_linux_hotspot_2025-11-08-12-05.tar.gz
[2025-11-08T13:31:34.480Z] drwxr-xr-x 3 jenkins users 30 Nov 8 13:31 tmp
[2025-11-08T13:31:34.480Z] List files in jdkbinary/tmp folder...
[2025-11-08T13:31:34.480Z] total 0
[2025-11-08T13:31:34.480Z] drwxr-xr-x 6 jenkins users 82 Nov 8 12:34 jdk-25.0.1+8-jre
[2025-11-08T13:31:34.480Z] Moving directory jdk-25.0.1+8-jre/ to ../j2re-image
[2025-11-08T13:31:34.480Z] Uncompressing file: OpenJDK25U-static-libs-glibc_s390x_linux_hotspot_2025-11-08-12-05.tar.gz ...
[2025-11-08T13:31:34.480Z] List files in jdkbinary folder...
[2025-11-08T13:31:34.480Z] total 561816
[2025-11-08T13:31:34.480Z] drwxr-xr-x 6 jenkins users 82 Nov 8 12:34 j2re-image
[2025-11-08T13:31:34.480Z] drwxr-xr-x 7 jenkins users 97 Nov 8 12:34 j2sdk-image
[2025-11-08T13:31:34.480Z] -rw-r--r-- 1 jenkins users 200083039 Nov 8 12:38 OpenJDK25U-debugimage_s390x_linux_hotspot_2025-11-08-12-05.tar.gz
[2025-11-08T13:31:34.480Z] -rw-r--r-- 1 jenkins users 135249033 Nov 8 12:39 OpenJDK25U-jdk_s390x_linux_hotspot_2025-11-08-12-05.tar.gz
[2025-11-08T13:31:34.480Z] -rw-r--r-- 1 jenkins users 81330283 Nov 8 12:38 OpenJDK25U-jmods_s390x_linux_hotspot_2025-11-08-12-05.tar.gz
[2025-11-08T13:31:34.480Z] -rw-r--r-- 1 jenkins users 59171466 Nov 8 12:34 OpenJDK25U-jre_s390x_linux_hotspot_2025-11-08-12-05.tar.gz
[2025-11-08T13:31:34.480Z] -rw-r--r-- 1 jenkins users 168000 Nov 8 12:51 OpenJDK25U-sbom_s390x_linux_hotspot_2025-11-08-12-05.json
[2025-11-08T13:31:34.480Z] -rw-rw-r-- 1 jenkins users 31407 Nov 8 12:48 OpenJDK25U-sbom_s390x_linux_hotspot_2025-11-08-12-05-metadata.json
[2025-11-08T13:31:34.480Z] -rw-r--r-- 1 jenkins users 4520677 Nov 8 12:38 OpenJDK25U-static-libs-glibc_s390x_linux_hotspot_2025-11-08-12-05.tar.gz
[2025-11-08T13:31:34.480Z] -rw-r--r-- 1 jenkins users 94726937 Nov 8 12:35 OpenJDK25U-testimage_s390x_linux_hotspot_2025-11-08-12-05.tar.gz
[2025-11-08T13:31:34.480Z] drwxr-xr-x 3 jenkins users 38 Nov 8 13:31 tmp
[2025-11-08T13:31:34.480Z] List files in jdkbinary/tmp folder...
[2025-11-08T13:31:34.480Z] total 0
[2025-11-08T13:31:34.480Z] drwxr-xr-x 3 jenkins users 17 Nov 8 12:34 jdk-25.0.1+8-static-libs
[2025-11-08T13:31:34.480Z] Moving directory jdk-25.0.1+8-static-libs/ to ../static-libs
[2025-11-08T13:31:34.480Z] Uncompressing file: OpenJDK25U-testimage_s390x_linux_hotspot_2025-11-08-12-05.tar.gz ...
[2025-11-08T13:31:34.480Z] List files in jdkbinary folder...
[2025-11-08T13:31:34.480Z] total 561816
[2025-11-08T13:31:34.480Z] drwxr-xr-x 6 jenkins users 82 Nov 8 12:34 j2re-image
[2025-11-08T13:31:34.480Z] drwxr-xr-x 7 jenkins users 97 Nov 8 12:34 j2sdk-image
[2025-11-08T13:31:34.480Z] -rw-r--r-- 1 jenkins users 200083039 Nov 8 12:38 OpenJDK25U-debugimage_s390x_linux_hotspot_2025-11-08-12-05.tar.gz
[2025-11-08T13:31:34.480Z] -rw-r--r-- 1 jenkins users 135249033 Nov 8 12:39 OpenJDK25U-jdk_s390x_linux_hotspot_2025-11-08-12-05.tar.gz
[2025-11-08T13:31:34.480Z] -rw-r--r-- 1 jenkins users 81330283 Nov 8 12:38 OpenJDK25U-jmods_s390x_linux_hotspot_2025-11-08-12-05.tar.gz
[2025-11-08T13:31:34.480Z] -rw-r--r-- 1 jenkins users 59171466 Nov 8 12:34 OpenJDK25U-jre_s390x_linux_hotspot_2025-11-08-12-05.tar.gz
[2025-11-08T13:31:34.480Z] -rw-r--r-- 1 jenkins users 168000 Nov 8 12:51 OpenJDK25U-sbom_s390x_linux_hotspot_2025-11-08-12-05.json
[2025-11-08T13:31:34.480Z] -rw-rw-r-- 1 jenkins users 31407 Nov 8 12:48 OpenJDK25U-sbom_s390x_linux_hotspot_2025-11-08-12-05-metadata.json
[2025-11-08T13:31:34.480Z] -rw-r--r-- 1 jenkins users 4520677 Nov 8 12:38 OpenJDK25U-static-libs-glibc_s390x_linux_hotspot_2025-11-08-12-05.tar.gz
[2025-11-08T13:31:34.480Z] -rw-r--r-- 1 jenkins users 94726937 Nov 8 12:35 OpenJDK25U-testimage_s390x_linux_hotspot_2025-11-08-12-05.tar.gz
[2025-11-08T13:31:34.480Z] drwxr-xr-x 3 jenkins users 17 Nov 8 12:34 static-libs
[2025-11-08T13:31:34.480Z] drwxr-xr-x 3 jenkins users 37 Nov 8 13:31 tmp
[2025-11-08T13:31:34.480Z] List files in jdkbinary/tmp folder...
[2025-11-08T13:31:34.480Z] total 0
[2025-11-08T13:31:34.480Z] drwxr-xr-x 6 jenkins users 112 Nov 8 12:28 jdk-25.0.1+8-test-image
[2025-11-08T13:31:34.480Z] Moving directory jdk-25.0.1+8-test-image/ to ../openjdk-test-image
[2025-11-08T13:31:34.480Z] Uncompressing OpenJDK25U-debugimage_s390x_linux_hotspot_2025-11-08-12-05.tar.gz over ./j2sdk-image...
[2025-11-08T13:31:35.721Z] Removing top-level folder jdk-25.0.1+8-debug-image/
[2025-11-08T13:31:35.722Z] Removing top-level folder jdk-25.0.1+8/
[2025-11-08T13:31:35.722Z] Run /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java -version
[2025-11-08T13:31:35.722Z] =JAVA VERSION OUTPUT BEGIN=
[2025-11-08T13:31:35.722Z] openjdk version "25.0.2-beta" 2026-01-20
[2025-11-08T13:31:35.722Z] OpenJDK Runtime Environment Temurin-25.0.1+8-202511081206 (build 25.0.2-beta+8-202511081206)
[2025-11-08T13:31:35.722Z] OpenJDK 64-Bit Server VM Temurin-25.0.1+8-202511081206 (build 25.0.2-beta+8-202511081206, mixed mode, sharing)
[2025-11-08T13:31:35.722Z] =JAVA VERSION OUTPUT END=
[2025-11-08T13:31:35.722Z] =RELEASE INFO BEGIN=
[2025-11-08T13:31:35.722Z] IMPLEMENTOR="Eclipse Adoptium"
[2025-11-08T13:31:35.722Z] IMPLEMENTOR_VERSION="Temurin-25.0.1+8-202511081206"
[2025-11-08T13:31:35.722Z] JAVA_RUNTIME_VERSION="25.0.2-beta+8-202511081206"
[2025-11-08T13:31:35.722Z] JAVA_VERSION="25.0.2"
[2025-11-08T13:31:35.722Z] JAVA_VERSION_DATE="2026-01-20"
[2025-11-08T13:31:35.722Z] LIBC="gnu"
[2025-11-08T13:31:35.722Z] 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.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.jsobject 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-08T13:31:35.722Z] OS_ARCH="s390x"
[2025-11-08T13:31:35.722Z] OS_NAME="Linux"
[2025-11-08T13:31:35.722Z] SOURCE=".:git:3a3836046d3a"
[2025-11-08T13:31:35.723Z] BUILD_SOURCE="git:f4bcbeb80b2dc0a624721f09a91c925e6df2bc90"
[2025-11-08T13:31:35.723Z] BUILD_SOURCE_REPO="https://github.com/adoptium/temurin-build.git"
[2025-11-08T13:31:35.723Z] SOURCE_REPO="https://github.com/adoptium/jdk25u.git"
[2025-11-08T13:31:35.723Z] FULL_VERSION="25.0.2-beta+8-202511081206"
[2025-11-08T13:31:35.723Z] SEMANTIC_VERSION="25.0.1+8"
[2025-11-08T13:31:35.723Z] BUILD_INFO="OS: Linux Version: 4.18.0-513.24.1.el8_9.s390x"
[2025-11-08T13:31:35.723Z] JVM_VARIANT="Hotspot"
[2025-11-08T13:31:35.723Z] JVM_VERSION="25.0.2-beta+8-202511081206"
[2025-11-08T13:31:35.723Z] IMAGE_TYPE="JDK"
[2025-11-08T13:31:35.723Z] =RELEASE INFO END=
[2025-11-08T13:31:35.723Z] get testKitGen...
[2025-11-08T13:31:35.723Z] git clone -q https://github.com/adoptium/TKG.git
[2025-11-08T13:31:36.339Z] git rev-parse master
[2025-11-08T13:31:36.339Z] git checkout -q -f 53fb20ae51018f0a2f7ca2c05347c0149151f382
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[2025-11-08T13:31:36.703Z] $ ssh-agent -k
[2025-11-08T13:31:36.706Z] unset SSH_AUTH_SOCK;
[2025-11-08T13:31:36.707Z] unset SSH_AGENT_PID;
[2025-11-08T13:31:36.707Z] echo Agent pid 24614 killed;
[2025-11-08T13:31:37.209Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
[2025-11-08T13:31:37.682Z] Rerun in Grinder: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=extended.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=s390x_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=25&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk25u&JCK_GIT_BRANCH=master&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk25u%2Fjdk25u-linux-s390x-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=dev&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&TEST_TIME=120&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=aqavit-bot&DYNAMIC_COMPILE=false&RELATED_NODES=&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&APPLICATION_OPTIONS=&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=&OPENJDK_SHA=&TRSS_URL=&RERUN_FAILURE=false&USE_TESTENV_PROPERTIES=false&BUILD_LIST=perf&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=3&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None
[Pipeline] echo
[2025-11-08T13:31:37.701Z] Rerun in Grinder on same machine: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=extended.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=s390x_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-marist-sles15-s390x-2&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=25&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk25u&JCK_GIT_BRANCH=master&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk25u%2Fjdk25u-linux-s390x-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=dev&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&TEST_TIME=120&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=aqavit-bot&DYNAMIC_COMPILE=false&RELATED_NODES=&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&APPLICATION_OPTIONS=&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=&OPENJDK_SHA=&TRSS_URL=&RERUN_FAILURE=false&USE_TESTENV_PROPERTIES=false&BUILD_LIST=perf&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=3&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-08T13:31:37.752Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] copyArtifacts
[2025-11-08T13:31:38.485Z] Copied 1 artifact from "getTRSSOutput" build number 1950
[Pipeline] sh
[2025-11-08T13:31:39.976Z] + cd ./aqa-tests/TKG/resources/TRSS
[2025-11-08T13:31:39.976Z] + gzip -cd TRSSOutput.tar.gz
[2025-11-08T13:31:39.976Z] + tar xof -
[2025-11-08T13:31:39.976Z] + rm TRSSOutput.tar.gz
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
[2025-11-08T13:31:40.253Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] echo
[2025-11-08T13:31:40.280Z] Custom URL: https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[Pipeline] sh
[2025-11-08T13:31:41.556Z] + perl ./aqa-tests/TKG/scripts/getDependencies.pl -path /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib -task default -customUrl https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[2025-11-08T13:31:46.095Z] --------------------------------------------
[2025-11-08T13:31:46.095Z] path is set to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib
[2025-11-08T13:31:46.095Z] task is set to default
[2025-11-08T13:31:46.095Z] dependencyList is set to all
[2025-11-08T13:31:46.095Z] --------------------------------------------
[2025-11-08T13:31:46.095Z] Starting download third party dependent jars
[2025-11-08T13:31:46.095Z] --------------------------------------------
[2025-11-08T13:31:46.095Z] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/org.eclipse.osgi-3.16.100.jar exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/objenesis.jar exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/javassist.jar exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/byte-buddy-agent.jar exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/jtreg_8_2.tar.gz exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/byte-buddy.jar exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/asm.jar exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/mockito-core.jar exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/testng.jar exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/asmtools.jar exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/asm-all.jar exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/jcstress-tests-all-20240222.jar exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/openj9jtregtimeouthandler.jar exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/jtreg_7_5_1_1.tar.gz exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/jython-standalone.jar exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/commons-cli.jar exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/junit4.jar exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/apache-maven-bin.tar.gz exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/dacapo.zip exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/jaxb-api.jar exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/jcommander.jar exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/jtreg_5_1_b01.tar.gz exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/commons-exec.jar exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/jtreg_8_1_1.tar.gz exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/jtreg_7_4_1.tar.gz exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/jtreg_7_3_1_1.tar.gz exists with correct hash, not downloading
[2025-11-08T13:31:46.095Z] downloaded dependent third party jars successfully
[Pipeline] }
[Pipeline] // timeout
[Pipeline] nodesByLabel
[2025-11-08T13:31:46.393Z] Found a total of 5 nodes with the 'hw.arch.s390x&&sw.os.linux&&ci.role.perf' label
[Pipeline] echo
[2025-11-08T13:31:46.397Z] Machine limit is 5.
[Pipeline] sh
[2025-11-08T13:31:47.631Z] + cd ./aqa-tests/TKG
[2025-11-08T13:31:47.631Z] ++ uname
[2025-11-08T13:31:47.631Z] + '[' Linux = AIX ']'
[2025-11-08T13:31:47.631Z] ++ uname
[2025-11-08T13:31:47.631Z] + '[' Linux = SunOS ']'
[2025-11-08T13:31:47.631Z] ++ uname
[2025-11-08T13:31:47.631Z] + '[' Linux = '*BSD' ']'
[2025-11-08T13:31:47.631Z] + MAKE=make
[2025-11-08T13:31:47.631Z] + make genParallelList TEST=extended.perf TEST_TIME=120 NUM_MACHINES=
[2025-11-08T13:31:47.631Z] JAVA_HOME is set to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image
[2025-11-08T13:31:47.631Z] LIB_DIR is set to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib
[2025-11-08T13:31:47.631Z] rm -f -r /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-11-08T13:31:47.631Z] mkdir -p /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-11-08T13:31:47.631Z] (ant -f ./scripts/build_tools.xml "-DTEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image" "-DTEST_ROOT=/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/.." "-DLIB_DIR=/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib" 2>&1; echo $? ) | tee "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2025-11-08T13:31:47.631Z] if [ -z "$(tail -1 /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_compilation"; fi
[2025-11-08T13:31:47.631Z] Buildfile: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/scripts/build_tools.xml
[2025-11-08T13:31:47.631Z]
[2025-11-08T13:31:47.631Z] build:
[2025-11-08T13:31:47.631Z]
[2025-11-08T13:31:47.631Z] clean:
[2025-11-08T13:31:47.631Z]
[2025-11-08T13:31:47.631Z] init:
[2025-11-08T13:31:47.631Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/bin
[2025-11-08T13:31:47.631Z]
[2025-11-08T13:31:47.631Z] getDependentLibs:
[2025-11-08T13:31:47.631Z] [exec] --------------------------------------------
[2025-11-08T13:31:47.631Z] [exec] path is set to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib
[2025-11-08T13:31:47.631Z] [exec] task is set to default
[2025-11-08T13:31:47.631Z] [exec] dependencyList is set to json_simple
[2025-11-08T13:31:47.631Z] [exec] --------------------------------------------
[2025-11-08T13:31:47.631Z] [exec] Starting download third party dependent jars
[2025-11-08T13:31:47.631Z] [exec] --------------------------------------------
[2025-11-08T13:31:47.631Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib
[2025-11-08T13:31:47.631Z] [exec] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-11-08T13:31:47.631Z] [exec] downloaded dependent third party jars successfully
[2025-11-08T13:31:47.631Z]
[2025-11-08T13:31:47.631Z] compile:
[2025-11-08T13:31:47.631Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-11-08T13:31:47.631Z] [echo] ============COMPILER SETTINGS============
[2025-11-08T13:31:47.631Z] [echo] ===fork: yes
[2025-11-08T13:31:47.631Z] [echo] ===debug: on
[2025-11-08T13:31:47.631Z] [javac] Compiling 28 source files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/bin
[2025-11-08T13:31:49.563Z] [javac] Note: Some input files use or override a deprecated API.
[2025-11-08T13:31:49.563Z] [javac] Note: Recompile with -Xlint:deprecation for details.
[2025-11-08T13:31:49.563Z]
[2025-11-08T13:31:49.564Z] dist:
[2025-11-08T13:31:49.564Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/bin/TestKitGen.jar
[2025-11-08T13:31:49.564Z]
[2025-11-08T13:31:49.564Z] BUILD SUCCESSFUL
[2025-11-08T13:31:49.564Z] Total time: 2 seconds
[2025-11-08T13:31:49.564Z] 0
[2025-11-08T13:31:49.564Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector
[2025-11-08T13:31:50.816Z] ****************************** MACHINE INFO ******************************
[2025-11-08T13:31:50.816Z] File path : /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG
[2025-11-08T13:31:50.816Z] Free Physical Memory Size : 131391488
[2025-11-08T13:31:50.816Z] Free space (bytes) : 64632348672
[2025-11-08T13:31:50.816Z] Total Physical Memory Size : 4199198720
[2025-11-08T13:31:50.816Z] Total space (bytes) : 107362627584
[2025-11-08T13:31:50.816Z] Usable space (bytes) : 64632348672
[2025-11-08T13:31:50.816Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-11-08T13:31:50.816Z] bashVersion :
[2025-11-08T13:31:50.816Z] GNU bash, version 4.4.23(1)-release (s390x-ibm-linux-gnu)
[2025-11-08T13:31:50.816Z] Copyright (C) 2016 Free Software Foundation, Inc.
[2025-11-08T13:31:50.816Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-11-08T13:31:50.816Z]
[2025-11-08T13:31:50.816Z] This is free software; you are free to change and redistribute it.
[2025-11-08T13:31:50.816Z] There is NO WARRANTY, to the extent permitted by law.
[2025-11-08T13:31:50.816Z] cpuCores : 3
[2025-11-08T13:31:50.816Z] curlVersion :
[2025-11-08T13:31:50.816Z] curl 7.66.0 (s390x-suse-linux-gnu) libcurl/7.66.0 OpenSSL/1.1.1d-fips zlib/1.2.11 libidn2/2.2.0 libpsl/0.20.1 (+libidn2/2.0.4) libssh/0.8.7/openssl/zlib nghttp2/1.40.0
[2025-11-08T13:31:50.816Z] Release-Date: 2019-09-11
[2025-11-08T13:31:50.816Z] 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-08T13:31:50.816Z] Features: AsynchDNS GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
[2025-11-08T13:31:50.816Z] dockerVersion : Docker version 27.4.1, build b9d17ea
[2025-11-08T13:31:50.816Z] gcc version : 7
[2025-11-08T13:31:50.816Z] gclibc version : ldd (GNU libc) 2.26
[2025-11-08T13:31:50.816Z] gdb version : bash: gdb: command not found
[2025-11-08T13:31:50.816Z] lldb version : Command could not be executed
[2025-11-08T13:31:50.816Z] makeVersion :
[2025-11-08T13:31:50.816Z] GNU Make 4.2.1
[2025-11-08T13:31:50.816Z] Built for s390x-suse-linux-gnu
[2025-11-08T13:31:50.816Z] Copyright (C) 1988-2016 Free Software Foundation, Inc.
[2025-11-08T13:31:50.816Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-11-08T13:31:50.816Z] This is free software: you are free to change and redistribute it.
[2025-11-08T13:31:50.816Z] There is NO WARRANTY, to the extent permitted by law.
[2025-11-08T13:31:50.816Z] mavenVersion :
[2025-11-08T13:31:50.816Z] WARNING: A restricted method in java.lang.System has been called
[2025-11-08T13:31:50.816Z] WARNING: java.lang.System::load has been called by org.fusesource.hawtjni.runtime.Library in an unnamed module (file:/usr/local/apache-maven-3.6.3/lib/jansi-1.17.1.jar)
[2025-11-08T13:31:50.816Z] WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
[2025-11-08T13:31:50.816Z] WARNING: Restricted methods will be blocked in a future release unless native access is enabled
[2025-11-08T13:31:50.816Z]
[2025-11-08T13:31:50.816Z] OpenJDK 64-Bit Server VM warning: You have loaded library /usr/local/apache-maven-3.6.3/lib/jansi-native/linux64/libjansi.so which might have disabled stack guard. The VM will try to fix the stack guard now.
[2025-11-08T13:31:50.816Z] It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
[2025-11-08T13:31:50.816Z] [1mApache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)[m
[2025-11-08T13:31:50.816Z] Maven home: /usr/local/apache-maven-3.6.3
[2025-11-08T13:31:50.816Z] Java version: 25.0.2-beta, vendor: Eclipse Adoptium, runtime: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image
[2025-11-08T13:31:50.816Z] Default locale: en_US, platform encoding: UTF-8
[2025-11-08T13:31:50.816Z] OS name: "linux", version: "5.3.18-24.96-default", arch: "s390x", family: "unix"
[2025-11-08T13:31:50.816Z] microArch : z15
[2025-11-08T13:31:50.816Z] osInfo :
[2025-11-08T13:31:50.816Z] NAME="SLES"
[2025-11-08T13:31:50.816Z] VERSION="15-SP2"
[2025-11-08T13:31:50.816Z] VERSION_ID="15.2"
[2025-11-08T13:31:50.816Z] PRETTY_NAME="SUSE Linux Enterprise Server 15 SP2"
[2025-11-08T13:31:50.816Z] ID="sles"
[2025-11-08T13:31:50.816Z] ID_LIKE="suse"
[2025-11-08T13:31:50.816Z] ANSI_COLOR="0;32"
[2025-11-08T13:31:50.816Z] CPE_NAME="cpe:/o:suse:sles:15:sp2"
[2025-11-08T13:31:50.816Z] osLabel : sles.15
[2025-11-08T13:31:50.816Z] perlVersion :
[2025-11-08T13:31:50.816Z]
[2025-11-08T13:31:50.816Z] This is perl 5, version 26, subversion 1 (v5.26.1) built for s390x-linux-thread-multi
[2025-11-08T13:31:50.816Z]
[2025-11-08T13:31:50.816Z] Copyright 1987-2017, Larry Wall
[2025-11-08T13:31:50.816Z]
[2025-11-08T13:31:50.816Z] Perl may be copied only under the terms of either the Artistic License or the
[2025-11-08T13:31:50.816Z] GNU General Public License, which may be found in the Perl 5 source kit.
[2025-11-08T13:31:50.816Z]
[2025-11-08T13:31:50.816Z] Complete documentation for Perl, including FAQ lists, should be found on
[2025-11-08T13:31:50.816Z] this system using "man perl" or "perldoc perl". If you have access to the
[2025-11-08T13:31:50.816Z] Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[2025-11-08T13:31:50.816Z]
[2025-11-08T13:31:50.816Z] podmanVersion : bash: podman: command not found
[2025-11-08T13:31:50.816Z] procArch : s390x
[2025-11-08T13:31:50.816Z] sysArch : s390x
[2025-11-08T13:31:50.816Z] sysOS : Linux
[2025-11-08T13:31:50.816Z] ulimit :
[2025-11-08T13:31:50.816Z] core file size (blocks, -c) unlimited
[2025-11-08T13:31:50.816Z] data seg size (kbytes, -d) unlimited
[2025-11-08T13:31:50.816Z] scheduling priority (-e) 0
[2025-11-08T13:31:50.816Z] file size (blocks, -f) unlimited
[2025-11-08T13:31:50.816Z] pending signals (-i) 15963
[2025-11-08T13:31:50.816Z] max locked memory (kbytes, -l) 64
[2025-11-08T13:31:50.816Z] max memory size (kbytes, -m) unlimited
[2025-11-08T13:31:50.816Z] open files (-n) 4096
[2025-11-08T13:31:50.816Z] pipe size (512 bytes, -p) 8
[2025-11-08T13:31:50.816Z] POSIX message queues (bytes, -q) 819200
[2025-11-08T13:31:50.816Z] real-time priority (-r) 0
[2025-11-08T13:31:50.816Z] stack size (kbytes, -s) 8192
[2025-11-08T13:31:50.816Z] cpu time (seconds, -t) unlimited
[2025-11-08T13:31:50.816Z] max user processes (-u) 15963
[2025-11-08T13:31:50.816Z] virtual memory (kbytes, -v) unlimited
[2025-11-08T13:31:50.816Z] file locks (-x) unlimited
[2025-11-08T13:31:50.816Z] uname : Linux test-marist-sles15-s390x-2.adoptopenjdk.net 5.3.18-24.96-default #1 SMP Mon Nov 22 08:33:36 UTC 2021 (9a413cc) s390x s390x s390x GNU/Linux
[2025-11-08T13:31:50.816Z] vmVendor : Oracle Corporation
[2025-11-08T13:31:50.816Z] vmVersion : 25.0.2-beta+8-202511081206
[2025-11-08T13:31:50.816Z] xlc version : bash: xlC: command not found
[2025-11-08T13:31:50.816Z] **************************************************************************
[2025-11-08T13:31:50.816Z]
[2025-11-08T13:31:50.816Z] System.getProperty('java.vm.name')=OpenJDK 64-Bit Server VM
[2025-11-08T13:31:50.816Z]
[2025-11-08T13:31:50.816Z] System.getProperty('java.vendor')=Eclipse Adoptium
[2025-11-08T13:31:50.816Z]
[2025-11-08T13:31:50.816Z] System.getProperty('os.name')=Linux
[2025-11-08T13:31:50.816Z]
[2025-11-08T13:31:50.816Z] System.getProperty('os.arch')=s390x
[2025-11-08T13:31:50.816Z]
[2025-11-08T13:31:50.816Z] System.getProperty('java.fullversion')=null
[2025-11-08T13:31:50.816Z]
[2025-11-08T13:31:50.816Z] System.getProperty('sun.arch.data.model')=64
[2025-11-08T13:31:50.816Z]
[2025-11-08T13:31:50.816Z] make -f makeGen.mk AUTO_DETECT=true MODE=parallelList NUM_MACHINES= TEST_TIME=120 TESTTARGET=extended.perf TESTLIST= TRSS_URL= LIB_DIR=/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib
[2025-11-08T13:31:50.816Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG'
[2025-11-08T13:31:50.816Z] perl scripts/configure.pl
[2025-11-08T13:31:50.816Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java -cp "./bin/TestKitGen.jar:/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=parallelList --spec=linux_390-64 --microArch="z15" --osLabel="sles.15" --jdkVersion=25 --impl=hotspot --vendor="eclipse" --buildList=perf --iterations=1 --aotIterations= --testFlag= --testTarget=extended.perf --testList= --numOfMachines= --testTime=120 --TRSSURL=
[2025-11-08T13:31:51.409Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2025-11-08T13:31:51.409Z]
[2025-11-08T13:31:51.409Z]
[2025-11-08T13:31:51.409Z] Starting to generate parallel test lists.
[2025-11-08T13:31:51.409Z]
[2025-11-08T13:31:51.409Z] Parsing /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../perf/bumbleBench/playlist.xml
[2025-11-08T13:31:51.409Z] Parsing /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../perf/dacapo/playlist.xml
[2025-11-08T13:31:51.409Z] Parsing /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../perf/idle_micro/playlist.xml
[2025-11-08T13:31:51.409Z] Parsing /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../perf/liberty/playlist.xml
[2025-11-08T13:31:51.409Z] Parsing /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../perf/renaissance/playlist.xml
[2025-11-08T13:31:51.409Z] Parsing /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../perf/specjbb/playlist.xml
[2025-11-08T13:31:51.409Z] Attempting to get test duration data from TRSS.
[2025-11-08T13:31:51.409Z] curl --silent --max-time 120 -L -k https://trss.adoptopenjdk.net/api/getTestAvgDuration?limit=100&jdkVersion=25&impl=hs&platform=s390x_linux&group=perf&level=extended
[2025-11-08T13:31:52.649Z] Attempting to get test duration data from cached files.
[2025-11-08T13:31:52.649Z]
[2025-11-08T13:31:52.649Z] TEST DURATION
[2025-11-08T13:31:52.649Z] ====================================================================================
[2025-11-08T13:31:52.649Z] Total number of tests searched: 20
[2025-11-08T13:31:52.649Z] Number of test durations found: 20
[2025-11-08T13:31:52.649Z] Top slowest tests:
[2025-11-08T13:31:52.649Z] 76m20s renaissance-gauss-mix_0
[2025-11-08T13:31:52.649Z] 04m47s renaissance-movie-lens_0
[2025-11-08T13:31:52.649Z] 04m29s renaissance-als_0
[2025-11-08T13:31:52.649Z] ====================================================================================
[2025-11-08T13:31:52.649Z]
[2025-11-08T13:31:52.649Z] Test target is split into 1 lists.
[2025-11-08T13:31:52.649Z] Reducing estimated test running time from 97m02s to 97m02s.
[2025-11-08T13:31:52.649Z]
[2025-11-08T13:31:52.649Z] -------------------------------------testList_0-------------------------------------
[2025-11-08T13:31:52.649Z] Number of tests: 20
[2025-11-08T13:31:52.649Z] Estimated running time: 97m02s
[2025-11-08T13:31:52.649Z] TESTLIST=renaissance-gauss-mix_0,renaissance-movie-lens_0,renaissance-als_0,renaissance-mnemonics_0,renaissance-par-mnemonics_0,renaissance-finagle-http_0,renaissance-chi-square_0,renaissance-dec-tree_0,renaissance-db-shootout_0,renaissance-log-regression_0,renaissance-philosophers_0,dacapo-sunflow_0,dacapo-jython_0,dacapo-tomcat_0,dacapo-pmd_0,dacapo-xalan_0,dacapo-luindex_0,dacapo-fop_0,renaissance-finagle-chirper_0,dacapo-avrora_0
[2025-11-08T13:31:52.649Z] ------------------------------------------------------------------------------------
[2025-11-08T13:31:52.649Z]
[2025-11-08T13:31:52.649Z] Parallel test lists file (/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/parallelList.mk) is generated successfully.
[2025-11-08T13:31:52.649Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG'
[Pipeline] fileExists
[Pipeline] echo
[2025-11-08T13:31:53.002Z] read parallelList.mk file: aqa-tests/TKG/parallelList.mk
[Pipeline] readProperties
[Pipeline] echo
[2025-11-08T13:31:53.278Z] 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-08T13:31:53.339Z] Building tests...
[Pipeline] timeout
[2025-11-08T13:31:53.344Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] echo
[2025-11-08T13:31:53.371Z] Custom URL: https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[Pipeline] sh
[2025-11-08T13:31:54.578Z] + perl ./aqa-tests/TKG/scripts/getDependencies.pl -path /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib -task default -customUrl https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[2025-11-08T13:31:58.158Z] --------------------------------------------
[2025-11-08T13:31:58.158Z] path is set to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib
[2025-11-08T13:31:58.158Z] task is set to default
[2025-11-08T13:31:58.158Z] dependencyList is set to all
[2025-11-08T13:31:58.158Z] --------------------------------------------
[2025-11-08T13:31:58.158Z] Starting download third party dependent jars
[2025-11-08T13:31:58.158Z] --------------------------------------------
[2025-11-08T13:31:58.158Z] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/commons-cli.jar exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/asm.jar exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/jtreg_8_2.tar.gz exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/testng.jar exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/org.eclipse.osgi-3.16.100.jar exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/jython-standalone.jar exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/openj9jtregtimeouthandler.jar exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/dacapo.zip exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/jtreg_8_1_1.tar.gz exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/commons-exec.jar exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/jaxb-api.jar exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/javassist.jar exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/jtreg_7_3_1_1.tar.gz exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/apache-maven-bin.tar.gz exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/jcstress-tests-all-20240222.jar exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/junit4.jar exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/asmtools.jar exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/byte-buddy.jar exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/byte-buddy-agent.jar exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/asm-all.jar exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/mockito-core.jar exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/jtreg_5_1_b01.tar.gz exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/jtreg_7_5_1_1.tar.gz exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/objenesis.jar exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/jtreg_7_4_1.tar.gz exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/jcommander.jar exists with correct hash, not downloading
[2025-11-08T13:31:58.158Z] downloaded dependent third party jars successfully
[Pipeline] }
[Pipeline] // timeout
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] withCredentials
[2025-11-08T13:31:58.698Z] Masking supported pattern matches of $USERNAME or $PASSWORD
[Pipeline] {
[Pipeline] dir
[2025-11-08T13:31:58.719Z] Running in /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests
[Pipeline] {
[Pipeline] sshagent
[2025-11-08T13:31:58.783Z] $ ssh-agent
[2025-11-08T13:31:59.263Z] SSH_AUTH_SOCK=/tmp/ssh-FFbPDPlSSOge/agent.25049
[2025-11-08T13:31:59.263Z] SSH_AGENT_PID=25051
[2025-11-08T13:31:59.263Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2025-11-08T13:32:00.404Z] + bash ./compile.sh
[2025-11-08T13:32:00.404Z] JAVA_HOME is set to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image
[2025-11-08T13:32:00.404Z] LIB_DIR is set to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib
[2025-11-08T13:32:00.404Z] rm -f -r /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-11-08T13:32:00.404Z] mkdir -p /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-11-08T13:32:00.405Z] (ant -f ./scripts/build_tools.xml "-DTEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image" "-DTEST_ROOT=/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/.." "-DLIB_DIR=/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib" 2>&1; echo $? ) | tee "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2025-11-08T13:32:00.405Z] if [ -z "$(tail -1 /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_compilation"; fi
[2025-11-08T13:32:00.405Z] Buildfile: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/scripts/build_tools.xml
[2025-11-08T13:32:01.005Z]
[2025-11-08T13:32:01.005Z] build:
[2025-11-08T13:32:01.005Z]
[2025-11-08T13:32:01.005Z] clean:
[2025-11-08T13:32:01.005Z] [delete] Deleting: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/autoGenEnv.mk
[2025-11-08T13:32:01.005Z] [delete] Deleting directory /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/bin
[2025-11-08T13:32:01.005Z]
[2025-11-08T13:32:01.005Z] init:
[2025-11-08T13:32:01.005Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/bin
[2025-11-08T13:32:01.005Z]
[2025-11-08T13:32:01.005Z] getDependentLibs:
[2025-11-08T13:32:01.005Z] [exec] --------------------------------------------
[2025-11-08T13:32:01.005Z] [exec] path is set to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib
[2025-11-08T13:32:01.005Z] [exec] task is set to default
[2025-11-08T13:32:01.005Z] [exec] dependencyList is set to json_simple
[2025-11-08T13:32:01.005Z] [exec] --------------------------------------------
[2025-11-08T13:32:01.006Z] [exec] Starting download third party dependent jars
[2025-11-08T13:32:01.006Z] [exec] --------------------------------------------
[2025-11-08T13:32:01.006Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib
[2025-11-08T13:32:01.006Z] [exec] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-11-08T13:32:01.006Z] [exec] downloaded dependent third party jars successfully
[2025-11-08T13:32:01.006Z]
[2025-11-08T13:32:01.006Z] compile:
[2025-11-08T13:32:01.006Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-11-08T13:32:01.006Z] [echo] ============COMPILER SETTINGS============
[2025-11-08T13:32:01.006Z] [echo] ===fork: yes
[2025-11-08T13:32:01.006Z] [echo] ===debug: on
[2025-11-08T13:32:01.006Z] [javac] Compiling 28 source files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/bin
[2025-11-08T13:32:02.966Z] [javac] Note: Some input files use or override a deprecated API.
[2025-11-08T13:32:02.966Z] [javac] Note: Recompile with -Xlint:deprecation for details.
[2025-11-08T13:32:02.966Z]
[2025-11-08T13:32:02.966Z] dist:
[2025-11-08T13:32:02.966Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/bin/TestKitGen.jar
[2025-11-08T13:32:02.966Z]
[2025-11-08T13:32:02.966Z] BUILD SUCCESSFUL
[2025-11-08T13:32:02.966Z] Total time: 2 seconds
[2025-11-08T13:32:02.966Z] 0
[2025-11-08T13:32:02.966Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector
[2025-11-08T13:32:02.966Z] ****************************** MACHINE INFO ******************************
[2025-11-08T13:32:02.966Z] File path : /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG
[2025-11-08T13:32:02.966Z] Free Physical Memory Size : 168542208
[2025-11-08T13:32:02.966Z] Free space (bytes) : 64632274944
[2025-11-08T13:32:02.966Z] Total Physical Memory Size : 4199198720
[2025-11-08T13:32:02.966Z] Total space (bytes) : 107362627584
[2025-11-08T13:32:02.966Z] Usable space (bytes) : 64632274944
[2025-11-08T13:32:02.966Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-11-08T13:32:02.966Z] bashVersion :
[2025-11-08T13:32:02.966Z] GNU bash, version 4.4.23(1)-release (s390x-ibm-linux-gnu)
[2025-11-08T13:32:02.966Z] Copyright (C) 2016 Free Software Foundation, Inc.
[2025-11-08T13:32:02.966Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-11-08T13:32:02.966Z]
[2025-11-08T13:32:02.966Z] This is free software; you are free to change and redistribute it.
[2025-11-08T13:32:02.966Z] There is NO WARRANTY, to the extent permitted by law.
[2025-11-08T13:32:02.966Z] cpuCores : 3
[2025-11-08T13:32:02.966Z] curlVersion :
[2025-11-08T13:32:02.966Z] curl 7.66.0 (s390x-suse-linux-gnu) libcurl/7.66.0 OpenSSL/1.1.1d-fips zlib/1.2.11 libidn2/2.2.0 libpsl/0.20.1 (+libidn2/2.0.4) libssh/0.8.7/openssl/zlib nghttp2/1.40.0
[2025-11-08T13:32:02.966Z] Release-Date: 2019-09-11
[2025-11-08T13:32:02.966Z] 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-08T13:32:02.966Z] Features: AsynchDNS GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
[2025-11-08T13:32:02.966Z] dockerVersion : Docker version 27.4.1, build b9d17ea
[2025-11-08T13:32:02.966Z] gcc version : 7
[2025-11-08T13:32:02.966Z] gclibc version : ldd (GNU libc) 2.26
[2025-11-08T13:32:02.966Z] gdb version : bash: gdb: command not found
[2025-11-08T13:32:02.966Z] lldb version : Command could not be executed
[2025-11-08T13:32:02.966Z] makeVersion :
[2025-11-08T13:32:02.966Z] GNU Make 4.2.1
[2025-11-08T13:32:02.966Z] Built for s390x-suse-linux-gnu
[2025-11-08T13:32:02.966Z] Copyright (C) 1988-2016 Free Software Foundation, Inc.
[2025-11-08T13:32:02.966Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-11-08T13:32:02.966Z] This is free software: you are free to change and redistribute it.
[2025-11-08T13:32:02.966Z] There is NO WARRANTY, to the extent permitted by law.
[2025-11-08T13:32:02.966Z] mavenVersion :
[2025-11-08T13:32:02.966Z] WARNING: A restricted method in java.lang.System has been called
[2025-11-08T13:32:02.966Z] WARNING: java.lang.System::load has been called by org.fusesource.hawtjni.runtime.Library in an unnamed module (file:/usr/local/apache-maven-3.6.3/lib/jansi-1.17.1.jar)
[2025-11-08T13:32:02.966Z] WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
[2025-11-08T13:32:02.966Z] WARNING: Restricted methods will be blocked in a future release unless native access is enabled
[2025-11-08T13:32:02.966Z]
[2025-11-08T13:32:02.967Z] OpenJDK 64-Bit Server VM warning: You have loaded library /usr/local/apache-maven-3.6.3/lib/jansi-native/linux64/libjansi.so which might have disabled stack guard. The VM will try to fix the stack guard now.
[2025-11-08T13:32:02.967Z] It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
[2025-11-08T13:32:02.967Z] [1mApache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)[m
[2025-11-08T13:32:02.967Z] Maven home: /usr/local/apache-maven-3.6.3
[2025-11-08T13:32:02.967Z] Java version: 25.0.2-beta, vendor: Eclipse Adoptium, runtime: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image
[2025-11-08T13:32:02.967Z] Default locale: en_US, platform encoding: UTF-8
[2025-11-08T13:32:02.967Z] OS name: "linux", version: "5.3.18-24.96-default", arch: "s390x", family: "unix"
[2025-11-08T13:32:02.967Z] microArch : z15
[2025-11-08T13:32:02.967Z] osInfo :
[2025-11-08T13:32:02.967Z] NAME="SLES"
[2025-11-08T13:32:02.967Z] VERSION="15-SP2"
[2025-11-08T13:32:02.967Z] VERSION_ID="15.2"
[2025-11-08T13:32:02.967Z] PRETTY_NAME="SUSE Linux Enterprise Server 15 SP2"
[2025-11-08T13:32:02.967Z] ID="sles"
[2025-11-08T13:32:02.967Z] ID_LIKE="suse"
[2025-11-08T13:32:02.967Z] ANSI_COLOR="0;32"
[2025-11-08T13:32:02.967Z] CPE_NAME="cpe:/o:suse:sles:15:sp2"
[2025-11-08T13:32:02.967Z] osLabel : sles.15
[2025-11-08T13:32:02.967Z] perlVersion :
[2025-11-08T13:32:02.967Z]
[2025-11-08T13:32:02.967Z] This is perl 5, version 26, subversion 1 (v5.26.1) built for s390x-linux-thread-multi
[2025-11-08T13:32:02.967Z]
[2025-11-08T13:32:02.967Z] Copyright 1987-2017, Larry Wall
[2025-11-08T13:32:02.967Z]
[2025-11-08T13:32:02.967Z] Perl may be copied only under the terms of either the Artistic License or the
[2025-11-08T13:32:02.967Z] GNU General Public License, which may be found in the Perl 5 source kit.
[2025-11-08T13:32:02.967Z]
[2025-11-08T13:32:02.967Z] Complete documentation for Perl, including FAQ lists, should be found on
[2025-11-08T13:32:02.967Z] this system using "man perl" or "perldoc perl". If you have access to the
[2025-11-08T13:32:02.967Z] Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[2025-11-08T13:32:02.967Z]
[2025-11-08T13:32:02.967Z] podmanVersion : bash: podman: command not found
[2025-11-08T13:32:02.967Z] procArch : s390x
[2025-11-08T13:32:02.967Z] sysArch : s390x
[2025-11-08T13:32:02.967Z] sysOS : Linux
[2025-11-08T13:32:02.967Z] ulimit :
[2025-11-08T13:32:02.967Z] core file size (blocks, -c) unlimited
[2025-11-08T13:32:02.967Z] data seg size (kbytes, -d) unlimited
[2025-11-08T13:32:02.967Z] scheduling priority (-e) 0
[2025-11-08T13:32:02.967Z] file size (blocks, -f) unlimited
[2025-11-08T13:32:02.967Z] pending signals (-i) 15963
[2025-11-08T13:32:02.967Z] max locked memory (kbytes, -l) 64
[2025-11-08T13:32:02.967Z] max memory size (kbytes, -m) unlimited
[2025-11-08T13:32:02.967Z] open files (-n) 4096
[2025-11-08T13:32:02.967Z] pipe size (512 bytes, -p) 8
[2025-11-08T13:32:02.967Z] POSIX message queues (bytes, -q) 819200
[2025-11-08T13:32:02.967Z] real-time priority (-r) 0
[2025-11-08T13:32:02.967Z] stack size (kbytes, -s) 8192
[2025-11-08T13:32:02.967Z] cpu time (seconds, -t) unlimited
[2025-11-08T13:32:02.967Z] max user processes (-u) 15963
[2025-11-08T13:32:02.967Z] virtual memory (kbytes, -v) unlimited
[2025-11-08T13:32:02.967Z] file locks (-x) unlimited
[2025-11-08T13:32:02.967Z] uname : Linux test-marist-sles15-s390x-2.adoptopenjdk.net 5.3.18-24.96-default #1 SMP Mon Nov 22 08:33:36 UTC 2021 (9a413cc) s390x s390x s390x GNU/Linux
[2025-11-08T13:32:02.967Z] vmVendor : Oracle Corporation
[2025-11-08T13:32:02.967Z] vmVersion : 25.0.2-beta+8-202511081206
[2025-11-08T13:32:02.967Z] xlc version : bash: xlC: command not found
[2025-11-08T13:32:02.967Z] **************************************************************************
[2025-11-08T13:32:02.967Z]
[2025-11-08T13:32:02.967Z] System.getProperty('java.vm.name')=OpenJDK 64-Bit Server VM
[2025-11-08T13:32:02.967Z]
[2025-11-08T13:32:02.967Z] System.getProperty('java.vendor')=Eclipse Adoptium
[2025-11-08T13:32:02.967Z]
[2025-11-08T13:32:02.967Z] System.getProperty('os.name')=Linux
[2025-11-08T13:32:02.967Z]
[2025-11-08T13:32:02.967Z] System.getProperty('os.arch')=s390x
[2025-11-08T13:32:02.967Z]
[2025-11-08T13:32:02.967Z] System.getProperty('java.fullversion')=null
[2025-11-08T13:32:02.967Z]
[2025-11-08T13:32:02.967Z] System.getProperty('sun.arch.data.model')=64
[2025-11-08T13:32:02.967Z]
[2025-11-08T13:32:02.967Z] make -f clean.mk cleanBuild
[2025-11-08T13:32:03.632Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG'
[2025-11-08T13:32:03.633Z] rm -f -r /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../../jvmtest
[2025-11-08T13:32:03.633Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG'
[2025-11-08T13:32:03.633Z] make -f compile.mk compile
[2025-11-08T13:32:03.633Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG'
[2025-11-08T13:32:03.633Z] rm -f -r /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-11-08T13:32:03.633Z] mkdir -p /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-11-08T13:32:03.633Z] (ant -f scripts/build_test.xml "-DTEST_ROOT=/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/.." "-DBUILD_ROOT=/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../../jvmtest" "-DJDK_VERSION=25" "-DJDK_IMPL=hotspot" "-DJDK_VENDOR=eclipse" "-DJCL_VERSION=latest" "-DBUILD_LIST=perf" "-DRESOURCES_DIR=/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../../jvmtest/TestConfig/resources" "-DSPEC=linux_390-64" "-DTEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image" "-DJVM_VERSION=openjdk25" "-DLIB_DIR=/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib" 2>&1; echo $? ) | tee "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2025-11-08T13:32:03.633Z] if [ -z "$(tail -1 /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_compilation"; fi
[2025-11-08T13:32:03.633Z] Buildfile: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/scripts/build_test.xml
[2025-11-08T13:32:04.249Z] [echo] build.list is TestConfig/build.xml,perf/build.xml
[2025-11-08T13:32:04.249Z]
[2025-11-08T13:32:04.249Z] -create_test_directory:
[2025-11-08T13:32:04.249Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jvmtest
[2025-11-08T13:32:04.249Z]
[2025-11-08T13:32:04.249Z] stage_test_material:
[2025-11-08T13:32:04.249Z] [copy] Copying 585 files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jvmtest
[2025-11-08T13:32:04.852Z]
[2025-11-08T13:32:04.852Z] build:
[2025-11-08T13:32:04.852Z]
[2025-11-08T13:32:04.852Z] init:
[2025-11-08T13:32:04.852Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jvmtest/perf
[2025-11-08T13:32:04.852Z]
[2025-11-08T13:32:04.852Z] dist:
[2025-11-08T13:32:04.852Z] [copy] Copying 1 file to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jvmtest/perf
[2025-11-08T13:32:04.852Z]
[2025-11-08T13:32:04.852Z] build:
[2025-11-08T13:32:04.852Z]
[2025-11-08T13:32:04.852Z] build:
[2025-11-08T13:32:04.852Z]
[2025-11-08T13:32:04.852Z] init:
[2025-11-08T13:32:04.852Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jvmtest/perf/bumbleBench
[2025-11-08T13:32:04.852Z]
[2025-11-08T13:32:04.852Z] getBumbleBench:
[2025-11-08T13:32:04.852Z] [echo] Cloning BumbleBench
[2025-11-08T13:32:04.853Z] [echo] git clone --depth 1 -b master https://github.com/adoptium/bumblebench.git
[2025-11-08T13:32:04.853Z] [exec] Cloning into 'bumblebench'...
[2025-11-08T13:32:04.853Z]
[2025-11-08T13:32:04.853Z] buildBumbleBench:
[2025-11-08T13:32:04.853Z] [echo] Building BumbleBench
[2025-11-08T13:32:04.853Z]
[2025-11-08T13:32:04.853Z] compile-all:
[2025-11-08T13:32:04.853Z] [javac] Compiling 8 source files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-08T13:32:05.444Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-08T13:32:05.444Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-08T13:32:05.444Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-08T13:32:05.444Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:05.444Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:05.444Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-08T13:32:06.044Z] [javac] Note: Some input files use or override a deprecated API.
[2025-11-08T13:32:06.044Z] [javac] Note: Recompile with -Xlint:deprecation for details.
[2025-11-08T13:32:06.045Z] [javac] Note: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/bumbleBench/bumblebench/net/adoptopenjdk/bumblebench/core/Launcher.java uses unchecked or unsafe operations.
[2025-11-08T13:32:06.045Z] [javac] Note: Recompile with -Xlint:unchecked for details.
[2025-11-08T13:32:06.045Z] [javac] 4 warnings
[2025-11-08T13:32:06.045Z] [javac] Compiling 1 source file to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-08T13:32:06.045Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-08T13:32:06.045Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-08T13:32:06.045Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-08T13:32:06.045Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:06.047Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:06.047Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-08T13:32:06.047Z] [javac] 4 warnings
[2025-11-08T13:32:06.047Z] [javac] Compiling 11 source files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-08T13:32:06.047Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-08T13:32:06.047Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-08T13:32:06.047Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-08T13:32:06.047Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:06.047Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:06.047Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-08T13:32:06.650Z] [javac] Note: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/bumbleBench/bumblebench/net/adoptopenjdk/bumblebench/collections/CollectionsBench.java uses or overrides a deprecated API.
[2025-11-08T13:32:06.650Z] [javac] Note: Recompile with -Xlint:deprecation for details.
[2025-11-08T13:32:06.650Z] [javac] 4 warnings
[2025-11-08T13:32:06.650Z] [javac] Compiling 5 source files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-08T13:32:06.650Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-08T13:32:06.650Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-08T13:32:06.650Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-08T13:32:06.650Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:06.650Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:06.650Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-08T13:32:06.650Z] [javac] Note: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/bumbleBench/bumblebench/net/adoptopenjdk/bumblebench/collections/HashMapReplaceAllLambdaBench.java uses or overrides a deprecated API.
[2025-11-08T13:32:06.650Z] [javac] Note: Recompile with -Xlint:deprecation for details.
[2025-11-08T13:32:06.650Z] [javac] 4 warnings
[2025-11-08T13:32:06.650Z] [javac] Compiling 9 source files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-08T13:32:06.650Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-08T13:32:06.650Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-08T13:32:06.650Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-08T13:32:06.650Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:06.651Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:06.651Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-08T13:32:06.651Z] [javac] Note: Some input files use or override a deprecated API.
[2025-11-08T13:32:06.651Z] [javac] Note: Recompile with -Xlint:deprecation for details.
[2025-11-08T13:32:06.651Z] [javac] 4 warnings
[2025-11-08T13:32:06.651Z] [javac] Compiling 1 source file to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-08T13:32:06.651Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-08T13:32:06.651Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-08T13:32:06.651Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-08T13:32:06.651Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:06.651Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:06.651Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-08T13:32:06.651Z] [javac] 4 warnings
[2025-11-08T13:32:06.651Z] [javac] Compiling 2 source files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-08T13:32:06.651Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-08T13:32:06.651Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-08T13:32:06.651Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-08T13:32:06.651Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:06.651Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:06.651Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-08T13:32:06.651Z] [javac] 4 warnings
[2025-11-08T13:32:06.651Z] [javac] Compiling 8 source files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-08T13:32:06.651Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-08T13:32:06.651Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-08T13:32:06.651Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-08T13:32:06.651Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:06.651Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:06.651Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-08T13:32:06.651Z] [javac] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_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-08T13:32:06.651Z] [javac] synchronized(init) {
[2025-11-08T13:32:06.651Z] [javac] ^
[2025-11-08T13:32:06.651Z] [javac] 5 warnings
[2025-11-08T13:32:06.651Z] [javac] Compiling 6 source files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-08T13:32:06.651Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-08T13:32:06.651Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-08T13:32:06.651Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-08T13:32:06.651Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:06.651Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:06.652Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-08T13:32:06.652Z] [javac] 4 warnings
[2025-11-08T13:32:06.652Z] [javac] Compiling 5 source files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-08T13:32:06.652Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-08T13:32:06.652Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-08T13:32:06.652Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-08T13:32:06.652Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:06.652Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:06.652Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-08T13:32:07.282Z] [javac] 4 warnings
[2025-11-08T13:32:07.282Z] [javac] Compiling 7 source files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-08T13:32:07.282Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-08T13:32:07.282Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-08T13:32:07.282Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-08T13:32:07.282Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:07.282Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:07.282Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-08T13:32:07.282Z] [javac] 4 warnings
[2025-11-08T13:32:07.282Z] [javac] Compiling 8 source files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-08T13:32:07.282Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-08T13:32:07.282Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-08T13:32:07.282Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-08T13:32:07.282Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:07.283Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:07.283Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-08T13:32:07.283Z] [javac] 4 warnings
[2025-11-08T13:32:07.283Z] [javac] Compiling 2 source files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-08T13:32:07.283Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-08T13:32:07.283Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-08T13:32:07.283Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-08T13:32:07.283Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:07.283Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:07.283Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-08T13:32:07.283Z] [javac] 4 warnings
[2025-11-08T13:32:07.283Z] [javac] Compiling 4 source files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-08T13:32:07.283Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-08T13:32:07.283Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-08T13:32:07.283Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-08T13:32:07.283Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:07.283Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:07.283Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-08T13:32:07.283Z] [javac] 4 warnings
[2025-11-08T13:32:07.283Z] [javac] Compiling 5 source files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-08T13:32:07.283Z] [javac] warning: [options] bootstrap class path is not set in conjunction with -source 8
[2025-11-08T13:32:07.283Z] [javac] not setting the bootstrap class path may lead to class files that cannot run on JDK 8
[2025-11-08T13:32:07.283Z] [javac] --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[2025-11-08T13:32:07.283Z] [javac] warning: [options] source value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:07.283Z] [javac] warning: [options] target value 8 is obsolete and will be removed in a future release
[2025-11-08T13:32:07.283Z] [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[2025-11-08T13:32:07.283Z] [javac] 4 warnings
[2025-11-08T13:32:07.283Z]
[2025-11-08T13:32:07.283Z] dist:
[2025-11-08T13:32:07.283Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/bumbleBench/bumblebench/BumbleBench.jar
[2025-11-08T13:32:07.283Z]
[2025-11-08T13:32:07.283Z] dist:
[2025-11-08T13:32:07.283Z] [copy] Copying 126 files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jvmtest/perf/bumbleBench
[2025-11-08T13:32:07.283Z]
[2025-11-08T13:32:07.283Z] build:
[2025-11-08T13:32:07.283Z]
[2025-11-08T13:32:07.283Z] getDependentLibs:
[2025-11-08T13:32:10.890Z] [exec] --------------------------------------------
[2025-11-08T13:32:10.890Z] [exec] path is set to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib
[2025-11-08T13:32:10.890Z] [exec] task is set to default
[2025-11-08T13:32:10.890Z] [exec] dependencyList is set to dacapo
[2025-11-08T13:32:10.890Z] [exec] --------------------------------------------
[2025-11-08T13:32:10.890Z] [exec] Starting download third party dependent jars
[2025-11-08T13:32:10.890Z] [exec] --------------------------------------------
[2025-11-08T13:32:10.890Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib
[2025-11-08T13:32:10.890Z] [exec] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/dacapo.zip exists with correct hash, not downloading
[2025-11-08T13:32:10.890Z] [exec] downloaded dependent third party jars successfully
[2025-11-08T13:32:10.890Z]
[2025-11-08T13:32:10.890Z] init:
[2025-11-08T13:32:10.890Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jvmtest/perf/dacapo
[2025-11-08T13:32:10.890Z]
[2025-11-08T13:32:10.890Z] getDacapoSuite:
[2025-11-08T13:32:10.890Z] [unzip] Expanding: /home/jenkins/externalDependency/lib/dacapo.zip into /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jvmtest/perf/dacapo
[2025-11-08T13:32:22.999Z] [move] Moving 1 file to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jvmtest/perf/dacapo
[2025-11-08T13:32:23.000Z] [move] Moving 10669 files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jvmtest/perf/dacapo/dacapo
[2025-11-08T13:32:23.000Z]
[2025-11-08T13:32:23.000Z] dist:
[2025-11-08T13:32:23.000Z] [copy] Copying 2 files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jvmtest/perf/dacapo
[2025-11-08T13:32:23.000Z]
[2025-11-08T13:32:23.000Z] build:
[2025-11-08T13:32:23.000Z]
[2025-11-08T13:32:23.000Z] init:
[2025-11-08T13:32:23.000Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jvmtest/perf/idle_micro
[2025-11-08T13:32:23.000Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/idle_micro/bin
[2025-11-08T13:32:23.000Z]
[2025-11-08T13:32:23.000Z] compile:
[2025-11-08T13:32:23.000Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-11-08T13:32:23.000Z] [echo] ============COMPILER SETTINGS============
[2025-11-08T13:32:23.000Z] [echo] ===fork: yes
[2025-11-08T13:32:23.000Z] [echo] ===executable: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/javac
[2025-11-08T13:32:23.000Z] [echo] ===debug: on
[2025-11-08T13:32:23.000Z] [echo] ===destdir: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../../jvmtest/perf/idle_micro
[2025-11-08T13:32:23.000Z] [javac] Compiling 3 source files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/idle_micro/bin
[2025-11-08T13:32:24.997Z] [javac] Note: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/idle_micro/src/net/adoptopenjdk/test/gc/idlemicrobenchmark/CombinedLoad.java uses or overrides a deprecated API.
[2025-11-08T13:32:24.997Z] [javac] Note: Recompile with -Xlint:deprecation for details.
[2025-11-08T13:32:24.997Z]
[2025-11-08T13:32:24.997Z] dist:
[2025-11-08T13:32:24.997Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jvmtest/perf/idle_micro/IdleMicrobenchmark.jar
[2025-11-08T13:32:24.997Z] [copy] Copying 2 files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jvmtest/perf/idle_micro
[2025-11-08T13:32:24.997Z] [copy] Copying 2 files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jvmtest/perf/idle_micro
[2025-11-08T13:32:24.997Z] [copy] Copying 7 files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jvmtest/perf/idle_micro
[2025-11-08T13:32:24.997Z]
[2025-11-08T13:32:24.997Z] clean:
[2025-11-08T13:32:24.997Z] [delete] Deleting directory /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/idle_micro/bin
[2025-11-08T13:32:24.997Z]
[2025-11-08T13:32:24.997Z] build:
[2025-11-08T13:32:24.997Z]
[2025-11-08T13:32:24.997Z] build:
[2025-11-08T13:32:24.997Z]
[2025-11-08T13:32:24.997Z] init:
[2025-11-08T13:32:24.997Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jvmtest/perf/renaissance
[2025-11-08T13:32:24.997Z]
[2025-11-08T13:32:24.997Z] getRenaissanceSuite:
[2025-11-08T13:32:25.000Z] [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-08T13:32:28.697Z]
[2025-11-08T13:32:28.697Z] dist:
[2025-11-08T13:32:28.697Z] [copy] Copying 3 files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jvmtest/perf/renaissance
[2025-11-08T13:32:29.285Z]
[2025-11-08T13:32:29.285Z] build:
[2025-11-08T13:32:29.285Z]
[2025-11-08T13:32:29.285Z] init:
[2025-11-08T13:32:29.286Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jvmtest/perf/specjbb
[2025-11-08T13:32:29.286Z]
[2025-11-08T13:32:29.286Z] getSpecjbbSuite:
[2025-11-08T13:32:29.286Z]
[2025-11-08T13:32:29.286Z] dist:
[2025-11-08T13:32:29.286Z] [copy] Copying 3 files to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jvmtest/perf/specjbb/run
[2025-11-08T13:32:29.286Z]
[2025-11-08T13:32:29.286Z] BUILD SUCCESSFUL
[2025-11-08T13:32:29.286Z] Total time: 25 seconds
[2025-11-08T13:32:29.286Z] 0
[2025-11-08T13:32:29.286Z]
[2025-11-08T13:32:29.286Z]
[2025-11-08T13:32:29.286Z] RECORD TEST REPOs SHA
[2025-11-08T13:32:29.286Z] cd "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/scripts"; \
[2025-11-08T13:32:29.286Z] bash "getSHAs.sh" --test_root_dir "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/.." --shas_file "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/SHAs.txt"
[2025-11-08T13:32:29.286Z] Check shas in /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/.. and store the info in /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/SHAs.txt
[2025-11-08T13:32:29.286Z] touch /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/SHAs.txt
[2025-11-08T13:32:29.286Z] ================================================
[2025-11-08T13:32:29.286Z] timestamp: 20251108-133229
[2025-11-08T13:32:29.286Z] repo dir: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests
[2025-11-08T13:32:29.286Z] git repo:
[2025-11-08T13:32:29.286Z] Fetch URL: https://github.com/adoptium/aqa-tests.git
[2025-11-08T13:32:29.286Z] sha:
[2025-11-08T13:32:29.286Z] 0d7595419a9c523ce563b64947349df32a4cc06b
[2025-11-08T13:32:29.286Z] ================================================
[2025-11-08T13:32:29.286Z] timestamp: 20251108-133229
[2025-11-08T13:32:29.286Z] repo dir: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/bumbleBench/bumblebench
[2025-11-08T13:32:29.286Z] git repo:
[2025-11-08T13:32:29.286Z] Fetch URL: https://github.com/adoptium/bumblebench.git
[2025-11-08T13:32:29.286Z] sha:
[2025-11-08T13:32:29.286Z] 4ec780b716e7617094cce740d3b085ca4637ee0f
[2025-11-08T13:32:29.286Z] ================================================
[2025-11-08T13:32:29.286Z] timestamp: 20251108-133229
[2025-11-08T13:32:29.286Z] repo dir: /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG
[2025-11-08T13:32:29.286Z] git repo:
[2025-11-08T13:32:29.286Z] Fetch URL: https://github.com/adoptium/TKG.git
[2025-11-08T13:32:29.286Z] sha:
[2025-11-08T13:32:29.286Z] 53fb20ae51018f0a2f7ca2c05347c0149151f382
[2025-11-08T13:32:29.286Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG'
[Pipeline] }
[2025-11-08T13:32:29.674Z] $ ssh-agent -k
[2025-11-08T13:32:29.680Z] unset SSH_AUTH_SOCK;
[2025-11-08T13:32:29.680Z] unset SSH_AGENT_PID;
[2025-11-08T13:32:29.680Z] echo Agent pid 25051 killed;
[2025-11-08T13:32:30.065Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] echo
[2025-11-08T13:32:30.223Z] 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-08T13:32:30.253Z] ITERATION: 1/1
[Pipeline] sh
[2025-11-08T13:32:31.374Z] + which Xvfb
[2025-11-08T13:32:31.374Z] /usr/bin/Xvfb
[Pipeline] wrap
[2025-11-08T13:32:31.856Z] $ Xvfb -displayfd 2 -screen 0 1024x768x24 -fbdir /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/.xvfb-27-..fbdir8435226950397209208
[Pipeline] {
[Pipeline] sh
[2025-11-08T13:32:53.189Z] + ps -f
[2025-11-08T13:32:53.190Z] + grep '[X]vfb'
[2025-11-08T13:32:53.190Z] + awk '{print $9}'
[Pipeline] echo
[2025-11-08T13:32:53.551Z] env.DISPLAY is :0
[Pipeline] sshagent
[2025-11-08T13:32:53.658Z] $ ssh-agent
[2025-11-08T13:32:54.047Z] SSH_AUTH_SOCK=/tmp/ssh-7fgGcdfPXu62/agent.25678
[2025-11-08T13:32:54.047Z] SSH_AGENT_PID=25680
[2025-11-08T13:32:54.047Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2025-11-08T13:32:55.193Z] ++ uname
[2025-11-08T13:32:55.193Z] + '[' Linux = AIX ']'
[2025-11-08T13:32:55.193Z] ++ uname
[2025-11-08T13:32:55.193Z] + '[' Linux = SunOS ']'
[2025-11-08T13:32:55.193Z] ++ uname
[2025-11-08T13:32:55.193Z] + '[' Linux = '*BSD' ']'
[2025-11-08T13:32:55.193Z] + MAKE=make
[2025-11-08T13:32:55.193Z] + make -f ./aqa-tests/TKG/testEnv.mk testEnvTeardown
[2025-11-08T13:32:55.193Z] make: Nothing to be done for 'testEnvTeardown'.
[Pipeline] sh
[2025-11-08T13:32:56.829Z] ++ uname
[2025-11-08T13:32:56.829Z] + '[' Linux = AIX ']'
[2025-11-08T13:32:56.829Z] ++ uname
[2025-11-08T13:32:56.829Z] + '[' Linux = SunOS ']'
[2025-11-08T13:32:56.829Z] ++ uname
[2025-11-08T13:32:56.829Z] + '[' Linux = '*BSD' ']'
[2025-11-08T13:32:56.829Z] + MAKE=make
[2025-11-08T13:32:56.829Z] + cd ./aqa-tests
[2025-11-08T13:32:56.829Z] + . ./scripts/testenv/testenvSettings.sh
[2025-11-08T13:32:56.829Z] ++ set +x
[2025-11-08T13:32:56.829Z] JAVA_HOME is set to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image
[2025-11-08T13:32:56.829Z] LIB_DIR is set to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib
[2025-11-08T13:32:56.829Z] make -f makeGen.mk AUTO_DETECT=true MODE=tests TESTTARGET=extended.perf TESTLIST=
[2025-11-08T13:32:56.829Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG'
[2025-11-08T13:32:56.829Z] perl scripts/configure.pl
[2025-11-08T13:32:56.829Z] /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java -cp "./bin/TestKitGen.jar:/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/../../externalDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=tests --spec=linux_390-64 --microArch="z15" --osLabel="sles.15" --jdkVersion=25 --impl=hotspot --vendor="eclipse" --buildList=perf --iterations=1 --aotIterations= --testFlag= --testTarget=extended.perf --testList= --numOfMachines= --testTime=120 --TRSSURL=
[2025-11-08T13:32:56.829Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2025-11-08T13:32:56.829Z]
[2025-11-08T13:32:56.829Z] Starting to generate test make files.
[2025-11-08T13:32:56.829Z]
[2025-11-08T13:32:57.418Z] Parsing /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../perf/bumbleBench/playlist.xml
[2025-11-08T13:32:57.418Z] Parsing /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../perf/dacapo/playlist.xml
[2025-11-08T13:32:57.418Z] Generated /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../perf/dacapo/autoGen.mk
[2025-11-08T13:32:57.418Z]
[2025-11-08T13:32:57.418Z] Parsing /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../perf/idle_micro/playlist.xml
[2025-11-08T13:32:57.418Z] Parsing /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../perf/liberty/playlist.xml
[2025-11-08T13:32:57.418Z] Parsing /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../perf/renaissance/playlist.xml
[2025-11-08T13:32:57.418Z] Generated /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../perf/renaissance/autoGen.mk
[2025-11-08T13:32:57.418Z]
[2025-11-08T13:32:57.418Z] Parsing /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../perf/specjbb/playlist.xml
[2025-11-08T13:32:57.418Z] Generated /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../perf/autoGen.mk
[2025-11-08T13:32:57.418Z]
[2025-11-08T13:32:57.418Z] Generated /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../autoGen.mk
[2025-11-08T13:32:57.418Z]
[2025-11-08T13:32:57.418Z] Generated /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/utils.mk
[2025-11-08T13:32:57.418Z]
[2025-11-08T13:32:57.418Z] Generated /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/rerun.mk
[2025-11-08T13:32:57.418Z]
[2025-11-08T13:32:57.418Z] Make files are generated successfully.
[2025-11-08T13:32:57.418Z]
[2025-11-08T13:32:57.418Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG'
[2025-11-08T13:32:57.418Z] make -f runtest.mk _extended.perf
[2025-11-08T13:32:57.418Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG'
[2025-11-08T13:32:57.418Z]
[2025-11-08T13:32:57.418Z] Running make 4.2.1
[2025-11-08T13:32:57.418Z] set TEST_ROOT to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/..
[2025-11-08T13:32:57.418Z] set JDK_VERSION to 25
[2025-11-08T13:32:57.418Z] set JDK_IMPL to hotspot
[2025-11-08T13:32:57.418Z] set JVM_VERSION to openjdk25
[2025-11-08T13:32:57.418Z] set JCL_VERSION to latest
[2025-11-08T13:32:57.418Z] JAVA_HOME was originally set to /usr/lib64/jvm/jre-1.8.0-openjdk
[2025-11-08T13:32:57.418Z] set JAVA_HOME to /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image
[2025-11-08T13:32:57.418Z] set SPEC to linux_390-64
[2025-11-08T13:32:57.418Z] set TEST_FLAG to
[2025-11-08T13:32:57.418Z] set MICROARCH to z15
[2025-11-08T13:32:57.418Z] set OS_LABEL to sles.15
[2025-11-08T13:32:57.418Z] Running extended.perf ...
[2025-11-08T13:32:57.418Z] There are 20 test targets in extended.perf
[2025-11-08T13:32:57.418Z] "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java" -version
[2025-11-08T13:32:57.418Z] openjdk version "25.0.2-beta" 2026-01-20
[2025-11-08T13:32:57.418Z] OpenJDK Runtime Environment Temurin-25.0.1+8-202511081206 (build 25.0.2-beta+8-202511081206)
[2025-11-08T13:32:57.418Z] OpenJDK 64-Bit Server VM Temurin-25.0.1+8-202511081206 (build 25.0.2-beta+8-202511081206, mixed mode, sharing)
[2025-11-08T13:32:57.418Z] make[2]: Entering directory '/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests'
[2025-11-08T13:32:57.418Z] make[3]: Entering directory '/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf'
[2025-11-08T13:32:57.418Z] make[4]: Entering directory '/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/dacapo'
[2025-11-08T13:32:58.007Z]
[2025-11-08T13:32:58.007Z] ===============================================
[2025-11-08T13:32:58.007Z] Running test dacapo-avrora_0 ...
[2025-11-08T13:32:58.007Z] ===============================================
[2025-11-08T13:32:58.007Z] dacapo-avrora_0 Start Time: Sat Nov 8 13:32:57 2025 Epoch Time (ms): 1762608777401
[2025-11-08T13:32:58.007Z] dacapo-avrora_0_DISABLED
[2025-11-08T13:32:58.007Z] Disabled Reason:
[2025-11-08T13:32:58.007Z] https://github.com/adoptium/aqa-tests/issues/4745#issuecomment-1710101571
[2025-11-08T13:32:58.007Z] dacapo-avrora_0 Finish Time: Sat Nov 8 13:32:57 2025 Epoch Time (ms): 1762608777416
[2025-11-08T13:32:58.007Z]
[2025-11-08T13:32:58.007Z] ===============================================
[2025-11-08T13:32:58.007Z] Running test dacapo-fop_0 ...
[2025-11-08T13:32:58.007Z] ===============================================
[2025-11-08T13:32:58.007Z] dacapo-fop_0 Start Time: Sat Nov 8 13:32:57 2025 Epoch Time (ms): 1762608777437
[2025-11-08T13:32:58.007Z] variation: NoOptions
[2025-11-08T13:32:58.007Z] JVM_OPTIONS:
[2025-11-08T13:32:58.007Z] { \
[2025-11-08T13:32:58.007Z] echo ""; echo "TEST SETUP:"; \
[2025-11-08T13:32:58.007Z] echo "Nothing to be done for setup."; \
[2025-11-08T13:32:58.007Z] mkdir -p "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/dacapo-fop_0"; \
[2025-11-08T13:32:58.007Z] cd "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/dacapo-fop_0"; \
[2025-11-08T13:32:58.007Z] echo ""; echo "TESTING:"; \
[2025-11-08T13:32:58.007Z] "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java" -jar "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../../jvmtest/perf/dacapo/dacapo.jar" fop; \
[2025-11-08T13:32:58.007Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "dacapo-fop_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/dacapo-fop_0"; else echo "-----------------------------------"; echo "dacapo-fop_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-08T13:32:58.007Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-08T13:32:58.007Z] echo "Nothing to be done for teardown."; \
[2025-11-08T13:32:58.007Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/TestTargetResult";
[2025-11-08T13:32:58.007Z]
[2025-11-08T13:32:58.007Z] TEST SETUP:
[2025-11-08T13:32:58.007Z] Nothing to be done for setup.
[2025-11-08T13:32:58.007Z]
[2025-11-08T13:32:58.007Z] TESTING:
[2025-11-08T13:32:58.007Z] Version: fop 2.8 batik 1.16 (use -p to print nominal benchmark stats)
[2025-11-08T13:32:58.007Z] ===== DaCapo 23.11-MR2-chopin-minimal fop starting =====
[2025-11-08T13:32:58.598Z] alignment.fo java.lang.reflect.InvocationTargetException
[2025-11-08T13:32:58.598Z] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:119)
[2025-11-08T13:32:58.598Z] at java.base/java.lang.reflect.Method.invoke(Method.java:565)
[2025-11-08T13:32:58.598Z] at org.dacapo.harness.Fop.iterate(Fop.java:102)
[2025-11-08T13:32:58.598Z] at org.dacapo.harness.Benchmark.run(Benchmark.java:259)
[2025-11-08T13:32:58.598Z] at org.dacapo.harness.TestHarness.runBenchmark(TestHarness.java:225)
[2025-11-08T13:32:58.598Z] at org.dacapo.harness.TestHarness.main(TestHarness.java:170)
[2025-11-08T13:32:58.598Z] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
[2025-11-08T13:32:58.598Z] at java.base/java.lang.reflect.Method.invoke(Method.java:565)
[2025-11-08T13:32:58.598Z] at Harness.main(Harness.java:39)
[2025-11-08T13:32:58.598Z] Caused by: java.lang.ExceptionInInitializerError
[2025-11-08T13:32:58.598Z] at org.apache.fop.image.loader.batik.PreloaderSVG$Loader.createImageInfo(PreloaderSVG.java:165)
[2025-11-08T13:32:58.598Z] at org.apache.fop.image.loader.batik.PreloaderSVG$Loader.getImage(PreloaderSVG.java:131)
[2025-11-08T13:32:58.598Z] at org.apache.fop.image.loader.batik.PreloaderSVG$Loader.access$200(PreloaderSVG.java:108)
[2025-11-08T13:32:58.598Z] at org.apache.fop.image.loader.batik.PreloaderSVG.preloadImage(PreloaderSVG.java:76)
[2025-11-08T13:32:58.598Z] at org.apache.xmlgraphics.image.loader.ImageManager.preloadImage(ImageManager.java:176)
[2025-11-08T13:32:58.598Z] at org.apache.fop.render.intermediate.AbstractIFPainter.drawImageUsingDocument(AbstractIFPainter.java:323)
[2025-11-08T13:32:58.598Z] at org.apache.fop.render.pdf.PDFPainter.drawImage(PDFPainter.java:290)
[2025-11-08T13:32:58.598Z] at org.apache.fop.render.intermediate.IFRenderer.renderForeignObject(IFRenderer.java:1324)
[2025-11-08T13:32:58.598Z] at org.apache.fop.render.AbstractRenderer.renderInlineViewport(AbstractRenderer.java:1034)
[2025-11-08T13:32:58.598Z] at org.apache.fop.render.AbstractPathOrientedRenderer.renderInlineViewport(AbstractPathOrientedRenderer.java:836)
[2025-11-08T13:32:58.598Z] at org.apache.fop.render.intermediate.IFRenderer.renderInlineViewport(IFRenderer.java:860)
[2025-11-08T13:32:58.598Z] at org.apache.fop.render.AbstractRenderer.renderInlineArea(AbstractRenderer.java:877)
[2025-11-08T13:32:58.598Z] at org.apache.fop.render.intermediate.IFRenderer.renderInlineArea(IFRenderer.java:924)
[2025-11-08T13:32:58.598Z] at org.apache.fop.render.AbstractRenderer.renderLineArea(AbstractRenderer.java:845)
[2025-11-08T13:32:58.598Z] at org.apache.fop.render.AbstractRenderer.renderBlocks(AbstractRenderer.java:704)
[2025-11-08T13:32:58.598Z] at org.apache.fop.render.AbstractRenderer.renderBlock(AbstractRenderer.java:758)
[2025-11-08T13:32:58.598Z] at org.apache.fop.render.intermediate.IFRenderer.renderBlock(IFRenderer.java:1004)
[2025-11-08T13:32:58.598Z] at org.apache.fop.render.AbstractRenderer.renderBlocks(AbstractRenderer.java:689)
[2025-11-08T13:32:58.598Z] at org.apache.fop.render.AbstractRenderer.renderFlow(AbstractRenderer.java:591)
[2025-11-08T13:32:58.598Z] at org.apache.fop.render.AbstractPathOrientedRenderer.renderFlow(AbstractPathOrientedRenderer.java:789)
[2025-11-08T13:32:58.598Z] at org.apache.fop.render.AbstractRenderer.renderMainReference(AbstractRenderer.java:568)
[2025-11-08T13:32:58.598Z] at org.apache.fop.render.AbstractRenderer.renderBodyRegion(AbstractRenderer.java:433)
[2025-11-08T13:32:58.598Z] at org.apache.fop.render.AbstractRenderer.renderRegionViewport(AbstractRenderer.java:380)
[2025-11-08T13:32:58.598Z] at org.apache.fop.render.intermediate.IFRenderer.renderRegionViewport(IFRenderer.java:735)
[2025-11-08T13:32:58.598Z] at org.apache.fop.render.AbstractRenderer.renderPageAreas(AbstractRenderer.java:345)
[2025-11-08T13:32:58.598Z] at org.apache.fop.render.AbstractRenderer.renderPage(AbstractRenderer.java:318)
[2025-11-08T13:32:58.598Z] at org.apache.fop.render.intermediate.IFRenderer.renderPage(IFRenderer.java:584)
[2025-11-08T13:32:58.598Z] at org.apache.fop.area.RenderPagesModel.addPage(RenderPagesModel.java:123)
[2025-11-08T13:32:58.598Z] at org.apache.fop.layoutmgr.AbstractPageSequenceLayoutManager.finishPage(AbstractPageSequenceLayoutManager.java:316)
[2025-11-08T13:32:58.598Z] at org.apache.fop.layoutmgr.PageSequenceLayoutManager.finishPage(PageSequenceLayoutManager.java:243)
[2025-11-08T13:32:58.598Z] at org.apache.fop.layoutmgr.PageSequenceLayoutManager.activateLayout(PageSequenceLayoutManager.java:147)
[2025-11-08T13:32:58.598Z] at org.apache.fop.area.AreaTreeHandler.endPageSequence(AreaTreeHandler.java:267)
[2025-11-08T13:32:58.598Z] at org.apache.fop.fo.pagination.PageSequence.endOfNode(PageSequence.java:140)
[2025-11-08T13:32:58.598Z] at org.apache.fop.fo.FOTreeBuilder$MainFOHandler.endElement(FOTreeBuilder.java:390)
[2025-11-08T13:32:58.598Z] at org.apache.fop.fo.FOTreeBuilder$3.run(FOTreeBuilder.java:207)
[2025-11-08T13:32:58.598Z] at org.apache.fop.fo.FOTreeBuilder$3.run(FOTreeBuilder.java:204)
[2025-11-08T13:32:58.598Z] at java.base/java.security.AccessController.doPrivileged(AccessController.java:74)
[2025-11-08T13:32:58.598Z] at org.apache.fop.fo.FOTreeBuilder.endElement(FOTreeBuilder.java:203)
[2025-11-08T13:32:58.598Z] at org.apache.xalan.transformer.TransformerIdentityImpl.endElement(TransformerIdentityImpl.java:1102)
[2025-11-08T13:32:58.598Z] at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
[2025-11-08T13:32:58.598Z] at org.apache.xerces.xinclude.XIncludeHandler.endElement(Unknown Source)
[2025-11-08T13:32:58.598Z] at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
[2025-11-08T13:32:58.598Z] at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
[2025-11-08T13:32:58.598Z] at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
[2025-11-08T13:32:58.598Z] at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
[2025-11-08T13:32:58.598Z] at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
[2025-11-08T13:32:58.598Z] at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
[2025-11-08T13:32:58.598Z] at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
[2025-11-08T13:32:58.598Z] at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
[2025-11-08T13:32:58.598Z] at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:485)
[2025-11-08T13:32:58.598Z] at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:293)
[2025-11-08T13:32:58.598Z] at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:116)
[2025-11-08T13:32:58.598Z] at org.apache.fop.cli.Main.startFOP(Main.java:183)
[2025-11-08T13:32:58.598Z] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
[2025-11-08T13:32:58.598Z] ... 8 more
[2025-11-08T13:32:58.598Z] Caused by: java.lang.RuntimeException: Fontconfig head is null, check your fonts or fonts configuration
[2025-11-08T13:32:58.598Z] at java.desktop/sun.awt.FontConfiguration.getVersion(FontConfiguration.java:1242)
[2025-11-08T13:32:58.598Z] at java.desktop/sun.awt.FontConfiguration.readFontConfigFile(FontConfiguration.java:207)
[2025-11-08T13:32:58.598Z] at java.desktop/sun.awt.FontConfiguration.init(FontConfiguration.java:103)
[2025-11-08T13:32:58.598Z] at java.desktop/sun.awt.X11FontManager.createFontConfiguration(X11FontManager.java:697)
[2025-11-08T13:32:58.598Z] at java.desktop/sun.font.SunFontManager.<init>(SunFontManager.java:341)
[2025-11-08T13:32:58.598Z] at java.desktop/sun.awt.FcFontManager.<init>(FcFontManager.java:35)
[2025-11-08T13:32:58.598Z] at java.desktop/sun.awt.X11FontManager.<init>(X11FontManager.java:55)
[2025-11-08T13:32:58.598Z] at java.desktop/sun.font.PlatformFontInfo.createFontManager(PlatformFontInfo.java:37)
[2025-11-08T13:32:58.598Z] at java.desktop/sun.font.FontManagerFactory.getInstance(FontManagerFactory.java:51)
[2025-11-08T13:32:58.598Z] at java.desktop/sun.java2d.SunGraphicsEnvironment.getFontManagerForSGE(SunGraphicsEnvironment.java:133)
[2025-11-08T13:32:58.598Z] at java.desktop/sun.java2d.SunGraphicsEnvironment.getAvailableFontFamilyNames(SunGraphicsEnvironment.java:167)
[2025-11-08T13:32:58.598Z] at java.desktop/sun.java2d.SunGraphicsEnvironment.getAvailableFontFamilyNames(SunGraphicsEnvironment.java:191)
[2025-11-08T13:32:58.598Z] at java.desktop/sun.java2d.HeadlessGraphicsEnvironment.getAvailableFontFamilyNames(HeadlessGraphicsEnvironment.java:80)
[2025-11-08T13:32:58.598Z] at org.apache.batik.bridge.DefaultFontFamilyResolver.<clinit>(DefaultFontFamilyResolver.java:86)
[2025-11-08T13:32:58.598Z] ... 62 more
[2025-11-08T13:32:58.598Z] -----------------------------------
[2025-11-08T13:32:58.598Z] dacapo-fop_0_FAILED
[2025-11-08T13:32:58.598Z] -----------------------------------
[2025-11-08T13:32:58.598Z]
[2025-11-08T13:32:58.598Z] TEST TEARDOWN:
[2025-11-08T13:32:58.598Z] Nothing to be done for teardown.
[2025-11-08T13:32:58.598Z] dacapo-fop_0 Finish Time: Sat Nov 8 13:32:58 2025 Epoch Time (ms): 1762608778420
[2025-11-08T13:32:58.598Z]
[2025-11-08T13:32:58.598Z] ===============================================
[2025-11-08T13:32:58.598Z] Running test dacapo-jython_0 ...
[2025-11-08T13:32:58.598Z] ===============================================
[2025-11-08T13:32:58.598Z] dacapo-jython_0 Start Time: Sat Nov 8 13:32:58 2025 Epoch Time (ms): 1762608778441
[2025-11-08T13:32:58.598Z] variation: NoOptions
[2025-11-08T13:32:58.598Z] JVM_OPTIONS:
[2025-11-08T13:32:58.598Z] { \
[2025-11-08T13:32:58.598Z] echo ""; echo "TEST SETUP:"; \
[2025-11-08T13:32:58.598Z] echo "Nothing to be done for setup."; \
[2025-11-08T13:32:58.598Z] mkdir -p "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/dacapo-jython_0"; \
[2025-11-08T13:32:58.598Z] cd "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/dacapo-jython_0"; \
[2025-11-08T13:32:58.598Z] echo ""; echo "TESTING:"; \
[2025-11-08T13:32:58.598Z] "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java" -jar "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../../jvmtest/perf/dacapo/dacapo.jar" jython; \
[2025-11-08T13:32:58.598Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "dacapo-jython_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/dacapo-jython_0"; else echo "-----------------------------------"; echo "dacapo-jython_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-08T13:32:58.598Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-08T13:32:58.598Z] echo "Nothing to be done for teardown."; \
[2025-11-08T13:32:58.598Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/TestTargetResult";
[2025-11-08T13:32:58.599Z]
[2025-11-08T13:32:58.599Z] TEST SETUP:
[2025-11-08T13:32:58.599Z] Nothing to be done for setup.
[2025-11-08T13:32:58.599Z]
[2025-11-08T13:32:58.599Z] TESTING:
[2025-11-08T13:32:59.826Z] Version: jython v2.7.3 (use -p to print nominal benchmark stats)
[2025-11-08T13:33:01.788Z] ===== DaCapo 23.11-MR2-chopin-minimal jython starting =====
[2025-11-08T13:33:02.379Z] -------------------------------------------------------------------------------
[2025-11-08T13:33:02.379Z] PYBENCH 2.0
[2025-11-08T13:33:02.379Z] -------------------------------------------------------------------------------
[2025-11-08T13:33:02.379Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
[2025-11-08T13:33:02.379Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper (file:/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jvmtest/perf/dacapo/dacapo/jar/jython/guava-31.0.1-jre.jar)
[2025-11-08T13:33:02.379Z] WARNING: Please consider reporting this to the maintainers of class com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper
[2025-11-08T13:33:02.379Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
[2025-11-08T13:33:02.379Z] * using Jython
[2025-11-08T13:33:02.379Z] * system check interval set to maximum: 2147483647
[2025-11-08T13:33:02.379Z] * using timer: time.time
[2025-11-08T13:33:02.379Z]
[2025-11-08T13:33:02.969Z] Calibrating tests. Please wait... done.
[2025-11-08T13:33:02.969Z]
[2025-11-08T13:33:02.969Z] Running 2 round(s) of the suite at warp factor 20:
[2025-11-08T13:33:02.969Z]
[2025-11-08T13:33:07.505Z] * Round 1 done.
[2025-11-08T13:33:12.026Z] * Round 2 done.
[2025-11-08T13:33:12.026Z]
[2025-11-08T13:33:12.026Z] ===== DaCapo 23.11-MR2-chopin-minimal jython PASSED in 9999 msec =====
[2025-11-08T13:33:12.026Z] -----------------------------------
[2025-11-08T13:33:12.026Z] dacapo-jython_0_PASSED
[2025-11-08T13:33:12.026Z] -----------------------------------
[2025-11-08T13:33:12.026Z]
[2025-11-08T13:33:12.026Z] TEST TEARDOWN:
[2025-11-08T13:33:12.026Z] Nothing to be done for teardown.
[2025-11-08T13:33:12.026Z] dacapo-jython_0 Finish Time: Sat Nov 8 13:33:11 2025 Epoch Time (ms): 1762608791306
[2025-11-08T13:33:12.026Z]
[2025-11-08T13:33:12.026Z] ===============================================
[2025-11-08T13:33:12.026Z] Running test dacapo-luindex_0 ...
[2025-11-08T13:33:12.026Z] ===============================================
[2025-11-08T13:33:12.026Z] dacapo-luindex_0 Start Time: Sat Nov 8 13:33:11 2025 Epoch Time (ms): 1762608791323
[2025-11-08T13:33:12.026Z] variation: NoOptions
[2025-11-08T13:33:12.026Z] JVM_OPTIONS:
[2025-11-08T13:33:12.026Z] { \
[2025-11-08T13:33:12.026Z] echo ""; echo "TEST SETUP:"; \
[2025-11-08T13:33:12.026Z] echo "Nothing to be done for setup."; \
[2025-11-08T13:33:12.026Z] mkdir -p "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/dacapo-luindex_0"; \
[2025-11-08T13:33:12.026Z] cd "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/dacapo-luindex_0"; \
[2025-11-08T13:33:12.026Z] echo ""; echo "TESTING:"; \
[2025-11-08T13:33:12.026Z] "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java" -jar "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../../jvmtest/perf/dacapo/dacapo.jar" luindex; \
[2025-11-08T13:33:12.026Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "dacapo-luindex_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/dacapo-luindex_0"; else echo "-----------------------------------"; echo "dacapo-luindex_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-08T13:33:12.026Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-08T13:33:12.026Z] echo "Nothing to be done for teardown."; \
[2025-11-08T13:33:12.026Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/TestTargetResult";
[2025-11-08T13:33:12.026Z]
[2025-11-08T13:33:12.026Z] TEST SETUP:
[2025-11-08T13:33:12.026Z] Nothing to be done for setup.
[2025-11-08T13:33:12.026Z]
[2025-11-08T13:33:12.026Z] TESTING:
[2025-11-08T13:33:12.026Z] Version: lucene 9.7.0 (use -p to print nominal benchmark stats)
[2025-11-08T13:33:12.026Z] ===== DaCapo 23.11-MR2-chopin-minimal luindex starting =====
[2025-11-08T13:33:13.255Z] Adding documents from enwiki-anarchism-abydos.md:
[2025-11-08T13:33:13.255Z] Adding documents from enwiki-anarchism-abydos.md: 500
[2025-11-08T13:33:13.255Z] Adding documents from enwiki-abydos-copleston.md:
[2025-11-08T13:33:14.483Z] Adding documents from enwiki-abydos-copleston.md: 1000
[2025-11-08T13:33:14.483Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
[2025-11-08T13:33:14.484Z] WARNING: sun.misc.Unsafe::invokeCleaner has been called by org.apache.lucene.store.MappedByteBufferIndexInputProvider (file:/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jvmtest/perf/dacapo/dacapo/jar/lib/lucene/lucene-core-9.7.0-SNAPSHOT.jar)
[2025-11-08T13:33:14.484Z] WARNING: Please consider reporting this to the maintainers of class org.apache.lucene.store.MappedByteBufferIndexInputProvider
[2025-11-08T13:33:14.484Z] WARNING: sun.misc.Unsafe::invokeCleaner will be removed in a future release
[2025-11-08T13:33:15.666Z] Adding documents from enwiki-abydos-copleston.md: 2000
[2025-11-08T13:33:16.257Z] Adding documents from enwiki-abydos-copleston.md: 3000
[2025-11-08T13:33:17.487Z] Adding documents from enwiki-abydos-copleston.md: 4000
[2025-11-08T13:33:18.075Z] Adding documents from enwiki-abydos-copleston.md: 5000
[2025-11-08T13:33:18.075Z] Adding documents from enwiki-abydos-copleston.md: 5500
[2025-11-08T13:33:18.075Z] Optimizing...
[2025-11-08T13:33:20.024Z] ===== DaCapo 23.11-MR2-chopin-minimal luindex PASSED in 7724 msec =====
[2025-11-08T13:33:20.024Z] -----------------------------------
[2025-11-08T13:33:20.024Z] dacapo-luindex_0_PASSED
[2025-11-08T13:33:20.024Z] -----------------------------------
[2025-11-08T13:33:20.024Z]
[2025-11-08T13:33:20.024Z] TEST TEARDOWN:
[2025-11-08T13:33:20.024Z] Nothing to be done for teardown.
[2025-11-08T13:33:20.024Z] dacapo-luindex_0 Finish Time: Sat Nov 8 13:33:19 2025 Epoch Time (ms): 1762608799579
[2025-11-08T13:33:20.024Z]
[2025-11-08T13:33:20.024Z] ===============================================
[2025-11-08T13:33:20.024Z] Running test dacapo-pmd_0 ...
[2025-11-08T13:33:20.024Z] ===============================================
[2025-11-08T13:33:20.025Z] dacapo-pmd_0 Start Time: Sat Nov 8 13:33:19 2025 Epoch Time (ms): 1762608799595
[2025-11-08T13:33:20.025Z] variation: NoOptions
[2025-11-08T13:33:20.025Z] JVM_OPTIONS:
[2025-11-08T13:33:20.025Z] { \
[2025-11-08T13:33:20.025Z] echo ""; echo "TEST SETUP:"; \
[2025-11-08T13:33:20.025Z] echo "Nothing to be done for setup."; \
[2025-11-08T13:33:20.025Z] mkdir -p "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/dacapo-pmd_0"; \
[2025-11-08T13:33:20.025Z] cd "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/dacapo-pmd_0"; \
[2025-11-08T13:33:20.025Z] echo ""; echo "TESTING:"; \
[2025-11-08T13:33:20.025Z] "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java" -jar "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../../jvmtest/perf/dacapo/dacapo.jar" pmd; \
[2025-11-08T13:33:20.025Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "dacapo-pmd_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/dacapo-pmd_0"; else echo "-----------------------------------"; echo "dacapo-pmd_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-08T13:33:20.025Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-08T13:33:20.025Z] echo "Nothing to be done for teardown."; \
[2025-11-08T13:33:20.025Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/TestTargetResult";
[2025-11-08T13:33:20.025Z]
[2025-11-08T13:33:20.025Z] TEST SETUP:
[2025-11-08T13:33:20.025Z] Nothing to be done for setup.
[2025-11-08T13:33:20.025Z]
[2025-11-08T13:33:20.025Z] TESTING:
[2025-11-08T13:33:20.025Z] Using scaled threading model. 2 processors detected, 2 threads used to drive the workload, in a possible range of [1,1024]
[2025-11-08T13:33:20.617Z] Version: pmd 6.55.0 (use -p to print nominal benchmark stats)
[2025-11-08T13:33:20.617Z] ===== DaCapo 23.11-MR2-chopin-minimal pmd starting =====
[2025-11-08T13:33:24.506Z] Checked: 0%
[2025-11-08T13:33:25.748Z] Checked: 5%
[2025-11-08T13:33:26.340Z] Checked: 10%
[2025-11-08T13:33:26.930Z] Checked: 15%
[2025-11-08T13:33:26.930Z] Checked: 20%
[2025-11-08T13:33:27.523Z] Checked: 25%
[2025-11-08T13:33:28.114Z] Checked: 30%
[2025-11-08T13:33:28.114Z] Checked: 35%
[2025-11-08T13:33:28.756Z] Checked: 40%
[2025-11-08T13:33:28.756Z] Checked: 45%
[2025-11-08T13:33:29.783Z] Checked: 50%
[2025-11-08T13:33:29.783Z] Checked: 55%
[2025-11-08T13:33:31.128Z] Checked: 60%
[2025-11-08T13:33:31.722Z] Checked: 65%
[2025-11-08T13:33:32.312Z] Checked: 70%
[2025-11-08T13:33:32.904Z] Checked: 75%
[2025-11-08T13:33:33.500Z] Checked: 80%
[2025-11-08T13:33:34.089Z] Checked: 85%
[2025-11-08T13:33:34.688Z] Checked: 90%
[2025-11-08T13:33:35.291Z] Checked: 95%
[2025-11-08T13:33:35.291Z] Checked: 100%
[2025-11-08T13:33:35.291Z] PMD checked 601 files.
[2025-11-08T13:33:35.291Z] ===== DaCapo 23.11-MR2-chopin-minimal pmd PASSED in 14569 msec =====
[2025-11-08T13:33:35.291Z] -----------------------------------
[2025-11-08T13:33:35.291Z] dacapo-pmd_0_PASSED
[2025-11-08T13:33:35.291Z] -----------------------------------
[2025-11-08T13:33:35.291Z]
[2025-11-08T13:33:35.291Z] TEST TEARDOWN:
[2025-11-08T13:33:35.291Z] Nothing to be done for teardown.
[2025-11-08T13:33:35.291Z] dacapo-pmd_0 Finish Time: Sat Nov 8 13:33:34 2025 Epoch Time (ms): 1762608814897
[2025-11-08T13:33:35.291Z]
[2025-11-08T13:33:35.291Z] ===============================================
[2025-11-08T13:33:35.291Z] Running test dacapo-sunflow_0 ...
[2025-11-08T13:33:35.291Z] ===============================================
[2025-11-08T13:33:35.291Z] dacapo-sunflow_0 Start Time: Sat Nov 8 13:33:34 2025 Epoch Time (ms): 1762608814914
[2025-11-08T13:33:35.291Z] variation: NoOptions
[2025-11-08T13:33:35.291Z] JVM_OPTIONS:
[2025-11-08T13:33:35.291Z] { \
[2025-11-08T13:33:35.291Z] echo ""; echo "TEST SETUP:"; \
[2025-11-08T13:33:35.291Z] echo "Nothing to be done for setup."; \
[2025-11-08T13:33:35.291Z] mkdir -p "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/dacapo-sunflow_0"; \
[2025-11-08T13:33:35.291Z] cd "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/dacapo-sunflow_0"; \
[2025-11-08T13:33:35.291Z] echo ""; echo "TESTING:"; \
[2025-11-08T13:33:35.291Z] "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java" -jar "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../../jvmtest/perf/dacapo/dacapo.jar" sunflow; \
[2025-11-08T13:33:35.291Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "dacapo-sunflow_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/dacapo-sunflow_0"; else echo "-----------------------------------"; echo "dacapo-sunflow_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-08T13:33:35.291Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-08T13:33:35.291Z] echo "Nothing to be done for teardown."; \
[2025-11-08T13:33:35.291Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/TestTargetResult";
[2025-11-08T13:33:35.291Z]
[2025-11-08T13:33:35.291Z] TEST SETUP:
[2025-11-08T13:33:35.291Z] Nothing to be done for setup.
[2025-11-08T13:33:35.291Z]
[2025-11-08T13:33:35.291Z] TESTING:
[2025-11-08T13:33:35.291Z] Using scaled threading model. 2 processors detected, 2 threads used to drive the workload, in a possible range of [1,1024]
[2025-11-08T13:33:35.886Z] ===== DaCapo 23.11-MR2-chopin-minimal sunflow starting =====
[2025-11-08T13:34:29.434Z] ===== DaCapo 23.11-MR2-chopin-minimal sunflow PASSED in 51035 msec =====
[2025-11-08T13:34:29.434Z] -----------------------------------
[2025-11-08T13:34:29.434Z] dacapo-sunflow_0_PASSED
[2025-11-08T13:34:29.434Z] -----------------------------------
[2025-11-08T13:34:29.434Z]
[2025-11-08T13:34:29.434Z] TEST TEARDOWN:
[2025-11-08T13:34:29.434Z] Nothing to be done for teardown.
[2025-11-08T13:34:29.434Z] dacapo-sunflow_0 Finish Time: Sat Nov 8 13:34:26 2025 Epoch Time (ms): 1762608866343
[2025-11-08T13:34:29.434Z]
[2025-11-08T13:34:29.434Z] ===============================================
[2025-11-08T13:34:29.434Z] Running test dacapo-tomcat_0 ...
[2025-11-08T13:34:29.434Z] ===============================================
[2025-11-08T13:34:29.434Z] dacapo-tomcat_0 Start Time: Sat Nov 8 13:34:26 2025 Epoch Time (ms): 1762608866359
[2025-11-08T13:34:29.434Z] variation: NoOptions
[2025-11-08T13:34:29.434Z] JVM_OPTIONS:
[2025-11-08T13:34:29.434Z] { \
[2025-11-08T13:34:29.434Z] echo ""; echo "TEST SETUP:"; \
[2025-11-08T13:34:29.434Z] echo "Nothing to be done for setup."; \
[2025-11-08T13:34:29.434Z] mkdir -p "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/dacapo-tomcat_0"; \
[2025-11-08T13:34:29.434Z] cd "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/dacapo-tomcat_0"; \
[2025-11-08T13:34:29.434Z] echo ""; echo "TESTING:"; \
[2025-11-08T13:34:29.434Z] "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java" -jar "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../../jvmtest/perf/dacapo/dacapo.jar" tomcat; \
[2025-11-08T13:34:29.434Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "dacapo-tomcat_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/dacapo-tomcat_0"; else echo "-----------------------------------"; echo "dacapo-tomcat_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-08T13:34:29.434Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-08T13:34:29.434Z] echo "Nothing to be done for teardown."; \
[2025-11-08T13:34:29.434Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/TestTargetResult";
[2025-11-08T13:34:29.434Z]
[2025-11-08T13:34:29.434Z] TEST SETUP:
[2025-11-08T13:34:29.434Z] Nothing to be done for setup.
[2025-11-08T13:34:29.434Z]
[2025-11-08T13:34:29.434Z] TESTING:
[2025-11-08T13:34:29.434Z] Using scaled threading model. 2 processors detected, 2 threads used to drive the workload, in a possible range of [1,512]
[2025-11-08T13:34:29.434Z] Tomcat is using port 8080. Configure with -Ddacapo.tomcat.port.
[2025-11-08T13:34:29.434Z] Version: tomcat 10.1.11 (use -p to print nominal benchmark stats)
[2025-11-08T13:34:29.434Z] WARNING: A restricted method in java.lang.System has been called
[2025-11-08T13:34:29.434Z] WARNING: java.lang.System::load has been called by org.apache.tomcat.jni.Library in an unnamed module (file:/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jvmtest/perf/dacapo/dacapo/jar/tomcat/tomcat-jni.jar)
[2025-11-08T13:34:29.434Z] WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
[2025-11-08T13:34:29.434Z] WARNING: Restricted methods will be blocked in a future release unless native access is enabled
[2025-11-08T13:34:29.434Z]
[2025-11-08T13:34:29.434Z] Server created with thread pool size 2
[2025-11-08T13:34:29.434Z] ===== DaCapo 23.11-MR2-chopin-minimal tomcat starting =====
[2025-11-08T13:34:29.434Z] Loading web application
[2025-11-08T13:34:29.434Z] Starting 80000 requests...
[2025-11-08T13:34:39.116Z] Completing requests: 5%
[2025-11-08T13:34:42.764Z] Completing requests: 10%
[2025-11-08T13:34:45.468Z] Completing requests: 15%
[2025-11-08T13:34:48.367Z] Completing requests: 20%
[2025-11-08T13:34:51.106Z] Completing requests: 25%
[2025-11-08T13:34:53.846Z] Completing requests: 30%
[2025-11-08T13:34:56.593Z] Completing requests: 35%
[2025-11-08T13:35:00.174Z] Completing requests: 40%
[2025-11-08T13:35:02.984Z] Completing requests: 45%
[2025-11-08T13:35:05.779Z] Completing requests: 50%
[2025-11-08T13:35:08.559Z] Completing requests: 55%
[2025-11-08T13:35:11.346Z] Completing requests: 60%
[2025-11-08T13:35:14.050Z] Completing requests: 65%
[2025-11-08T13:35:16.859Z] Completing requests: 70%
[2025-11-08T13:35:19.642Z] Completing requests: 75%
[2025-11-08T13:35:22.340Z] Completing requests: 80%
[2025-11-08T13:35:25.050Z] Completing requests: 85%
[2025-11-08T13:35:27.794Z] Completing requests: 90%
[2025-11-08T13:35:31.358Z] Completing requests: 95%
[2025-11-08T13:35:31.358Z] Completed requests
[2025-11-08T13:35:31.358Z] Client threads complete ... unloading web application
[2025-11-08T13:35:31.358Z] ===== DaCapo 23.11-MR2-chopin-minimal tomcat PASSED in 61545 msec =====
[2025-11-08T13:35:31.358Z] ===== DaCapo processed 80000 requests in 61407 msec, 1302 requests per second =====
[2025-11-08T13:35:31.358Z] ===== DaCapo tail latency, simple: 50% 1220 usec, 90% 1454 usec, 99% 9285 usec, 99.9% 15787 usec, 99.99% 129976 usec, max 1061317 usec, measured over 80000 events =====
[2025-11-08T13:35:31.358Z] ===== DaCapo tail latency, metered 100ms smoothing: 50% 1351 usec, 90% 3971 usec, 99% 9920 usec, 99.9% 27443 usec, 99.99% 129976 usec, max 1061317 usec, measured over 80000 events =====
[2025-11-08T13:35:31.358Z] ===== DaCapo tail latency, metered full smoothing: 50% 2359707 usec, 90% 3631497 usec, 99% 3688997 usec, 99.9% 3703191 usec, 99.99% 3706358 usec, max 3708728 usec, measured over 80000 events =====
[2025-11-08T13:35:43.147Z] Server stopped ... iteration complete
[2025-11-08T13:35:43.147Z] -----------------------------------
[2025-11-08T13:35:43.147Z] dacapo-tomcat_0_PASSED
[2025-11-08T13:35:43.147Z] -----------------------------------
[2025-11-08T13:35:43.147Z]
[2025-11-08T13:35:43.147Z] TEST TEARDOWN:
[2025-11-08T13:35:43.147Z] Nothing to be done for teardown.
[2025-11-08T13:35:43.147Z] dacapo-tomcat_0 Finish Time: Sat Nov 8 13:35:41 2025 Epoch Time (ms): 1762608941689
[2025-11-08T13:35:43.147Z]
[2025-11-08T13:35:43.147Z] ===============================================
[2025-11-08T13:35:43.147Z] Running test dacapo-xalan_0 ...
[2025-11-08T13:35:43.147Z] ===============================================
[2025-11-08T13:35:43.147Z] dacapo-xalan_0 Start Time: Sat Nov 8 13:35:41 2025 Epoch Time (ms): 1762608941710
[2025-11-08T13:35:43.147Z] variation: NoOptions
[2025-11-08T13:35:43.147Z] JVM_OPTIONS:
[2025-11-08T13:35:43.147Z] { \
[2025-11-08T13:35:43.147Z] echo ""; echo "TEST SETUP:"; \
[2025-11-08T13:35:43.147Z] echo "Nothing to be done for setup."; \
[2025-11-08T13:35:43.147Z] mkdir -p "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/dacapo-xalan_0"; \
[2025-11-08T13:35:43.147Z] cd "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/dacapo-xalan_0"; \
[2025-11-08T13:35:43.147Z] echo ""; echo "TESTING:"; \
[2025-11-08T13:35:43.147Z] "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java" -jar "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../../jvmtest/perf/dacapo/dacapo.jar" xalan; \
[2025-11-08T13:35:43.147Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "dacapo-xalan_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/dacapo-xalan_0"; else echo "-----------------------------------"; echo "dacapo-xalan_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-08T13:35:43.147Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-08T13:35:43.147Z] echo "Nothing to be done for teardown."; \
[2025-11-08T13:35:43.147Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/TestTargetResult";
[2025-11-08T13:35:43.147Z]
[2025-11-08T13:35:43.147Z] TEST SETUP:
[2025-11-08T13:35:43.147Z] Nothing to be done for setup.
[2025-11-08T13:35:43.147Z]
[2025-11-08T13:35:43.147Z] TESTING:
[2025-11-08T13:35:43.147Z] Using scaled threading model. 2 processors detected, 2 threads used to drive the workload, in a possible range of [1,2048]
[2025-11-08T13:35:43.147Z] Version: xalan 2_7_2 (use -p to print nominal benchmark stats)
[2025-11-08T13:35:43.147Z] ===== DaCapo 23.11-MR2-chopin-minimal xalan starting =====
[2025-11-08T13:35:44.339Z] Processing: 5%
[2025-11-08T13:35:44.930Z] Processing: 10%
[2025-11-08T13:35:45.536Z] Processing: 15%
[2025-11-08T13:35:45.536Z] Processing: 20%
[2025-11-08T13:35:46.127Z] Processing: 25%
[2025-11-08T13:35:46.128Z] Processing: 30%
[2025-11-08T13:35:46.731Z] Processing: 35%
[2025-11-08T13:35:46.731Z] Processing: 40%
[2025-11-08T13:35:47.374Z] Processing: 45%
[2025-11-08T13:35:48.029Z] Processing: 50%
[2025-11-08T13:35:48.029Z] Processing: 55%
[2025-11-08T13:35:48.029Z] Processing: 60%
[2025-11-08T13:35:48.623Z] Processing: 65%
[2025-11-08T13:35:48.623Z] Processing: 70%
[2025-11-08T13:35:49.382Z] Processing: 75%
[2025-11-08T13:35:49.382Z] Processing: 80%
[2025-11-08T13:35:49.382Z] Processing: 85%
[2025-11-08T13:35:49.382Z] Processing: 90%
[2025-11-08T13:35:49.996Z] Processing: 95%
[2025-11-08T13:35:49.996Z] Normal completion.
[2025-11-08T13:35:49.996Z] ===== DaCapo 23.11-MR2-chopin-minimal xalan PASSED in 7305 msec =====
[2025-11-08T13:35:49.996Z] -----------------------------------
[2025-11-08T13:35:49.996Z] dacapo-xalan_0_PASSED
[2025-11-08T13:35:49.996Z] -----------------------------------
[2025-11-08T13:35:49.996Z]
[2025-11-08T13:35:49.996Z] TEST TEARDOWN:
[2025-11-08T13:35:49.996Z] Nothing to be done for teardown.
[2025-11-08T13:35:49.996Z] dacapo-xalan_0 Finish Time: Sat Nov 8 13:35:49 2025 Epoch Time (ms): 1762608949518
[2025-11-08T13:35:49.996Z] make[4]: Leaving directory '/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/dacapo'
[2025-11-08T13:35:49.996Z] make[4]: Entering directory '/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/renaissance'
[2025-11-08T13:35:49.996Z]
[2025-11-08T13:35:49.996Z] ===============================================
[2025-11-08T13:35:49.996Z] Running test renaissance-als_0 ...
[2025-11-08T13:35:49.996Z] ===============================================
[2025-11-08T13:35:49.996Z] renaissance-als_0 Start Time: Sat Nov 8 13:35:49 2025 Epoch Time (ms): 1762608949541
[2025-11-08T13:35:49.996Z] variation: NoOptions
[2025-11-08T13:35:49.996Z] JVM_OPTIONS:
[2025-11-08T13:35:49.996Z] { \
[2025-11-08T13:35:49.996Z] echo ""; echo "TEST SETUP:"; \
[2025-11-08T13:35:49.996Z] echo "Nothing to be done for setup."; \
[2025-11-08T13:35:49.996Z] mkdir -p "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-als_0"; \
[2025-11-08T13:35:49.996Z] cd "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-als_0"; \
[2025-11-08T13:35:49.996Z] echo ""; echo "TESTING:"; \
[2025-11-08T13:35:49.996Z] "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java" --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED -jar "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-als_0"/als.json" als; \
[2025-11-08T13:35:49.996Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-als_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-als_0"; else echo "-----------------------------------"; echo "renaissance-als_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-08T13:35:49.996Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-08T13:35:49.996Z] echo "Nothing to be done for teardown."; \
[2025-11-08T13:35:49.996Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/TestTargetResult";
[2025-11-08T13:35:49.996Z]
[2025-11-08T13:35:49.996Z] TEST SETUP:
[2025-11-08T13:35:49.996Z] Nothing to be done for setup.
[2025-11-08T13:35:49.996Z]
[2025-11-08T13:35:49.996Z] TESTING:
[2025-11-08T13:35:49.996Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
[2025-11-08T13:35:49.996Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/output_17626087776658/renaissance-als_0/launcher-133549-8901753047226625763/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar)
[2025-11-08T13:35:49.996Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
[2025-11-08T13:35:49.996Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
[2025-11-08T13:35:53.608Z] NOTE: 'als' benchmark uses Spark local executor with 2 (out of 2) threads.
[2025-11-08T13:35:56.401Z] ====== als (apache-spark) [default], iteration 0 started ======
[2025-11-08T13:35:56.401Z] GC before operation: completed in 34.161 ms, heap usage 55.516 MB -> 35.010 MB.
[2025-11-08T13:36:19.672Z] ====== als (apache-spark) [default], iteration 0 completed (19724.191 ms) ======
[2025-11-08T13:36:19.672Z] ====== als (apache-spark) [default], iteration 1 started ======
[2025-11-08T13:36:19.672Z] GC before operation: completed in 109.774 ms, heap usage 269.132 MB -> 61.526 MB.
[2025-11-08T13:36:30.124Z] ====== als (apache-spark) [default], iteration 1 completed (12234.270 ms) ======
[2025-11-08T13:36:30.124Z] ====== als (apache-spark) [default], iteration 2 started ======
[2025-11-08T13:36:30.124Z] GC before operation: completed in 104.177 ms, heap usage 439.615 MB -> 62.790 MB.
[2025-11-08T13:36:41.993Z] ====== als (apache-spark) [default], iteration 2 completed (11031.267 ms) ======
[2025-11-08T13:36:41.993Z] ====== als (apache-spark) [default], iteration 3 started ======
[2025-11-08T13:36:41.993Z] GC before operation: completed in 117.154 ms, heap usage 256.619 MB -> 63.056 MB.
[2025-11-08T13:36:52.019Z] ====== als (apache-spark) [default], iteration 3 completed (10790.886 ms) ======
[2025-11-08T13:36:52.019Z] ====== als (apache-spark) [default], iteration 4 started ======
[2025-11-08T13:36:52.019Z] GC before operation: completed in 74.836 ms, heap usage 254.467 MB -> 63.582 MB.
[2025-11-08T13:37:03.864Z] ====== als (apache-spark) [default], iteration 4 completed (10135.416 ms) ======
[2025-11-08T13:37:03.865Z] ====== als (apache-spark) [default], iteration 5 started ======
[2025-11-08T13:37:03.865Z] GC before operation: completed in 105.766 ms, heap usage 234.202 MB -> 64.174 MB.
[2025-11-08T13:37:13.785Z] ====== als (apache-spark) [default], iteration 5 completed (10834.078 ms) ======
[2025-11-08T13:37:13.785Z] ====== als (apache-spark) [default], iteration 6 started ======
[2025-11-08T13:37:13.785Z] GC before operation: completed in 116.438 ms, heap usage 334.766 MB -> 64.795 MB.
[2025-11-08T13:37:24.170Z] ====== als (apache-spark) [default], iteration 6 completed (10427.129 ms) ======
[2025-11-08T13:37:24.170Z] ====== als (apache-spark) [default], iteration 7 started ======
[2025-11-08T13:37:24.170Z] GC before operation: completed in 82.153 ms, heap usage 318.791 MB -> 65.380 MB.
[2025-11-08T13:37:36.032Z] ====== als (apache-spark) [default], iteration 7 completed (10385.108 ms) ======
[2025-11-08T13:37:36.032Z] ====== als (apache-spark) [default], iteration 8 started ======
[2025-11-08T13:37:36.032Z] GC before operation: completed in 117.323 ms, heap usage 114.404 MB -> 65.691 MB.
[2025-11-08T13:37:45.993Z] ====== als (apache-spark) [default], iteration 8 completed (10608.732 ms) ======
[2025-11-08T13:37:45.993Z] ====== als (apache-spark) [default], iteration 9 started ======
[2025-11-08T13:37:45.993Z] GC before operation: completed in 171.861 ms, heap usage 150.880 MB -> 66.256 MB.
[2025-11-08T13:37:56.293Z] ====== als (apache-spark) [default], iteration 9 completed (9638.662 ms) ======
[2025-11-08T13:37:56.293Z] ====== als (apache-spark) [default], iteration 10 started ======
[2025-11-08T13:37:56.293Z] GC before operation: completed in 150.065 ms, heap usage 246.893 MB -> 66.637 MB.
[2025-11-08T13:38:06.337Z] ====== als (apache-spark) [default], iteration 10 completed (10221.208 ms) ======
[2025-11-08T13:38:06.337Z] ====== als (apache-spark) [default], iteration 11 started ======
[2025-11-08T13:38:06.932Z] GC before operation: completed in 112.970 ms, heap usage 94.270 MB -> 66.844 MB.
[2025-11-08T13:38:16.893Z] ====== als (apache-spark) [default], iteration 11 completed (9466.843 ms) ======
[2025-11-08T13:38:16.893Z] ====== als (apache-spark) [default], iteration 12 started ======
[2025-11-08T13:38:16.893Z] GC before operation: completed in 102.077 ms, heap usage 179.703 MB -> 66.923 MB.
[2025-11-08T13:38:26.996Z] ====== als (apache-spark) [default], iteration 12 completed (10132.847 ms) ======
[2025-11-08T13:38:26.996Z] ====== als (apache-spark) [default], iteration 13 started ======
[2025-11-08T13:38:26.996Z] GC before operation: completed in 91.031 ms, heap usage 465.536 MB -> 67.770 MB.
[2025-11-08T13:38:36.912Z] ====== als (apache-spark) [default], iteration 13 completed (9401.639 ms) ======
[2025-11-08T13:38:36.912Z] ====== als (apache-spark) [default], iteration 14 started ======
[2025-11-08T13:38:36.912Z] GC before operation: completed in 109.915 ms, heap usage 172.876 MB -> 67.502 MB.
[2025-11-08T13:38:48.904Z] ====== als (apache-spark) [default], iteration 14 completed (11272.131 ms) ======
[2025-11-08T13:38:48.904Z] ====== als (apache-spark) [default], iteration 15 started ======
[2025-11-08T13:38:48.904Z] GC before operation: completed in 112.669 ms, heap usage 380.026 MB -> 67.932 MB.
[2025-11-08T13:38:58.949Z] ====== als (apache-spark) [default], iteration 15 completed (9911.962 ms) ======
[2025-11-08T13:38:58.949Z] ====== als (apache-spark) [default], iteration 16 started ======
[2025-11-08T13:38:58.949Z] GC before operation: completed in 87.136 ms, heap usage 526.340 MB -> 68.537 MB.
[2025-11-08T13:39:08.855Z] ====== als (apache-spark) [default], iteration 16 completed (9900.345 ms) ======
[2025-11-08T13:39:08.855Z] ====== als (apache-spark) [default], iteration 17 started ======
[2025-11-08T13:39:08.855Z] GC before operation: completed in 125.700 ms, heap usage 465.269 MB -> 68.669 MB.
[2025-11-08T13:39:18.876Z] ====== als (apache-spark) [default], iteration 17 completed (9689.091 ms) ======
[2025-11-08T13:39:18.876Z] ====== als (apache-spark) [default], iteration 18 started ======
[2025-11-08T13:39:18.876Z] GC before operation: completed in 135.285 ms, heap usage 487.469 MB -> 68.964 MB.
[2025-11-08T13:39:28.758Z] ====== als (apache-spark) [default], iteration 18 completed (10084.415 ms) ======
[2025-11-08T13:39:28.758Z] ====== als (apache-spark) [default], iteration 19 started ======
[2025-11-08T13:39:28.758Z] GC before operation: completed in 103.428 ms, heap usage 110.050 MB -> 68.748 MB.
[2025-11-08T13:39:40.543Z] ====== als (apache-spark) [default], iteration 19 completed (10250.237 ms) ======
[2025-11-08T13:39:40.543Z] ====== als (apache-spark) [default], iteration 20 started ======
[2025-11-08T13:39:40.543Z] GC before operation: completed in 119.986 ms, heap usage 213.893 MB -> 69.014 MB.
[2025-11-08T13:39:49.200Z] ====== als (apache-spark) [default], iteration 20 completed (9938.500 ms) ======
[2025-11-08T13:39:49.200Z] ====== als (apache-spark) [default], iteration 21 started ======
[2025-11-08T13:39:49.788Z] GC before operation: completed in 105.792 ms, heap usage 192.089 MB -> 69.299 MB.
[2025-11-08T13:39:59.780Z] ====== als (apache-spark) [default], iteration 21 completed (9677.026 ms) ======
[2025-11-08T13:39:59.780Z] ====== als (apache-spark) [default], iteration 22 started ======
[2025-11-08T13:39:59.780Z] GC before operation: completed in 95.418 ms, heap usage 332.692 MB -> 69.819 MB.
[2025-11-08T13:40:09.826Z] ====== als (apache-spark) [default], iteration 22 completed (10179.365 ms) ======
[2025-11-08T13:40:09.826Z] ====== als (apache-spark) [default], iteration 23 started ======
[2025-11-08T13:40:09.826Z] GC before operation: completed in 84.804 ms, heap usage 187.401 MB -> 69.921 MB.
[2025-11-08T13:40:19.732Z] ====== als (apache-spark) [default], iteration 23 completed (9002.499 ms) ======
[2025-11-08T13:40:19.732Z] ====== als (apache-spark) [default], iteration 24 started ======
[2025-11-08T13:40:19.732Z] GC before operation: completed in 124.520 ms, heap usage 300.679 MB -> 70.317 MB.
[2025-11-08T13:40:29.684Z] ====== als (apache-spark) [default], iteration 24 completed (9343.442 ms) ======
[2025-11-08T13:40:29.684Z] ====== als (apache-spark) [default], iteration 25 started ======
[2025-11-08T13:40:29.684Z] GC before operation: completed in 84.175 ms, heap usage 455.376 MB -> 70.765 MB.
[2025-11-08T13:40:38.072Z] ====== als (apache-spark) [default], iteration 25 completed (9434.645 ms) ======
[2025-11-08T13:40:38.072Z] ====== als (apache-spark) [default], iteration 26 started ======
[2025-11-08T13:40:38.665Z] GC before operation: completed in 86.125 ms, heap usage 120.304 MB -> 70.635 MB.
[2025-11-08T13:40:48.587Z] ====== als (apache-spark) [default], iteration 26 completed (9890.050 ms) ======
[2025-11-08T13:40:48.587Z] ====== als (apache-spark) [default], iteration 27 started ======
[2025-11-08T13:40:48.587Z] GC before operation: completed in 81.889 ms, heap usage 209.321 MB -> 71.064 MB.
[2025-11-08T13:40:58.488Z] ====== als (apache-spark) [default], iteration 27 completed (8733.107 ms) ======
[2025-11-08T13:40:58.488Z] ====== als (apache-spark) [default], iteration 28 started ======
[2025-11-08T13:40:58.488Z] GC before operation: completed in 79.432 ms, heap usage 206.987 MB -> 71.294 MB.
[2025-11-08T13:41:06.842Z] ====== als (apache-spark) [default], iteration 28 completed (8773.557 ms) ======
[2025-11-08T13:41:06.842Z] ====== als (apache-spark) [default], iteration 29 started ======
[2025-11-08T13:41:06.842Z] GC before operation: completed in 85.320 ms, heap usage 210.083 MB -> 71.483 MB.
[2025-11-08T13:41:16.722Z] ====== als (apache-spark) [default], iteration 29 completed (8798.309 ms) ======
[2025-11-08T13:41:16.722Z] -----------------------------------
[2025-11-08T13:41:16.722Z] renaissance-als_0_PASSED
[2025-11-08T13:41:16.722Z] -----------------------------------
[2025-11-08T13:41:16.722Z]
[2025-11-08T13:41:16.722Z] TEST TEARDOWN:
[2025-11-08T13:41:16.722Z] Nothing to be done for teardown.
[2025-11-08T13:41:16.722Z] renaissance-als_0 Finish Time: Sat Nov 8 13:41:15 2025 Epoch Time (ms): 1762609275471
[2025-11-08T13:41:16.722Z]
[2025-11-08T13:41:16.722Z] ===============================================
[2025-11-08T13:41:16.722Z] Running test renaissance-chi-square_0 ...
[2025-11-08T13:41:16.722Z] ===============================================
[2025-11-08T13:41:16.722Z] renaissance-chi-square_0 Start Time: Sat Nov 8 13:41:15 2025 Epoch Time (ms): 1762609275488
[2025-11-08T13:41:16.722Z] variation: NoOptions
[2025-11-08T13:41:16.722Z] JVM_OPTIONS:
[2025-11-08T13:41:16.722Z] { \
[2025-11-08T13:41:16.722Z] echo ""; echo "TEST SETUP:"; \
[2025-11-08T13:41:16.722Z] echo "Nothing to be done for setup."; \
[2025-11-08T13:41:16.722Z] mkdir -p "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-chi-square_0"; \
[2025-11-08T13:41:16.722Z] cd "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-chi-square_0"; \
[2025-11-08T13:41:16.722Z] echo ""; echo "TESTING:"; \
[2025-11-08T13:41:16.722Z] "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java" --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED -jar "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-chi-square_0"/chi-square.json" chi-square; \
[2025-11-08T13:41:16.722Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-chi-square_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-chi-square_0"; else echo "-----------------------------------"; echo "renaissance-chi-square_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-08T13:41:16.722Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-08T13:41:16.722Z] echo "Nothing to be done for teardown."; \
[2025-11-08T13:41:16.722Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/TestTargetResult";
[2025-11-08T13:41:16.722Z]
[2025-11-08T13:41:16.722Z] TEST SETUP:
[2025-11-08T13:41:16.722Z] Nothing to be done for setup.
[2025-11-08T13:41:16.722Z]
[2025-11-08T13:41:16.722Z] TESTING:
[2025-11-08T13:41:16.722Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
[2025-11-08T13:41:16.722Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/output_17626087776658/renaissance-chi-square_0/launcher-134115-14415128805264448865/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar)
[2025-11-08T13:41:16.722Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
[2025-11-08T13:41:16.722Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
[2025-11-08T13:41:19.438Z] NOTE: 'chi-square' benchmark uses Spark local executor with 2 (out of 2) threads.
[2025-11-08T13:41:21.460Z] ====== chi-square (apache-spark) [default], iteration 0 started ======
[2025-11-08T13:41:21.460Z] GC before operation: completed in 37.137 ms, heap usage 185.000 MB -> 28.715 MB.
[2025-11-08T13:41:26.362Z] ====== chi-square (apache-spark) [default], iteration 0 completed (4690.811 ms) ======
[2025-11-08T13:41:26.362Z] ====== chi-square (apache-spark) [default], iteration 1 started ======
[2025-11-08T13:41:26.362Z] GC before operation: completed in 220.261 ms, heap usage 241.876 MB -> 175.301 MB.
[2025-11-08T13:41:28.301Z] ====== chi-square (apache-spark) [default], iteration 1 completed (1940.115 ms) ======
[2025-11-08T13:41:28.301Z] ====== chi-square (apache-spark) [default], iteration 2 started ======
[2025-11-08T13:41:28.301Z] GC before operation: completed in 248.941 ms, heap usage 365.590 MB -> 175.384 MB.
[2025-11-08T13:41:30.257Z] ====== chi-square (apache-spark) [default], iteration 2 completed (1590.480 ms) ======
[2025-11-08T13:41:30.257Z] ====== chi-square (apache-spark) [default], iteration 3 started ======
[2025-11-08T13:41:30.257Z] GC before operation: completed in 181.718 ms, heap usage 217.594 MB -> 175.431 MB.
[2025-11-08T13:41:31.487Z] ====== chi-square (apache-spark) [default], iteration 3 completed (1301.987 ms) ======
[2025-11-08T13:41:31.487Z] ====== chi-square (apache-spark) [default], iteration 4 started ======
[2025-11-08T13:41:32.096Z] GC before operation: completed in 215.180 ms, heap usage 189.628 MB -> 175.481 MB.
[2025-11-08T13:41:33.365Z] ====== chi-square (apache-spark) [default], iteration 4 completed (1360.606 ms) ======
[2025-11-08T13:41:33.365Z] ====== chi-square (apache-spark) [default], iteration 5 started ======
[2025-11-08T13:41:33.365Z] GC before operation: completed in 343.132 ms, heap usage 342.491 MB -> 175.523 MB.
[2025-11-08T13:41:35.333Z] ====== chi-square (apache-spark) [default], iteration 5 completed (1678.070 ms) ======
[2025-11-08T13:41:35.333Z] ====== chi-square (apache-spark) [default], iteration 6 started ======
[2025-11-08T13:41:35.333Z] GC before operation: completed in 296.853 ms, heap usage 288.767 MB -> 175.572 MB.
[2025-11-08T13:41:37.387Z] ====== chi-square (apache-spark) [default], iteration 6 completed (1515.340 ms) ======
[2025-11-08T13:41:37.387Z] ====== chi-square (apache-spark) [default], iteration 7 started ======
[2025-11-08T13:41:37.387Z] GC before operation: completed in 267.391 ms, heap usage 352.694 MB -> 175.620 MB.
[2025-11-08T13:41:39.358Z] ====== chi-square (apache-spark) [default], iteration 7 completed (1678.341 ms) ======
[2025-11-08T13:41:39.358Z] ====== chi-square (apache-spark) [default], iteration 8 started ======
[2025-11-08T13:41:39.358Z] GC before operation: completed in 259.705 ms, heap usage 339.787 MB -> 175.735 MB.
[2025-11-08T13:41:40.612Z] ====== chi-square (apache-spark) [default], iteration 8 completed (1519.091 ms) ======
[2025-11-08T13:41:40.612Z] ====== chi-square (apache-spark) [default], iteration 9 started ======
[2025-11-08T13:41:41.201Z] GC before operation: completed in 278.161 ms, heap usage 283.371 MB -> 175.808 MB.
[2025-11-08T13:41:42.451Z] ====== chi-square (apache-spark) [default], iteration 9 completed (1606.753 ms) ======
[2025-11-08T13:41:42.451Z] ====== chi-square (apache-spark) [default], iteration 10 started ======
[2025-11-08T13:41:43.041Z] GC before operation: completed in 242.624 ms, heap usage 189.174 MB -> 175.846 MB.
[2025-11-08T13:41:44.273Z] ====== chi-square (apache-spark) [default], iteration 10 completed (1280.428 ms) ======
[2025-11-08T13:41:44.273Z] ====== chi-square (apache-spark) [default], iteration 11 started ======
[2025-11-08T13:41:44.273Z] GC before operation: completed in 209.081 ms, heap usage 288.376 MB -> 175.884 MB.
[2025-11-08T13:41:46.216Z] ====== chi-square (apache-spark) [default], iteration 11 completed (1452.701 ms) ======
[2025-11-08T13:41:46.216Z] ====== chi-square (apache-spark) [default], iteration 12 started ======
[2025-11-08T13:41:46.216Z] GC before operation: completed in 232.891 ms, heap usage 340.918 MB -> 175.920 MB.
[2025-11-08T13:41:47.451Z] ====== chi-square (apache-spark) [default], iteration 12 completed (1332.032 ms) ======
[2025-11-08T13:41:47.451Z] ====== chi-square (apache-spark) [default], iteration 13 started ======
[2025-11-08T13:41:47.451Z] GC before operation: completed in 187.963 ms, heap usage 411.348 MB -> 175.959 MB.
[2025-11-08T13:41:48.722Z] ====== chi-square (apache-spark) [default], iteration 13 completed (1377.186 ms) ======
[2025-11-08T13:41:48.722Z] ====== chi-square (apache-spark) [default], iteration 14 started ======
[2025-11-08T13:41:49.314Z] GC before operation: completed in 224.384 ms, heap usage 183.018 MB -> 175.976 MB.
[2025-11-08T13:41:49.954Z] ====== chi-square (apache-spark) [default], iteration 14 completed (890.062 ms) ======
[2025-11-08T13:41:49.954Z] ====== chi-square (apache-spark) [default], iteration 15 started ======
[2025-11-08T13:41:50.576Z] GC before operation: completed in 226.419 ms, heap usage 409.975 MB -> 176.019 MB.
[2025-11-08T13:41:51.820Z] ====== chi-square (apache-spark) [default], iteration 15 completed (1803.268 ms) ======
[2025-11-08T13:41:51.820Z] ====== chi-square (apache-spark) [default], iteration 16 started ======
[2025-11-08T13:41:52.419Z] GC before operation: completed in 300.959 ms, heap usage 335.908 MB -> 176.052 MB.
[2025-11-08T13:41:53.661Z] ====== chi-square (apache-spark) [default], iteration 16 completed (1122.789 ms) ======
[2025-11-08T13:41:53.661Z] ====== chi-square (apache-spark) [default], iteration 17 started ======
[2025-11-08T13:41:53.661Z] GC before operation: completed in 250.031 ms, heap usage 639.968 MB -> 176.101 MB.
[2025-11-08T13:41:55.590Z] ====== chi-square (apache-spark) [default], iteration 17 completed (1483.465 ms) ======
[2025-11-08T13:41:55.590Z] ====== chi-square (apache-spark) [default], iteration 18 started ======
[2025-11-08T13:41:55.590Z] GC before operation: completed in 214.848 ms, heap usage 227.516 MB -> 176.131 MB.
[2025-11-08T13:41:56.830Z] ====== chi-square (apache-spark) [default], iteration 18 completed (1241.667 ms) ======
[2025-11-08T13:41:56.831Z] ====== chi-square (apache-spark) [default], iteration 19 started ======
[2025-11-08T13:41:56.831Z] GC before operation: completed in 251.011 ms, heap usage 324.460 MB -> 176.163 MB.
[2025-11-08T13:41:58.064Z] ====== chi-square (apache-spark) [default], iteration 19 completed (1189.224 ms) ======
[2025-11-08T13:41:58.064Z] ====== chi-square (apache-spark) [default], iteration 20 started ======
[2025-11-08T13:41:58.676Z] GC before operation: completed in 254.696 ms, heap usage 290.638 MB -> 176.195 MB.
[2025-11-08T13:41:59.908Z] ====== chi-square (apache-spark) [default], iteration 20 completed (1532.234 ms) ======
[2025-11-08T13:41:59.908Z] ====== chi-square (apache-spark) [default], iteration 21 started ======
[2025-11-08T13:41:59.908Z] GC before operation: completed in 225.016 ms, heap usage 227.151 MB -> 176.226 MB.
[2025-11-08T13:42:01.837Z] ====== chi-square (apache-spark) [default], iteration 21 completed (1306.977 ms) ======
[2025-11-08T13:42:01.837Z] ====== chi-square (apache-spark) [default], iteration 22 started ======
[2025-11-08T13:42:01.837Z] GC before operation: completed in 212.237 ms, heap usage 243.688 MB -> 176.258 MB.
[2025-11-08T13:42:02.791Z] ====== chi-square (apache-spark) [default], iteration 22 completed (1238.359 ms) ======
[2025-11-08T13:42:02.791Z] ====== chi-square (apache-spark) [default], iteration 23 started ======
[2025-11-08T13:42:03.385Z] GC before operation: completed in 276.524 ms, heap usage 324.240 MB -> 176.313 MB.
[2025-11-08T13:42:04.346Z] ====== chi-square (apache-spark) [default], iteration 23 completed (996.057 ms) ======
[2025-11-08T13:42:04.346Z] ====== chi-square (apache-spark) [default], iteration 24 started ======
[2025-11-08T13:42:04.346Z] GC before operation: completed in 410.552 ms, heap usage 291.830 MB -> 176.329 MB.
[2025-11-08T13:42:06.358Z] ====== chi-square (apache-spark) [default], iteration 24 completed (1688.440 ms) ======
[2025-11-08T13:42:06.358Z] ====== chi-square (apache-spark) [default], iteration 25 started ======
[2025-11-08T13:42:07.002Z] GC before operation: completed in 390.883 ms, heap usage 253.806 MB -> 176.358 MB.
[2025-11-08T13:42:08.232Z] ====== chi-square (apache-spark) [default], iteration 25 completed (1365.932 ms) ======
[2025-11-08T13:42:08.232Z] ====== chi-square (apache-spark) [default], iteration 26 started ======
[2025-11-08T13:42:08.232Z] GC before operation: completed in 343.507 ms, heap usage 329.404 MB -> 176.961 MB.
[2025-11-08T13:42:09.465Z] ====== chi-square (apache-spark) [default], iteration 26 completed (1133.654 ms) ======
[2025-11-08T13:42:09.465Z] ====== chi-square (apache-spark) [default], iteration 27 started ======
[2025-11-08T13:42:10.087Z] GC before operation: completed in 295.920 ms, heap usage 295.565 MB -> 176.434 MB.
[2025-11-08T13:42:11.322Z] ====== chi-square (apache-spark) [default], iteration 27 completed (1642.774 ms) ======
[2025-11-08T13:42:11.322Z] ====== chi-square (apache-spark) [default], iteration 28 started ======
[2025-11-08T13:42:11.912Z] GC before operation: completed in 289.239 ms, heap usage 325.440 MB -> 176.469 MB.
[2025-11-08T13:42:13.144Z] ====== chi-square (apache-spark) [default], iteration 28 completed (1138.199 ms) ======
[2025-11-08T13:42:13.144Z] ====== chi-square (apache-spark) [default], iteration 29 started ======
[2025-11-08T13:42:13.144Z] GC before operation: completed in 368.516 ms, heap usage 290.991 MB -> 176.503 MB.
[2025-11-08T13:42:15.091Z] ====== chi-square (apache-spark) [default], iteration 29 completed (1675.802 ms) ======
[2025-11-08T13:42:15.091Z] ====== chi-square (apache-spark) [default], iteration 30 started ======
[2025-11-08T13:42:15.091Z] GC before operation: completed in 307.225 ms, heap usage 326.547 MB -> 176.534 MB.
[2025-11-08T13:42:16.416Z] ====== chi-square (apache-spark) [default], iteration 30 completed (1096.586 ms) ======
[2025-11-08T13:42:16.416Z] ====== chi-square (apache-spark) [default], iteration 31 started ======
[2025-11-08T13:42:16.416Z] GC before operation: completed in 324.346 ms, heap usage 293.628 MB -> 176.565 MB.
[2025-11-08T13:42:18.347Z] ====== chi-square (apache-spark) [default], iteration 31 completed (1730.522 ms) ======
[2025-11-08T13:42:18.347Z] ====== chi-square (apache-spark) [default], iteration 32 started ======
[2025-11-08T13:42:18.946Z] GC before operation: completed in 256.403 ms, heap usage 322.932 MB -> 176.603 MB.
[2025-11-08T13:42:20.174Z] ====== chi-square (apache-spark) [default], iteration 32 completed (1184.447 ms) ======
[2025-11-08T13:42:20.174Z] ====== chi-square (apache-spark) [default], iteration 33 started ======
[2025-11-08T13:42:20.174Z] GC before operation: completed in 236.130 ms, heap usage 253.114 MB -> 176.654 MB.
[2025-11-08T13:42:21.403Z] ====== chi-square (apache-spark) [default], iteration 33 completed (1236.219 ms) ======
[2025-11-08T13:42:21.403Z] ====== chi-square (apache-spark) [default], iteration 34 started ======
[2025-11-08T13:42:21.403Z] GC before operation: completed in 241.520 ms, heap usage 327.092 MB -> 176.669 MB.
[2025-11-08T13:42:22.636Z] ====== chi-square (apache-spark) [default], iteration 34 completed (960.615 ms) ======
[2025-11-08T13:42:22.636Z] ====== chi-square (apache-spark) [default], iteration 35 started ======
[2025-11-08T13:42:22.636Z] GC before operation: completed in 211.223 ms, heap usage 230.177 MB -> 176.696 MB.
[2025-11-08T13:42:23.863Z] ====== chi-square (apache-spark) [default], iteration 35 completed (1247.320 ms) ======
[2025-11-08T13:42:23.863Z] ====== chi-square (apache-spark) [default], iteration 36 started ======
[2025-11-08T13:42:23.864Z] GC before operation: completed in 176.033 ms, heap usage 325.737 MB -> 176.726 MB.
[2025-11-08T13:42:25.115Z] ====== chi-square (apache-spark) [default], iteration 36 completed (1059.326 ms) ======
[2025-11-08T13:42:25.115Z] ====== chi-square (apache-spark) [default], iteration 37 started ======
[2025-11-08T13:42:25.706Z] GC before operation: completed in 232.262 ms, heap usage 257.151 MB -> 176.761 MB.
[2025-11-08T13:42:26.957Z] ====== chi-square (apache-spark) [default], iteration 37 completed (1355.940 ms) ======
[2025-11-08T13:42:26.957Z] ====== chi-square (apache-spark) [default], iteration 38 started ======
[2025-11-08T13:42:26.957Z] GC before operation: completed in 198.171 ms, heap usage 322.683 MB -> 176.788 MB.
[2025-11-08T13:42:28.187Z] ====== chi-square (apache-spark) [default], iteration 38 completed (860.952 ms) ======
[2025-11-08T13:42:28.187Z] ====== chi-square (apache-spark) [default], iteration 39 started ======
[2025-11-08T13:42:28.187Z] GC before operation: completed in 172.494 ms, heap usage 248.215 MB -> 176.891 MB.
[2025-11-08T13:42:29.424Z] ====== chi-square (apache-spark) [default], iteration 39 completed (1093.150 ms) ======
[2025-11-08T13:42:29.424Z] ====== chi-square (apache-spark) [default], iteration 40 started ======
[2025-11-08T13:42:29.424Z] GC before operation: completed in 188.271 ms, heap usage 323.795 MB -> 176.802 MB.
[2025-11-08T13:42:30.052Z] ====== chi-square (apache-spark) [default], iteration 40 completed (914.306 ms) ======
[2025-11-08T13:42:30.052Z] ====== chi-square (apache-spark) [default], iteration 41 started ======
[2025-11-08T13:42:30.654Z] GC before operation: completed in 187.940 ms, heap usage 242.409 MB -> 176.823 MB.
[2025-11-08T13:42:31.892Z] ====== chi-square (apache-spark) [default], iteration 41 completed (1252.717 ms) ======
[2025-11-08T13:42:31.893Z] ====== chi-square (apache-spark) [default], iteration 42 started ======
[2025-11-08T13:42:31.893Z] GC before operation: completed in 190.979 ms, heap usage 335.860 MB -> 176.889 MB.
[2025-11-08T13:42:32.480Z] ====== chi-square (apache-spark) [default], iteration 42 completed (814.593 ms) ======
[2025-11-08T13:42:32.480Z] ====== chi-square (apache-spark) [default], iteration 43 started ======
[2025-11-08T13:42:33.106Z] GC before operation: completed in 218.146 ms, heap usage 298.986 MB -> 176.856 MB.
[2025-11-08T13:42:34.341Z] ====== chi-square (apache-spark) [default], iteration 43 completed (1338.545 ms) ======
[2025-11-08T13:42:34.342Z] ====== chi-square (apache-spark) [default], iteration 44 started ======
[2025-11-08T13:42:34.342Z] GC before operation: completed in 254.179 ms, heap usage 323.857 MB -> 176.849 MB.
[2025-11-08T13:42:35.955Z] ====== chi-square (apache-spark) [default], iteration 44 completed (1035.935 ms) ======
[2025-11-08T13:42:35.955Z] ====== chi-square (apache-spark) [default], iteration 45 started ======
[2025-11-08T13:42:35.955Z] GC before operation: completed in 250.097 ms, heap usage 230.355 MB -> 176.876 MB.
[2025-11-08T13:42:37.191Z] ====== chi-square (apache-spark) [default], iteration 45 completed (1260.835 ms) ======
[2025-11-08T13:42:37.191Z] ====== chi-square (apache-spark) [default], iteration 46 started ======
[2025-11-08T13:42:37.191Z] GC before operation: completed in 217.693 ms, heap usage 324.901 MB -> 176.903 MB.
[2025-11-08T13:42:38.437Z] ====== chi-square (apache-spark) [default], iteration 46 completed (964.094 ms) ======
[2025-11-08T13:42:38.437Z] ====== chi-square (apache-spark) [default], iteration 47 started ======
[2025-11-08T13:42:38.437Z] GC before operation: completed in 257.002 ms, heap usage 291.941 MB -> 176.931 MB.
[2025-11-08T13:42:39.694Z] ====== chi-square (apache-spark) [default], iteration 47 completed (1324.227 ms) ======
[2025-11-08T13:42:39.694Z] ====== chi-square (apache-spark) [default], iteration 48 started ======
[2025-11-08T13:42:40.300Z] GC before operation: completed in 249.286 ms, heap usage 324.341 MB -> 176.951 MB.
[2025-11-08T13:42:40.897Z] ====== chi-square (apache-spark) [default], iteration 48 completed (772.403 ms) ======
[2025-11-08T13:42:40.897Z] ====== chi-square (apache-spark) [default], iteration 49 started ======
[2025-11-08T13:42:40.897Z] GC before operation: completed in 190.638 ms, heap usage 233.474 MB -> 176.975 MB.
[2025-11-08T13:42:42.535Z] ====== chi-square (apache-spark) [default], iteration 49 completed (1105.417 ms) ======
[2025-11-08T13:42:42.535Z] ====== chi-square (apache-spark) [default], iteration 50 started ======
[2025-11-08T13:42:42.535Z] GC before operation: completed in 180.300 ms, heap usage 322.998 MB -> 176.997 MB.
[2025-11-08T13:42:43.220Z] ====== chi-square (apache-spark) [default], iteration 50 completed (859.846 ms) ======
[2025-11-08T13:42:43.220Z] ====== chi-square (apache-spark) [default], iteration 51 started ======
[2025-11-08T13:42:43.220Z] GC before operation: completed in 206.222 ms, heap usage 292.588 MB -> 177.022 MB.
[2025-11-08T13:42:44.468Z] ====== chi-square (apache-spark) [default], iteration 51 completed (1056.561 ms) ======
[2025-11-08T13:42:44.468Z] ====== chi-square (apache-spark) [default], iteration 52 started ======
[2025-11-08T13:42:44.468Z] GC before operation: completed in 193.853 ms, heap usage 325.588 MB -> 176.995 MB.
[2025-11-08T13:42:45.712Z] ====== chi-square (apache-spark) [default], iteration 52 completed (789.072 ms) ======
[2025-11-08T13:42:45.712Z] ====== chi-square (apache-spark) [default], iteration 53 started ======
[2025-11-08T13:42:45.712Z] GC before operation: completed in 181.299 ms, heap usage 294.024 MB -> 177.016 MB.
[2025-11-08T13:42:46.944Z] ====== chi-square (apache-spark) [default], iteration 53 completed (1040.159 ms) ======
[2025-11-08T13:42:46.944Z] ====== chi-square (apache-spark) [default], iteration 54 started ======
[2025-11-08T13:42:46.944Z] GC before operation: completed in 186.134 ms, heap usage 325.026 MB -> 177.040 MB.
[2025-11-08T13:42:47.536Z] ====== chi-square (apache-spark) [default], iteration 54 completed (939.614 ms) ======
[2025-11-08T13:42:47.536Z] ====== chi-square (apache-spark) [default], iteration 55 started ======
[2025-11-08T13:42:48.126Z] GC before operation: completed in 201.831 ms, heap usage 292.576 MB -> 177.064 MB.
[2025-11-08T13:42:49.356Z] ====== chi-square (apache-spark) [default], iteration 55 completed (1099.408 ms) ======
[2025-11-08T13:42:49.356Z] ====== chi-square (apache-spark) [default], iteration 56 started ======
[2025-11-08T13:42:49.356Z] GC before operation: completed in 201.146 ms, heap usage 324.538 MB -> 177.085 MB.
[2025-11-08T13:42:49.946Z] ====== chi-square (apache-spark) [default], iteration 56 completed (886.910 ms) ======
[2025-11-08T13:42:49.946Z] ====== chi-square (apache-spark) [default], iteration 57 started ======
[2025-11-08T13:42:50.534Z] GC before operation: completed in 200.503 ms, heap usage 292.696 MB -> 177.100 MB.
[2025-11-08T13:42:51.156Z] ====== chi-square (apache-spark) [default], iteration 57 completed (1095.100 ms) ======
[2025-11-08T13:42:51.156Z] ====== chi-square (apache-spark) [default], iteration 58 started ======
[2025-11-08T13:42:52.119Z] GC before operation: completed in 238.366 ms, heap usage 325.080 MB -> 177.121 MB.
[2025-11-08T13:42:52.796Z] ====== chi-square (apache-spark) [default], iteration 58 completed (784.227 ms) ======
[2025-11-08T13:42:52.796Z] ====== chi-square (apache-spark) [default], iteration 59 started ======
[2025-11-08T13:42:52.796Z] GC before operation: completed in 210.923 ms, heap usage 291.719 MB -> 177.146 MB.
[2025-11-08T13:42:54.110Z] ====== chi-square (apache-spark) [default], iteration 59 completed (1331.051 ms) ======
[2025-11-08T13:42:54.110Z] -----------------------------------
[2025-11-08T13:42:54.110Z] renaissance-chi-square_0_PASSED
[2025-11-08T13:42:54.110Z] -----------------------------------
[2025-11-08T13:42:54.110Z]
[2025-11-08T13:42:54.110Z] TEST TEARDOWN:
[2025-11-08T13:42:54.110Z] Nothing to be done for teardown.
[2025-11-08T13:42:54.110Z] renaissance-chi-square_0 Finish Time: Sat Nov 8 13:42:53 2025 Epoch Time (ms): 1762609373933
[2025-11-08T13:42:54.110Z]
[2025-11-08T13:42:54.110Z] ===============================================
[2025-11-08T13:42:54.110Z] Running test renaissance-db-shootout_0 ...
[2025-11-08T13:42:54.110Z] ===============================================
[2025-11-08T13:42:54.110Z] renaissance-db-shootout_0 Start Time: Sat Nov 8 13:42:53 2025 Epoch Time (ms): 1762609373950
[2025-11-08T13:42:54.110Z] variation: NoOptions
[2025-11-08T13:42:54.110Z] JVM_OPTIONS:
[2025-11-08T13:42:54.110Z] { \
[2025-11-08T13:42:54.110Z] echo ""; echo "TEST SETUP:"; \
[2025-11-08T13:42:54.110Z] echo "Nothing to be done for setup."; \
[2025-11-08T13:42:54.110Z] mkdir -p "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-db-shootout_0"; \
[2025-11-08T13:42:54.110Z] cd "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-db-shootout_0"; \
[2025-11-08T13:42:54.110Z] echo ""; echo "TESTING:"; \
[2025-11-08T13:42:54.110Z] "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java" --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED -jar "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-db-shootout_0"/db-shootout.json" db-shootout; \
[2025-11-08T13:42:54.110Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-db-shootout_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-db-shootout_0"; else echo "-----------------------------------"; echo "renaissance-db-shootout_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-08T13:42:54.110Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-08T13:42:54.110Z] echo "Nothing to be done for teardown."; \
[2025-11-08T13:42:54.110Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/TestTargetResult";
[2025-11-08T13:42:54.110Z]
[2025-11-08T13:42:54.110Z] TEST SETUP:
[2025-11-08T13:42:54.110Z] Nothing to be done for setup.
[2025-11-08T13:42:54.110Z]
[2025-11-08T13:42:54.110Z] TESTING:
[2025-11-08T13:42:54.794Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
[2025-11-08T13:42:54.794Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/output_17626087776658/renaissance-db-shootout_0/launcher-134254-5798938013852632645/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar)
[2025-11-08T13:42:54.794Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
[2025-11-08T13:42:54.794Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
[2025-11-08T13:43:06.674Z] ====== db-shootout (database) [default], iteration 0 started ======
[2025-11-08T13:43:06.674Z] GC before operation: completed in 51.130 ms, heap usage 124.628 MB -> 38.456 MB.
[2025-11-08T13:43:18.498Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-08T13:43:18.498Z] There is no way to check that no silent failure occurred.
[2025-11-08T13:43:18.498Z] ====== db-shootout (database) [default], iteration 0 completed (10977.189 ms) ======
[2025-11-08T13:43:18.498Z] ====== db-shootout (database) [default], iteration 1 started ======
[2025-11-08T13:43:18.498Z] GC before operation: completed in 44.497 ms, heap usage 158.914 MB -> 47.902 MB.
[2025-11-08T13:43:28.809Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-08T13:43:28.809Z] There is no way to check that no silent failure occurred.
[2025-11-08T13:43:28.809Z] ====== db-shootout (database) [default], iteration 1 completed (11192.007 ms) ======
[2025-11-08T13:43:28.809Z] ====== db-shootout (database) [default], iteration 2 started ======
[2025-11-08T13:43:28.809Z] GC before operation: completed in 45.173 ms, heap usage 191.347 MB -> 48.078 MB.
[2025-11-08T13:43:40.737Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-08T13:43:40.737Z] There is no way to check that no silent failure occurred.
[2025-11-08T13:43:40.737Z] ====== db-shootout (database) [default], iteration 2 completed (12538.580 ms) ======
[2025-11-08T13:43:40.737Z] ====== db-shootout (database) [default], iteration 3 started ======
[2025-11-08T13:43:40.737Z] GC before operation: completed in 37.699 ms, heap usage 172.787 MB -> 49.114 MB.
[2025-11-08T13:43:50.647Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-08T13:43:50.647Z] There is no way to check that no silent failure occurred.
[2025-11-08T13:43:50.647Z] ====== db-shootout (database) [default], iteration 3 completed (9799.242 ms) ======
[2025-11-08T13:43:50.647Z] ====== db-shootout (database) [default], iteration 4 started ======
[2025-11-08T13:43:50.647Z] GC before operation: completed in 39.367 ms, heap usage 289.857 MB -> 48.795 MB.
[2025-11-08T13:44:02.465Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-08T13:44:02.466Z] There is no way to check that no silent failure occurred.
[2025-11-08T13:44:02.466Z] ====== db-shootout (database) [default], iteration 4 completed (11467.612 ms) ======
[2025-11-08T13:44:02.466Z] ====== db-shootout (database) [default], iteration 5 started ======
[2025-11-08T13:44:02.466Z] GC before operation: completed in 33.485 ms, heap usage 257.244 MB -> 49.706 MB.
[2025-11-08T13:44:14.361Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-08T13:44:14.361Z] There is no way to check that no silent failure occurred.
[2025-11-08T13:44:14.361Z] ====== db-shootout (database) [default], iteration 5 completed (10925.057 ms) ======
[2025-11-08T13:44:14.361Z] ====== db-shootout (database) [default], iteration 6 started ======
[2025-11-08T13:44:14.361Z] GC before operation: completed in 47.501 ms, heap usage 347.802 MB -> 47.962 MB.
[2025-11-08T13:44:26.641Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-08T13:44:26.641Z] There is no way to check that no silent failure occurred.
[2025-11-08T13:44:26.641Z] ====== db-shootout (database) [default], iteration 6 completed (12681.889 ms) ======
[2025-11-08T13:44:26.641Z] ====== db-shootout (database) [default], iteration 7 started ======
[2025-11-08T13:44:26.641Z] GC before operation: completed in 40.209 ms, heap usage 233.819 MB -> 47.678 MB.
[2025-11-08T13:44:38.571Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-08T13:44:38.571Z] There is no way to check that no silent failure occurred.
[2025-11-08T13:44:38.571Z] ====== db-shootout (database) [default], iteration 7 completed (11102.717 ms) ======
[2025-11-08T13:44:38.571Z] ====== db-shootout (database) [default], iteration 8 started ======
[2025-11-08T13:44:38.571Z] GC before operation: completed in 38.927 ms, heap usage 154.722 MB -> 45.145 MB.
[2025-11-08T13:44:49.137Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-08T13:44:49.137Z] There is no way to check that no silent failure occurred.
[2025-11-08T13:44:49.137Z] ====== db-shootout (database) [default], iteration 8 completed (10867.714 ms) ======
[2025-11-08T13:44:49.137Z] ====== db-shootout (database) [default], iteration 9 started ======
[2025-11-08T13:44:49.137Z] GC before operation: completed in 50.189 ms, heap usage 170.275 MB -> 47.997 MB.
[2025-11-08T13:45:00.911Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-08T13:45:00.911Z] There is no way to check that no silent failure occurred.
[2025-11-08T13:45:00.911Z] ====== db-shootout (database) [default], iteration 9 completed (11796.827 ms) ======
[2025-11-08T13:45:00.911Z] ====== db-shootout (database) [default], iteration 10 started ======
[2025-11-08T13:45:00.911Z] GC before operation: completed in 34.622 ms, heap usage 211.578 MB -> 45.543 MB.
[2025-11-08T13:45:12.808Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-08T13:45:12.808Z] There is no way to check that no silent failure occurred.
[2025-11-08T13:45:12.808Z] ====== db-shootout (database) [default], iteration 10 completed (12093.073 ms) ======
[2025-11-08T13:45:12.808Z] ====== db-shootout (database) [default], iteration 11 started ======
[2025-11-08T13:45:12.808Z] GC before operation: completed in 37.106 ms, heap usage 328.420 MB -> 47.925 MB.
[2025-11-08T13:45:23.136Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-08T13:45:23.136Z] There is no way to check that no silent failure occurred.
[2025-11-08T13:45:23.136Z] ====== db-shootout (database) [default], iteration 11 completed (10998.335 ms) ======
[2025-11-08T13:45:23.136Z] ====== db-shootout (database) [default], iteration 12 started ======
[2025-11-08T13:45:23.136Z] GC before operation: completed in 40.315 ms, heap usage 306.464 MB -> 48.925 MB.
[2025-11-08T13:45:37.172Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-08T13:45:37.172Z] There is no way to check that no silent failure occurred.
[2025-11-08T13:45:37.172Z] ====== db-shootout (database) [default], iteration 12 completed (13573.886 ms) ======
[2025-11-08T13:45:37.172Z] ====== db-shootout (database) [default], iteration 13 started ======
[2025-11-08T13:45:37.172Z] GC before operation: completed in 21.962 ms, heap usage 77.040 MB -> 48.552 MB.
[2025-11-08T13:45:51.498Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-08T13:45:51.498Z] There is no way to check that no silent failure occurred.
[2025-11-08T13:45:51.498Z] ====== db-shootout (database) [default], iteration 13 completed (13091.485 ms) ======
[2025-11-08T13:45:51.498Z] ====== db-shootout (database) [default], iteration 14 started ======
[2025-11-08T13:45:51.498Z] GC before operation: completed in 33.431 ms, heap usage 281.665 MB -> 48.662 MB.
[2025-11-08T13:46:03.414Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-08T13:46:03.414Z] There is no way to check that no silent failure occurred.
[2025-11-08T13:46:03.414Z] ====== db-shootout (database) [default], iteration 14 completed (12624.193 ms) ======
[2025-11-08T13:46:03.414Z] ====== db-shootout (database) [default], iteration 15 started ======
[2025-11-08T13:46:03.414Z] GC before operation: completed in 39.328 ms, heap usage 178.781 MB -> 47.862 MB.
[2025-11-08T13:46:15.918Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-08T13:46:15.918Z] There is no way to check that no silent failure occurred.
[2025-11-08T13:46:15.918Z] ====== db-shootout (database) [default], iteration 15 completed (12486.825 ms) ======
[2025-11-08T13:46:15.918Z] -----------------------------------
[2025-11-08T13:46:15.918Z] renaissance-db-shootout_0_PASSED
[2025-11-08T13:46:15.918Z] -----------------------------------
[2025-11-08T13:46:15.918Z]
[2025-11-08T13:46:15.918Z] TEST TEARDOWN:
[2025-11-08T13:46:15.918Z] Nothing to be done for teardown.
[2025-11-08T13:46:15.918Z] renaissance-db-shootout_0 Finish Time: Sat Nov 8 13:46:15 2025 Epoch Time (ms): 1762609575156
[2025-11-08T13:46:15.918Z]
[2025-11-08T13:46:15.918Z] ===============================================
[2025-11-08T13:46:15.918Z] Running test renaissance-dec-tree_0 ...
[2025-11-08T13:46:15.918Z] ===============================================
[2025-11-08T13:46:15.918Z] renaissance-dec-tree_0 Start Time: Sat Nov 8 13:46:15 2025 Epoch Time (ms): 1762609575174
[2025-11-08T13:46:15.918Z] variation: NoOptions
[2025-11-08T13:46:15.918Z] JVM_OPTIONS:
[2025-11-08T13:46:15.918Z] { \
[2025-11-08T13:46:15.918Z] echo ""; echo "TEST SETUP:"; \
[2025-11-08T13:46:15.918Z] echo "Nothing to be done for setup."; \
[2025-11-08T13:46:15.918Z] mkdir -p "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-dec-tree_0"; \
[2025-11-08T13:46:15.918Z] cd "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-dec-tree_0"; \
[2025-11-08T13:46:15.918Z] echo ""; echo "TESTING:"; \
[2025-11-08T13:46:15.918Z] "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java" --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED -jar "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-dec-tree_0"/dec-tree.json" dec-tree; \
[2025-11-08T13:46:15.918Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-dec-tree_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-dec-tree_0"; else echo "-----------------------------------"; echo "renaissance-dec-tree_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-08T13:46:15.918Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-08T13:46:15.920Z] echo "Nothing to be done for teardown."; \
[2025-11-08T13:46:15.920Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/TestTargetResult";
[2025-11-08T13:46:15.920Z]
[2025-11-08T13:46:15.920Z] TEST SETUP:
[2025-11-08T13:46:15.920Z] Nothing to be done for setup.
[2025-11-08T13:46:15.920Z]
[2025-11-08T13:46:15.920Z] TESTING:
[2025-11-08T13:46:15.920Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
[2025-11-08T13:46:15.920Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/output_17626087776658/renaissance-dec-tree_0/launcher-134615-7374426641832222742/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar)
[2025-11-08T13:46:15.920Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
[2025-11-08T13:46:15.920Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
[2025-11-08T13:46:19.495Z] NOTE: 'dec-tree' benchmark uses Spark local executor with 2 (out of 2) threads.
[2025-11-08T13:46:20.724Z] ====== dec-tree (apache-spark) [default], iteration 0 started ======
[2025-11-08T13:46:21.321Z] GC before operation: completed in 49.332 ms, heap usage 54.374 MB -> 35.002 MB.
[2025-11-08T13:46:28.695Z] ====== dec-tree (apache-spark) [default], iteration 0 completed (7873.022 ms) ======
[2025-11-08T13:46:28.696Z] ====== dec-tree (apache-spark) [default], iteration 1 started ======
[2025-11-08T13:46:28.696Z] GC before operation: completed in 79.235 ms, heap usage 320.528 MB -> 67.828 MB.
[2025-11-08T13:46:31.486Z] ====== dec-tree (apache-spark) [default], iteration 1 completed (2482.022 ms) ======
[2025-11-08T13:46:31.486Z] ====== dec-tree (apache-spark) [default], iteration 2 started ======
[2025-11-08T13:46:31.486Z] GC before operation: completed in 120.711 ms, heap usage 231.344 MB -> 68.100 MB.
[2025-11-08T13:46:33.444Z] ====== dec-tree (apache-spark) [default], iteration 2 completed (1868.644 ms) ======
[2025-11-08T13:46:33.444Z] ====== dec-tree (apache-spark) [default], iteration 3 started ======
[2025-11-08T13:46:33.444Z] GC before operation: completed in 80.567 ms, heap usage 294.660 MB -> 68.102 MB.
[2025-11-08T13:46:35.378Z] ====== dec-tree (apache-spark) [default], iteration 3 completed (1948.012 ms) ======
[2025-11-08T13:46:35.378Z] ====== dec-tree (apache-spark) [default], iteration 4 started ======
[2025-11-08T13:46:35.378Z] GC before operation: completed in 107.078 ms, heap usage 131.361 MB -> 68.021 MB.
[2025-11-08T13:46:37.362Z] ====== dec-tree (apache-spark) [default], iteration 4 completed (1748.627 ms) ======
[2025-11-08T13:46:37.362Z] ====== dec-tree (apache-spark) [default], iteration 5 started ======
[2025-11-08T13:46:37.362Z] GC before operation: completed in 63.357 ms, heap usage 294.617 MB -> 68.538 MB.
[2025-11-08T13:46:39.314Z] ====== dec-tree (apache-spark) [default], iteration 5 completed (1857.049 ms) ======
[2025-11-08T13:46:39.314Z] ====== dec-tree (apache-spark) [default], iteration 6 started ======
[2025-11-08T13:46:39.314Z] GC before operation: completed in 54.717 ms, heap usage 188.634 MB -> 69.118 MB.
[2025-11-08T13:46:41.271Z] ====== dec-tree (apache-spark) [default], iteration 6 completed (1736.274 ms) ======
[2025-11-08T13:46:41.271Z] ====== dec-tree (apache-spark) [default], iteration 7 started ======
[2025-11-08T13:46:41.271Z] GC before operation: completed in 61.165 ms, heap usage 102.126 MB -> 68.324 MB.
[2025-11-08T13:46:43.219Z] ====== dec-tree (apache-spark) [default], iteration 7 completed (1855.226 ms) ======
[2025-11-08T13:46:43.219Z] ====== dec-tree (apache-spark) [default], iteration 8 started ======
[2025-11-08T13:46:43.219Z] GC before operation: completed in 96.562 ms, heap usage 190.748 MB -> 69.146 MB.
[2025-11-08T13:46:44.496Z] ====== dec-tree (apache-spark) [default], iteration 8 completed (1490.903 ms) ======
[2025-11-08T13:46:44.496Z] ====== dec-tree (apache-spark) [default], iteration 9 started ======
[2025-11-08T13:46:44.496Z] GC before operation: completed in 78.179 ms, heap usage 155.653 MB -> 68.984 MB.
[2025-11-08T13:46:46.438Z] ====== dec-tree (apache-spark) [default], iteration 9 completed (1620.609 ms) ======
[2025-11-08T13:46:46.438Z] ====== dec-tree (apache-spark) [default], iteration 10 started ======
[2025-11-08T13:46:46.438Z] GC before operation: completed in 119.051 ms, heap usage 355.088 MB -> 88.875 MB.
[2025-11-08T13:46:48.392Z] ====== dec-tree (apache-spark) [default], iteration 10 completed (1720.240 ms) ======
[2025-11-08T13:46:48.392Z] ====== dec-tree (apache-spark) [default], iteration 11 started ======
[2025-11-08T13:46:48.392Z] GC before operation: completed in 90.506 ms, heap usage 343.358 MB -> 69.929 MB.
[2025-11-08T13:46:49.637Z] ====== dec-tree (apache-spark) [default], iteration 11 completed (1554.498 ms) ======
[2025-11-08T13:46:49.638Z] ====== dec-tree (apache-spark) [default], iteration 12 started ======
[2025-11-08T13:46:49.638Z] GC before operation: completed in 93.901 ms, heap usage 211.291 MB -> 69.826 MB.
[2025-11-08T13:46:51.614Z] ====== dec-tree (apache-spark) [default], iteration 12 completed (1769.846 ms) ======
[2025-11-08T13:46:51.614Z] ====== dec-tree (apache-spark) [default], iteration 13 started ======
[2025-11-08T13:46:51.614Z] GC before operation: completed in 79.758 ms, heap usage 224.111 MB -> 70.215 MB.
[2025-11-08T13:46:53.886Z] ====== dec-tree (apache-spark) [default], iteration 13 completed (1552.386 ms) ======
[2025-11-08T13:46:53.886Z] ====== dec-tree (apache-spark) [default], iteration 14 started ======
[2025-11-08T13:46:53.886Z] GC before operation: completed in 94.158 ms, heap usage 242.840 MB -> 69.979 MB.
[2025-11-08T13:46:55.134Z] ====== dec-tree (apache-spark) [default], iteration 14 completed (1521.991 ms) ======
[2025-11-08T13:46:55.134Z] ====== dec-tree (apache-spark) [default], iteration 15 started ======
[2025-11-08T13:46:55.134Z] GC before operation: completed in 89.656 ms, heap usage 129.117 MB -> 70.052 MB.
[2025-11-08T13:46:56.364Z] ====== dec-tree (apache-spark) [default], iteration 15 completed (1667.946 ms) ======
[2025-11-08T13:46:56.365Z] ====== dec-tree (apache-spark) [default], iteration 16 started ======
[2025-11-08T13:46:56.975Z] GC before operation: completed in 102.592 ms, heap usage 343.008 MB -> 70.128 MB.
[2025-11-08T13:46:58.209Z] ====== dec-tree (apache-spark) [default], iteration 16 completed (1596.104 ms) ======
[2025-11-08T13:46:58.209Z] ====== dec-tree (apache-spark) [default], iteration 17 started ======
[2025-11-08T13:46:58.209Z] GC before operation: completed in 93.991 ms, heap usage 130.607 MB -> 97.667 MB.
[2025-11-08T13:47:00.166Z] ====== dec-tree (apache-spark) [default], iteration 17 completed (1449.771 ms) ======
[2025-11-08T13:47:00.166Z] ====== dec-tree (apache-spark) [default], iteration 18 started ======
[2025-11-08T13:47:00.166Z] GC before operation: completed in 113.306 ms, heap usage 125.993 MB -> 70.198 MB.
[2025-11-08T13:47:01.405Z] ====== dec-tree (apache-spark) [default], iteration 18 completed (1509.887 ms) ======
[2025-11-08T13:47:01.405Z] ====== dec-tree (apache-spark) [default], iteration 19 started ======
[2025-11-08T13:47:01.405Z] GC before operation: completed in 80.069 ms, heap usage 150.805 MB -> 97.810 MB.
[2025-11-08T13:47:03.341Z] ====== dec-tree (apache-spark) [default], iteration 19 completed (1413.522 ms) ======
[2025-11-08T13:47:03.341Z] ====== dec-tree (apache-spark) [default], iteration 20 started ======
[2025-11-08T13:47:03.341Z] GC before operation: completed in 77.165 ms, heap usage 105.556 MB -> 70.385 MB.
[2025-11-08T13:47:04.575Z] ====== dec-tree (apache-spark) [default], iteration 20 completed (1556.954 ms) ======
[2025-11-08T13:47:04.575Z] ====== dec-tree (apache-spark) [default], iteration 21 started ======
[2025-11-08T13:47:04.575Z] GC before operation: completed in 82.348 ms, heap usage 220.007 MB -> 71.135 MB.
[2025-11-08T13:47:06.521Z] ====== dec-tree (apache-spark) [default], iteration 21 completed (1429.233 ms) ======
[2025-11-08T13:47:06.521Z] ====== dec-tree (apache-spark) [default], iteration 22 started ======
[2025-11-08T13:47:06.521Z] GC before operation: completed in 105.249 ms, heap usage 336.876 MB -> 71.048 MB.
[2025-11-08T13:47:07.755Z] ====== dec-tree (apache-spark) [default], iteration 22 completed (1497.678 ms) ======
[2025-11-08T13:47:07.755Z] ====== dec-tree (apache-spark) [default], iteration 23 started ======
[2025-11-08T13:47:07.755Z] GC before operation: completed in 117.687 ms, heap usage 323.560 MB -> 98.533 MB.
[2025-11-08T13:47:09.684Z] ====== dec-tree (apache-spark) [default], iteration 23 completed (1630.865 ms) ======
[2025-11-08T13:47:09.684Z] ====== dec-tree (apache-spark) [default], iteration 24 started ======
[2025-11-08T13:47:09.684Z] GC before operation: completed in 103.933 ms, heap usage 164.992 MB -> 70.879 MB.
[2025-11-08T13:47:10.934Z] ====== dec-tree (apache-spark) [default], iteration 24 completed (1586.104 ms) ======
[2025-11-08T13:47:10.934Z] ====== dec-tree (apache-spark) [default], iteration 25 started ======
[2025-11-08T13:47:11.525Z] GC before operation: completed in 88.759 ms, heap usage 172.523 MB -> 70.966 MB.
[2025-11-08T13:47:12.769Z] ====== dec-tree (apache-spark) [default], iteration 25 completed (1518.155 ms) ======
[2025-11-08T13:47:12.769Z] ====== dec-tree (apache-spark) [default], iteration 26 started ======
[2025-11-08T13:47:12.769Z] GC before operation: completed in 87.066 ms, heap usage 222.178 MB -> 71.684 MB.
[2025-11-08T13:47:14.715Z] ====== dec-tree (apache-spark) [default], iteration 26 completed (1502.426 ms) ======
[2025-11-08T13:47:14.715Z] ====== dec-tree (apache-spark) [default], iteration 27 started ======
[2025-11-08T13:47:14.715Z] GC before operation: completed in 87.436 ms, heap usage 201.961 MB -> 79.991 MB.
[2025-11-08T13:47:16.021Z] ====== dec-tree (apache-spark) [default], iteration 27 completed (1526.065 ms) ======
[2025-11-08T13:47:16.021Z] ====== dec-tree (apache-spark) [default], iteration 28 started ======
[2025-11-08T13:47:16.021Z] GC before operation: completed in 101.058 ms, heap usage 164.135 MB -> 71.449 MB.
[2025-11-08T13:47:17.970Z] ====== dec-tree (apache-spark) [default], iteration 28 completed (1555.150 ms) ======
[2025-11-08T13:47:17.970Z] ====== dec-tree (apache-spark) [default], iteration 29 started ======
[2025-11-08T13:47:17.970Z] GC before operation: completed in 100.457 ms, heap usage 150.895 MB -> 71.260 MB.
[2025-11-08T13:47:19.202Z] ====== dec-tree (apache-spark) [default], iteration 29 completed (1572.734 ms) ======
[2025-11-08T13:47:19.202Z] ====== dec-tree (apache-spark) [default], iteration 30 started ======
[2025-11-08T13:47:19.202Z] GC before operation: completed in 106.854 ms, heap usage 353.750 MB -> 71.650 MB.
[2025-11-08T13:47:21.169Z] ====== dec-tree (apache-spark) [default], iteration 30 completed (1745.382 ms) ======
[2025-11-08T13:47:21.169Z] ====== dec-tree (apache-spark) [default], iteration 31 started ======
[2025-11-08T13:47:21.169Z] GC before operation: completed in 95.375 ms, heap usage 146.984 MB -> 71.542 MB.
[2025-11-08T13:47:23.124Z] ====== dec-tree (apache-spark) [default], iteration 31 completed (1620.573 ms) ======
[2025-11-08T13:47:23.124Z] ====== dec-tree (apache-spark) [default], iteration 32 started ======
[2025-11-08T13:47:23.124Z] GC before operation: completed in 120.022 ms, heap usage 338.633 MB -> 99.466 MB.
[2025-11-08T13:47:24.357Z] ====== dec-tree (apache-spark) [default], iteration 32 completed (1607.862 ms) ======
[2025-11-08T13:47:24.357Z] ====== dec-tree (apache-spark) [default], iteration 33 started ======
[2025-11-08T13:47:25.065Z] GC before operation: completed in 106.463 ms, heap usage 120.710 MB -> 71.505 MB.
[2025-11-08T13:47:26.310Z] ====== dec-tree (apache-spark) [default], iteration 33 completed (1785.641 ms) ======
[2025-11-08T13:47:26.310Z] ====== dec-tree (apache-spark) [default], iteration 34 started ======
[2025-11-08T13:47:26.310Z] GC before operation: completed in 96.412 ms, heap usage 125.128 MB -> 99.122 MB.
[2025-11-08T13:47:28.238Z] ====== dec-tree (apache-spark) [default], iteration 34 completed (1488.042 ms) ======
[2025-11-08T13:47:28.238Z] ====== dec-tree (apache-spark) [default], iteration 35 started ======
[2025-11-08T13:47:28.238Z] GC before operation: completed in 87.617 ms, heap usage 117.879 MB -> 71.681 MB.
[2025-11-08T13:47:29.470Z] ====== dec-tree (apache-spark) [default], iteration 35 completed (1348.640 ms) ======
[2025-11-08T13:47:29.470Z] ====== dec-tree (apache-spark) [default], iteration 36 started ======
[2025-11-08T13:47:29.470Z] GC before operation: completed in 101.940 ms, heap usage 151.564 MB -> 72.052 MB.
[2025-11-08T13:47:30.701Z] ====== dec-tree (apache-spark) [default], iteration 36 completed (1290.829 ms) ======
[2025-11-08T13:47:30.701Z] ====== dec-tree (apache-spark) [default], iteration 37 started ======
[2025-11-08T13:47:30.701Z] GC before operation: completed in 84.663 ms, heap usage 236.891 MB -> 72.362 MB.
[2025-11-08T13:47:32.636Z] ====== dec-tree (apache-spark) [default], iteration 37 completed (1540.452 ms) ======
[2025-11-08T13:47:32.636Z] ====== dec-tree (apache-spark) [default], iteration 38 started ======
[2025-11-08T13:47:32.636Z] GC before operation: completed in 82.901 ms, heap usage 198.302 MB -> 72.616 MB.
[2025-11-08T13:47:34.626Z] ====== dec-tree (apache-spark) [default], iteration 38 completed (1625.676 ms) ======
[2025-11-08T13:47:34.626Z] ====== dec-tree (apache-spark) [default], iteration 39 started ======
[2025-11-08T13:47:34.626Z] GC before operation: completed in 132.479 ms, heap usage 243.695 MB -> 72.610 MB.
[2025-11-08T13:47:35.873Z] ====== dec-tree (apache-spark) [default], iteration 39 completed (1410.279 ms) ======
[2025-11-08T13:47:35.873Z] -----------------------------------
[2025-11-08T13:47:35.873Z] renaissance-dec-tree_0_PASSED
[2025-11-08T13:47:35.873Z] -----------------------------------
[2025-11-08T13:47:35.873Z]
[2025-11-08T13:47:35.873Z] TEST TEARDOWN:
[2025-11-08T13:47:35.873Z] Nothing to be done for teardown.
[2025-11-08T13:47:35.873Z] renaissance-dec-tree_0 Finish Time: Sat Nov 8 13:47:35 2025 Epoch Time (ms): 1762609655669
[2025-11-08T13:47:35.873Z]
[2025-11-08T13:47:35.873Z] ===============================================
[2025-11-08T13:47:35.873Z] Running test renaissance-finagle-chirper_0 ...
[2025-11-08T13:47:35.873Z] ===============================================
[2025-11-08T13:47:35.873Z] renaissance-finagle-chirper_0 Start Time: Sat Nov 8 13:47:35 2025 Epoch Time (ms): 1762609655684
[2025-11-08T13:47:35.873Z] renaissance-finagle-chirper_0_DISABLED
[2025-11-08T13:47:35.873Z] Disabled Reason:
[2025-11-08T13:47:35.873Z] https://github.com/renaissance-benchmarks/renaissance/issues/231
[2025-11-08T13:47:35.873Z] renaissance-finagle-chirper_0 Finish Time: Sat Nov 8 13:47:35 2025 Epoch Time (ms): 1762609655696
[2025-11-08T13:47:35.873Z]
[2025-11-08T13:47:35.873Z] ===============================================
[2025-11-08T13:47:35.873Z] Running test renaissance-finagle-http_0 ...
[2025-11-08T13:47:35.873Z] ===============================================
[2025-11-08T13:47:35.873Z] renaissance-finagle-http_0 Start Time: Sat Nov 8 13:47:35 2025 Epoch Time (ms): 1762609655710
[2025-11-08T13:47:35.873Z] variation: NoOptions
[2025-11-08T13:47:35.873Z] JVM_OPTIONS:
[2025-11-08T13:47:35.873Z] { \
[2025-11-08T13:47:35.873Z] echo ""; echo "TEST SETUP:"; \
[2025-11-08T13:47:35.873Z] echo "Nothing to be done for setup."; \
[2025-11-08T13:47:35.873Z] mkdir -p "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-finagle-http_0"; \
[2025-11-08T13:47:35.873Z] cd "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-finagle-http_0"; \
[2025-11-08T13:47:35.873Z] echo ""; echo "TESTING:"; \
[2025-11-08T13:47:35.873Z] "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java" --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED -jar "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-finagle-http_0"/finagle-http.json" finagle-http; \
[2025-11-08T13:47:35.874Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-finagle-http_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-finagle-http_0"; else echo "-----------------------------------"; echo "renaissance-finagle-http_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-08T13:47:35.874Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-08T13:47:35.874Z] echo "Nothing to be done for teardown."; \
[2025-11-08T13:47:35.874Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/TestTargetResult";
[2025-11-08T13:47:35.874Z]
[2025-11-08T13:47:35.874Z] TEST SETUP:
[2025-11-08T13:47:35.874Z] Nothing to be done for setup.
[2025-11-08T13:47:35.874Z]
[2025-11-08T13:47:35.874Z] TESTING:
[2025-11-08T13:47:36.464Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
[2025-11-08T13:47:36.464Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/output_17626087776658/renaissance-finagle-http_0/launcher-134735-11709936936183591847/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar)
[2025-11-08T13:47:36.464Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
[2025-11-08T13:47:36.464Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
[2025-11-08T13:47:38.396Z] finagle-http on :33993 spawning 2 client and default number of server workers.
[2025-11-08T13:47:38.396Z] ====== finagle-http (web) [default], iteration 0 started ======
[2025-11-08T13:47:38.396Z] GC before operation: completed in 22.146 ms, heap usage 25.770 MB -> 10.791 MB.
[2025-11-08T13:47:45.248Z] ====== finagle-http (web) [default], iteration 0 completed (7320.481 ms) ======
[2025-11-08T13:47:45.248Z] ====== finagle-http (web) [default], iteration 1 started ======
[2025-11-08T13:47:45.837Z] GC before operation: completed in 76.485 ms, heap usage 23.131 MB -> 13.537 MB.
[2025-11-08T13:47:50.464Z] ====== finagle-http (web) [default], iteration 1 completed (4267.349 ms) ======
[2025-11-08T13:47:50.464Z] ====== finagle-http (web) [default], iteration 2 started ======
[2025-11-08T13:47:50.464Z] GC before operation: completed in 46.248 ms, heap usage 34.406 MB -> 14.187 MB.
[2025-11-08T13:47:53.165Z] ====== finagle-http (web) [default], iteration 2 completed (3100.490 ms) ======
[2025-11-08T13:47:53.165Z] ====== finagle-http (web) [default], iteration 3 started ======
[2025-11-08T13:47:53.165Z] GC before operation: completed in 44.422 ms, heap usage 36.910 MB -> 14.225 MB.
[2025-11-08T13:47:55.127Z] ====== finagle-http (web) [default], iteration 3 completed (2184.460 ms) ======
[2025-11-08T13:47:55.127Z] ====== finagle-http (web) [default], iteration 4 started ======
[2025-11-08T13:47:55.127Z] GC before operation: completed in 40.926 ms, heap usage 46.244 MB -> 14.270 MB.
[2025-11-08T13:47:57.052Z] ====== finagle-http (web) [default], iteration 4 completed (1485.661 ms) ======
[2025-11-08T13:47:57.052Z] ====== finagle-http (web) [default], iteration 5 started ======
[2025-11-08T13:47:57.052Z] GC before operation: completed in 35.600 ms, heap usage 28.634 MB -> 14.321 MB.
[2025-11-08T13:47:58.364Z] ====== finagle-http (web) [default], iteration 5 completed (1469.573 ms) ======
[2025-11-08T13:47:58.364Z] ====== finagle-http (web) [default], iteration 6 started ======
[2025-11-08T13:47:58.364Z] GC before operation: completed in 37.606 ms, heap usage 64.270 MB -> 14.333 MB.
[2025-11-08T13:48:00.291Z] ====== finagle-http (web) [default], iteration 6 completed (1660.135 ms) ======
[2025-11-08T13:48:00.291Z] ====== finagle-http (web) [default], iteration 7 started ======
[2025-11-08T13:48:00.291Z] GC before operation: completed in 26.276 ms, heap usage 52.089 MB -> 14.376 MB.
[2025-11-08T13:48:01.524Z] ====== finagle-http (web) [default], iteration 7 completed (1448.605 ms) ======
[2025-11-08T13:48:01.524Z] ====== finagle-http (web) [default], iteration 8 started ======
[2025-11-08T13:48:01.524Z] GC before operation: completed in 42.856 ms, heap usage 16.241 MB -> 14.384 MB.
[2025-11-08T13:48:03.461Z] ====== finagle-http (web) [default], iteration 8 completed (1861.292 ms) ======
[2025-11-08T13:48:03.461Z] ====== finagle-http (web) [default], iteration 9 started ======
[2025-11-08T13:48:03.461Z] GC before operation: completed in 30.073 ms, heap usage 55.268 MB -> 14.330 MB.
[2025-11-08T13:48:05.747Z] ====== finagle-http (web) [default], iteration 9 completed (1768.425 ms) ======
[2025-11-08T13:48:05.748Z] ====== finagle-http (web) [default], iteration 10 started ======
[2025-11-08T13:48:05.748Z] GC before operation: completed in 42.538 ms, heap usage 32.630 MB -> 14.517 MB.
[2025-11-08T13:48:06.986Z] ====== finagle-http (web) [default], iteration 10 completed (1721.897 ms) ======
[2025-11-08T13:48:06.986Z] ====== finagle-http (web) [default], iteration 11 started ======
[2025-11-08T13:48:06.986Z] GC before operation: completed in 45.781 ms, heap usage 33.481 MB -> 14.342 MB.
[2025-11-08T13:48:08.994Z] ====== finagle-http (web) [default], iteration 11 completed (1713.515 ms) ======
[2025-11-08T13:48:08.994Z] -----------------------------------
[2025-11-08T13:48:08.994Z] renaissance-finagle-http_0_PASSED
[2025-11-08T13:48:08.994Z] -----------------------------------
[2025-11-08T13:48:08.994Z]
[2025-11-08T13:48:08.994Z] TEST TEARDOWN:
[2025-11-08T13:48:08.994Z] Nothing to be done for teardown.
[2025-11-08T13:48:08.994Z] renaissance-finagle-http_0 Finish Time: Sat Nov 8 13:48:08 2025 Epoch Time (ms): 1762609688854
[2025-11-08T13:48:08.994Z]
[2025-11-08T13:48:08.994Z] ===============================================
[2025-11-08T13:48:08.994Z] Running test renaissance-gauss-mix_0 ...
[2025-11-08T13:48:08.994Z] ===============================================
[2025-11-08T13:48:08.994Z] renaissance-gauss-mix_0 Start Time: Sat Nov 8 13:48:08 2025 Epoch Time (ms): 1762609688870
[2025-11-08T13:48:08.994Z] variation: NoOptions
[2025-11-08T13:48:08.994Z] JVM_OPTIONS:
[2025-11-08T13:48:08.994Z] { \
[2025-11-08T13:48:08.994Z] echo ""; echo "TEST SETUP:"; \
[2025-11-08T13:48:08.994Z] echo "Nothing to be done for setup."; \
[2025-11-08T13:48:08.994Z] mkdir -p "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-gauss-mix_0"; \
[2025-11-08T13:48:08.994Z] cd "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-gauss-mix_0"; \
[2025-11-08T13:48:08.994Z] echo ""; echo "TESTING:"; \
[2025-11-08T13:48:08.994Z] "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java" --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED -jar "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-gauss-mix_0"/gauss-mix.json" gauss-mix; \
[2025-11-08T13:48:08.995Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-gauss-mix_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-gauss-mix_0"; else echo "-----------------------------------"; echo "renaissance-gauss-mix_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-08T13:48:08.995Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-08T13:48:08.995Z] echo "Nothing to be done for teardown."; \
[2025-11-08T13:48:08.995Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/TestTargetResult";
[2025-11-08T13:48:08.995Z]
[2025-11-08T13:48:08.995Z] TEST SETUP:
[2025-11-08T13:48:08.995Z] Nothing to be done for setup.
[2025-11-08T13:48:08.995Z]
[2025-11-08T13:48:08.995Z] TESTING:
[2025-11-08T13:48:09.585Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
[2025-11-08T13:48:09.585Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/output_17626087776658/renaissance-gauss-mix_0/launcher-134808-27932126858207527/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar)
[2025-11-08T13:48:09.585Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
[2025-11-08T13:48:09.585Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
[2025-11-08T13:48:13.146Z] NOTE: 'gauss-mix' benchmark uses Spark local executor with 2 (out of 2) threads.
[2025-11-08T13:48:13.146Z] ====== gauss-mix (apache-spark) [default], iteration 0 started ======
[2025-11-08T13:48:13.146Z] GC before operation: completed in 31.199 ms, heap usage 40.632 MB -> 29.227 MB.
[2025-11-08T13:48:21.533Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:48:25.120Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:48:27.843Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:48:30.553Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:48:33.255Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:48:35.986Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:48:38.730Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:48:41.461Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:48:42.061Z] ====== gauss-mix (apache-spark) [default], iteration 0 completed (28342.494 ms) ======
[2025-11-08T13:48:42.061Z] ====== gauss-mix (apache-spark) [default], iteration 1 started ======
[2025-11-08T13:48:42.062Z] GC before operation: completed in 60.080 ms, heap usage 45.486 MB -> 36.770 MB.
[2025-11-08T13:48:45.162Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:48:48.747Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:48:51.456Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:48:54.182Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:48:56.887Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:48:59.593Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:49:02.334Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:49:05.901Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:49:05.901Z] ====== gauss-mix (apache-spark) [default], iteration 1 completed (23696.726 ms) ======
[2025-11-08T13:49:05.901Z] ====== gauss-mix (apache-spark) [default], iteration 2 started ======
[2025-11-08T13:49:05.901Z] GC before operation: completed in 55.232 ms, heap usage 295.819 MB -> 38.358 MB.
[2025-11-08T13:49:08.613Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:49:11.336Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:49:14.058Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:49:16.805Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:49:19.845Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:49:22.555Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:49:25.263Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:49:27.980Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:49:27.980Z] ====== gauss-mix (apache-spark) [default], iteration 2 completed (22611.708 ms) ======
[2025-11-08T13:49:27.980Z] ====== gauss-mix (apache-spark) [default], iteration 3 started ======
[2025-11-08T13:49:27.980Z] GC before operation: completed in 52.086 ms, heap usage 48.975 MB -> 39.571 MB.
[2025-11-08T13:49:30.680Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:49:34.253Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:49:36.184Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:49:39.768Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:49:42.855Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:49:44.796Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:49:47.549Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:49:50.269Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:49:50.269Z] ====== gauss-mix (apache-spark) [default], iteration 3 completed (22137.342 ms) ======
[2025-11-08T13:49:50.269Z] ====== gauss-mix (apache-spark) [default], iteration 4 started ======
[2025-11-08T13:49:50.269Z] GC before operation: completed in 87.670 ms, heap usage 242.272 MB -> 40.627 MB.
[2025-11-08T13:49:53.869Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:49:56.650Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:49:59.445Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:50:02.592Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:50:05.416Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:50:07.444Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:50:10.162Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:50:12.894Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:50:12.894Z] ====== gauss-mix (apache-spark) [default], iteration 4 completed (22310.780 ms) ======
[2025-11-08T13:50:12.894Z] ====== gauss-mix (apache-spark) [default], iteration 5 started ======
[2025-11-08T13:50:12.894Z] GC before operation: completed in 78.728 ms, heap usage 110.706 MB -> 40.386 MB.
[2025-11-08T13:50:15.606Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:50:19.192Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:50:21.137Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:50:24.715Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:50:25.304Z] 13:50:25.242 WARN [block-manager-storage-async-thread-pool-72] org.apache.spark.storage.BlockManager - Asked to remove block broadcast_2761, which does not exist
[2025-11-08T13:50:26.536Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:50:29.357Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:50:31.387Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:50:34.526Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:50:34.526Z] ====== gauss-mix (apache-spark) [default], iteration 5 completed (21235.779 ms) ======
[2025-11-08T13:50:34.526Z] ====== gauss-mix (apache-spark) [default], iteration 6 started ======
[2025-11-08T13:50:34.526Z] GC before operation: completed in 42.243 ms, heap usage 115.881 MB -> 40.804 MB.
[2025-11-08T13:50:37.228Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:50:39.929Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:50:43.482Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:50:46.182Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:50:48.891Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:50:51.618Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:50:54.368Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:50:57.202Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:50:57.202Z] ====== gauss-mix (apache-spark) [default], iteration 6 completed (23133.417 ms) ======
[2025-11-08T13:50:57.202Z] ====== gauss-mix (apache-spark) [default], iteration 7 started ======
[2025-11-08T13:50:57.202Z] GC before operation: completed in 51.905 ms, heap usage 49.375 MB -> 40.415 MB.
[2025-11-08T13:51:01.836Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:51:05.618Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:51:09.175Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:51:12.742Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:51:16.697Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:51:20.296Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:51:22.996Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:51:25.701Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:51:25.701Z] ====== gauss-mix (apache-spark) [default], iteration 7 completed (27995.141 ms) ======
[2025-11-08T13:51:25.701Z] ====== gauss-mix (apache-spark) [default], iteration 8 started ======
[2025-11-08T13:51:25.701Z] GC before operation: completed in 44.479 ms, heap usage 115.724 MB -> 40.902 MB.
[2025-11-08T13:51:29.263Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:51:31.967Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:51:35.068Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:51:37.089Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:51:39.838Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:51:43.470Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:51:45.486Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:51:49.098Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:51:49.098Z] ====== gauss-mix (apache-spark) [default], iteration 8 completed (23505.268 ms) ======
[2025-11-08T13:51:49.098Z] ====== gauss-mix (apache-spark) [default], iteration 9 started ======
[2025-11-08T13:51:49.098Z] GC before operation: completed in 70.734 ms, heap usage 116.205 MB -> 40.663 MB.
[2025-11-08T13:51:52.198Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:51:54.909Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:51:57.609Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:52:01.210Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:52:03.938Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:52:06.662Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:52:09.387Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:52:12.092Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:52:12.683Z] ====== gauss-mix (apache-spark) [default], iteration 9 completed (23462.683 ms) ======
[2025-11-08T13:52:12.683Z] ====== gauss-mix (apache-spark) [default], iteration 10 started ======
[2025-11-08T13:52:12.683Z] GC before operation: completed in 76.664 ms, heap usage 175.050 MB -> 40.540 MB.
[2025-11-08T13:52:15.389Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:52:19.018Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:52:21.729Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:52:25.359Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:52:27.681Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:52:31.251Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:52:34.036Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:52:36.759Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:52:36.759Z] ====== gauss-mix (apache-spark) [default], iteration 10 completed (23950.578 ms) ======
[2025-11-08T13:52:36.759Z] ====== gauss-mix (apache-spark) [default], iteration 11 started ======
[2025-11-08T13:52:36.759Z] GC before operation: completed in 67.623 ms, heap usage 140.003 MB -> 40.915 MB.
[2025-11-08T13:52:39.471Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:52:43.057Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:52:45.762Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:52:48.466Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:52:52.029Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:52:53.968Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:52:56.672Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:52:59.508Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:52:59.508Z] ====== gauss-mix (apache-spark) [default], iteration 11 completed (22936.480 ms) ======
[2025-11-08T13:52:59.508Z] ====== gauss-mix (apache-spark) [default], iteration 12 started ======
[2025-11-08T13:52:59.508Z] GC before operation: completed in 43.067 ms, heap usage 98.700 MB -> 40.590 MB.
[2025-11-08T13:53:02.239Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:53:04.580Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:53:07.297Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:53:10.029Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:53:12.004Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:53:14.087Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:53:17.691Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:53:20.398Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:53:20.398Z] ====== gauss-mix (apache-spark) [default], iteration 12 completed (20662.217 ms) ======
[2025-11-08T13:53:20.398Z] ====== gauss-mix (apache-spark) [default], iteration 13 started ======
[2025-11-08T13:53:20.398Z] GC before operation: completed in 41.840 ms, heap usage 62.743 MB -> 40.419 MB.
[2025-11-08T13:53:23.099Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:53:25.799Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:53:29.378Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:53:32.944Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:53:34.906Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:53:37.641Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:53:39.978Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:53:42.690Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:53:42.690Z] ====== gauss-mix (apache-spark) [default], iteration 13 completed (22545.589 ms) ======
[2025-11-08T13:53:42.690Z] ====== gauss-mix (apache-spark) [default], iteration 14 started ======
[2025-11-08T13:53:42.690Z] GC before operation: completed in 43.540 ms, heap usage 54.467 MB -> 40.719 MB.
[2025-11-08T13:53:45.777Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:53:49.389Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:53:52.313Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:53:55.102Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:53:57.808Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:54:00.540Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:54:03.236Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:54:06.828Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:54:06.828Z] ====== gauss-mix (apache-spark) [default], iteration 14 completed (23650.352 ms) ======
[2025-11-08T13:54:06.828Z] ====== gauss-mix (apache-spark) [default], iteration 15 started ======
[2025-11-08T13:54:06.828Z] GC before operation: completed in 45.841 ms, heap usage 272.810 MB -> 40.780 MB.
[2025-11-08T13:54:09.559Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:54:13.133Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:54:16.312Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:54:18.298Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:54:21.019Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:54:24.599Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:54:27.326Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:54:30.044Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:54:30.044Z] ====== gauss-mix (apache-spark) [default], iteration 15 completed (23348.537 ms) ======
[2025-11-08T13:54:30.044Z] ====== gauss-mix (apache-spark) [default], iteration 16 started ======
[2025-11-08T13:54:30.044Z] GC before operation: completed in 54.668 ms, heap usage 104.320 MB -> 40.924 MB.
[2025-11-08T13:54:32.748Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:54:36.335Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:54:39.069Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:54:41.086Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:54:43.807Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:54:46.116Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:54:48.833Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:54:50.783Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:54:50.783Z] ====== gauss-mix (apache-spark) [default], iteration 16 completed (21098.005 ms) ======
[2025-11-08T13:54:50.783Z] ====== gauss-mix (apache-spark) [default], iteration 17 started ======
[2025-11-08T13:54:50.783Z] GC before operation: completed in 47.793 ms, heap usage 160.945 MB -> 40.749 MB.
[2025-11-08T13:54:54.707Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:54:57.451Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:54:59.422Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:55:02.145Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:55:04.878Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:55:07.608Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:55:11.204Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:55:13.939Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:55:13.939Z] ====== gauss-mix (apache-spark) [default], iteration 17 completed (22578.396 ms) ======
[2025-11-08T13:55:13.939Z] ====== gauss-mix (apache-spark) [default], iteration 18 started ======
[2025-11-08T13:55:13.939Z] GC before operation: completed in 49.698 ms, heap usage 184.782 MB -> 40.613 MB.
[2025-11-08T13:55:16.718Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:55:19.439Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:55:22.185Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:55:24.957Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:55:27.663Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:55:30.741Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:55:33.443Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:55:36.252Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:55:36.252Z] ====== gauss-mix (apache-spark) [default], iteration 18 completed (22592.900 ms) ======
[2025-11-08T13:55:36.252Z] ====== gauss-mix (apache-spark) [default], iteration 19 started ======
[2025-11-08T13:55:36.252Z] GC before operation: completed in 42.846 ms, heap usage 72.038 MB -> 40.838 MB.
[2025-11-08T13:55:39.902Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:55:42.706Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:55:45.484Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:55:47.495Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:55:50.203Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:55:52.142Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:55:55.703Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:55:57.640Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:55:57.640Z] ====== gauss-mix (apache-spark) [default], iteration 19 completed (21479.481 ms) ======
[2025-11-08T13:55:57.640Z] ====== gauss-mix (apache-spark) [default], iteration 20 started ======
[2025-11-08T13:55:57.640Z] GC before operation: completed in 44.763 ms, heap usage 89.124 MB -> 40.612 MB.
[2025-11-08T13:56:00.341Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:56:03.925Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:56:05.951Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:56:09.720Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:56:12.443Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:56:14.485Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:56:17.355Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:56:20.053Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:56:20.053Z] ====== gauss-mix (apache-spark) [default], iteration 20 completed (22097.598 ms) ======
[2025-11-08T13:56:20.053Z] ====== gauss-mix (apache-spark) [default], iteration 21 started ======
[2025-11-08T13:56:20.053Z] GC before operation: completed in 53.256 ms, heap usage 104.720 MB -> 40.471 MB.
[2025-11-08T13:56:23.625Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:56:26.329Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:56:29.033Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:56:31.763Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:56:34.483Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:56:36.419Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:56:39.150Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:56:42.231Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:56:42.231Z] ====== gauss-mix (apache-spark) [default], iteration 21 completed (22111.045 ms) ======
[2025-11-08T13:56:42.231Z] ====== gauss-mix (apache-spark) [default], iteration 22 started ======
[2025-11-08T13:56:42.231Z] GC before operation: completed in 42.974 ms, heap usage 127.023 MB -> 40.830 MB.
[2025-11-08T13:56:44.952Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:56:47.654Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:56:51.283Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:56:54.888Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:56:56.819Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:57:00.483Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:57:02.493Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:57:05.282Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:57:05.282Z] ====== gauss-mix (apache-spark) [default], iteration 22 completed (23265.898 ms) ======
[2025-11-08T13:57:05.282Z] ====== gauss-mix (apache-spark) [default], iteration 23 started ======
[2025-11-08T13:57:05.282Z] GC before operation: completed in 47.397 ms, heap usage 49.454 MB -> 40.485 MB.
[2025-11-08T13:57:08.067Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:57:11.673Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:57:14.416Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:57:17.167Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:57:19.554Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:57:23.264Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:57:25.214Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:57:27.152Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:57:27.152Z] ====== gauss-mix (apache-spark) [default], iteration 23 completed (21987.108 ms) ======
[2025-11-08T13:57:27.152Z] ====== gauss-mix (apache-spark) [default], iteration 24 started ======
[2025-11-08T13:57:27.745Z] GC before operation: completed in 38.210 ms, heap usage 49.287 MB -> 40.768 MB.
[2025-11-08T13:57:30.048Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:57:32.174Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:57:34.183Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:57:36.976Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:57:38.990Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:57:41.694Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:57:43.735Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:57:45.666Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:57:45.666Z] ====== gauss-mix (apache-spark) [default], iteration 24 completed (18137.946 ms) ======
[2025-11-08T13:57:45.666Z] ====== gauss-mix (apache-spark) [default], iteration 25 started ======
[2025-11-08T13:57:45.666Z] GC before operation: completed in 37.753 ms, heap usage 170.183 MB -> 40.754 MB.
[2025-11-08T13:57:48.371Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:57:51.078Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:57:53.780Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:57:55.706Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:57:58.851Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:58:00.822Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:58:03.538Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:58:05.482Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:58:06.078Z] ====== gauss-mix (apache-spark) [default], iteration 25 completed (20178.786 ms) ======
[2025-11-08T13:58:06.078Z] ====== gauss-mix (apache-spark) [default], iteration 26 started ======
[2025-11-08T13:58:06.078Z] GC before operation: completed in 52.813 ms, heap usage 59.896 MB -> 40.451 MB.
[2025-11-08T13:58:08.832Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:58:10.773Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:58:13.479Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:58:15.407Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:58:18.169Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:58:20.100Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:58:22.026Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:58:23.965Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:58:23.965Z] ====== gauss-mix (apache-spark) [default], iteration 26 completed (18066.713 ms) ======
[2025-11-08T13:58:23.965Z] ====== gauss-mix (apache-spark) [default], iteration 27 started ======
[2025-11-08T13:58:23.965Z] GC before operation: completed in 49.931 ms, heap usage 171.565 MB -> 40.853 MB.
[2025-11-08T13:58:26.669Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:58:29.383Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:58:31.685Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:58:34.381Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:58:37.093Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:58:39.058Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:58:41.765Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:58:43.757Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:58:43.757Z] ====== gauss-mix (apache-spark) [default], iteration 27 completed (20008.152 ms) ======
[2025-11-08T13:58:43.757Z] ====== gauss-mix (apache-spark) [default], iteration 28 started ======
[2025-11-08T13:58:43.757Z] GC before operation: completed in 52.375 ms, heap usage 54.773 MB -> 40.591 MB.
[2025-11-08T13:58:47.342Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:58:50.067Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:58:52.813Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:58:56.419Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:58:59.121Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:59:01.846Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:59:03.782Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:59:06.485Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:59:06.485Z] ====== gauss-mix (apache-spark) [default], iteration 28 completed (22442.870 ms) ======
[2025-11-08T13:59:06.485Z] ====== gauss-mix (apache-spark) [default], iteration 29 started ======
[2025-11-08T13:59:06.485Z] GC before operation: completed in 43.331 ms, heap usage 64.201 MB -> 40.905 MB.
[2025-11-08T13:59:09.525Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:59:11.452Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:59:14.170Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:59:17.782Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:59:19.716Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:59:22.449Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:59:24.394Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:59:27.103Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:59:27.103Z] ====== gauss-mix (apache-spark) [default], iteration 29 completed (20596.809 ms) ======
[2025-11-08T13:59:27.103Z] ====== gauss-mix (apache-spark) [default], iteration 30 started ======
[2025-11-08T13:59:27.103Z] GC before operation: completed in 56.112 ms, heap usage 308.346 MB -> 40.828 MB.
[2025-11-08T13:59:29.814Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:59:32.520Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:59:35.262Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:59:38.028Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T13:59:39.959Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T13:59:42.694Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T13:59:44.622Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T13:59:46.622Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T13:59:46.622Z] ====== gauss-mix (apache-spark) [default], iteration 30 completed (19714.173 ms) ======
[2025-11-08T13:59:46.622Z] ====== gauss-mix (apache-spark) [default], iteration 31 started ======
[2025-11-08T13:59:47.222Z] GC before operation: completed in 63.062 ms, heap usage 87.972 MB -> 40.510 MB.
[2025-11-08T13:59:49.930Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T13:59:53.500Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T13:59:56.209Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T13:59:58.911Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T14:00:00.841Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T14:00:03.584Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T14:00:06.302Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T14:00:09.024Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T14:00:09.024Z] ====== gauss-mix (apache-spark) [default], iteration 31 completed (22044.560 ms) ======
[2025-11-08T14:00:09.024Z] ====== gauss-mix (apache-spark) [default], iteration 32 started ======
[2025-11-08T14:00:09.024Z] GC before operation: completed in 41.634 ms, heap usage 71.963 MB -> 40.881 MB.
[2025-11-08T14:00:11.764Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T14:00:14.537Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T14:00:18.496Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T14:00:20.463Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T14:00:23.203Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T14:00:26.035Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T14:00:28.755Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T14:00:31.462Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T14:00:31.462Z] ====== gauss-mix (apache-spark) [default], iteration 32 completed (21982.600 ms) ======
[2025-11-08T14:00:31.462Z] ====== gauss-mix (apache-spark) [default], iteration 33 started ======
[2025-11-08T14:00:31.462Z] GC before operation: completed in 59.440 ms, heap usage 167.107 MB -> 40.725 MB.
[2025-11-08T14:00:34.165Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T14:00:36.902Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T14:00:39.610Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T14:00:43.180Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T14:00:45.982Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T14:00:48.694Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T14:00:51.407Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T14:00:54.118Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T14:00:54.118Z] ====== gauss-mix (apache-spark) [default], iteration 33 completed (22780.516 ms) ======
[2025-11-08T14:00:54.118Z] ====== gauss-mix (apache-spark) [default], iteration 34 started ======
[2025-11-08T14:00:54.118Z] GC before operation: completed in 54.201 ms, heap usage 116.341 MB -> 40.509 MB.
[2025-11-08T14:00:57.305Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T14:01:00.010Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T14:01:02.719Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T14:01:06.283Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T14:01:08.222Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T14:01:11.009Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T14:01:14.654Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T14:01:17.394Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T14:01:17.394Z] ====== gauss-mix (apache-spark) [default], iteration 34 completed (23112.401 ms) ======
[2025-11-08T14:01:17.394Z] ====== gauss-mix (apache-spark) [default], iteration 35 started ======
[2025-11-08T14:01:17.394Z] GC before operation: completed in 43.646 ms, heap usage 54.533 MB -> 40.752 MB.
[2025-11-08T14:01:20.100Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T14:01:23.671Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T14:01:26.383Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T14:01:29.085Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T14:01:31.834Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T14:01:34.535Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T14:01:36.463Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T14:01:39.187Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T14:01:39.187Z] ====== gauss-mix (apache-spark) [default], iteration 35 completed (22071.099 ms) ======
[2025-11-08T14:01:39.187Z] ====== gauss-mix (apache-spark) [default], iteration 36 started ======
[2025-11-08T14:01:39.187Z] GC before operation: completed in 55.690 ms, heap usage 83.206 MB -> 40.584 MB.
[2025-11-08T14:01:42.751Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T14:01:44.706Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T14:01:48.381Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T14:01:51.083Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T14:01:53.020Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T14:01:55.739Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T14:01:58.449Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T14:02:01.170Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T14:02:01.170Z] ====== gauss-mix (apache-spark) [default], iteration 36 completed (22044.885 ms) ======
[2025-11-08T14:02:01.170Z] ====== gauss-mix (apache-spark) [default], iteration 37 started ======
[2025-11-08T14:02:01.170Z] GC before operation: completed in 42.547 ms, heap usage 251.066 MB -> 40.966 MB.
[2025-11-08T14:02:04.798Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T14:02:07.535Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T14:02:10.659Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T14:02:13.360Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T14:02:16.087Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T14:02:18.089Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T14:02:20.897Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T14:02:21.584Z] 14:02:21.357 WARN [block-manager-storage-async-thread-pool-95] org.apache.spark.storage.BlockManager - Block broadcast_18958 could not be removed as it was not found on disk or in memory
[2025-11-08T14:02:22.179Z] 14:02:21.934 WARN [block-manager-storage-async-thread-pool-95] org.apache.spark.storage.BlockManager - Block broadcast_18958 was not removed normally.
[2025-11-08T14:02:22.179Z] 14:02:21.941 ERROR [block-manager-storage-async-thread-pool-95] org.apache.spark.storage.BlockManagerStorageEndpoint - Error in removing broadcast 18958
[2025-11-08T14:02:22.179Z] org.apache.spark.SparkException: Block broadcast_18958 does not exist
[2025-11-08T14:02:22.179Z] at org.apache.spark.errors.SparkCoreErrors$.blockDoesNotExistError(SparkCoreErrors.scala:318) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at org.apache.spark.storage.BlockInfoManager.blockInfo(BlockInfoManager.scala:269) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at org.apache.spark.storage.BlockInfoManager.removeBlock(BlockInfoManager.scala:547) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at org.apache.spark.storage.BlockManager.removeBlockInternal(BlockManager.scala:2091) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at org.apache.spark.storage.BlockManager.removeBlock(BlockManager.scala:2057) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at org.apache.spark.storage.BlockManager.$anonfun$removeBroadcast$3(BlockManager.scala:2029) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at org.apache.spark.storage.BlockManager.$anonfun$removeBroadcast$3$adapted(BlockManager.scala:2029) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:619) ~[scala-library-2.13.15.jar:?]
[2025-11-08T14:02:22.179Z] at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:617) ~[scala-library-2.13.15.jar:?]
[2025-11-08T14:02:22.179Z] at scala.collection.AbstractIterator.foreach(Iterator.scala:1303) ~[scala-library-2.13.15.jar:?]
[2025-11-08T14:02:22.179Z] at org.apache.spark.storage.BlockManager.removeBroadcast(BlockManager.scala:2029) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at org.apache.spark.storage.BlockManagerStorageEndpoint$$anonfun$receiveAndReply$1.$anonfun$applyOrElse$4(BlockManagerStorageEndpoint.scala:69) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.scala:17) ~[scala-library-2.13.15.jar:?]
[2025-11-08T14:02:22.179Z] at org.apache.spark.storage.BlockManagerStorageEndpoint.$anonfun$doAsync$1(BlockManagerStorageEndpoint.scala:101) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at scala.concurrent.Future$.$anonfun$apply$1(Future.scala:687) ~[scala-library-2.13.15.jar:?]
[2025-11-08T14:02:22.179Z] at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:467) [scala-library-2.13.15.jar:?]
[2025-11-08T14:02:22.179Z] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090) [?:?]
[2025-11-08T14:02:22.179Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614) [?:?]
[2025-11-08T14:02:22.179Z] at java.lang.Thread.run(Thread.java:1474) [?:?]
[2025-11-08T14:02:22.179Z] 14:02:21.960 WARN [block-manager-ask-thread-pool-64] org.apache.spark.storage.BlockManagerMaster - Failed to remove broadcast 18958 with removeFromMaster = true - Block broadcast_18958 does not exist
[2025-11-08T14:02:22.179Z] org.apache.spark.SparkException: Block broadcast_18958 does not exist
[2025-11-08T14:02:22.179Z] at org.apache.spark.errors.SparkCoreErrors$.blockDoesNotExistError(SparkCoreErrors.scala:318) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at org.apache.spark.storage.BlockInfoManager.blockInfo(BlockInfoManager.scala:269) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at org.apache.spark.storage.BlockInfoManager.removeBlock(BlockInfoManager.scala:547) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at org.apache.spark.storage.BlockManager.removeBlockInternal(BlockManager.scala:2091) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at org.apache.spark.storage.BlockManager.removeBlock(BlockManager.scala:2057) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at org.apache.spark.storage.BlockManager.$anonfun$removeBroadcast$3(BlockManager.scala:2029) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at org.apache.spark.storage.BlockManager.$anonfun$removeBroadcast$3$adapted(BlockManager.scala:2029) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:619) ~[scala-library-2.13.15.jar:?]
[2025-11-08T14:02:22.179Z] at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:617) ~[scala-library-2.13.15.jar:?]
[2025-11-08T14:02:22.179Z] at scala.collection.AbstractIterator.foreach(Iterator.scala:1303) ~[scala-library-2.13.15.jar:?]
[2025-11-08T14:02:22.179Z] at org.apache.spark.storage.BlockManager.removeBroadcast(BlockManager.scala:2029) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at org.apache.spark.storage.BlockManagerStorageEndpoint$$anonfun$receiveAndReply$1.$anonfun$applyOrElse$4(BlockManagerStorageEndpoint.scala:69) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.scala:17) ~[scala-library-2.13.15.jar:?]
[2025-11-08T14:02:22.179Z] at org.apache.spark.storage.BlockManagerStorageEndpoint.$anonfun$doAsync$1(BlockManagerStorageEndpoint.scala:101) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at scala.concurrent.Future$.$anonfun$apply$1(Future.scala:687) ~[scala-library-2.13.15.jar:?]
[2025-11-08T14:02:22.179Z] at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:467) [scala-library-2.13.15.jar:?]
[2025-11-08T14:02:22.179Z] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090) [?:?]
[2025-11-08T14:02:22.179Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614) [?:?]
[2025-11-08T14:02:22.179Z] at java.lang.Thread.run(Thread.java:1474) [?:?]
[2025-11-08T14:02:22.179Z] 14:02:21.964 ERROR [Spark Context Cleaner] org.apache.spark.ContextCleaner - Error cleaning broadcast 18958
[2025-11-08T14:02:22.179Z] org.apache.spark.SparkException: Exception thrown in awaitResult:
[2025-11-08T14:02:22.179Z] at org.apache.spark.util.SparkThreadUtils$.awaitResult(SparkThreadUtils.scala:56) ~[spark-common-utils_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at org.apache.spark.util.ThreadUtils$.awaitResult(ThreadUtils.scala:310) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at org.apache.spark.rpc.RpcTimeout.awaitResult(RpcTimeout.scala:75) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at org.apache.spark.storage.BlockManagerMaster.removeBroadcast(BlockManagerMaster.scala:222) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at org.apache.spark.broadcast.TorrentBroadcast$.unpersist(TorrentBroadcast.scala:395) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at org.apache.spark.broadcast.TorrentBroadcastFactory.unbroadcast(TorrentBroadcastFactory.scala:49) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at org.apache.spark.broadcast.BroadcastManager.unbroadcast(BroadcastManager.scala:82) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at org.apache.spark.ContextCleaner.doCleanupBroadcast(ContextCleaner.scala:256) [spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.179Z] at org.apache.spark.ContextCleaner.$anonfun$keepCleaning$3(ContextCleaner.scala:204) [spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.180Z] at org.apache.spark.ContextCleaner.$anonfun$keepCleaning$3$adapted(ContextCleaner.scala:195) [spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.180Z] at scala.Option.foreach(Option.scala:437) [scala-library-2.13.15.jar:?]
[2025-11-08T14:02:22.180Z] at org.apache.spark.ContextCleaner.$anonfun$keepCleaning$1(ContextCleaner.scala:195) [spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.180Z] at org.apache.spark.util.Utils$.tryOrStopSparkContext(Utils.scala:1356) [spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.180Z] at org.apache.spark.ContextCleaner.org$apache$spark$ContextCleaner$$keepCleaning(ContextCleaner.scala:189) [spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.180Z] at org.apache.spark.ContextCleaner$$anon$1.run(ContextCleaner.scala:79) [spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.180Z] Caused by: org.apache.spark.SparkException: Block broadcast_18958 does not exist
[2025-11-08T14:02:22.180Z] at org.apache.spark.errors.SparkCoreErrors$.blockDoesNotExistError(SparkCoreErrors.scala:318) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.180Z] at org.apache.spark.storage.BlockInfoManager.blockInfo(BlockInfoManager.scala:269) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.180Z] at org.apache.spark.storage.BlockInfoManager.removeBlock(BlockInfoManager.scala:547) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.180Z] at org.apache.spark.storage.BlockManager.removeBlockInternal(BlockManager.scala:2091) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.180Z] at org.apache.spark.storage.BlockManager.removeBlock(BlockManager.scala:2057) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.180Z] at org.apache.spark.storage.BlockManager.$anonfun$removeBroadcast$3(BlockManager.scala:2029) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.180Z] at org.apache.spark.storage.BlockManager.$anonfun$removeBroadcast$3$adapted(BlockManager.scala:2029) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.180Z] at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:619) ~[scala-library-2.13.15.jar:?]
[2025-11-08T14:02:22.180Z] at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:617) ~[scala-library-2.13.15.jar:?]
[2025-11-08T14:02:22.180Z] at scala.collection.AbstractIterator.foreach(Iterator.scala:1303) ~[scala-library-2.13.15.jar:?]
[2025-11-08T14:02:22.180Z] at org.apache.spark.storage.BlockManager.removeBroadcast(BlockManager.scala:2029) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.180Z] at org.apache.spark.storage.BlockManagerStorageEndpoint$$anonfun$receiveAndReply$1.$anonfun$applyOrElse$4(BlockManagerStorageEndpoint.scala:69) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.180Z] at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.scala:17) ~[scala-library-2.13.15.jar:?]
[2025-11-08T14:02:22.180Z] at org.apache.spark.storage.BlockManagerStorageEndpoint.$anonfun$doAsync$1(BlockManagerStorageEndpoint.scala:101) ~[spark-core_2.13-3.5.3.jar:3.5.3]
[2025-11-08T14:02:22.180Z] at scala.concurrent.Future$.$anonfun$apply$1(Future.scala:687) ~[scala-library-2.13.15.jar:?]
[2025-11-08T14:02:22.180Z] at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:467) ~[scala-library-2.13.15.jar:?]
[2025-11-08T14:02:22.180Z] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090) ~[?:?]
[2025-11-08T14:02:22.180Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614) ~[?:?]
[2025-11-08T14:02:22.180Z] at java.lang.Thread.run(Thread.java:1474) ~[?:?]
[2025-11-08T14:02:23.413Z] 14:02:22.814 WARN [block-manager-storage-async-thread-pool-30] org.apache.spark.storage.BlockManager - Asked to remove block broadcast_18986, which does not exist
[2025-11-08T14:02:23.413Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T14:02:23.413Z] ====== gauss-mix (apache-spark) [default], iteration 37 completed (22092.820 ms) ======
[2025-11-08T14:02:23.413Z] ====== gauss-mix (apache-spark) [default], iteration 38 started ======
[2025-11-08T14:02:23.413Z] GC before operation: completed in 40.340 ms, heap usage 63.606 MB -> 41.601 MB.
[2025-11-08T14:02:24.003Z] 14:02:23.387 WARN [block-manager-storage-async-thread-pool-31] org.apache.spark.storage.BlockManager - Asked to remove block broadcast_19005, which does not exist
[2025-11-08T14:02:25.941Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T14:02:28.644Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T14:02:32.218Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T14:02:34.150Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T14:02:36.856Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T14:02:38.786Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T14:02:42.696Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T14:02:44.707Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T14:02:44.707Z] ====== gauss-mix (apache-spark) [default], iteration 38 completed (21468.719 ms) ======
[2025-11-08T14:02:44.707Z] ====== gauss-mix (apache-spark) [default], iteration 39 started ======
[2025-11-08T14:02:44.707Z] GC before operation: completed in 53.998 ms, heap usage 286.076 MB -> 41.622 MB.
[2025-11-08T14:02:48.298Z] Accuracy (validation) = 0.97667 for the model trained with K = 12, maxIterations = 25, and seed = 159147643.
[2025-11-08T14:02:51.022Z] Accuracy (validation) = 0.98333 for the model trained with K = 12, maxIterations = 25, and seed = 159147644.
[2025-11-08T14:02:54.659Z] Accuracy (validation) = 0.99333 for the model trained with K = 12, maxIterations = 25, and seed = 159147645.
[2025-11-08T14:02:58.212Z] Accuracy (validation) = 0.91556 for the model trained with K = 12, maxIterations = 25, and seed = 159147646.
[2025-11-08T14:03:01.014Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147643.
[2025-11-08T14:03:03.788Z] Accuracy (validation) = 0.99444 for the model trained with K = 9, maxIterations = 30, and seed = 159147644.
[2025-11-08T14:03:06.495Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147645.
[2025-11-08T14:03:09.217Z] Accuracy (validation) = 1.00000 for the model trained with K = 9, maxIterations = 30, and seed = 159147646.
[2025-11-08T14:03:09.217Z] ====== gauss-mix (apache-spark) [default], iteration 39 completed (24048.223 ms) ======
[2025-11-08T14:03:09.217Z] -----------------------------------
[2025-11-08T14:03:09.217Z] renaissance-gauss-mix_0_PASSED
[2025-11-08T14:03:09.217Z] -----------------------------------
[2025-11-08T14:03:09.217Z]
[2025-11-08T14:03:09.217Z] TEST TEARDOWN:
[2025-11-08T14:03:09.217Z] Nothing to be done for teardown.
[2025-11-08T14:03:09.217Z] renaissance-gauss-mix_0 Finish Time: Sat Nov 8 14:03:09 2025 Epoch Time (ms): 1762610589101
[2025-11-08T14:03:09.217Z]
[2025-11-08T14:03:09.217Z] ===============================================
[2025-11-08T14:03:09.217Z] Running test renaissance-log-regression_0 ...
[2025-11-08T14:03:09.217Z] ===============================================
[2025-11-08T14:03:09.217Z] renaissance-log-regression_0 Start Time: Sat Nov 8 14:03:09 2025 Epoch Time (ms): 1762610589121
[2025-11-08T14:03:09.217Z] variation: NoOptions
[2025-11-08T14:03:09.217Z] JVM_OPTIONS:
[2025-11-08T14:03:09.217Z] { \
[2025-11-08T14:03:09.217Z] echo ""; echo "TEST SETUP:"; \
[2025-11-08T14:03:09.217Z] echo "Nothing to be done for setup."; \
[2025-11-08T14:03:09.217Z] mkdir -p "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-log-regression_0"; \
[2025-11-08T14:03:09.217Z] cd "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-log-regression_0"; \
[2025-11-08T14:03:09.217Z] echo ""; echo "TESTING:"; \
[2025-11-08T14:03:09.217Z] "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java" --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED -jar "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-log-regression_0"/log-regression.json" log-regression; \
[2025-11-08T14:03:09.217Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-log-regression_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-log-regression_0"; else echo "-----------------------------------"; echo "renaissance-log-regression_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-08T14:03:09.217Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-08T14:03:09.217Z] echo "Nothing to be done for teardown."; \
[2025-11-08T14:03:09.217Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/TestTargetResult";
[2025-11-08T14:03:09.217Z]
[2025-11-08T14:03:09.217Z] TEST SETUP:
[2025-11-08T14:03:09.217Z] Nothing to be done for setup.
[2025-11-08T14:03:09.217Z]
[2025-11-08T14:03:09.217Z] TESTING:
[2025-11-08T14:03:10.456Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
[2025-11-08T14:03:10.456Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/output_17626087776658/renaissance-log-regression_0/launcher-140309-572421606330434645/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar)
[2025-11-08T14:03:10.456Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
[2025-11-08T14:03:10.456Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
[2025-11-08T14:03:14.048Z] NOTE: 'log-regression' benchmark uses Spark local executor with 2 (out of 2) threads.
[2025-11-08T14:03:15.986Z] ====== log-regression (apache-spark) [default], iteration 0 started ======
[2025-11-08T14:03:15.986Z] GC before operation: completed in 35.681 ms, heap usage 51.986 MB -> 35.115 MB.
[2025-11-08T14:03:26.202Z] ====== log-regression (apache-spark) [default], iteration 0 completed (10577.512 ms) ======
[2025-11-08T14:03:26.202Z] ====== log-regression (apache-spark) [default], iteration 1 started ======
[2025-11-08T14:03:26.799Z] GC before operation: completed in 90.124 ms, heap usage 565.155 MB -> 117.565 MB.
[2025-11-08T14:03:29.556Z] ====== log-regression (apache-spark) [default], iteration 1 completed (3091.792 ms) ======
[2025-11-08T14:03:29.556Z] ====== log-regression (apache-spark) [default], iteration 2 started ======
[2025-11-08T14:03:29.556Z] GC before operation: completed in 80.817 ms, heap usage 487.815 MB -> 117.811 MB.
[2025-11-08T14:03:32.273Z] ====== log-regression (apache-spark) [default], iteration 2 completed (2425.059 ms) ======
[2025-11-08T14:03:32.273Z] ====== log-regression (apache-spark) [default], iteration 3 started ======
[2025-11-08T14:03:32.273Z] GC before operation: completed in 85.176 ms, heap usage 421.870 MB -> 118.057 MB.
[2025-11-08T14:03:34.216Z] ====== log-regression (apache-spark) [default], iteration 3 completed (2219.261 ms) ======
[2025-11-08T14:03:34.216Z] ====== log-regression (apache-spark) [default], iteration 4 started ======
[2025-11-08T14:03:34.805Z] GC before operation: completed in 79.865 ms, heap usage 329.044 MB -> 118.054 MB.
[2025-11-08T14:03:36.746Z] ====== log-regression (apache-spark) [default], iteration 4 completed (2000.756 ms) ======
[2025-11-08T14:03:36.746Z] ====== log-regression (apache-spark) [default], iteration 5 started ======
[2025-11-08T14:03:36.746Z] GC before operation: completed in 82.029 ms, heap usage 534.987 MB -> 118.968 MB.
[2025-11-08T14:03:38.782Z] ====== log-regression (apache-spark) [default], iteration 5 completed (1830.013 ms) ======
[2025-11-08T14:03:38.782Z] ====== log-regression (apache-spark) [default], iteration 6 started ======
[2025-11-08T14:03:38.782Z] GC before operation: completed in 87.254 ms, heap usage 439.246 MB -> 118.962 MB.
[2025-11-08T14:03:40.716Z] ====== log-regression (apache-spark) [default], iteration 6 completed (1845.102 ms) ======
[2025-11-08T14:03:40.717Z] ====== log-regression (apache-spark) [default], iteration 7 started ======
[2025-11-08T14:03:40.717Z] GC before operation: completed in 95.282 ms, heap usage 291.178 MB -> 118.634 MB.
[2025-11-08T14:03:41.957Z] ====== log-regression (apache-spark) [default], iteration 7 completed (1651.212 ms) ======
[2025-11-08T14:03:41.957Z] ====== log-regression (apache-spark) [default], iteration 8 started ======
[2025-11-08T14:03:41.957Z] GC before operation: completed in 97.727 ms, heap usage 631.134 MB -> 120.073 MB.
[2025-11-08T14:03:43.892Z] ====== log-regression (apache-spark) [default], iteration 8 completed (1949.753 ms) ======
[2025-11-08T14:03:43.892Z] ====== log-regression (apache-spark) [default], iteration 9 started ======
[2025-11-08T14:03:44.481Z] GC before operation: completed in 84.436 ms, heap usage 518.591 MB -> 119.822 MB.
[2025-11-08T14:03:46.414Z] ====== log-regression (apache-spark) [default], iteration 9 completed (1974.693 ms) ======
[2025-11-08T14:03:46.414Z] ====== log-regression (apache-spark) [default], iteration 10 started ======
[2025-11-08T14:03:46.414Z] GC before operation: completed in 99.726 ms, heap usage 158.980 MB -> 118.803 MB.
[2025-11-08T14:03:48.351Z] ====== log-regression (apache-spark) [default], iteration 10 completed (2040.904 ms) ======
[2025-11-08T14:03:48.351Z] ====== log-regression (apache-spark) [default], iteration 11 started ======
[2025-11-08T14:03:48.351Z] GC before operation: completed in 98.313 ms, heap usage 411.274 MB -> 119.728 MB.
[2025-11-08T14:03:50.289Z] ====== log-regression (apache-spark) [default], iteration 11 completed (1883.324 ms) ======
[2025-11-08T14:03:50.289Z] ====== log-regression (apache-spark) [default], iteration 12 started ======
[2025-11-08T14:03:50.289Z] GC before operation: completed in 78.571 ms, heap usage 285.690 MB -> 119.420 MB.
[2025-11-08T14:03:52.248Z] ====== log-regression (apache-spark) [default], iteration 12 completed (1772.179 ms) ======
[2025-11-08T14:03:52.248Z] ====== log-regression (apache-spark) [default], iteration 13 started ======
[2025-11-08T14:03:52.248Z] GC before operation: completed in 94.269 ms, heap usage 311.688 MB -> 119.767 MB.
[2025-11-08T14:03:54.193Z] ====== log-regression (apache-spark) [default], iteration 13 completed (1694.005 ms) ======
[2025-11-08T14:03:54.193Z] ====== log-regression (apache-spark) [default], iteration 14 started ======
[2025-11-08T14:03:54.193Z] GC before operation: completed in 86.397 ms, heap usage 371.510 MB -> 120.042 MB.
[2025-11-08T14:03:56.150Z] ====== log-regression (apache-spark) [default], iteration 14 completed (1829.106 ms) ======
[2025-11-08T14:03:56.150Z] ====== log-regression (apache-spark) [default], iteration 15 started ======
[2025-11-08T14:03:56.150Z] GC before operation: completed in 80.442 ms, heap usage 528.674 MB -> 120.887 MB.
[2025-11-08T14:03:57.742Z] ====== log-regression (apache-spark) [default], iteration 15 completed (2024.044 ms) ======
[2025-11-08T14:03:57.742Z] ====== log-regression (apache-spark) [default], iteration 16 started ======
[2025-11-08T14:03:58.336Z] GC before operation: completed in 150.152 ms, heap usage 239.339 MB -> 120.400 MB.
[2025-11-08T14:04:00.309Z] ====== log-regression (apache-spark) [default], iteration 16 completed (1976.298 ms) ======
[2025-11-08T14:04:00.309Z] ====== log-regression (apache-spark) [default], iteration 17 started ======
[2025-11-08T14:04:00.309Z] GC before operation: completed in 140.921 ms, heap usage 675.602 MB -> 121.802 MB.
[2025-11-08T14:04:02.272Z] ====== log-regression (apache-spark) [default], iteration 17 completed (1908.456 ms) ======
[2025-11-08T14:04:02.272Z] ====== log-regression (apache-spark) [default], iteration 18 started ======
[2025-11-08T14:04:02.272Z] GC before operation: completed in 104.847 ms, heap usage 461.493 MB -> 121.181 MB.
[2025-11-08T14:04:04.223Z] ====== log-regression (apache-spark) [default], iteration 18 completed (1818.913 ms) ======
[2025-11-08T14:04:04.223Z] ====== log-regression (apache-spark) [default], iteration 19 started ======
[2025-11-08T14:04:04.223Z] GC before operation: completed in 130.296 ms, heap usage 613.440 MB -> 121.965 MB.
[2025-11-08T14:04:06.176Z] ====== log-regression (apache-spark) [default], iteration 19 completed (2031.995 ms) ======
[2025-11-08T14:04:06.765Z] -----------------------------------
[2025-11-08T14:04:06.765Z] renaissance-log-regression_0_PASSED
[2025-11-08T14:04:06.765Z] -----------------------------------
[2025-11-08T14:04:06.765Z]
[2025-11-08T14:04:06.765Z] TEST TEARDOWN:
[2025-11-08T14:04:06.765Z] Nothing to be done for teardown.
[2025-11-08T14:04:06.765Z] renaissance-log-regression_0 Finish Time: Sat Nov 8 14:04:06 2025 Epoch Time (ms): 1762610646209
[2025-11-08T14:04:06.765Z]
[2025-11-08T14:04:06.765Z] ===============================================
[2025-11-08T14:04:06.765Z] Running test renaissance-mnemonics_0 ...
[2025-11-08T14:04:06.765Z] ===============================================
[2025-11-08T14:04:06.765Z] renaissance-mnemonics_0 Start Time: Sat Nov 8 14:04:06 2025 Epoch Time (ms): 1762610646230
[2025-11-08T14:04:06.765Z] variation: NoOptions
[2025-11-08T14:04:06.765Z] JVM_OPTIONS:
[2025-11-08T14:04:06.765Z] { \
[2025-11-08T14:04:06.765Z] echo ""; echo "TEST SETUP:"; \
[2025-11-08T14:04:06.765Z] echo "Nothing to be done for setup."; \
[2025-11-08T14:04:06.765Z] mkdir -p "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-mnemonics_0"; \
[2025-11-08T14:04:06.765Z] cd "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-mnemonics_0"; \
[2025-11-08T14:04:06.765Z] echo ""; echo "TESTING:"; \
[2025-11-08T14:04:06.765Z] "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java" --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED -jar "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-mnemonics_0"/mnemonics.json" mnemonics; \
[2025-11-08T14:04:06.765Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-mnemonics_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-mnemonics_0"; else echo "-----------------------------------"; echo "renaissance-mnemonics_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-08T14:04:06.765Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-08T14:04:06.765Z] echo "Nothing to be done for teardown."; \
[2025-11-08T14:04:06.765Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/TestTargetResult";
[2025-11-08T14:04:06.765Z]
[2025-11-08T14:04:06.765Z] TEST SETUP:
[2025-11-08T14:04:06.765Z] Nothing to be done for setup.
[2025-11-08T14:04:06.765Z]
[2025-11-08T14:04:06.765Z] TESTING:
[2025-11-08T14:04:06.765Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
[2025-11-08T14:04:06.765Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/output_17626087776658/renaissance-mnemonics_0/launcher-140406-12229510407397914671/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar)
[2025-11-08T14:04:06.765Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
[2025-11-08T14:04:06.765Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
[2025-11-08T14:04:07.353Z] ====== mnemonics (functional) [default], iteration 0 started ======
[2025-11-08T14:04:07.354Z] GC before operation: completed in 16.717 ms, heap usage 13.905 MB -> 4.019 MB.
[2025-11-08T14:04:11.872Z] ====== mnemonics (functional) [default], iteration 0 completed (4195.975 ms) ======
[2025-11-08T14:04:11.872Z] ====== mnemonics (functional) [default], iteration 1 started ======
[2025-11-08T14:04:11.872Z] GC before operation: completed in 23.998 ms, heap usage 170.519 MB -> 4.057 MB.
[2025-11-08T14:04:17.603Z] ====== mnemonics (functional) [default], iteration 1 completed (4964.595 ms) ======
[2025-11-08T14:04:17.603Z] ====== mnemonics (functional) [default], iteration 2 started ======
[2025-11-08T14:04:17.603Z] GC before operation: completed in 14.834 ms, heap usage 182.557 MB -> 4.057 MB.
[2025-11-08T14:04:22.198Z] ====== mnemonics (functional) [default], iteration 2 completed (4823.820 ms) ======
[2025-11-08T14:04:22.198Z] ====== mnemonics (functional) [default], iteration 3 started ======
[2025-11-08T14:04:22.198Z] GC before operation: completed in 14.617 ms, heap usage 245.057 MB -> 4.057 MB.
[2025-11-08T14:04:26.721Z] ====== mnemonics (functional) [default], iteration 3 completed (4788.744 ms) ======
[2025-11-08T14:04:26.721Z] ====== mnemonics (functional) [default], iteration 4 started ======
[2025-11-08T14:04:26.721Z] GC before operation: completed in 13.457 ms, heap usage 209.561 MB -> 4.057 MB.
[2025-11-08T14:04:31.509Z] ====== mnemonics (functional) [default], iteration 4 completed (4681.895 ms) ======
[2025-11-08T14:04:31.509Z] ====== mnemonics (functional) [default], iteration 5 started ======
[2025-11-08T14:04:31.509Z] GC before operation: completed in 10.788 ms, heap usage 159.057 MB -> 4.057 MB.
[2025-11-08T14:04:36.049Z] ====== mnemonics (functional) [default], iteration 5 completed (4401.897 ms) ======
[2025-11-08T14:04:36.049Z] ====== mnemonics (functional) [default], iteration 6 started ======
[2025-11-08T14:04:36.049Z] GC before operation: completed in 8.932 ms, heap usage 145.557 MB -> 4.057 MB.
[2025-11-08T14:04:40.573Z] ====== mnemonics (functional) [default], iteration 6 completed (4185.592 ms) ======
[2025-11-08T14:04:40.573Z] ====== mnemonics (functional) [default], iteration 7 started ======
[2025-11-08T14:04:40.573Z] GC before operation: completed in 10.085 ms, heap usage 183.763 MB -> 4.057 MB.
[2025-11-08T14:04:45.175Z] ====== mnemonics (functional) [default], iteration 7 completed (4341.909 ms) ======
[2025-11-08T14:04:45.175Z] ====== mnemonics (functional) [default], iteration 8 started ======
[2025-11-08T14:04:45.175Z] GC before operation: completed in 10.767 ms, heap usage 286.057 MB -> 4.057 MB.
[2025-11-08T14:04:49.697Z] ====== mnemonics (functional) [default], iteration 8 completed (4603.421 ms) ======
[2025-11-08T14:04:49.697Z] ====== mnemonics (functional) [default], iteration 9 started ======
[2025-11-08T14:04:49.697Z] GC before operation: completed in 10.264 ms, heap usage 150.557 MB -> 4.057 MB.
[2025-11-08T14:04:55.411Z] ====== mnemonics (functional) [default], iteration 9 completed (5045.528 ms) ======
[2025-11-08T14:04:55.411Z] ====== mnemonics (functional) [default], iteration 10 started ======
[2025-11-08T14:04:55.411Z] GC before operation: completed in 9.341 ms, heap usage 320.057 MB -> 4.057 MB.
[2025-11-08T14:04:59.985Z] ====== mnemonics (functional) [default], iteration 10 completed (4584.603 ms) ======
[2025-11-08T14:04:59.985Z] ====== mnemonics (functional) [default], iteration 11 started ======
[2025-11-08T14:04:59.985Z] GC before operation: completed in 12.912 ms, heap usage 150.557 MB -> 4.057 MB.
[2025-11-08T14:05:04.508Z] ====== mnemonics (functional) [default], iteration 11 completed (4791.699 ms) ======
[2025-11-08T14:05:04.508Z] ====== mnemonics (functional) [default], iteration 12 started ======
[2025-11-08T14:05:04.508Z] GC before operation: completed in 11.818 ms, heap usage 152.309 MB -> 4.057 MB.
[2025-11-08T14:05:10.123Z] ====== mnemonics (functional) [default], iteration 12 completed (4393.067 ms) ======
[2025-11-08T14:05:10.123Z] ====== mnemonics (functional) [default], iteration 13 started ======
[2025-11-08T14:05:10.123Z] GC before operation: completed in 11.242 ms, heap usage 307.557 MB -> 4.057 MB.
[2025-11-08T14:05:15.034Z] ====== mnemonics (functional) [default], iteration 13 completed (4516.234 ms) ======
[2025-11-08T14:05:15.034Z] ====== mnemonics (functional) [default], iteration 14 started ======
[2025-11-08T14:05:15.034Z] GC before operation: completed in 13.748 ms, heap usage 305.057 MB -> 4.057 MB.
[2025-11-08T14:05:18.655Z] ====== mnemonics (functional) [default], iteration 14 completed (4335.330 ms) ======
[2025-11-08T14:05:18.655Z] ====== mnemonics (functional) [default], iteration 15 started ======
[2025-11-08T14:05:18.655Z] GC before operation: completed in 11.218 ms, heap usage 281.309 MB -> 4.057 MB.
[2025-11-08T14:05:23.225Z] ====== mnemonics (functional) [default], iteration 15 completed (4371.144 ms) ======
[2025-11-08T14:05:23.225Z] -----------------------------------
[2025-11-08T14:05:23.225Z] renaissance-mnemonics_0_PASSED
[2025-11-08T14:05:23.225Z] -----------------------------------
[2025-11-08T14:05:23.225Z]
[2025-11-08T14:05:23.225Z] TEST TEARDOWN:
[2025-11-08T14:05:23.225Z] Nothing to be done for teardown.
[2025-11-08T14:05:23.225Z] renaissance-mnemonics_0 Finish Time: Sat Nov 8 14:05:23 2025 Epoch Time (ms): 1762610723042
[2025-11-08T14:05:23.225Z]
[2025-11-08T14:05:23.225Z] ===============================================
[2025-11-08T14:05:23.225Z] Running test renaissance-movie-lens_0 ...
[2025-11-08T14:05:23.225Z] ===============================================
[2025-11-08T14:05:23.225Z] renaissance-movie-lens_0 Start Time: Sat Nov 8 14:05:23 2025 Epoch Time (ms): 1762610723057
[2025-11-08T14:05:23.225Z] variation: NoOptions
[2025-11-08T14:05:23.225Z] JVM_OPTIONS:
[2025-11-08T14:05:23.225Z] { \
[2025-11-08T14:05:23.225Z] echo ""; echo "TEST SETUP:"; \
[2025-11-08T14:05:23.225Z] echo "Nothing to be done for setup."; \
[2025-11-08T14:05:23.225Z] mkdir -p "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-movie-lens_0"; \
[2025-11-08T14:05:23.225Z] cd "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-movie-lens_0"; \
[2025-11-08T14:05:23.225Z] echo ""; echo "TESTING:"; \
[2025-11-08T14:05:23.225Z] "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java" --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED -jar "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-movie-lens_0"/movie-lens.json" movie-lens; \
[2025-11-08T14:05:23.225Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-movie-lens_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-movie-lens_0"; else echo "-----------------------------------"; echo "renaissance-movie-lens_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-08T14:05:23.225Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-08T14:05:23.225Z] echo "Nothing to be done for teardown."; \
[2025-11-08T14:05:23.225Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/TestTargetResult";
[2025-11-08T14:05:23.225Z]
[2025-11-08T14:05:23.225Z] TEST SETUP:
[2025-11-08T14:05:23.225Z] Nothing to be done for setup.
[2025-11-08T14:05:23.225Z]
[2025-11-08T14:05:23.225Z] TESTING:
[2025-11-08T14:05:23.814Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
[2025-11-08T14:05:23.814Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/output_17626087776658/renaissance-movie-lens_0/launcher-140523-8145459021544161453/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar)
[2025-11-08T14:05:23.814Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
[2025-11-08T14:05:23.814Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
[2025-11-08T14:05:28.372Z] NOTE: 'movie-lens' benchmark uses Spark local executor with 2 (out of 2) threads.
[2025-11-08T14:05:32.889Z] 14:05:32.507 WARN [dispatcher-event-loop-0] org.apache.spark.scheduler.TaskSetManager - Stage 8 contains a task of very large size (2797 KiB). The maximum recommended task size is 1000 KiB.
[2025-11-08T14:05:34.866Z] Got 100004 ratings from 671 users on 9066 movies.
[2025-11-08T14:05:35.458Z] Training: 60056, validation: 20285, test: 19854
[2025-11-08T14:05:35.458Z] ====== movie-lens (apache-spark) [default], iteration 0 started ======
[2025-11-08T14:05:36.065Z] GC before operation: completed in 157.694 ms, heap usage 120.216 MB -> 75.533 MB.
[2025-11-08T14:05:40.588Z] RMSE (validation) = 3.621968954548762 for the model trained with rank = 8, lambda = 5.0, and numIter = 20.
[2025-11-08T14:05:44.163Z] RMSE (validation) = 2.134092321459638 for the model trained with rank = 10, lambda = 2.0, and numIter = 20.
[2025-11-08T14:05:46.874Z] RMSE (validation) = 1.3105186097961345 for the model trained with rank = 12, lambda = 1.0, and numIter = 20.
[2025-11-08T14:05:49.675Z] RMSE (validation) = 1.0039112263869625 for the model trained with rank = 8, lambda = 0.05, and numIter = 20.
[2025-11-08T14:05:51.130Z] RMSE (validation) = 1.2279489569306759 for the model trained with rank = 10, lambda = 0.01, and numIter = 10.
[2025-11-08T14:05:53.080Z] RMSE (validation) = 1.1317743270958185 for the model trained with rank = 8, lambda = 0.02, and numIter = 10.
[2025-11-08T14:05:54.307Z] RMSE (validation) = 0.9270299248067019 for the model trained with rank = 12, lambda = 0.1, and numIter = 10.
[2025-11-08T14:05:56.252Z] RMSE (validation) = 0.8979370339906045 for the model trained with rank = 8, lambda = 0.2, and numIter = 10.
[2025-11-08T14:05:56.252Z] The best model was trained with rank = 8 and lambda = 0.2, and numIter = 10, and its RMSE on the test set is 0.9082701964919572.
[2025-11-08T14:05:56.252Z] The best model improves the baseline by 14.34%.
[2025-11-08T14:05:56.849Z] Top recommended movies for user id 72:
[2025-11-08T14:05:56.849Z] 1: Land of Silence and Darkness (Land des Schweigens und der Dunkelheit) (1971) (rating: 4.687, id: 67504)
[2025-11-08T14:05:56.849Z] 2: Goat, The (1921) (rating: 4.687, id: 83318)
[2025-11-08T14:05:56.849Z] 3: Play House, The (1921) (rating: 4.687, id: 83359)
[2025-11-08T14:05:56.849Z] 4: Cops (1922) (rating: 4.687, id: 83411)
[2025-11-08T14:05:56.849Z] 5: Dear Frankie (2004) (rating: 4.297, id: 8530)
[2025-11-08T14:05:56.849Z] ====== movie-lens (apache-spark) [default], iteration 0 completed (20958.252 ms) ======
[2025-11-08T14:05:56.849Z] ====== movie-lens (apache-spark) [default], iteration 1 started ======
[2025-11-08T14:05:56.849Z] GC before operation: completed in 155.430 ms, heap usage 147.107 MB -> 93.446 MB.
[2025-11-08T14:05:59.572Z] RMSE (validation) = 3.621968954548762 for the model trained with rank = 8, lambda = 5.0, and numIter = 20.
[2025-11-08T14:06:02.276Z] RMSE (validation) = 2.134092321459638 for the model trained with rank = 10, lambda = 2.0, and numIter = 20.
[2025-11-08T14:06:04.976Z] RMSE (validation) = 1.3105186097961345 for the model trained with rank = 12, lambda = 1.0, and numIter = 20.
[2025-11-08T14:06:07.695Z] RMSE (validation) = 1.0039112263869625 for the model trained with rank = 8, lambda = 0.05, and numIter = 20.
[2025-11-08T14:06:08.926Z] RMSE (validation) = 1.2279489569306759 for the model trained with rank = 10, lambda = 0.01, and numIter = 10.
[2025-11-08T14:06:10.865Z] RMSE (validation) = 1.1317743270958185 for the model trained with rank = 8, lambda = 0.02, and numIter = 10.
[2025-11-08T14:06:12.118Z] RMSE (validation) = 0.9270299248067019 for the model trained with rank = 12, lambda = 0.1, and numIter = 10.
[2025-11-08T14:06:13.344Z] RMSE (validation) = 0.8979370339906045 for the model trained with rank = 8, lambda = 0.2, and numIter = 10.
[2025-11-08T14:06:13.937Z] The best model was trained with rank = 8 and lambda = 0.2, and numIter = 10, and its RMSE on the test set is 0.9082701964919572.
[2025-11-08T14:06:13.937Z] The best model improves the baseline by 14.34%.
[2025-11-08T14:06:13.937Z] Top recommended movies for user id 72:
[2025-11-08T14:06:13.937Z] 1: Land of Silence and Darkness (Land des Schweigens und der Dunkelheit) (1971) (rating: 4.687, id: 67504)
[2025-11-08T14:06:13.937Z] 2: Goat, The (1921) (rating: 4.687, id: 83318)
[2025-11-08T14:06:13.937Z] 3: Play House, The (1921) (rating: 4.687, id: 83359)
[2025-11-08T14:06:13.938Z] 4: Cops (1922) (rating: 4.687, id: 83411)
[2025-11-08T14:06:13.938Z] 5: Dear Frankie (2004) (rating: 4.297, id: 8530)
[2025-11-08T14:06:13.938Z] ====== movie-lens (apache-spark) [default], iteration 1 completed (16954.159 ms) ======
[2025-11-08T14:06:13.938Z] ====== movie-lens (apache-spark) [default], iteration 2 started ======
[2025-11-08T14:06:13.938Z] GC before operation: completed in 130.789 ms, heap usage 244.338 MB -> 87.754 MB.
[2025-11-08T14:06:16.648Z] RMSE (validation) = 3.621968954548762 for the model trained with rank = 8, lambda = 5.0, and numIter = 20.
[2025-11-08T14:06:18.668Z] RMSE (validation) = 2.134092321459638 for the model trained with rank = 10, lambda = 2.0, and numIter = 20.
[2025-11-08T14:06:20.716Z] RMSE (validation) = 1.3105186097961345 for the model trained with rank = 12, lambda = 1.0, and numIter = 20.
[2025-11-08T14:06:22.669Z] RMSE (validation) = 1.0039112263869625 for the model trained with rank = 8, lambda = 0.05, and numIter = 20.
[2025-11-08T14:06:23.902Z] RMSE (validation) = 1.2279489569306759 for the model trained with rank = 10, lambda = 0.01, and numIter = 10.
[2025-11-08T14:06:25.595Z] RMSE (validation) = 1.1317743270958185 for the model trained with rank = 8, lambda = 0.02, and numIter = 10.
[2025-11-08T14:06:26.827Z] RMSE (validation) = 0.9270299248067019 for the model trained with rank = 12, lambda = 0.1, and numIter = 10.
[2025-11-08T14:06:28.065Z] RMSE (validation) = 0.8979370339906045 for the model trained with rank = 8, lambda = 0.2, and numIter = 10.
[2025-11-08T14:06:28.065Z] The best model was trained with rank = 8 and lambda = 0.2, and numIter = 10, and its RMSE on the test set is 0.9082701964919572.
[2025-11-08T14:06:28.065Z] The best model improves the baseline by 14.34%.
[2025-11-08T14:06:28.065Z] Top recommended movies for user id 72:
[2025-11-08T14:06:28.065Z] 1: Land of Silence and Darkness (Land des Schweigens und der Dunkelheit) (1971) (rating: 4.687, id: 67504)
[2025-11-08T14:06:28.065Z] 2: Goat, The (1921) (rating: 4.687, id: 83318)
[2025-11-08T14:06:28.065Z] 3: Play House, The (1921) (rating: 4.687, id: 83359)
[2025-11-08T14:06:28.065Z] 4: Cops (1922) (rating: 4.687, id: 83411)
[2025-11-08T14:06:28.065Z] 5: Dear Frankie (2004) (rating: 4.297, id: 8530)
[2025-11-08T14:06:28.065Z] ====== movie-lens (apache-spark) [default], iteration 2 completed (14205.344 ms) ======
[2025-11-08T14:06:28.065Z] ====== movie-lens (apache-spark) [default], iteration 3 started ======
[2025-11-08T14:06:28.065Z] GC before operation: completed in 129.791 ms, heap usage 122.827 MB -> 88.260 MB.
[2025-11-08T14:06:30.791Z] RMSE (validation) = 3.621968954548762 for the model trained with rank = 8, lambda = 5.0, and numIter = 20.
[2025-11-08T14:06:32.732Z] RMSE (validation) = 2.134092321459638 for the model trained with rank = 10, lambda = 2.0, and numIter = 20.
[2025-11-08T14:06:35.436Z] RMSE (validation) = 1.3105186097961345 for the model trained with rank = 12, lambda = 1.0, and numIter = 20.
[2025-11-08T14:06:37.374Z] RMSE (validation) = 1.0039112263869625 for the model trained with rank = 8, lambda = 0.05, and numIter = 20.
[2025-11-08T14:06:38.713Z] RMSE (validation) = 1.2279489569306759 for the model trained with rank = 10, lambda = 0.01, and numIter = 10.
[2025-11-08T14:06:40.024Z] RMSE (validation) = 1.1317743270958185 for the model trained with rank = 8, lambda = 0.02, and numIter = 10.
[2025-11-08T14:06:41.336Z] RMSE (validation) = 0.9270299248067019 for the model trained with rank = 12, lambda = 0.1, and numIter = 10.
[2025-11-08T14:06:42.653Z] RMSE (validation) = 0.8979370339906045 for the model trained with rank = 8, lambda = 0.2, and numIter = 10.
[2025-11-08T14:06:42.653Z] The best model was trained with rank = 8 and lambda = 0.2, and numIter = 10, and its RMSE on the test set is 0.9082701964919572.
[2025-11-08T14:06:42.653Z] The best model improves the baseline by 14.34%.
[2025-11-08T14:06:43.261Z] Top recommended movies for user id 72:
[2025-11-08T14:06:43.261Z] 1: Land of Silence and Darkness (Land des Schweigens und der Dunkelheit) (1971) (rating: 4.687, id: 67504)
[2025-11-08T14:06:43.261Z] 2: Goat, The (1921) (rating: 4.687, id: 83318)
[2025-11-08T14:06:43.261Z] 3: Play House, The (1921) (rating: 4.687, id: 83359)
[2025-11-08T14:06:43.261Z] 4: Cops (1922) (rating: 4.687, id: 83411)
[2025-11-08T14:06:43.261Z] 5: Dear Frankie (2004) (rating: 4.297, id: 8530)
[2025-11-08T14:06:43.261Z] ====== movie-lens (apache-spark) [default], iteration 3 completed (14689.543 ms) ======
[2025-11-08T14:06:43.261Z] ====== movie-lens (apache-spark) [default], iteration 4 started ======
[2025-11-08T14:06:43.261Z] GC before operation: completed in 118.893 ms, heap usage 170.061 MB -> 88.600 MB.
[2025-11-08T14:06:45.202Z] RMSE (validation) = 3.621968954548762 for the model trained with rank = 8, lambda = 5.0, and numIter = 20.
[2025-11-08T14:06:47.145Z] RMSE (validation) = 2.134092321459638 for the model trained with rank = 10, lambda = 2.0, and numIter = 20.
[2025-11-08T14:06:49.859Z] RMSE (validation) = 1.3105186097961345 for the model trained with rank = 12, lambda = 1.0, and numIter = 20.
[2025-11-08T14:06:51.789Z] RMSE (validation) = 1.0039112263869625 for the model trained with rank = 8, lambda = 0.05, and numIter = 20.
[2025-11-08T14:06:53.734Z] RMSE (validation) = 1.2279489569306759 for the model trained with rank = 10, lambda = 0.01, and numIter = 10.
[2025-11-08T14:06:54.324Z] RMSE (validation) = 1.1317743270958185 for the model trained with rank = 8, lambda = 0.02, and numIter = 10.
[2025-11-08T14:06:56.249Z] RMSE (validation) = 0.9270299248067019 for the model trained with rank = 12, lambda = 0.1, and numIter = 10.
[2025-11-08T14:06:56.846Z] RMSE (validation) = 0.8979370339906045 for the model trained with rank = 8, lambda = 0.2, and numIter = 10.
[2025-11-08T14:06:57.438Z] The best model was trained with rank = 8 and lambda = 0.2, and numIter = 10, and its RMSE on the test set is 0.9082701964919572.
[2025-11-08T14:06:57.438Z] The best model improves the baseline by 14.34%.
[2025-11-08T14:06:57.438Z] Top recommended movies for user id 72:
[2025-11-08T14:06:57.438Z] 1: Land of Silence and Darkness (Land des Schweigens und der Dunkelheit) (1971) (rating: 4.687, id: 67504)
[2025-11-08T14:06:57.438Z] 2: Goat, The (1921) (rating: 4.687, id: 83318)
[2025-11-08T14:06:57.438Z] 3: Play House, The (1921) (rating: 4.687, id: 83359)
[2025-11-08T14:06:57.438Z] 4: Cops (1922) (rating: 4.687, id: 83411)
[2025-11-08T14:06:57.438Z] 5: Dear Frankie (2004) (rating: 4.297, id: 8530)
[2025-11-08T14:06:57.438Z] ====== movie-lens (apache-spark) [default], iteration 4 completed (14150.592 ms) ======
[2025-11-08T14:06:57.438Z] ====== movie-lens (apache-spark) [default], iteration 5 started ======
[2025-11-08T14:06:57.438Z] GC before operation: completed in 141.918 ms, heap usage 224.016 MB -> 88.765 MB.
[2025-11-08T14:06:59.373Z] RMSE (validation) = 3.621968954548762 for the model trained with rank = 8, lambda = 5.0, and numIter = 20.
[2025-11-08T14:07:01.637Z] RMSE (validation) = 2.134092321459638 for the model trained with rank = 10, lambda = 2.0, and numIter = 20.
[2025-11-08T14:07:03.569Z] RMSE (validation) = 1.3105186097961345 for the model trained with rank = 12, lambda = 1.0, and numIter = 20.
[2025-11-08T14:07:05.503Z] RMSE (validation) = 1.0039112263869625 for the model trained with rank = 8, lambda = 0.05, and numIter = 20.
[2025-11-08T14:07:06.742Z] RMSE (validation) = 1.2279489569306759 for the model trained with rank = 10, lambda = 0.01, and numIter = 10.
[2025-11-08T14:07:07.329Z] RMSE (validation) = 1.1317743270958185 for the model trained with rank = 8, lambda = 0.02, and numIter = 10.
[2025-11-08T14:07:08.568Z] RMSE (validation) = 0.9270299248067019 for the model trained with rank = 12, lambda = 0.1, and numIter = 10.
[2025-11-08T14:07:09.801Z] RMSE (validation) = 0.8979370339906045 for the model trained with rank = 8, lambda = 0.2, and numIter = 10.
[2025-11-08T14:07:10.394Z] The best model was trained with rank = 8 and lambda = 0.2, and numIter = 10, and its RMSE on the test set is 0.9082701964919572.
[2025-11-08T14:07:10.394Z] The best model improves the baseline by 14.34%.
[2025-11-08T14:07:10.394Z] Top recommended movies for user id 72:
[2025-11-08T14:07:10.394Z] 1: Land of Silence and Darkness (Land des Schweigens und der Dunkelheit) (1971) (rating: 4.687, id: 67504)
[2025-11-08T14:07:10.394Z] 2: Goat, The (1921) (rating: 4.687, id: 83318)
[2025-11-08T14:07:10.394Z] 3: Play House, The (1921) (rating: 4.687, id: 83359)
[2025-11-08T14:07:10.394Z] 4: Cops (1922) (rating: 4.687, id: 83411)
[2025-11-08T14:07:10.394Z] 5: Dear Frankie (2004) (rating: 4.297, id: 8530)
[2025-11-08T14:07:10.394Z] ====== movie-lens (apache-spark) [default], iteration 5 completed (13001.226 ms) ======
[2025-11-08T14:07:10.394Z] ====== movie-lens (apache-spark) [default], iteration 6 started ======
[2025-11-08T14:07:10.394Z] GC before operation: completed in 194.624 ms, heap usage 386.816 MB -> 89.322 MB.
[2025-11-08T14:07:13.108Z] RMSE (validation) = 3.621968954548762 for the model trained with rank = 8, lambda = 5.0, and numIter = 20.
[2025-11-08T14:07:14.348Z] RMSE (validation) = 2.134092321459638 for the model trained with rank = 10, lambda = 2.0, and numIter = 20.
[2025-11-08T14:07:17.068Z] RMSE (validation) = 1.3105186097961345 for the model trained with rank = 12, lambda = 1.0, and numIter = 20.
[2025-11-08T14:07:18.302Z] RMSE (validation) = 1.0039112263869625 for the model trained with rank = 8, lambda = 0.05, and numIter = 20.
[2025-11-08T14:07:20.240Z] RMSE (validation) = 1.2279489569306759 for the model trained with rank = 10, lambda = 0.01, and numIter = 10.
[2025-11-08T14:07:21.477Z] RMSE (validation) = 1.1317743270958185 for the model trained with rank = 8, lambda = 0.02, and numIter = 10.
[2025-11-08T14:07:22.708Z] RMSE (validation) = 0.9270299248067019 for the model trained with rank = 12, lambda = 0.1, and numIter = 10.
[2025-11-08T14:07:23.296Z] RMSE (validation) = 0.8979370339906045 for the model trained with rank = 8, lambda = 0.2, and numIter = 10.
[2025-11-08T14:07:23.913Z] The best model was trained with rank = 8 and lambda = 0.2, and numIter = 10, and its RMSE on the test set is 0.9082701964919572.
[2025-11-08T14:07:23.913Z] The best model improves the baseline by 14.34%.
[2025-11-08T14:07:23.913Z] Top recommended movies for user id 72:
[2025-11-08T14:07:23.914Z] 1: Land of Silence and Darkness (Land des Schweigens und der Dunkelheit) (1971) (rating: 4.687, id: 67504)
[2025-11-08T14:07:23.914Z] 2: Goat, The (1921) (rating: 4.687, id: 83318)
[2025-11-08T14:07:23.914Z] 3: Play House, The (1921) (rating: 4.687, id: 83359)
[2025-11-08T14:07:23.914Z] 4: Cops (1922) (rating: 4.687, id: 83411)
[2025-11-08T14:07:23.914Z] 5: Dear Frankie (2004) (rating: 4.297, id: 8530)
[2025-11-08T14:07:23.914Z] ====== movie-lens (apache-spark) [default], iteration 6 completed (13221.794 ms) ======
[2025-11-08T14:07:23.914Z] ====== movie-lens (apache-spark) [default], iteration 7 started ======
[2025-11-08T14:07:23.914Z] GC before operation: completed in 127.470 ms, heap usage 140.634 MB -> 88.921 MB.
[2025-11-08T14:07:26.621Z] RMSE (validation) = 3.621968954548762 for the model trained with rank = 8, lambda = 5.0, and numIter = 20.
[2025-11-08T14:07:28.552Z] RMSE (validation) = 2.134092321459638 for the model trained with rank = 10, lambda = 2.0, and numIter = 20.
[2025-11-08T14:07:31.288Z] RMSE (validation) = 1.3105186097961345 for the model trained with rank = 12, lambda = 1.0, and numIter = 20.
[2025-11-08T14:07:33.495Z] RMSE (validation) = 1.0039112263869625 for the model trained with rank = 8, lambda = 0.05, and numIter = 20.
[2025-11-08T14:07:34.086Z] RMSE (validation) = 1.2279489569306759 for the model trained with rank = 10, lambda = 0.01, and numIter = 10.
[2025-11-08T14:07:36.020Z] RMSE (validation) = 1.1317743270958185 for the model trained with rank = 8, lambda = 0.02, and numIter = 10.
[2025-11-08T14:07:37.250Z] RMSE (validation) = 0.9270299248067019 for the model trained with rank = 12, lambda = 0.1, and numIter = 10.
[2025-11-08T14:07:37.838Z] RMSE (validation) = 0.8979370339906045 for the model trained with rank = 8, lambda = 0.2, and numIter = 10.
[2025-11-08T14:07:38.430Z] The best model was trained with rank = 8 and lambda = 0.2, and numIter = 10, and its RMSE on the test set is 0.9082701964919572.
[2025-11-08T14:07:38.430Z] The best model improves the baseline by 14.34%.
[2025-11-08T14:07:38.430Z] Top recommended movies for user id 72:
[2025-11-08T14:07:38.430Z] 1: Land of Silence and Darkness (Land des Schweigens und der Dunkelheit) (1971) (rating: 4.687, id: 67504)
[2025-11-08T14:07:38.430Z] 2: Goat, The (1921) (rating: 4.687, id: 83318)
[2025-11-08T14:07:38.430Z] 3: Play House, The (1921) (rating: 4.687, id: 83359)
[2025-11-08T14:07:38.430Z] 4: Cops (1922) (rating: 4.687, id: 83411)
[2025-11-08T14:07:38.431Z] 5: Dear Frankie (2004) (rating: 4.297, id: 8530)
[2025-11-08T14:07:38.431Z] ====== movie-lens (apache-spark) [default], iteration 7 completed (14420.683 ms) ======
[2025-11-08T14:07:38.431Z] ====== movie-lens (apache-spark) [default], iteration 8 started ======
[2025-11-08T14:07:38.431Z] GC before operation: completed in 159.309 ms, heap usage 235.502 MB -> 89.344 MB.
[2025-11-08T14:07:40.379Z] RMSE (validation) = 3.621968954548762 for the model trained with rank = 8, lambda = 5.0, and numIter = 20.
[2025-11-08T14:07:43.193Z] RMSE (validation) = 2.134092321459638 for the model trained with rank = 10, lambda = 2.0, and numIter = 20.
[2025-11-08T14:07:45.119Z] RMSE (validation) = 1.3105186097961345 for the model trained with rank = 12, lambda = 1.0, and numIter = 20.
[2025-11-08T14:07:47.824Z] RMSE (validation) = 1.0039112263869625 for the model trained with rank = 8, lambda = 0.05, and numIter = 20.
[2025-11-08T14:07:49.050Z] RMSE (validation) = 1.2279489569306759 for the model trained with rank = 10, lambda = 0.01, and numIter = 10.
[2025-11-08T14:07:50.284Z] RMSE (validation) = 1.1317743270958185 for the model trained with rank = 8, lambda = 0.02, and numIter = 10.
[2025-11-08T14:07:52.225Z] RMSE (validation) = 0.9270299248067019 for the model trained with rank = 12, lambda = 0.1, and numIter = 10.
[2025-11-08T14:07:53.455Z] RMSE (validation) = 0.8979370339906045 for the model trained with rank = 8, lambda = 0.2, and numIter = 10.
[2025-11-08T14:07:53.455Z] The best model was trained with rank = 8 and lambda = 0.2, and numIter = 10, and its RMSE on the test set is 0.9082701964919572.
[2025-11-08T14:07:53.455Z] The best model improves the baseline by 14.34%.
[2025-11-08T14:07:54.046Z] Top recommended movies for user id 72:
[2025-11-08T14:07:54.046Z] 1: Land of Silence and Darkness (Land des Schweigens und der Dunkelheit) (1971) (rating: 4.687, id: 67504)
[2025-11-08T14:07:54.046Z] 2: Goat, The (1921) (rating: 4.687, id: 83318)
[2025-11-08T14:07:54.046Z] 3: Play House, The (1921) (rating: 4.687, id: 83359)
[2025-11-08T14:07:54.046Z] 4: Cops (1922) (rating: 4.687, id: 83411)
[2025-11-08T14:07:54.046Z] 5: Dear Frankie (2004) (rating: 4.297, id: 8530)
[2025-11-08T14:07:54.046Z] ====== movie-lens (apache-spark) [default], iteration 8 completed (15339.490 ms) ======
[2025-11-08T14:07:54.046Z] ====== movie-lens (apache-spark) [default], iteration 9 started ======
[2025-11-08T14:07:54.046Z] GC before operation: completed in 122.231 ms, heap usage 204.869 MB -> 89.176 MB.
[2025-11-08T14:07:56.020Z] RMSE (validation) = 3.621968954548762 for the model trained with rank = 8, lambda = 5.0, and numIter = 20.
[2025-11-08T14:07:57.960Z] RMSE (validation) = 2.134092321459638 for the model trained with rank = 10, lambda = 2.0, and numIter = 20.
[2025-11-08T14:07:59.976Z] RMSE (validation) = 1.3105186097961345 for the model trained with rank = 12, lambda = 1.0, and numIter = 20.
[2025-11-08T14:08:01.917Z] RMSE (validation) = 1.0039112263869625 for the model trained with rank = 8, lambda = 0.05, and numIter = 20.
[2025-11-08T14:08:03.145Z] RMSE (validation) = 1.2279489569306759 for the model trained with rank = 10, lambda = 0.01, and numIter = 10.
[2025-11-08T14:08:04.378Z] RMSE (validation) = 1.1317743270958185 for the model trained with rank = 8, lambda = 0.02, and numIter = 10.
[2025-11-08T14:08:06.309Z] RMSE (validation) = 0.9270299248067019 for the model trained with rank = 12, lambda = 0.1, and numIter = 10.
[2025-11-08T14:08:07.548Z] RMSE (validation) = 0.8979370339906045 for the model trained with rank = 8, lambda = 0.2, and numIter = 10.
[2025-11-08T14:08:07.548Z] The best model was trained with rank = 8 and lambda = 0.2, and numIter = 10, and its RMSE on the test set is 0.9082701964919572.
[2025-11-08T14:08:07.548Z] The best model improves the baseline by 14.34%.
[2025-11-08T14:08:07.548Z] Top recommended movies for user id 72:
[2025-11-08T14:08:07.548Z] 1: Land of Silence and Darkness (Land des Schweigens und der Dunkelheit) (1971) (rating: 4.687, id: 67504)
[2025-11-08T14:08:07.548Z] 2: Goat, The (1921) (rating: 4.687, id: 83318)
[2025-11-08T14:08:07.548Z] 3: Play House, The (1921) (rating: 4.687, id: 83359)
[2025-11-08T14:08:07.548Z] 4: Cops (1922) (rating: 4.687, id: 83411)
[2025-11-08T14:08:07.548Z] 5: Dear Frankie (2004) (rating: 4.297, id: 8530)
[2025-11-08T14:08:07.548Z] ====== movie-lens (apache-spark) [default], iteration 9 completed (13618.875 ms) ======
[2025-11-08T14:08:07.548Z] ====== movie-lens (apache-spark) [default], iteration 10 started ======
[2025-11-08T14:08:07.548Z] GC before operation: completed in 133.912 ms, heap usage 198.449 MB -> 89.303 MB.
[2025-11-08T14:08:09.842Z] RMSE (validation) = 3.621968954548762 for the model trained with rank = 8, lambda = 5.0, and numIter = 20.
[2025-11-08T14:08:11.784Z] RMSE (validation) = 2.134092321459638 for the model trained with rank = 10, lambda = 2.0, and numIter = 20.
[2025-11-08T14:08:13.717Z] RMSE (validation) = 1.3105186097961345 for the model trained with rank = 12, lambda = 1.0, and numIter = 20.
[2025-11-08T14:08:15.671Z] RMSE (validation) = 1.0039112263869625 for the model trained with rank = 8, lambda = 0.05, and numIter = 20.
[2025-11-08T14:08:16.912Z] RMSE (validation) = 1.2279489569306759 for the model trained with rank = 10, lambda = 0.01, and numIter = 10.
[2025-11-08T14:08:18.149Z] RMSE (validation) = 1.1317743270958185 for the model trained with rank = 8, lambda = 0.02, and numIter = 10.
[2025-11-08T14:08:19.387Z] RMSE (validation) = 0.9270299248067019 for the model trained with rank = 12, lambda = 0.1, and numIter = 10.
[2025-11-08T14:08:20.616Z] RMSE (validation) = 0.8979370339906045 for the model trained with rank = 8, lambda = 0.2, and numIter = 10.
[2025-11-08T14:08:21.205Z] The best model was trained with rank = 8 and lambda = 0.2, and numIter = 10, and its RMSE on the test set is 0.9082701964919572.
[2025-11-08T14:08:21.205Z] The best model improves the baseline by 14.34%.
[2025-11-08T14:08:21.205Z] Top recommended movies for user id 72:
[2025-11-08T14:08:21.205Z] 1: Land of Silence and Darkness (Land des Schweigens und der Dunkelheit) (1971) (rating: 4.687, id: 67504)
[2025-11-08T14:08:21.205Z] 2: Goat, The (1921) (rating: 4.687, id: 83318)
[2025-11-08T14:08:21.205Z] 3: Play House, The (1921) (rating: 4.687, id: 83359)
[2025-11-08T14:08:21.205Z] 4: Cops (1922) (rating: 4.687, id: 83411)
[2025-11-08T14:08:21.205Z] 5: Dear Frankie (2004) (rating: 4.297, id: 8530)
[2025-11-08T14:08:21.205Z] ====== movie-lens (apache-spark) [default], iteration 10 completed (13359.441 ms) ======
[2025-11-08T14:08:21.205Z] ====== movie-lens (apache-spark) [default], iteration 11 started ======
[2025-11-08T14:08:21.205Z] GC before operation: completed in 124.283 ms, heap usage 435.488 MB -> 89.534 MB.
[2025-11-08T14:08:23.143Z] RMSE (validation) = 3.621968954548762 for the model trained with rank = 8, lambda = 5.0, and numIter = 20.
[2025-11-08T14:08:25.868Z] RMSE (validation) = 2.134092321459638 for the model trained with rank = 10, lambda = 2.0, and numIter = 20.
[2025-11-08T14:08:28.561Z] RMSE (validation) = 1.3105186097961345 for the model trained with rank = 12, lambda = 1.0, and numIter = 20.
[2025-11-08T14:08:30.514Z] RMSE (validation) = 1.0039112263869625 for the model trained with rank = 8, lambda = 0.05, and numIter = 20.
[2025-11-08T14:08:31.745Z] RMSE (validation) = 1.2279489569306759 for the model trained with rank = 10, lambda = 0.01, and numIter = 10.
[2025-11-08T14:08:33.694Z] RMSE (validation) = 1.1317743270958185 for the model trained with rank = 8, lambda = 0.02, and numIter = 10.
[2025-11-08T14:08:34.926Z] RMSE (validation) = 0.9270299248067019 for the model trained with rank = 12, lambda = 0.1, and numIter = 10.
[2025-11-08T14:08:36.156Z] RMSE (validation) = 0.8979370339906045 for the model trained with rank = 8, lambda = 0.2, and numIter = 10.
[2025-11-08T14:08:36.157Z] The best model was trained with rank = 8 and lambda = 0.2, and numIter = 10, and its RMSE on the test set is 0.9082701964919572.
[2025-11-08T14:08:36.157Z] The best model improves the baseline by 14.34%.
[2025-11-08T14:08:36.764Z] Top recommended movies for user id 72:
[2025-11-08T14:08:36.764Z] 1: Land of Silence and Darkness (Land des Schweigens und der Dunkelheit) (1971) (rating: 4.687, id: 67504)
[2025-11-08T14:08:36.764Z] 2: Goat, The (1921) (rating: 4.687, id: 83318)
[2025-11-08T14:08:36.764Z] 3: Play House, The (1921) (rating: 4.687, id: 83359)
[2025-11-08T14:08:36.764Z] 4: Cops (1922) (rating: 4.687, id: 83411)
[2025-11-08T14:08:36.764Z] 5: Dear Frankie (2004) (rating: 4.297, id: 8530)
[2025-11-08T14:08:36.764Z] ====== movie-lens (apache-spark) [default], iteration 11 completed (15268.406 ms) ======
[2025-11-08T14:08:36.764Z] ====== movie-lens (apache-spark) [default], iteration 12 started ======
[2025-11-08T14:08:36.764Z] GC before operation: completed in 128.253 ms, heap usage 199.858 MB -> 89.339 MB.
[2025-11-08T14:08:38.742Z] RMSE (validation) = 3.621968954548762 for the model trained with rank = 8, lambda = 5.0, and numIter = 20.
[2025-11-08T14:08:40.670Z] RMSE (validation) = 2.134092321459638 for the model trained with rank = 10, lambda = 2.0, and numIter = 20.
[2025-11-08T14:08:42.600Z] RMSE (validation) = 1.3105186097961345 for the model trained with rank = 12, lambda = 1.0, and numIter = 20.
[2025-11-08T14:08:44.542Z] RMSE (validation) = 1.0039112263869625 for the model trained with rank = 8, lambda = 0.05, and numIter = 20.
[2025-11-08T14:08:45.833Z] RMSE (validation) = 1.2279489569306759 for the model trained with rank = 10, lambda = 0.01, and numIter = 10.
[2025-11-08T14:08:47.067Z] RMSE (validation) = 1.1317743270958185 for the model trained with rank = 8, lambda = 0.02, and numIter = 10.
[2025-11-08T14:08:48.679Z] RMSE (validation) = 0.9270299248067019 for the model trained with rank = 12, lambda = 0.1, and numIter = 10.
[2025-11-08T14:08:49.909Z] RMSE (validation) = 0.8979370339906045 for the model trained with rank = 8, lambda = 0.2, and numIter = 10.
[2025-11-08T14:08:49.909Z] The best model was trained with rank = 8 and lambda = 0.2, and numIter = 10, and its RMSE on the test set is 0.9082701964919572.
[2025-11-08T14:08:50.498Z] The best model improves the baseline by 14.34%.
[2025-11-08T14:08:50.498Z] Top recommended movies for user id 72:
[2025-11-08T14:08:50.498Z] 1: Land of Silence and Darkness (Land des Schweigens und der Dunkelheit) (1971) (rating: 4.687, id: 67504)
[2025-11-08T14:08:50.498Z] 2: Goat, The (1921) (rating: 4.687, id: 83318)
[2025-11-08T14:08:50.498Z] 3: Play House, The (1921) (rating: 4.687, id: 83359)
[2025-11-08T14:08:50.498Z] 4: Cops (1922) (rating: 4.687, id: 83411)
[2025-11-08T14:08:50.498Z] 5: Dear Frankie (2004) (rating: 4.297, id: 8530)
[2025-11-08T14:08:50.498Z] ====== movie-lens (apache-spark) [default], iteration 12 completed (13667.604 ms) ======
[2025-11-08T14:08:50.498Z] ====== movie-lens (apache-spark) [default], iteration 13 started ======
[2025-11-08T14:08:50.498Z] GC before operation: completed in 145.469 ms, heap usage 217.145 MB -> 89.371 MB.
[2025-11-08T14:08:52.429Z] RMSE (validation) = 3.621968954548762 for the model trained with rank = 8, lambda = 5.0, and numIter = 20.
[2025-11-08T14:08:54.371Z] RMSE (validation) = 2.134092321459638 for the model trained with rank = 10, lambda = 2.0, and numIter = 20.
[2025-11-08T14:08:56.302Z] RMSE (validation) = 1.3105186097961345 for the model trained with rank = 12, lambda = 1.0, and numIter = 20.
[2025-11-08T14:08:58.234Z] RMSE (validation) = 1.0039112263869625 for the model trained with rank = 8, lambda = 0.05, and numIter = 20.
[2025-11-08T14:08:59.469Z] RMSE (validation) = 1.2279489569306759 for the model trained with rank = 10, lambda = 0.01, and numIter = 10.
[2025-11-08T14:09:00.710Z] RMSE (validation) = 1.1317743270958185 for the model trained with rank = 8, lambda = 0.02, and numIter = 10.
[2025-11-08T14:09:01.943Z] RMSE (validation) = 0.9270299248067019 for the model trained with rank = 12, lambda = 0.1, and numIter = 10.
[2025-11-08T14:09:03.174Z] RMSE (validation) = 0.8979370339906045 for the model trained with rank = 8, lambda = 0.2, and numIter = 10.
[2025-11-08T14:09:03.764Z] The best model was trained with rank = 8 and lambda = 0.2, and numIter = 10, and its RMSE on the test set is 0.9082701964919572.
[2025-11-08T14:09:03.764Z] The best model improves the baseline by 14.34%.
[2025-11-08T14:09:03.764Z] Top recommended movies for user id 72:
[2025-11-08T14:09:03.764Z] 1: Land of Silence and Darkness (Land des Schweigens und der Dunkelheit) (1971) (rating: 4.687, id: 67504)
[2025-11-08T14:09:03.764Z] 2: Goat, The (1921) (rating: 4.687, id: 83318)
[2025-11-08T14:09:03.764Z] 3: Play House, The (1921) (rating: 4.687, id: 83359)
[2025-11-08T14:09:03.764Z] 4: Cops (1922) (rating: 4.687, id: 83411)
[2025-11-08T14:09:03.764Z] 5: Dear Frankie (2004) (rating: 4.297, id: 8530)
[2025-11-08T14:09:03.764Z] ====== movie-lens (apache-spark) [default], iteration 13 completed (13172.590 ms) ======
[2025-11-08T14:09:03.764Z] ====== movie-lens (apache-spark) [default], iteration 14 started ======
[2025-11-08T14:09:03.764Z] GC before operation: completed in 167.315 ms, heap usage 140.871 MB -> 89.117 MB.
[2025-11-08T14:09:05.753Z] RMSE (validation) = 3.621968954548762 for the model trained with rank = 8, lambda = 5.0, and numIter = 20.
[2025-11-08T14:09:07.692Z] RMSE (validation) = 2.134092321459638 for the model trained with rank = 10, lambda = 2.0, and numIter = 20.
[2025-11-08T14:09:09.632Z] RMSE (validation) = 1.3105186097961345 for the model trained with rank = 12, lambda = 1.0, and numIter = 20.
[2025-11-08T14:09:11.907Z] RMSE (validation) = 1.0039112263869625 for the model trained with rank = 8, lambda = 0.05, and numIter = 20.
[2025-11-08T14:09:12.500Z] RMSE (validation) = 1.2279489569306759 for the model trained with rank = 10, lambda = 0.01, and numIter = 10.
[2025-11-08T14:09:14.440Z] RMSE (validation) = 1.1317743270958185 for the model trained with rank = 8, lambda = 0.02, and numIter = 10.
[2025-11-08T14:09:16.044Z] RMSE (validation) = 0.9270299248067019 for the model trained with rank = 12, lambda = 0.1, and numIter = 10.
[2025-11-08T14:09:16.725Z] RMSE (validation) = 0.8979370339906045 for the model trained with rank = 8, lambda = 0.2, and numIter = 10.
[2025-11-08T14:09:17.321Z] The best model was trained with rank = 8 and lambda = 0.2, and numIter = 10, and its RMSE on the test set is 0.9082701964919572.
[2025-11-08T14:09:17.321Z] The best model improves the baseline by 14.34%.
[2025-11-08T14:09:17.321Z] Top recommended movies for user id 72:
[2025-11-08T14:09:17.321Z] 1: Land of Silence and Darkness (Land des Schweigens und der Dunkelheit) (1971) (rating: 4.687, id: 67504)
[2025-11-08T14:09:17.321Z] 2: Goat, The (1921) (rating: 4.687, id: 83318)
[2025-11-08T14:09:17.321Z] 3: Play House, The (1921) (rating: 4.687, id: 83359)
[2025-11-08T14:09:17.321Z] 4: Cops (1922) (rating: 4.687, id: 83411)
[2025-11-08T14:09:17.321Z] 5: Dear Frankie (2004) (rating: 4.297, id: 8530)
[2025-11-08T14:09:17.321Z] ====== movie-lens (apache-spark) [default], iteration 14 completed (13361.785 ms) ======
[2025-11-08T14:09:17.321Z] ====== movie-lens (apache-spark) [default], iteration 15 started ======
[2025-11-08T14:09:17.321Z] GC before operation: completed in 148.868 ms, heap usage 357.549 MB -> 89.716 MB.
[2025-11-08T14:09:19.256Z] RMSE (validation) = 3.621968954548762 for the model trained with rank = 8, lambda = 5.0, and numIter = 20.
[2025-11-08T14:09:21.200Z] RMSE (validation) = 2.134092321459638 for the model trained with rank = 10, lambda = 2.0, and numIter = 20.
[2025-11-08T14:09:23.130Z] RMSE (validation) = 1.3105186097961345 for the model trained with rank = 12, lambda = 1.0, and numIter = 20.
[2025-11-08T14:09:25.071Z] RMSE (validation) = 1.0039112263869625 for the model trained with rank = 8, lambda = 0.05, and numIter = 20.
[2025-11-08T14:09:26.304Z] RMSE (validation) = 1.2279489569306759 for the model trained with rank = 10, lambda = 0.01, and numIter = 10.
[2025-11-08T14:09:27.564Z] RMSE (validation) = 1.1317743270958185 for the model trained with rank = 8, lambda = 0.02, and numIter = 10.
[2025-11-08T14:09:28.795Z] RMSE (validation) = 0.9270299248067019 for the model trained with rank = 12, lambda = 0.1, and numIter = 10.
[2025-11-08T14:09:30.103Z] RMSE (validation) = 0.8979370339906045 for the model trained with rank = 8, lambda = 0.2, and numIter = 10.
[2025-11-08T14:09:30.103Z] The best model was trained with rank = 8 and lambda = 0.2, and numIter = 10, and its RMSE on the test set is 0.9082701964919572.
[2025-11-08T14:09:30.103Z] The best model improves the baseline by 14.34%.
[2025-11-08T14:09:30.695Z] Top recommended movies for user id 72:
[2025-11-08T14:09:30.695Z] 1: Land of Silence and Darkness (Land des Schweigens und der Dunkelheit) (1971) (rating: 4.687, id: 67504)
[2025-11-08T14:09:30.695Z] 2: Goat, The (1921) (rating: 4.687, id: 83318)
[2025-11-08T14:09:30.695Z] 3: Play House, The (1921) (rating: 4.687, id: 83359)
[2025-11-08T14:09:30.695Z] 4: Cops (1922) (rating: 4.687, id: 83411)
[2025-11-08T14:09:30.695Z] 5: Dear Frankie (2004) (rating: 4.297, id: 8530)
[2025-11-08T14:09:30.695Z] ====== movie-lens (apache-spark) [default], iteration 15 completed (13115.385 ms) ======
[2025-11-08T14:09:30.695Z] ====== movie-lens (apache-spark) [default], iteration 16 started ======
[2025-11-08T14:09:30.695Z] GC before operation: completed in 131.285 ms, heap usage 140.674 MB -> 89.169 MB.
[2025-11-08T14:09:32.629Z] RMSE (validation) = 3.621968954548762 for the model trained with rank = 8, lambda = 5.0, and numIter = 20.
[2025-11-08T14:09:35.339Z] RMSE (validation) = 2.134092321459638 for the model trained with rank = 10, lambda = 2.0, and numIter = 20.
[2025-11-08T14:09:37.376Z] RMSE (validation) = 1.3105186097961345 for the model trained with rank = 12, lambda = 1.0, and numIter = 20.
[2025-11-08T14:09:39.410Z] RMSE (validation) = 1.0039112263869625 for the model trained with rank = 8, lambda = 0.05, and numIter = 20.
[2025-11-08T14:09:41.058Z] RMSE (validation) = 1.2279489569306759 for the model trained with rank = 10, lambda = 0.01, and numIter = 10.
[2025-11-08T14:09:41.732Z] RMSE (validation) = 1.1317743270958185 for the model trained with rank = 8, lambda = 0.02, and numIter = 10.
[2025-11-08T14:09:42.969Z] RMSE (validation) = 0.9270299248067019 for the model trained with rank = 12, lambda = 0.1, and numIter = 10.
[2025-11-08T14:09:44.209Z] RMSE (validation) = 0.8979370339906045 for the model trained with rank = 8, lambda = 0.2, and numIter = 10.
[2025-11-08T14:09:44.806Z] The best model was trained with rank = 8 and lambda = 0.2, and numIter = 10, and its RMSE on the test set is 0.9082701964919572.
[2025-11-08T14:09:44.806Z] The best model improves the baseline by 14.34%.
[2025-11-08T14:09:44.806Z] Top recommended movies for user id 72:
[2025-11-08T14:09:44.806Z] 1: Land of Silence and Darkness (Land des Schweigens und der Dunkelheit) (1971) (rating: 4.687, id: 67504)
[2025-11-08T14:09:44.806Z] 2: Goat, The (1921) (rating: 4.687, id: 83318)
[2025-11-08T14:09:44.806Z] 3: Play House, The (1921) (rating: 4.687, id: 83359)
[2025-11-08T14:09:44.806Z] 4: Cops (1922) (rating: 4.687, id: 83411)
[2025-11-08T14:09:44.806Z] 5: Dear Frankie (2004) (rating: 4.297, id: 8530)
[2025-11-08T14:09:44.806Z] ====== movie-lens (apache-spark) [default], iteration 16 completed (14168.872 ms) ======
[2025-11-08T14:09:44.806Z] ====== movie-lens (apache-spark) [default], iteration 17 started ======
[2025-11-08T14:09:44.806Z] GC before operation: completed in 122.692 ms, heap usage 318.893 MB -> 89.531 MB.
[2025-11-08T14:09:46.753Z] RMSE (validation) = 3.621968954548762 for the model trained with rank = 8, lambda = 5.0, and numIter = 20.
[2025-11-08T14:09:48.689Z] RMSE (validation) = 2.134092321459638 for the model trained with rank = 10, lambda = 2.0, and numIter = 20.
[2025-11-08T14:09:51.455Z] RMSE (validation) = 1.3105186097961345 for the model trained with rank = 12, lambda = 1.0, and numIter = 20.
[2025-11-08T14:09:53.395Z] RMSE (validation) = 1.0039112263869625 for the model trained with rank = 8, lambda = 0.05, and numIter = 20.
[2025-11-08T14:09:54.628Z] RMSE (validation) = 1.2279489569306759 for the model trained with rank = 10, lambda = 0.01, and numIter = 10.
[2025-11-08T14:09:55.857Z] RMSE (validation) = 1.1317743270958185 for the model trained with rank = 8, lambda = 0.02, and numIter = 10.
[2025-11-08T14:09:57.798Z] RMSE (validation) = 0.9270299248067019 for the model trained with rank = 12, lambda = 0.1, and numIter = 10.
[2025-11-08T14:09:59.041Z] RMSE (validation) = 0.8979370339906045 for the model trained with rank = 8, lambda = 0.2, and numIter = 10.
[2025-11-08T14:09:59.041Z] The best model was trained with rank = 8 and lambda = 0.2, and numIter = 10, and its RMSE on the test set is 0.9082701964919572.
[2025-11-08T14:09:59.041Z] The best model improves the baseline by 14.34%.
[2025-11-08T14:09:59.041Z] Top recommended movies for user id 72:
[2025-11-08T14:09:59.041Z] 1: Land of Silence and Darkness (Land des Schweigens und der Dunkelheit) (1971) (rating: 4.687, id: 67504)
[2025-11-08T14:09:59.041Z] 2: Goat, The (1921) (rating: 4.687, id: 83318)
[2025-11-08T14:09:59.041Z] 3: Play House, The (1921) (rating: 4.687, id: 83359)
[2025-11-08T14:09:59.041Z] 4: Cops (1922) (rating: 4.687, id: 83411)
[2025-11-08T14:09:59.041Z] 5: Dear Frankie (2004) (rating: 4.297, id: 8530)
[2025-11-08T14:09:59.041Z] ====== movie-lens (apache-spark) [default], iteration 17 completed (14369.545 ms) ======
[2025-11-08T14:09:59.041Z] ====== movie-lens (apache-spark) [default], iteration 18 started ======
[2025-11-08T14:09:59.631Z] GC before operation: completed in 140.159 ms, heap usage 145.666 MB -> 89.226 MB.
[2025-11-08T14:10:01.572Z] RMSE (validation) = 3.621968954548762 for the model trained with rank = 8, lambda = 5.0, and numIter = 20.
[2025-11-08T14:10:04.316Z] RMSE (validation) = 2.134092321459638 for the model trained with rank = 10, lambda = 2.0, and numIter = 20.
[2025-11-08T14:10:06.254Z] RMSE (validation) = 1.3105186097961345 for the model trained with rank = 12, lambda = 1.0, and numIter = 20.
[2025-11-08T14:10:08.958Z] RMSE (validation) = 1.0039112263869625 for the model trained with rank = 8, lambda = 0.05, and numIter = 20.
[2025-11-08T14:10:10.190Z] RMSE (validation) = 1.2279489569306759 for the model trained with rank = 10, lambda = 0.01, and numIter = 10.
[2025-11-08T14:10:11.430Z] RMSE (validation) = 1.1317743270958185 for the model trained with rank = 8, lambda = 0.02, and numIter = 10.
[2025-11-08T14:10:12.658Z] RMSE (validation) = 0.9270299248067019 for the model trained with rank = 12, lambda = 0.1, and numIter = 10.
[2025-11-08T14:10:14.598Z] RMSE (validation) = 0.8979370339906045 for the model trained with rank = 8, lambda = 0.2, and numIter = 10.
[2025-11-08T14:10:14.598Z] The best model was trained with rank = 8 and lambda = 0.2, and numIter = 10, and its RMSE on the test set is 0.9082701964919572.
[2025-11-08T14:10:14.598Z] The best model improves the baseline by 14.34%.
[2025-11-08T14:10:14.598Z] Top recommended movies for user id 72:
[2025-11-08T14:10:14.598Z] 1: Land of Silence and Darkness (Land des Schweigens und der Dunkelheit) (1971) (rating: 4.687, id: 67504)
[2025-11-08T14:10:14.598Z] 2: Goat, The (1921) (rating: 4.687, id: 83318)
[2025-11-08T14:10:14.598Z] 3: Play House, The (1921) (rating: 4.687, id: 83359)
[2025-11-08T14:10:14.598Z] 4: Cops (1922) (rating: 4.687, id: 83411)
[2025-11-08T14:10:14.598Z] 5: Dear Frankie (2004) (rating: 4.297, id: 8530)
[2025-11-08T14:10:14.598Z] ====== movie-lens (apache-spark) [default], iteration 18 completed (15296.728 ms) ======
[2025-11-08T14:10:14.598Z] ====== movie-lens (apache-spark) [default], iteration 19 started ======
[2025-11-08T14:10:14.598Z] GC before operation: completed in 111.503 ms, heap usage 264.544 MB -> 89.348 MB.
[2025-11-08T14:10:17.465Z] RMSE (validation) = 3.621968954548762 for the model trained with rank = 8, lambda = 5.0, and numIter = 20.
[2025-11-08T14:10:19.414Z] RMSE (validation) = 2.134092321459638 for the model trained with rank = 10, lambda = 2.0, and numIter = 20.
[2025-11-08T14:10:21.358Z] RMSE (validation) = 1.3105186097961345 for the model trained with rank = 12, lambda = 1.0, and numIter = 20.
[2025-11-08T14:10:22.585Z] RMSE (validation) = 1.0039112263869625 for the model trained with rank = 8, lambda = 0.05, and numIter = 20.
[2025-11-08T14:10:23.820Z] RMSE (validation) = 1.2279489569306759 for the model trained with rank = 10, lambda = 0.01, and numIter = 10.
[2025-11-08T14:10:25.050Z] RMSE (validation) = 1.1317743270958185 for the model trained with rank = 8, lambda = 0.02, and numIter = 10.
[2025-11-08T14:10:25.746Z] RMSE (validation) = 0.9270299248067019 for the model trained with rank = 12, lambda = 0.1, and numIter = 10.
[2025-11-08T14:10:26.994Z] RMSE (validation) = 0.8979370339906045 for the model trained with rank = 8, lambda = 0.2, and numIter = 10.
[2025-11-08T14:10:26.994Z] The best model was trained with rank = 8 and lambda = 0.2, and numIter = 10, and its RMSE on the test set is 0.9082701964919572.
[2025-11-08T14:10:26.994Z] The best model improves the baseline by 14.34%.
[2025-11-08T14:10:26.994Z] Top recommended movies for user id 72:
[2025-11-08T14:10:26.994Z] 1: Land of Silence and Darkness (Land des Schweigens und der Dunkelheit) (1971) (rating: 4.687, id: 67504)
[2025-11-08T14:10:26.994Z] 2: Goat, The (1921) (rating: 4.687, id: 83318)
[2025-11-08T14:10:26.994Z] 3: Play House, The (1921) (rating: 4.687, id: 83359)
[2025-11-08T14:10:26.994Z] 4: Cops (1922) (rating: 4.687, id: 83411)
[2025-11-08T14:10:26.994Z] 5: Dear Frankie (2004) (rating: 4.297, id: 8530)
[2025-11-08T14:10:26.994Z] ====== movie-lens (apache-spark) [default], iteration 19 completed (12502.198 ms) ======
[2025-11-08T14:10:27.583Z] -----------------------------------
[2025-11-08T14:10:27.583Z] renaissance-movie-lens_0_PASSED
[2025-11-08T14:10:27.583Z] -----------------------------------
[2025-11-08T14:10:27.583Z]
[2025-11-08T14:10:27.583Z] TEST TEARDOWN:
[2025-11-08T14:10:27.583Z] Nothing to be done for teardown.
[2025-11-08T14:10:27.583Z] renaissance-movie-lens_0 Finish Time: Sat Nov 8 14:10:27 2025 Epoch Time (ms): 1762611027273
[2025-11-08T14:10:27.583Z]
[2025-11-08T14:10:27.583Z] ===============================================
[2025-11-08T14:10:27.583Z] Running test renaissance-par-mnemonics_0 ...
[2025-11-08T14:10:27.583Z] ===============================================
[2025-11-08T14:10:27.583Z] renaissance-par-mnemonics_0 Start Time: Sat Nov 8 14:10:27 2025 Epoch Time (ms): 1762611027289
[2025-11-08T14:10:27.583Z] variation: NoOptions
[2025-11-08T14:10:27.583Z] JVM_OPTIONS:
[2025-11-08T14:10:27.583Z] { \
[2025-11-08T14:10:27.583Z] echo ""; echo "TEST SETUP:"; \
[2025-11-08T14:10:27.583Z] echo "Nothing to be done for setup."; \
[2025-11-08T14:10:27.583Z] mkdir -p "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-par-mnemonics_0"; \
[2025-11-08T14:10:27.583Z] cd "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-par-mnemonics_0"; \
[2025-11-08T14:10:27.583Z] echo ""; echo "TESTING:"; \
[2025-11-08T14:10:27.583Z] "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java" --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED -jar "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-par-mnemonics_0"/par-mnemonics.json" par-mnemonics; \
[2025-11-08T14:10:27.583Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-par-mnemonics_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-par-mnemonics_0"; else echo "-----------------------------------"; echo "renaissance-par-mnemonics_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-08T14:10:27.583Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-08T14:10:27.583Z] echo "Nothing to be done for teardown."; \
[2025-11-08T14:10:27.583Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/TestTargetResult";
[2025-11-08T14:10:27.583Z]
[2025-11-08T14:10:27.583Z] TEST SETUP:
[2025-11-08T14:10:27.583Z] Nothing to be done for setup.
[2025-11-08T14:10:27.583Z]
[2025-11-08T14:10:27.583Z] TESTING:
[2025-11-08T14:10:28.173Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
[2025-11-08T14:10:28.173Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/output_17626087776658/renaissance-par-mnemonics_0/launcher-141027-11865019938453028184/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar)
[2025-11-08T14:10:28.173Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
[2025-11-08T14:10:28.173Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
[2025-11-08T14:10:28.173Z] ====== par-mnemonics (functional) [default], iteration 0 started ======
[2025-11-08T14:10:28.173Z] GC before operation: completed in 28.396 ms, heap usage 13.933 MB -> 4.023 MB.
[2025-11-08T14:10:32.766Z] ====== par-mnemonics (functional) [default], iteration 0 completed (4203.682 ms) ======
[2025-11-08T14:10:32.766Z] ====== par-mnemonics (functional) [default], iteration 1 started ======
[2025-11-08T14:10:32.766Z] GC before operation: completed in 9.375 ms, heap usage 285.023 MB -> 4.077 MB.
[2025-11-08T14:10:36.330Z] ====== par-mnemonics (functional) [default], iteration 1 completed (3701.438 ms) ======
[2025-11-08T14:10:36.331Z] ====== par-mnemonics (functional) [default], iteration 2 started ======
[2025-11-08T14:10:36.331Z] GC before operation: completed in 14.591 ms, heap usage 204.829 MB -> 4.077 MB.
[2025-11-08T14:10:41.942Z] ====== par-mnemonics (functional) [default], iteration 2 completed (4660.057 ms) ======
[2025-11-08T14:10:41.942Z] ====== par-mnemonics (functional) [default], iteration 3 started ======
[2025-11-08T14:10:41.942Z] GC before operation: completed in 9.373 ms, heap usage 166.077 MB -> 4.077 MB.
[2025-11-08T14:10:46.495Z] ====== par-mnemonics (functional) [default], iteration 3 completed (4256.754 ms) ======
[2025-11-08T14:10:46.495Z] ====== par-mnemonics (functional) [default], iteration 4 started ======
[2025-11-08T14:10:46.495Z] GC before operation: completed in 10.339 ms, heap usage 252.144 MB -> 4.077 MB.
[2025-11-08T14:10:50.069Z] ====== par-mnemonics (functional) [default], iteration 4 completed (3999.819 ms) ======
[2025-11-08T14:10:50.069Z] ====== par-mnemonics (functional) [default], iteration 5 started ======
[2025-11-08T14:10:50.069Z] GC before operation: completed in 8.258 ms, heap usage 158.203 MB -> 4.077 MB.
[2025-11-08T14:10:54.593Z] ====== par-mnemonics (functional) [default], iteration 5 completed (4155.040 ms) ======
[2025-11-08T14:10:54.593Z] ====== par-mnemonics (functional) [default], iteration 6 started ======
[2025-11-08T14:10:54.593Z] GC before operation: completed in 9.454 ms, heap usage 192.577 MB -> 4.077 MB.
[2025-11-08T14:10:58.557Z] ====== par-mnemonics (functional) [default], iteration 6 completed (3931.871 ms) ======
[2025-11-08T14:10:58.557Z] ====== par-mnemonics (functional) [default], iteration 7 started ======
[2025-11-08T14:10:58.557Z] GC before operation: completed in 13.687 ms, heap usage 284.971 MB -> 4.077 MB.
[2025-11-08T14:11:03.119Z] ====== par-mnemonics (functional) [default], iteration 7 completed (3905.368 ms) ======
[2025-11-08T14:11:03.119Z] ====== par-mnemonics (functional) [default], iteration 8 started ======
[2025-11-08T14:11:03.119Z] GC before operation: completed in 11.124 ms, heap usage 284.931 MB -> 4.077 MB.
[2025-11-08T14:11:06.699Z] ====== par-mnemonics (functional) [default], iteration 8 completed (3892.110 ms) ======
[2025-11-08T14:11:06.699Z] ====== par-mnemonics (functional) [default], iteration 9 started ======
[2025-11-08T14:11:06.699Z] GC before operation: completed in 9.487 ms, heap usage 291.077 MB -> 4.077 MB.
[2025-11-08T14:11:10.279Z] ====== par-mnemonics (functional) [default], iteration 9 completed (3811.424 ms) ======
[2025-11-08T14:11:10.279Z] ====== par-mnemonics (functional) [default], iteration 10 started ======
[2025-11-08T14:11:10.280Z] GC before operation: completed in 8.986 ms, heap usage 392.577 MB -> 4.077 MB.
[2025-11-08T14:11:14.808Z] ====== par-mnemonics (functional) [default], iteration 10 completed (4047.646 ms) ======
[2025-11-08T14:11:14.808Z] ====== par-mnemonics (functional) [default], iteration 11 started ======
[2025-11-08T14:11:14.808Z] GC before operation: completed in 10.006 ms, heap usage 142.077 MB -> 4.077 MB.
[2025-11-08T14:11:18.468Z] ====== par-mnemonics (functional) [default], iteration 11 completed (3731.160 ms) ======
[2025-11-08T14:11:18.468Z] ====== par-mnemonics (functional) [default], iteration 12 started ======
[2025-11-08T14:11:18.468Z] GC before operation: completed in 13.134 ms, heap usage 367.436 MB -> 4.078 MB.
[2025-11-08T14:11:23.027Z] ====== par-mnemonics (functional) [default], iteration 12 completed (4230.966 ms) ======
[2025-11-08T14:11:23.027Z] ====== par-mnemonics (functional) [default], iteration 13 started ======
[2025-11-08T14:11:23.027Z] GC before operation: completed in 12.114 ms, heap usage 326.078 MB -> 4.078 MB.
[2025-11-08T14:11:27.567Z] ====== par-mnemonics (functional) [default], iteration 13 completed (4348.264 ms) ======
[2025-11-08T14:11:27.567Z] ====== par-mnemonics (functional) [default], iteration 14 started ======
[2025-11-08T14:11:27.567Z] GC before operation: completed in 8.964 ms, heap usage 345.955 MB -> 4.078 MB.
[2025-11-08T14:11:33.261Z] ====== par-mnemonics (functional) [default], iteration 14 completed (4705.404 ms) ======
[2025-11-08T14:11:33.261Z] ====== par-mnemonics (functional) [default], iteration 15 started ======
[2025-11-08T14:11:33.261Z] GC before operation: completed in 11.746 ms, heap usage 191.078 MB -> 4.077 MB.
[2025-11-08T14:11:37.127Z] ====== par-mnemonics (functional) [default], iteration 15 completed (4079.494 ms) ======
[2025-11-08T14:11:37.127Z] -----------------------------------
[2025-11-08T14:11:37.127Z] renaissance-par-mnemonics_0_PASSED
[2025-11-08T14:11:37.127Z] -----------------------------------
[2025-11-08T14:11:37.127Z]
[2025-11-08T14:11:37.127Z] TEST TEARDOWN:
[2025-11-08T14:11:37.127Z] Nothing to be done for teardown.
[2025-11-08T14:11:37.127Z] renaissance-par-mnemonics_0 Finish Time: Sat Nov 8 14:11:36 2025 Epoch Time (ms): 1762611096542
[2025-11-08T14:11:37.127Z]
[2025-11-08T14:11:37.127Z] ===============================================
[2025-11-08T14:11:37.127Z] Running test renaissance-philosophers_0 ...
[2025-11-08T14:11:37.127Z] ===============================================
[2025-11-08T14:11:37.127Z] renaissance-philosophers_0 Start Time: Sat Nov 8 14:11:36 2025 Epoch Time (ms): 1762611096557
[2025-11-08T14:11:37.127Z] variation: NoOptions
[2025-11-08T14:11:37.127Z] JVM_OPTIONS:
[2025-11-08T14:11:37.127Z] { \
[2025-11-08T14:11:37.127Z] echo ""; echo "TEST SETUP:"; \
[2025-11-08T14:11:37.127Z] echo "Nothing to be done for setup."; \
[2025-11-08T14:11:37.127Z] mkdir -p "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-philosophers_0"; \
[2025-11-08T14:11:37.127Z] cd "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-philosophers_0"; \
[2025-11-08T14:11:37.127Z] echo ""; echo "TESTING:"; \
[2025-11-08T14:11:37.127Z] "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java" --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED -jar "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-philosophers_0"/philosophers.json" philosophers; \
[2025-11-08T14:11:37.127Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-philosophers_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/renaissance-philosophers_0"; else echo "-----------------------------------"; echo "renaissance-philosophers_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-08T14:11:37.127Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-08T14:11:37.127Z] echo "Nothing to be done for teardown."; \
[2025-11-08T14:11:37.127Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/TestTargetResult";
[2025-11-08T14:11:37.127Z]
[2025-11-08T14:11:37.127Z] TEST SETUP:
[2025-11-08T14:11:37.127Z] Nothing to be done for setup.
[2025-11-08T14:11:37.127Z]
[2025-11-08T14:11:37.127Z] TESTING:
[2025-11-08T14:11:37.127Z] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
[2025-11-08T14:11:37.127Z] WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/output_17626087776658/renaissance-philosophers_0/launcher-141136-11986004637215803517/renaissance-harness_3/lib/scala3-library_3-3.3.4.jar)
[2025-11-08T14:11:37.127Z] WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
[2025-11-08T14:11:37.127Z] WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
[2025-11-08T14:11:37.127Z] ====== philosophers (scala) [default], iteration 0 started ======
[2025-11-08T14:11:37.718Z] GC before operation: completed in 26.882 ms, heap usage 15.330 MB -> 5.021 MB.
[2025-11-08T14:11:38.309Z] Camera thread performed 122 scans.
[2025-11-08T14:11:38.309Z] ====== philosophers (scala) [default], iteration 0 completed (951.131 ms) ======
[2025-11-08T14:11:38.309Z] ====== philosophers (scala) [default], iteration 1 started ======
[2025-11-08T14:11:38.309Z] GC before operation: completed in 8.333 ms, heap usage 11.939 MB -> 5.361 MB.
[2025-11-08T14:11:38.900Z] Camera thread performed 122 scans.
[2025-11-08T14:11:38.900Z] ====== philosophers (scala) [default], iteration 1 completed (644.084 ms) ======
[2025-11-08T14:11:38.900Z] ====== philosophers (scala) [default], iteration 2 started ======
[2025-11-08T14:11:38.900Z] GC before operation: completed in 19.214 ms, heap usage 9.443 MB -> 5.362 MB.
[2025-11-08T14:11:39.578Z] Camera thread performed 122 scans.
[2025-11-08T14:11:39.578Z] ====== philosophers (scala) [default], iteration 2 completed (613.513 ms) ======
[2025-11-08T14:11:39.578Z] ====== philosophers (scala) [default], iteration 3 started ======
[2025-11-08T14:11:39.578Z] GC before operation: completed in 7.998 ms, heap usage 22.086 MB -> 5.363 MB.
[2025-11-08T14:11:40.811Z] Camera thread performed 122 scans.
[2025-11-08T14:11:40.811Z] ====== philosophers (scala) [default], iteration 3 completed (888.417 ms) ======
[2025-11-08T14:11:40.811Z] ====== philosophers (scala) [default], iteration 4 started ======
[2025-11-08T14:11:40.811Z] GC before operation: completed in 13.632 ms, heap usage 32.899 MB -> 5.362 MB.
[2025-11-08T14:11:40.811Z] Camera thread performed 122 scans.
[2025-11-08T14:11:40.811Z] ====== philosophers (scala) [default], iteration 4 completed (500.871 ms) ======
[2025-11-08T14:11:40.811Z] ====== philosophers (scala) [default], iteration 5 started ======
[2025-11-08T14:11:40.811Z] GC before operation: completed in 10.282 ms, heap usage 15.535 MB -> 5.363 MB.
[2025-11-08T14:11:41.412Z] Camera thread performed 122 scans.
[2025-11-08T14:11:41.412Z] ====== philosophers (scala) [default], iteration 5 completed (546.559 ms) ======
[2025-11-08T14:11:41.412Z] ====== philosophers (scala) [default], iteration 6 started ======
[2025-11-08T14:11:41.412Z] GC before operation: completed in 13.779 ms, heap usage 9.325 MB -> 5.363 MB.
[2025-11-08T14:11:42.004Z] Camera thread performed 122 scans.
[2025-11-08T14:11:42.004Z] ====== philosophers (scala) [default], iteration 6 completed (541.126 ms) ======
[2025-11-08T14:11:42.004Z] ====== philosophers (scala) [default], iteration 7 started ======
[2025-11-08T14:11:42.004Z] GC before operation: completed in 10.915 ms, heap usage 42.444 MB -> 5.363 MB.
[2025-11-08T14:11:42.595Z] Camera thread performed 122 scans.
[2025-11-08T14:11:42.595Z] ====== philosophers (scala) [default], iteration 7 completed (554.525 ms) ======
[2025-11-08T14:11:42.595Z] ====== philosophers (scala) [default], iteration 8 started ======
[2025-11-08T14:11:42.595Z] GC before operation: completed in 9.978 ms, heap usage 5.488 MB -> 5.364 MB.
[2025-11-08T14:11:43.189Z] Camera thread performed 122 scans.
[2025-11-08T14:11:43.189Z] ====== philosophers (scala) [default], iteration 8 completed (519.490 ms) ======
[2025-11-08T14:11:43.189Z] ====== philosophers (scala) [default], iteration 9 started ======
[2025-11-08T14:11:43.189Z] GC before operation: completed in 10.373 ms, heap usage 6.964 MB -> 5.364 MB.
[2025-11-08T14:11:43.779Z] Camera thread performed 122 scans.
[2025-11-08T14:11:43.779Z] ====== philosophers (scala) [default], iteration 9 completed (565.570 ms) ======
[2025-11-08T14:11:43.779Z] ====== philosophers (scala) [default], iteration 10 started ======
[2025-11-08T14:11:43.779Z] GC before operation: completed in 11.288 ms, heap usage 7.886 MB -> 5.364 MB.
[2025-11-08T14:11:44.369Z] Camera thread performed 122 scans.
[2025-11-08T14:11:44.369Z] ====== philosophers (scala) [default], iteration 10 completed (482.722 ms) ======
[2025-11-08T14:11:44.369Z] ====== philosophers (scala) [default], iteration 11 started ======
[2025-11-08T14:11:44.369Z] GC before operation: completed in 9.101 ms, heap usage 11.345 MB -> 5.364 MB.
[2025-11-08T14:11:44.960Z] Camera thread performed 122 scans.
[2025-11-08T14:11:44.960Z] ====== philosophers (scala) [default], iteration 11 completed (482.363 ms) ======
[2025-11-08T14:11:44.960Z] ====== philosophers (scala) [default], iteration 12 started ======
[2025-11-08T14:11:44.960Z] GC before operation: completed in 9.451 ms, heap usage 7.141 MB -> 5.364 MB.
[2025-11-08T14:11:45.657Z] Camera thread performed 122 scans.
[2025-11-08T14:11:45.658Z] ====== philosophers (scala) [default], iteration 12 completed (522.289 ms) ======
[2025-11-08T14:11:45.658Z] ====== philosophers (scala) [default], iteration 13 started ======
[2025-11-08T14:11:45.658Z] GC before operation: completed in 9.435 ms, heap usage 23.301 MB -> 5.364 MB.
[2025-11-08T14:11:46.328Z] Camera thread performed 122 scans.
[2025-11-08T14:11:46.328Z] ====== philosophers (scala) [default], iteration 13 completed (570.807 ms) ======
[2025-11-08T14:11:46.328Z] ====== philosophers (scala) [default], iteration 14 started ======
[2025-11-08T14:11:46.328Z] GC before operation: completed in 12.965 ms, heap usage 10.491 MB -> 5.364 MB.
[2025-11-08T14:11:46.328Z] Camera thread performed 122 scans.
[2025-11-08T14:11:46.328Z] ====== philosophers (scala) [default], iteration 14 completed (533.244 ms) ======
[2025-11-08T14:11:46.328Z] ====== philosophers (scala) [default], iteration 15 started ======
[2025-11-08T14:11:46.328Z] GC before operation: completed in 9.864 ms, heap usage 31.280 MB -> 5.364 MB.
[2025-11-08T14:11:46.965Z] Camera thread performed 122 scans.
[2025-11-08T14:11:46.965Z] ====== philosophers (scala) [default], iteration 15 completed (532.994 ms) ======
[2025-11-08T14:11:46.965Z] ====== philosophers (scala) [default], iteration 16 started ======
[2025-11-08T14:11:46.965Z] GC before operation: completed in 9.028 ms, heap usage 24.803 MB -> 5.364 MB.
[2025-11-08T14:11:47.553Z] Camera thread performed 122 scans.
[2025-11-08T14:11:47.553Z] ====== philosophers (scala) [default], iteration 16 completed (494.096 ms) ======
[2025-11-08T14:11:47.553Z] ====== philosophers (scala) [default], iteration 17 started ======
[2025-11-08T14:11:47.553Z] GC before operation: completed in 9.901 ms, heap usage 17.465 MB -> 5.365 MB.
[2025-11-08T14:11:48.247Z] Camera thread performed 122 scans.
[2025-11-08T14:11:48.247Z] ====== philosophers (scala) [default], iteration 17 completed (497.042 ms) ======
[2025-11-08T14:11:48.247Z] ====== philosophers (scala) [default], iteration 18 started ======
[2025-11-08T14:11:48.247Z] GC before operation: completed in 9.008 ms, heap usage 26.478 MB -> 5.365 MB.
[2025-11-08T14:11:48.918Z] Camera thread performed 122 scans.
[2025-11-08T14:11:48.918Z] ====== philosophers (scala) [default], iteration 18 completed (509.620 ms) ======
[2025-11-08T14:11:48.918Z] ====== philosophers (scala) [default], iteration 19 started ======
[2025-11-08T14:11:48.918Z] GC before operation: completed in 8.852 ms, heap usage 25.773 MB -> 5.365 MB.
[2025-11-08T14:11:48.918Z] Camera thread performed 122 scans.
[2025-11-08T14:11:48.918Z] ====== philosophers (scala) [default], iteration 19 completed (468.763 ms) ======
[2025-11-08T14:11:48.918Z] ====== philosophers (scala) [default], iteration 20 started ======
[2025-11-08T14:11:48.918Z] GC before operation: completed in 12.728 ms, heap usage 25.050 MB -> 5.365 MB.
[2025-11-08T14:11:49.593Z] Camera thread performed 122 scans.
[2025-11-08T14:11:49.593Z] ====== philosophers (scala) [default], iteration 20 completed (512.624 ms) ======
[2025-11-08T14:11:49.593Z] ====== philosophers (scala) [default], iteration 21 started ======
[2025-11-08T14:11:49.593Z] GC before operation: completed in 9.086 ms, heap usage 18.806 MB -> 5.365 MB.
[2025-11-08T14:11:50.267Z] Camera thread performed 122 scans.
[2025-11-08T14:11:50.267Z] ====== philosophers (scala) [default], iteration 21 completed (487.084 ms) ======
[2025-11-08T14:11:50.267Z] ====== philosophers (scala) [default], iteration 22 started ======
[2025-11-08T14:11:50.267Z] GC before operation: completed in 10.173 ms, heap usage 24.338 MB -> 5.365 MB.
[2025-11-08T14:11:50.267Z] Camera thread performed 122 scans.
[2025-11-08T14:11:50.267Z] ====== philosophers (scala) [default], iteration 22 completed (438.829 ms) ======
[2025-11-08T14:11:50.267Z] ====== philosophers (scala) [default], iteration 23 started ======
[2025-11-08T14:11:50.267Z] GC before operation: completed in 9.002 ms, heap usage 13.041 MB -> 5.366 MB.
[2025-11-08T14:11:50.857Z] Camera thread performed 122 scans.
[2025-11-08T14:11:50.857Z] ====== philosophers (scala) [default], iteration 23 completed (479.929 ms) ======
[2025-11-08T14:11:50.857Z] ====== philosophers (scala) [default], iteration 24 started ======
[2025-11-08T14:11:50.857Z] GC before operation: completed in 10.010 ms, heap usage 37.779 MB -> 5.366 MB.
[2025-11-08T14:11:51.446Z] Camera thread performed 122 scans.
[2025-11-08T14:11:51.446Z] ====== philosophers (scala) [default], iteration 24 completed (485.101 ms) ======
[2025-11-08T14:11:51.446Z] ====== philosophers (scala) [default], iteration 25 started ======
[2025-11-08T14:11:51.446Z] GC before operation: completed in 9.577 ms, heap usage 28.291 MB -> 5.366 MB.
[2025-11-08T14:11:52.035Z] Camera thread performed 122 scans.
[2025-11-08T14:11:52.035Z] ====== philosophers (scala) [default], iteration 25 completed (525.744 ms) ======
[2025-11-08T14:11:52.035Z] ====== philosophers (scala) [default], iteration 26 started ======
[2025-11-08T14:11:52.035Z] GC before operation: completed in 11.463 ms, heap usage 31.793 MB -> 5.366 MB.
[2025-11-08T14:11:52.626Z] Camera thread performed 122 scans.
[2025-11-08T14:11:52.626Z] ====== philosophers (scala) [default], iteration 26 completed (651.235 ms) ======
[2025-11-08T14:11:52.626Z] ====== philosophers (scala) [default], iteration 27 started ======
[2025-11-08T14:11:52.627Z] GC before operation: completed in 9.673 ms, heap usage 34.489 MB -> 5.366 MB.
[2025-11-08T14:11:53.218Z] Camera thread performed 122 scans.
[2025-11-08T14:11:53.218Z] ====== philosophers (scala) [default], iteration 27 completed (556.394 ms) ======
[2025-11-08T14:11:53.218Z] ====== philosophers (scala) [default], iteration 28 started ======
[2025-11-08T14:11:53.218Z] GC before operation: completed in 9.449 ms, heap usage 25.344 MB -> 5.366 MB.
[2025-11-08T14:11:53.810Z] Camera thread performed 122 scans.
[2025-11-08T14:11:53.810Z] ====== philosophers (scala) [default], iteration 28 completed (721.081 ms) ======
[2025-11-08T14:11:53.810Z] ====== philosophers (scala) [default], iteration 29 started ======
[2025-11-08T14:11:53.810Z] GC before operation: completed in 9.960 ms, heap usage 17.920 MB -> 5.366 MB.
[2025-11-08T14:11:54.401Z] Camera thread performed 122 scans.
[2025-11-08T14:11:54.401Z] ====== philosophers (scala) [default], iteration 29 completed (503.923 ms) ======
[2025-11-08T14:11:54.993Z] -----------------------------------
[2025-11-08T14:11:54.993Z] renaissance-philosophers_0_PASSED
[2025-11-08T14:11:54.993Z] -----------------------------------
[2025-11-08T14:11:54.993Z]
[2025-11-08T14:11:54.993Z] TEST TEARDOWN:
[2025-11-08T14:11:54.993Z] Nothing to be done for teardown.
[2025-11-08T14:11:54.993Z] renaissance-philosophers_0 Finish Time: Sat Nov 8 14:11:54 2025 Epoch Time (ms): 1762611114407
[2025-11-08T14:11:54.993Z] make[4]: Leaving directory '/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf/renaissance'
[2025-11-08T14:11:54.993Z] make[3]: Leaving directory '/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/perf'
[2025-11-08T14:11:54.993Z] make[2]: Leaving directory '/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests'
[2025-11-08T14:11:54.993Z]
[2025-11-08T14:11:54.993Z]
[2025-11-08T14:11:54.993Z] All tests finished, run result summary:
[2025-11-08T14:11:54.993Z] cd "/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/scripts"; \
[2025-11-08T14:11:54.993Z] perl "resultsSum.pl" --failuremk="/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/failedtargets.mk" --resultFile="/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/TestTargetResult" --platFile="/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/resources/buildPlatformMap.properties" --diagnostic=failure --jdkVersion=25 --jdkImpl=hotspot --jdkVendor="eclipse" --spec=linux_390-64 --buildList=perf --customTarget="" --testTarget=extended.perf --tapPath=/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17626087776658/ --tapName=Test_openjdk25_hs_extended.perf_s390x_linux.tap --comment=""
[2025-11-08T14:11:54.993Z]
[2025-11-08T14:11:54.993Z]
[2025-11-08T14:11:54.993Z] TEST TARGETS SUMMARY
[2025-11-08T14:11:54.993Z] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[2025-11-08T14:11:54.993Z] DISABLED test targets:
[2025-11-08T14:11:54.993Z] dacapo-avrora_0
[2025-11-08T14:11:54.993Z] renaissance-finagle-chirper_0
[2025-11-08T14:11:54.993Z]
[2025-11-08T14:11:54.993Z] PASSED test targets:
[2025-11-08T14:11:54.993Z] dacapo-jython_0
[2025-11-08T14:11:54.993Z] dacapo-luindex_0
[2025-11-08T14:11:54.993Z] dacapo-pmd_0
[2025-11-08T14:11:54.993Z] dacapo-sunflow_0
[2025-11-08T14:11:54.993Z] dacapo-tomcat_0
[2025-11-08T14:11:54.993Z] dacapo-xalan_0
[2025-11-08T14:11:54.993Z] renaissance-als_0
[2025-11-08T14:11:54.993Z] renaissance-chi-square_0
[2025-11-08T14:11:54.993Z] renaissance-db-shootout_0
[2025-11-08T14:11:54.993Z] renaissance-dec-tree_0
[2025-11-08T14:11:54.993Z] renaissance-finagle-http_0
[2025-11-08T14:11:54.993Z] renaissance-gauss-mix_0
[2025-11-08T14:11:54.993Z] renaissance-log-regression_0
[2025-11-08T14:11:54.993Z] renaissance-mnemonics_0
[2025-11-08T14:11:54.993Z] renaissance-movie-lens_0
[2025-11-08T14:11:54.993Z] renaissance-par-mnemonics_0
[2025-11-08T14:11:54.993Z] renaissance-philosophers_0
[2025-11-08T14:11:54.993Z]
[2025-11-08T14:11:54.993Z] FAILED test targets:
[2025-11-08T14:11:54.993Z] dacapo-fop_0
[2025-11-08T14:11:54.993Z]
[2025-11-08T14:11:54.993Z] TOTAL: 20 EXECUTED: 18 PASSED: 17 FAILED: 1 DISABLED: 2 SKIPPED: 0
[2025-11-08T14:11:54.993Z] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[2025-11-08T14:11:54.993Z]
[2025-11-08T14:11:54.993Z] make[1]: *** [settings.mk:454: resultsSummary] Error 2
[2025-11-08T14:11:54.993Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk25_hs_extended.perf_s390x_linux/aqa-tests/TKG'
[2025-11-08T14:11:54.993Z] make: *** [makefile:62: _extended.perf] Error 2
[Pipeline] sh
[2025-11-08T14:11:57.305Z] ++ uname
[2025-11-08T14:11:57.306Z] + '[' Linux = AIX ']'
[2025-11-08T14:11:57.306Z] ++ uname
[2025-11-08T14:11:57.306Z] + '[' Linux = SunOS ']'
[2025-11-08T14:11:57.306Z] ++ uname
[2025-11-08T14:11:57.306Z] + '[' Linux = '*BSD' ']'
[2025-11-08T14:11:57.306Z] + MAKE=make
[2025-11-08T14:11:57.306Z] + make -f ./aqa-tests/TKG/testEnv.mk testEnvTeardown
[2025-11-08T14:11:57.306Z] make: Nothing to be done for 'testEnvTeardown'.
[Pipeline] }
[2025-11-08T14:11:57.688Z] $ ssh-agent -k
[2025-11-08T14:11:57.694Z] unset SSH_AUTH_SOCK;
[2025-11-08T14:11:57.694Z] unset SSH_AGENT_PID;
[2025-11-08T14:11:57.694Z] echo Agent pid 25680 killed;
[2025-11-08T14:11:58.242Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[2025-11-08T14:11:58.267Z] Xvfb stopping
[Pipeline] // wrap
[Pipeline] echo
[2025-11-08T14:11:58.921Z] no DaCapo-h2 metric found
[Pipeline] echo
[2025-11-08T14:11:58.979Z] There were test failures, current build status is UNSTABLE.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Post)
[Pipeline] echo
[2025-11-08T14:11:59.082Z] Saving aqa-tests/testenv/testenv.properties file on jenkins.
[Pipeline] archiveArtifacts
[2025-11-08T14:11:59.176Z] Archiving artifacts
[2025-11-08T14:11:59.366Z] Recording fingerprints
[Pipeline] echo
[2025-11-08T14:11:59.479Z] Saving aqa-tests/TKG/**/*.tap file on jenkins.
[Pipeline] archiveArtifacts
[2025-11-08T14:11:59.575Z] Archiving artifacts
[2025-11-08T14:11:59.770Z] Recording fingerprints
[Pipeline] sh
[2025-11-08T14:12:01.089Z] + tar -cf benchmark_test_output.tar.gz ./aqa-tests/TKG/output_17626087776658
[Pipeline] echo
[2025-11-08T14:12:01.347Z] ARTIFACTORY_SERVER is not set. Saving artifacts on jenkins.
[Pipeline] archiveArtifacts
[2025-11-08T14:12:01.438Z] Archiving artifacts
[2025-11-08T14:12:01.612Z] Recording fingerprints
[Pipeline] findFiles
[Pipeline] echo
[2025-11-08T14:12:02.479Z] Tap file found: aqa-tests/TKG/output_17626087776658/Test_openjdk25_hs_extended.perf_s390x_linux.tap...
[Pipeline] readFile
[Pipeline] junit
[2025-11-08T14:12:02.727Z] Recording test results
[2025-11-08T14:12:03.025Z] None of the test reports contained any result
[2025-11-08T14:12:03.025Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
[2025-11-08T14:12:03.064Z] PROCESSCATCH: Terminating any hung/left over test processes:
[Pipeline] sh
[2025-11-08T14:12:02.958Z] No test report files were found. Configuration error?
[2025-11-08T14:12:04.274Z] + aqa-tests/terminateTestProcesses.sh jenkins
[2025-11-08T14:12:04.274Z] Unix type machine..
[2025-11-08T14:12:04.274Z] Running on a Linux host
[2025-11-08T14:12:04.274Z] Woohoo - no rogue processes detected!
[Pipeline] retry
[Pipeline] {
[Pipeline] cleanWs
[2025-11-08T14:12:04.741Z] [WS-CLEANUP] Deleting project workspace...
[2025-11-08T14:12:04.741Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-11-08T14:12:05.456Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // retry
[Pipeline] sh
[2025-11-08T14:12:06.602Z] + find /tmp -name '*core*' -print -exec rm -f '{}' ';'
[2025-11-08T14:12:07.191Z] + true
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
[2025-11-08T14:12:07.483Z] 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-08T14:12:07.682Z] allocate a node for generating rerun job ...
[Pipeline] node
[2025-11-08T14:12:07.723Z] Running on test-azure-win2022-x64-4 in c:\jenkins\workspace\Test_openjdk25_hs_extended.perf_s390x_linux
[Pipeline] {
[Pipeline] echo
[2025-11-08T14:12:07.745Z] Generating rerun Test_openjdk25_hs_extended.perf_s390x_linux_rerun job for running failed test(s) ...
[Pipeline] parallel
[Pipeline] { (Branch: Test_openjdk25_hs_extended.perf_s390x_linux_rerun)
[Pipeline] echo
[2025-11-08T14:12:07.774Z] GENERATE_JOBS is set to true, set test job Test_openjdk25_hs_extended.perf_s390x_linux_rerun params for generating the job
[Pipeline] fileExists
[Pipeline] sh
[2025-11-08T14:12:08.330Z] + curl -Os https://raw.githubusercontent.com/adoptium/aqa-tests/master/buildenv/jenkins/testJobTemplate
[Pipeline] jobDsl
[2025-11-08T14:12:09.170Z] Processing DSL script testJobTemplate
[2025-11-08T14:12:46.123Z] LEVELS: [extended]
[2025-11-08T14:12:46.124Z] JDK_VERSIONS: [8]
[2025-11-08T14:12:46.124Z] GROUPS: [perf]
[2025-11-08T14:12:46.124Z] ARCH_OS_LIST: [s390x_linux]
[2025-11-08T14:12:46.316Z] Added items:
[2025-11-08T14:12:46.316Z] GeneratedJob{name='Test_openjdk25_hs_extended.perf_s390x_linux_rerun'}
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
[2025-11-08T14:12:47.667Z] Triggering rerun jobs in parallel ...
[Pipeline] parallel
[Pipeline] { (Branch: Test_openjdk25_hs_extended.perf_s390x_linux_rerun)
[Pipeline] build
[2025-11-08T14:12:47.704Z] Scheduling project: Test_openjdk25_hs_extended.perf_s390x_linux_rerun
[2025-11-08T14:12:53.363Z] Starting building: Test_openjdk25_hs_extended.perf_s390x_linux_rerun #6
[2025-11-08T14:33:45.885Z] Build Test_openjdk25_hs_extended.perf_s390x_linux_rerun #6 completed: UNSTABLE
[Pipeline] }
[Pipeline] // parallel
[Pipeline] node
[2025-11-08T14:33:45.976Z] Running on test-azure-win11-x64-2 in c:\jenkins\workspace\Test_openjdk25_hs_extended.perf_s390x_linux
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] cleanWs
[2025-11-08T14:33:46.040Z] [WS-CLEANUP] Deleting project workspace...
[2025-11-08T14:33:46.040Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-11-08T14:33:46.053Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
[2025-11-08T14:33:46.088Z] Test_openjdk25_hs_extended.perf_s390x_linux_rerun #6 completed with status UNSTABLE
[Pipeline] timeout
[2025-11-08T14:33:46.105Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] copyArtifacts
[2025-11-08T14:33:46.207Z] Copied 1 artifact from "Test_openjdk25_hs_extended.perf_s390x_linux_rerun" build number 6
[Pipeline] }
[Pipeline] // timeout
[Pipeline] echo
[2025-11-08T14:33:46.246Z] Saving Test_openjdk25_hs_extended.perf_s390x_linux_rerun/6/**/*.tap file on jenkins.
[Pipeline] archiveArtifacts
[2025-11-08T14:33:46.266Z] Archiving artifacts
[2025-11-08T14:33:46.334Z] Recording fingerprints
[Pipeline] findFiles
[Pipeline] echo
[2025-11-08T14:33:46.465Z] Tap file found: Test_openjdk25_hs_extended.perf_s390x_linux_rerun\6\aqa-tests\TKG\output_1762612413557\Test_openjdk25_hs_extended.perf_s390x_linux_rerun.tap...
[Pipeline] readFile
[Pipeline] echo
[2025-11-08T14:33:46.547Z] Rerun in Grinder with failed test targets: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=testList+TESTLIST=dacapo-fop_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=s390x_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=25&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk25u&JCK_GIT_BRANCH=master&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk25u%2Fjdk25u-linux-s390x-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=dev&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&TEST_TIME=120&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=aqavit-bot&DYNAMIC_COMPILE=false&RELATED_NODES=&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&APPLICATION_OPTIONS=&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=&OPENJDK_SHA=&TRSS_URL=&RERUN_FAILURE=false&USE_TESTENV_PROPERTIES=false&BUILD_LIST=perf&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=3&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None
[Pipeline] retry
[Pipeline] {
[Pipeline] cleanWs
[2025-11-08T14:33:46.617Z] [WS-CLEANUP] Deleting project workspace...
[2025-11-08T14:33:46.617Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-11-08T14:33:46.636Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] End of Pipeline
Finished: UNSTABLE