Test_openjdk8_hs_extended.perf_x86-32_windows
Started by upstream project "build-scripts/jobs/jdk8u/jdk8u-windows-x86-32-temurin" build number 515
originally caused by:
Started by upstream project "build-scripts/openjdk8-pipeline" build number 3008
originally caused by:
Started by upstream project "build-scripts/utils/betaTrigger_8ea" build number 266
originally caused by:
Started by timer
Checking out git ${ADOPTOPENJDK_REPO} into /home/jenkins/.jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows@script/7d272c0688f17ab4e5b2f6ce77a7dc9cf4df33ff05c3a95eddd38682ef795b79 to read aqa-tests/buildenv/jenkins/openjdk_tests
The recommended git tool is: git
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Using shallow clone with depth 1
Cloning repository https://github.com/adoptium/aqa-tests.git
> git init /home/jenkins/.jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows@script/7d272c0688f17ab4e5b2f6ce77a7dc9cf4df33ff05c3a95eddd38682ef795b79/aqa-tests # timeout=10
Fetching upstream changes from https://github.com/adoptium/aqa-tests.git
> git --version # timeout=10
> git --version # 'git version 2.43.0'
> git fetch --tags --force --progress --depth=1 -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=60
> git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2480cb6f040d1f208ba3fa3684beaa4f7dcbb069 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 2480cb6f040d1f208ba3fa3684beaa4f7dcbb069 # timeout=10
Commit message: "Set current build result based on Perf metrics. (#6369)"
> git rev-list --no-walk 7d0e018226d1d2f3da222cdef5a13c2bce7169ab # timeout=10
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] timestamps
[Pipeline] {
[Pipeline] nodesByLabel
[2025-06-26T23:37:47.007Z] Found a total of 3 nodes with the 'hw.arch.x86&&sw.os.windows&&ci.role.perf' label
[Pipeline] echo
[2025-06-26T23:37:47.014Z] SPEC: win_x86
[Pipeline] echo
[2025-06-26T23:37:47.016Z] LABEL: hw.arch.x86&&sw.os.windows&&ci.role.perf
[Pipeline] stage
[Pipeline] { (Queue)
[Pipeline] nodesByLabel
[2025-06-26T23:37:47.030Z] Found a total of 3 nodes with the 'hw.arch.x86&&sw.os.windows&&ci.role.perf' label
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named dynamicAgents (to a value of type ArrayList) which could lead to memory leaks or other issues.
[Pipeline] echo
[2025-06-26T23:37:47.035Z] dynamicAgents: []
[Pipeline] node
[2025-06-26T23:38:02.040Z] Still waiting to schedule task
[2025-06-26T23:38:02.041Z] Waiting for next available executor on ‘hw.arch.x86&&sw.os.windows&&ci.role.perf’
[2025-06-27T01:14:42.697Z] Running on test-azure-win2022-x64-3 in c:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows
[Pipeline] {
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named ref_cache (to a value of type GStringImpl) which could lead to memory leaks or other issues.
[Pipeline] retry
[Pipeline] {
[Pipeline] timeout
[2025-06-27T01:14:42.729Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] cleanWs
[2025-06-27T01:14:42.789Z] [WS-CLEANUP] Deleting project workspace...
[2025-06-27T01:14:42.790Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-06-27T01:14:42.809Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // timeout
[Pipeline] checkout
[2025-06-27T01:14:42.853Z] The recommended git tool is: git
[2025-06-27T01:14:42.895Z] No credentials specified
[2025-06-27T01:14:42.916Z] Cloning the remote Git repository
[2025-06-27T01:14:42.949Z] Cloning repository https://github.com/adoptium/aqa-tests.git
[2025-06-27T01:14:42.949Z] > git init c:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests # timeout=10
[2025-06-27T01:14:43.042Z] [WARNING] Reference path does not exist: null/openjdk_cache
[2025-06-27T01:14:43.042Z] Fetching upstream changes from https://github.com/adoptium/aqa-tests.git
[2025-06-27T01:14:43.042Z] > git --version # timeout=10
[2025-06-27T01:14:43.085Z] > git --version # 'git version 2.42.1'
[2025-06-27T01:14:43.085Z] > git fetch --tags --force --progress -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=10
[2025-06-27T01:14:48.699Z] Avoid second fetch
[2025-06-27T01:14:48.783Z] Checking out Revision 2480cb6f040d1f208ba3fa3684beaa4f7dcbb069 (origin/master)
[2025-06-27T01:14:48.565Z] > git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10
[2025-06-27T01:14:48.615Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
[2025-06-27T01:14:48.710Z] > git rev-parse "origin/master^{commit}" # timeout=10
[2025-06-27T01:14:48.796Z] > git config core.sparsecheckout # timeout=10
[2025-06-27T01:14:48.844Z] > git checkout -f 2480cb6f040d1f208ba3fa3684beaa4f7dcbb069 # timeout=10
[2025-06-27T01:14:51.471Z] Commit message: "Set current build result based on Perf metrics. (#6369)"
[Pipeline] }
[Pipeline] // retry
[Pipeline] load
[Pipeline] { (c:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/buildenv/jenkins/JenkinsfileBase)
[Pipeline] }
[Pipeline] // load
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named jenkinsfile (to a value of type Script1) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TIME_LIMIT (to a value of type Integer) which could lead to memory leaks or other issues.
[Pipeline] timeout
[2025-06-27T01:14:52.834Z] Timeout set to expire in 1 day 1 hr
[Pipeline] {
[Pipeline] echo
[2025-06-27T01:14:52.862Z] runMulticastCmd: false
[Pipeline] stage
[Pipeline] { (Setup)
[Pipeline] sh
[2025-06-27T01:14:53.359Z] + LC_TIME=C
[2025-06-27T01:14:53.359Z] + date '+%a, %d %b %Y %T %z'
[Pipeline] echo
[2025-06-27T01:14:53.436Z] PROCESSCATCH: Terminating any hung/left over test processes:
[Pipeline] sh
[2025-06-27T01:14:53.886Z] + aqa-tests/terminateTestProcesses.sh null
[2025-06-27T01:14:53.886Z] Windows machine, using powershell queries...
[2025-06-27T01:14:54.558Z] Woohoo - no rogue processes detected!
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_REPO (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_REPO (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_BRANCH (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_BRANCH (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named PLATFORM (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CLONE_OPENJ9 (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CUSTOM_TARGET (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named UPSTREAM_JOB_NAME (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named UPSTREAM_JOB_NUMBER (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named SSH_AGENT_CREDENTIAL (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named KEEP_WORKSPACE (to a value of type Boolean) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_SHA (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CLOUD_PROVIDER (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named SDK_RESOURCE (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named ITERATIONS (to a value of type Integer) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named NUM_MACHINES (to a value of type Integer) which could lead to memory leaks or other issues.
[Pipeline] sh
[2025-06-27T01:14:55.927Z] + printenv
[2025-06-27T01:14:55.927Z] ProgramFiles(x86)=C:\Program Files (x86)
[2025-06-27T01:14:55.927Z] CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
[2025-06-27T01:14:55.927Z] !C:=C:\Users\jenkins\agent
[2025-06-27T01:14:55.927Z] KEEP_WORKSPACE=false
[2025-06-27T01:14:55.927Z] NUMBER_OF_PROCESSORS=4
[2025-06-27T01:14:55.927Z] PROCESSOR_LEVEL=6
[2025-06-27T01:14:55.927Z] TAP_NAME=Test_openjdk8_hs_extended.perf_x86-32_windows.tap
[2025-06-27T01:14:55.927Z] LIB_DIR=c:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib
[2025-06-27T01:14:55.927Z] EXIT_FAILURE=false
[2025-06-27T01:14:55.927Z] JDK_BRANCH=jdk8u462-b07_adopt
[2025-06-27T01:14:55.927Z] RUN_TESTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_extended.perf_x86-32_windows/199/display/redirect?page=tests
[2025-06-27T01:14:55.927Z] PLATFORM=x86-32_windows
[2025-06-27T01:14:55.927Z] DOCKER_REQUIRED=false
[2025-06-27T01:14:55.927Z] USERDOMAIN_ROAMINGPROFILE=TEST-AZURE-WIN-
[2025-06-27T01:14:55.927Z] PROGRAMFILES=C:\Program Files
[2025-06-27T01:14:55.927Z] git=C:\Program Files\Git\cmd\git.exe
[2025-06-27T01:14:55.927Z] TIME_LIMIT=25
[2025-06-27T01:14:55.928Z] JENKINS_SERVER_COOKIE=durable-7ed588118e302250d048159ca648ed7f856276b68340aefbb0b02c02894eabb4
[2025-06-27T01:14:55.928Z] PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
[2025-06-27T01:14:55.928Z] JAVA_HOME=C:\Program Files\Java\jdk-17.0.8.1+1
[2025-06-27T01:14:55.928Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
[2025-06-27T01:14:55.928Z] GENERATE_JOBS=true
[2025-06-27T01:14:55.928Z] OPENJCEPLUS_GIT_REPO=https://github.com/ibmruntimes/OpenJCEPlus.git
[2025-06-27T01:14:55.928Z] OS=Windows_NT
[2025-06-27T01:14:55.928Z] RUN_CHANGES_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_extended.perf_x86-32_windows/199/display/redirect?page=changes
[2025-06-27T01:14:55.928Z] HOMEDRIVE=C:
[2025-06-27T01:14:55.928Z] ANT_HOME=C:\apache-ant\apache-ant-1.10.15
[2025-06-27T01:14:55.928Z] RERUN_ITERATIONS=1
[2025-06-27T01:14:55.928Z] OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse:master
[2025-06-27T01:14:55.928Z] USERDOMAIN=TEST-AZURE-WIN-
[2025-06-27T01:14:55.928Z] STF_OWNER_BRANCH=adoptium:master
[2025-06-27T01:14:55.928Z] HUDSON_HOME=/home/jenkins/.jenkins
[2025-06-27T01:14:55.928Z] PWD=/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows
[2025-06-27T01:14:55.928Z] USERPROFILE=C:\Users\jenkins.test-azure-win2
[2025-06-27T01:14:55.928Z] ARCHIVE_TEST_RESULTS=false
[2025-06-27T01:14:55.928Z] SETUP_JCK_RUN=false
[2025-06-27T01:14:55.928Z] BUILD_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_extended.perf_x86-32_windows/199/
[2025-06-27T01:14:55.928Z] SLACK_CHANNEL=aqavit-bot
[2025-06-27T01:14:55.928Z] UPSTREAM_JOB_NAME=build-scripts/jobs/jdk8u/jdk8u-windows-x86-32-temurin
[2025-06-27T01:14:55.928Z] JCK_GIT_BRANCH=master
[2025-06-27T01:14:55.928Z] JOB_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_extended.perf_x86-32_windows/
[2025-06-27T01:14:55.928Z] BUILD_NUMBER=199
[2025-06-27T01:14:55.928Z] TKG_ITERATIONS=1
[2025-06-27T01:14:55.928Z] _=/usr/bin/printenv
[2025-06-27T01:14:55.928Z] VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\
[2025-06-27T01:14:55.928Z] PERF_ROOT=c:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows/../../benchmarks
[2025-06-27T01:14:55.928Z] ALLUSERSPROFILE=C:\ProgramData
[2025-06-27T01:14:55.928Z] JENKINS_NODE_COOKIE=fcd31c6d-558f-42c0-b42a-316c06da7b2a
[2025-06-27T01:14:55.928Z] CommonProgramW6432=C:\Program Files\Common Files
[2025-06-27T01:14:55.928Z] KEEP_REPORTDIR=false
[2025-06-27T01:14:55.928Z] BUILD_DISPLAY_NAME=#199
[2025-06-27T01:14:55.928Z] SDK_RESOURCE=upstream
[2025-06-27T01:14:55.928Z] TEST_JDK_HOME=c:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image
[2025-06-27T01:14:55.928Z] HOME=/home/jenkins
[2025-06-27T01:14:55.928Z] USERNAME=jenkins
[2025-06-27T01:14:55.928Z] COMSPEC=C:\Windows\system32\cmd.exe
[2025-06-27T01:14:55.928Z] JENKINS_URL=https://ci.adoptium.net/
[2025-06-27T01:14:55.928Z] JOB_BASE_NAME=Test_openjdk8_hs_extended.perf_x86-32_windows
[2025-06-27T01:14:55.928Z] JOBSTARTTIME=Fri, 27 Jun 2025 01:14:53 +0000
[2025-06-27T01:14:55.928Z] JDK_VERSION=8
[2025-06-27T01:14:55.928Z] APPDATA=C:\Users\jenkins.test-azure-win2\AppData\Roaming
[2025-06-27T01:14:55.928Z] JOB_NAME=Test_openjdk8_hs_extended.perf_x86-32_windows
[2025-06-27T01:14:55.928Z] USE_TESTENV_PROPERTIES=false
[2025-06-27T01:14:55.928Z] SYSTEMROOT=C:\Windows
[2025-06-27T01:14:55.928Z] PERSONAL_BUILD=false
[2025-06-27T01:14:55.928Z] RUN_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_extended.perf_x86-32_windows/199/display/redirect
[2025-06-27T01:14:55.928Z] LOCALAPPDATA=C:\Users\jenkins.test-azure-win2\AppData\Local
[2025-06-27T01:14:55.928Z] AUTO_DETECT=true
[2025-06-27T01:14:55.928Z] EXIT_SUCCESS=false
[2025-06-27T01:14:55.928Z] JOB_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_extended.perf_x86-32_windows/display/redirect
[2025-06-27T01:14:55.928Z] PROMPT=$P$G
[2025-06-27T01:14:55.928Z] WORKSPACE=c:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows
[2025-06-27T01:14:55.928Z] COMPUTERNAME=TEST-AZURE-WIN-
[2025-06-27T01:14:55.928Z] OPENJ9_BRANCH=master
[2025-06-27T01:14:55.928Z] EXTERNAL_CUSTOM_BRANCH=master
[2025-06-27T01:14:55.928Z] SYSTEM_LIB_DIR=c:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/system_lib
[2025-06-27T01:14:55.928Z] PARALLEL=Dynamic
[2025-06-27T01:14:55.928Z] HUDSON_URL=https://ci.adoptium.net/
[2025-06-27T01:14:55.928Z] ITERATIONS=1
[2025-06-27T01:14:55.928Z] UPSTREAM_JOB_NUMBER=515
[2025-06-27T01:14:55.928Z] SPEC=win_x86
[2025-06-27T01:14:55.928Z] TERM=xterm-256color
[2025-06-27T01:14:55.928Z] JDK_REPO=https://github.com/adoptium/jdk8u
[2025-06-27T01:14:55.928Z] ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium:master
[2025-06-27T01:14:55.928Z] LOGONSERVER=\\TEST-AZURE-WIN-
[2025-06-27T01:14:55.928Z] NODE_NAME=test-azure-win2022-x64-3
[2025-06-27T01:14:55.928Z] ADOPTOPENJDK_REPO=https://github.com/adoptium/aqa-tests.git
[2025-06-27T01:14:55.928Z] PSModulePath=C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules
[2025-06-27T01:14:55.928Z] HUDSON_SERVER_COOKIE=2d832652af5afba8
[2025-06-27T01:14:55.928Z] WIX=C:\Program Files (x86)\WiX Toolset v3.14\
[2025-06-27T01:14:55.928Z] TEMP=/cygdrive/c/Users/JENKIN~1.TES/AppData/Local/Temp/2
[2025-06-27T01:14:55.928Z] DYNAMIC_COMPILE=false
[2025-06-27T01:14:55.928Z] SHLVL=2
[2025-06-27T01:14:55.928Z] BUILD_TAG=jenkins-Test_openjdk8_hs_extended.perf_x86-32_windows-199
[2025-06-27T01:14:55.928Z] PROCESSOR_REVISION=5504
[2025-06-27T01:14:55.928Z] DriverData=C:\Windows\System32\Drivers\DriverData
[2025-06-27T01:14:55.928Z] EXECUTOR_NUMBER=0
[2025-06-27T01:14:55.928Z] HUDSON_COOKIE=a59d463c-36fb-45dc-b3e6-466d87552844
[2025-06-27T01:14:55.928Z] ADOPTOPENJDK_BRANCH=master
[2025-06-27T01:14:55.928Z] JENKINS_HOME=/home/jenkins/.jenkins
[2025-06-27T01:14:55.928Z] COMMONPROGRAMFILES=C:\Program Files\Common Files
[2025-06-27T01:14:55.928Z] ORIGIN_JDK_VERSION=8
[2025-06-27T01:14:55.928Z] PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 4, GenuineIntel
[2025-06-27T01:14:55.928Z] SESSIONNAME=RDP-Tcp#0
[2025-06-27T01:14:55.928Z] NUM_PROCESSORS=2
[2025-06-27T01:14:55.928Z] CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token
[2025-06-27T01:14:55.928Z] NODE_LABELS=sw.os.windows ci.role.test x64 test-azure-win2022-x64-3 ci.role.perf windows hw.arch.x86 win2022
[2025-06-27T01:14:55.928Z] STAGE_NAME=Setup
[2025-06-27T01:14:55.928Z] EXTERNAL_TEST_CMD=mvn clean install
[2025-06-27T01:14:55.928Z] TEST_TIME=120
[2025-06-27T01:14:55.928Z] HOMEPATH=\Users\jenkins.test-azure-win2
[2025-06-27T01:14:55.928Z] WORKSPACE_TMP=c:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows@tmp
[2025-06-27T01:14:55.928Z] TMP=/cygdrive/c/Users/JENKIN~1.TES/AppData/Local/Temp/2
[2025-06-27T01:14:55.928Z] PATH=/cygdrive/c/Program Files/Java/jdk-17.0.8.1+1/bin:/usr/bin:/cygdrive/c/Windows:/cygdrive/c/windows/system32:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Windows/System32/OpenSSH:/cygdrive/c/Program Files/dotnet:/cygdrive/c/Users/adoptopenjdk/AppData/Local/Microsoft/WindowsApps:/cygdrive/c/Strawberry/perl/bin:/cygdrive/c/Program Files/Git/cmd:/cygdrive/c/openjdk/jdk-8/bin:/cygdrive/c/apache-ant/apache-ant-1.10.15/bin:/cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/120/Tools/Binn:/cygdrive/c/Program Files (x86)/Microsoft SDKs/TypeScript/1.0:/cygdrive/c/Program Files (x86)/IncrediBuild:/cygdrive/c/rust/bin:/cygdrive/c/Program Files/IcedTeaWEB/bin:/cygdrive/c/Users/adoptopenjdk/AppData/Local/Microsoft/WindowsApps:/cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/cygdrive/c/Users/jenkins.test-azure-win2/AppData/Local/Microsoft/WindowsApps:/usr/bin
[2025-06-27T01:14:55.928Z] LIGHT_WEIGHT_CHECKOUT=false
[2025-06-27T01:14:55.928Z] TKG_OWNER_BRANCH=adoptium:master
[2025-06-27T01:14:55.928Z] ProgramW6432=C:\Program Files
[2025-06-27T01:14:55.928Z] CI=true
[2025-06-27T01:14:55.928Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_extended.perf_x86-32_windows/199/display/redirect?page=artifacts
[2025-06-27T01:14:55.928Z] ACTIVE_NODE_TIMEOUT=5
[2025-06-27T01:14:55.928Z] RERUN_FAILURE=true
[2025-06-27T01:14:55.928Z] VS120COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\
[2025-06-27T01:14:55.928Z] VS110COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\
[2025-06-27T01:14:55.928Z] OPENJCEPLUS_GIT_BRANCH=semeru-java8
[2025-06-27T01:14:55.928Z] BUILD_LIST=perf
[2025-06-27T01:14:55.928Z] BUILD_ID=199
[2025-06-27T01:14:55.928Z] WINDIR=C:\Windows
[2025-06-27T01:14:55.928Z] PROCESSOR_ARCHITECTURE=AMD64
[2025-06-27T01:14:55.928Z] PUBLIC=C:\Users\Public
[2025-06-27T01:14:55.928Z] CLIENTNAME=scfryer-thinkpa
[2025-06-27T01:14:55.928Z] SYSTEMDRIVE=C:
[2025-06-27T01:14:55.928Z] TARGET=extended.perf
[2025-06-27T01:14:55.928Z] USE_JRE=false
[2025-06-27T01:14:55.928Z] JDK_IMPL=hotspot
[2025-06-27T01:14:55.928Z] ProgramData=C:\ProgramData
Did you forget the `def` keyword? Script1 seems to be setting a field named CUSTOMIZED_SDK_URL_OPTION (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] timeout
[2025-06-27T01:14:55.976Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] dir
[2025-06-27T01:14:55.990Z] Running in c:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jdkbinary
[Pipeline] {
[Pipeline] copyArtifacts
[2025-06-27T01:15:00.401Z] Copied 5 artifacts from "build-scripts » jobs » jdk8u » jdk8u-windows-x86-32-temurin" build number 515
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_REPO_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_BRANCH_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_REPO_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_BRANCH_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_SHA_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CLONE_OPENJ9_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CLONE_OPENJ9_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named JDK_VERSION_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named JDK_IMPL_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_REPO_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_BRANCH_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_REPOS (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_BRANCHES (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_DIRS (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_SHAS (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] echo
[2025-06-27T01:15:00.640Z] IS_SVT_TESTREPO is set to false
Did you forget the `def` keyword? Script1 seems to be setting a field named TEST_IMAGES_REQUIRED (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named DEBUG_IMAGES_REQUIRED (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CODE_COVERAGE_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named ADDITIONAL_ARTIFACTS_REQUIRED_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CURL_OPTS (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named GET_SH_CMD (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named RESOLVED_MAKE (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] dir
[2025-06-27T01:15:00.648Z] Running in c:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows
[Pipeline] {
[Pipeline] sshagent
[2025-06-27T01:15:00.679Z] $ ssh-agent
[2025-06-27T01:15:00.794Z] SSH_AUTH_SOCK=/tmp/ssh-wNWJvmFpvJkl/agent.909
[2025-06-27T01:15:00.794Z] SSH_AGENT_PID=910
[2025-06-27T01:15:00.794Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
[2025-06-27T01:15:00.809Z] Running in c:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests
[Pipeline] {
[Pipeline] withCredentials
[2025-06-27T01:15:00.853Z] Masking supported pattern matches of %USERNAME% or %PASSWORD%
[Pipeline] {
[Pipeline] sh
[2025-06-27T01:15:01.333Z] ++ pwd
[2025-06-27T01:15:01.333Z] + ./get.sh -s /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/.. -p x86-32_windows -r upstream -j 8 -i hotspot --clone_openj9 false --tkg_repo https://github.com/adoptium/TKG.git --tkg_branch master
[2025-06-27T01:15:01.333Z] TESTDIR: /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests
[2025-06-27T01:15:01.333Z] get jdk binary...
[2025-06-27T01:15:01.333Z] --sdkdir is set to upstream. Therefore, skip download jdk binary
[2025-06-27T01:15:01.333Z] Uncompressing file: OpenJDK8U-jdk_x86-32_windows_hotspot_8u462b07-ea.zip ...
[2025-06-27T01:15:04.196Z] List files in jdkbinary folder...
[2025-06-27T01:15:04.196Z] total 183844
[2025-06-27T01:15:04.196Z] -rwxrwx---+ 1 jenkins None 42098909 Jun 26 21:34 OpenJDK8U-debugimage_x86-32_windows_hotspot_8u462b07-ea.zip
[2025-06-27T01:15:04.196Z] -rwxrwx---+ 1 jenkins None 107349797 Jun 26 21:42 OpenJDK8U-jdk_x86-32_windows_hotspot_8u462b07-ea.zip
[2025-06-27T01:15:04.196Z] -rwxrwx---+ 1 jenkins None 38693703 Jun 26 21:43 OpenJDK8U-jre_x86-32_windows_hotspot_8u462b07-ea.zip
[2025-06-27T01:15:04.196Z] -rwxrwx---+ 1 jenkins None 24102 Jun 26 21:39 OpenJDK8U-sbom_x86-32_windows_hotspot_8u462b07-ea-metadata.json
[2025-06-27T01:15:04.196Z] -rwxrwx---+ 1 jenkins None 79789 Jun 26 21:54 OpenJDK8U-sbom_x86-32_windows_hotspot_8u462b07-ea.json
[2025-06-27T01:15:04.196Z] drwxrwxr-x+ 1 jenkins None 0 Jun 27 01:15 tmp
[2025-06-27T01:15:04.196Z] List files in jdkbinary/tmp folder...
[2025-06-27T01:15:04.196Z] total 4
[2025-06-27T01:15:04.196Z] drwxrwxr-x+ 1 jenkins None 0 Jun 26 21:34 jdk8u462-b07
[2025-06-27T01:15:04.196Z] Moving directory jdk8u462-b07/ to ../j2sdk-image
[2025-06-27T01:15:04.196Z] Uncompressing file: OpenJDK8U-jre_x86-32_windows_hotspot_8u462b07-ea.zip ...
[2025-06-27T01:15:05.306Z] List files in jdkbinary folder...
[2025-06-27T01:15:05.306Z] total 183848
[2025-06-27T01:15:05.306Z] -rwxrwx---+ 1 jenkins None 42098909 Jun 26 21:34 OpenJDK8U-debugimage_x86-32_windows_hotspot_8u462b07-ea.zip
[2025-06-27T01:15:05.306Z] -rwxrwx---+ 1 jenkins None 107349797 Jun 26 21:42 OpenJDK8U-jdk_x86-32_windows_hotspot_8u462b07-ea.zip
[2025-06-27T01:15:05.306Z] -rwxrwx---+ 1 jenkins None 38693703 Jun 26 21:43 OpenJDK8U-jre_x86-32_windows_hotspot_8u462b07-ea.zip
[2025-06-27T01:15:05.306Z] -rwxrwx---+ 1 jenkins None 24102 Jun 26 21:39 OpenJDK8U-sbom_x86-32_windows_hotspot_8u462b07-ea-metadata.json
[2025-06-27T01:15:05.306Z] -rwxrwx---+ 1 jenkins None 79789 Jun 26 21:54 OpenJDK8U-sbom_x86-32_windows_hotspot_8u462b07-ea.json
[2025-06-27T01:15:05.306Z] drwxrwxr-x+ 1 jenkins None 0 Jun 26 21:34 j2sdk-image
[2025-06-27T01:15:05.306Z] drwxrwxr-x+ 1 jenkins None 0 Jun 27 01:15 tmp
[2025-06-27T01:15:05.306Z] List files in jdkbinary/tmp folder...
[2025-06-27T01:15:05.630Z] total 4
[2025-06-27T01:15:05.630Z] drwxrwxr-x+ 1 jenkins None 0 Jun 26 21:34 jdk8u462-b07-jre
[2025-06-27T01:15:05.630Z] Moving directory jdk8u462-b07-jre/ to ../j2re-image
[2025-06-27T01:15:05.630Z] Uncompressing OpenJDK8U-debugimage_x86-32_windows_hotspot_8u462b07-ea.zip over ./j2sdk-image/jre...
[2025-06-27T01:15:07.799Z] Removing top-level folder jdk8u462-b07-debug-image/
[2025-06-27T01:15:07.799Z] Removing top-level folder jdk8u462-b07/
[2025-06-27T01:15:09.395Z] Run c:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image/bin/java -version
[2025-06-27T01:15:09.395Z] =JAVA VERSION OUTPUT BEGIN=
[2025-06-27T01:15:09.729Z] openjdk version "1.8.0_462-beta"
[2025-06-27T01:15:09.729Z] OpenJDK Runtime Environment (Temurin)(build 1.8.0_462-beta-202506262055-b07)
[2025-06-27T01:15:09.729Z] OpenJDK Client VM (Temurin)(build 25.462-b07, mixed mode)
[2025-06-27T01:15:09.729Z] =JAVA VERSION OUTPUT END=
[2025-06-27T01:15:09.729Z] =RELEASE INFO BEGIN=
[2025-06-27T01:15:09.729Z] JAVA_VERSION="1.8.0_462"
[2025-06-27T01:15:09.729Z] OS_NAME="Windows"
[2025-06-27T01:15:09.729Z] OS_VERSION="5.1"
[2025-06-27T01:15:09.729Z] OS_ARCH="i586"
[2025-06-27T01:15:09.729Z] SOURCE=".:git:d1f0ddc52725+"
[2025-06-27T01:15:09.729Z] IMPLEMENTOR="Eclipse Adoptium"
[2025-06-27T01:15:09.729Z] BUILD_SOURCE="git:5ec7cf95adce133a225cf1832d4b4915130b6a2a"
[2025-06-27T01:15:09.729Z] BUILD_SOURCE_REPO="https://github.com/adoptium/temurin-build.git"
[2025-06-27T01:15:09.729Z] SOURCE_REPO="https://github.com/adoptium/jdk8u.git"
[2025-06-27T01:15:09.729Z] FULL_VERSION="1.8.0_462-beta-202506262055-b07"
[2025-06-27T01:15:09.729Z] SEMANTIC_VERSION="8.0.462+7"
[2025-06-27T01:15:09.729Z] BUILD_INFO="OS: Windows Server 2022 Version: 10.0"
[2025-06-27T01:15:09.729Z] JVM_VARIANT="Hotspot"
[2025-06-27T01:15:09.729Z] JVM_VERSION="25.462-b07"
[2025-06-27T01:15:09.729Z] IMAGE_TYPE="JDK"
[2025-06-27T01:15:09.729Z] =RELEASE INFO END=
[2025-06-27T01:15:09.729Z] get testKitGen...
[2025-06-27T01:15:09.729Z] git clone -q https://github.com/adoptium/TKG.git
[2025-06-27T01:15:10.856Z] git rev-parse master
[2025-06-27T01:15:10.856Z] git checkout -q -f 1828e310fd8fb3115fde605c41aea434b90143d0
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[2025-06-27T01:15:11.642Z] $ ssh-agent -k
[2025-06-27T01:15:11.690Z] unset SSH_AUTH_SOCK;
[2025-06-27T01:15:11.690Z] unset SSH_AGENT_PID;
[2025-06-27T01:15:11.690Z] echo Agent pid 910 killed;
[2025-06-27T01:15:11.743Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
[2025-06-27T01:15:12.127Z] 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=x86-32_windows&GENERATE_JOBS=true&KEEP_REPORTDIR=false&PERSONAL_BUILD=false&DOCKER_REGISTRY_DIR=&RERUN_ITERATIONS=0&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&SETUP_JCK_RUN=false&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&LABEL=&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&JENKINS_KEY=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=8&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk8u&JCK_GIT_BRANCH=master&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-windows-x86-32-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=jdk8u462-b07_adopt&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=515&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None
[Pipeline] echo
[2025-06-27T01:15:12.140Z] 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=x86-32_windows&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-azure-win2022-x64-3&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&JENKINS_KEY=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=8&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk8u&JCK_GIT_BRANCH=master&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-windows-x86-32-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=jdk8u462-b07_adopt&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=515&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None
[Pipeline] stage
[Pipeline] { (setupParallelEnv)
Did you forget the `def` keyword? Script1 seems to be setting a field named parallel_tests (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
[Pipeline] timeout
[2025-06-27T01:15:12.177Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] copyArtifacts
[2025-06-27T01:15:12.321Z] Copied 1 artifact from "getTRSSOutput" build number 1816
[Pipeline] sh
[2025-06-27T01:15:12.793Z] + cd ./aqa-tests/TKG/resources/TRSS
[2025-06-27T01:15:12.793Z] + gzip -cd TRSSOutput.tar.gz
[2025-06-27T01:15:12.793Z] + tar xof -
[2025-06-27T01:15:13.104Z] + rm TRSSOutput.tar.gz
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
[2025-06-27T01:15:13.168Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] echo
[2025-06-27T01:15:13.185Z] Custom URL: https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[Pipeline] sh
[2025-06-27T01:15:13.695Z] + perl ./aqa-tests/TKG/scripts/getDependencies.pl -path c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib -task default -customUrl https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[2025-06-27T01:15:18.397Z] --------------------------------------------
[2025-06-27T01:15:18.397Z] path is set to c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib
[2025-06-27T01:15:18.397Z] task is set to default
[2025-06-27T01:15:18.397Z] dependencyList is set to all
[2025-06-27T01:15:18.397Z] --------------------------------------------
[2025-06-27T01:15:18.397Z] Starting download third party dependent jars
[2025-06-27T01:15:18.397Z] --------------------------------------------
[2025-06-27T01:15:18.397Z] downloading dependent third party jars to c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/asm.jar exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/org.eclipse.osgi-3.16.100.jar exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/commons-cli.jar exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/commons-exec.jar exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/jtreg_5_1_b01.tar.gz exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/jcommander.jar exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/jaxb-api.jar exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/objenesis.jar exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/dacapo.zip exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/asmtools.jar exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/byte-buddy.jar exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/apache-maven-bin.tar.gz exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/asm-all.jar exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/byte-buddy-agent.jar exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/jtreg_7_4_1.tar.gz exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/testng.jar exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/javassist.jar exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/jython-standalone.jar exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/jtreg_7_5_2_1.tar.gz exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/jtreg_7_5_1_1.tar.gz exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/jtreg_7_3_1_1.tar.gz exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/junit4.jar exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/mockito-core.jar exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/jcstress-tests-all-20240222.jar exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/jtreg_6_1.tar.gz exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/openj9jtregtimeouthandler.jar exists with correct hash, not downloading
[2025-06-27T01:15:18.397Z] downloaded dependent third party jars successfully
[Pipeline] }
[Pipeline] // timeout
[Pipeline] nodesByLabel
[2025-06-27T01:15:18.467Z] Found a total of 3 nodes with the 'hw.arch.x86&&sw.os.windows&&ci.role.perf' label
[Pipeline] sh
[2025-06-27T01:15:18.965Z] + cd ./aqa-tests/TKG
[2025-06-27T01:15:18.965Z] ++ uname
[2025-06-27T01:15:18.965Z] + '[' CYGWIN_NT-10.0-20348 = AIX ']'
[2025-06-27T01:15:18.965Z] ++ uname
[2025-06-27T01:15:18.965Z] + '[' CYGWIN_NT-10.0-20348 = SunOS ']'
[2025-06-27T01:15:18.965Z] ++ uname
[2025-06-27T01:15:19.275Z] + '[' CYGWIN_NT-10.0-20348 = '*BSD' ']'
[2025-06-27T01:15:19.275Z] + MAKE=make
[2025-06-27T01:15:19.275Z] + make genParallelList TEST=extended.perf TEST_TIME=120 NUM_MACHINES=
[2025-06-27T01:15:19.275Z] JAVA_HOME is set to c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image
[2025-06-27T01:15:19.275Z] LIB_DIR is set to C:/jenkins/testDependency/lib
[2025-06-27T01:15:19.276Z] rm -f -r /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/../TKG/output_compilation; \
[2025-06-27T01:15:19.276Z] mkdir -p /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/../TKG/output_compilation; \
[2025-06-27T01:15:19.276Z] (ant -f ./scripts/build_tools.xml "-DTEST_JDK_HOME=c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image" "-DTEST_ROOT=/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/.." "-DLIB_DIR=C:/jenkins/testDependency/lib" 2>&1; echo $? ) | tee "/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2025-06-27T01:15:19.276Z] if [ -z "$(tail -1 /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/.."; false; else rm -f -r "/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/../TKG/output_compilation"; fi
[2025-06-27T01:15:20.378Z] Buildfile: C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\scripts\build_tools.xml
[2025-06-27T01:15:20.698Z]
[2025-06-27T01:15:20.699Z] build:
[2025-06-27T01:15:20.699Z]
[2025-06-27T01:15:20.699Z] clean:
[2025-06-27T01:15:20.699Z]
[2025-06-27T01:15:20.699Z] init:
[2025-06-27T01:15:20.699Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\bin
[2025-06-27T01:15:20.699Z]
[2025-06-27T01:15:20.699Z] getDependentLibs:
[2025-06-27T01:15:21.025Z] [exec] --------------------------------------------
[2025-06-27T01:15:21.025Z] [exec] path is set to C:/jenkins/testDependency/lib
[2025-06-27T01:15:21.025Z] [exec] task is set to default
[2025-06-27T01:15:21.025Z] [exec] dependencyList is set to json_simple
[2025-06-27T01:15:21.025Z] [exec] --------------------------------------------
[2025-06-27T01:15:21.025Z] [exec] Starting download third party dependent jars
[2025-06-27T01:15:21.025Z] [exec] --------------------------------------------
[2025-06-27T01:15:21.025Z] [exec] downloading dependent third party jars to C:/jenkins/testDependency/lib
[2025-06-27T01:15:21.025Z] [exec] C:/jenkins/testDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-06-27T01:15:21.025Z] [exec] downloaded dependent third party jars successfully
[2025-06-27T01:15:21.025Z]
[2025-06-27T01:15:21.025Z] compile:
[2025-06-27T01:15:21.025Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-06-27T01:15:21.025Z] [echo] ============COMPILER SETTINGS============
[2025-06-27T01:15:21.025Z] [echo] ===fork: yes
[2025-06-27T01:15:21.025Z] [echo] ===debug: on
[2025-06-27T01:15:21.025Z] [javac] Compiling 28 source files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\bin
[2025-06-27T01:15:22.620Z]
[2025-06-27T01:15:22.620Z] dist:
[2025-06-27T01:15:22.620Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\bin\TestKitGen.jar
[2025-06-27T01:15:22.945Z]
[2025-06-27T01:15:22.945Z] BUILD SUCCESSFUL
[2025-06-27T01:15:22.945Z] Total time: 2 seconds
[2025-06-27T01:15:22.945Z] 0
[2025-06-27T01:15:23.270Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image/bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector
[2025-06-27T01:15:23.592Z] Unfamiliar microArch detected in TKG. It will not be added in TKG microArch!
[2025-06-27T01:15:23.592Z] microArchOutput: model name : Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz
[2025-06-27T01:15:25.195Z] ****************************** MACHINE INFO ******************************
[2025-06-27T01:15:25.195Z] File path : C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG
[2025-06-27T01:15:25.195Z] Free Physical Memory Size : 5768433664
[2025-06-27T01:15:25.195Z] Free space (bytes) : 98478133248
[2025-06-27T01:15:25.195Z] Total Physical Memory Size : 8536289280
[2025-06-27T01:15:25.195Z] Total space (bytes) : 274283311104
[2025-06-27T01:15:25.195Z] Usable space (bytes) : 98478133248
[2025-06-27T01:15:25.195Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-06-27T01:15:25.195Z] bashVersion :
[2025-06-27T01:15:25.195Z] GNU bash, version 5.2.15(3)-release (x86_64-pc-cygwin)
[2025-06-27T01:15:25.195Z] Copyright (C) 2022 Free Software Foundation, Inc.
[2025-06-27T01:15:25.195Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-06-27T01:15:25.195Z]
[2025-06-27T01:15:25.195Z] This is free software; you are free to change and redistribute it.
[2025-06-27T01:15:25.195Z] There is NO WARRANTY, to the extent permitted by law.
[2025-06-27T01:15:25.195Z] cpuCores : 4
[2025-06-27T01:15:25.195Z] curlVersion :
[2025-06-27T01:15:25.195Z] curl 8.5.0 (x86_64-pc-cygwin) libcurl/8.5.0 OpenSSL/3.0.12 zlib/1.3 brotli/1.1.0 zstd/1.5.5 libidn2/2.3.4 libpsl/0.21.2 (+libidn2/2.3.4) libssh2/1.11.0 nghttp2/1.58.0 libgsasl/2.2.0 OpenLDAP/2.6.6
[2025-06-27T01:15:25.195Z] Release-Date: 2023-12-06
[2025-06-27T01:15:25.195Z] Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
[2025-06-27T01:15:25.195Z] Features: alt-svc AsynchDNS brotli gsasl GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM PSL SPNEGO SSL threadsafe TLS-SRP UnixSockets zstd
[2025-06-27T01:15:25.195Z] dockerVersion : bash: line 1: docker: command not found
[2025-06-27T01:15:25.195Z] gcc version : 11
[2025-06-27T01:15:25.195Z] gclibc version : ldd (cygwin) 3.4.10
[2025-06-27T01:15:25.195Z] gdb version : bash: line 1: gdb: command not found
[2025-06-27T01:15:25.195Z] lldb version : Command could not be executed
[2025-06-27T01:15:25.195Z] makeVersion :
[2025-06-27T01:15:25.195Z] GNU Make 4.4.1
[2025-06-27T01:15:25.195Z] Built for x86_64-pc-cygwin
[2025-06-27T01:15:25.195Z] Copyright (C) 1988-2023 Free Software Foundation, Inc.
[2025-06-27T01:15:25.195Z] License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
[2025-06-27T01:15:25.195Z] This is free software: you are free to change and redistribute it.
[2025-06-27T01:15:25.195Z] There is NO WARRANTY, to the extent permitted by law.
[2025-06-27T01:15:25.195Z] mavenVersion : bash: line 1: mvn: command not found
[2025-06-27T01:15:25.195Z] perlVersion :
[2025-06-27T01:15:25.195Z]
[2025-06-27T01:15:25.195Z] This is perl 5, version 36, subversion 3 (v5.36.3) built for x86_64-cygwin-threads-multi
[2025-06-27T01:15:25.195Z] (with 6 registered patches, see perl -V for more detail)
[2025-06-27T01:15:25.195Z]
[2025-06-27T01:15:25.195Z] Copyright 1987-2023, Larry Wall
[2025-06-27T01:15:25.195Z]
[2025-06-27T01:15:25.195Z] Perl may be copied only under the terms of either the Artistic License or the
[2025-06-27T01:15:25.195Z] GNU General Public License, which may be found in the Perl 5 source kit.
[2025-06-27T01:15:25.195Z]
[2025-06-27T01:15:25.195Z] Complete documentation for Perl, including FAQ lists, should be found on
[2025-06-27T01:15:25.195Z] this system using "man perl" or "perldoc perl". If you have access to the
[2025-06-27T01:15:25.195Z] Internet, point your browser at https://www.perl.org/, the Perl Home Page.
[2025-06-27T01:15:25.195Z]
[2025-06-27T01:15:25.195Z] podmanVersion : bash: line 1: podman: command not found
[2025-06-27T01:15:25.195Z] procArch : unknown
[2025-06-27T01:15:25.195Z] sysArch : x86_64
[2025-06-27T01:15:25.195Z] sysOS : CYGWIN_NT-10.0-20348
[2025-06-27T01:15:25.195Z] ulimit :
[2025-06-27T01:15:25.195Z] core file size (blocks, -c) unlimited
[2025-06-27T01:15:25.195Z] data seg size (kbytes, -d) unlimited
[2025-06-27T01:15:25.195Z] file size (blocks, -f) unlimited
[2025-06-27T01:15:25.195Z] open files (-n) 3200
[2025-06-27T01:15:25.195Z] pipe size (512 bytes, -p) 8
[2025-06-27T01:15:25.195Z] stack size (kbytes, -s) 2032
[2025-06-27T01:15:25.195Z] cpu time (seconds, -t) unlimited
[2025-06-27T01:15:25.195Z] max user processes (-u) 256
[2025-06-27T01:15:25.195Z] virtual memory (kbytes, -v) unlimited
[2025-06-27T01:15:25.195Z] uname : CYGWIN_NT-10.0-20348 test-azure-win-2 3.4.10-1.x86_64 2023-11-29 12:12 UTC x86_64 Cygwin
[2025-06-27T01:15:25.195Z] vmVendor : Oracle Corporation
[2025-06-27T01:15:25.195Z] vmVersion : 25.462-b07
[2025-06-27T01:15:25.195Z] xlc version : bash: line 1: xlC: command not found
[2025-06-27T01:15:25.195Z] **************************************************************************
[2025-06-27T01:15:25.195Z]
[2025-06-27T01:15:25.195Z] System.getProperty('java.vm.name')=OpenJDK Client VM
[2025-06-27T01:15:25.195Z]
[2025-06-27T01:15:25.195Z] System.getProperty('java.vendor')=Temurin
[2025-06-27T01:15:25.195Z]
[2025-06-27T01:15:25.195Z] System.getProperty('os.name')=Windows Server 2022
[2025-06-27T01:15:25.195Z]
[2025-06-27T01:15:25.195Z] System.getProperty('os.arch')=x86
[2025-06-27T01:15:25.195Z]
[2025-06-27T01:15:25.195Z] System.getProperty('java.fullversion')=null
[2025-06-27T01:15:25.195Z]
[2025-06-27T01:15:25.195Z] System.getProperty('sun.arch.data.model')=32
[2025-06-27T01:15:25.195Z]
[2025-06-27T01:15:25.522Z] make -f makeGen.mk AUTO_DETECT=true MODE=parallelList NUM_MACHINES= TEST_TIME=120 TESTTARGET=extended.perf TESTLIST= TRSS_URL= LIB_DIR=C:/jenkins/testDependency/lib
[2025-06-27T01:15:25.522Z] make[1]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG'
[2025-06-27T01:15:25.522Z] perl scripts/configure.pl
[2025-06-27T01:15:25.846Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image/bin/java -cp "./bin/TestKitGen.jar;C:/jenkins/testDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=parallelList --spec=win_x86 --microArch="" --osLabel="" --jdkVersion=8 --impl=hotspot --vendor="temurin" --buildList=perf --iterations=1 --aotIterations= --testFlag= --testTarget=extended.perf --testList= --numOfMachines= --testTime=120 --TRSSURL=
[2025-06-27T01:15:25.846Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2025-06-27T01:15:25.846Z]
[2025-06-27T01:15:25.846Z]
[2025-06-27T01:15:25.846Z] Starting to generate parallel test lists.
[2025-06-27T01:15:25.846Z]
[2025-06-27T01:15:26.175Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\..\perf\bumbleBench\playlist.xml
[2025-06-27T01:15:26.175Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\..\perf\dacapo\playlist.xml
[2025-06-27T01:15:26.175Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\..\perf\idle_micro\playlist.xml
[2025-06-27T01:15:26.175Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\..\perf\liberty\playlist.xml
[2025-06-27T01:15:26.175Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\..\perf\renaissance\playlist.xml
[2025-06-27T01:15:26.176Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\..\perf\specjbb\playlist.xml
[2025-06-27T01:15:26.176Z] Attempting to get test duration data from TRSS.
[2025-06-27T01:15:26.176Z] cmd.exe /c curl --silent --max-time 120 -L -k "https://trss.adoptopenjdk.net/api/getTestAvgDuration?limit=10&jdkVersion=8&impl=hs&platform=x86-32_windows&group=perf&level=extended"
[2025-06-27T01:15:26.500Z] Attempting to get test duration data from cached files.
[2025-06-27T01:15:26.500Z]
[2025-06-27T01:15:26.500Z] TEST DURATION
[2025-06-27T01:15:26.500Z] ====================================================================================
[2025-06-27T01:15:26.500Z] Total number of tests searched: 20
[2025-06-27T01:15:26.500Z] Number of test durations found: 20
[2025-06-27T01:15:26.500Z] Top slowest tests:
[2025-06-27T01:15:26.500Z] 00m52s renaissance-mnemonics_0
[2025-06-27T01:15:26.500Z] 00m51s renaissance-finagle-http_0
[2025-06-27T01:15:26.500Z] 00m47s renaissance-par-mnemonics_0
[2025-06-27T01:15:26.500Z] ====================================================================================
[2025-06-27T01:15:26.500Z]
[2025-06-27T01:15:26.500Z] Test target is split into 1 lists.
[2025-06-27T01:15:26.500Z] Reducing estimated test running time from 03m58s to 03m58s.
[2025-06-27T01:15:26.500Z]
[2025-06-27T01:15:26.500Z] -------------------------------------testList_0-------------------------------------
[2025-06-27T01:15:26.500Z] Number of tests: 20
[2025-06-27T01:15:26.500Z] Estimated running time: 03m58s
[2025-06-27T01:15:26.500Z] TESTLIST=renaissance-mnemonics_0,renaissance-finagle-http_0,renaissance-par-mnemonics_0,renaissance-philosophers_0,dacapo-jython_0,dacapo-luindex_0,dacapo-avrora_0,dacapo-sunflow_0,dacapo-pmd_0,dacapo-xalan_0,dacapo-fop_0,renaissance-dec-tree_0,renaissance-movie-lens_0,renaissance-chi-square_0,renaissance-finagle-chirper_0,renaissance-db-shootout_0,dacapo-tomcat_0,renaissance-gauss-mix_0,renaissance-als_0,renaissance-log-regression_0
[2025-06-27T01:15:26.500Z] ------------------------------------------------------------------------------------
[2025-06-27T01:15:26.500Z]
[2025-06-27T01:15:26.500Z] Parallel test lists file (C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG/../TKG/parallelList.mk) is generated successfully.
[2025-06-27T01:15:26.500Z] make[1]: Leaving directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG'
[Pipeline] fileExists
[Pipeline] echo
[2025-06-27T01:15:26.567Z] read parallelList.mk file: aqa-tests/TKG/parallelList.mk
[Pipeline] readProperties
[Pipeline] echo
[2025-06-27T01:15:26.652Z] Number of test list is 1, no need to run tests in child job.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] echo
[2025-06-27T01:15:26.733Z] Building tests...
[Pipeline] timeout
[2025-06-27T01:15:26.737Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] echo
[2025-06-27T01:15:26.762Z] Custom URL: https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[Pipeline] sh
[2025-06-27T01:15:27.338Z] + perl ./aqa-tests/TKG/scripts/getDependencies.pl -path c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib -task default -customUrl https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[2025-06-27T01:15:31.938Z] --------------------------------------------
[2025-06-27T01:15:31.938Z] path is set to c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib
[2025-06-27T01:15:31.938Z] task is set to default
[2025-06-27T01:15:31.938Z] dependencyList is set to all
[2025-06-27T01:15:31.938Z] --------------------------------------------
[2025-06-27T01:15:31.938Z] Starting download third party dependent jars
[2025-06-27T01:15:31.938Z] --------------------------------------------
[2025-06-27T01:15:31.938Z] downloading dependent third party jars to c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib
[2025-06-27T01:15:31.938Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/jtreg_7_5_1_1.tar.gz exists with correct hash, not downloading
[2025-06-27T01:15:31.938Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/asm-all.jar exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/jtreg_7_4_1.tar.gz exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/jtreg_7_3_1_1.tar.gz exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/jcommander.jar exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/asmtools.jar exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/jtreg_5_1_b01.tar.gz exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/apache-maven-bin.tar.gz exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/commons-exec.jar exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/asm.jar exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/mockito-core.jar exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/byte-buddy-agent.jar exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/jtreg_6_1.tar.gz exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/org.eclipse.osgi-3.16.100.jar exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/jaxb-api.jar exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/objenesis.jar exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/jcstress-tests-all-20240222.jar exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/javassist.jar exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/commons-cli.jar exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/jython-standalone.jar exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/junit4.jar exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/byte-buddy.jar exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/jtreg_7_5_2_1.tar.gz exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/testng.jar exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/dacapo.zip exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/../../testDependency/lib/openj9jtregtimeouthandler.jar exists with correct hash, not downloading
[2025-06-27T01:15:31.939Z] downloaded dependent third party jars successfully
[Pipeline] }
[Pipeline] // timeout
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] withCredentials
[2025-06-27T01:15:32.065Z] Masking supported pattern matches of %USERNAME% or %PASSWORD%
[Pipeline] {
[Pipeline] dir
[2025-06-27T01:15:32.080Z] Running in c:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests
[Pipeline] {
[Pipeline] sshagent
[2025-06-27T01:15:32.107Z] $ ssh-agent
[2025-06-27T01:15:32.220Z] SSH_AUTH_SOCK=/tmp/ssh-mw7kucbgd4Pk/agent.1114
[2025-06-27T01:15:32.220Z] SSH_AGENT_PID=1115
[2025-06-27T01:15:32.220Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2025-06-27T01:15:32.681Z] + bash ./compile.sh
[2025-06-27T01:15:32.681Z] JAVA_HOME is set to c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image
[2025-06-27T01:15:32.990Z] LIB_DIR is set to C:/jenkins/testDependency/lib
[2025-06-27T01:15:32.990Z] rm -f -r /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/../TKG/output_compilation; \
[2025-06-27T01:15:32.990Z] mkdir -p /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/../TKG/output_compilation; \
[2025-06-27T01:15:32.990Z] (ant -f ./scripts/build_tools.xml "-DTEST_JDK_HOME=c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image" "-DTEST_ROOT=/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/.." "-DLIB_DIR=C:/jenkins/testDependency/lib" 2>&1; echo $? ) | tee "/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2025-06-27T01:15:32.990Z] if [ -z "$(tail -1 /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/.."; false; else rm -f -r "/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/../TKG/output_compilation"; fi
[2025-06-27T01:15:34.110Z] Buildfile: C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\scripts\build_tools.xml
[2025-06-27T01:15:34.110Z]
[2025-06-27T01:15:34.110Z] build:
[2025-06-27T01:15:34.110Z]
[2025-06-27T01:15:34.110Z] clean:
[2025-06-27T01:15:34.110Z] [delete] Deleting: C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\autoGenEnv.mk
[2025-06-27T01:15:34.110Z] [delete] Deleting directory C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\bin
[2025-06-27T01:15:34.434Z]
[2025-06-27T01:15:34.434Z] init:
[2025-06-27T01:15:34.434Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\bin
[2025-06-27T01:15:34.434Z]
[2025-06-27T01:15:34.434Z] getDependentLibs:
[2025-06-27T01:15:34.434Z] [exec] --------------------------------------------
[2025-06-27T01:15:34.434Z] [exec] path is set to C:/jenkins/testDependency/lib
[2025-06-27T01:15:34.434Z] [exec] task is set to default
[2025-06-27T01:15:34.434Z] [exec] dependencyList is set to json_simple
[2025-06-27T01:15:34.434Z] [exec] --------------------------------------------
[2025-06-27T01:15:34.434Z] [exec] Starting download third party dependent jars
[2025-06-27T01:15:34.434Z] [exec] --------------------------------------------
[2025-06-27T01:15:34.434Z] [exec] downloading dependent third party jars to C:/jenkins/testDependency/lib
[2025-06-27T01:15:34.434Z] [exec] C:/jenkins/testDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-06-27T01:15:34.434Z] [exec] downloaded dependent third party jars successfully
[2025-06-27T01:15:34.435Z]
[2025-06-27T01:15:34.435Z] compile:
[2025-06-27T01:15:34.435Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-06-27T01:15:34.435Z] [echo] ============COMPILER SETTINGS============
[2025-06-27T01:15:34.435Z] [echo] ===fork: yes
[2025-06-27T01:15:34.435Z] [echo] ===debug: on
[2025-06-27T01:15:34.435Z] [javac] Compiling 28 source files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\bin
[2025-06-27T01:15:35.535Z]
[2025-06-27T01:15:35.535Z] dist:
[2025-06-27T01:15:35.535Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\bin\TestKitGen.jar
[2025-06-27T01:15:35.535Z]
[2025-06-27T01:15:35.535Z] BUILD SUCCESSFUL
[2025-06-27T01:15:35.535Z] Total time: 1 second
[2025-06-27T01:15:35.535Z] 0
[2025-06-27T01:15:35.535Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image/bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector
[2025-06-27T01:15:36.217Z] Unfamiliar microArch detected in TKG. It will not be added in TKG microArch!
[2025-06-27T01:15:36.217Z] microArchOutput: model name : Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz
[2025-06-27T01:15:37.830Z] ****************************** MACHINE INFO ******************************
[2025-06-27T01:15:37.830Z] File path : C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG
[2025-06-27T01:15:37.830Z] Free Physical Memory Size : 5761085440
[2025-06-27T01:15:37.830Z] Free space (bytes) : 98478125056
[2025-06-27T01:15:37.830Z] Total Physical Memory Size : 8536289280
[2025-06-27T01:15:37.830Z] Total space (bytes) : 274283311104
[2025-06-27T01:15:37.830Z] Usable space (bytes) : 98478125056
[2025-06-27T01:15:37.830Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-06-27T01:15:37.830Z] bashVersion :
[2025-06-27T01:15:37.830Z] GNU bash, version 5.2.15(3)-release (x86_64-pc-cygwin)
[2025-06-27T01:15:37.830Z] Copyright (C) 2022 Free Software Foundation, Inc.
[2025-06-27T01:15:37.830Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-06-27T01:15:37.830Z]
[2025-06-27T01:15:37.830Z] This is free software; you are free to change and redistribute it.
[2025-06-27T01:15:37.830Z] There is NO WARRANTY, to the extent permitted by law.
[2025-06-27T01:15:37.830Z] cpuCores : 4
[2025-06-27T01:15:37.830Z] curlVersion :
[2025-06-27T01:15:37.830Z] curl 8.5.0 (x86_64-pc-cygwin) libcurl/8.5.0 OpenSSL/3.0.12 zlib/1.3 brotli/1.1.0 zstd/1.5.5 libidn2/2.3.4 libpsl/0.21.2 (+libidn2/2.3.4) libssh2/1.11.0 nghttp2/1.58.0 libgsasl/2.2.0 OpenLDAP/2.6.6
[2025-06-27T01:15:37.830Z] Release-Date: 2023-12-06
[2025-06-27T01:15:37.830Z] Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
[2025-06-27T01:15:37.830Z] Features: alt-svc AsynchDNS brotli gsasl GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM PSL SPNEGO SSL threadsafe TLS-SRP UnixSockets zstd
[2025-06-27T01:15:37.830Z] dockerVersion : bash: line 1: docker: command not found
[2025-06-27T01:15:37.830Z] gcc version : 11
[2025-06-27T01:15:37.830Z] gclibc version : ldd (cygwin) 3.4.10
[2025-06-27T01:15:37.830Z] gdb version : bash: line 1: gdb: command not found
[2025-06-27T01:15:37.830Z] lldb version : Command could not be executed
[2025-06-27T01:15:37.830Z] makeVersion :
[2025-06-27T01:15:37.830Z] GNU Make 4.4.1
[2025-06-27T01:15:37.830Z] Built for x86_64-pc-cygwin
[2025-06-27T01:15:37.830Z] Copyright (C) 1988-2023 Free Software Foundation, Inc.
[2025-06-27T01:15:37.830Z] License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
[2025-06-27T01:15:37.830Z] This is free software: you are free to change and redistribute it.
[2025-06-27T01:15:37.830Z] There is NO WARRANTY, to the extent permitted by law.
[2025-06-27T01:15:37.830Z] mavenVersion : bash: line 1: mvn: command not found
[2025-06-27T01:15:37.830Z] perlVersion :
[2025-06-27T01:15:37.830Z]
[2025-06-27T01:15:37.830Z] This is perl 5, version 36, subversion 3 (v5.36.3) built for x86_64-cygwin-threads-multi
[2025-06-27T01:15:37.830Z] (with 6 registered patches, see perl -V for more detail)
[2025-06-27T01:15:37.830Z]
[2025-06-27T01:15:37.830Z] Copyright 1987-2023, Larry Wall
[2025-06-27T01:15:37.830Z]
[2025-06-27T01:15:37.830Z] Perl may be copied only under the terms of either the Artistic License or the
[2025-06-27T01:15:37.830Z] GNU General Public License, which may be found in the Perl 5 source kit.
[2025-06-27T01:15:37.830Z]
[2025-06-27T01:15:37.831Z] Complete documentation for Perl, including FAQ lists, should be found on
[2025-06-27T01:15:37.831Z] this system using "man perl" or "perldoc perl". If you have access to the
[2025-06-27T01:15:37.831Z] Internet, point your browser at https://www.perl.org/, the Perl Home Page.
[2025-06-27T01:15:37.831Z]
[2025-06-27T01:15:37.831Z] podmanVersion : bash: line 1: podman: command not found
[2025-06-27T01:15:37.831Z] procArch : unknown
[2025-06-27T01:15:37.831Z] sysArch : x86_64
[2025-06-27T01:15:37.831Z] sysOS : CYGWIN_NT-10.0-20348
[2025-06-27T01:15:37.831Z] ulimit :
[2025-06-27T01:15:37.831Z] core file size (blocks, -c) unlimited
[2025-06-27T01:15:37.831Z] data seg size (kbytes, -d) unlimited
[2025-06-27T01:15:37.831Z] file size (blocks, -f) unlimited
[2025-06-27T01:15:37.831Z] open files (-n) 3200
[2025-06-27T01:15:37.831Z] pipe size (512 bytes, -p) 8
[2025-06-27T01:15:37.831Z] stack size (kbytes, -s) 2032
[2025-06-27T01:15:37.831Z] cpu time (seconds, -t) unlimited
[2025-06-27T01:15:37.831Z] max user processes (-u) 256
[2025-06-27T01:15:37.831Z] virtual memory (kbytes, -v) unlimited
[2025-06-27T01:15:37.831Z] uname : CYGWIN_NT-10.0-20348 test-azure-win-2 3.4.10-1.x86_64 2023-11-29 12:12 UTC x86_64 Cygwin
[2025-06-27T01:15:37.831Z] vmVendor : Oracle Corporation
[2025-06-27T01:15:37.831Z] vmVersion : 25.462-b07
[2025-06-27T01:15:37.831Z] xlc version : bash: line 1: xlC: command not found
[2025-06-27T01:15:37.831Z] **************************************************************************
[2025-06-27T01:15:37.831Z]
[2025-06-27T01:15:37.831Z] System.getProperty('java.vm.name')=OpenJDK Client VM
[2025-06-27T01:15:37.831Z]
[2025-06-27T01:15:37.831Z] System.getProperty('java.vendor')=Temurin
[2025-06-27T01:15:37.831Z]
[2025-06-27T01:15:37.831Z] System.getProperty('os.name')=Windows Server 2022
[2025-06-27T01:15:37.831Z]
[2025-06-27T01:15:37.831Z] System.getProperty('os.arch')=x86
[2025-06-27T01:15:37.831Z]
[2025-06-27T01:15:37.831Z] System.getProperty('java.fullversion')=null
[2025-06-27T01:15:37.831Z]
[2025-06-27T01:15:37.831Z] System.getProperty('sun.arch.data.model')=32
[2025-06-27T01:15:37.831Z]
[2025-06-27T01:15:37.831Z] make -f clean.mk cleanBuild
[2025-06-27T01:15:38.139Z] make[1]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG'
[2025-06-27T01:15:38.808Z] rm -f -r C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests///..//jvmtest
[2025-06-27T01:15:38.808Z] make[1]: Leaving directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG'
[2025-06-27T01:15:38.808Z] make -f compile.mk compile
[2025-06-27T01:15:38.809Z] make[1]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG'
[2025-06-27T01:15:39.118Z] rm -f -r C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests//TKG/output_compilation; \
[2025-06-27T01:15:39.118Z] mkdir -p C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests//TKG/output_compilation; \
[2025-06-27T01:15:39.118Z] (ant -f scripts/build_test.xml "-DTEST_ROOT=C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/" "-DBUILD_ROOT=C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests///..//jvmtest" "-DJDK_VERSION=8" "-DJDK_IMPL=hotspot" "-DJDK_VENDOR=temurin" "-DJCL_VERSION=latest" "-DBUILD_LIST=perf" "-DRESOURCES_DIR=C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests///..//jvmtest/TestConfig/resources" "-DSPEC=win_x86" "-DTEST_JDK_HOME=c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image" "-DJVM_VERSION=openjdk8" "-DLIB_DIR=C:/jenkins/testDependency/lib" 2>&1; echo $? ) | tee "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests//TKG/output_compilation/compilation.log"; \
[2025-06-27T01:15:39.118Z] if [ -z "$(tail -1 C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests//TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests//TKG/output_compilation/compilation.log" --testRoot="C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/"; false; else rm -f -r "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests//TKG/output_compilation"; fi
[2025-06-27T01:15:40.714Z] Buildfile: C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\scripts\build_test.xml
[2025-06-27T01:15:40.714Z] [echo] build.list is TestConfig/build.xml,perf/build.xml
[2025-06-27T01:15:41.037Z]
[2025-06-27T01:15:41.037Z] -create_test_directory:
[2025-06-27T01:15:41.037Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest
[2025-06-27T01:15:41.037Z]
[2025-06-27T01:15:41.037Z] stage_test_material:
[2025-06-27T01:15:41.037Z] [copy] Copying 586 files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest
[2025-06-27T01:15:42.167Z]
[2025-06-27T01:15:42.167Z] build:
[2025-06-27T01:15:42.167Z]
[2025-06-27T01:15:42.167Z] init:
[2025-06-27T01:15:42.167Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest\perf
[2025-06-27T01:15:42.167Z]
[2025-06-27T01:15:42.167Z] dist:
[2025-06-27T01:15:42.167Z] [copy] Copying 1 file to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest\perf
[2025-06-27T01:15:42.167Z]
[2025-06-27T01:15:42.167Z] build:
[2025-06-27T01:15:42.167Z]
[2025-06-27T01:15:42.167Z] build:
[2025-06-27T01:15:42.167Z]
[2025-06-27T01:15:42.167Z] init:
[2025-06-27T01:15:42.167Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest\perf\bumbleBench
[2025-06-27T01:15:42.167Z]
[2025-06-27T01:15:42.167Z] getBumbleBench:
[2025-06-27T01:15:42.167Z] [echo] Cloning BumbleBench
[2025-06-27T01:15:42.167Z] [echo] git clone --depth 1 -b master https://github.com/adoptium/bumblebench.git
[2025-06-27T01:15:42.167Z] [exec] Cloning into 'bumblebench'...
[2025-06-27T01:15:43.269Z]
[2025-06-27T01:15:43.269Z] buildBumbleBench:
[2025-06-27T01:15:43.269Z] [echo] Building BumbleBench
[2025-06-27T01:15:43.269Z]
[2025-06-27T01:15:43.269Z] compile-all:
[2025-06-27T01:15:43.269Z] [javac] Compiling 8 source files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\perf\bumbleBench\bumblebench
[2025-06-27T01:15:43.954Z] [javac] Note: C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\perf\bumbleBench\bumblebench\net\adoptopenjdk\bumblebench\core\Launcher.java uses unchecked or unsafe operations.
[2025-06-27T01:15:43.954Z] [javac] Note: Recompile with -Xlint:unchecked for details.
[2025-06-27T01:15:43.954Z] [javac] Compiling 1 source file to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\perf\bumbleBench\bumblebench
[2025-06-27T01:15:43.954Z] [javac] Compiling 11 source files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\perf\bumbleBench\bumblebench
[2025-06-27T01:15:43.954Z] [javac] Compiling 5 source files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\perf\bumbleBench\bumblebench
[2025-06-27T01:15:43.954Z] [javac] Compiling 9 source files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\perf\bumbleBench\bumblebench
[2025-06-27T01:15:44.279Z] [javac] Compiling 1 source file to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\perf\bumbleBench\bumblebench
[2025-06-27T01:15:44.279Z] [javac] Compiling 2 source files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\perf\bumbleBench\bumblebench
[2025-06-27T01:15:44.279Z] [javac] Compiling 8 source files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\perf\bumbleBench\bumblebench
[2025-06-27T01:15:44.603Z] [javac] Compiling 6 source files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\perf\bumbleBench\bumblebench
[2025-06-27T01:15:44.603Z] [javac] Compiling 5 source files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\perf\bumbleBench\bumblebench
[2025-06-27T01:15:44.603Z] [javac] Compiling 7 source files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\perf\bumbleBench\bumblebench
[2025-06-27T01:15:44.927Z] [javac] Compiling 8 source files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\perf\bumbleBench\bumblebench
[2025-06-27T01:15:44.927Z] [javac] Compiling 2 source files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\perf\bumbleBench\bumblebench
[2025-06-27T01:15:44.927Z] [javac] Compiling 4 source files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\perf\bumbleBench\bumblebench
[2025-06-27T01:15:45.245Z] [javac] Compiling 5 source files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\perf\bumbleBench\bumblebench
[2025-06-27T01:15:45.245Z]
[2025-06-27T01:15:45.245Z] dist:
[2025-06-27T01:15:45.245Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\perf\bumbleBench\bumblebench\BumbleBench.jar
[2025-06-27T01:15:46.352Z]
[2025-06-27T01:15:46.352Z] dist:
[2025-06-27T01:15:46.353Z] [copy] Copying 126 files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest\perf\bumbleBench
[2025-06-27T01:15:46.353Z]
[2025-06-27T01:15:46.353Z] build:
[2025-06-27T01:15:46.353Z]
[2025-06-27T01:15:46.353Z] getDependentLibs:
[2025-06-27T01:15:50.048Z] [exec] --------------------------------------------
[2025-06-27T01:15:50.048Z] [exec] path is set to C:/jenkins/testDependency/lib
[2025-06-27T01:15:50.048Z] [exec] task is set to default
[2025-06-27T01:15:50.048Z] [exec] dependencyList is set to dacapo
[2025-06-27T01:15:50.048Z] [exec] --------------------------------------------
[2025-06-27T01:15:50.048Z] [exec] Starting download third party dependent jars
[2025-06-27T01:15:50.048Z] [exec] --------------------------------------------
[2025-06-27T01:15:50.048Z] [exec] downloading dependent third party jars to C:/jenkins/testDependency/lib
[2025-06-27T01:15:50.048Z] [exec] C:/jenkins/testDependency/lib/dacapo.zip exists with correct hash, not downloading
[2025-06-27T01:15:50.048Z] [exec] downloaded dependent third party jars successfully
[2025-06-27T01:15:50.048Z]
[2025-06-27T01:15:50.048Z] init:
[2025-06-27T01:15:50.049Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest\perf\dacapo
[2025-06-27T01:15:50.049Z]
[2025-06-27T01:15:50.049Z] getDacapoSuite:
[2025-06-27T01:15:50.049Z] [unzip] Expanding: C:\jenkins\testDependency\lib\dacapo.zip into C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest\perf\dacapo
[2025-06-27T01:16:37.777Z] [move] Moving 1 file to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest\perf\dacapo
[2025-06-27T01:16:37.777Z] [move] Moving 10669 files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest\perf\dacapo\dacapo
[2025-06-27T01:16:37.777Z]
[2025-06-27T01:16:37.777Z] dist:
[2025-06-27T01:16:37.777Z] [copy] Copying 2 files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest\perf\dacapo
[2025-06-27T01:16:37.777Z]
[2025-06-27T01:16:37.777Z] build:
[2025-06-27T01:16:37.777Z]
[2025-06-27T01:16:37.777Z] init:
[2025-06-27T01:16:37.777Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest\perf\idle_micro
[2025-06-27T01:16:37.777Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\perf\idle_micro\bin
[2025-06-27T01:16:37.777Z]
[2025-06-27T01:16:37.777Z] compile:
[2025-06-27T01:16:37.777Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-06-27T01:16:37.777Z] [echo] ============COMPILER SETTINGS============
[2025-06-27T01:16:37.777Z] [echo] ===fork: yes
[2025-06-27T01:16:37.777Z] [echo] ===executable: c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image/bin/javac
[2025-06-27T01:16:37.777Z] [echo] ===debug: on
[2025-06-27T01:16:37.777Z] [echo] ===destdir: C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests///..//jvmtest/perf/idle_micro
[2025-06-27T01:16:37.777Z] [javac] Compiling 3 source files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\perf\idle_micro\bin
[2025-06-27T01:16:37.777Z]
[2025-06-27T01:16:37.777Z] dist:
[2025-06-27T01:16:37.777Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest\perf\idle_micro\IdleMicrobenchmark.jar
[2025-06-27T01:16:37.777Z] [copy] Copying 2 files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest\perf\idle_micro
[2025-06-27T01:16:37.777Z] [copy] Copying 2 files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest\perf\idle_micro
[2025-06-27T01:16:37.777Z] [copy] Copying 7 files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest\perf\idle_micro
[2025-06-27T01:16:37.777Z]
[2025-06-27T01:16:37.777Z] clean:
[2025-06-27T01:16:37.777Z] [delete] Deleting directory C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\perf\idle_micro\bin
[2025-06-27T01:16:37.777Z]
[2025-06-27T01:16:37.777Z] build:
[2025-06-27T01:16:37.777Z]
[2025-06-27T01:16:37.777Z] build:
[2025-06-27T01:16:37.777Z]
[2025-06-27T01:16:37.777Z] init:
[2025-06-27T01:16:37.777Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest\perf\renaissance
[2025-06-27T01:16:37.777Z]
[2025-06-27T01:16:37.777Z] getRenaissanceSuite:
[2025-06-27T01:16:37.777Z] [echo] curl -Lks -C - https://github.com/renaissance-benchmarks/renaissance/releases/download/v0.16.0/renaissance-mit-0.16.0.jar -o renaissance.jar
[2025-06-27T01:16:39.375Z]
[2025-06-27T01:16:39.375Z] dist:
[2025-06-27T01:16:39.375Z] [copy] Copying 3 files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest\perf\renaissance
[2025-06-27T01:16:39.716Z]
[2025-06-27T01:16:39.716Z] build:
[2025-06-27T01:16:39.716Z]
[2025-06-27T01:16:39.716Z] init:
[2025-06-27T01:16:39.716Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest\perf\specjbb
[2025-06-27T01:16:39.716Z]
[2025-06-27T01:16:39.716Z] getSpecjbbSuite:
[2025-06-27T01:16:39.716Z]
[2025-06-27T01:16:39.716Z] dist:
[2025-06-27T01:16:39.716Z] [copy] Copying 3 files to C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest\perf\specjbb\run
[2025-06-27T01:16:40.027Z]
[2025-06-27T01:16:40.027Z] BUILD SUCCESSFUL
[2025-06-27T01:16:40.027Z] Total time: 59 seconds
[2025-06-27T01:16:40.027Z] 0
[2025-06-27T01:16:40.027Z]
[2025-06-27T01:16:40.027Z]
[2025-06-27T01:16:40.027Z] RECORD TEST REPOs SHA
[2025-06-27T01:16:40.027Z] cd "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests//TKG/scripts"; \
[2025-06-27T01:16:40.028Z] bash "getSHAs.sh" --test_root_dir "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/" --shas_file "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests//TKG/SHAs.txt"
[2025-06-27T01:16:40.338Z] Check shas in C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/ and store the info in C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests//TKG/SHAs.txt
[2025-06-27T01:16:40.338Z] touch C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests//TKG/SHAs.txt
[2025-06-27T01:16:40.660Z] ================================================
[2025-06-27T01:16:40.661Z] timestamp: 20250627-011640
[2025-06-27T01:16:40.661Z] repo dir: C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests
[2025-06-27T01:16:40.661Z] git repo:
[2025-06-27T01:16:40.661Z] Fetch URL: https://github.com/adoptium/aqa-tests.git
[2025-06-27T01:16:40.661Z] sha:
[2025-06-27T01:16:40.661Z] 2480cb6f040d1f208ba3fa3684beaa4f7dcbb069
[2025-06-27T01:16:40.986Z] ================================================
[2025-06-27T01:16:40.986Z] timestamp: 20250627-011640
[2025-06-27T01:16:40.986Z] repo dir: C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/perf/bumbleBench/bumblebench
[2025-06-27T01:16:40.986Z] git repo:
[2025-06-27T01:16:40.986Z] Fetch URL: https://github.com/adoptium/bumblebench.git
[2025-06-27T01:16:40.986Z] sha:
[2025-06-27T01:16:40.986Z] 4ec780b716e7617094cce740d3b085ca4637ee0f
[2025-06-27T01:16:40.986Z] ================================================
[2025-06-27T01:16:40.986Z] timestamp: 20250627-011640
[2025-06-27T01:16:40.986Z] repo dir: C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG
[2025-06-27T01:16:40.986Z] git repo:
[2025-06-27T01:16:40.986Z] Fetch URL: https://github.com/adoptium/TKG.git
[2025-06-27T01:16:40.986Z] sha:
[2025-06-27T01:16:40.986Z] 1828e310fd8fb3115fde605c41aea434b90143d0
[2025-06-27T01:16:40.986Z] make[1]: Leaving directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG'
[Pipeline] }
[2025-06-27T01:16:41.041Z] $ ssh-agent -k
[2025-06-27T01:16:41.088Z] unset SSH_AUTH_SOCK;
[2025-06-27T01:16:41.088Z] unset SSH_AGENT_PID;
[2025-06-27T01:16:41.088Z] echo Agent pid 1115 killed;
[2025-06-27T01:16:41.144Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] echo
[2025-06-27T01:16:41.273Z] Running tests...
Did you forget the `def` keyword? Script1 seems to be setting a field named TARGET (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TARGET (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named RUNTEST_CMD (to a value of type GStringImpl) which could lead to memory leaks or other issues.
[Pipeline] echo
[2025-06-27T01:16:41.306Z] ITERATION: 1/1
[Pipeline] sshagent
[2025-06-27T01:16:41.329Z] $ ssh-agent
[2025-06-27T01:16:41.443Z] SSH_AUTH_SOCK=/tmp/ssh-mIvuykVt6HRQ/agent.1390
[2025-06-27T01:16:41.443Z] SSH_AGENT_PID=1391
[2025-06-27T01:16:41.443Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2025-06-27T01:16:41.920Z] ++ uname
[2025-06-27T01:16:41.920Z] + '[' CYGWIN_NT-10.0-20348 = AIX ']'
[2025-06-27T01:16:41.920Z] ++ uname
[2025-06-27T01:16:41.920Z] + '[' CYGWIN_NT-10.0-20348 = SunOS ']'
[2025-06-27T01:16:41.920Z] ++ uname
[2025-06-27T01:16:41.920Z] + '[' CYGWIN_NT-10.0-20348 = '*BSD' ']'
[2025-06-27T01:16:41.920Z] + MAKE=make
[2025-06-27T01:16:41.920Z] + make -f ./aqa-tests/TKG/testEnv.mk testEnvTeardown
[2025-06-27T01:16:41.920Z] make: Nothing to be done for 'testEnvTeardown'.
[Pipeline] sh
[2025-06-27T01:16:42.416Z] ++ uname
[2025-06-27T01:16:42.416Z] + '[' CYGWIN_NT-10.0-20348 = AIX ']'
[2025-06-27T01:16:42.416Z] ++ uname
[2025-06-27T01:16:42.416Z] + '[' CYGWIN_NT-10.0-20348 = SunOS ']'
[2025-06-27T01:16:42.737Z] ++ uname
[2025-06-27T01:16:42.737Z] + '[' CYGWIN_NT-10.0-20348 = '*BSD' ']'
[2025-06-27T01:16:42.737Z] + MAKE=make
[2025-06-27T01:16:42.737Z] + cd ./aqa-tests
[2025-06-27T01:16:42.737Z] + . ./scripts/testenv/testenvSettings.sh
[2025-06-27T01:16:42.737Z] ++ set +x
[2025-06-27T01:16:42.737Z] JAVA_HOME is set to c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image
[2025-06-27T01:16:42.737Z] LIB_DIR is set to C:/jenkins/testDependency/lib
[2025-06-27T01:16:42.737Z] make -f makeGen.mk AUTO_DETECT=true MODE=tests TESTTARGET=extended.perf TESTLIST=
[2025-06-27T01:16:42.737Z] make[1]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG'
[2025-06-27T01:16:42.737Z] perl scripts/configure.pl
[2025-06-27T01:16:43.048Z] c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image/bin/java -cp "./bin/TestKitGen.jar;C:/jenkins/testDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=tests --spec=win_x86 --microArch="" --osLabel="" --jdkVersion=8 --impl=hotspot --vendor="temurin" --buildList=perf --iterations=1 --aotIterations= --testFlag= --testTarget=extended.perf --testList= --numOfMachines= --testTime=120 --TRSSURL=
[2025-06-27T01:16:43.371Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2025-06-27T01:16:43.371Z]
[2025-06-27T01:16:43.371Z] Starting to generate test make files.
[2025-06-27T01:16:43.371Z]
[2025-06-27T01:16:43.371Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\..\perf\bumbleBench\playlist.xml
[2025-06-27T01:16:43.371Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\..\perf\dacapo\playlist.xml
[2025-06-27T01:16:43.371Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG/../perf/dacapo/autoGen.mk
[2025-06-27T01:16:43.371Z]
[2025-06-27T01:16:43.371Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\..\perf\idle_micro\playlist.xml
[2025-06-27T01:16:43.371Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\..\perf\liberty\playlist.xml
[2025-06-27T01:16:43.689Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\..\perf\renaissance\playlist.xml
[2025-06-27T01:16:43.689Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG/../perf/renaissance/autoGen.mk
[2025-06-27T01:16:43.689Z]
[2025-06-27T01:16:43.689Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\..\perf\specjbb\playlist.xml
[2025-06-27T01:16:43.689Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG/../perf/autoGen.mk
[2025-06-27T01:16:43.689Z]
[2025-06-27T01:16:43.689Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG/../autoGen.mk
[2025-06-27T01:16:43.689Z]
[2025-06-27T01:16:43.689Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG/../TKG/utils.mk
[2025-06-27T01:16:43.689Z]
[2025-06-27T01:16:43.689Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG/../TKG/rerun.mk
[2025-06-27T01:16:43.689Z]
[2025-06-27T01:16:43.689Z] Make files are generated successfully.
[2025-06-27T01:16:43.689Z]
[2025-06-27T01:16:43.689Z] make[1]: Leaving directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG'
[2025-06-27T01:16:43.689Z] make -f runtest.mk _extended.perf
[2025-06-27T01:16:43.689Z] make[1]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG'
[2025-06-27T01:16:44.373Z]
[2025-06-27T01:16:44.373Z] Running make 4.4.1
[2025-06-27T01:16:44.373Z] set TEST_ROOT to C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/
[2025-06-27T01:16:44.373Z] set JDK_VERSION to 8
[2025-06-27T01:16:44.373Z] set JDK_IMPL to hotspot
[2025-06-27T01:16:44.373Z] set JVM_VERSION to openjdk8
[2025-06-27T01:16:44.373Z] set JCL_VERSION to latest
[2025-06-27T01:16:44.373Z] JAVA_HOME was originally set to C:\Program Files\Java\jdk-17.0.8.1+1
[2025-06-27T01:16:44.696Z] set JAVA_HOME to c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image
[2025-06-27T01:16:44.696Z] set SPEC to win_x86
[2025-06-27T01:16:44.696Z] set TEST_FLAG to
[2025-06-27T01:16:44.696Z] Running extended.perf ...
[2025-06-27T01:16:45.005Z] There are 20 test targets in extended.perf
[2025-06-27T01:16:45.005Z] "c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image\\bin\\java" -version
[2025-06-27T01:16:45.005Z] openjdk version "1.8.0_462-beta"
[2025-06-27T01:16:45.005Z] OpenJDK Runtime Environment (Temurin)(build 1.8.0_462-beta-202506262055-b07)
[2025-06-27T01:16:45.005Z] OpenJDK Client VM (Temurin)(build 25.462-b07, mixed mode)
[2025-06-27T01:16:45.005Z] make[2]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests'
[2025-06-27T01:16:45.316Z] make[3]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/perf'
[2025-06-27T01:16:45.316Z] make[4]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/perf/dacapo'
[2025-06-27T01:16:45.630Z]
[2025-06-27T01:16:45.630Z] ===============================================
[2025-06-27T01:16:45.630Z] Running test dacapo-avrora_0 ...
[2025-06-27T01:16:45.941Z] ===============================================
[2025-06-27T01:16:45.941Z] dacapo-avrora_0 Start Time: Fri Jun 27 01:16:45 2025 Epoch Time (ms): 1750987005759
[2025-06-27T01:16:46.268Z] variation: NoOptions
[2025-06-27T01:16:46.268Z] JVM_OPTIONS:
[2025-06-27T01:16:46.268Z] { \
[2025-06-27T01:16:46.268Z] echo ""; echo "TEST SETUP:"; \
[2025-06-27T01:16:46.268Z] echo "Nothing to be done for setup."; \
[2025-06-27T01:16:46.268Z] mkdir -p "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\dacapo-avrora_0"; \
[2025-06-27T01:16:46.268Z] cd "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\dacapo-avrora_0"; \
[2025-06-27T01:16:46.268Z] echo ""; echo "TESTING:"; \
[2025-06-27T01:16:46.268Z] "c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image\\bin\\java" -jar "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests///..//jvmtest\\perf\\dacapo\\dacapo.jar" avrora; \
[2025-06-27T01:16:46.268Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "dacapo-avrora_0""_PASSED"; echo "-----------------------------------"; cd C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/; rm -f -r "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\dacapo-avrora_0"; else echo "-----------------------------------"; echo "dacapo-avrora_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-06-27T01:16:46.268Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-06-27T01:16:46.268Z] echo "Nothing to be done for teardown."; \
[2025-06-27T01:16:46.268Z] } 2>&1 | tee -a "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\TestTargetResult";
[2025-06-27T01:16:46.268Z]
[2025-06-27T01:16:46.268Z] TEST SETUP:
[2025-06-27T01:16:46.268Z] Nothing to be done for setup.
[2025-06-27T01:16:46.268Z]
[2025-06-27T01:16:46.268Z] TESTING:
[2025-06-27T01:16:50.924Z] Version: avrora cvs-20131011 (use -p to print nominal benchmark stats)
[2025-06-27T01:16:50.924Z] ===== DaCapo 23.11-MR2-chopin-minimal avrora starting =====
[2025-06-27T01:17:01.522Z] ===== DaCapo 23.11-MR2-chopin-minimal avrora PASSED in 9807 msec =====
[2025-06-27T01:17:01.522Z] -----------------------------------
[2025-06-27T01:17:01.522Z] dacapo-avrora_0_PASSED
[2025-06-27T01:17:01.522Z] -----------------------------------
[2025-06-27T01:17:01.522Z]
[2025-06-27T01:17:01.522Z] TEST TEARDOWN:
[2025-06-27T01:17:01.522Z] Nothing to be done for teardown.
[2025-06-27T01:17:01.522Z] dacapo-avrora_0 Finish Time: Fri Jun 27 01:17:00 2025 Epoch Time (ms): 1750987020788
[2025-06-27T01:17:01.522Z]
[2025-06-27T01:17:01.522Z] ===============================================
[2025-06-27T01:17:01.522Z] Running test dacapo-fop_0 ...
[2025-06-27T01:17:01.522Z] ===============================================
[2025-06-27T01:17:01.522Z] dacapo-fop_0 Start Time: Fri Jun 27 01:17:01 2025 Epoch Time (ms): 1750987021357
[2025-06-27T01:17:01.856Z] variation: NoOptions
[2025-06-27T01:17:01.856Z] JVM_OPTIONS:
[2025-06-27T01:17:01.856Z] { \
[2025-06-27T01:17:01.856Z] echo ""; echo "TEST SETUP:"; \
[2025-06-27T01:17:01.856Z] echo "Nothing to be done for setup."; \
[2025-06-27T01:17:01.856Z] mkdir -p "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\dacapo-fop_0"; \
[2025-06-27T01:17:01.856Z] cd "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\dacapo-fop_0"; \
[2025-06-27T01:17:01.856Z] echo ""; echo "TESTING:"; \
[2025-06-27T01:17:01.856Z] "c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image\\bin\\java" -jar "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests///..//jvmtest\\perf\\dacapo\\dacapo.jar" fop; \
[2025-06-27T01:17:01.856Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "dacapo-fop_0""_PASSED"; echo "-----------------------------------"; cd C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/; rm -f -r "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\dacapo-fop_0"; else echo "-----------------------------------"; echo "dacapo-fop_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-06-27T01:17:01.856Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-06-27T01:17:01.856Z] echo "Nothing to be done for teardown."; \
[2025-06-27T01:17:01.856Z] } 2>&1 | tee -a "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\TestTargetResult";
[2025-06-27T01:17:01.856Z]
[2025-06-27T01:17:01.856Z] TEST SETUP:
[2025-06-27T01:17:01.856Z] Nothing to be done for setup.
[2025-06-27T01:17:01.856Z]
[2025-06-27T01:17:01.856Z] TESTING:
[2025-06-27T01:17:04.066Z] Version: fop 2.8 batik 1.16 (use -p to print nominal benchmark stats)
[2025-06-27T01:17:04.066Z] ===== DaCapo 23.11-MR2-chopin-minimal fop starting =====
[2025-06-27T01:17:07.513Z] alignment.fo allregions.fo background.fo barcode.fo basic2.fo bleed-and-crop-marks.fo blockcontainer.fo border.fo borders.fo bordershorthand.fo break.fo character.fo columnlevel1.fo columns.fo corresprop.fo embedding.fo extensive.fo fonts.fo franklin_2pageseqs.fo franklin_alt.fo franklin_rep.fo giro.fo headfoot.fo helloworld.fo hide.fo hyphen.fo images.fo inhprop.fo instream.fo keep.fo leader.fo link.fo list.fo missing-image.fo newlinktest.fo normal.fo normalex.fo omit.fo pagelevel1.fo pagelevel2.fo pagelevel3.fo pagelevel4.fo pdfoutline.fo plan.fo readme.fo rounded-corners.fo simple.fo simplecol.fo simplecol2.fo simplecol3.fo simplecol4.fo space.fo table.fo tableunits.fo textdeko.fo
[2025-06-27T01:17:07.513Z] ===== DaCapo 23.11-MR2-chopin-minimal fop PASSED in 3718 msec =====
[2025-06-27T01:17:07.825Z] -----------------------------------
[2025-06-27T01:17:07.825Z] dacapo-fop_0_PASSED
[2025-06-27T01:17:07.825Z] -----------------------------------
[2025-06-27T01:17:07.825Z]
[2025-06-27T01:17:07.825Z] TEST TEARDOWN:
[2025-06-27T01:17:07.825Z] Nothing to be done for teardown.
[2025-06-27T01:17:08.146Z] dacapo-fop_0 Finish Time: Fri Jun 27 01:17:07 2025 Epoch Time (ms): 1750987027818
[2025-06-27T01:17:08.146Z]
[2025-06-27T01:17:08.461Z] ===============================================
[2025-06-27T01:17:08.461Z] Running test dacapo-jython_0 ...
[2025-06-27T01:17:08.461Z] ===============================================
[2025-06-27T01:17:08.784Z] dacapo-jython_0 Start Time: Fri Jun 27 01:17:08 2025 Epoch Time (ms): 1750987028496
[2025-06-27T01:17:08.784Z] variation: NoOptions
[2025-06-27T01:17:08.784Z] JVM_OPTIONS:
[2025-06-27T01:17:08.784Z] { \
[2025-06-27T01:17:08.784Z] echo ""; echo "TEST SETUP:"; \
[2025-06-27T01:17:08.784Z] echo "Nothing to be done for setup."; \
[2025-06-27T01:17:08.784Z] mkdir -p "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\dacapo-jython_0"; \
[2025-06-27T01:17:08.784Z] cd "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\dacapo-jython_0"; \
[2025-06-27T01:17:08.784Z] echo ""; echo "TESTING:"; \
[2025-06-27T01:17:08.784Z] "c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image\\bin\\java" -jar "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests///..//jvmtest\\perf\\dacapo\\dacapo.jar" jython; \
[2025-06-27T01:17:08.784Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "dacapo-jython_0""_PASSED"; echo "-----------------------------------"; cd C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/; rm -f -r "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\dacapo-jython_0"; else echo "-----------------------------------"; echo "dacapo-jython_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-06-27T01:17:08.784Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-06-27T01:17:08.784Z] echo "Nothing to be done for teardown."; \
[2025-06-27T01:17:08.784Z] } 2>&1 | tee -a "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\TestTargetResult";
[2025-06-27T01:17:09.106Z]
[2025-06-27T01:17:09.106Z] TEST SETUP:
[2025-06-27T01:17:09.106Z] Nothing to be done for setup.
[2025-06-27T01:17:09.106Z]
[2025-06-27T01:17:09.106Z] TESTING:
[2025-06-27T01:17:42.123Z] Version: jython v2.7.3 (use -p to print nominal benchmark stats)
[2025-06-27T01:17:42.123Z] ===== DaCapo 23.11-MR2-chopin-minimal jython starting =====
[2025-06-27T01:17:42.822Z] -------------------------------------------------------------------------------
[2025-06-27T01:17:42.822Z] PYBENCH 2.0
[2025-06-27T01:17:42.822Z] -------------------------------------------------------------------------------
[2025-06-27T01:17:42.822Z] * using Jython
[2025-06-27T01:17:42.822Z] * system check interval set to maximum: 2147483647
[2025-06-27T01:17:42.822Z] * using timer: time.time
[2025-06-27T01:17:42.822Z]
[2025-06-27T01:17:43.133Z] Traceback (most recent call last):
[2025-06-27T01:17:43.133Z] File "C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\output_17509870039333\dacapo-jython_0\.\scratch/pybench/pybench.py", line 959, in <module>
[2025-06-27T01:17:43.133Z] PyBenchCmdline()
[2025-06-27T01:17:43.133Z] File "C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\output_17509870039333\dacapo-jython_0\.\scratch\pybench\CommandLine.py", line 346, in __init__
[2025-06-27T01:17:43.133Z] rc = self.main()
[2025-06-27T01:17:43.133Z] File "C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\output_17509870039333\dacapo-jython_0\.\scratch\pybench\CommandLine.py", line 346, in __init__
[2025-06-27T01:17:43.133Z] rc = self.main()
[2025-06-27T01:17:43.133Z] File "C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\output_17509870039333\dacapo-jython_0\.\scratch/pybench/pybench.py", line 917, in main
[2025-06-27T01:17:43.133Z] bench = Benchmark(reportfile,
[2025-06-27T01:17:43.133Z] File "C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\output_17509870039333\dacapo-jython_0\.\scratch/pybench/pybench.py", line 441, in __init__
[2025-06-27T01:17:43.133Z] self.machine_details = get_machine_details()
[2025-06-27T01:17:43.133Z] File "C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\aqa-tests\TKG\output_17509870039333\dacapo-jython_0\.\scratch/pybench/pybench.py", line 119, in get_machine_details
[2025-06-27T01:17:43.133Z] bits, linkage = platform.architecture()
[2025-06-27T01:17:43.133Z] File "C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest\perf\dacapo\dacapo\dat\jython\Lib\platform.py", line 1134, in architecture
[2025-06-27T01:17:43.133Z] output = _syscmd_file(executable, '')
[2025-06-27T01:17:43.133Z] File "C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest\perf\dacapo\dacapo\dat\jython\Lib\platform.py", line 1069, in _syscmd_file
[2025-06-27T01:17:43.133Z] import subprocess
[2025-06-27T01:17:43.133Z] File "C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest\perf\dacapo\dacapo\dat\jython\Lib\subprocess.py", line 832, in <module>
[2025-06-27T01:17:43.133Z] class Popen(object):
[2025-06-27T01:17:43.133Z] File "C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest\perf\dacapo\dacapo\dat\jython\Lib\subprocess.py", line 1436, in Popen
[2025-06-27T01:17:43.133Z] import ctypes
[2025-06-27T01:17:43.133Z] File "C:\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows\jvmtest\perf\dacapo\dacapo\dat\jython\Lib\ctypes\__init__.py", line 1, in <module>
[2025-06-27T01:17:43.133Z] import jffi
[2025-06-27T01:17:43.133Z] java.lang.NoClassDefFoundError: com/kenai/jffi/Type
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.modules.jffi.CType.<clinit>(CType.java:23)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.modules.jffi.jffi.classDictInit(jffi.java:22)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at java.lang.reflect.Method.invoke(Method.java:498)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyJavaType.init(PyJavaType.java:531)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyType$Registry.createType(PyType.java:477)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyType$Registry.addFromClass(PyType.java:426)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyType$Registry.resolveType(PyType.java:352)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyType$Registry$1.computeValue(PyType.java:208)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyType$Registry$1.computeValue(PyType.java:202)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at java.lang.ClassValue.getFromHashMap(ClassValue.java:229)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at java.lang.ClassValue.getFromBackup(ClassValue.java:211)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at java.lang.ClassValue.get(ClassValue.java:117)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyType.fromClass(PyType.java:2137)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.createFromClass(imp.java:657)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.loadBuiltin(imp.java:805)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.find_module(imp.java:749)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.import_next(imp.java:1169)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.import_first(imp.java:1230)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.import_module_level(imp.java:1372)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.importName(imp.java:1553)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.ImportFunction.__call__(__builtin__.java:1285)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyObject.__call__(PyObject.java:433)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.__builtin__.__import__(__builtin__.java:1232)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.importOne(imp.java:1572)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at ctypes$py.f$0(ctypes/__init__.py:291)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at ctypes$py.call_function(ctypes/__init__.py)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyTableCode.call(PyTableCode.java:173)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyCode.call(PyCode.java:18)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.createFromCode(imp.java:632)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.createFromPyClass(imp.java:314)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.createFromPyClass(imp.java:257)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.loadFromSource(imp.java:937)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.find_module(imp.java:771)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.import_next(imp.java:1169)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.import_module_level(imp.java:1361)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.importName(imp.java:1553)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.ImportFunction.__call__(__builtin__.java:1285)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyObject.__call__(PyObject.java:433)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.__builtin__.__import__(__builtin__.java:1232)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.importOne(imp.java:1572)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at subprocess$py.Popen$23(subprocess.py:1924)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at subprocess$py.call_function(subprocess.py)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyTableCode.call(PyTableCode.java:173)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyBaseCode.call(PyBaseCode.java:306)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.Py.makeClass(Py.java:2130)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.Py.makeClass(Py.java:2124)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at subprocess$py.f$0(subprocess.py:2051)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at subprocess$py.call_function(subprocess.py)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyTableCode.call(PyTableCode.java:173)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyCode.call(PyCode.java:18)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.createFromCode(imp.java:632)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.createFromPyClass(imp.java:314)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.createFromPyClass(imp.java:257)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.loadFromSource(imp.java:937)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.find_module(imp.java:771)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.import_next(imp.java:1169)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.import_module_level(imp.java:1361)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.importName(imp.java:1553)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.ImportFunction.__call__(__builtin__.java:1285)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyObject.__call__(PyObject.java:433)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.__builtin__.__import__(__builtin__.java:1232)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.imp.importOne(imp.java:1572)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at platform$py._syscmd_file$30(platform.py:1086)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at platform$py.call_function(platform.py)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyTableCode.call(PyTableCode.java:173)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyBaseCode.call(PyBaseCode.java:150)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyFunction.__call__(PyFunction.java:426)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at platform$py.architecture$31(platform.py:1183)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at platform$py.call_function(platform.py)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyTableCode.call(PyTableCode.java:173)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyBaseCode.call(PyBaseCode.java:306)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyBaseCode.call(PyBaseCode.java:112)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyFunction.__call__(PyFunction.java:406)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.pycode._pyx1.get_machine_details$2(C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/output_17509870039333/dacapo-jython_0/./scratch/pybench/pybench.py:125)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.pycode._pyx1.call_function(C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/output_17509870039333/dacapo-jython_0/./scratch/pybench/pybench.py)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyTableCode.call(PyTableCode.java:173)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyBaseCode.call(PyBaseCode.java:119)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyFunction.__call__(PyFunction.java:406)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.pycode._pyx1.__init__$15(C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/output_17509870039333/dacapo-jython_0/./scratch/pybench/pybench.py:445)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.pycode._pyx1.call_function(C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/output_17509870039333/dacapo-jython_0/./scratch/pybench/pybench.py)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyTableCode.call(PyTableCode.java:173)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyBaseCode.call(PyBaseCode.java:306)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyBaseCode.call(PyBaseCode.java:197)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyFunction.__call__(PyFunction.java:485)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyFunction.__call__(PyFunction.java:479)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyInstance.__init__(PyInstance.java:124)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyClass.__call__(PyClass.java:193)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.133Z] at org.python.core.PyObject.__call__(PyObject.java:400)
[2025-06-27T01:17:43.133Z]
[2025-06-27T01:17:43.134Z] at org.python.pycode._pyx1.main$26(C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/output_17509870039333/dacapo-jython_0/./scratch/pybench/pybench.py:956)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.python.pycode._pyx1.call_function(C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/output_17509870039333/dacapo-jython_0/./scratch/pybench/pybench.py)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.python.core.PyTableCode.call(PyTableCode.java:173)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.python.core.PyBaseCode.call(PyBaseCode.java:134)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.python.core.PyFunction.__call__(PyFunction.java:416)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.python.core.PyMethod.__call__(PyMethod.java:126)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at CommandLine$py.__init__$15(C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/output_17509870039333/dacapo-jython_0/./scratch/pybench/CommandLine.py:368)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at CommandLine$py.call_function(C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/output_17509870039333/dacapo-jython_0/./scratch/pybench/CommandLine.py)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.python.core.PyTableCode.call(PyTableCode.java:173)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.python.core.PyBaseCode.call(PyBaseCode.java:306)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.python.core.PyBaseCode.call(PyBaseCode.java:197)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.python.core.PyFunction.__call__(PyFunction.java:485)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.python.core.PyFunction.__call__(PyFunction.java:479)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.python.core.PyInstance.__init__(PyInstance.java:124)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.python.core.PyClass.__call__(PyClass.java:193)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.python.core.PyObject.__call__(PyObject.java:446)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.python.core.PyObject.__call__(PyObject.java:450)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.python.pycode._pyx1.f$0(C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/output_17509870039333/dacapo-jython_0/./scratch/pybench/pybench.py:959)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.python.pycode._pyx1.call_function(C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG/output_17509870039333/dacapo-jython_0/./scratch/pybench/pybench.py)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.python.core.PyTableCode.call(PyTableCode.java:173)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.python.core.PyCode.call(PyCode.java:18)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.python.core.Py.runCode(Py.java:1703)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:297)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.python.util.jython.runSimpleFile(jython.java:417)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.python.util.jython.runStream(jython.java:449)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.python.util.jython.runFile(jython.java:474)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.python.util.jython.main(jython.java:678)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at java.lang.reflect.Method.invoke(Method.java:498)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.dacapo.harness.Jython.iterate(Jython.java:63)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.dacapo.harness.Benchmark.run(Benchmark.java:259)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.dacapo.harness.TestHarness.runBenchmark(TestHarness.java:225)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.dacapo.harness.TestHarness.main(TestHarness.java:170)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at java.lang.reflect.Method.invoke(Method.java:498)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at Harness.main(Harness.java:39)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] Caused by: java.lang.ClassNotFoundException: com.kenai.jffi.Type
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at org.dacapo.harness.DacapoClassLoader.loadClass(DacapoClassLoader.java:152)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] ... 131 more
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] java.lang.NoClassDefFoundError: java.lang.NoClassDefFoundError: com/kenai/jffi/Type
[2025-06-27T01:17:43.134Z] -----------------------------------
[2025-06-27T01:17:43.134Z] dacapo-jython_0_FAILED
[2025-06-27T01:17:43.134Z] -----------------------------------
[2025-06-27T01:17:43.134Z]
[2025-06-27T01:17:43.134Z] TEST TEARDOWN:
[2025-06-27T01:17:43.134Z] Nothing to be done for teardown.
[2025-06-27T01:17:43.134Z] dacapo-jython_0 Finish Time: Fri Jun 27 01:17:43 2025 Epoch Time (ms): 1750987063058
[2025-06-27T01:17:43.444Z]
[2025-06-27T01:17:43.444Z] ===============================================
[2025-06-27T01:17:43.444Z] Running test dacapo-luindex_0 ...
[2025-06-27T01:17:43.755Z] ===============================================
[2025-06-27T01:17:43.755Z] dacapo-luindex_0 Start Time: Fri Jun 27 01:17:43 2025 Epoch Time (ms): 1750987063633
[2025-06-27T01:17:43.755Z] dacapo-luindex_0_DISABLED
[2025-06-27T01:17:44.076Z] Disabled Reason:
[2025-06-27T01:17:44.076Z] https://github.com/adoptium/aqa-tests/issues/4858#issuecomment-2968494739
[2025-06-27T01:17:44.076Z] dacapo-luindex_0 Finish Time: Fri Jun 27 01:17:43 2025 Epoch Time (ms): 1750987063912
[2025-06-27T01:17:44.386Z]
[2025-06-27T01:17:44.386Z] ===============================================
[2025-06-27T01:17:44.709Z] Running test dacapo-pmd_0 ...
[2025-06-27T01:17:44.709Z] ===============================================
[2025-06-27T01:17:44.709Z] dacapo-pmd_0 Start Time: Fri Jun 27 01:17:44 2025 Epoch Time (ms): 1750987064563
[2025-06-27T01:17:45.038Z] variation: NoOptions
[2025-06-27T01:17:45.038Z] JVM_OPTIONS:
[2025-06-27T01:17:45.038Z] { \
[2025-06-27T01:17:45.038Z] echo ""; echo "TEST SETUP:"; \
[2025-06-27T01:17:45.038Z] echo "Nothing to be done for setup."; \
[2025-06-27T01:17:45.038Z] mkdir -p "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\dacapo-pmd_0"; \
[2025-06-27T01:17:45.038Z] cd "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\dacapo-pmd_0"; \
[2025-06-27T01:17:45.038Z] echo ""; echo "TESTING:"; \
[2025-06-27T01:17:45.038Z] "c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image\\bin\\java" -jar "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests///..//jvmtest\\perf\\dacapo\\dacapo.jar" pmd; \
[2025-06-27T01:17:45.038Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "dacapo-pmd_0""_PASSED"; echo "-----------------------------------"; cd C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/; rm -f -r "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\dacapo-pmd_0"; else echo "-----------------------------------"; echo "dacapo-pmd_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-06-27T01:17:45.038Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-06-27T01:17:45.038Z] echo "Nothing to be done for teardown."; \
[2025-06-27T01:17:45.038Z] } 2>&1 | tee -a "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\TestTargetResult";
[2025-06-27T01:17:45.038Z]
[2025-06-27T01:17:45.038Z] TEST SETUP:
[2025-06-27T01:17:45.038Z] Nothing to be done for setup.
[2025-06-27T01:17:45.038Z]
[2025-06-27T01:17:45.038Z] TESTING:
[2025-06-27T01:17:45.362Z] Using scaled threading model. 4 processors detected, 4 threads used to drive the workload, in a possible range of [1,1024]
[2025-06-27T01:17:54.074Z] Version: pmd 6.55.0 (use -p to print nominal benchmark stats)
[2025-06-27T01:17:54.074Z] ===== DaCapo 23.11-MR2-chopin-minimal pmd starting =====
[2025-06-27T01:17:56.362Z] Checked: 0%
[2025-06-27T01:17:56.362Z] Checked: 5%
[2025-06-27T01:17:57.061Z] Checked: 10%
[2025-06-27T01:17:57.397Z] Checked: 15%
[2025-06-27T01:17:57.723Z] Checked: 20%
[2025-06-27T01:17:58.055Z] Checked: 25%
[2025-06-27T01:17:58.387Z] Checked: 30%
[2025-06-27T01:17:58.723Z] Checked: 35%
[2025-06-27T01:17:59.057Z] Checked: 40%
[2025-06-27T01:17:59.388Z] Checked: 45%
[2025-06-27T01:17:59.388Z] Checked: 50%
[2025-06-27T01:18:00.074Z] Checked: 55%
[2025-06-27T01:18:00.810Z] Checked: 60%
[2025-06-27T01:18:01.541Z] Checked: 65%
[2025-06-27T01:18:01.898Z] Checked: 70%
[2025-06-27T01:18:03.075Z] Checked: 75%
[2025-06-27T01:18:03.403Z] Checked: 80%
[2025-06-27T01:18:03.733Z] Checked: 85%
[2025-06-27T01:18:04.094Z] Checked: 90%
[2025-06-27T01:18:04.796Z] Checked: 95%
[2025-06-27T01:18:04.797Z] Checked: 100%
[2025-06-27T01:18:04.797Z] PMD checked 601 files.
[2025-06-27T01:18:04.797Z] Digest validation failed for pmd-report.txt, expecting 0x9ac4266f6d867118bf6365f3c935b97526705c2c found 0xf7fb29acd687098cb9646d419c36d553144b414b
[2025-06-27T01:18:04.797Z] ===== DaCapo 23.11-MR2-chopin-minimal pmd FAILED =====
[2025-06-27T01:18:04.797Z] Validation FAILED for pmd default
[2025-06-27T01:18:04.797Z] -----------------------------------
[2025-06-27T01:18:04.797Z] dacapo-pmd_0_FAILED
[2025-06-27T01:18:04.797Z] -----------------------------------
[2025-06-27T01:18:04.797Z]
[2025-06-27T01:18:04.797Z] TEST TEARDOWN:
[2025-06-27T01:18:04.797Z] Nothing to be done for teardown.
[2025-06-27T01:18:04.797Z] dacapo-pmd_0 Finish Time: Fri Jun 27 01:18:04 2025 Epoch Time (ms): 1750987084723
[2025-06-27T01:18:05.123Z]
[2025-06-27T01:18:05.123Z] ===============================================
[2025-06-27T01:18:05.123Z] Running test dacapo-sunflow_0 ...
[2025-06-27T01:18:05.123Z] ===============================================
[2025-06-27T01:18:05.123Z] dacapo-sunflow_0 Start Time: Fri Jun 27 01:18:05 2025 Epoch Time (ms): 1750987085095
[2025-06-27T01:18:05.447Z] variation: NoOptions
[2025-06-27T01:18:05.447Z] JVM_OPTIONS:
[2025-06-27T01:18:05.447Z] { \
[2025-06-27T01:18:05.447Z] echo ""; echo "TEST SETUP:"; \
[2025-06-27T01:18:05.447Z] echo "Nothing to be done for setup."; \
[2025-06-27T01:18:05.447Z] mkdir -p "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\dacapo-sunflow_0"; \
[2025-06-27T01:18:05.447Z] cd "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\dacapo-sunflow_0"; \
[2025-06-27T01:18:05.447Z] echo ""; echo "TESTING:"; \
[2025-06-27T01:18:05.447Z] "c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image\\bin\\java" -jar "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests///..//jvmtest\\perf\\dacapo\\dacapo.jar" sunflow; \
[2025-06-27T01:18:05.447Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "dacapo-sunflow_0""_PASSED"; echo "-----------------------------------"; cd C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/; rm -f -r "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\dacapo-sunflow_0"; else echo "-----------------------------------"; echo "dacapo-sunflow_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-06-27T01:18:05.447Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-06-27T01:18:05.447Z] echo "Nothing to be done for teardown."; \
[2025-06-27T01:18:05.447Z] } 2>&1 | tee -a "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\TestTargetResult";
[2025-06-27T01:18:05.447Z]
[2025-06-27T01:18:05.447Z] TEST SETUP:
[2025-06-27T01:18:05.447Z] Nothing to be done for setup.
[2025-06-27T01:18:05.447Z]
[2025-06-27T01:18:05.447Z] TESTING:
[2025-06-27T01:18:05.769Z] Using scaled threading model. 4 processors detected, 4 threads used to drive the workload, in a possible range of [1,1024]
[2025-06-27T01:18:06.112Z] ===== DaCapo 23.11-MR2-chopin-minimal sunflow starting =====
[2025-06-27T01:18:39.585Z] ===== DaCapo 23.11-MR2-chopin-minimal sunflow PASSED in 32866 msec =====
[2025-06-27T01:18:39.585Z] -----------------------------------
[2025-06-27T01:18:39.585Z] dacapo-sunflow_0_PASSED
[2025-06-27T01:18:39.585Z] -----------------------------------
[2025-06-27T01:18:39.585Z]
[2025-06-27T01:18:39.585Z] TEST TEARDOWN:
[2025-06-27T01:18:39.585Z] Nothing to be done for teardown.
[2025-06-27T01:18:39.585Z] dacapo-sunflow_0 Finish Time: Fri Jun 27 01:18:38 2025 Epoch Time (ms): 1750987118802
[2025-06-27T01:18:39.585Z]
[2025-06-27T01:18:39.585Z] ===============================================
[2025-06-27T01:18:39.585Z] Running test dacapo-tomcat_0 ...
[2025-06-27T01:18:39.585Z] ===============================================
[2025-06-27T01:18:39.585Z] dacapo-tomcat_0 Start Time: Fri Jun 27 01:18:39 2025 Epoch Time (ms): 1750987119172
[2025-06-27T01:18:39.585Z] dacapo-tomcat_0_DISABLED
[2025-06-27T01:18:39.585Z] Disabled Reason:
[2025-06-27T01:18:39.585Z] https://bugs.openjdk.java.net/browse/JDK-8155588
[2025-06-27T01:18:39.585Z] dacapo-tomcat_0 Finish Time: Fri Jun 27 01:18:39 2025 Epoch Time (ms): 1750987119439
[2025-06-27T01:18:39.585Z]
[2025-06-27T01:18:39.899Z] ===============================================
[2025-06-27T01:18:39.900Z] Running test dacapo-xalan_0 ...
[2025-06-27T01:18:39.900Z] ===============================================
[2025-06-27T01:18:39.900Z] dacapo-xalan_0 Start Time: Fri Jun 27 01:18:39 2025 Epoch Time (ms): 1750987119826
[2025-06-27T01:18:40.228Z] variation: NoOptions
[2025-06-27T01:18:40.228Z] JVM_OPTIONS:
[2025-06-27T01:18:40.228Z] { \
[2025-06-27T01:18:40.228Z] echo ""; echo "TEST SETUP:"; \
[2025-06-27T01:18:40.228Z] echo "Nothing to be done for setup."; \
[2025-06-27T01:18:40.228Z] mkdir -p "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\dacapo-xalan_0"; \
[2025-06-27T01:18:40.228Z] cd "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\dacapo-xalan_0"; \
[2025-06-27T01:18:40.228Z] echo ""; echo "TESTING:"; \
[2025-06-27T01:18:40.228Z] "c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image\\bin\\java" -jar "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests///..//jvmtest\\perf\\dacapo\\dacapo.jar" xalan; \
[2025-06-27T01:18:40.229Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "dacapo-xalan_0""_PASSED"; echo "-----------------------------------"; cd C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/; rm -f -r "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\dacapo-xalan_0"; else echo "-----------------------------------"; echo "dacapo-xalan_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-06-27T01:18:40.229Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-06-27T01:18:40.229Z] echo "Nothing to be done for teardown."; \
[2025-06-27T01:18:40.229Z] } 2>&1 | tee -a "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\TestTargetResult";
[2025-06-27T01:18:40.229Z]
[2025-06-27T01:18:40.229Z] TEST SETUP:
[2025-06-27T01:18:40.229Z] Nothing to be done for setup.
[2025-06-27T01:18:40.229Z]
[2025-06-27T01:18:40.229Z] TESTING:
[2025-06-27T01:18:40.548Z] Using scaled threading model. 4 processors detected, 4 threads used to drive the workload, in a possible range of [1,2048]
[2025-06-27T01:18:40.860Z] Version: xalan 2_7_2 (use -p to print nominal benchmark stats)
[2025-06-27T01:18:41.216Z] ===== DaCapo 23.11-MR2-chopin-minimal xalan starting =====
[2025-06-27T01:18:42.257Z] Processing: 5%
[2025-06-27T01:18:42.975Z] Processing: 10%
[2025-06-27T01:18:43.347Z] Processing: 15%
[2025-06-27T01:18:44.033Z] Processing: 20%
[2025-06-27T01:18:44.367Z] Processing: 25%
[2025-06-27T01:18:45.065Z] Processing: 30%
[2025-06-27T01:18:45.401Z] Processing: 35%
[2025-06-27T01:18:45.790Z] Processing: 40%
[2025-06-27T01:18:46.508Z] Processing: 45%
[2025-06-27T01:18:46.844Z] Processing: 50%
[2025-06-27T01:18:47.181Z] Processing: 55%
[2025-06-27T01:18:47.883Z] Processing: 60%
[2025-06-27T01:18:48.220Z] Processing: 65%
[2025-06-27T01:18:48.915Z] Processing: 70%
[2025-06-27T01:18:49.258Z] Processing: 75%
[2025-06-27T01:18:49.599Z] Processing: 80%
[2025-06-27T01:18:50.292Z] Processing: 85%
[2025-06-27T01:18:50.629Z] Processing: 90%
[2025-06-27T01:18:51.308Z] Processing: 95%
[2025-06-27T01:18:51.308Z] Normal completion.
[2025-06-27T01:18:51.308Z] ===== DaCapo 23.11-MR2-chopin-minimal xalan PASSED in 10084 msec =====
[2025-06-27T01:18:51.308Z] -----------------------------------
[2025-06-27T01:18:51.308Z] dacapo-xalan_0_PASSED
[2025-06-27T01:18:51.308Z] -----------------------------------
[2025-06-27T01:18:51.308Z]
[2025-06-27T01:18:51.308Z] TEST TEARDOWN:
[2025-06-27T01:18:51.308Z] Nothing to be done for teardown.
[2025-06-27T01:18:51.308Z] dacapo-xalan_0 Finish Time: Fri Jun 27 01:18:51 2025 Epoch Time (ms): 1750987131161
[2025-06-27T01:18:51.308Z] make[4]: Leaving directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/perf/dacapo'
[2025-06-27T01:18:51.308Z] make[4]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/perf/renaissance'
[2025-06-27T01:18:51.620Z]
[2025-06-27T01:18:51.620Z] ===============================================
[2025-06-27T01:18:51.943Z] Running test renaissance-als_0 ...
[2025-06-27T01:18:51.943Z] ===============================================
[2025-06-27T01:18:52.265Z] renaissance-als_0 Start Time: Fri Jun 27 01:18:52 2025 Epoch Time (ms): 1750987132083
[2025-06-27T01:18:52.265Z] renaissance-als_0_DISABLED
[2025-06-27T01:18:52.265Z] Disabled Reason:
[2025-06-27T01:18:52.581Z] https://github.com/adoptium/aqa-tests/issues/3189
[2025-06-27T01:18:52.581Z] renaissance-als_0 Finish Time: Fri Jun 27 01:18:52 2025 Epoch Time (ms): 1750987132433
[2025-06-27T01:18:52.898Z]
[2025-06-27T01:18:52.898Z] ===============================================
[2025-06-27T01:18:52.898Z] Running test renaissance-chi-square_0 ...
[2025-06-27T01:18:52.898Z] ===============================================
[2025-06-27T01:18:53.225Z] renaissance-chi-square_0 Start Time: Fri Jun 27 01:18:52 2025 Epoch Time (ms): 1750987132912
[2025-06-27T01:18:53.225Z] renaissance-chi-square_0_DISABLED
[2025-06-27T01:18:53.225Z] Disabled Reason:
[2025-06-27T01:18:53.225Z] https://github.com/adoptium/aqa-tests/issues/3189
[2025-06-27T01:18:53.225Z] renaissance-chi-square_0 Finish Time: Fri Jun 27 01:18:53 2025 Epoch Time (ms): 1750987133192
[2025-06-27T01:18:53.552Z]
[2025-06-27T01:18:53.552Z] ===============================================
[2025-06-27T01:18:53.552Z] Running test renaissance-db-shootout_0 ...
[2025-06-27T01:18:53.878Z] ===============================================
[2025-06-27T01:18:53.878Z] renaissance-db-shootout_0 Start Time: Fri Jun 27 01:18:53 2025 Epoch Time (ms): 1750987133663
[2025-06-27T01:18:53.878Z] variation: NoOptions
[2025-06-27T01:18:54.205Z] JVM_OPTIONS:
[2025-06-27T01:18:54.205Z] { \
[2025-06-27T01:18:54.205Z] echo ""; echo "TEST SETUP:"; \
[2025-06-27T01:18:54.205Z] echo "Nothing to be done for setup."; \
[2025-06-27T01:18:54.205Z] mkdir -p "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\renaissance-db-shootout_0"; \
[2025-06-27T01:18:54.205Z] cd "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\renaissance-db-shootout_0"; \
[2025-06-27T01:18:54.205Z] echo ""; echo "TESTING:"; \
[2025-06-27T01:18:54.205Z] "c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image\\bin\\java" -jar "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests///..//jvmtest\\perf\\renaissance\\renaissance.jar" --json ""C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\renaissance-db-shootout_0"\\db-shootout.json" db-shootout; \
[2025-06-27T01:18:54.205Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-db-shootout_0""_PASSED"; echo "-----------------------------------"; cd C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/; rm -f -r "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\renaissance-db-shootout_0"; else echo "-----------------------------------"; echo "renaissance-db-shootout_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-06-27T01:18:54.205Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-06-27T01:18:54.205Z] echo "Nothing to be done for teardown."; \
[2025-06-27T01:18:54.205Z] } 2>&1 | tee -a "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\TestTargetResult";
[2025-06-27T01:18:54.205Z]
[2025-06-27T01:18:54.205Z] TEST SETUP:
[2025-06-27T01:18:54.205Z] Nothing to be done for setup.
[2025-06-27T01:18:54.205Z]
[2025-06-27T01:18:54.205Z] TESTING:
[2025-06-27T01:18:54.892Z] Benchmark 'db-shootout' excluded: requires JVM version >=11 (found 1.8).
[2025-06-27T01:18:55.210Z] -----------------------------------
[2025-06-27T01:18:55.210Z] renaissance-db-shootout_0_PASSED
[2025-06-27T01:18:55.210Z] -----------------------------------
[2025-06-27T01:18:55.210Z]
[2025-06-27T01:18:55.210Z] TEST TEARDOWN:
[2025-06-27T01:18:55.210Z] Nothing to be done for teardown.
[2025-06-27T01:18:55.210Z] renaissance-db-shootout_0 Finish Time: Fri Jun 27 01:18:55 2025 Epoch Time (ms): 1750987135005
[2025-06-27T01:18:55.210Z]
[2025-06-27T01:18:55.210Z] ===============================================
[2025-06-27T01:18:55.522Z] Running test renaissance-dec-tree_0 ...
[2025-06-27T01:18:55.522Z] ===============================================
[2025-06-27T01:18:55.522Z] renaissance-dec-tree_0 Start Time: Fri Jun 27 01:18:55 2025 Epoch Time (ms): 1750987135381
[2025-06-27T01:18:55.833Z] renaissance-dec-tree_0_DISABLED
[2025-06-27T01:18:55.833Z] Disabled Reason:
[2025-06-27T01:18:55.834Z] https://github.com/adoptium/aqa-tests/issues/3189
[2025-06-27T01:18:56.147Z] renaissance-dec-tree_0 Finish Time: Fri Jun 27 01:18:55 2025 Epoch Time (ms): 1750987135861
[2025-06-27T01:18:56.147Z]
[2025-06-27T01:18:56.477Z] ===============================================
[2025-06-27T01:18:56.477Z] Running test renaissance-finagle-chirper_0 ...
[2025-06-27T01:18:56.477Z] ===============================================
[2025-06-27T01:18:56.477Z] renaissance-finagle-chirper_0 Start Time: Fri Jun 27 01:18:56 2025 Epoch Time (ms): 1750987136446
[2025-06-27T01:18:56.794Z] renaissance-finagle-chirper_0_DISABLED
[2025-06-27T01:18:56.795Z] Disabled Reason:
[2025-06-27T01:18:56.795Z] https://github.com/renaissance-benchmarks/renaissance/issues/231
[2025-06-27T01:18:56.795Z] renaissance-finagle-chirper_0 Finish Time: Fri Jun 27 01:18:56 2025 Epoch Time (ms): 1750987136715
[2025-06-27T01:18:57.106Z]
[2025-06-27T01:18:57.106Z] ===============================================
[2025-06-27T01:18:57.106Z] Running test renaissance-finagle-http_0 ...
[2025-06-27T01:18:57.418Z] ===============================================
[2025-06-27T01:18:57.418Z] renaissance-finagle-http_0 Start Time: Fri Jun 27 01:18:57 2025 Epoch Time (ms): 1750987137195
[2025-06-27T01:18:57.418Z] variation: NoOptions
[2025-06-27T01:18:57.418Z] JVM_OPTIONS:
[2025-06-27T01:18:57.418Z] { \
[2025-06-27T01:18:57.418Z] echo ""; echo "TEST SETUP:"; \
[2025-06-27T01:18:57.418Z] echo "Nothing to be done for setup."; \
[2025-06-27T01:18:57.418Z] mkdir -p "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\renaissance-finagle-http_0"; \
[2025-06-27T01:18:57.418Z] cd "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\renaissance-finagle-http_0"; \
[2025-06-27T01:18:57.418Z] echo ""; echo "TESTING:"; \
[2025-06-27T01:18:57.418Z] "c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image\\bin\\java" -jar "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests///..//jvmtest\\perf\\renaissance\\renaissance.jar" --json ""C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\renaissance-finagle-http_0"\\finagle-http.json" finagle-http; \
[2025-06-27T01:18:57.418Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-finagle-http_0""_PASSED"; echo "-----------------------------------"; cd C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/; rm -f -r "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\renaissance-finagle-http_0"; else echo "-----------------------------------"; echo "renaissance-finagle-http_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-06-27T01:18:57.418Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-06-27T01:18:57.418Z] echo "Nothing to be done for teardown."; \
[2025-06-27T01:18:57.418Z] } 2>&1 | tee -a "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\TestTargetResult";
[2025-06-27T01:18:57.743Z]
[2025-06-27T01:18:57.743Z] TEST SETUP:
[2025-06-27T01:18:57.743Z] Nothing to be done for setup.
[2025-06-27T01:18:57.743Z]
[2025-06-27T01:18:57.743Z] TESTING:
[2025-06-27T01:18:58.414Z] Benchmark 'finagle-http' excluded: requires JVM version >=11 (found 1.8).
[2025-06-27T01:18:58.414Z] -----------------------------------
[2025-06-27T01:18:58.414Z] renaissance-finagle-http_0_PASSED
[2025-06-27T01:18:58.414Z] -----------------------------------
[2025-06-27T01:18:58.414Z]
[2025-06-27T01:18:58.414Z] TEST TEARDOWN:
[2025-06-27T01:18:58.414Z] Nothing to be done for teardown.
[2025-06-27T01:18:58.738Z] renaissance-finagle-http_0 Finish Time: Fri Jun 27 01:18:58 2025 Epoch Time (ms): 1750987138409
[2025-06-27T01:18:58.738Z]
[2025-06-27T01:18:58.738Z] ===============================================
[2025-06-27T01:18:58.738Z] Running test renaissance-gauss-mix_0 ...
[2025-06-27T01:18:58.738Z] ===============================================
[2025-06-27T01:18:59.054Z] renaissance-gauss-mix_0 Start Time: Fri Jun 27 01:18:58 2025 Epoch Time (ms): 1750987138785
[2025-06-27T01:18:59.054Z] renaissance-gauss-mix_0_DISABLED
[2025-06-27T01:18:59.054Z] Disabled Reason:
[2025-06-27T01:18:59.382Z] https://github.com/adoptium/aqa-tests/issues/3189
[2025-06-27T01:18:59.382Z] renaissance-gauss-mix_0 Finish Time: Fri Jun 27 01:18:59 2025 Epoch Time (ms): 1750987139271
[2025-06-27T01:18:59.382Z]
[2025-06-27T01:18:59.706Z] ===============================================
[2025-06-27T01:18:59.706Z] Running test renaissance-log-regression_0 ...
[2025-06-27T01:18:59.706Z] ===============================================
[2025-06-27T01:18:59.706Z] renaissance-log-regression_0 Start Time: Fri Jun 27 01:18:59 2025 Epoch Time (ms): 1750987139669
[2025-06-27T01:19:00.028Z] renaissance-log-regression_0_DISABLED
[2025-06-27T01:19:00.028Z] Disabled Reason:
[2025-06-27T01:19:00.028Z] https://github.com/adoptium/aqa-tests/issues/3189
[2025-06-27T01:19:00.028Z] renaissance-log-regression_0 Finish Time: Fri Jun 27 01:18:59 2025 Epoch Time (ms): 1750987139937
[2025-06-27T01:19:00.354Z]
[2025-06-27T01:19:00.354Z] ===============================================
[2025-06-27T01:19:00.354Z] Running test renaissance-mnemonics_0 ...
[2025-06-27T01:19:00.354Z] ===============================================
[2025-06-27T01:19:00.663Z] renaissance-mnemonics_0 Start Time: Fri Jun 27 01:19:00 2025 Epoch Time (ms): 1750987140396
[2025-06-27T01:19:00.663Z] variation: NoOptions
[2025-06-27T01:19:00.663Z] JVM_OPTIONS:
[2025-06-27T01:19:00.663Z] { \
[2025-06-27T01:19:00.663Z] echo ""; echo "TEST SETUP:"; \
[2025-06-27T01:19:00.663Z] echo "Nothing to be done for setup."; \
[2025-06-27T01:19:00.663Z] mkdir -p "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\renaissance-mnemonics_0"; \
[2025-06-27T01:19:00.664Z] cd "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\renaissance-mnemonics_0"; \
[2025-06-27T01:19:00.664Z] echo ""; echo "TESTING:"; \
[2025-06-27T01:19:00.664Z] "c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image\\bin\\java" -jar "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests///..//jvmtest\\perf\\renaissance\\renaissance.jar" --json ""C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\renaissance-mnemonics_0"\\mnemonics.json" mnemonics; \
[2025-06-27T01:19:00.664Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-mnemonics_0""_PASSED"; echo "-----------------------------------"; cd C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/; rm -f -r "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\renaissance-mnemonics_0"; else echo "-----------------------------------"; echo "renaissance-mnemonics_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-06-27T01:19:00.664Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-06-27T01:19:00.664Z] echo "Nothing to be done for teardown."; \
[2025-06-27T01:19:00.664Z] } 2>&1 | tee -a "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\TestTargetResult";
[2025-06-27T01:19:00.991Z]
[2025-06-27T01:19:00.991Z] TEST SETUP:
[2025-06-27T01:19:00.991Z] Nothing to be done for setup.
[2025-06-27T01:19:00.991Z]
[2025-06-27T01:19:00.991Z] TESTING:
[2025-06-27T01:19:01.686Z] Benchmark 'mnemonics' excluded: requires JVM version >=11 (found 1.8).
[2025-06-27T01:19:01.686Z] -----------------------------------
[2025-06-27T01:19:01.686Z] renaissance-mnemonics_0_PASSED
[2025-06-27T01:19:01.686Z] -----------------------------------
[2025-06-27T01:19:01.686Z]
[2025-06-27T01:19:01.686Z] TEST TEARDOWN:
[2025-06-27T01:19:01.686Z] Nothing to be done for teardown.
[2025-06-27T01:19:01.686Z] renaissance-mnemonics_0 Finish Time: Fri Jun 27 01:19:01 2025 Epoch Time (ms): 1750987141640
[2025-06-27T01:19:01.997Z]
[2025-06-27T01:19:01.997Z] ===============================================
[2025-06-27T01:19:01.997Z] Running test renaissance-movie-lens_0 ...
[2025-06-27T01:19:02.323Z] ===============================================
[2025-06-27T01:19:02.323Z] renaissance-movie-lens_0 Start Time: Fri Jun 27 01:19:02 2025 Epoch Time (ms): 1750987142113
[2025-06-27T01:19:02.323Z] renaissance-movie-lens_0_DISABLED
[2025-06-27T01:19:02.638Z] Disabled Reason:
[2025-06-27T01:19:02.638Z] https://github.com/adoptium/aqa-tests/issues/3189
[2025-06-27T01:19:02.638Z] renaissance-movie-lens_0 Finish Time: Fri Jun 27 01:19:02 2025 Epoch Time (ms): 1750987142491
[2025-06-27T01:19:02.958Z]
[2025-06-27T01:19:02.958Z] ===============================================
[2025-06-27T01:19:02.958Z] Running test renaissance-par-mnemonics_0 ...
[2025-06-27T01:19:03.268Z] ===============================================
[2025-06-27T01:19:03.268Z] renaissance-par-mnemonics_0 Start Time: Fri Jun 27 01:19:03 2025 Epoch Time (ms): 1750987143075
[2025-06-27T01:19:03.268Z] variation: NoOptions
[2025-06-27T01:19:03.268Z] JVM_OPTIONS:
[2025-06-27T01:19:03.268Z] { \
[2025-06-27T01:19:03.268Z] echo ""; echo "TEST SETUP:"; \
[2025-06-27T01:19:03.268Z] echo "Nothing to be done for setup."; \
[2025-06-27T01:19:03.268Z] mkdir -p "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\renaissance-par-mnemonics_0"; \
[2025-06-27T01:19:03.268Z] cd "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\renaissance-par-mnemonics_0"; \
[2025-06-27T01:19:03.268Z] echo ""; echo "TESTING:"; \
[2025-06-27T01:19:03.268Z] "c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image\\bin\\java" -jar "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests///..//jvmtest\\perf\\renaissance\\renaissance.jar" --json ""C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\renaissance-par-mnemonics_0"\\par-mnemonics.json" par-mnemonics; \
[2025-06-27T01:19:03.268Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-par-mnemonics_0""_PASSED"; echo "-----------------------------------"; cd C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/; rm -f -r "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\renaissance-par-mnemonics_0"; else echo "-----------------------------------"; echo "renaissance-par-mnemonics_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-06-27T01:19:03.268Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-06-27T01:19:03.268Z] echo "Nothing to be done for teardown."; \
[2025-06-27T01:19:03.268Z] } 2>&1 | tee -a "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\TestTargetResult";
[2025-06-27T01:19:03.597Z]
[2025-06-27T01:19:03.597Z] TEST SETUP:
[2025-06-27T01:19:03.597Z] Nothing to be done for setup.
[2025-06-27T01:19:03.597Z]
[2025-06-27T01:19:03.597Z] TESTING:
[2025-06-27T01:19:04.278Z] Benchmark 'par-mnemonics' excluded: requires JVM version >=11 (found 1.8).
[2025-06-27T01:19:04.278Z] -----------------------------------
[2025-06-27T01:19:04.278Z] renaissance-par-mnemonics_0_PASSED
[2025-06-27T01:19:04.278Z] -----------------------------------
[2025-06-27T01:19:04.278Z]
[2025-06-27T01:19:04.278Z] TEST TEARDOWN:
[2025-06-27T01:19:04.278Z] Nothing to be done for teardown.
[2025-06-27T01:19:04.592Z] renaissance-par-mnemonics_0 Finish Time: Fri Jun 27 01:19:04 2025 Epoch Time (ms): 1750987144374
[2025-06-27T01:19:04.592Z]
[2025-06-27T01:19:04.904Z] ===============================================
[2025-06-27T01:19:04.904Z] Running test renaissance-philosophers_0 ...
[2025-06-27T01:19:04.904Z] ===============================================
[2025-06-27T01:19:04.904Z] renaissance-philosophers_0 Start Time: Fri Jun 27 01:19:04 2025 Epoch Time (ms): 1750987144848
[2025-06-27T01:19:05.231Z] variation: NoOptions
[2025-06-27T01:19:05.231Z] JVM_OPTIONS:
[2025-06-27T01:19:05.231Z] { \
[2025-06-27T01:19:05.231Z] echo ""; echo "TEST SETUP:"; \
[2025-06-27T01:19:05.231Z] echo "Nothing to be done for setup."; \
[2025-06-27T01:19:05.231Z] mkdir -p "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\renaissance-philosophers_0"; \
[2025-06-27T01:19:05.231Z] cd "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\renaissance-philosophers_0"; \
[2025-06-27T01:19:05.231Z] echo ""; echo "TESTING:"; \
[2025-06-27T01:19:05.231Z] "c:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/jdkbinary/j2sdk-image\\bin\\java" -jar "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests///..//jvmtest\\perf\\renaissance\\renaissance.jar" --json ""C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\renaissance-philosophers_0"\\philosophers.json" philosophers; \
[2025-06-27T01:19:05.231Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-philosophers_0""_PASSED"; echo "-----------------------------------"; cd C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/; rm -f -r "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\renaissance-philosophers_0"; else echo "-----------------------------------"; echo "renaissance-philosophers_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-06-27T01:19:05.231Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-06-27T01:19:05.231Z] echo "Nothing to be done for teardown."; \
[2025-06-27T01:19:05.231Z] } 2>&1 | tee -a "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\TestTargetResult";
[2025-06-27T01:19:05.231Z]
[2025-06-27T01:19:05.231Z] TEST SETUP:
[2025-06-27T01:19:05.231Z] Nothing to be done for setup.
[2025-06-27T01:19:05.231Z]
[2025-06-27T01:19:05.231Z] TESTING:
[2025-06-27T01:19:06.334Z] Benchmark 'philosophers' excluded: requires JVM version >=11 (found 1.8).
[2025-06-27T01:19:06.334Z] -----------------------------------
[2025-06-27T01:19:06.334Z] renaissance-philosophers_0_PASSED
[2025-06-27T01:19:06.334Z] -----------------------------------
[2025-06-27T01:19:06.334Z]
[2025-06-27T01:19:06.334Z] TEST TEARDOWN:
[2025-06-27T01:19:06.334Z] Nothing to be done for teardown.
[2025-06-27T01:19:06.334Z] renaissance-philosophers_0 Finish Time: Fri Jun 27 01:19:06 2025 Epoch Time (ms): 1750987146184
[2025-06-27T01:19:06.334Z] make[4]: Leaving directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/perf/renaissance'
[2025-06-27T01:19:06.334Z] make[3]: Leaving directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/perf'
[2025-06-27T01:19:06.334Z] make[2]: Leaving directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests'
[2025-06-27T01:19:06.334Z]
[2025-06-27T01:19:06.334Z]
[2025-06-27T01:19:06.334Z] All tests finished, run result summary:
[2025-06-27T01:19:06.334Z] cd "C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\scripts"; \
[2025-06-27T01:19:06.334Z] perl "resultsSum.pl" --failuremk="C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\failedtargets.mk" --resultFile="C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\TestTargetResult" --platFile="C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\resources\\buildPlatformMap.properties" --diagnostic=failure --jdkVersion=8 --jdkImpl=hotspot --jdkVendor="temurin" --spec=win_x86 --buildList=perf --customTarget="" --testTarget=extended.perf --tapPath=C:/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/\\TKG\\output_17509870039333\\ --tapName=Test_openjdk8_hs_extended.perf_x86-32_windows.tap --comment=""
[2025-06-27T01:19:06.660Z]
[2025-06-27T01:19:06.660Z]
[2025-06-27T01:19:06.660Z] TEST TARGETS SUMMARY
[2025-06-27T01:19:06.660Z] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[2025-06-27T01:19:06.660Z] DISABLED test targets:
[2025-06-27T01:19:06.660Z] dacapo-luindex_0
[2025-06-27T01:19:06.660Z] dacapo-tomcat_0
[2025-06-27T01:19:06.660Z] renaissance-als_0
[2025-06-27T01:19:06.660Z] renaissance-chi-square_0
[2025-06-27T01:19:06.660Z] renaissance-dec-tree_0
[2025-06-27T01:19:06.660Z] renaissance-finagle-chirper_0
[2025-06-27T01:19:06.660Z] renaissance-gauss-mix_0
[2025-06-27T01:19:06.660Z] renaissance-log-regression_0
[2025-06-27T01:19:06.660Z] renaissance-movie-lens_0
[2025-06-27T01:19:06.660Z]
[2025-06-27T01:19:06.660Z] PASSED test targets:
[2025-06-27T01:19:06.660Z] dacapo-avrora_0
[2025-06-27T01:19:06.660Z] dacapo-fop_0
[2025-06-27T01:19:06.660Z] dacapo-sunflow_0
[2025-06-27T01:19:06.660Z] dacapo-xalan_0
[2025-06-27T01:19:06.660Z] renaissance-db-shootout_0
[2025-06-27T01:19:06.660Z] renaissance-finagle-http_0
[2025-06-27T01:19:06.660Z] renaissance-mnemonics_0
[2025-06-27T01:19:06.660Z] renaissance-par-mnemonics_0
[2025-06-27T01:19:06.660Z] renaissance-philosophers_0
[2025-06-27T01:19:06.660Z]
[2025-06-27T01:19:06.660Z] FAILED test targets:
[2025-06-27T01:19:06.660Z] dacapo-jython_0
[2025-06-27T01:19:06.660Z] dacapo-pmd_0
[2025-06-27T01:19:06.660Z]
[2025-06-27T01:19:06.660Z] TOTAL: 20 EXECUTED: 11 PASSED: 9 FAILED: 2 DISABLED: 9 SKIPPED: 0
[2025-06-27T01:19:06.660Z] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[2025-06-27T01:19:06.660Z]
[2025-06-27T01:19:06.660Z] make[1]: *** [settings.mk:454: resultsSummary] Error 2
[2025-06-27T01:19:06.660Z] make[1]: Leaving directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows/aqa-tests/TKG'
[2025-06-27T01:19:06.660Z] make: *** [makefile:62: _extended.perf] Error 2
[Pipeline] sh
[2025-06-27T01:19:07.167Z] ++ uname
[2025-06-27T01:19:07.167Z] + '[' CYGWIN_NT-10.0-20348 = AIX ']'
[2025-06-27T01:19:07.167Z] ++ uname
[2025-06-27T01:19:07.167Z] + '[' CYGWIN_NT-10.0-20348 = SunOS ']'
[2025-06-27T01:19:07.167Z] ++ uname
[2025-06-27T01:19:07.167Z] + '[' CYGWIN_NT-10.0-20348 = '*BSD' ']'
[2025-06-27T01:19:07.167Z] + MAKE=make
[2025-06-27T01:19:07.167Z] + make -f ./aqa-tests/TKG/testEnv.mk testEnvTeardown
[2025-06-27T01:19:07.167Z] make: Nothing to be done for 'testEnvTeardown'.
[Pipeline] }
[2025-06-27T01:19:07.220Z] $ ssh-agent -k
[2025-06-27T01:19:07.268Z] unset SSH_AUTH_SOCK;
[2025-06-27T01:19:07.268Z] unset SSH_AGENT_PID;
[2025-06-27T01:19:07.268Z] echo Agent pid 1391 killed;
[2025-06-27T01:19:07.318Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] echo
[2025-06-27T01:19:07.355Z] no DaCapo-h2 metric found
[Pipeline] echo
[2025-06-27T01:19:07.394Z] There were test failures, set build result to UNSTABLE.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Post)
[Pipeline] step
[2025-06-27T01:19:07.497Z] TAP Reports Processing: START
[2025-06-27T01:19:07.498Z] Looking for TAP results report in workspace using pattern: aqa-tests/TKG/**/*.tap
[2025-06-27T01:19:07.547Z] Saving reports...
[2025-06-27T01:19:07.587Z] Processing '/home/jenkins/.jenkins/jobs/Test_openjdk8_hs_extended.perf_x86-32_windows/builds/199/tap-master-files/aqa-tests/TKG/output_17509870039333/Test_openjdk8_hs_extended.perf_x86-32_windows.tap'
[2025-06-27T01:19:07.587Z] Parsing TAP test result [/home/jenkins/.jenkins/jobs/Test_openjdk8_hs_extended.perf_x86-32_windows/builds/199/tap-master-files/aqa-tests/TKG/output_17509870039333/Test_openjdk8_hs_extended.perf_x86-32_windows.tap].
[2025-06-27T01:19:07.592Z] There are failed test cases. Marking build as UNSTABLE
[2025-06-27T01:19:07.592Z] TAP Reports Processing: FINISH
[Pipeline] echo
[2025-06-27T01:19:07.601Z] Saving aqa-tests/testenv/testenv.properties file on jenkins.
[Pipeline] archiveArtifacts
[2025-06-27T01:19:07.629Z] Archiving artifacts
[2025-06-27T01:19:07.672Z] Recording fingerprints
[Pipeline] echo
[2025-06-27T01:19:07.716Z] Saving aqa-tests/TKG/**/*.tap file on jenkins.
[Pipeline] archiveArtifacts
[2025-06-27T01:19:07.745Z] Archiving artifacts
[2025-06-27T01:19:07.814Z] Recording fingerprints
[Pipeline] sh
[2025-06-27T01:19:08.340Z] + tar -cf benchmark_test_output.tar.gz ./aqa-tests/TKG/output_17509870039333
[Pipeline] echo
[2025-06-27T01:19:09.084Z] ARTIFACTORY_SERVER is not set. Saving artifacts on jenkins.
[Pipeline] archiveArtifacts
[2025-06-27T01:19:09.118Z] Archiving artifacts
[2025-06-27T01:19:09.205Z] Recording fingerprints
[Pipeline] findFiles
[Pipeline] echo
[2025-06-27T01:19:10.137Z] Tap file found: aqa-tests\TKG\output_17509870039333\Test_openjdk8_hs_extended.perf_x86-32_windows.tap...
[Pipeline] readFile
[Pipeline] echo
[2025-06-27T01:19:10.277Z] Rerun in Grinder with failed test targets: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=testList+TESTLIST=dacapo-jython_0,dacapo-pmd_0&BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=5&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=x86-32_windows&GENERATE_JOBS=true&KEEP_REPORTDIR=false&PERSONAL_BUILD=false&DOCKER_REGISTRY_DIR=&RERUN_ITERATIONS=0&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&SETUP_JCK_RUN=false&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&LABEL=&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&JENKINS_KEY=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=8&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk8u&JCK_GIT_BRANCH=master&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-windows-x86-32-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=jdk8u462-b07_adopt&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=515&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None
[Pipeline] junit
[2025-06-27T01:19:10.363Z] Recording test results
[2025-06-27T01:19:11.196Z] None of the test reports contained any result
[2025-06-27T01:19:11.197Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
[2025-06-27T01:19:11.241Z] PROCESSCATCH: Terminating any hung/left over test processes:
[Pipeline] sh
[2025-06-27T01:19:11.160Z] No test report files were found. Configuration error?
[2025-06-27T01:19:11.730Z] + aqa-tests/terminateTestProcesses.sh null
[2025-06-27T01:19:11.730Z] Windows machine, using powershell queries...
[2025-06-27T01:19:12.043Z] Woohoo - no rogue processes detected!
[Pipeline] cleanWs
[2025-06-27T01:19:12.153Z] [WS-CLEANUP] Deleting project workspace...
[2025-06-27T01:19:12.153Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-06-27T01:19:18.692Z] [WS-CLEANUP] done
[Pipeline] sh
[2025-06-27T01:19:19.174Z] + find /cygdrive/c/temp -name '*core*' -print -exec rm -f '{}' ';'
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
[2025-06-27T01:19:19.258Z] Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
[2025-06-27T01:19:19.502Z] SETUP_LABEL: ci.role.test
[Pipeline] stage
[Pipeline] { (Parallel Tests)
[Pipeline] parallel
[2025-06-27T01:19:19.537Z] No branches to run
[Pipeline] // parallel
[Pipeline] node
[2025-06-27T01:19:19.651Z] Running on test-azure-win11-aarch64-1 in C:\Users\jenkins\workspace\Test_openjdk8_hs_extended.perf_x86-32_windows
[Pipeline] {
[Pipeline] cleanWs
[2025-06-27T01:19:19.730Z] [WS-CLEANUP] Deleting project workspace...
[2025-06-27T01:19:19.730Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-06-27T01:19:19.758Z] [WS-CLEANUP] done
[Pipeline] findFiles
[Pipeline] cleanWs
[2025-06-27T01:19:19.845Z] [WS-CLEANUP] Deleting project workspace...
[2025-06-27T01:19:19.845Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-06-27T01:19:19.859Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Rerun)
[Pipeline] echo
[2025-06-27T01:19:19.968Z] allocate a node for generating rerun job ...
[Pipeline] node
[2025-06-27T01:19:20.054Z] Running on test-ibmcloud-rhel6-x64-1 in /home/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows
[Pipeline] {
[Pipeline] echo
[2025-06-27T01:19:20.069Z] Generating rerun Test_openjdk8_hs_extended.perf_x86-32_windows_rerun job for running failed test(s) ...
[Pipeline] parallel
[Pipeline] { (Branch: Test_openjdk8_hs_extended.perf_x86-32_windows_rerun)
[Pipeline] echo
[2025-06-27T01:19:20.093Z] GENERATE_JOBS is set to true, set test job Test_openjdk8_hs_extended.perf_x86-32_windows_rerun params for generating the job
[Pipeline] fileExists
[Pipeline] sh
[2025-06-27T01:19:21.548Z] + curl -Os https://raw.githubusercontent.com/adoptium/aqa-tests/master/buildenv/jenkins/testJobTemplate
[Pipeline] jobDsl
[2025-06-27T01:19:22.418Z] Processing DSL script testJobTemplate
[2025-06-27T01:22:12.805Z] LEVELS: [extended]
[2025-06-27T01:22:12.805Z] JDK_VERSIONS: [8]
[2025-06-27T01:22:12.805Z] GROUPS: [perf]
[2025-06-27T01:22:12.805Z] ARCH_OS_LIST: [x86-32_windows]
[2025-06-27T01:22:12.984Z] Added items:
[2025-06-27T01:22:12.984Z] GeneratedJob{name='Test_openjdk8_hs_extended.perf_x86-32_windows_rerun'}
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
[2025-06-27T01:22:17.348Z] Triggering rerun jobs in parallel ...
[Pipeline] parallel
[Pipeline] { (Branch: Test_openjdk8_hs_extended.perf_x86-32_windows_rerun)
[Pipeline] build
[2025-06-27T01:22:17.375Z] Scheduling project: Test_openjdk8_hs_extended.perf_x86-32_windows_rerun
[2025-06-27T01:22:26.834Z] Starting building: Test_openjdk8_hs_extended.perf_x86-32_windows_rerun #1
[2025-06-27T08:09:07.938Z] Build Test_openjdk8_hs_extended.perf_x86-32_windows_rerun #1 completed: UNSTABLE
[Pipeline] }
[Pipeline] // parallel
[Pipeline] node
[2025-06-27T08:09:08.059Z] Running on test-osuosl-ubuntu2404-ppc64le-1 in /home/jenkins/workspace/Test_openjdk8_hs_extended.perf_x86-32_windows
[Pipeline] {
[Pipeline] cleanWs
[2025-06-27T08:09:08.439Z] [WS-CLEANUP] Deleting project workspace...
[2025-06-27T08:09:08.440Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-06-27T08:09:08.617Z] [WS-CLEANUP] done
[Pipeline] echo
[2025-06-27T08:09:08.629Z] Test_openjdk8_hs_extended.perf_x86-32_windows_rerun #1 completed with status UNSTABLE
[Pipeline] timeout
[2025-06-27T08:09:08.631Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] copyArtifacts
[2025-06-27T08:09:09.872Z] Copied 1 artifact from "Test_openjdk8_hs_extended.perf_x86-32_windows_rerun" build number 1
[Pipeline] }
[Pipeline] // timeout
[Pipeline] step
[2025-06-27T08:09:10.106Z] TAP Reports Processing: START
[2025-06-27T08:09:10.107Z] Looking for TAP results report in workspace using pattern: Test_openjdk8_hs_extended.perf_x86-32_windows_rerun/1/**/*.tap
[2025-06-27T08:09:10.282Z] Saving reports...
[2025-06-27T08:09:10.631Z] Processing '/home/jenkins/.jenkins/jobs/Test_openjdk8_hs_extended.perf_x86-32_windows/builds/199/tap-master-files/Test_openjdk8_hs_extended.perf_x86-32_windows_rerun/1/aqa-tests/TKG/output_17510116759507/Test_openjdk8_hs_extended.perf_x86-32_windows_rerun.tap'
[2025-06-27T08:09:10.631Z] Parsing TAP test result [/home/jenkins/.jenkins/jobs/Test_openjdk8_hs_extended.perf_x86-32_windows/builds/199/tap-master-files/Test_openjdk8_hs_extended.perf_x86-32_windows_rerun/1/aqa-tests/TKG/output_17510116759507/Test_openjdk8_hs_extended.perf_x86-32_windows_rerun.tap].
[2025-06-27T08:09:10.635Z] There are failed test cases. Marking build as UNSTABLE
[2025-06-27T08:09:10.651Z] TAP Reports Processing: FINISH
[Pipeline] echo
[2025-06-27T08:09:10.659Z] Saving Test_openjdk8_hs_extended.perf_x86-32_windows_rerun/1/**/*.tap file on jenkins.
[Pipeline] archiveArtifacts
[2025-06-27T08:09:10.838Z] Archiving artifacts
[2025-06-27T08:09:11.196Z] Recording fingerprints
[Pipeline] findFiles
[Pipeline] readFile
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
[Pipeline] cleanWs
[2025-06-27T08:09:12.825Z] [WS-CLEANUP] Deleting project workspace...
[2025-06-27T08:09:12.825Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-06-27T08:09:12.998Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] End of Pipeline
Finished: UNSTABLE