Pre Test
Started by upstream project "Test_openjdk8_hs_sanity.system_x86-32_windows" build number 682
originally caused by:
Started by upstream project "build-scripts/jobs/jdk8u/jdk8u-windows-x86-32-temurin" build number 522
originally caused by:
Started by upstream project "build-scripts/openjdk8-pipeline" build number 3023
originally caused by:
Started by upstream project "build-scripts/utils/betaTrigger_8ea" build number 294
originally caused by:
Started by timer
Checking out git ${ADOPTOPENJDK_REPO} into /home/jenkins/.jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2@script/7d272c0688f17ab4e5b2f6ce77a7dc9cf4df33ff05c3a95eddd38682ef795b79 to read aqa-tests/buildenv/jenkins/openjdk_tests
The recommended git tool is: git
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Using shallow clone with depth 1
Cloning repository https://github.com/adoptium/aqa-tests.git
> git init /home/jenkins/.jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2@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 69651d0e9d7c4f84ac73d5ec1510d3f459affeb1 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 69651d0e9d7c4f84ac73d5ec1510d3f459affeb1 # timeout=10
Commit message: "Unexclude OpenJ9 jdk25 tests for issue 22219 (#6542)"
> git rev-list --no-walk 1ef663ab0243186b896488a2eb1f06c5adbefced # timeout=10
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] timestamps
[Pipeline] {
[Pipeline] echo
[2025-08-30T22:44:00.645Z] SPEC: win_x86
[Pipeline] echo
[2025-08-30T22:44:00.646Z] LABEL: ci.role.test&&hw.arch.x86&&sw.os.windows
[Pipeline] stage
[Pipeline] { (Queue)
[Pipeline] nodesByLabel
[2025-08-30T22:44:00.655Z] Found a total of 5 nodes with the 'ci.role.test&&hw.arch.x86&&sw.os.windows' 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-08-30T22:44:00.658Z] dynamicAgents: []
[Pipeline] node
[2025-08-30T22:44:15.660Z] Still waiting to schedule task
[2025-08-30T22:44:15.661Z] Waiting for next available executor on ‘ci.role.test&&hw.arch.x86&&sw.os.windows’
[2025-08-30T23:04:47.185Z] Running on test-azure-win2022-x64-2 in c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2
[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-08-30T23:04:47.205Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] cleanWs
[2025-08-30T23:04:47.258Z] [WS-CLEANUP] Deleting project workspace...
[2025-08-30T23:04:47.258Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-08-30T23:04:47.278Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // timeout
[Pipeline] checkout
[2025-08-30T23:04:47.335Z] The recommended git tool is: git
[2025-08-30T23:04:47.375Z] No credentials specified
[2025-08-30T23:04:47.396Z] Cloning the remote Git repository
[2025-08-30T23:04:47.424Z] Cloning repository https://github.com/adoptium/aqa-tests.git
[2025-08-30T23:04:47.425Z] > git init c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests # timeout=10
[2025-08-30T23:04:47.534Z] [WARNING] Reference path does not exist: null/openjdk_cache
[2025-08-30T23:04:47.534Z] Fetching upstream changes from https://github.com/adoptium/aqa-tests.git
[2025-08-30T23:04:47.534Z] > git --version # timeout=10
[2025-08-30T23:04:47.579Z] > git --version # 'git version 2.42.1'
[2025-08-30T23:04:47.579Z] > git fetch --tags --force --progress -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=10
[2025-08-30T23:04:53.538Z] Avoid second fetch
[2025-08-30T23:04:53.635Z] Checking out Revision 69651d0e9d7c4f84ac73d5ec1510d3f459affeb1 (origin/master)
[2025-08-30T23:04:53.381Z] > git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10
[2025-08-30T23:04:53.433Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
[2025-08-30T23:04:53.546Z] > git rev-parse "origin/master^{commit}" # timeout=10
[2025-08-30T23:04:53.644Z] > git config core.sparsecheckout # timeout=10
[2025-08-30T23:04:53.695Z] > git checkout -f 69651d0e9d7c4f84ac73d5ec1510d3f459affeb1 # timeout=10
[2025-08-30T23:04:56.588Z] Commit message: "Unexclude OpenJ9 jdk25 tests for issue 22219 (#6542)"
[Pipeline] }
[Pipeline] // retry
[Pipeline] load
[Pipeline] { (c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/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-08-30T23:04:57.810Z] Timeout set to expire in 1 day 1 hr
[Pipeline] {
[Pipeline] echo
[2025-08-30T23:04:57.837Z] runMulticastCmd: false
[Pipeline] stage
[Pipeline] { (Setup)
[Pipeline] sh
[2025-08-30T23:04:58.334Z] + LC_TIME=C
[2025-08-30T23:04:58.334Z] + date '+%a, %d %b %Y %T %z'
[Pipeline] echo
[2025-08-30T23:04:58.409Z] PROCESSCATCH: Terminating any hung/left over test processes:
[Pipeline] sh
[2025-08-30T23:04:59.208Z] + aqa-tests/terminateTestProcesses.sh null
[2025-08-30T23:04:59.208Z] Windows machine, using powershell queries...
[2025-08-30T23:04:59.874Z] 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-08-30T23:05:01.094Z] + printenv
[2025-08-30T23:05:01.094Z] ProgramFiles(x86)=C:\Program Files (x86)
[2025-08-30T23:05:01.094Z] CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
[2025-08-30T23:05:01.094Z] !ExitCode=00000000
[2025-08-30T23:05:01.094Z] KEEP_WORKSPACE=false
[2025-08-30T23:05:01.094Z] NUMBER_OF_PROCESSORS=4
[2025-08-30T23:05:01.094Z] PROCESSOR_LEVEL=6
[2025-08-30T23:05:01.094Z] TAP_NAME=Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2.tap
[2025-08-30T23:05:01.094Z] LIB_DIR=c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/lib
[2025-08-30T23:05:01.094Z] EXIT_FAILURE=false
[2025-08-30T23:05:01.094Z] JDK_BRANCH=jdk8u472-b05_adopt
[2025-08-30T23:05:01.094Z] RUN_TESTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/13/display/redirect?page=tests
[2025-08-30T23:05:01.094Z] PLATFORM=x86-32_windows
[2025-08-30T23:05:01.095Z] DOCKER_REQUIRED=false
[2025-08-30T23:05:01.095Z] USERDOMAIN_ROAMINGPROFILE=test-azure-win2
[2025-08-30T23:05:01.095Z] PROGRAMFILES=C:\Program Files
[2025-08-30T23:05:01.095Z] git=C:\Program Files\Git\cmd\git.exe
[2025-08-30T23:05:01.095Z] TIME_LIMIT=25
[2025-08-30T23:05:01.095Z] JENKINS_SERVER_COOKIE=durable-dd371adf021eb82063d544afd67ffcd40b5f58f2a653c21a877117fc0f0ae947
[2025-08-30T23:05:01.095Z] PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
[2025-08-30T23:05:01.095Z] JAVA_HOME=C:\openjdk\jdk-17
[2025-08-30T23:05:01.095Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
[2025-08-30T23:05:01.095Z] GENERATE_JOBS=true
[2025-08-30T23:05:01.095Z] OPENJCEPLUS_GIT_REPO=https://github.com/ibmruntimes/OpenJCEPlus.git
[2025-08-30T23:05:01.095Z] OS=Windows_NT
[2025-08-30T23:05:01.095Z] RUN_CHANGES_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/13/display/redirect?page=changes
[2025-08-30T23:05:01.095Z] HOMEDRIVE=C:
[2025-08-30T23:05:01.095Z] ANT_HOME=C:\apache-ant\apache-ant-1.10.15
[2025-08-30T23:05:01.095Z] RERUN_ITERATIONS=1
[2025-08-30T23:05:01.095Z] OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse:master
[2025-08-30T23:05:01.095Z] USERDOMAIN=test-azure-win2
[2025-08-30T23:05:01.095Z] STF_OWNER_BRANCH=adoptium:master
[2025-08-30T23:05:01.095Z] HUDSON_HOME=/home/jenkins/.jenkins
[2025-08-30T23:05:01.095Z] PWD=/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2
[2025-08-30T23:05:01.095Z] USERPROFILE=C:\Users\jenkins.test-azure-win2
[2025-08-30T23:05:01.095Z] ARCHIVE_TEST_RESULTS=false
[2025-08-30T23:05:01.095Z] SETUP_JCK_RUN=false
[2025-08-30T23:05:01.095Z] BUILD_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/13/
[2025-08-30T23:05:01.095Z] SLACK_CHANNEL=aqavit-bot
[2025-08-30T23:05:01.095Z] UPSTREAM_JOB_NAME=build-scripts/jobs/jdk8u/jdk8u-windows-x86-32-temurin
[2025-08-30T23:05:01.095Z] JCK_GIT_BRANCH=master
[2025-08-30T23:05:01.095Z] JOB_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/
[2025-08-30T23:05:01.095Z] BUILD_NUMBER=13
[2025-08-30T23:05:01.095Z] TKG_ITERATIONS=1
[2025-08-30T23:05:01.095Z] _=/usr/bin/printenv
[2025-08-30T23:05:01.095Z] VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\
[2025-08-30T23:05:01.095Z] PERF_ROOT=c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../benchmarks
[2025-08-30T23:05:01.095Z] ALLUSERSPROFILE=C:\ProgramData
[2025-08-30T23:05:01.095Z] JENKINS_NODE_COOKIE=98cbc4f2-9dae-483b-ae6e-4223061af5c7
[2025-08-30T23:05:01.095Z] CommonProgramW6432=C:\Program Files\Common Files
[2025-08-30T23:05:01.095Z] KEEP_REPORTDIR=false
[2025-08-30T23:05:01.095Z] BUILD_DISPLAY_NAME=#13
[2025-08-30T23:05:01.095Z] SDK_RESOURCE=upstream
[2025-08-30T23:05:01.095Z] TEST_JDK_HOME=c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/jdkbinary/j2sdk-image
[2025-08-30T23:05:01.095Z] HOME=/home/jenkins
[2025-08-30T23:05:01.095Z] USERNAME=jenkins
[2025-08-30T23:05:01.095Z] COMSPEC=C:\Windows\system32\cmd.exe
[2025-08-30T23:05:01.095Z] jobStatus=SUCCESS
[2025-08-30T23:05:01.095Z] JENKINS_URL=https://ci.adoptium.net/
[2025-08-30T23:05:01.095Z] JOB_BASE_NAME=Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2
[2025-08-30T23:05:01.095Z] JOBSTARTTIME=Sat, 30 Aug 2025 23:04:58 +0000
[2025-08-30T23:05:01.095Z] JDK_VERSION=8
[2025-08-30T23:05:01.095Z] APPDATA=C:\Users\jenkins.test-azure-win2\AppData\Roaming
[2025-08-30T23:05:01.095Z] JOB_NAME=Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2
[2025-08-30T23:05:01.095Z] USE_TESTENV_PROPERTIES=false
[2025-08-30T23:05:01.095Z] SYSTEMROOT=C:\Windows
[2025-08-30T23:05:01.095Z] PERSONAL_BUILD=false
[2025-08-30T23:05:01.095Z] RUN_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/13/display/redirect
[2025-08-30T23:05:01.095Z] LOCALAPPDATA=C:\Users\jenkins.test-azure-win2\AppData\Local
[2025-08-30T23:05:01.095Z] AUTO_DETECT=true
[2025-08-30T23:05:01.095Z] EXIT_SUCCESS=false
[2025-08-30T23:05:01.095Z] JOB_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/display/redirect
[2025-08-30T23:05:01.095Z] PROMPT=$P$G
[2025-08-30T23:05:01.095Z] WORKSPACE=c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2
[2025-08-30T23:05:01.095Z] COMPUTERNAME=test-azure-win2
[2025-08-30T23:05:01.095Z] OPENJ9_BRANCH=master
[2025-08-30T23:05:01.095Z] EXTERNAL_CUSTOM_BRANCH=master
[2025-08-30T23:05:01.095Z] SYSTEM_LIB_DIR=c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:05:01.095Z] PARALLEL=None
[2025-08-30T23:05:01.095Z] HUDSON_URL=https://ci.adoptium.net/
[2025-08-30T23:05:01.095Z] ITERATIONS=1
[2025-08-30T23:05:01.095Z] UPSTREAM_JOB_NUMBER=522
[2025-08-30T23:05:01.095Z] SPEC=win_x86
[2025-08-30T23:05:01.095Z] UPSTREAM_TEST_JOB_NAME=Test_openjdk8_hs_sanity.system_x86-32_windows
[2025-08-30T23:05:01.095Z] TERM=xterm-256color
[2025-08-30T23:05:01.095Z] JDK_REPO=https://github.com/adoptium/jdk8u
[2025-08-30T23:05:01.095Z] ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium:master
[2025-08-30T23:05:01.095Z] LOGONSERVER=\\test-azure-win2
[2025-08-30T23:05:01.095Z] NODE_NAME=test-azure-win2022-x64-2
[2025-08-30T23:05:01.095Z] ADOPTOPENJDK_REPO=https://github.com/adoptium/aqa-tests.git
[2025-08-30T23:05:01.095Z] PSModulePath=C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules
[2025-08-30T23:05:01.095Z] HUDSON_SERVER_COOKIE=2d832652af5afba8
[2025-08-30T23:05:01.095Z] WIX=C:\Program Files (x86)\WiX Toolset v3.14\
[2025-08-30T23:05:01.095Z] TEMP=/cygdrive/c/Users/JENKIN~1.TES/AppData/Local/Temp/2
[2025-08-30T23:05:01.095Z] DYNAMIC_COMPILE=false
[2025-08-30T23:05:01.095Z] SHLVL=2
[2025-08-30T23:05:01.095Z] BUILD_TAG=jenkins-Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2-13
[2025-08-30T23:05:01.095Z] PROCESSOR_REVISION=5504
[2025-08-30T23:05:01.095Z] DriverData=C:\Windows\System32\Drivers\DriverData
[2025-08-30T23:05:01.095Z] EXECUTOR_NUMBER=0
[2025-08-30T23:05:01.095Z] HUDSON_COOKIE=2ff1a0e4-3b6c-4f4f-b38d-85f9460c1f26
[2025-08-30T23:05:01.095Z] ADOPTOPENJDK_BRANCH=master
[2025-08-30T23:05:01.095Z] JENKINS_HOME=/home/jenkins/.jenkins
[2025-08-30T23:05:01.095Z] COMMONPROGRAMFILES=C:\Program Files\Common Files
[2025-08-30T23:05:01.095Z] ORIGIN_JDK_VERSION=8
[2025-08-30T23:05:01.095Z] PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 4, GenuineIntel
[2025-08-30T23:05:01.095Z] SESSIONNAME=RDP-Tcp#3
[2025-08-30T23:05:01.095Z] NUM_PROCESSORS=2
[2025-08-30T23:05:01.095Z] CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token
[2025-08-30T23:05:01.095Z] NODE_LABELS=sw.os.windows test-azure-win2022-x64-2 ci.role.test x64 ci.role.perf windows hw.arch.x86 win2022
[2025-08-30T23:05:01.095Z] STAGE_NAME=Setup
[2025-08-30T23:05:01.095Z] EXTERNAL_TEST_CMD=mvn clean install
[2025-08-30T23:05:01.095Z] HOMEPATH=\Users\jenkins.test-azure-win2
[2025-08-30T23:05:01.095Z] WORKSPACE_TMP=c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2@tmp
[2025-08-30T23:05:01.095Z] TMP=/cygdrive/c/Users/JENKIN~1.TES/AppData/Local/Temp/2
[2025-08-30T23:05:01.095Z] PATH=/cygdrive/c/openjdk/jdk-17/bin:/usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/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 (x86)/Microsoft SDKs/TypeScript/1.0:/cygdrive/c/Program Files (x86)/IncrediBuild:/cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/cygdrive/c/rust/bin:/cygdrive/c/Program Files/IcedTeaWEB/bin:/cygdrive/c/Users/jenkins.test-azure-win2/AppData/Local/Microsoft/WindowsApps
[2025-08-30T23:05:01.095Z] LIGHT_WEIGHT_CHECKOUT=false
[2025-08-30T23:05:01.095Z] TKG_OWNER_BRANCH=adoptium:master
[2025-08-30T23:05:01.095Z] ProgramW6432=C:\Program Files
[2025-08-30T23:05:01.095Z] UPSTREAM_TEST_JOB_NUMBER=682
[2025-08-30T23:05:01.095Z] CI=true
[2025-08-30T23:05:01.095Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/13/display/redirect?page=artifacts
[2025-08-30T23:05:01.095Z] ACTIVE_NODE_TIMEOUT=5
[2025-08-30T23:05:01.095Z] RERUN_FAILURE=true
[2025-08-30T23:05:01.095Z] VS120COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\
[2025-08-30T23:05:01.095Z] OPENJCEPLUS_GIT_BRANCH=semeru-java8
[2025-08-30T23:05:01.095Z] BUILD_LIST=system
[2025-08-30T23:05:01.095Z] BUILD_ID=13
[2025-08-30T23:05:01.095Z] WINDIR=C:\Windows
[2025-08-30T23:05:01.095Z] PROCESSOR_ARCHITECTURE=AMD64
[2025-08-30T23:05:01.095Z] PUBLIC=C:\Users\Public
[2025-08-30T23:05:01.095Z] CLIENTNAME=li-db41a7cc-251
[2025-08-30T23:05:01.095Z] SYSTEMDRIVE=C:
[2025-08-30T23:05:01.095Z] TARGET=-f parallelList.mk testList_2
[2025-08-30T23:05:01.095Z] USE_JRE=false
[2025-08-30T23:05:01.095Z] JDK_IMPL=hotspot
[2025-08-30T23:05:01.095Z] 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-08-30T23:05:01.458Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] dir
[2025-08-30T23:05:01.482Z] Running in c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jdkbinary
[Pipeline] {
[Pipeline] copyArtifacts
[2025-08-30T23:05:05.771Z] Copied 5 artifacts from "build-scripts » jobs » jdk8u » jdk8u-windows-x86-32-temurin" build number 522
[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-08-30T23:05:06.040Z] 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-08-30T23:05:06.050Z] Running in c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2
[Pipeline] {
[Pipeline] sshagent
[2025-08-30T23:05:06.078Z] $ ssh-agent
[2025-08-30T23:05:06.193Z] SSH_AUTH_SOCK=/tmp/ssh-n4PoCo63ULMD/agent.27
[2025-08-30T23:05:06.193Z] SSH_AGENT_PID=28
[2025-08-30T23:05:06.193Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
[2025-08-30T23:05:06.206Z] Running in c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests
[Pipeline] {
[Pipeline] withCredentials
[2025-08-30T23:05:06.231Z] Masking supported pattern matches of %USERNAME% or %PASSWORD%
[Pipeline] {
[Pipeline] sh
[2025-08-30T23:05:06.688Z] ++ pwd
[2025-08-30T23:05:06.688Z] + ./get.sh -s /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/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-08-30T23:05:07.007Z] TESTDIR: /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests
[2025-08-30T23:05:07.007Z] get jdk binary...
[2025-08-30T23:05:07.007Z] --sdkdir is set to upstream. Therefore, skip download jdk binary
[2025-08-30T23:05:07.007Z] Uncompressing file: OpenJDK8U-jdk_x86-32_windows_hotspot_8u472b05-ea.zip ...
[2025-08-30T23:05:09.832Z] List files in jdkbinary folder...
[2025-08-30T23:05:09.832Z] total 183844
[2025-08-30T23:05:09.832Z] -rwxrwx---+ 1 jenkins None 42102277 Aug 30 20:47 OpenJDK8U-debugimage_x86-32_windows_hotspot_8u472b05-ea.zip
[2025-08-30T23:05:09.832Z] -rwxrwx---+ 1 jenkins None 107349803 Aug 30 20:55 OpenJDK8U-jdk_x86-32_windows_hotspot_8u472b05-ea.zip
[2025-08-30T23:05:09.832Z] -rwxrwx---+ 1 jenkins None 38692522 Aug 30 20:56 OpenJDK8U-jre_x86-32_windows_hotspot_8u472b05-ea.zip
[2025-08-30T23:05:09.832Z] -rwxrwx---+ 1 jenkins None 24102 Aug 30 20:53 OpenJDK8U-sbom_x86-32_windows_hotspot_8u472b05-ea-metadata.json
[2025-08-30T23:05:09.832Z] -rwxrwx---+ 1 jenkins None 79789 Aug 30 21:08 OpenJDK8U-sbom_x86-32_windows_hotspot_8u472b05-ea.json
[2025-08-30T23:05:09.832Z] drwxrwxr-x+ 1 jenkins None 0 Aug 30 23:05 tmp
[2025-08-30T23:05:09.832Z] List files in jdkbinary/tmp folder...
[2025-08-30T23:05:09.832Z] total 4
[2025-08-30T23:05:09.832Z] drwxrwxr-x+ 1 jenkins None 0 Aug 30 20:47 jdk8u472-b05
[2025-08-30T23:05:09.832Z] Moving directory jdk8u472-b05/ to ../j2sdk-image
[2025-08-30T23:05:09.832Z] Uncompressing file: OpenJDK8U-jre_x86-32_windows_hotspot_8u472b05-ea.zip ...
[2025-08-30T23:05:10.927Z] List files in jdkbinary folder...
[2025-08-30T23:05:10.927Z] total 183848
[2025-08-30T23:05:10.927Z] -rwxrwx---+ 1 jenkins None 42102277 Aug 30 20:47 OpenJDK8U-debugimage_x86-32_windows_hotspot_8u472b05-ea.zip
[2025-08-30T23:05:10.927Z] -rwxrwx---+ 1 jenkins None 107349803 Aug 30 20:55 OpenJDK8U-jdk_x86-32_windows_hotspot_8u472b05-ea.zip
[2025-08-30T23:05:10.927Z] -rwxrwx---+ 1 jenkins None 38692522 Aug 30 20:56 OpenJDK8U-jre_x86-32_windows_hotspot_8u472b05-ea.zip
[2025-08-30T23:05:10.927Z] -rwxrwx---+ 1 jenkins None 24102 Aug 30 20:53 OpenJDK8U-sbom_x86-32_windows_hotspot_8u472b05-ea-metadata.json
[2025-08-30T23:05:10.927Z] -rwxrwx---+ 1 jenkins None 79789 Aug 30 21:08 OpenJDK8U-sbom_x86-32_windows_hotspot_8u472b05-ea.json
[2025-08-30T23:05:10.927Z] drwxrwxr-x+ 1 jenkins None 0 Aug 30 20:47 j2sdk-image
[2025-08-30T23:05:10.927Z] drwxrwxr-x+ 1 jenkins None 0 Aug 30 23:05 tmp
[2025-08-30T23:05:10.927Z] List files in jdkbinary/tmp folder...
[2025-08-30T23:05:10.927Z] total 4
[2025-08-30T23:05:10.927Z] drwxrwxr-x+ 1 jenkins None 0 Aug 30 20:47 jdk8u472-b05-jre
[2025-08-30T23:05:10.927Z] Moving directory jdk8u472-b05-jre/ to ../j2re-image
[2025-08-30T23:05:10.927Z] Uncompressing OpenJDK8U-debugimage_x86-32_windows_hotspot_8u472b05-ea.zip over ./j2sdk-image/jre...
[2025-08-30T23:05:12.518Z] Removing top-level folder jdk8u472-b05-debug-image/
[2025-08-30T23:05:12.825Z] Removing top-level folder jdk8u472-b05/
[2025-08-30T23:05:14.986Z] Run c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/jdkbinary/j2sdk-image/bin/java -version
[2025-08-30T23:05:14.986Z] =JAVA VERSION OUTPUT BEGIN=
[2025-08-30T23:05:15.311Z] openjdk version "1.8.0_472-beta"
[2025-08-30T23:05:15.311Z] OpenJDK Runtime Environment (Temurin)(build 1.8.0_472-beta-202508302008-b05)
[2025-08-30T23:05:15.311Z] OpenJDK Client VM (Temurin)(build 25.472-b05, mixed mode)
[2025-08-30T23:05:15.311Z] =JAVA VERSION OUTPUT END=
[2025-08-30T23:05:15.311Z] =RELEASE INFO BEGIN=
[2025-08-30T23:05:15.311Z] JAVA_VERSION="1.8.0_472"
[2025-08-30T23:05:15.311Z] OS_NAME="Windows"
[2025-08-30T23:05:15.311Z] OS_VERSION="5.1"
[2025-08-30T23:05:15.311Z] OS_ARCH="i586"
[2025-08-30T23:05:15.311Z] SOURCE=".:git:49a65609c1ce+"
[2025-08-30T23:05:15.311Z] IMPLEMENTOR="Eclipse Adoptium"
[2025-08-30T23:05:15.311Z] BUILD_SOURCE="git:ba722bb19f511a86cd98bdca95a3bbe65508fca7"
[2025-08-30T23:05:15.311Z] BUILD_SOURCE_REPO="https://github.com/adoptium/temurin-build.git"
[2025-08-30T23:05:15.311Z] SOURCE_REPO="https://github.com/adoptium/jdk8u.git"
[2025-08-30T23:05:15.311Z] FULL_VERSION="1.8.0_472-beta-202508302008-b05"
[2025-08-30T23:05:15.311Z] SEMANTIC_VERSION="8.0.472+5"
[2025-08-30T23:05:15.311Z] BUILD_INFO="OS: Windows Server 2022 Version: 10.0"
[2025-08-30T23:05:15.311Z] JVM_VARIANT="Hotspot"
[2025-08-30T23:05:15.311Z] JVM_VERSION="25.472-b05"
[2025-08-30T23:05:15.311Z] IMAGE_TYPE="JDK"
[2025-08-30T23:05:15.311Z] =RELEASE INFO END=
[2025-08-30T23:05:15.311Z] get testKitGen...
[2025-08-30T23:05:15.311Z] git clone -q https://github.com/adoptium/TKG.git
[2025-08-30T23:05:16.899Z] git rev-parse master
[2025-08-30T23:05:16.899Z] git checkout -q -f 22529199368176ccd2e43c4cf47437798dcecf81
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[2025-08-30T23:05:17.675Z] $ ssh-agent -k
[2025-08-30T23:05:17.727Z] unset SSH_AUTH_SOCK;
[2025-08-30T23:05:17.727Z] unset SSH_AGENT_PID;
[2025-08-30T23:05:17.727Z] echo Agent pid 28 killed;
[2025-08-30T23:05:17.779Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
[2025-08-30T23:05:18.251Z] Rerun in Grinder: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=-f+parallelList.mk+testList_2&BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=Test_openjdk8_hs_sanity.system_x86-32_windows&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=jdk8u472-b05_adopt&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=682&DOCKERIMAGE_TAG=&TEST_TIME=&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=system&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=522&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None
[Pipeline] echo
[2025-08-30T23:05:18.263Z] Rerun in Grinder on same machine: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=-f+parallelList.mk+testList_2&BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=Test_openjdk8_hs_sanity.system_x86-32_windows&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-2&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&JENKINS_KEY=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=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=jdk8u472-b05_adopt&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=682&DOCKERIMAGE_TAG=&TEST_TIME=&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=system&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=522&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] echo
[2025-08-30T23:05:18.318Z] Building tests...
[Pipeline] timeout
[2025-08-30T23:05:18.325Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] copyArtifacts
[2025-08-30T23:05:18.455Z] Copied 1 artifact from "Test_openjdk8_hs_sanity.system_x86-32_windows" build number 682
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
[2025-08-30T23:05:18.494Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] echo
[2025-08-30T23:05:18.510Z] Custom URL: https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[Pipeline] sh
[2025-08-30T23:05:18.989Z] + perl ./aqa-tests/TKG/scripts/getDependencies.pl -path c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib -task default -customUrl https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[2025-08-30T23:05:19.296Z] --------------------------------------------
[2025-08-30T23:05:19.296Z] path is set to c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:05:19.296Z] task is set to default
[2025-08-30T23:05:19.296Z] dependencyList is set to all
[2025-08-30T23:05:19.296Z] --------------------------------------------
[2025-08-30T23:05:19.296Z] Starting download third party dependent jars
[2025-08-30T23:05:19.296Z] --------------------------------------------
[2025-08-30T23:05:19.296Z] downloading dependent third party jars to c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:05:19.296Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib/tools/tools.jar exists, not downloading.
[2025-08-30T23:05:19.296Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib/junit/hamcrest-core.jar exists, not downloading.
[2025-08-30T23:05:19.296Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib/log4j/log4j-core.jar exists, not downloading.
[2025-08-30T23:05:19.296Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib/junit/junit.jar exists, not downloading.
[2025-08-30T23:05:19.296Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib/mauve/mauve.jar exists, not downloading.
[2025-08-30T23:05:19.296Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib/apache-ant/lib/ant-launcher.jar exists, not downloading.
[2025-08-30T23:05:19.296Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib/cvsclient/org-netbeans-lib-cvsclient.jar exists, not downloading.
[2025-08-30T23:05:19.296Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib/asm/asm.jar exists, not downloading.
[2025-08-30T23:05:19.296Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib/jcstress-tests-all-20240222.jar exists with correct hash, not downloading
[2025-08-30T23:05:19.296Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib/json-simple.jar exists with correct hash, not downloading
[2025-08-30T23:05:19.296Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib/log4j/log4j-api.jar exists, not downloading.
[2025-08-30T23:05:19.296Z] downloaded dependent third party jars successfully
[Pipeline] }
[Pipeline] // timeout
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] withCredentials
[2025-08-30T23:05:19.440Z] Masking supported pattern matches of %USERNAME% or %PASSWORD%
[Pipeline] {
[Pipeline] dir
[2025-08-30T23:05:19.457Z] Running in c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests
[Pipeline] {
[Pipeline] sshagent
[2025-08-30T23:05:19.484Z] $ ssh-agent
[2025-08-30T23:05:19.701Z] SSH_AUTH_SOCK=/tmp/ssh-Yx9En9K3p6fV/agent.95
[2025-08-30T23:05:19.701Z] SSH_AGENT_PID=96
[2025-08-30T23:05:19.701Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2025-08-30T23:05:20.151Z] + bash ./compile.sh
[2025-08-30T23:05:20.459Z] JAVA_HOME is set to c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/jdkbinary/j2sdk-image
[2025-08-30T23:05:20.459Z] LIB_DIR is set to C:/jenkins/externalDependency/system_lib
[2025-08-30T23:05:20.459Z] rm -f -r /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/TKG/../TKG/output_compilation; \
[2025-08-30T23:05:20.459Z] mkdir -p /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/TKG/../TKG/output_compilation; \
[2025-08-30T23:05:20.459Z] (ant -f ./scripts/build_tools.xml "-DTEST_JDK_HOME=c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/jdkbinary/j2sdk-image" "-DTEST_ROOT=/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/TKG/.." "-DLIB_DIR=C:/jenkins/externalDependency/system_lib" 2>&1; echo $? ) | tee "/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2025-08-30T23:05:20.459Z] if [ -z "$(tail -1 /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/TKG/.."; false; else rm -f -r "/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/TKG/../TKG/output_compilation"; fi
[2025-08-30T23:05:22.039Z] Buildfile: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG\scripts\build_tools.xml
[2025-08-30T23:05:22.361Z]
[2025-08-30T23:05:22.362Z] build:
[2025-08-30T23:05:22.362Z]
[2025-08-30T23:05:22.362Z] clean:
[2025-08-30T23:05:22.362Z]
[2025-08-30T23:05:22.362Z] init:
[2025-08-30T23:05:22.362Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG\bin
[2025-08-30T23:05:22.362Z]
[2025-08-30T23:05:22.362Z] getDependentLibs:
[2025-08-30T23:05:22.683Z] [exec] --------------------------------------------
[2025-08-30T23:05:22.683Z] [exec] path is set to C:/jenkins/externalDependency/system_lib
[2025-08-30T23:05:22.683Z] [exec] task is set to default
[2025-08-30T23:05:22.683Z] [exec] dependencyList is set to json_simple
[2025-08-30T23:05:22.683Z] [exec] --------------------------------------------
[2025-08-30T23:05:22.683Z] [exec] Starting download third party dependent jars
[2025-08-30T23:05:22.683Z] [exec] --------------------------------------------
[2025-08-30T23:05:22.683Z] [exec] downloading dependent third party jars to C:/jenkins/externalDependency/system_lib
[2025-08-30T23:05:22.684Z] [exec] C:/jenkins/externalDependency/system_lib/json-simple.jar exists with correct hash, not downloading
[2025-08-30T23:05:22.684Z] [exec] downloaded dependent third party jars successfully
[2025-08-30T23:05:22.684Z]
[2025-08-30T23:05:22.684Z] compile:
[2025-08-30T23:05:22.684Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-08-30T23:05:22.684Z] [echo] ============COMPILER SETTINGS============
[2025-08-30T23:05:22.684Z] [echo] ===fork: yes
[2025-08-30T23:05:22.684Z] [echo] ===debug: on
[2025-08-30T23:05:22.684Z] [javac] Compiling 28 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG\bin
[2025-08-30T23:05:24.840Z]
[2025-08-30T23:05:24.840Z] dist:
[2025-08-30T23:05:24.840Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG\bin\TestKitGen.jar
[2025-08-30T23:05:25.162Z]
[2025-08-30T23:05:25.162Z] BUILD SUCCESSFUL
[2025-08-30T23:05:25.162Z] Total time: 3 seconds
[2025-08-30T23:05:25.162Z] 0
[2025-08-30T23:05:25.482Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/jdkbinary/j2sdk-image/bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector
[2025-08-30T23:05:26.161Z] Unfamiliar microArch detected in TKG. It will not be added in TKG microArch!
[2025-08-30T23:05:26.161Z] microArchOutput: model name : Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz
[2025-08-30T23:05:28.306Z] ****************************** MACHINE INFO ******************************
[2025-08-30T23:05:28.306Z] File path : C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG
[2025-08-30T23:05:28.306Z] Free Physical Memory Size : 5774233600
[2025-08-30T23:05:28.306Z] Free space (bytes) : 110408708096
[2025-08-30T23:05:28.306Z] Total Physical Memory Size : 8536289280
[2025-08-30T23:05:28.306Z] Total space (bytes) : 274283311104
[2025-08-30T23:05:28.306Z] Usable space (bytes) : 110408708096
[2025-08-30T23:05:28.307Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-08-30T23:05:28.307Z] bashVersion :
[2025-08-30T23:05:28.307Z] GNU bash, version 5.2.15(3)-release (x86_64-pc-cygwin)
[2025-08-30T23:05:28.307Z] Copyright (C) 2022 Free Software Foundation, Inc.
[2025-08-30T23:05:28.307Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-08-30T23:05:28.307Z]
[2025-08-30T23:05:28.307Z] This is free software; you are free to change and redistribute it.
[2025-08-30T23:05:28.307Z] There is NO WARRANTY, to the extent permitted by law.
[2025-08-30T23:05:28.307Z] cpuCores : 4
[2025-08-30T23:05:28.307Z] curlVersion :
[2025-08-30T23:05:28.307Z] curl 8.4.0 (x86_64-pc-cygwin) libcurl/8.4.0 OpenSSL/1.1.1w zlib/1.3 brotli/1.0.9 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-08-30T23:05:28.307Z] Release-Date: 2023-10-11
[2025-08-30T23:05:28.307Z] 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-08-30T23:05:28.307Z] 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-08-30T23:05:28.307Z] dockerVersion : bash: line 1: docker: command not found
[2025-08-30T23:05:28.307Z] gcc version : 11
[2025-08-30T23:05:28.307Z] gclibc version : ldd (cygwin) 3.4.10
[2025-08-30T23:05:28.307Z] gdb version : bash: line 1: gdb: command not found
[2025-08-30T23:05:28.307Z] lldb version : Command could not be executed
[2025-08-30T23:05:28.307Z] makeVersion :
[2025-08-30T23:05:28.307Z] GNU Make 4.4.1
[2025-08-30T23:05:28.307Z] Built for x86_64-pc-cygwin
[2025-08-30T23:05:28.308Z] Copyright (C) 1988-2023 Free Software Foundation, Inc.
[2025-08-30T23:05:28.308Z] License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
[2025-08-30T23:05:28.308Z] This is free software: you are free to change and redistribute it.
[2025-08-30T23:05:28.308Z] There is NO WARRANTY, to the extent permitted by law.
[2025-08-30T23:05:28.308Z] mavenVersion : bash: line 1: mvn: command not found
[2025-08-30T23:05:28.308Z] perlVersion :
[2025-08-30T23:05:28.308Z]
[2025-08-30T23:05:28.308Z] This is perl 5, version 36, subversion 3 (v5.36.3) built for x86_64-cygwin-threads-multi
[2025-08-30T23:05:28.308Z] (with 6 registered patches, see perl -V for more detail)
[2025-08-30T23:05:28.308Z]
[2025-08-30T23:05:28.308Z] Copyright 1987-2023, Larry Wall
[2025-08-30T23:05:28.308Z]
[2025-08-30T23:05:28.308Z] Perl may be copied only under the terms of either the Artistic License or the
[2025-08-30T23:05:28.308Z] GNU General Public License, which may be found in the Perl 5 source kit.
[2025-08-30T23:05:28.308Z]
[2025-08-30T23:05:28.308Z] Complete documentation for Perl, including FAQ lists, should be found on
[2025-08-30T23:05:28.308Z] this system using "man perl" or "perldoc perl". If you have access to the
[2025-08-30T23:05:28.308Z] Internet, point your browser at https://www.perl.org/, the Perl Home Page.
[2025-08-30T23:05:28.308Z]
[2025-08-30T23:05:28.308Z] podmanVersion : bash: line 1: podman: command not found
[2025-08-30T23:05:28.308Z] procArch : unknown
[2025-08-30T23:05:28.308Z] sysArch : x86_64
[2025-08-30T23:05:28.308Z] sysOS : CYGWIN_NT-10.0-20348
[2025-08-30T23:05:28.308Z] ulimit :
[2025-08-30T23:05:28.308Z] core file size (blocks, -c) unlimited
[2025-08-30T23:05:28.308Z] data seg size (kbytes, -d) unlimited
[2025-08-30T23:05:28.308Z] file size (blocks, -f) unlimited
[2025-08-30T23:05:28.308Z] open files (-n) 3200
[2025-08-30T23:05:28.308Z] pipe size (512 bytes, -p) 8
[2025-08-30T23:05:28.309Z] stack size (kbytes, -s) 2032
[2025-08-30T23:05:28.309Z] cpu time (seconds, -t) unlimited
[2025-08-30T23:05:28.309Z] max user processes (-u) 256
[2025-08-30T23:05:28.309Z] virtual memory (kbytes, -v) unlimited
[2025-08-30T23:05:28.309Z] uname : CYGWIN_NT-10.0-20348 test-azure-win2 3.4.10-1.x86_64 2023-11-29 12:12 UTC x86_64 Cygwin
[2025-08-30T23:05:28.309Z] vmVendor : Oracle Corporation
[2025-08-30T23:05:28.309Z] vmVersion : 25.472-b05
[2025-08-30T23:05:28.309Z] xlc version : bash: line 1: xlC: command not found
[2025-08-30T23:05:28.309Z] **************************************************************************
[2025-08-30T23:05:28.309Z]
[2025-08-30T23:05:28.309Z] System.getProperty('java.vm.name')=OpenJDK Client VM
[2025-08-30T23:05:28.309Z]
[2025-08-30T23:05:28.309Z] System.getProperty('java.vendor')=Temurin
[2025-08-30T23:05:28.309Z]
[2025-08-30T23:05:28.309Z] System.getProperty('os.name')=Windows Server 2022
[2025-08-30T23:05:28.309Z]
[2025-08-30T23:05:28.309Z] System.getProperty('os.arch')=x86
[2025-08-30T23:05:28.309Z]
[2025-08-30T23:05:28.309Z] System.getProperty('java.fullversion')=null
[2025-08-30T23:05:28.309Z]
[2025-08-30T23:05:28.309Z] System.getProperty('sun.arch.data.model')=32
[2025-08-30T23:05:28.309Z]
[2025-08-30T23:05:28.309Z] make -f clean.mk cleanBuild
[2025-08-30T23:05:28.309Z] make[1]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/TKG'
[2025-08-30T23:05:28.645Z] rm -f -r C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests///..//jvmtest
[2025-08-30T23:05:28.952Z] make[1]: Leaving directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/TKG'
[2025-08-30T23:05:28.952Z] make -f compile.mk compile
[2025-08-30T23:05:28.952Z] make[1]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/TKG'
[2025-08-30T23:05:29.621Z] rm -f -r C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests//TKG/output_compilation; \
[2025-08-30T23:05:29.621Z] mkdir -p C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests//TKG/output_compilation; \
[2025-08-30T23:05:29.621Z] (ant -f scripts/build_test.xml "-DTEST_ROOT=C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/" "-DBUILD_ROOT=C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests///..//jvmtest" "-DJDK_VERSION=8" "-DJDK_IMPL=hotspot" "-DJDK_VENDOR=temurin" "-DJCL_VERSION=latest" "-DBUILD_LIST=system" "-DRESOURCES_DIR=C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests///..//jvmtest/TestConfig/resources" "-DSPEC=win_x86" "-DTEST_JDK_HOME=c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/jdkbinary/j2sdk-image" "-DJVM_VERSION=openjdk8" "-DLIB_DIR=C:/jenkins/externalDependency/system_lib" 2>&1; echo $? ) | tee "C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests//TKG/output_compilation/compilation.log"; \
[2025-08-30T23:05:29.622Z] if [ -z "$(tail -1 C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests//TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests//TKG/output_compilation/compilation.log" --testRoot="C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/"; false; else rm -f -r "C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests//TKG/output_compilation"; fi
[2025-08-30T23:05:31.208Z] Buildfile: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG\scripts\build_test.xml
[2025-08-30T23:05:31.530Z] [echo] build.list is TestConfig/build.xml,system/build.xml
[2025-08-30T23:05:31.530Z]
[2025-08-30T23:05:31.530Z] -create_test_directory:
[2025-08-30T23:05:31.530Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest
[2025-08-30T23:05:31.530Z]
[2025-08-30T23:05:31.530Z] stage_test_material:
[2025-08-30T23:05:31.851Z] [copy] Copying 136 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest
[2025-08-30T23:05:31.851Z]
[2025-08-30T23:05:31.851Z] build:
[2025-08-30T23:05:32.175Z]
[2025-08-30T23:05:32.175Z] init:
[2025-08-30T23:05:32.175Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system
[2025-08-30T23:05:32.175Z]
[2025-08-30T23:05:32.175Z] dist:
[2025-08-30T23:05:32.175Z] [copy] Copying 1 file to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system
[2025-08-30T23:05:32.175Z]
[2025-08-30T23:05:32.175Z] common_build:
[2025-08-30T23:05:32.175Z] [echo] target common_build is called.....
[2025-08-30T23:05:32.175Z]
[2025-08-30T23:05:32.175Z] common_init:
[2025-08-30T23:05:32.175Z]
[2025-08-30T23:05:32.175Z] check_systemtest:
[2025-08-30T23:05:32.175Z] [echo] C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests//system/STF does not exist, clone from GitHub
[2025-08-30T23:05:32.175Z]
[2025-08-30T23:05:32.175Z] clone_stf:
[2025-08-30T23:05:32.175Z] [exec] git clone -q https://github.com/adoptium/STF.git
[2025-08-30T23:05:33.271Z] [echo] git rev-parse master
[2025-08-30T23:05:33.271Z] [echo] git checkout -q -f 7534c9296a7effe8499d9c236e0cc12d5bc97826
[2025-08-30T23:05:34.366Z] [exec] Check sha in C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests//system/STF and store the info in C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests//testenv/testenv.properties
[2025-08-30T23:05:34.366Z] [exec] STF_REPO=https://github.com/adoptium/STF.git
[2025-08-30T23:05:34.366Z] [exec] STF_BRANCH=7534c9296a7effe8499d9c236e0cc12d5bc97826
[2025-08-30T23:05:34.366Z] [echo] C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests//system/aqa-systemtest does not exist, clone from GitHub
[2025-08-30T23:05:34.366Z]
[2025-08-30T23:05:34.366Z] clone_systemtest:
[2025-08-30T23:05:34.366Z] [exec] git clone -q https://github.com/adoptium/aqa-systemtest.git
[2025-08-30T23:05:36.529Z] [echo] git rev-parse master
[2025-08-30T23:05:36.847Z] [echo] git checkout -q -f dbae19c80b3664a1a84bb236fbb2a08021008468
[2025-08-30T23:05:41.439Z] [exec] Check sha in C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests//system/aqa-systemtest and store the info in C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests//testenv/testenv.properties
[2025-08-30T23:05:41.439Z] [exec] AQA_SYSTEMTEST_REPO=https://github.com/adoptium/aqa-systemtest.git
[2025-08-30T23:05:41.440Z] [exec] AQA_SYSTEMTEST_BRANCH=dbae19c80b3664a1a84bb236fbb2a08021008468
[2025-08-30T23:05:41.440Z]
[2025-08-30T23:05:41.440Z] configure_systemtest:
[2025-08-30T23:05:41.440Z] [echo] Executing openjdk.build/build.xml
[2025-08-30T23:05:41.440Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:05:41.440Z]
[2025-08-30T23:05:41.440Z] check-for-ant:
[2025-08-30T23:05:41.440Z]
[2025-08-30T23:05:41.440Z] configure-ant:
[2025-08-30T23:05:41.440Z]
[2025-08-30T23:05:41.440Z] print-ant-location:
[2025-08-30T23:05:41.440Z] [echo] Using ant from c:\jenkins\externalDependency\system_lib\apache-ant\lib\ant-launcher.jar
[2025-08-30T23:05:41.440Z]
[2025-08-30T23:05:41.440Z] print-ant-error:
[2025-08-30T23:05:41.440Z]
[2025-08-30T23:05:41.440Z] check-for-junit:
[2025-08-30T23:05:41.440Z]
[2025-08-30T23:05:41.440Z] configure-junit:
[2025-08-30T23:05:41.440Z]
[2025-08-30T23:05:41.440Z] print-junit-location:
[2025-08-30T23:05:41.440Z] [echo] Using junit from c:\jenkins\externalDependency\system_lib\junit\junit.jar
[2025-08-30T23:05:41.440Z]
[2025-08-30T23:05:41.440Z] print-junit-error:
[2025-08-30T23:05:41.440Z]
[2025-08-30T23:05:41.440Z] check-for-hamcrest-core:
[2025-08-30T23:05:41.440Z]
[2025-08-30T23:05:41.440Z] configure-hamcrest-core:
[2025-08-30T23:05:41.440Z]
[2025-08-30T23:05:41.440Z] print-hamcrest-core-location:
[2025-08-30T23:05:41.440Z] [echo] Using hamcrest-core from c:\jenkins\externalDependency\system_lib\junit\hamcrest-core.jar
[2025-08-30T23:05:41.440Z]
[2025-08-30T23:05:41.440Z] print-hamcrest-core-error:
[2025-08-30T23:05:41.440Z]
[2025-08-30T23:05:41.440Z] check-for-log4j:
[2025-08-30T23:05:41.440Z]
[2025-08-30T23:05:41.440Z] configure-log4j:
[2025-08-30T23:05:41.440Z]
[2025-08-30T23:05:41.440Z] print-log4j-location:
[2025-08-30T23:05:41.440Z] [echo] Using log4j-api from c:\jenkins\externalDependency\system_lib\log4j\log4j-api.jar and log4j-core from c:\jenkins\externalDependency\system_lib\log4j\log4j-core.jar
[2025-08-30T23:05:41.440Z]
[2025-08-30T23:05:41.440Z] print-log4j-error:
[2025-08-30T23:05:41.440Z]
[2025-08-30T23:05:41.440Z] check-for-asm:
[2025-08-30T23:05:41.440Z]
[2025-08-30T23:05:41.440Z] configure-asm:
[2025-08-30T23:05:41.440Z]
[2025-08-30T23:05:41.440Z] print-asm-location:
[2025-08-30T23:05:41.440Z] [echo] Using asm.jar from c:\jenkins\externalDependency\system_lib\asm/asm.jar
[2025-08-30T23:05:41.440Z] [echo] Using asm-commons.jar from c:\jenkins\externalDependency\system_lib\asm/asm-commons.jar
[2025-08-30T23:05:41.440Z]
[2025-08-30T23:05:41.440Z] print-asm-error:
[2025-08-30T23:05:41.440Z]
[2025-08-30T23:05:41.440Z] setup-java-properties:
[2025-08-30T23:05:41.440Z] [echo] java_home is ${java_home}
[2025-08-30T23:05:41.440Z] [echo] java.home is C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jdkbinary\j2sdk-image\jre
[2025-08-30T23:05:41.440Z] [echoproperties] #Ant properties
[2025-08-30T23:05:41.440Z] [echoproperties] #Sat Aug 30 23:05:41 UTC 2025
[2025-08-30T23:05:41.440Z] [echoproperties] buildjdk..=
[2025-08-30T23:05:41.440Z] [echoproperties] buildjdk.C=\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\\jdkbinary\\j2sdk-image\\jre\\classes
[2025-08-30T23:05:41.440Z] [echoproperties] buildjdk.OpenJDK=Client VM (Temurin)(build 25.472-b05, mixed mode)
[2025-08-30T23:05:41.441Z] [echoproperties] buildjdk.Property=settings\:
[2025-08-30T23:05:41.441Z] [echoproperties] buildjdk.awt.toolkit=sun.awt.windows.WToolkit
[2025-08-30T23:05:41.441Z] [echoproperties] buildjdk.file.encoding=Cp1252
[2025-08-30T23:05:41.441Z] [echoproperties] buildjdk.file.encoding.pkg=sun.io
[2025-08-30T23:05:41.441Z] [echoproperties] buildjdk.file.separator=\\
[2025-08-30T23:05:41.441Z] [echoproperties] buildjdk.java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
[2025-08-30T23:05:41.441Z] [echoproperties] buildjdk.java.awt.printerjob=sun.awt.windows.WPrinterJob
[2025-08-30T23:05:41.441Z] [echoproperties] buildjdk.java.class.path=.
[2025-08-30T23:05:41.441Z] [echoproperties] buildjdk.java.class.version=52.0
[2025-08-30T23:05:41.441Z] [echoproperties] buildjdk.java.endorsed.dirs=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\\jdkbinary\\j2sdk-image\\jre\\lib\\endorsed
[2025-08-30T23:05:41.441Z] [echoproperties] buildjdk.java.ext.dirs=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\\jdkbinary\\j2sdk-image\\jre\\lib\\ext
[2025-08-30T23:05:41.441Z] [echoproperties] buildjdk.java.home=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\\jdkbinary\\j2sdk-image\\jre
[2025-08-30T23:05:41.441Z] [echoproperties] buildjdk.java.io.tmpdir=C\:\\Users\\JENKIN~1.TES\\AppData\\Local\\Temp\\2\\
[2025-08-30T23:05:41.441Z] [echoproperties] buildjdk.java.library.path=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\\jdkbinary\\j2sdk-image\\bin
[2025-08-30T23:05:41.441Z] [echoproperties] buildjdk.java.runtime.name=OpenJDK Runtime Environment
[2025-08-30T23:05:41.441Z] [echoproperties] buildjdk.java.runtime.version=1.8.0_472-beta-202508302008-b05
[2025-08-30T23:05:41.441Z] [echoproperties] buildjdk.java.specification.maintenance.version=6
[2025-08-30T23:05:41.441Z] [echoproperties] buildjdk.java.specification.name=Java Platform API Specification
[2025-08-30T23:05:41.441Z] [echoproperties] buildjdk.java.specification.vendor=Oracle Corporation
[2025-08-30T23:05:41.441Z] [echoproperties] buildjdk.java.specification.version=1.8
[2025-08-30T23:05:41.441Z] [echoproperties] buildjdk.java.vendor=Temurin
[2025-08-30T23:05:41.441Z] [echoproperties] buildjdk.java.vendor.url=https\://adoptium.net/
[2025-08-30T23:05:41.441Z] [echoproperties] buildjdk.java.vendor.url.bug=https\://github.com/adoptium/adoptium-support/issues
[2025-08-30T23:05:41.441Z] [echoproperties] buildjdk.java.version=1.8.0_472-beta
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.java.vm.info=mixed mode
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.java.vm.name=OpenJDK Client VM
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.java.vm.specification.name=Java Virtual Machine Specification
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.java.vm.specification.vendor=Oracle Corporation
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.java.vm.specification.version=1.8
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.java.vm.vendor=Temurin
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.java.vm.version=25.472-b05
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.line.separator=\\r \\n
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.openjdk=version "1.8.0_472-beta"
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.os.arch=x86
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.os.name=Windows Server 2022
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.os.version=10.0
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.path.separator=;
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.sun.arch.data.model=32
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.sun.boot.class.path=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\\jdkbinary\\j2sdk-image\\jre\\lib\\resources.jar
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.sun.boot.library.path=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\\jdkbinary\\j2sdk-image\\jre\\bin
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.sun.cpu.endian=little
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.sun.desktop=windows
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.sun.io.unicode.encoding=UnicodeLittle
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.sun.java.launcher=SUN_STANDARD
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.sun.jnu.encoding=Cp1252
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.sun.management.compiler=HotSpot Client Compiler
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.sun.os.patch.level=
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.user.country=US
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.user.dir=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\\aqa-tests\\system\\aqa-systemtest\\openjdk.build
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.user.home=C\:\\Users\\jenkins.test-azure-win2
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.user.language=en
[2025-08-30T23:05:41.442Z] [echoproperties] buildjdk.user.name=****
[2025-08-30T23:05:41.443Z] [echoproperties] buildjdk.user.script=
[2025-08-30T23:05:41.443Z] [echoproperties] buildjdk.user.timezone=
[2025-08-30T23:05:41.443Z] [echoproperties] buildjdk.user.variant=
[2025-08-30T23:05:41.443Z] [delete] Deleting: C:\Users\JENKIN~1.TES\AppData\Local\Temp\2\openjdk.java.build.properties.530187175
[2025-08-30T23:05:41.443Z] [echo] DEBUG: Resolved os.name for buildjdk is Windows Server 2022
[2025-08-30T23:05:41.443Z] [echo] java_platform set to win_x86-32
[2025-08-30T23:05:41.443Z] [echo] java_java_specification_version set to 1.8
[2025-08-30T23:05:41.443Z] [echo] java_java_vm_vendor set to Temurin
[2025-08-30T23:05:41.443Z] [echo] java_bindir set to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jdkbinary\j2sdk-image\jre/../bin
[2025-08-30T23:05:41.443Z] [echo] java_compiler set to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jdkbinary\j2sdk-image\bin\javac.exe
[2025-08-30T23:05:41.443Z]
[2025-08-30T23:05:41.443Z] check-for-tools-jar:
[2025-08-30T23:05:41.443Z] [echo] java_java_specification_version is 1.8
[2025-08-30T23:05:41.443Z]
[2025-08-30T23:05:41.443Z] configure-tools-jar:
[2025-08-30T23:05:41.443Z]
[2025-08-30T23:05:41.443Z] print-tools-jar-location:
[2025-08-30T23:05:41.443Z] [echo] Using tools.jar from c:\jenkins\externalDependency\system_lib\tools/tools.jar
[2025-08-30T23:05:41.443Z]
[2025-08-30T23:05:41.443Z] print-tools-jar-error:
[2025-08-30T23:05:41.443Z]
[2025-08-30T23:05:41.443Z] check-for-windows-sysinternals:
[2025-08-30T23:05:41.443Z]
[2025-08-30T23:05:41.443Z] set-download-windows-sysinternals-required:
[2025-08-30T23:05:41.443Z]
[2025-08-30T23:05:41.443Z] configure-windows-sysinternals:
[2025-08-30T23:05:41.443Z]
[2025-08-30T23:05:41.443Z] print-windows-sysinternals-location:
[2025-08-30T23:05:41.443Z] [echo] Using windows sysinternals from from c:\jenkins\externalDependency\system_lib\windows_sysinternals
[2025-08-30T23:05:41.443Z]
[2025-08-30T23:05:41.443Z] set-print-windows-sysinternals-error-required:
[2025-08-30T23:05:41.443Z]
[2025-08-30T23:05:41.443Z] really-print-windows-sysinternals-error:
[2025-08-30T23:05:41.443Z]
[2025-08-30T23:05:41.443Z] print-windows-sysinternals-error:
[2025-08-30T23:05:41.443Z]
[2025-08-30T23:05:41.443Z] fail-if-error:
[2025-08-30T23:05:41.443Z]
[2025-08-30T23:05:41.443Z] print-all-prereq-versions:
[2025-08-30T23:05:41.443Z] [echo] Ant version in use : 1.10.2
[2025-08-30T23:05:41.443Z] [echo] log4j version in use : 2.16.0
[2025-08-30T23:05:41.443Z] [echo] ASM version in use : 9.7.1
[2025-08-30T23:05:41.443Z] [echo] junit version in use : 4.12
[2025-08-30T23:05:41.443Z] [echo] hamcrest version in use: 1.3
[2025-08-30T23:05:41.443Z]
[2025-08-30T23:05:41.443Z] configure:
[2025-08-30T23:05:41.443Z]
[2025-08-30T23:05:41.443Z] build-dependencies:
[2025-08-30T23:05:41.443Z] [echo] Executing openjdk.build/build.xml
[2025-08-30T23:05:41.443Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:05:41.444Z]
[2025-08-30T23:05:41.444Z] setup-java-properties:
[2025-08-30T23:05:41.444Z] [echo] java_home is ${java_home}
[2025-08-30T23:05:41.444Z] [echo] java.home is C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jdkbinary\j2sdk-image\jre
[2025-08-30T23:05:41.444Z] [echoproperties] #Ant properties
[2025-08-30T23:05:41.444Z] [echoproperties] #Sat Aug 30 23:05:41 UTC 2025
[2025-08-30T23:05:41.444Z] [echoproperties] buildjdk..=
[2025-08-30T23:05:41.444Z] [echoproperties] buildjdk.C=\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\\jdkbinary\\j2sdk-image\\jre\\classes
[2025-08-30T23:05:41.444Z] [echoproperties] buildjdk.OpenJDK=Client VM (Temurin)(build 25.472-b05, mixed mode)
[2025-08-30T23:05:41.444Z] [echoproperties] buildjdk.Property=settings\:
[2025-08-30T23:05:41.444Z] [echoproperties] buildjdk.awt.toolkit=sun.awt.windows.WToolkit
[2025-08-30T23:05:41.444Z] [echoproperties] buildjdk.file.encoding=Cp1252
[2025-08-30T23:05:41.444Z] [echoproperties] buildjdk.file.encoding.pkg=sun.io
[2025-08-30T23:05:41.444Z] [echoproperties] buildjdk.file.separator=\\
[2025-08-30T23:05:41.444Z] [echoproperties] buildjdk.java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
[2025-08-30T23:05:41.444Z] [echoproperties] buildjdk.java.awt.printerjob=sun.awt.windows.WPrinterJob
[2025-08-30T23:05:41.445Z] [echoproperties] buildjdk.java.class.path=.
[2025-08-30T23:05:41.445Z] [echoproperties] buildjdk.java.class.version=52.0
[2025-08-30T23:05:41.445Z] [echoproperties] buildjdk.java.endorsed.dirs=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\\jdkbinary\\j2sdk-image\\jre\\lib\\endorsed
[2025-08-30T23:05:41.445Z] [echoproperties] buildjdk.java.ext.dirs=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\\jdkbinary\\j2sdk-image\\jre\\lib\\ext
[2025-08-30T23:05:41.445Z] [echoproperties] buildjdk.java.home=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\\jdkbinary\\j2sdk-image\\jre
[2025-08-30T23:05:41.445Z] [echoproperties] buildjdk.java.io.tmpdir=C\:\\Users\\JENKIN~1.TES\\AppData\\Local\\Temp\\2\\
[2025-08-30T23:05:41.445Z] [echoproperties] buildjdk.java.library.path=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\\jdkbinary\\j2sdk-image\\bin
[2025-08-30T23:05:41.445Z] [echoproperties] buildjdk.java.runtime.name=OpenJDK Runtime Environment
[2025-08-30T23:05:41.445Z] [echoproperties] buildjdk.java.runtime.version=1.8.0_472-beta-202508302008-b05
[2025-08-30T23:05:41.445Z] [echoproperties] buildjdk.java.specification.maintenance.version=6
[2025-08-30T23:05:41.445Z] [echoproperties] buildjdk.java.specification.name=Java Platform API Specification
[2025-08-30T23:05:41.445Z] [echoproperties] buildjdk.java.specification.vendor=Oracle Corporation
[2025-08-30T23:05:41.445Z] [echoproperties] buildjdk.java.specification.version=1.8
[2025-08-30T23:05:41.445Z] [echoproperties] buildjdk.java.vendor=Temurin
[2025-08-30T23:05:41.445Z] [echoproperties] buildjdk.java.vendor.url=https\://adoptium.net/
[2025-08-30T23:05:41.445Z] [echoproperties] buildjdk.java.vendor.url.bug=https\://github.com/adoptium/adoptium-support/issues
[2025-08-30T23:05:41.445Z] [echoproperties] buildjdk.java.version=1.8.0_472-beta
[2025-08-30T23:05:41.445Z] [echoproperties] buildjdk.java.vm.info=mixed mode
[2025-08-30T23:05:41.445Z] [echoproperties] buildjdk.java.vm.name=OpenJDK Client VM
[2025-08-30T23:05:41.445Z] [echoproperties] buildjdk.java.vm.specification.name=Java Virtual Machine Specification
[2025-08-30T23:05:41.445Z] [echoproperties] buildjdk.java.vm.specification.vendor=Oracle Corporation
[2025-08-30T23:05:41.445Z] [echoproperties] buildjdk.java.vm.specification.version=1.8
[2025-08-30T23:05:41.445Z] [echoproperties] buildjdk.java.vm.vendor=Temurin
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.java.vm.version=25.472-b05
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.line.separator=\\r \\n
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.openjdk=version "1.8.0_472-beta"
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.os.arch=x86
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.os.name=Windows Server 2022
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.os.version=10.0
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.path.separator=;
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.sun.arch.data.model=32
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.sun.boot.class.path=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\\jdkbinary\\j2sdk-image\\jre\\lib\\resources.jar
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.sun.boot.library.path=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\\jdkbinary\\j2sdk-image\\jre\\bin
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.sun.cpu.endian=little
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.sun.desktop=windows
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.sun.io.unicode.encoding=UnicodeLittle
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.sun.java.launcher=SUN_STANDARD
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.sun.jnu.encoding=Cp1252
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.sun.management.compiler=HotSpot Client Compiler
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.sun.os.patch.level=
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.user.country=US
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.user.dir=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\\aqa-tests\\system\\aqa-systemtest\\openjdk.build
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.user.home=C\:\\Users\\jenkins.test-azure-win2
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.user.language=en
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.user.name=****
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.user.script=
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.user.timezone=
[2025-08-30T23:05:41.446Z] [echoproperties] buildjdk.user.variant=
[2025-08-30T23:05:41.446Z] [delete] Deleting: C:\Users\JENKIN~1.TES\AppData\Local\Temp\2\openjdk.java.build.properties.2091124859
[2025-08-30T23:05:41.446Z] [echo] DEBUG: Resolved os.name for buildjdk is Windows Server 2022
[2025-08-30T23:05:41.447Z] [echo] java_platform set to win_x86-32
[2025-08-30T23:05:41.447Z] [echo] java_java_specification_version set to 1.8
[2025-08-30T23:05:41.447Z] [echo] java_java_vm_vendor set to Temurin
[2025-08-30T23:05:41.447Z] [echo] java_bindir set to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jdkbinary\j2sdk-image\jre/../bin
[2025-08-30T23:05:41.447Z] [echo] java_compiler set to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jdkbinary\j2sdk-image\bin\javac.exe
[2025-08-30T23:05:41.447Z]
[2025-08-30T23:05:41.447Z] check-prereqs:
[2025-08-30T23:05:41.447Z] [echo] Executing openjdk.build/build.xml
[2025-08-30T23:05:41.447Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:05:41.447Z]
[2025-08-30T23:05:41.447Z] check-for-ant:
[2025-08-30T23:05:41.447Z]
[2025-08-30T23:05:41.447Z] print-ant-location:
[2025-08-30T23:05:41.447Z] [echo] Using ant from c:\jenkins\externalDependency\system_lib\apache-ant\lib\ant-launcher.jar
[2025-08-30T23:05:41.447Z]
[2025-08-30T23:05:41.447Z] print-ant-error:
[2025-08-30T23:05:41.447Z]
[2025-08-30T23:05:41.447Z] check-for-junit:
[2025-08-30T23:05:41.447Z]
[2025-08-30T23:05:41.447Z] print-junit-location:
[2025-08-30T23:05:41.447Z] [echo] Using junit from c:\jenkins\externalDependency\system_lib\junit\junit.jar
[2025-08-30T23:05:41.447Z]
[2025-08-30T23:05:41.447Z] print-junit-error:
[2025-08-30T23:05:41.447Z]
[2025-08-30T23:05:41.447Z] check-for-hamcrest-core:
[2025-08-30T23:05:41.447Z]
[2025-08-30T23:05:41.447Z] print-hamcrest-core-location:
[2025-08-30T23:05:41.447Z] [echo] Using hamcrest-core from c:\jenkins\externalDependency\system_lib\junit\hamcrest-core.jar
[2025-08-30T23:05:41.447Z]
[2025-08-30T23:05:41.447Z] print-hamcrest-core-error:
[2025-08-30T23:05:41.447Z]
[2025-08-30T23:05:41.447Z] check-for-log4j:
[2025-08-30T23:05:41.447Z]
[2025-08-30T23:05:41.447Z] print-log4j-location:
[2025-08-30T23:05:41.447Z] [echo] Using log4j-api from c:\jenkins\externalDependency\system_lib\log4j\log4j-api.jar and log4j-core from c:\jenkins\externalDependency\system_lib\log4j\log4j-core.jar
[2025-08-30T23:05:41.447Z]
[2025-08-30T23:05:41.447Z] print-log4j-error:
[2025-08-30T23:05:41.447Z]
[2025-08-30T23:05:41.447Z] check-for-asm:
[2025-08-30T23:05:41.447Z]
[2025-08-30T23:05:41.447Z] print-asm-location:
[2025-08-30T23:05:41.447Z] [echo] Using asm.jar from c:\jenkins\externalDependency\system_lib\asm/asm.jar
[2025-08-30T23:05:41.447Z] [echo] Using asm-commons.jar from c:\jenkins\externalDependency\system_lib\asm/asm-commons.jar
[2025-08-30T23:05:41.447Z]
[2025-08-30T23:05:41.447Z] print-asm-error:
[2025-08-30T23:05:41.447Z]
[2025-08-30T23:05:41.447Z] setup-java-properties:
[2025-08-30T23:05:41.447Z]
[2025-08-30T23:05:41.447Z] check-for-tools-jar:
[2025-08-30T23:05:41.447Z] [echo] java_java_specification_version is 1.8
[2025-08-30T23:05:41.447Z]
[2025-08-30T23:05:41.447Z] print-tools-jar-location:
[2025-08-30T23:05:41.448Z] [echo] Using tools.jar from c:\jenkins\externalDependency\system_lib\tools/tools.jar
[2025-08-30T23:05:41.448Z]
[2025-08-30T23:05:41.448Z] print-tools-jar-error:
[2025-08-30T23:05:41.448Z]
[2025-08-30T23:05:41.448Z] check-for-windows-sysinternals:
[2025-08-30T23:05:41.448Z]
[2025-08-30T23:05:41.448Z] print-windows-sysinternals-location:
[2025-08-30T23:05:41.448Z] [echo] Using windows sysinternals from from c:\jenkins\externalDependency\system_lib\windows_sysinternals
[2025-08-30T23:05:41.448Z]
[2025-08-30T23:05:41.448Z] set-print-windows-sysinternals-error-required:
[2025-08-30T23:05:41.448Z]
[2025-08-30T23:05:41.448Z] really-print-windows-sysinternals-error:
[2025-08-30T23:05:41.448Z]
[2025-08-30T23:05:41.448Z] print-windows-sysinternals-error:
[2025-08-30T23:05:41.448Z]
[2025-08-30T23:05:41.448Z] fail-if-error:
[2025-08-30T23:05:41.448Z]
[2025-08-30T23:05:41.448Z] print-all-prereq-versions:
[2025-08-30T23:05:41.448Z] [echo] Ant version in use : 1.10.2
[2025-08-30T23:05:41.448Z] [echo] log4j version in use : 2.16.0
[2025-08-30T23:05:41.448Z] [echo] ASM version in use : 9.7.1
[2025-08-30T23:05:41.448Z] [echo] junit version in use : 4.12
[2025-08-30T23:05:41.448Z] [echo] hamcrest version in use: 1.3
[2025-08-30T23:05:41.448Z]
[2025-08-30T23:05:41.448Z] run-check-prereqs:
[2025-08-30T23:05:41.448Z]
[2025-08-30T23:05:41.448Z] build-dependencies:
[2025-08-30T23:05:41.448Z] [echo] Executing stf.build/build.xml
[2025-08-30T23:05:41.448Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:05:41.448Z]
[2025-08-30T23:05:41.448Z] setup-java-properties:
[2025-08-30T23:05:41.448Z]
[2025-08-30T23:05:41.448Z] check-prereqs:
[2025-08-30T23:05:41.448Z]
[2025-08-30T23:05:41.448Z] build-dependencies:
[2025-08-30T23:05:41.448Z] [echo] Executing stf.core/build.xml
[2025-08-30T23:05:41.448Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:05:41.448Z]
[2025-08-30T23:05:41.448Z] setup-java-properties:
[2025-08-30T23:05:41.448Z]
[2025-08-30T23:05:41.448Z] check-prereqs:
[2025-08-30T23:05:41.448Z]
[2025-08-30T23:05:41.448Z] build-dependencies:
[2025-08-30T23:05:41.448Z]
[2025-08-30T23:05:41.448Z] create-bin-dir:
[2025-08-30T23:05:41.448Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\STF\stf.core\bin
[2025-08-30T23:05:41.448Z]
[2025-08-30T23:05:41.448Z] build-java:
[2025-08-30T23:05:41.448Z] [javac] Compiling 58 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\STF\stf.core\bin
[2025-08-30T23:05:44.286Z] [javac] Compiling 2 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\STF\stf.core\bin
[2025-08-30T23:05:44.610Z]
[2025-08-30T23:05:44.610Z] build-jar:
[2025-08-30T23:05:44.610Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\STF\stf.core\bin\stf.core.jar
[2025-08-30T23:05:45.710Z]
[2025-08-30T23:05:45.710Z] build-archives:
[2025-08-30T23:05:45.710Z]
[2025-08-30T23:05:45.710Z] copy-log4j2-config:
[2025-08-30T23:05:45.710Z] [copy] Copying 1 file to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\STF\stf.core\bin
[2025-08-30T23:05:45.710Z]
[2025-08-30T23:05:45.710Z] build-no-natives:
[2025-08-30T23:05:45.710Z]
[2025-08-30T23:05:45.710Z] build-natives:
[2025-08-30T23:05:45.710Z]
[2025-08-30T23:05:45.710Z] build:
[2025-08-30T23:05:45.710Z] [echo] Executing stf.load/build.xml
[2025-08-30T23:05:45.710Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:05:45.710Z]
[2025-08-30T23:05:45.710Z] setup-java-properties:
[2025-08-30T23:05:45.710Z]
[2025-08-30T23:05:45.710Z] check-prereqs:
[2025-08-30T23:05:45.710Z]
[2025-08-30T23:05:45.710Z] build-dependencies:
[2025-08-30T23:05:45.710Z] [echo] Executing stf.core/build.xml
[2025-08-30T23:05:45.710Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:05:45.710Z]
[2025-08-30T23:05:45.710Z] setup-java-properties:
[2025-08-30T23:05:45.710Z]
[2025-08-30T23:05:45.710Z] check-prereqs:
[2025-08-30T23:05:45.710Z]
[2025-08-30T23:05:45.710Z] build-dependencies:
[2025-08-30T23:05:45.710Z]
[2025-08-30T23:05:45.711Z] create-bin-dir:
[2025-08-30T23:05:45.711Z]
[2025-08-30T23:05:45.711Z] build-java:
[2025-08-30T23:05:45.711Z]
[2025-08-30T23:05:45.711Z] build-jar:
[2025-08-30T23:05:45.711Z]
[2025-08-30T23:05:45.711Z] build-archives:
[2025-08-30T23:05:45.711Z]
[2025-08-30T23:05:45.711Z] copy-log4j2-config:
[2025-08-30T23:05:45.711Z]
[2025-08-30T23:05:45.711Z] build-no-natives:
[2025-08-30T23:05:45.711Z]
[2025-08-30T23:05:45.711Z] build-natives:
[2025-08-30T23:05:45.711Z]
[2025-08-30T23:05:45.711Z] build:
[2025-08-30T23:05:45.711Z]
[2025-08-30T23:05:45.711Z] create-bin-dir:
[2025-08-30T23:05:45.711Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\STF\stf.load\bin
[2025-08-30T23:05:45.711Z]
[2025-08-30T23:05:45.711Z] build-java:
[2025-08-30T23:05:45.711Z] [javac] Compiling 29 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\STF\stf.load\bin
[2025-08-30T23:05:46.831Z] [javac] Note: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\STF\stf.load\src\stf.load\net\adoptopenjdk\blockedexitagent\BlockedExitAgent.java uses or overrides a deprecated API.
[2025-08-30T23:05:46.831Z] [javac] Note: Recompile with -Xlint:deprecation for details.
[2025-08-30T23:05:46.831Z]
[2025-08-30T23:05:46.831Z] build-jar:
[2025-08-30T23:05:46.831Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\STF\stf.load\bin\stf.load.jar
[2025-08-30T23:05:47.513Z]
[2025-08-30T23:05:47.513Z] build-archives:
[2025-08-30T23:05:47.513Z]
[2025-08-30T23:05:47.513Z] build-no-natives:
[2025-08-30T23:05:47.513Z]
[2025-08-30T23:05:47.514Z] build-natives:
[2025-08-30T23:05:47.514Z]
[2025-08-30T23:05:47.514Z] build:
[2025-08-30T23:05:47.514Z] [echo] Executing stf.samples/build.xml
[2025-08-30T23:05:47.514Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:05:47.514Z]
[2025-08-30T23:05:47.514Z] setup-java-properties:
[2025-08-30T23:05:47.514Z]
[2025-08-30T23:05:47.514Z] check-prereqs:
[2025-08-30T23:05:47.514Z]
[2025-08-30T23:05:47.514Z] build-dependencies:
[2025-08-30T23:05:47.514Z] [echo] Executing stf.core/build.xml
[2025-08-30T23:05:47.514Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:05:47.514Z]
[2025-08-30T23:05:47.514Z] setup-java-properties:
[2025-08-30T23:05:47.514Z]
[2025-08-30T23:05:47.514Z] check-prereqs:
[2025-08-30T23:05:47.514Z]
[2025-08-30T23:05:47.514Z] build-dependencies:
[2025-08-30T23:05:47.514Z]
[2025-08-30T23:05:47.514Z] create-bin-dir:
[2025-08-30T23:05:47.514Z]
[2025-08-30T23:05:47.514Z] build-java:
[2025-08-30T23:05:47.514Z]
[2025-08-30T23:05:47.514Z] build-jar:
[2025-08-30T23:05:47.514Z]
[2025-08-30T23:05:47.514Z] build-archives:
[2025-08-30T23:05:47.514Z]
[2025-08-30T23:05:47.514Z] copy-log4j2-config:
[2025-08-30T23:05:47.514Z]
[2025-08-30T23:05:47.514Z] build-no-natives:
[2025-08-30T23:05:47.514Z]
[2025-08-30T23:05:47.514Z] build-natives:
[2025-08-30T23:05:47.514Z]
[2025-08-30T23:05:47.514Z] build:
[2025-08-30T23:05:47.514Z] [echo] Executing stf.load/build.xml
[2025-08-30T23:05:47.514Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:05:47.514Z]
[2025-08-30T23:05:47.514Z] setup-java-properties:
[2025-08-30T23:05:47.514Z]
[2025-08-30T23:05:47.514Z] check-prereqs:
[2025-08-30T23:05:47.514Z]
[2025-08-30T23:05:47.514Z] build-dependencies:
[2025-08-30T23:05:47.514Z] [echo] Executing stf.core/build.xml
[2025-08-30T23:05:47.514Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:05:47.514Z]
[2025-08-30T23:05:47.514Z] setup-java-properties:
[2025-08-30T23:05:47.514Z]
[2025-08-30T23:05:47.514Z] check-prereqs:
[2025-08-30T23:05:47.515Z]
[2025-08-30T23:05:47.515Z] build-dependencies:
[2025-08-30T23:05:47.515Z]
[2025-08-30T23:05:47.515Z] create-bin-dir:
[2025-08-30T23:05:47.515Z]
[2025-08-30T23:05:47.515Z] build-java:
[2025-08-30T23:05:47.515Z]
[2025-08-30T23:05:47.515Z] build-jar:
[2025-08-30T23:05:47.515Z]
[2025-08-30T23:05:47.515Z] build-archives:
[2025-08-30T23:05:47.515Z]
[2025-08-30T23:05:47.515Z] copy-log4j2-config:
[2025-08-30T23:05:47.515Z]
[2025-08-30T23:05:47.515Z] build-no-natives:
[2025-08-30T23:05:47.515Z]
[2025-08-30T23:05:47.515Z] build-natives:
[2025-08-30T23:05:47.515Z]
[2025-08-30T23:05:47.515Z] build:
[2025-08-30T23:05:47.515Z]
[2025-08-30T23:05:47.515Z] create-bin-dir:
[2025-08-30T23:05:47.515Z]
[2025-08-30T23:05:47.515Z] build-java:
[2025-08-30T23:05:47.515Z]
[2025-08-30T23:05:47.515Z] build-jar:
[2025-08-30T23:05:47.515Z]
[2025-08-30T23:05:47.515Z] build-archives:
[2025-08-30T23:05:47.515Z]
[2025-08-30T23:05:47.515Z] build-no-natives:
[2025-08-30T23:05:47.515Z]
[2025-08-30T23:05:47.515Z] build-natives:
[2025-08-30T23:05:47.515Z]
[2025-08-30T23:05:47.515Z] build:
[2025-08-30T23:05:47.515Z]
[2025-08-30T23:05:47.515Z] create-bin-dir:
[2025-08-30T23:05:47.515Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\STF\stf.samples\bin
[2025-08-30T23:05:47.515Z]
[2025-08-30T23:05:47.515Z] build-java:
[2025-08-30T23:05:47.515Z] [javac] Compiling 24 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\STF\stf.samples\bin
[2025-08-30T23:05:48.608Z]
[2025-08-30T23:05:48.608Z] build-jar:
[2025-08-30T23:05:48.608Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\STF\stf.samples\bin\stf.samples.jar
[2025-08-30T23:05:48.608Z]
[2025-08-30T23:05:48.608Z] build-archives:
[2025-08-30T23:05:48.608Z]
[2025-08-30T23:05:48.608Z] build-no-natives:
[2025-08-30T23:05:48.608Z]
[2025-08-30T23:05:48.608Z] build-natives:
[2025-08-30T23:05:48.608Z]
[2025-08-30T23:05:48.608Z] build:
[2025-08-30T23:05:48.608Z]
[2025-08-30T23:05:48.608Z] build:
[2025-08-30T23:05:48.929Z] [echo] Executing openjdk.test.concurrent/build.xml
[2025-08-30T23:05:48.929Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:05:48.929Z]
[2025-08-30T23:05:48.929Z] setup-java-properties:
[2025-08-30T23:05:48.929Z]
[2025-08-30T23:05:48.929Z] check-prereqs:
[2025-08-30T23:05:48.929Z]
[2025-08-30T23:05:48.929Z] build-dependencies:
[2025-08-30T23:05:48.929Z]
[2025-08-30T23:05:48.929Z] create-bin-dir:
[2025-08-30T23:05:48.929Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.concurrent\bin
[2025-08-30T23:05:48.929Z]
[2025-08-30T23:05:48.929Z] build-java:
[2025-08-30T23:05:48.929Z] [javac] Compiling 36 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.concurrent\bin
[2025-08-30T23:05:51.079Z]
[2025-08-30T23:05:51.079Z] build-jar:
[2025-08-30T23:05:51.079Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.concurrent\bin\test.concurrent.jar
[2025-08-30T23:05:51.404Z]
[2025-08-30T23:05:51.404Z] build-archives:
[2025-08-30T23:05:51.404Z]
[2025-08-30T23:05:51.404Z] build-no-natives:
[2025-08-30T23:05:51.404Z]
[2025-08-30T23:05:51.404Z] build-natives:
[2025-08-30T23:05:51.404Z]
[2025-08-30T23:05:51.404Z] build:
[2025-08-30T23:05:51.404Z] [echo] Executing openjdk.test.classloading/build.xml
[2025-08-30T23:05:51.404Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:05:51.404Z]
[2025-08-30T23:05:51.404Z] setup-java-properties:
[2025-08-30T23:05:51.404Z]
[2025-08-30T23:05:51.404Z] check-prereqs:
[2025-08-30T23:05:51.404Z]
[2025-08-30T23:05:51.404Z] build-dependencies:
[2025-08-30T23:05:51.404Z]
[2025-08-30T23:05:51.404Z] create-bin-dir:
[2025-08-30T23:05:51.404Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.classloading\bin
[2025-08-30T23:05:51.404Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.classloading\bin_notonclasspath\url1
[2025-08-30T23:05:51.404Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.classloading\bin_notonclasspath\url2
[2025-08-30T23:05:51.404Z]
[2025-08-30T23:05:51.404Z] build-java:
[2025-08-30T23:05:51.404Z] [javac] Compiling 5 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.classloading\bin
[2025-08-30T23:05:52.087Z] [javac] Compiling 4 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.classloading\bin_notonclasspath\url1
[2025-08-30T23:05:52.770Z] [javac] Compiling 4 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.classloading\bin_notonclasspath\url2
[2025-08-30T23:05:53.089Z] [delete] Deleting C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.classloading\bin_notonclasspath\url1\net\adoptopenjdk\test\classloading\deadlock\package2\CL2_B.class
[2025-08-30T23:05:53.089Z] [delete] Deleting C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.classloading\bin_notonclasspath\url1\net\adoptopenjdk\test\classloading\deadlock\package2\CL2_C.class
[2025-08-30T23:05:53.089Z] [delete] Deleting directory C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.classloading\bin_notonclasspath\url1\net\adoptopenjdk\test\classloading\deadlock\package2
[2025-08-30T23:05:53.090Z] [delete] Deleting directory C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.classloading\bin_notonclasspath\url2\net\adoptopenjdk\test\classloading\deadlock\package1
[2025-08-30T23:05:53.090Z]
[2025-08-30T23:05:53.090Z] build-jar:
[2025-08-30T23:05:53.090Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.classloading\bin\test.classloading.jar
[2025-08-30T23:05:53.413Z]
[2025-08-30T23:05:53.413Z] build-archives:
[2025-08-30T23:05:53.413Z]
[2025-08-30T23:05:53.413Z] build-no-natives:
[2025-08-30T23:05:53.413Z]
[2025-08-30T23:05:53.413Z] build-natives:
[2025-08-30T23:05:53.413Z]
[2025-08-30T23:05:53.413Z] copy-dict-file:
[2025-08-30T23:05:53.413Z] [copy] Copying 1 file to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.classloading\bin\net\adoptopenjdk\test\classloading
[2025-08-30T23:05:53.413Z]
[2025-08-30T23:05:53.413Z] build:
[2025-08-30T23:05:53.413Z] [echo] Executing openjdk.test.debugging/build.xml
[2025-08-30T23:05:53.413Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:05:53.413Z]
[2025-08-30T23:05:53.413Z] setup-java-properties:
[2025-08-30T23:05:53.413Z]
[2025-08-30T23:05:53.413Z] check-prereqs:
[2025-08-30T23:05:53.413Z]
[2025-08-30T23:05:53.413Z] build-dependencies:
[2025-08-30T23:05:53.413Z]
[2025-08-30T23:05:53.413Z] create-bin-dir:
[2025-08-30T23:05:53.413Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.debugging\bin
[2025-08-30T23:05:53.413Z]
[2025-08-30T23:05:53.413Z] build-java-8:
[2025-08-30T23:05:53.413Z] [javac] Compiling 16 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.debugging\bin
[2025-08-30T23:05:54.511Z]
[2025-08-30T23:05:54.511Z] build-java-11-25plus:
[2025-08-30T23:05:54.511Z]
[2025-08-30T23:05:54.511Z] build-java-17-24:
[2025-08-30T23:05:54.511Z]
[2025-08-30T23:05:54.511Z] build-java:
[2025-08-30T23:05:54.511Z]
[2025-08-30T23:05:54.511Z] build-jdi-jar:
[2025-08-30T23:05:54.511Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.debugging\bin\JdiTests.jar
[2025-08-30T23:05:54.511Z]
[2025-08-30T23:05:54.511Z] build-hcr-jar:
[2025-08-30T23:05:54.840Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.debugging\bin\StringModifierAgent.jar
[2025-08-30T23:05:54.840Z]
[2025-08-30T23:05:54.840Z] build-jars:
[2025-08-30T23:05:54.840Z]
[2025-08-30T23:05:54.840Z] build-archives:
[2025-08-30T23:05:54.840Z]
[2025-08-30T23:05:54.840Z] build-no-natives:
[2025-08-30T23:05:54.840Z]
[2025-08-30T23:05:54.840Z] build-natives:
[2025-08-30T23:05:54.840Z]
[2025-08-30T23:05:54.840Z] build:
[2025-08-30T23:05:54.840Z] [echo] Executing openjdk.test.gc/build.xml
[2025-08-30T23:05:54.840Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:05:54.840Z]
[2025-08-30T23:05:54.840Z] setup-java-properties:
[2025-08-30T23:05:54.840Z]
[2025-08-30T23:05:54.840Z] check-prereqs:
[2025-08-30T23:05:54.840Z]
[2025-08-30T23:05:54.840Z] build-dependencies:
[2025-08-30T23:05:54.840Z]
[2025-08-30T23:05:54.840Z] create-bin-dir:
[2025-08-30T23:05:54.840Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.gc\bin
[2025-08-30T23:05:54.840Z]
[2025-08-30T23:05:54.840Z] build-java:
[2025-08-30T23:05:54.840Z] [javac] Compiling 5 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.gc\bin
[2025-08-30T23:05:55.519Z]
[2025-08-30T23:05:55.519Z] build-jar:
[2025-08-30T23:05:55.519Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.gc\bin\test.gc.jar
[2025-08-30T23:05:55.519Z]
[2025-08-30T23:05:55.519Z] build-archives:
[2025-08-30T23:05:55.519Z]
[2025-08-30T23:05:55.519Z] build-no-natives:
[2025-08-30T23:05:55.519Z]
[2025-08-30T23:05:55.519Z] build-natives:
[2025-08-30T23:05:55.519Z]
[2025-08-30T23:05:55.519Z] build:
[2025-08-30T23:05:55.519Z] [echo] Executing openjdk.test.jck/build.xml
[2025-08-30T23:05:55.519Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:05:55.519Z]
[2025-08-30T23:05:55.519Z] setup-java-properties:
[2025-08-30T23:05:55.519Z]
[2025-08-30T23:05:55.519Z] check-prereqs:
[2025-08-30T23:05:55.519Z]
[2025-08-30T23:05:55.519Z] build-dependencies:
[2025-08-30T23:05:55.519Z]
[2025-08-30T23:05:55.519Z] create-bin-dir:
[2025-08-30T23:05:55.519Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.jck\bin
[2025-08-30T23:05:55.519Z]
[2025-08-30T23:05:55.519Z] build-java:
[2025-08-30T23:05:55.519Z] [javac] Compiling 2 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.jck\bin
[2025-08-30T23:05:56.616Z]
[2025-08-30T23:05:56.616Z] build-jar:
[2025-08-30T23:05:56.616Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.jck\bin\test.jck.jar
[2025-08-30T23:05:56.617Z]
[2025-08-30T23:05:56.617Z] build-archives:
[2025-08-30T23:05:56.617Z]
[2025-08-30T23:05:56.617Z] build-no-natives:
[2025-08-30T23:05:56.617Z]
[2025-08-30T23:05:56.617Z] setup-native-build-command:
[2025-08-30T23:05:56.617Z] [echo] building natives for java_platform win_x86-32
[2025-08-30T23:05:56.617Z]
[2025-08-30T23:05:56.617Z] build-natives-windows:
[2025-08-30T23:05:56.617Z]
[2025-08-30T23:05:56.617Z] build-natives-unix:
[2025-08-30T23:05:56.617Z]
[2025-08-30T23:05:56.617Z] build-natives:
[2025-08-30T23:05:56.617Z]
[2025-08-30T23:05:56.617Z] build:
[2025-08-30T23:05:56.617Z] [echo] Executing openjdk.test.lambdasAndStreams/build.xml
[2025-08-30T23:05:56.617Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:05:56.617Z]
[2025-08-30T23:05:56.617Z] setup-java-properties:
[2025-08-30T23:05:56.617Z]
[2025-08-30T23:05:56.617Z] check-prereqs:
[2025-08-30T23:05:56.617Z]
[2025-08-30T23:05:56.617Z] build-dependencies:
[2025-08-30T23:05:56.617Z]
[2025-08-30T23:05:56.617Z] create-bin-dir:
[2025-08-30T23:05:56.617Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.lambdasAndStreams\bin
[2025-08-30T23:05:56.617Z]
[2025-08-30T23:05:56.617Z] build-java:
[2025-08-30T23:05:56.617Z] [javac] Compiling 23 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.lambdasAndStreams\bin
[2025-08-30T23:05:58.202Z] [copy] Copying 4 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.lambdasAndStreams\bin\net\adoptopenjdk\test\lambda\LamFiles
[2025-08-30T23:05:58.202Z]
[2025-08-30T23:05:58.202Z] build-jar:
[2025-08-30T23:05:58.202Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.lambdasAndStreams\bin\test.lambda.jar
[2025-08-30T23:05:59.298Z]
[2025-08-30T23:05:59.298Z] build-archives:
[2025-08-30T23:05:59.298Z]
[2025-08-30T23:05:59.298Z] build-no-natives:
[2025-08-30T23:05:59.298Z]
[2025-08-30T23:05:59.298Z] build-natives:
[2025-08-30T23:05:59.298Z]
[2025-08-30T23:05:59.298Z] build:
[2025-08-30T23:05:59.298Z] [echo] Executing openjdk.test.lang/build.xml
[2025-08-30T23:05:59.298Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:05:59.298Z]
[2025-08-30T23:05:59.298Z] setup-java-properties:
[2025-08-30T23:05:59.298Z]
[2025-08-30T23:05:59.298Z] check-prereqs:
[2025-08-30T23:05:59.298Z]
[2025-08-30T23:05:59.298Z] build-dependencies:
[2025-08-30T23:05:59.298Z]
[2025-08-30T23:05:59.298Z] create-bin-dir:
[2025-08-30T23:05:59.298Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.lang\bin
[2025-08-30T23:05:59.298Z]
[2025-08-30T23:05:59.298Z] build-java:
[2025-08-30T23:05:59.298Z] [javac] Compiling 29 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.lang\bin
[2025-08-30T23:06:00.881Z]
[2025-08-30T23:06:00.881Z] build-jar:
[2025-08-30T23:06:00.881Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.lang\bin\test.lang.jar
[2025-08-30T23:06:01.561Z]
[2025-08-30T23:06:01.561Z] build-archives:
[2025-08-30T23:06:01.561Z]
[2025-08-30T23:06:01.561Z] build-no-natives:
[2025-08-30T23:06:01.561Z]
[2025-08-30T23:06:01.561Z] build-natives:
[2025-08-30T23:06:01.561Z]
[2025-08-30T23:06:01.561Z] build:
[2025-08-30T23:06:01.561Z] [echo] Executing openjdk.test.load/build.xml
[2025-08-30T23:06:01.561Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:06:01.561Z]
[2025-08-30T23:06:01.561Z] setup-java-properties:
[2025-08-30T23:06:01.561Z]
[2025-08-30T23:06:01.561Z] check-prereqs:
[2025-08-30T23:06:01.561Z]
[2025-08-30T23:06:01.561Z] build-dependencies:
[2025-08-30T23:06:01.561Z]
[2025-08-30T23:06:01.561Z] create-bin-dir:
[2025-08-30T23:06:01.562Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.load\bin
[2025-08-30T23:06:01.562Z]
[2025-08-30T23:06:01.562Z] build-java:
[2025-08-30T23:06:01.562Z] [javac] Compiling 17 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.load\bin
[2025-08-30T23:06:02.239Z]
[2025-08-30T23:06:02.239Z] build-jar:
[2025-08-30T23:06:02.239Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.load\bin\test.load.jar
[2025-08-30T23:06:02.239Z]
[2025-08-30T23:06:02.239Z] build-archives:
[2025-08-30T23:06:02.239Z]
[2025-08-30T23:06:02.239Z] build-no-natives:
[2025-08-30T23:06:02.239Z]
[2025-08-30T23:06:02.239Z] build-natives:
[2025-08-30T23:06:02.239Z]
[2025-08-30T23:06:02.239Z] build:
[2025-08-30T23:06:02.239Z] [echo] Executing openjdk.test.locking/build.xml
[2025-08-30T23:06:02.239Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:06:02.239Z]
[2025-08-30T23:06:02.239Z] setup-java-properties:
[2025-08-30T23:06:02.239Z]
[2025-08-30T23:06:02.239Z] check-prereqs:
[2025-08-30T23:06:02.239Z]
[2025-08-30T23:06:02.239Z] build-dependencies:
[2025-08-30T23:06:02.239Z]
[2025-08-30T23:06:02.239Z] create-bin-dir:
[2025-08-30T23:06:02.239Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.locking\bin
[2025-08-30T23:06:02.239Z]
[2025-08-30T23:06:02.239Z] build-java:
[2025-08-30T23:06:02.239Z] [javac] Compiling 3 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.locking\bin
[2025-08-30T23:06:02.917Z]
[2025-08-30T23:06:02.917Z] build-jar:
[2025-08-30T23:06:02.917Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.locking\bin\test.locking.jar
[2025-08-30T23:06:02.917Z]
[2025-08-30T23:06:02.917Z] build-archives:
[2025-08-30T23:06:02.917Z]
[2025-08-30T23:06:02.917Z] build-no-natives:
[2025-08-30T23:06:02.917Z]
[2025-08-30T23:06:02.917Z] build-natives:
[2025-08-30T23:06:02.917Z]
[2025-08-30T23:06:02.917Z] build:
[2025-08-30T23:06:02.917Z] [echo] Executing openjdk.test.math/build.xml
[2025-08-30T23:06:02.917Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:06:02.917Z]
[2025-08-30T23:06:02.917Z] setup-java-properties:
[2025-08-30T23:06:02.917Z]
[2025-08-30T23:06:02.917Z] check-prereqs:
[2025-08-30T23:06:02.917Z]
[2025-08-30T23:06:02.917Z] build-dependencies:
[2025-08-30T23:06:02.917Z]
[2025-08-30T23:06:02.917Z] create-bin-dir:
[2025-08-30T23:06:02.917Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.math\bin
[2025-08-30T23:06:02.917Z]
[2025-08-30T23:06:02.917Z] build-java:
[2025-08-30T23:06:02.917Z] [javac] Compiling 71 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.math\bin
[2025-08-30T23:06:15.764Z]
[2025-08-30T23:06:15.764Z] build-jar:
[2025-08-30T23:06:15.764Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.math\bin\test.math.jar
[2025-08-30T23:06:19.407Z]
[2025-08-30T23:06:19.407Z] build-archives:
[2025-08-30T23:06:19.407Z]
[2025-08-30T23:06:19.407Z] build-no-natives:
[2025-08-30T23:06:19.407Z]
[2025-08-30T23:06:19.407Z] build-natives:
[2025-08-30T23:06:19.407Z]
[2025-08-30T23:06:19.407Z] build:
[2025-08-30T23:06:19.407Z] [echo] Executing openjdk.test.mauve/build.xml
[2025-08-30T23:06:19.407Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:06:19.407Z]
[2025-08-30T23:06:19.407Z] check-if-already-built:
[2025-08-30T23:06:19.407Z] [echo] Checking if c:\jenkins\externalDependency\system_lib/mauve/mauve.jar already exists
[2025-08-30T23:06:19.407Z] [echo] openjdk_test_mauve_already_built is true
[2025-08-30T23:06:19.407Z]
[2025-08-30T23:06:19.407Z] check-if-cvs-available:
[2025-08-30T23:06:19.407Z] [echo] Checking if c:\jenkins\externalDependency\system_lib/cvsclient/org-netbeans-lib-cvsclient.jar exists
[2025-08-30T23:06:19.407Z] [echo] cvs_available is true
[2025-08-30T23:06:19.407Z]
[2025-08-30T23:06:19.407Z] download-cvsclient:
[2025-08-30T23:06:19.407Z]
[2025-08-30T23:06:19.407Z] output-recreate-message:
[2025-08-30T23:06:19.407Z] [echo] c:\jenkins\externalDependency\system_lib/mauve/mauve.jar already exists, it will not be recreated.
[2025-08-30T23:06:19.407Z] [echo] If you want to recreate c:\jenkins\externalDependency\system_lib/mauve/mauve.jar, delete it manually and rerun.
[2025-08-30T23:06:19.407Z]
[2025-08-30T23:06:19.407Z] delete-work-dir:
[2025-08-30T23:06:19.407Z]
[2025-08-30T23:06:19.407Z] create-work-dir:
[2025-08-30T23:06:19.407Z]
[2025-08-30T23:06:19.407Z] get-source:
[2025-08-30T23:06:19.407Z]
[2025-08-30T23:06:19.407Z] check-if-source-available:
[2025-08-30T23:06:19.407Z] [echo] Checking if C:\Users\JENKIN~1.TES\AppData\Local\Temp\2\/mauve/mauve/gnu/testlet/config.java.in exists
[2025-08-30T23:06:19.407Z] [echo] mauve_source_available is ${mauve_source_available}
[2025-08-30T23:06:19.407Z]
[2025-08-30T23:06:19.407Z] delete-corba-files:
[2025-08-30T23:06:19.407Z]
[2025-08-30T23:06:19.407Z] mauve-configure:
[2025-08-30T23:06:19.407Z]
[2025-08-30T23:06:19.407Z] setup-java-properties:
[2025-08-30T23:06:19.407Z]
[2025-08-30T23:06:19.407Z] build-harness:
[2025-08-30T23:06:19.407Z]
[2025-08-30T23:06:19.407Z] build-tests:
[2025-08-30T23:06:19.407Z]
[2025-08-30T23:06:19.407Z] build-java:
[2025-08-30T23:06:19.407Z]
[2025-08-30T23:06:19.407Z] build-jar:
[2025-08-30T23:06:19.407Z]
[2025-08-30T23:06:19.407Z] build-archives:
[2025-08-30T23:06:19.407Z]
[2025-08-30T23:06:19.407Z] check-if-work_jar_file-exists:
[2025-08-30T23:06:19.407Z] [echo] Checking if C:\Users\JENKIN~1.TES\AppData\Local\Temp\2\/mauve/mauve.jar exists
[2025-08-30T23:06:19.407Z] [echo] openjdk_test_mauve_work_jar_file_exists is ${openjdk_test_mauve_work_jar_file_exists}
[2025-08-30T23:06:19.407Z]
[2025-08-30T23:06:19.407Z] install-archives:
[2025-08-30T23:06:19.407Z]
[2025-08-30T23:06:19.407Z] configure:
[2025-08-30T23:06:19.407Z] [echo] Executing openjdk.test.nio/build.xml
[2025-08-30T23:06:19.408Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:06:19.408Z]
[2025-08-30T23:06:19.408Z] setup-java-properties:
[2025-08-30T23:06:19.408Z]
[2025-08-30T23:06:19.408Z] check-prereqs:
[2025-08-30T23:06:19.408Z]
[2025-08-30T23:06:19.408Z] build-dependencies:
[2025-08-30T23:06:19.408Z]
[2025-08-30T23:06:19.408Z] create-bin-dir:
[2025-08-30T23:06:19.408Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.nio\bin
[2025-08-30T23:06:19.408Z]
[2025-08-30T23:06:19.408Z] check-java-nio-filesystem:
[2025-08-30T23:06:19.408Z] [echo] check-java-nio-filesystem result: ${java_nio_filesystem_is_uptodate}
[2025-08-30T23:06:19.408Z]
[2025-08-30T23:06:19.408Z] copy-resources:
[2025-08-30T23:06:19.408Z] [copy] Copying 4 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.nio\bin
[2025-08-30T23:06:19.408Z] [copy] Copied 15 empty directories to 8 empty directories under C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.nio\bin
[2025-08-30T23:06:19.408Z]
[2025-08-30T23:06:19.408Z] build-java-nio-filesystem:
[2025-08-30T23:06:19.408Z] [echo] Cleaning up net/adoptopenjdk/test/nio2/perl/filesystems/ of any previous Impl classes
[2025-08-30T23:06:19.408Z] [echo] Generating MemoryFileSystemProviderImpl classes
[2025-08-30T23:06:20.086Z] [exec] Updated services file: /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/system/aqa-systemtest/openjdk.test.nio/src/test.nio/net/adoptopenjdk/test/nio2/perl/filesystems/../../META-INF/services/java.nio.file.spi.FileSystemProvider
[2025-08-30T23:06:20.086Z] [exec] Done
[2025-08-30T23:06:20.086Z] [javac] C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.nio\build.xml:104: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[2025-08-30T23:06:20.406Z] [javac] Compiling 1005 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.nio\bin
[2025-08-30T23:06:33.263Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.nio\bin\META-INF
[2025-08-30T23:06:33.263Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.nio\bin\META-INF\services
[2025-08-30T23:06:33.263Z] [copy] Copying 1 file to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.nio\bin\META-INF\services
[2025-08-30T23:06:33.264Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.nio\bin\lib\filesystem.jar
[2025-08-30T23:06:40.324Z] [echo] Cleaning up net/adoptopenjdk/test/nio2/filesystem/ of Impl classes
[2025-08-30T23:06:40.324Z]
[2025-08-30T23:06:40.324Z] build-java:
[2025-08-30T23:06:40.324Z] [javac] Compiling 47 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.nio\bin
[2025-08-30T23:06:41.419Z]
[2025-08-30T23:06:41.419Z] build-jar:
[2025-08-30T23:06:41.739Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.nio\bin\test.nio.jar
[2025-08-30T23:06:42.418Z]
[2025-08-30T23:06:42.419Z] build-archives:
[2025-08-30T23:06:42.419Z]
[2025-08-30T23:06:42.419Z] build-no-natives:
[2025-08-30T23:06:42.419Z]
[2025-08-30T23:06:42.419Z] build-natives:
[2025-08-30T23:06:42.419Z]
[2025-08-30T23:06:42.419Z] build:
[2025-08-30T23:06:42.419Z] [echo] Executing openjdk.test.serialization/build.xml
[2025-08-30T23:06:42.419Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:06:42.419Z]
[2025-08-30T23:06:42.419Z] setup-java-properties:
[2025-08-30T23:06:42.419Z]
[2025-08-30T23:06:42.419Z] check-prereqs:
[2025-08-30T23:06:42.419Z]
[2025-08-30T23:06:42.419Z] build-dependencies:
[2025-08-30T23:06:42.419Z]
[2025-08-30T23:06:42.419Z] create-bin-dir:
[2025-08-30T23:06:42.419Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.serialization\bin
[2025-08-30T23:06:42.419Z]
[2025-08-30T23:06:42.419Z] build-java:
[2025-08-30T23:06:42.419Z] [javac] Compiling 2 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.serialization\bin
[2025-08-30T23:06:43.100Z]
[2025-08-30T23:06:43.100Z] build-jar:
[2025-08-30T23:06:43.100Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.serialization\bin\test.serialization.jar
[2025-08-30T23:06:43.100Z]
[2025-08-30T23:06:43.100Z] build-archives:
[2025-08-30T23:06:43.100Z]
[2025-08-30T23:06:43.100Z] build-no-natives:
[2025-08-30T23:06:43.100Z]
[2025-08-30T23:06:43.100Z] build-natives:
[2025-08-30T23:06:43.100Z]
[2025-08-30T23:06:43.100Z] build:
[2025-08-30T23:06:43.100Z] [echo] Executing openjdk.test.security/build.xml
[2025-08-30T23:06:43.100Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:06:43.100Z]
[2025-08-30T23:06:43.100Z] setup-java-properties:
[2025-08-30T23:06:43.100Z]
[2025-08-30T23:06:43.100Z] check-prereqs:
[2025-08-30T23:06:43.100Z]
[2025-08-30T23:06:43.100Z] build-dependencies:
[2025-08-30T23:06:43.100Z]
[2025-08-30T23:06:43.100Z] create-bin-dir:
[2025-08-30T23:06:43.100Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.security\bin
[2025-08-30T23:06:43.100Z]
[2025-08-30T23:06:43.100Z] build-java:
[2025-08-30T23:06:43.100Z] [javac] Compiling 6 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.security\bin
[2025-08-30T23:06:43.778Z]
[2025-08-30T23:06:43.778Z] build-jar:
[2025-08-30T23:06:43.778Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.security\bin\test.security.jar
[2025-08-30T23:06:43.778Z]
[2025-08-30T23:06:43.778Z] build-archives:
[2025-08-30T23:06:43.778Z]
[2025-08-30T23:06:43.778Z] build-no-natives:
[2025-08-30T23:06:43.778Z]
[2025-08-30T23:06:43.778Z] build-natives:
[2025-08-30T23:06:43.778Z]
[2025-08-30T23:06:43.778Z] build:
[2025-08-30T23:06:43.778Z] [echo] Executing openjdk.test.util/build.xml
[2025-08-30T23:06:43.779Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:06:43.779Z]
[2025-08-30T23:06:43.779Z] setup-java-properties:
[2025-08-30T23:06:43.779Z]
[2025-08-30T23:06:43.779Z] check-prereqs:
[2025-08-30T23:06:43.779Z]
[2025-08-30T23:06:43.779Z] build-dependencies:
[2025-08-30T23:06:43.779Z]
[2025-08-30T23:06:43.779Z] create-bin-dir:
[2025-08-30T23:06:43.779Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.util\bin
[2025-08-30T23:06:43.779Z]
[2025-08-30T23:06:43.779Z] build-java:
[2025-08-30T23:06:43.779Z] [javac] Compiling 16 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.util\bin
[2025-08-30T23:06:44.881Z]
[2025-08-30T23:06:44.881Z] build-jar:
[2025-08-30T23:06:44.881Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.util\bin\test.util.jar
[2025-08-30T23:06:44.881Z]
[2025-08-30T23:06:44.881Z] build-archives:
[2025-08-30T23:06:44.881Z]
[2025-08-30T23:06:44.881Z] build-no-natives:
[2025-08-30T23:06:44.881Z]
[2025-08-30T23:06:44.881Z] build-natives:
[2025-08-30T23:06:44.881Z]
[2025-08-30T23:06:44.881Z] build:
[2025-08-30T23:06:44.881Z] [echo] Executing openjdk.test.jlm/build.xml
[2025-08-30T23:06:44.881Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:06:44.881Z]
[2025-08-30T23:06:44.881Z] setup-java-properties:
[2025-08-30T23:06:44.881Z]
[2025-08-30T23:06:44.881Z] check-prereqs:
[2025-08-30T23:06:44.881Z]
[2025-08-30T23:06:44.881Z] create-bin-dir:
[2025-08-30T23:06:44.881Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.jlm\bin
[2025-08-30T23:06:44.881Z]
[2025-08-30T23:06:44.881Z] build-java:
[2025-08-30T23:06:44.881Z] [javac] Compiling 33 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.jlm\bin
[2025-08-30T23:06:46.468Z]
[2025-08-30T23:06:46.468Z] build-jar:
[2025-08-30T23:06:46.468Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.jlm\bin\test.jlm.jar
[2025-08-30T23:06:47.149Z]
[2025-08-30T23:06:47.149Z] build-archives:
[2025-08-30T23:06:47.149Z]
[2025-08-30T23:06:47.149Z] build-no-natives:
[2025-08-30T23:06:47.149Z]
[2025-08-30T23:06:47.149Z] build-natives:
[2025-08-30T23:06:47.149Z]
[2025-08-30T23:06:47.149Z] build:
[2025-08-30T23:06:47.149Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/../../externalDependency/system_lib
[2025-08-30T23:06:47.149Z]
[2025-08-30T23:06:47.149Z] setup-java-properties:
[2025-08-30T23:06:47.149Z]
[2025-08-30T23:06:47.149Z] check-prereqs:
[2025-08-30T23:06:47.149Z]
[2025-08-30T23:06:47.149Z] check-compiler-level:
[2025-08-30T23:06:47.149Z] [echo] java_java_specification_version is 1.8
[2025-08-30T23:06:47.149Z] [echo] can_build_modularity is false
[2025-08-30T23:06:47.150Z] [echo] can_build_modularity_natives_unix is ${can_build_modularity_natives_unix}
[2025-08-30T23:06:47.150Z] [echo] can_build_modularity_natives_windows is ${can_build_modularity_natives_windows}
[2025-08-30T23:06:47.150Z]
[2025-08-30T23:06:47.150Z] create-bin-dir:
[2025-08-30T23:06:47.150Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.modularity\bin
[2025-08-30T23:06:47.150Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.modularity\bin\common-mods
[2025-08-30T23:06:47.150Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.modularity\bin\common-override
[2025-08-30T23:06:47.150Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.modularity\bin\common-override-new
[2025-08-30T23:06:47.150Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.modularity\bin\tests
[2025-08-30T23:06:47.150Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.modularity\bin\common
[2025-08-30T23:06:47.150Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.modularity\bin\common\displayServiceImpl3
[2025-08-30T23:06:47.150Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.modularity\bin\common\displayServiceImpl4
[2025-08-30T23:06:47.150Z]
[2025-08-30T23:06:47.150Z] build-java:
[2025-08-30T23:06:47.150Z]
[2025-08-30T23:06:47.150Z] build-no-natives:
[2025-08-30T23:06:47.150Z]
[2025-08-30T23:06:47.150Z] build:
[2025-08-30T23:06:47.150Z]
[2025-08-30T23:06:47.150Z] build:
[2025-08-30T23:06:47.150Z]
[2025-08-30T23:06:47.150Z] common_dist:
[2025-08-30T23:06:47.150Z] [copy] Copying 341 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system\STF
[2025-08-30T23:06:48.734Z] [copy] Copying 1192 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system\aqa-systemtest
[2025-08-30T23:06:52.368Z] [copy] Copied 496 empty directories to 8 empty directories under C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system\aqa-systemtest
[2025-08-30T23:06:52.368Z] [copy] Warning: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\system\openj9-systemtest does not exist.
[2025-08-30T23:06:52.368Z]
[2025-08-30T23:06:52.368Z] build:
[2025-08-30T23:06:52.368Z]
[2025-08-30T23:06:52.368Z] build:
[2025-08-30T23:06:52.368Z]
[2025-08-30T23:06:52.368Z] THC.check:
[2025-08-30T23:06:52.368Z]
[2025-08-30T23:06:52.368Z] getChurn:
[2025-08-30T23:06:52.368Z] [exec] Cloning into 'churn'...
[2025-08-30T23:06:53.051Z]
[2025-08-30T23:06:53.051Z] dist:
[2025-08-30T23:06:53.051Z] [copy] Copying 1 file to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system\churn
[2025-08-30T23:06:53.051Z]
[2025-08-30T23:06:53.051Z] init:
[2025-08-30T23:06:53.051Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system\daaLoadTest
[2025-08-30T23:06:53.051Z]
[2025-08-30T23:06:53.051Z] common_build:
[2025-08-30T23:06:53.051Z]
[2025-08-30T23:06:53.051Z] build:
[2025-08-30T23:06:53.051Z] [copy] Copying 2 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system\daaLoadTest
[2025-08-30T23:06:53.051Z]
[2025-08-30T23:06:53.051Z] build:
[2025-08-30T23:06:53.051Z]
[2025-08-30T23:06:53.051Z] init:
[2025-08-30T23:06:53.051Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system\jcstress
[2025-08-30T23:06:53.051Z]
[2025-08-30T23:06:53.051Z] getDependentLibs:
[2025-08-30T23:06:53.374Z] [exec] --------------------------------------------
[2025-08-30T23:06:53.374Z] [exec] path is set to C:/jenkins/externalDependency/system_lib
[2025-08-30T23:06:53.374Z] [exec] task is set to default
[2025-08-30T23:06:53.374Z] [exec] dependencyList is set to jcstress
[2025-08-30T23:06:53.374Z] [exec] --------------------------------------------
[2025-08-30T23:06:53.374Z] [exec] Starting download third party dependent jars
[2025-08-30T23:06:53.374Z] [exec] --------------------------------------------
[2025-08-30T23:06:53.374Z] [exec] downloading dependent third party jars to C:/jenkins/externalDependency/system_lib
[2025-08-30T23:06:53.374Z] [exec] C:/jenkins/externalDependency/system_lib/jcstress-tests-all-20240222.jar exists with correct hash, not downloading
[2025-08-30T23:06:53.374Z] [exec] downloaded dependent third party jars successfully
[2025-08-30T23:06:53.374Z]
[2025-08-30T23:06:53.374Z] dist:
[2025-08-30T23:06:53.374Z] [copy] Copying 4 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system\jcstress
[2025-08-30T23:06:53.374Z]
[2025-08-30T23:06:53.374Z] init:
[2025-08-30T23:06:53.374Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system\jlm
[2025-08-30T23:06:53.374Z]
[2025-08-30T23:06:53.374Z] common_build:
[2025-08-30T23:06:53.374Z]
[2025-08-30T23:06:53.374Z] build:
[2025-08-30T23:06:53.374Z] [copy] Copying 2 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system\jlm
[2025-08-30T23:06:53.374Z]
[2025-08-30T23:06:53.374Z] init:
[2025-08-30T23:06:53.375Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system\lambdaLoadTest
[2025-08-30T23:06:53.375Z]
[2025-08-30T23:06:53.375Z] common_build:
[2025-08-30T23:06:53.375Z]
[2025-08-30T23:06:53.375Z] build:
[2025-08-30T23:06:53.375Z] [copy] Copying 2 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system\lambdaLoadTest
[2025-08-30T23:06:53.375Z]
[2025-08-30T23:06:53.375Z] init:
[2025-08-30T23:06:53.375Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system\mathLoadTest
[2025-08-30T23:06:53.375Z]
[2025-08-30T23:06:53.375Z] common_build:
[2025-08-30T23:06:53.375Z]
[2025-08-30T23:06:53.375Z] build:
[2025-08-30T23:06:53.375Z] [copy] Copying 2 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system\mathLoadTest
[2025-08-30T23:06:53.375Z]
[2025-08-30T23:06:53.375Z] init:
[2025-08-30T23:06:53.375Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system\mauveLoadTest
[2025-08-30T23:06:53.375Z]
[2025-08-30T23:06:53.375Z] common_build:
[2025-08-30T23:06:53.375Z]
[2025-08-30T23:06:53.375Z] build:
[2025-08-30T23:06:53.375Z] [copy] Copying 2 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system\mauveLoadTest
[2025-08-30T23:06:53.699Z]
[2025-08-30T23:06:53.699Z] init:
[2025-08-30T23:06:53.699Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system\modularity
[2025-08-30T23:06:53.699Z]
[2025-08-30T23:06:53.699Z] common_build:
[2025-08-30T23:06:53.699Z]
[2025-08-30T23:06:53.699Z] build:
[2025-08-30T23:06:53.699Z] [copy] Copying 2 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system\modularity
[2025-08-30T23:06:53.699Z]
[2025-08-30T23:06:53.699Z] init:
[2025-08-30T23:06:53.699Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system\otherLoadTest
[2025-08-30T23:06:53.699Z]
[2025-08-30T23:06:53.699Z] common_build:
[2025-08-30T23:06:53.699Z]
[2025-08-30T23:06:53.699Z] build:
[2025-08-30T23:06:53.699Z] [copy] Copying 2 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system\otherLoadTest
[2025-08-30T23:06:53.699Z]
[2025-08-30T23:06:53.699Z] init:
[2025-08-30T23:06:53.699Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system\security
[2025-08-30T23:06:53.699Z]
[2025-08-30T23:06:53.699Z] common_build:
[2025-08-30T23:06:53.699Z]
[2025-08-30T23:06:53.699Z] build:
[2025-08-30T23:06:53.699Z] [copy] Copying 2 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system\security
[2025-08-30T23:06:53.699Z]
[2025-08-30T23:06:53.699Z] init:
[2025-08-30T23:06:53.699Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system\sharedClasses
[2025-08-30T23:06:53.699Z]
[2025-08-30T23:06:53.699Z] common_build:
[2025-08-30T23:06:53.699Z]
[2025-08-30T23:06:53.699Z] build:
[2025-08-30T23:06:53.699Z] [copy] Copying 2 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\jvmtest\system\sharedClasses
[2025-08-30T23:06:53.699Z]
[2025-08-30T23:06:53.699Z] BUILD SUCCESSFUL
[2025-08-30T23:06:53.699Z] Total time: 1 minute 22 seconds
[2025-08-30T23:06:53.699Z] 0
[2025-08-30T23:06:54.023Z]
[2025-08-30T23:06:54.023Z]
[2025-08-30T23:06:54.023Z] RECORD TEST REPOs SHA
[2025-08-30T23:06:54.023Z] cd "C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests//TKG/scripts"; \
[2025-08-30T23:06:54.023Z] bash "getSHAs.sh" --test_root_dir "C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/" --shas_file "C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests//TKG/SHAs.txt"
[2025-08-30T23:06:54.024Z] Check shas in C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/ and store the info in C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests//TKG/SHAs.txt
[2025-08-30T23:06:54.024Z] touch C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests//TKG/SHAs.txt
[2025-08-30T23:06:54.345Z] ================================================
[2025-08-30T23:06:54.345Z] timestamp: 20250830-230654
[2025-08-30T23:06:54.345Z] repo dir: C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests
[2025-08-30T23:06:54.345Z] git repo:
[2025-08-30T23:06:54.666Z] Fetch URL: https://github.com/adoptium/aqa-tests.git
[2025-08-30T23:06:54.666Z] sha:
[2025-08-30T23:06:54.990Z] 69651d0e9d7c4f84ac73d5ec1510d3f459affeb1
[2025-08-30T23:06:54.990Z] ================================================
[2025-08-30T23:06:54.990Z] timestamp: 20250830-230654
[2025-08-30T23:06:54.990Z] repo dir: C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/system/aqa-systemtest
[2025-08-30T23:06:54.990Z] git repo:
[2025-08-30T23:06:54.990Z] Fetch URL: https://github.com/adoptium/aqa-systemtest.git
[2025-08-30T23:06:54.990Z] sha:
[2025-08-30T23:06:54.990Z] dbae19c80b3664a1a84bb236fbb2a08021008468
[2025-08-30T23:06:54.990Z] ================================================
[2025-08-30T23:06:54.990Z] timestamp: 20250830-230654
[2025-08-30T23:06:54.991Z] repo dir: C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/system/churn/churn
[2025-08-30T23:06:54.991Z] git repo:
[2025-08-30T23:06:55.314Z] Fetch URL: https://github.com/rh-openjdk/churn.git
[2025-08-30T23:06:55.314Z] sha:
[2025-08-30T23:06:55.314Z] 01f9894909307f9a9a154a0df627d16def3d6603
[2025-08-30T23:06:55.314Z] ================================================
[2025-08-30T23:06:55.315Z] timestamp: 20250830-230655
[2025-08-30T23:06:55.315Z] repo dir: C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/system/STF
[2025-08-30T23:06:55.315Z] git repo:
[2025-08-30T23:06:55.315Z] Fetch URL: https://github.com/adoptium/STF.git
[2025-08-30T23:06:55.315Z] sha:
[2025-08-30T23:06:55.315Z] 7534c9296a7effe8499d9c236e0cc12d5bc97826
[2025-08-30T23:06:55.315Z] ================================================
[2025-08-30T23:06:55.315Z] timestamp: 20250830-230655
[2025-08-30T23:06:55.315Z] repo dir: C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/TKG
[2025-08-30T23:06:55.315Z] git repo:
[2025-08-30T23:06:55.623Z] Fetch URL: https://github.com/adoptium/TKG.git
[2025-08-30T23:06:55.623Z] sha:
[2025-08-30T23:06:55.623Z] 22529199368176ccd2e43c4cf47437798dcecf81
[2025-08-30T23:06:55.623Z] make[1]: Leaving directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/TKG'
[Pipeline] }
[2025-08-30T23:06:55.672Z] $ ssh-agent -k
[2025-08-30T23:06:55.721Z] unset SSH_AUTH_SOCK;
[2025-08-30T23:06:55.721Z] unset SSH_AGENT_PID;
[2025-08-30T23:06:55.721Z] echo Agent pid 96 killed;
[2025-08-30T23:06:55.773Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] echo
[2025-08-30T23:06:55.923Z] 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 RUNTEST_CMD (to a value of type GStringImpl) which could lead to memory leaks or other issues.
[Pipeline] echo
[2025-08-30T23:06:55.949Z] ITERATION: 1/1
[Pipeline] sshagent
[2025-08-30T23:06:55.969Z] $ ssh-agent
[2025-08-30T23:06:56.088Z] SSH_AUTH_SOCK=/tmp/ssh-k8ih42uqwpBs/agent.435
[2025-08-30T23:06:56.088Z] SSH_AGENT_PID=436
[2025-08-30T23:06:56.088Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2025-08-30T23:06:56.561Z] ++ uname
[2025-08-30T23:06:56.561Z] + '[' CYGWIN_NT-10.0-20348 = AIX ']'
[2025-08-30T23:06:56.561Z] ++ uname
[2025-08-30T23:06:56.561Z] + '[' CYGWIN_NT-10.0-20348 = SunOS ']'
[2025-08-30T23:06:56.561Z] ++ uname
[2025-08-30T23:06:56.561Z] + '[' CYGWIN_NT-10.0-20348 = '*BSD' ']'
[2025-08-30T23:06:56.561Z] + MAKE=make
[2025-08-30T23:06:56.561Z] + make -f ./aqa-tests/TKG/testEnv.mk testEnvTeardown
[2025-08-30T23:06:56.561Z] make: Nothing to be done for 'testEnvTeardown'.
[Pipeline] sh
[2025-08-30T23:06:57.057Z] ++ uname
[2025-08-30T23:06:57.058Z] + '[' CYGWIN_NT-10.0-20348 = AIX ']'
[2025-08-30T23:06:57.058Z] ++ uname
[2025-08-30T23:06:57.366Z] + '[' CYGWIN_NT-10.0-20348 = SunOS ']'
[2025-08-30T23:06:57.366Z] ++ uname
[2025-08-30T23:06:57.366Z] + '[' CYGWIN_NT-10.0-20348 = '*BSD' ']'
[2025-08-30T23:06:57.366Z] + MAKE=make
[2025-08-30T23:06:57.366Z] + cd ./aqa-tests
[2025-08-30T23:06:57.366Z] + . ./scripts/testenv/testenvSettings.sh
[2025-08-30T23:06:57.366Z] ++ set +x
[2025-08-30T23:06:57.366Z] parallelList.mk:17: warning: overriding recipe for target 'testList_0'
[2025-08-30T23:06:57.366Z] parallelList.mk:8: warning: ignoring old recipe for target 'testList_0'
[2025-08-30T23:06:57.366Z] make _testList TESTLIST=NioLoadTest_5m_2,LambdaLoadTest_HS_5m_2,ClassLoadingTest_5m_2,ParallelStreamsLoadTest_HS_2,MauveMultiThrdLoad_5m_2,TestJlmRemoteMemoryAuth_0,MauveMultiThrdLoad_5m_1,TestJlmRemoteMemoryNoAuth_0,TestJlmRemoteMemoryNoAuth_2,MauveSingleInvocLoad_HS_5m_0,TestJlmRemoteMemoryAuth_1,MauveSingleThrdLoad_HS_5m_0,TestJlmRemoteThreadAuth_2,ClassLoadingTest_5m_1,TestJlmRemoteThreadNoAuth_0,TestJlmRemoteThreadNoAuth_1,TestJlmRemoteThreadAuth_0,MathLoadTest_bigdecimal_5m_1,ParallelStreamsLoadTest_HS_0,TestJlmRemoteNotifierProxyAuth_2,TestJlmLocal_1,TestJlmRemoteNotifierProxyAuth_1,NioLoadTest_5m_0,MathLoadTest_autosimd_5m_0,TestJlmRemoteClassAuth_2
[2025-08-30T23:06:57.366Z] make[1]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/TKG'
[2025-08-30T23:06:57.366Z] JAVA_HOME is set to c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/jdkbinary/j2sdk-image
[2025-08-30T23:06:57.675Z] LIB_DIR is set to C:/jenkins/externalDependency/system_lib
[2025-08-30T23:06:57.675Z] make -f makeGen.mk AUTO_DETECT=true MODE=tests TESTTARGET=testList TESTLIST=NioLoadTest_5m_2,LambdaLoadTest_HS_5m_2,ClassLoadingTest_5m_2,ParallelStreamsLoadTest_HS_2,MauveMultiThrdLoad_5m_2,TestJlmRemoteMemoryAuth_0,MauveMultiThrdLoad_5m_1,TestJlmRemoteMemoryNoAuth_0,TestJlmRemoteMemoryNoAuth_2,MauveSingleInvocLoad_HS_5m_0,TestJlmRemoteMemoryAuth_1,MauveSingleThrdLoad_HS_5m_0,TestJlmRemoteThreadAuth_2,ClassLoadingTest_5m_1,TestJlmRemoteThreadNoAuth_0,TestJlmRemoteThreadNoAuth_1,TestJlmRemoteThreadAuth_0,MathLoadTest_bigdecimal_5m_1,ParallelStreamsLoadTest_HS_0,TestJlmRemoteNotifierProxyAuth_2,TestJlmLocal_1,TestJlmRemoteNotifierProxyAuth_1,NioLoadTest_5m_0,MathLoadTest_autosimd_5m_0,TestJlmRemoteClassAuth_2
[2025-08-30T23:06:57.675Z] make[2]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/TKG'
[2025-08-30T23:06:57.675Z] perl scripts/configure.pl
[2025-08-30T23:06:57.675Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/jdkbinary/j2sdk-image/bin/java -cp "./bin/TestKitGen.jar;C:/jenkins/externalDependency/system_lib/json-simple.jar" org.testKitGen.MainRunner --mode=tests --spec=win_x86 --microArch="" --osLabel="" --jdkVersion=8 --impl=hotspot --vendor="temurin" --buildList=system --iterations=1 --aotIterations= --testFlag= --testTarget=testList --testList=NioLoadTest_5m_2,LambdaLoadTest_HS_5m_2,ClassLoadingTest_5m_2,ParallelStreamsLoadTest_HS_2,MauveMultiThrdLoad_5m_2,TestJlmRemoteMemoryAuth_0,MauveMultiThrdLoad_5m_1,TestJlmRemoteMemoryNoAuth_0,TestJlmRemoteMemoryNoAuth_2,MauveSingleInvocLoad_HS_5m_0,TestJlmRemoteMemoryAuth_1,MauveSingleThrdLoad_HS_5m_0,TestJlmRemoteThreadAuth_2,ClassLoadingTest_5m_1,TestJlmRemoteThreadNoAuth_0,TestJlmRemoteThreadNoAuth_1,TestJlmRemoteThreadAuth_0,MathLoadTest_bigdecimal_5m_1,ParallelStreamsLoadTest_HS_0,TestJlmRemoteNotifierProxyAuth_2,TestJlmLocal_1,TestJlmRemoteNotifierProxyAuth_1,NioLoadTest_5m_0,MathLoadTest_autosimd_5m_0,TestJlmRemoteClassAuth_2 --numOfMachines= --testTime= --TRSSURL=
[2025-08-30T23:06:57.995Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2025-08-30T23:06:57.995Z]
[2025-08-30T23:06:57.995Z] Starting to generate test make files.
[2025-08-30T23:06:57.995Z]
[2025-08-30T23:06:58.314Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG\..\system\churn\playlist.xml
[2025-08-30T23:06:58.314Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG\..\system\daaLoadTest\playlist.xml
[2025-08-30T23:06:58.314Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG\..\system\jcstress\playlist.xml
[2025-08-30T23:06:58.314Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG\..\system\jlm\playlist.xml
[2025-08-30T23:06:58.314Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG/../system/jlm/autoGen.mk
[2025-08-30T23:06:58.314Z]
[2025-08-30T23:06:58.314Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG\..\system\lambdaLoadTest\playlist.xml
[2025-08-30T23:06:58.314Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG/../system/lambdaLoadTest/autoGen.mk
[2025-08-30T23:06:58.314Z]
[2025-08-30T23:06:58.314Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG\..\system\mathLoadTest\playlist.xml
[2025-08-30T23:06:58.314Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG/../system/mathLoadTest/autoGen.mk
[2025-08-30T23:06:58.314Z]
[2025-08-30T23:06:58.314Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG\..\system\mauveLoadTest\playlist.xml
[2025-08-30T23:06:58.314Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG/../system/mauveLoadTest/autoGen.mk
[2025-08-30T23:06:58.314Z]
[2025-08-30T23:06:58.314Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG\..\system\modularity\playlist.xml
[2025-08-30T23:06:58.314Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG\..\system\otherLoadTest\playlist.xml
[2025-08-30T23:06:58.315Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG/../system/otherLoadTest/autoGen.mk
[2025-08-30T23:06:58.315Z]
[2025-08-30T23:06:58.315Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG\..\system\security\playlist.xml
[2025-08-30T23:06:58.315Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG\..\system\sharedClasses\playlist.xml
[2025-08-30T23:06:58.315Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG/../system/autoGen.mk
[2025-08-30T23:06:58.315Z]
[2025-08-30T23:06:58.315Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG/../autoGen.mk
[2025-08-30T23:06:58.315Z]
[2025-08-30T23:06:58.315Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG/../TKG/utils.mk
[2025-08-30T23:06:58.315Z]
[2025-08-30T23:06:58.315Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2\aqa-tests\TKG/../TKG/rerun.mk
[2025-08-30T23:06:58.315Z]
[2025-08-30T23:06:58.315Z] Make files are generated successfully.
[2025-08-30T23:06:58.315Z]
[2025-08-30T23:06:58.315Z] make[2]: Leaving directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/TKG'
[2025-08-30T23:06:58.315Z] make -f runtest.mk _testList
[2025-08-30T23:06:58.315Z] make[2]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/TKG'
[2025-08-30T23:06:58.985Z]
[2025-08-30T23:06:58.986Z] Running make 4.4.1
[2025-08-30T23:06:58.986Z] set TEST_ROOT to C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/
[2025-08-30T23:06:58.986Z] set JDK_VERSION to 8
[2025-08-30T23:06:58.986Z] set JDK_IMPL to hotspot
[2025-08-30T23:06:59.296Z] set JVM_VERSION to openjdk8
[2025-08-30T23:06:59.296Z] set JCL_VERSION to latest
[2025-08-30T23:06:59.296Z] JAVA_HOME was originally set to C:\openjdk\jdk-17
[2025-08-30T23:06:59.296Z] set JAVA_HOME to c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/jdkbinary/j2sdk-image
[2025-08-30T23:06:59.296Z] set SPEC to win_x86
[2025-08-30T23:06:59.296Z] set TEST_FLAG to
[2025-08-30T23:06:59.605Z] Running testList ...
[2025-08-30T23:06:59.605Z] There are 25 test targets in testList
[2025-08-30T23:06:59.605Z] "c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/jdkbinary/j2sdk-image\\bin\\java" -version
[2025-08-30T23:06:59.605Z] openjdk version "1.8.0_472-beta"
[2025-08-30T23:06:59.605Z] OpenJDK Runtime Environment (Temurin)(build 1.8.0_472-beta-202508302008-b05)
[2025-08-30T23:06:59.605Z] OpenJDK Client VM (Temurin)(build 25.472-b05, mixed mode)
[2025-08-30T23:06:59.913Z] make[3]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests'
[2025-08-30T23:07:00.235Z] make[4]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/system'
[2025-08-30T23:07:00.235Z] make[5]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-32_windows_testList_2/aqa-tests/system/jlm'
[2025-08-30T23:07:00.544Z] ../system.mk:25: CYGWIN is 1
[2025-08-30T23:07:00.544Z] ../system.mk:31: Running under cygwin, looking for Windows perl on path
[2025-08-30T23:07:00.544Z] ../system.mk:36: Found perl in /cygdrive/c/Strawberry/perl/bin/perl.exe
[2025-08-30T23:07:00.544Z]
[2025-08-30T23:07:00.866Z] ===============================================