Pre Test

Started by upstream project "Test_openjdk8_hs_sanity.system_x86-64_windows" build number 999 originally caused by: Started by upstream project "build-scripts/jobs/jdk8u/jdk8u-windows-x64-temurin" build number 604 originally caused by: Started by upstream project "build-scripts/openjdk8-pipeline" build number 3074 originally caused by: Started by upstream project "build-scripts/utils/betaTrigger_8ea" build number 367 originally caused by: Started by timer Checking out git ${ADOPTOPENJDK_REPO} into /home/jenkins/.jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_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-64_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 6ae53a7631d2a6681514f8dbc46b7c9b7747794e (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6ae53a7631d2a6681514f8dbc46b7c9b7747794e # timeout=10 Commit message: "Restore Double/Float128VectorTests on x64 jdk21+ OpenJ9 (#6900)" > git rev-list --no-walk 8e74a53d3981291aa7e506f53aa7671170b8df1a # timeout=10 First time build. Skipping changelog. [Pipeline] Start of Pipeline [Pipeline] timestamps [Pipeline] { [Pipeline] echo [2026-02-17T22:11:15.520Z] SPEC: win_x86-64 [Pipeline] echo [2026-02-17T22:11:15.521Z] Specified LABEL: ci.role.test&&hw.arch.x86&&sw.os.windows [Pipeline] stage [Pipeline] { (Queue) Did you forget the `def` keyword? WorkflowScript seems to be setting a field named dynamicAgents (to a value of type ArrayList) which could lead to memory leaks or other issues. [Pipeline] echo [2026-02-17T22:11:15.533Z] dynamicAgents: [] [Pipeline] echo [2026-02-17T22:11:15.534Z] Provisioning LABEL: ci.role.test&&hw.arch.x86&&sw.os.windows [Pipeline] nodesByLabel [2026-02-17T22:11:15.540Z] Found a total of 6 nodes with the 'ci.role.test&&hw.arch.x86&&sw.os.windows' label [Pipeline] node [2026-02-17T22:11:30.542Z] Still waiting to schedule task [2026-02-17T22:11:30.543Z] Waiting for next available executor on ‘ci.role.test&&hw.arch.x86&&sw.os.windows’ [2026-02-17T22:22:24.832Z] Running on test-azure-win2022-x64-3 in c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_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 [2026-02-17T22:22:24.857Z] Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] retry [Pipeline] { [Pipeline] cleanWs [2026-02-17T22:22:24.914Z] [WS-CLEANUP] Deleting project workspace... [2026-02-17T22:22:24.914Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration... [2026-02-17T22:22:24.936Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // timeout [Pipeline] checkout [2026-02-17T22:22:24.996Z] The recommended git tool is: git [2026-02-17T22:22:25.037Z] No credentials specified [2026-02-17T22:22:25.057Z] Cloning the remote Git repository [2026-02-17T22:22:25.089Z] Cloning repository https://github.com/adoptium/aqa-tests.git [2026-02-17T22:22:25.090Z] > git init c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests # timeout=10 [2026-02-17T22:22:25.179Z] [WARNING] Reference path does not exist: null/openjdk_cache [2026-02-17T22:22:25.180Z] Fetching upstream changes from https://github.com/adoptium/aqa-tests.git [2026-02-17T22:22:25.180Z] > git --version # timeout=10 [2026-02-17T22:22:25.215Z] > git --version # 'git version 2.42.1' [2026-02-17T22:22:25.218Z] > git fetch --tags --force --progress -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-02-17T22:22:30.784Z] Avoid second fetch [2026-02-17T22:22:30.863Z] Checking out Revision 6ae53a7631d2a6681514f8dbc46b7c9b7747794e (origin/master) [2026-02-17T22:22:30.656Z] > git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10 [2026-02-17T22:22:30.700Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-02-17T22:22:30.795Z] > git rev-parse "origin/master^{commit}" # timeout=10 [2026-02-17T22:22:30.874Z] > git config core.sparsecheckout # timeout=10 [2026-02-17T22:22:30.914Z] > git checkout -f 6ae53a7631d2a6681514f8dbc46b7c9b7747794e # timeout=10 [2026-02-17T22:22:33.617Z] Commit message: "Restore Double/Float128VectorTests on x64 jdk21+ OpenJ9 (#6900)" [Pipeline] } [Pipeline] // retry [Pipeline] load [Pipeline] { (c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_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 [2026-02-17T22:22:34.850Z] Timeout set to expire in 1 day 1 hr [Pipeline] { [Pipeline] echo [2026-02-17T22:22:34.868Z] runMulticastCmd: false [Pipeline] stage [Pipeline] { (Setup) [Pipeline] sh [2026-02-17T22:22:35.350Z] + LC_TIME=C [2026-02-17T22:22:35.351Z] + date '+%a, %d %b %Y %T %z' [Pipeline] echo [2026-02-17T22:22:35.435Z] PROCESSCATCH: Terminating any hung/left over test processes: [Pipeline] sh [2026-02-17T22:22:35.884Z] + aqa-tests/terminateTestProcesses.sh null [2026-02-17T22:22:35.884Z] Windows machine, using powershell queries... [2026-02-17T22:22:36.230Z] Woohoo - no rogue processes detected! Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_REPO (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_REPO (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_BRANCH (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_BRANCH (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named PLATFORM (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named CLONE_OPENJ9 (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named CUSTOM_TARGET (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named UPSTREAM_JOB_NAME (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named UPSTREAM_JOB_NUMBER (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named SSH_AGENT_CREDENTIAL (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named KEEP_WORKSPACE (to a value of type Boolean) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_SHA (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named CLOUD_PROVIDER (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named SDK_RESOURCE (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named ITERATIONS (to a value of type Integer) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named NUM_MACHINES (to a value of type Integer) which could lead to memory leaks or other issues. [Pipeline] sh [2026-02-17T22:22:37.351Z] + printenv [2026-02-17T22:22:37.351Z] ProgramFiles(x86)=C:\Program Files (x86) [2026-02-17T22:22:37.351Z] CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files [2026-02-17T22:22:37.351Z] KEEP_WORKSPACE=false [2026-02-17T22:22:37.351Z] NUMBER_OF_PROCESSORS=2 [2026-02-17T22:22:37.351Z] PROCESSOR_LEVEL=25 [2026-02-17T22:22:37.351Z] TAP_NAME=Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2.tap [2026-02-17T22:22:37.351Z] LIB_DIR=c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/lib [2026-02-17T22:22:37.351Z] EXIT_FAILURE=false [2026-02-17T22:22:37.351Z] JDK_BRANCH=jdk8u492-b03_adopt [2026-02-17T22:22:37.351Z] RUN_TESTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/25/display/redirect?page=tests [2026-02-17T22:22:37.351Z] PLATFORM=x86-64_windows [2026-02-17T22:22:37.351Z] DOCKER_REQUIRED=false [2026-02-17T22:22:37.351Z] WINSW_EXECUTABLE=C:\Users\jenkins\agent\JenkinsAgentService.exe [2026-02-17T22:22:37.351Z] PROGRAMFILES=C:\Program Files [2026-02-17T22:22:37.351Z] git=C:\Program Files\Git\cmd\git.exe [2026-02-17T22:22:37.351Z] TIME_LIMIT=25 [2026-02-17T22:22:37.351Z] JENKINS_SERVER_COOKIE=durable-1e81e1f0c155977652b1948d8ea1fb399a6c26c2ab5505d633bbe66a491f8ede [2026-02-17T22:22:37.351Z] PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC [2026-02-17T22:22:37.351Z] JAVA_HOME=C:\Program Files\Java\jdk8u392-b08 [2026-02-17T22:22:37.351Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git [2026-02-17T22:22:37.351Z] GENERATE_JOBS=true [2026-02-17T22:22:37.351Z] OPENJCEPLUS_GIT_REPO=https://github.com/ibmruntimes/OpenJCEPlus.git [2026-02-17T22:22:37.351Z] OS=Windows_NT [2026-02-17T22:22:37.351Z] RUN_CHANGES_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/25/display/redirect?page=changes [2026-02-17T22:22:37.351Z] ANT_HOME=C:\apache-ant\apache-ant-1.10.15 [2026-02-17T22:22:37.351Z] RERUN_ITERATIONS=1 [2026-02-17T22:22:37.351Z] OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse:master [2026-02-17T22:22:37.351Z] USERDOMAIN=TEST-AZURE-WIN- [2026-02-17T22:22:37.351Z] STF_OWNER_BRANCH=adoptium:master [2026-02-17T22:22:37.351Z] HUDSON_HOME=/home/jenkins/.jenkins [2026-02-17T22:22:37.351Z] PWD=/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2 [2026-02-17T22:22:37.351Z] USERPROFILE=C:\Users\jenkins.test-azure-win2 [2026-02-17T22:22:37.351Z] ARCHIVE_TEST_RESULTS=false [2026-02-17T22:22:37.351Z] SETUP_JCK_RUN=false [2026-02-17T22:22:37.351Z] BUILD_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/25/ [2026-02-17T22:22:37.351Z] SLACK_CHANNEL=aqavit-bot [2026-02-17T22:22:37.351Z] UPSTREAM_JOB_NAME=build-scripts/jobs/jdk8u/jdk8u-windows-x64-temurin [2026-02-17T22:22:37.351Z] JCK_GIT_BRANCH=master [2026-02-17T22:22:37.351Z] JOB_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/ [2026-02-17T22:22:37.351Z] BUILD_NUMBER=25 [2026-02-17T22:22:37.351Z] TKG_ITERATIONS=1 [2026-02-17T22:22:37.351Z] _=/usr/bin/printenv [2026-02-17T22:22:37.351Z] VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\ [2026-02-17T22:22:37.351Z] SERVICE_ID=Jenkins [2026-02-17T22:22:37.351Z] BASE=C:\Users\jenkins\agent [2026-02-17T22:22:37.351Z] PERF_ROOT=c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../benchmarks [2026-02-17T22:22:37.351Z] ALLUSERSPROFILE=C:\ProgramData [2026-02-17T22:22:37.351Z] JENKINS_NODE_COOKIE=412562e2-eda7-4b2d-a13c-141fce1f9034 [2026-02-17T22:22:37.351Z] CommonProgramW6432=C:\Program Files\Common Files [2026-02-17T22:22:37.351Z] KEEP_REPORTDIR=false [2026-02-17T22:22:37.351Z] BUILD_DISPLAY_NAME=#25 [2026-02-17T22:22:37.351Z] SDK_RESOURCE=upstream [2026-02-17T22:22:37.351Z] TEST_JDK_HOME=c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/jdkbinary/j2sdk-image [2026-02-17T22:22:37.351Z] HOME=/home/jenkins [2026-02-17T22:22:37.351Z] USERNAME=jenkins [2026-02-17T22:22:37.351Z] WINSW_SERVICE_ID=Jenkins [2026-02-17T22:22:37.351Z] COMSPEC=C:\Windows\system32\cmd.exe [2026-02-17T22:22:37.351Z] jobStatus=SUCCESS [2026-02-17T22:22:37.351Z] JENKINS_URL=https://ci.adoptium.net/ [2026-02-17T22:22:37.351Z] JOB_BASE_NAME=Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2 [2026-02-17T22:22:37.351Z] JOBSTARTTIME=Tue, 17 Feb 2026 22:22:35 +0000 [2026-02-17T22:22:37.351Z] JDK_VERSION=8 [2026-02-17T22:22:37.351Z] APPDATA=C:\Users\jenkins.test-azure-win2\AppData\Roaming [2026-02-17T22:22:37.351Z] JOB_NAME=Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2 [2026-02-17T22:22:37.351Z] USE_TESTENV_PROPERTIES=false [2026-02-17T22:22:37.351Z] SYSTEMROOT=C:\Windows [2026-02-17T22:22:37.351Z] PERSONAL_BUILD=false [2026-02-17T22:22:37.351Z] RUN_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/25/display/redirect [2026-02-17T22:22:37.351Z] LOCALAPPDATA=C:\Users\jenkins.test-azure-win2\AppData\Local [2026-02-17T22:22:37.351Z] AUTO_DETECT=true [2026-02-17T22:22:37.351Z] EXIT_SUCCESS=false [2026-02-17T22:22:37.351Z] JOB_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/display/redirect [2026-02-17T22:22:37.351Z] WORKSPACE=c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2 [2026-02-17T22:22:37.351Z] COMPUTERNAME=TEST-AZURE-WIN- [2026-02-17T22:22:37.351Z] OPENJ9_BRANCH=master [2026-02-17T22:22:37.351Z] EXTERNAL_CUSTOM_BRANCH=master [2026-02-17T22:22:37.351Z] SYSTEM_LIB_DIR=c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:22:37.351Z] PARALLEL=None [2026-02-17T22:22:37.351Z] HUDSON_URL=https://ci.adoptium.net/ [2026-02-17T22:22:37.351Z] ITERATIONS=1 [2026-02-17T22:22:37.352Z] UPSTREAM_JOB_NUMBER=604 [2026-02-17T22:22:37.352Z] SPEC=win_x86-64 [2026-02-17T22:22:37.352Z] UPSTREAM_TEST_JOB_NAME=Test_openjdk8_hs_sanity.system_x86-64_windows [2026-02-17T22:22:37.352Z] TERM=xterm-256color [2026-02-17T22:22:37.352Z] JDK_REPO=https://github.com/adoptium/jdk8u [2026-02-17T22:22:37.352Z] ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium:master [2026-02-17T22:22:37.352Z] NODE_NAME=test-azure-win2022-x64-3 [2026-02-17T22:22:37.352Z] ADOPTOPENJDK_REPO=https://github.com/adoptium/aqa-tests.git [2026-02-17T22:22:37.352Z] PSModulePath=%ProgramFiles%\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules [2026-02-17T22:22:37.352Z] HUDSON_SERVER_COOKIE=2d832652af5afba8 [2026-02-17T22:22:37.352Z] WIX=C:\Program Files (x86)\WiX Toolset v3.14\ [2026-02-17T22:22:37.352Z] TEMP=/cygdrive/c/Users/JENKIN~1.TES/AppData/Local/Temp [2026-02-17T22:22:37.352Z] DYNAMIC_COMPILE=false [2026-02-17T22:22:37.352Z] SHLVL=2 [2026-02-17T22:22:37.352Z] BUILD_TAG=jenkins-Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2-25 [2026-02-17T22:22:37.352Z] PROCESSOR_REVISION=0101 [2026-02-17T22:22:37.352Z] DriverData=C:\Windows\System32\Drivers\DriverData [2026-02-17T22:22:37.352Z] EXECUTOR_NUMBER=0 [2026-02-17T22:22:37.352Z] HUDSON_COOKIE=16d1e595-6096-45fa-a879-9af392a52f8e [2026-02-17T22:22:37.352Z] ADOPTOPENJDK_BRANCH=master [2026-02-17T22:22:37.352Z] JENKINS_HOME=/home/jenkins/.jenkins [2026-02-17T22:22:37.352Z] COMMONPROGRAMFILES=C:\Program Files\Common Files [2026-02-17T22:22:37.352Z] ORIGIN_JDK_VERSION=8 [2026-02-17T22:22:37.352Z] PROCESSOR_IDENTIFIER=AMD64 Family 25 Model 1 Stepping 1, AuthenticAMD [2026-02-17T22:22:37.352Z] NUM_PROCESSORS=2 [2026-02-17T22:22:37.352Z] CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token [2026-02-17T22:22:37.352Z] NODE_LABELS=sw.os.windows ci.role.test x64 test-azure-win2022-x64-3 ci.role.perf windows hw.arch.x86 win2022 [2026-02-17T22:22:37.352Z] STAGE_NAME=Setup [2026-02-17T22:22:37.352Z] EXTERNAL_TEST_CMD=mvn clean install [2026-02-17T22:22:37.352Z] WORKSPACE_TMP=c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2@tmp [2026-02-17T22:22:37.352Z] TMP=/cygdrive/c/Users/JENKIN~1.TES/AppData/Local/Temp [2026-02-17T22:22:37.352Z] PATH=/cygdrive/c/Program Files/Eclipse Adoptium/jdk-21.0.8.9-hotspot/bin:/usr/bin:/cygdrive/c/Windows:/cygdrive/c/windows/system32:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Windows/System32/OpenSSH:/cygdrive/c/Program Files/dotnet:/cygdrive/c/Users/adoptopenjdk/AppData/Local/Microsoft/WindowsApps:/cygdrive/c/Strawberry/perl/bin:/cygdrive/c/Program Files/Git/cmd:/cygdrive/c/openjdk/jdk-8/bin:/cygdrive/c/apache-ant/apache-ant-1.10.15/bin:/cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/120/Tools/Binn:/cygdrive/c/Program Files (x86)/Microsoft SDKs/TypeScript/1.0:/cygdrive/c/Program Files (x86)/IncrediBuild:/cygdrive/c/rust/bin:/cygdrive/c/Program Files/IcedTeaWEB/bin:/cygdrive/c/Users/adoptopenjdk/AppData/Local/Microsoft/WindowsApps:/cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/cygdrive/c/Users/jenkins.test-azure-win2/AppData/Local/Microsoft/WindowsApps [2026-02-17T22:22:37.352Z] LIGHT_WEIGHT_CHECKOUT=false [2026-02-17T22:22:37.352Z] TKG_OWNER_BRANCH=adoptium:master [2026-02-17T22:22:37.352Z] ProgramW6432=C:\Program Files [2026-02-17T22:22:37.352Z] UPSTREAM_TEST_JOB_NUMBER=999 [2026-02-17T22:22:37.352Z] CI=true [2026-02-17T22:22:37.352Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/25/display/redirect?page=artifacts [2026-02-17T22:22:37.352Z] ACTIVE_NODE_TIMEOUT=5 [2026-02-17T22:22:37.352Z] RERUN_FAILURE=true [2026-02-17T22:22:37.352Z] VS120COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\ [2026-02-17T22:22:37.352Z] VS110COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\ [2026-02-17T22:22:37.352Z] OPENJCEPLUS_GIT_BRANCH=semeru-java8 [2026-02-17T22:22:37.352Z] BUILD_LIST=system [2026-02-17T22:22:37.352Z] BUILD_ID=25 [2026-02-17T22:22:37.352Z] WINDIR=C:\Windows [2026-02-17T22:22:37.352Z] PROCESSOR_ARCHITECTURE=AMD64 [2026-02-17T22:22:37.352Z] PUBLIC=C:\Users\Public [2026-02-17T22:22:37.352Z] SYSTEMDRIVE=C: [2026-02-17T22:22:37.352Z] TARGET=-f parallelList.mk testList_2 [2026-02-17T22:22:37.352Z] USE_JRE=false [2026-02-17T22:22:37.352Z] JDK_IMPL=hotspot [2026-02-17T22:22:37.352Z] 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 [2026-02-17T22:22:37.415Z] Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] dir [2026-02-17T22:22:37.432Z] Running in c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jdkbinary [Pipeline] { [Pipeline] copyArtifacts [2026-02-17T22:22:41.719Z] Copied 5 artifacts from "build-scripts » jobs » jdk8u » jdk8u-windows-x64-temurin" build number 604 [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // timeout Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_REPO_OPTION (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_BRANCH_OPTION (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_REPO_OPTION (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_BRANCH_OPTION (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_SHA_OPTION (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named CLONE_OPENJ9_OPTION (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named CLONE_OPENJ9_OPTION (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named JDK_VERSION_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named JDK_IMPL_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_REPO_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_BRANCH_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_REPOS (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_BRANCHES (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_DIRS (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_SHAS (to a value of type String) which could lead to memory leaks or other issues. [Pipeline] echo [2026-02-17T22:22:41.916Z] IS_SVT_TESTREPO is set to false Did you forget the `def` keyword? Script1 seems to be setting a field named TEST_IMAGES_REQUIRED (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named DEBUG_IMAGES_REQUIRED (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named CODE_COVERAGE_OPTION (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named ADDITIONAL_ARTIFACTS_REQUIRED_OPTION (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named CURL_OPTS (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named GET_SH_CMD (to a value of type GStringImpl) which could lead to memory leaks or other issues. Did you forget the `def` keyword? Script1 seems to be setting a field named RESOLVED_MAKE (to a value of type String) which could lead to memory leaks or other issues. [Pipeline] dir [2026-02-17T22:22:41.922Z] Running in c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2 [Pipeline] { [Pipeline] sshagent [2026-02-17T22:22:41.949Z] $ ssh-agent [2026-02-17T22:22:42.060Z] SSH_AUTH_SOCK=/tmp/ssh-3BBFqDBdelPS/agent.1934 [2026-02-17T22:22:42.060Z] SSH_AGENT_PID=1935 [2026-02-17T22:22:42.060Z] [ssh-agent] Started. [Pipeline] { [Pipeline] dir [2026-02-17T22:22:42.076Z] Running in c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests [Pipeline] { [Pipeline] withCredentials [2026-02-17T22:22:42.108Z] Masking supported pattern matches of %USERNAME% or %PASSWORD% [Pipeline] { [Pipeline] sh [2026-02-17T22:22:42.573Z] ++ pwd [2026-02-17T22:22:42.574Z] + ./get.sh -s /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests/.. -p x86-64_windows -r upstream -j 8 -i hotspot --clone_openj9 false --tkg_repo https://github.com/adoptium/TKG.git --tkg_branch master [2026-02-17T22:22:42.574Z] TESTDIR: /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests [2026-02-17T22:22:42.574Z] get jdk binary... [2026-02-17T22:22:42.574Z] --sdkdir is set to upstream. Therefore, skip download jdk binary [2026-02-17T22:22:42.919Z] Uncompressing file: OpenJDK8U-jdk_x64_windows_hotspot_8u492b03-ea.zip ... [2026-02-17T22:22:45.184Z] List files in jdkbinary folder... [2026-02-17T22:22:45.184Z] total 173624 [2026-02-17T22:22:45.184Z] -rwxrwx---+ 1 Administrators None 31119007 Feb 17 21:42 OpenJDK8U-debugimage_x64_windows_hotspot_8u492b03-ea.zip [2026-02-17T22:22:45.184Z] -rwxrwx---+ 1 Administrators None 106454504 Feb 17 21:48 OpenJDK8U-jdk_x64_windows_hotspot_8u492b03-ea.zip [2026-02-17T22:22:45.184Z] -rwxrwx---+ 1 Administrators None 40108459 Feb 17 21:49 OpenJDK8U-jre_x64_windows_hotspot_8u492b03-ea.zip [2026-02-17T22:22:45.184Z] -rwxrwx---+ 1 Administrators None 23617 Feb 17 21:46 OpenJDK8U-sbom_x64_windows_hotspot_8u492b03-ea-metadata.json [2026-02-17T22:22:45.184Z] -rwxrwx---+ 1 Administrators None 77408 Feb 17 22:01 OpenJDK8U-sbom_x64_windows_hotspot_8u492b03-ea.json [2026-02-17T22:22:45.184Z] drwxrwxr-x+ 1 jenkins None 0 Feb 17 22:22 tmp [2026-02-17T22:22:45.184Z] List files in jdkbinary/tmp folder... [2026-02-17T22:22:45.184Z] total 4 [2026-02-17T22:22:45.184Z] drwxrwx---+ 1 jenkins None 0 Feb 17 21:42 jdk8u492-b03 [2026-02-17T22:22:45.184Z] Moving directory jdk8u492-b03/ to ../j2sdk-image [2026-02-17T22:22:45.184Z] Uncompressing file: OpenJDK8U-jre_x64_windows_hotspot_8u492b03-ea.zip ... [2026-02-17T22:22:46.346Z] List files in jdkbinary folder... [2026-02-17T22:22:46.346Z] total 173628 [2026-02-17T22:22:46.346Z] -rwxrwx---+ 1 Administrators None 31119007 Feb 17 21:42 OpenJDK8U-debugimage_x64_windows_hotspot_8u492b03-ea.zip [2026-02-17T22:22:46.346Z] -rwxrwx---+ 1 Administrators None 106454504 Feb 17 21:48 OpenJDK8U-jdk_x64_windows_hotspot_8u492b03-ea.zip [2026-02-17T22:22:46.346Z] -rwxrwx---+ 1 Administrators None 40108459 Feb 17 21:49 OpenJDK8U-jre_x64_windows_hotspot_8u492b03-ea.zip [2026-02-17T22:22:46.346Z] -rwxrwx---+ 1 Administrators None 23617 Feb 17 21:46 OpenJDK8U-sbom_x64_windows_hotspot_8u492b03-ea-metadata.json [2026-02-17T22:22:46.346Z] -rwxrwx---+ 1 Administrators None 77408 Feb 17 22:01 OpenJDK8U-sbom_x64_windows_hotspot_8u492b03-ea.json [2026-02-17T22:22:46.346Z] drwxrwx---+ 1 jenkins None 0 Feb 17 21:42 j2sdk-image [2026-02-17T22:22:46.346Z] drwxrwxr-x+ 1 jenkins None 0 Feb 17 22:22 tmp [2026-02-17T22:22:46.346Z] List files in jdkbinary/tmp folder... [2026-02-17T22:22:46.346Z] total 4 [2026-02-17T22:22:46.346Z] drwxrwx---+ 1 jenkins None 0 Feb 17 21:42 jdk8u492-b03-jre [2026-02-17T22:22:46.346Z] Moving directory jdk8u492-b03-jre/ to ../j2re-image [2026-02-17T22:22:46.346Z] Uncompressing OpenJDK8U-debugimage_x64_windows_hotspot_8u492b03-ea.zip over ./j2sdk-image/jre... [2026-02-17T22:22:47.521Z] Removing top-level folder jdk8u492-b03-debug-image/ [2026-02-17T22:22:47.521Z] Removing top-level folder jdk8u492-b03/ [2026-02-17T22:22:50.558Z] Run c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/jdkbinary/j2sdk-image/bin/java -version [2026-02-17T22:22:50.558Z] =JAVA VERSION OUTPUT BEGIN= [2026-02-17T22:22:50.558Z] openjdk version "1.8.0_492-beta" [2026-02-17T22:22:50.558Z] OpenJDK Runtime Environment (Temurin)(build 1.8.0_492-beta-202602172106-b03) [2026-02-17T22:22:50.558Z] OpenJDK 64-Bit Server VM (Temurin)(build 25.492-b03, mixed mode) [2026-02-17T22:22:50.558Z] =JAVA VERSION OUTPUT END= [2026-02-17T22:22:50.558Z] =RELEASE INFO BEGIN= [2026-02-17T22:22:50.558Z] JAVA_VERSION="1.8.0_492" [2026-02-17T22:22:50.558Z] OS_NAME="Windows" [2026-02-17T22:22:50.558Z] OS_VERSION="5.2" [2026-02-17T22:22:50.558Z] OS_ARCH="amd64" [2026-02-17T22:22:50.558Z] SOURCE=".:git:42033a331a3c+" [2026-02-17T22:22:50.558Z] IMPLEMENTOR="Eclipse Adoptium" [2026-02-17T22:22:50.558Z] BUILD_SOURCE="git:e96bbeac79b072cebb4fb1a6123e60383fd5bbce" [2026-02-17T22:22:50.558Z] BUILD_SOURCE_REPO="https://github.com/adoptium/temurin-build.git" [2026-02-17T22:22:50.558Z] SOURCE_REPO="https://github.com/adoptium/jdk8u.git" [2026-02-17T22:22:50.558Z] FULL_VERSION="1.8.0_492-beta-202602172106-b03" [2026-02-17T22:22:50.558Z] SEMANTIC_VERSION="8.0.492+3" [2026-02-17T22:22:50.558Z] BUILD_INFO="OS: Windows Server 2022 Version: 10.0" [2026-02-17T22:22:50.558Z] JVM_VARIANT="Hotspot" [2026-02-17T22:22:50.558Z] JVM_VERSION="25.492-b03" [2026-02-17T22:22:50.558Z] IMAGE_TYPE="JDK" [2026-02-17T22:22:50.558Z] =RELEASE INFO END= [2026-02-17T22:22:50.558Z] get testKitGen... [2026-02-17T22:22:50.558Z] git clone -q https://github.com/adoptium/TKG.git [2026-02-17T22:22:52.229Z] git rev-parse master [2026-02-17T22:22:52.229Z] git checkout -q -f d8a5e7b9cec170af57c956a21372271dee7f8dfe [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // dir [Pipeline] } [2026-02-17T22:22:52.668Z] $ ssh-agent -k [2026-02-17T22:22:52.723Z] unset SSH_AUTH_SOCK; [2026-02-17T22:22:52.723Z] unset SSH_AGENT_PID; [2026-02-17T22:22:52.723Z] echo Agent pid 1935 killed; [2026-02-17T22:22:52.779Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] fileExists [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] echo [2026-02-17T22:22:53.125Z] Rerun in Grinder: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&amp;TARGET=-f+parallelList.mk+testList_2&amp;BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&amp;TEST_FLAG=&amp;UPSTREAM_TEST_JOB_NAME=Test_openjdk8_hs_sanity.system_x86-64_windows&amp;DOCKER_REQUIRED=false&amp;ACTIVE_NODE_TIMEOUT=5&amp;VENDOR_TEST_DIRS=&amp;EXTRA_DOCKER_ARGS=&amp;TKG_OWNER_BRANCH=adoptium%3Amaster&amp;OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&amp;PLATFORM=x86-64_windows&amp;GENERATE_JOBS=true&amp;KEEP_REPORTDIR=false&amp;PERSONAL_BUILD=false&amp;DOCKER_REGISTRY_DIR=&amp;RERUN_ITERATIONS=0&amp;ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&amp;SETUP_JCK_RUN=false&amp;DOCKER_REGISTRY_URL_CREDENTIAL_ID=&amp;LABEL=&amp;EXTRA_OPTIONS=&amp;CUSTOMIZED_SDK_URL=&amp;BUILD_IDENTIFIER=&amp;JENKINS_KEY=&amp;ADOPTOPENJDK_BRANCH=master&amp;LIGHT_WEIGHT_CHECKOUT=false&amp;USE_JRE=false&amp;ARTIFACTORY_SERVER=&amp;KEEP_WORKSPACE=false&amp;USER_CREDENTIALS_ID=&amp;JDK_VERSION=8&amp;DOCKER_REGISTRY_URL=&amp;ITERATIONS=1&amp;VENDOR_TEST_REPOS=&amp;JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk8u&amp;JCK_GIT_BRANCH=master&amp;OPENJ9_BRANCH=master&amp;OPENJ9_SHA=&amp;JCK_GIT_REPO=&amp;VENDOR_TEST_BRANCHES=&amp;UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-windows-x64-temurin&amp;OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&amp;CLOUD_PROVIDER=&amp;CUSTOM_TARGET=&amp;VENDOR_TEST_SHAS=&amp;JDK_BRANCH=jdk8u492-b03_adopt&amp;LABEL_ADDITION=&amp;ARTIFACTORY_REPO=&amp;ARTIFACTORY_ROOT_DIR=&amp;UPSTREAM_TEST_JOB_NUMBER=999&amp;DOCKERIMAGE_TAG=&amp;TEST_TIME=&amp;JDK_IMPL=hotspot&amp;SSH_AGENT_CREDENTIAL=&amp;AUTO_DETECT=true&amp;SLACK_CHANNEL=aqavit-bot&amp;DYNAMIC_COMPILE=false&amp;RELATED_NODES=&amp;ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&amp;APPLICATION_OPTIONS=&amp;CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token&amp;ARCHIVE_TEST_RESULTS=false&amp;NUM_MACHINES=&amp;OPENJDK_SHA=&amp;TRSS_URL=&amp;RERUN_FAILURE=false&amp;USE_TESTENV_PROPERTIES=false&amp;BUILD_LIST=system&amp;ADDITIONAL_ARTIFACTS_REQUIRED=&amp;UPSTREAM_JOB_NUMBER=604&amp;STF_OWNER_BRANCH=adoptium%3Amaster&amp;TIME_LIMIT=25&amp;JVM_OPTIONS=&amp;PARALLEL=None [Pipeline] echo [2026-02-17T22:22:53.136Z] Rerun in Grinder on same machine: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&amp;TARGET=-f+parallelList.mk+testList_2&amp;BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&amp;TEST_FLAG=&amp;UPSTREAM_TEST_JOB_NAME=Test_openjdk8_hs_sanity.system_x86-64_windows&amp;DOCKER_REQUIRED=false&amp;ACTIVE_NODE_TIMEOUT=5&amp;VENDOR_TEST_DIRS=&amp;EXTRA_DOCKER_ARGS=&amp;TKG_OWNER_BRANCH=adoptium%3Amaster&amp;OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&amp;PLATFORM=x86-64_windows&amp;GENERATE_JOBS=true&amp;KEEP_REPORTDIR=false&amp;PERSONAL_BUILD=false&amp;DOCKER_REGISTRY_DIR=&amp;RERUN_ITERATIONS=0&amp;ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&amp;SETUP_JCK_RUN=false&amp;DOCKER_REGISTRY_URL_CREDENTIAL_ID=&amp;LABEL=test-azure-win2022-x64-3&amp;EXTRA_OPTIONS=&amp;CUSTOMIZED_SDK_URL=&amp;BUILD_IDENTIFIER=&amp;JENKINS_KEY=&amp;ADOPTOPENJDK_BRANCH=master&amp;LIGHT_WEIGHT_CHECKOUT=false&amp;USE_JRE=false&amp;ARTIFACTORY_SERVER=&amp;KEEP_WORKSPACE=false&amp;USER_CREDENTIALS_ID=&amp;JDK_VERSION=8&amp;DOCKER_REGISTRY_URL=&amp;ITERATIONS=1&amp;VENDOR_TEST_REPOS=&amp;JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk8u&amp;JCK_GIT_BRANCH=master&amp;OPENJ9_BRANCH=master&amp;OPENJ9_SHA=&amp;JCK_GIT_REPO=&amp;VENDOR_TEST_BRANCHES=&amp;UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-windows-x64-temurin&amp;OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&amp;CLOUD_PROVIDER=&amp;CUSTOM_TARGET=&amp;VENDOR_TEST_SHAS=&amp;JDK_BRANCH=jdk8u492-b03_adopt&amp;LABEL_ADDITION=&amp;ARTIFACTORY_REPO=&amp;ARTIFACTORY_ROOT_DIR=&amp;UPSTREAM_TEST_JOB_NUMBER=999&amp;DOCKERIMAGE_TAG=&amp;TEST_TIME=&amp;JDK_IMPL=hotspot&amp;SSH_AGENT_CREDENTIAL=&amp;AUTO_DETECT=true&amp;SLACK_CHANNEL=aqavit-bot&amp;DYNAMIC_COMPILE=false&amp;RELATED_NODES=&amp;ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&amp;APPLICATION_OPTIONS=&amp;CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token&amp;ARCHIVE_TEST_RESULTS=false&amp;NUM_MACHINES=&amp;OPENJDK_SHA=&amp;TRSS_URL=&amp;RERUN_FAILURE=false&amp;USE_TESTENV_PROPERTIES=false&amp;BUILD_LIST=system&amp;ADDITIONAL_ARTIFACTS_REQUIRED=&amp;UPSTREAM_JOB_NUMBER=604&amp;STF_OWNER_BRANCH=adoptium%3Amaster&amp;TIME_LIMIT=25&amp;JVM_OPTIONS=&amp;PARALLEL=None [Pipeline] stage [Pipeline] { (Build) [Pipeline] echo [2026-02-17T22:22:53.176Z] Building tests... [Pipeline] timeout [2026-02-17T22:22:53.180Z] Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] copyArtifacts [2026-02-17T22:22:53.297Z] Copied 1 artifact from "Test_openjdk8_hs_sanity.system_x86-64_windows" build number 999 [Pipeline] } [Pipeline] // timeout [Pipeline] timeout [2026-02-17T22:22:53.346Z] Timeout set to expire in 20 min [Pipeline] { [Pipeline] echo [2026-02-17T22:22:53.374Z] Custom URL: https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/ [Pipeline] sh [2026-02-17T22:22:53.867Z] + perl ./aqa-tests/TKG/scripts/getDependencies.pl -path c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib -task default -customUrl https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/ [2026-02-17T22:22:54.207Z] -------------------------------------------- [2026-02-17T22:22:54.207Z] path is set to c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:22:54.207Z] task is set to default [2026-02-17T22:22:54.207Z] dependencyList is set to all [2026-02-17T22:22:54.207Z] System Test jars will be downloaded. [2026-02-17T22:22:54.207Z] -------------------------------------------- [2026-02-17T22:22:54.207Z] Starting download third party dependent jars [2026-02-17T22:22:54.208Z] -------------------------------------------- [2026-02-17T22:22:54.208Z] downloading dependent third party jars to c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:22:54.208Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib/json-simple.jar exists with correct hash, not downloading [2026-02-17T22:22:54.208Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib/junit/junit.jar exists, not downloading. [2026-02-17T22:22:54.208Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib/log4j/log4j-api.jar exists, not downloading. [2026-02-17T22:22:54.208Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib/log4j/log4j-core.jar exists, not downloading. [2026-02-17T22:22:54.208Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib/asm/asm.jar exists with correct hash, not downloading [2026-02-17T22:22:54.208Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib/cvsclient/org-netbeans-lib-cvsclient.jar exists, not downloading. [2026-02-17T22:22:54.208Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib/jcstress-tests-all-20240222.jar exists with correct hash, not downloading [2026-02-17T22:22:54.208Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib/junit/hamcrest-core.jar exists, not downloading. [2026-02-17T22:22:54.208Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib/apache-ant/lib/ant-launcher.jar exists, not downloading. [2026-02-17T22:22:54.208Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib/mauve/mauve.jar exists with correct hash, not downloading [2026-02-17T22:22:54.208Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib/tools/tools.jar exists, not downloading. [2026-02-17T22:22:54.208Z] downloaded dependent third party jars successfully [Pipeline] } [Pipeline] // timeout [Pipeline] fileExists [Pipeline] fileExists [Pipeline] withCredentials [2026-02-17T22:22:54.415Z] Masking supported pattern matches of %USERNAME% or %PASSWORD% [Pipeline] { [Pipeline] dir [2026-02-17T22:22:54.431Z] Running in c:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests [Pipeline] { [Pipeline] sshagent [2026-02-17T22:22:54.460Z] $ ssh-agent [2026-02-17T22:22:54.572Z] SSH_AUTH_SOCK=/tmp/ssh-eidSj2Z5GtQt/agent.2002 [2026-02-17T22:22:54.572Z] SSH_AGENT_PID=2003 [2026-02-17T22:22:54.572Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-02-17T22:22:55.045Z] + bash ./compile.sh [2026-02-17T22:22:55.045Z] JAVA_HOME is set to c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/jdkbinary/j2sdk-image [2026-02-17T22:22:55.375Z] LIB_DIR is set to C:/jenkins/externalDependency/system_lib [2026-02-17T22:22:55.375Z] rm -f -r /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests/TKG/../TKG/output_compilation; \ [2026-02-17T22:22:55.375Z] mkdir -p /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests/TKG/../TKG/output_compilation; \ [2026-02-17T22:22:55.375Z] (ant -f ./scripts/build_tools.xml "-DTEST_JDK_HOME=c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/jdkbinary/j2sdk-image" "-DTEST_ROOT=/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_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-64_windows_testList_2/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \ [2026-02-17T22:22:55.376Z] if [ -z "$(tail -1 /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_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-64_windows_testList_2/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests/TKG/.."; false; else rm -f -r "/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests/TKG/../TKG/output_compilation"; fi [2026-02-17T22:22:56.581Z] Buildfile: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG\scripts\build_tools.xml [2026-02-17T22:22:56.947Z] [2026-02-17T22:22:56.947Z] build: [2026-02-17T22:22:56.947Z] [2026-02-17T22:22:56.947Z] clean: [2026-02-17T22:22:56.947Z] [2026-02-17T22:22:56.947Z] init: [2026-02-17T22:22:56.947Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG\bin [2026-02-17T22:22:56.947Z] [2026-02-17T22:22:56.947Z] getDependentLibs: [2026-02-17T22:22:57.291Z] [exec] -------------------------------------------- [2026-02-17T22:22:57.291Z] [exec] path is set to C:/jenkins/externalDependency/system_lib [2026-02-17T22:22:57.291Z] [exec] task is set to default [2026-02-17T22:22:57.291Z] [exec] dependencyList is set to json_simple [2026-02-17T22:22:57.291Z] [exec] System Test jars will be downloaded. [2026-02-17T22:22:57.291Z] [exec] -------------------------------------------- [2026-02-17T22:22:57.291Z] [exec] Starting download third party dependent jars [2026-02-17T22:22:57.291Z] [exec] -------------------------------------------- [2026-02-17T22:22:57.291Z] [exec] downloading dependent third party jars to C:/jenkins/externalDependency/system_lib [2026-02-17T22:22:57.291Z] [exec] C:/jenkins/externalDependency/system_lib/json-simple.jar exists with correct hash, not downloading [2026-02-17T22:22:57.291Z] [exec] downloaded dependent third party jars successfully [2026-02-17T22:22:57.291Z] [2026-02-17T22:22:57.291Z] compile: [2026-02-17T22:22:57.291Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024 [2026-02-17T22:22:57.291Z] [echo] ============COMPILER SETTINGS============ [2026-02-17T22:22:57.291Z] [echo] ===fork: yes [2026-02-17T22:22:57.291Z] [echo] ===debug: on [2026-02-17T22:22:57.291Z] [javac] Compiling 28 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG\bin [2026-02-17T22:23:00.590Z] [2026-02-17T22:23:00.590Z] dist: [2026-02-17T22:23:00.590Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG\bin\TestKitGen.jar [2026-02-17T22:23:00.590Z] [2026-02-17T22:23:00.590Z] BUILD SUCCESSFUL [2026-02-17T22:23:00.590Z] Total time: 4 seconds [2026-02-17T22:23:00.590Z] 0 [2026-02-17T22:23:00.590Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/jdkbinary/j2sdk-image/bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector [2026-02-17T22:23:01.299Z] Unfamiliar microArch detected in TKG. It will not be added in TKG microArch! [2026-02-17T22:23:01.299Z] microArchOutput: model name : AMD EPYC 7763 64-Core Processor [2026-02-17T22:23:02.481Z] ****************************** MACHINE INFO ****************************** [2026-02-17T22:23:02.481Z] File path : C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG [2026-02-17T22:23:02.481Z] Free Physical Memory Size : 6138277888 [2026-02-17T22:23:02.481Z] Free space (bytes) : 80514637824 [2026-02-17T22:23:02.481Z] Total Physical Memory Size : 8531955712 [2026-02-17T22:23:02.481Z] Total space (bytes) : 274283311104 [2026-02-17T22:23:02.481Z] Usable space (bytes) : 80514637824 [2026-02-17T22:23:02.481Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024 [2026-02-17T22:23:02.481Z] bashVersion : [2026-02-17T22:23:02.482Z] GNU bash, version 5.2.15(3)-release (x86_64-pc-cygwin) [2026-02-17T22:23:02.482Z] Copyright (C) 2022 Free Software Foundation, Inc. [2026-02-17T22:23:02.482Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> [2026-02-17T22:23:02.482Z] [2026-02-17T22:23:02.482Z] This is free software; you are free to change and redistribute it. [2026-02-17T22:23:02.482Z] There is NO WARRANTY, to the extent permitted by law. [2026-02-17T22:23:02.482Z] cpuCores : 2 [2026-02-17T22:23:02.482Z] curlVersion : [2026-02-17T22:23:02.482Z] curl 8.5.0 (x86_64-pc-cygwin) libcurl/8.5.0 OpenSSL/3.0.12 zlib/1.3 brotli/1.1.0 zstd/1.5.5 libidn2/2.3.4 libpsl/0.21.2 (+libidn2/2.3.4) libssh2/1.11.0 nghttp2/1.58.0 libgsasl/2.2.0 OpenLDAP/2.6.6 [2026-02-17T22:23:02.482Z] Release-Date: 2023-12-06 [2026-02-17T22:23:02.482Z] 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 [2026-02-17T22:23:02.482Z] 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 [2026-02-17T22:23:02.482Z] dockerVersion : bash: line 1: docker: command not found [2026-02-17T22:23:02.482Z] gcc version : 11 [2026-02-17T22:23:02.482Z] gclibc version : ldd (cygwin) 3.4.10 [2026-02-17T22:23:02.482Z] gdb version : bash: line 1: gdb: command not found [2026-02-17T22:23:02.482Z] lldb version : Command could not be executed [2026-02-17T22:23:02.482Z] makeVersion : [2026-02-17T22:23:02.482Z] GNU Make 4.4.1 [2026-02-17T22:23:02.482Z] Built for x86_64-pc-cygwin [2026-02-17T22:23:02.482Z] Copyright (C) 1988-2023 Free Software Foundation, Inc. [2026-02-17T22:23:02.482Z] License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html> [2026-02-17T22:23:02.482Z] This is free software: you are free to change and redistribute it. [2026-02-17T22:23:02.482Z] There is NO WARRANTY, to the extent permitted by law. [2026-02-17T22:23:02.482Z] mavenVersion : bash: line 1: mvn: command not found [2026-02-17T22:23:02.482Z] perlVersion : [2026-02-17T22:23:02.482Z] [2026-02-17T22:23:02.482Z] This is perl 5, version 36, subversion 3 (v5.36.3) built for x86_64-cygwin-threads-multi [2026-02-17T22:23:02.482Z] (with 6 registered patches, see perl -V for more detail) [2026-02-17T22:23:02.482Z] [2026-02-17T22:23:02.482Z] Copyright 1987-2023, Larry Wall [2026-02-17T22:23:02.482Z] [2026-02-17T22:23:02.482Z] Perl may be copied only under the terms of either the Artistic License or the [2026-02-17T22:23:02.482Z] GNU General Public License, which may be found in the Perl 5 source kit. [2026-02-17T22:23:02.482Z] [2026-02-17T22:23:02.482Z] Complete documentation for Perl, including FAQ lists, should be found on [2026-02-17T22:23:02.482Z] this system using "man perl" or "perldoc perl". If you have access to the [2026-02-17T22:23:02.482Z] Internet, point your browser at https://www.perl.org/, the Perl Home Page. [2026-02-17T22:23:02.482Z] [2026-02-17T22:23:02.482Z] podmanVersion : bash: line 1: podman: command not found [2026-02-17T22:23:02.482Z] procArch : unknown [2026-02-17T22:23:02.482Z] sysArch : x86_64 [2026-02-17T22:23:02.482Z] sysOS : CYGWIN_NT-10.0-20348 [2026-02-17T22:23:02.482Z] ulimit : [2026-02-17T22:23:02.482Z] core file size (blocks, -c) unlimited [2026-02-17T22:23:02.482Z] data seg size (kbytes, -d) unlimited [2026-02-17T22:23:02.482Z] file size (blocks, -f) unlimited [2026-02-17T22:23:02.482Z] open files (-n) 3200 [2026-02-17T22:23:02.482Z] pipe size (512 bytes, -p) 8 [2026-02-17T22:23:02.482Z] stack size (kbytes, -s) 2032 [2026-02-17T22:23:02.482Z] cpu time (seconds, -t) unlimited [2026-02-17T22:23:02.482Z] max user processes (-u) 256 [2026-02-17T22:23:02.482Z] virtual memory (kbytes, -v) unlimited [2026-02-17T22:23:02.482Z] uname : CYGWIN_NT-10.0-20348 test-azure-win-2 3.4.10-1.x86_64 2023-11-29 12:12 UTC x86_64 Cygwin [2026-02-17T22:23:02.482Z] vmVendor : Oracle Corporation [2026-02-17T22:23:02.482Z] vmVersion : 25.492-b03 [2026-02-17T22:23:02.482Z] xlc version : bash: line 1: xlC: command not found [2026-02-17T22:23:02.482Z] ************************************************************************** [2026-02-17T22:23:02.482Z] [2026-02-17T22:23:02.482Z] System.getProperty('java.vm.name')=OpenJDK 64-Bit Server VM [2026-02-17T22:23:02.482Z] [2026-02-17T22:23:02.482Z] System.getProperty('java.vendor')=Temurin [2026-02-17T22:23:02.482Z] [2026-02-17T22:23:02.482Z] System.getProperty('os.name')=Windows Server 2022 [2026-02-17T22:23:02.482Z] [2026-02-17T22:23:02.482Z] System.getProperty('os.arch')=amd64 [2026-02-17T22:23:02.482Z] [2026-02-17T22:23:02.482Z] System.getProperty('java.fullversion')=null [2026-02-17T22:23:02.482Z] [2026-02-17T22:23:02.482Z] System.getProperty('sun.arch.data.model')=64 [2026-02-17T22:23:02.482Z] [2026-02-17T22:23:02.812Z] make -f clean.mk cleanBuild [2026-02-17T22:23:02.812Z] make[1]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests/TKG' [2026-02-17T22:23:03.159Z] rm -f -r C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests///..//jvmtest [2026-02-17T22:23:03.159Z] make[1]: Leaving directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests/TKG' [2026-02-17T22:23:03.159Z] make -f compile.mk compile [2026-02-17T22:23:03.159Z] make[1]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests/TKG' [2026-02-17T22:23:03.867Z] rm -f -r C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests//TKG/output_compilation; \ [2026-02-17T22:23:03.867Z] mkdir -p C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests//TKG/output_compilation; \ [2026-02-17T22:23:03.867Z] (ant -f scripts/build_test.xml "-DTEST_ROOT=C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests/" "-DBUILD_ROOT=C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_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-64_windows_testList_2/aqa-tests///..//jvmtest/TestConfig/resources" "-DSPEC=win_x86-64" "-DTEST_JDK_HOME=c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_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-64_windows_testList_2/aqa-tests//TKG/output_compilation/compilation.log"; \ [2026-02-17T22:23:03.868Z] if [ -z "$(tail -1 C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_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-64_windows_testList_2/aqa-tests//TKG/output_compilation/compilation.log" --testRoot="C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests/"; false; else rm -f -r "C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests//TKG/output_compilation"; fi [2026-02-17T22:23:05.150Z] Buildfile: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG\scripts\build_test.xml [2026-02-17T22:23:05.503Z] [echo] build.list is TestConfig/build.xml,system/build.xml [2026-02-17T22:23:05.503Z] [2026-02-17T22:23:05.503Z] -create_test_directory: [2026-02-17T22:23:05.503Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest [2026-02-17T22:23:05.503Z] [2026-02-17T22:23:05.503Z] stage_test_material: [2026-02-17T22:23:05.503Z] [copy] Copying 136 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest [2026-02-17T22:23:05.922Z] [2026-02-17T22:23:05.922Z] build: [2026-02-17T22:23:05.922Z] [2026-02-17T22:23:05.922Z] init: [2026-02-17T22:23:05.922Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system [2026-02-17T22:23:05.922Z] [2026-02-17T22:23:05.922Z] dist: [2026-02-17T22:23:05.922Z] [copy] Copying 1 file to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system [2026-02-17T22:23:05.922Z] [2026-02-17T22:23:05.922Z] common_build: [2026-02-17T22:23:05.922Z] [echo] target common_build is called..... [2026-02-17T22:23:05.922Z] [2026-02-17T22:23:05.922Z] common_init: [2026-02-17T22:23:05.922Z] [2026-02-17T22:23:05.922Z] check_systemtest: [2026-02-17T22:23:05.922Z] [echo] C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests//system/STF does not exist, clone from GitHub [2026-02-17T22:23:05.922Z] [2026-02-17T22:23:05.922Z] clone_stf: [2026-02-17T22:23:06.265Z] [exec] git clone -q https://github.com/adoptium/STF.git [2026-02-17T22:23:07.417Z] [echo] git rev-parse master [2026-02-17T22:23:07.417Z] [echo] git checkout -q -f 91d0e566278d7e8bba2de994f3c0d4164e6bb0d7 [2026-02-17T22:23:07.796Z] [exec] Check sha in C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests//system/STF and store the info in C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests//testenv/testenv.properties [2026-02-17T22:23:07.796Z] [exec] STF_REPO=https://github.com/adoptium/STF.git [2026-02-17T22:23:07.796Z] [exec] STF_BRANCH=91d0e566278d7e8bba2de994f3c0d4164e6bb0d7 [2026-02-17T22:23:07.796Z] [echo] C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests//system/aqa-systemtest does not exist, clone from GitHub [2026-02-17T22:23:07.796Z] [2026-02-17T22:23:07.796Z] clone_systemtest: [2026-02-17T22:23:08.138Z] [exec] git clone -q https://github.com/adoptium/aqa-systemtest.git [2026-02-17T22:23:10.395Z] [echo] git rev-parse master [2026-02-17T22:23:10.395Z] [echo] git checkout -q -f ea987227afd9fec0f9c68bfeeefc3beeca16d3e6 [2026-02-17T22:23:12.075Z] [exec] Check sha in C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests//system/aqa-systemtest and store the info in C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests//testenv/testenv.properties [2026-02-17T22:23:12.075Z] [exec] AQA_SYSTEMTEST_REPO=https://github.com/adoptium/aqa-systemtest.git [2026-02-17T22:23:12.075Z] [exec] AQA_SYSTEMTEST_BRANCH=ea987227afd9fec0f9c68bfeeefc3beeca16d3e6 [2026-02-17T22:23:12.075Z] [2026-02-17T22:23:12.075Z] configure_systemtest: [2026-02-17T22:23:12.075Z] [echo] Executing openjdk.build/build.xml [2026-02-17T22:23:12.075Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:23:12.075Z] [2026-02-17T22:23:12.075Z] check-for-ant: [2026-02-17T22:23:12.075Z] [2026-02-17T22:23:12.075Z] configure-ant: [2026-02-17T22:23:12.075Z] [2026-02-17T22:23:12.075Z] print-ant-location: [2026-02-17T22:23:12.075Z] [echo] Using ant from c:\jenkins\externalDependency\system_lib\apache-ant\lib\ant-launcher.jar [2026-02-17T22:23:12.075Z] [2026-02-17T22:23:12.075Z] print-ant-error: [2026-02-17T22:23:12.075Z] [2026-02-17T22:23:12.075Z] check-for-junit: [2026-02-17T22:23:12.076Z] [2026-02-17T22:23:12.076Z] configure-junit: [2026-02-17T22:23:12.076Z] [2026-02-17T22:23:12.076Z] print-junit-location: [2026-02-17T22:23:12.076Z] [echo] Using junit from c:\jenkins\externalDependency\system_lib\junit\junit.jar [2026-02-17T22:23:12.076Z] [2026-02-17T22:23:12.076Z] print-junit-error: [2026-02-17T22:23:12.076Z] [2026-02-17T22:23:12.076Z] check-for-hamcrest-core: [2026-02-17T22:23:12.076Z] [2026-02-17T22:23:12.076Z] configure-hamcrest-core: [2026-02-17T22:23:12.076Z] [2026-02-17T22:23:12.076Z] print-hamcrest-core-location: [2026-02-17T22:23:12.076Z] [echo] Using hamcrest-core from c:\jenkins\externalDependency\system_lib\junit\hamcrest-core.jar [2026-02-17T22:23:12.076Z] [2026-02-17T22:23:12.076Z] print-hamcrest-core-error: [2026-02-17T22:23:12.076Z] [2026-02-17T22:23:12.076Z] check-for-log4j: [2026-02-17T22:23:12.076Z] [2026-02-17T22:23:12.076Z] configure-log4j: [2026-02-17T22:23:12.076Z] [2026-02-17T22:23:12.076Z] print-log4j-location: [2026-02-17T22:23:12.076Z] [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 [2026-02-17T22:23:12.076Z] [2026-02-17T22:23:12.076Z] print-log4j-error: [2026-02-17T22:23:12.076Z] [2026-02-17T22:23:12.076Z] check-for-asm: [2026-02-17T22:23:12.076Z] [2026-02-17T22:23:12.076Z] configure-asm: [2026-02-17T22:23:12.076Z] [2026-02-17T22:23:12.076Z] print-asm-location: [2026-02-17T22:23:12.076Z] [echo] Using asm.jar from c:\jenkins\externalDependency\system_lib\asm/asm.jar [2026-02-17T22:23:12.076Z] [echo] Using asm-commons.jar from c:\jenkins\externalDependency\system_lib\asm/asm-commons.jar [2026-02-17T22:23:12.076Z] [2026-02-17T22:23:12.076Z] print-asm-error: [2026-02-17T22:23:12.076Z] [2026-02-17T22:23:12.076Z] setup-java-properties: [2026-02-17T22:23:12.076Z] [echo] java_home is ${java_home} [2026-02-17T22:23:12.076Z] [echo] java.home is C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jdkbinary\j2sdk-image\jre [2026-02-17T22:23:12.076Z] [echoproperties] #Ant properties [2026-02-17T22:23:12.076Z] [echoproperties] #Tue Feb 17 22:23:11 UTC 2026 [2026-02-17T22:23:12.076Z] [echoproperties] buildjdk..= [2026-02-17T22:23:12.077Z] [echoproperties] buildjdk.C=\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\\jdkbinary\\j2sdk-image\\jre\\classes [2026-02-17T22:23:12.077Z] [echoproperties] buildjdk.OpenJDK=64-Bit Server VM (Temurin)(build 25.492-b03, mixed mode) [2026-02-17T22:23:12.077Z] [echoproperties] buildjdk.Property=settings\: [2026-02-17T22:23:12.077Z] [echoproperties] buildjdk.awt.toolkit=sun.awt.windows.WToolkit [2026-02-17T22:23:12.077Z] [echoproperties] buildjdk.file.encoding=Cp1252 [2026-02-17T22:23:12.077Z] [echoproperties] buildjdk.file.encoding.pkg=sun.io [2026-02-17T22:23:12.077Z] [echoproperties] buildjdk.file.separator=\\ [2026-02-17T22:23:12.077Z] [echoproperties] buildjdk.java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment [2026-02-17T22:23:12.077Z] [echoproperties] buildjdk.java.awt.printerjob=sun.awt.windows.WPrinterJob [2026-02-17T22:23:12.077Z] [echoproperties] buildjdk.java.class.path=. [2026-02-17T22:23:12.077Z] [echoproperties] buildjdk.java.class.version=52.0 [2026-02-17T22:23:12.077Z] [echoproperties] buildjdk.java.endorsed.dirs=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\\jdkbinary\\j2sdk-image\\jre\\lib\\endorsed [2026-02-17T22:23:12.077Z] [echoproperties] buildjdk.java.ext.dirs=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\\jdkbinary\\j2sdk-image\\jre\\lib\\ext [2026-02-17T22:23:12.078Z] [echoproperties] buildjdk.java.home=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\\jdkbinary\\j2sdk-image\\jre [2026-02-17T22:23:12.078Z] [echoproperties] buildjdk.java.io.tmpdir=C\:\\Users\\JENKIN~1.TES\\AppData\\Local\\Temp\\ [2026-02-17T22:23:12.078Z] [echoproperties] buildjdk.java.library.path=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\\jdkbinary\\j2sdk-image\\bin [2026-02-17T22:23:12.078Z] [echoproperties] buildjdk.java.runtime.name=OpenJDK Runtime Environment [2026-02-17T22:23:12.078Z] [echoproperties] buildjdk.java.runtime.version=1.8.0_492-beta-202602172106-b03 [2026-02-17T22:23:12.078Z] [echoproperties] buildjdk.java.specification.maintenance.version=6 [2026-02-17T22:23:12.078Z] [echoproperties] buildjdk.java.specification.name=Java Platform API Specification [2026-02-17T22:23:12.078Z] [echoproperties] buildjdk.java.specification.vendor=Oracle Corporation [2026-02-17T22:23:12.078Z] [echoproperties] buildjdk.java.specification.version=1.8 [2026-02-17T22:23:12.078Z] [echoproperties] buildjdk.java.vendor=Temurin [2026-02-17T22:23:12.078Z] [echoproperties] buildjdk.java.vendor.url=https\://adoptium.net/ [2026-02-17T22:23:12.078Z] [echoproperties] buildjdk.java.vendor.url.bug=https\://github.com/adoptium/adoptium-support/issues [2026-02-17T22:23:12.078Z] [echoproperties] buildjdk.java.version=1.8.0_492-beta [2026-02-17T22:23:12.078Z] [echoproperties] buildjdk.java.vm.info=mixed mode [2026-02-17T22:23:12.078Z] [echoproperties] buildjdk.java.vm.name=OpenJDK 64-Bit Server VM [2026-02-17T22:23:12.078Z] [echoproperties] buildjdk.java.vm.specification.name=Java Virtual Machine Specification [2026-02-17T22:23:12.078Z] [echoproperties] buildjdk.java.vm.specification.vendor=Oracle Corporation [2026-02-17T22:23:12.079Z] [echoproperties] buildjdk.java.vm.specification.version=1.8 [2026-02-17T22:23:12.079Z] [echoproperties] buildjdk.java.vm.vendor=Temurin [2026-02-17T22:23:12.079Z] [echoproperties] buildjdk.java.vm.version=25.492-b03 [2026-02-17T22:23:12.079Z] [echoproperties] buildjdk.line.separator=\\r \\n [2026-02-17T22:23:12.079Z] [echoproperties] buildjdk.openjdk=version "1.8.0_492-beta" [2026-02-17T22:23:12.079Z] [echoproperties] buildjdk.os.arch=amd64 [2026-02-17T22:23:12.079Z] [echoproperties] buildjdk.os.name=Windows Server 2022 [2026-02-17T22:23:12.079Z] [echoproperties] buildjdk.os.version=10.0 [2026-02-17T22:23:12.079Z] [echoproperties] buildjdk.path.separator=; [2026-02-17T22:23:12.079Z] [echoproperties] buildjdk.sun.arch.data.model=64 [2026-02-17T22:23:12.079Z] [echoproperties] buildjdk.sun.boot.class.path=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\\jdkbinary\\j2sdk-image\\jre\\lib\\resources.jar [2026-02-17T22:23:12.079Z] [echoproperties] buildjdk.sun.boot.library.path=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\\jdkbinary\\j2sdk-image\\jre\\bin [2026-02-17T22:23:12.079Z] [echoproperties] buildjdk.sun.cpu.endian=little [2026-02-17T22:23:12.079Z] [echoproperties] buildjdk.sun.cpu.isalist=amd64 [2026-02-17T22:23:12.079Z] [echoproperties] buildjdk.sun.desktop=windows [2026-02-17T22:23:12.079Z] [echoproperties] buildjdk.sun.io.unicode.encoding=UnicodeLittle [2026-02-17T22:23:12.079Z] [echoproperties] buildjdk.sun.java.launcher=SUN_STANDARD [2026-02-17T22:23:12.079Z] [echoproperties] buildjdk.sun.jnu.encoding=Cp1252 [2026-02-17T22:23:12.079Z] [echoproperties] buildjdk.sun.management.compiler=HotSpot 64-Bit Tiered Compilers [2026-02-17T22:23:12.079Z] [echoproperties] buildjdk.sun.os.patch.level= [2026-02-17T22:23:12.079Z] [echoproperties] buildjdk.user.country=US [2026-02-17T22:23:12.080Z] [echoproperties] buildjdk.user.dir=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\\aqa-tests\\system\\aqa-systemtest\\openjdk.build [2026-02-17T22:23:12.080Z] [echoproperties] buildjdk.user.home=C\:\\Users\\jenkins.test-azure-win2 [2026-02-17T22:23:12.080Z] [echoproperties] buildjdk.user.language=en [2026-02-17T22:23:12.080Z] [echoproperties] buildjdk.user.name=**** [2026-02-17T22:23:12.080Z] [echoproperties] buildjdk.user.script= [2026-02-17T22:23:12.080Z] [echoproperties] buildjdk.user.timezone= [2026-02-17T22:23:12.080Z] [echoproperties] buildjdk.user.variant= [2026-02-17T22:23:12.080Z] [delete] Deleting: C:\Users\JENKIN~1.TES\AppData\Local\Temp\openjdk.java.build.properties.1946323630 [2026-02-17T22:23:12.080Z] [echo] DEBUG: Resolved os.name for buildjdk is Windows Server 2022 [2026-02-17T22:23:12.080Z] [echo] java_platform set to win_x86-64 [2026-02-17T22:23:12.080Z] [echo] java_java_specification_version set to 1.8 [2026-02-17T22:23:12.080Z] [echo] java_java_vm_vendor set to Temurin [2026-02-17T22:23:12.080Z] [echo] java_bindir set to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jdkbinary\j2sdk-image\jre/../bin [2026-02-17T22:23:12.080Z] [echo] java_compiler set to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jdkbinary\j2sdk-image\bin\javac.exe [2026-02-17T22:23:12.080Z] [2026-02-17T22:23:12.080Z] check-for-tools-jar: [2026-02-17T22:23:12.080Z] [echo] java_java_specification_version is 1.8 [2026-02-17T22:23:12.080Z] [2026-02-17T22:23:12.080Z] configure-tools-jar: [2026-02-17T22:23:12.080Z] [2026-02-17T22:23:12.080Z] print-tools-jar-location: [2026-02-17T22:23:12.080Z] [echo] Using tools.jar from c:\jenkins\externalDependency\system_lib\tools/tools.jar [2026-02-17T22:23:12.080Z] [2026-02-17T22:23:12.080Z] print-tools-jar-error: [2026-02-17T22:23:12.080Z] [2026-02-17T22:23:12.080Z] check-for-windows-sysinternals: [2026-02-17T22:23:12.080Z] [2026-02-17T22:23:12.081Z] set-download-windows-sysinternals-required: [2026-02-17T22:23:12.081Z] [2026-02-17T22:23:12.081Z] configure-windows-sysinternals: [2026-02-17T22:23:12.081Z] [2026-02-17T22:23:12.081Z] print-windows-sysinternals-location: [2026-02-17T22:23:12.081Z] [echo] Using windows sysinternals from from c:\jenkins\externalDependency\system_lib\windows_sysinternals [2026-02-17T22:23:12.081Z] [2026-02-17T22:23:12.081Z] set-print-windows-sysinternals-error-required: [2026-02-17T22:23:12.081Z] [2026-02-17T22:23:12.081Z] really-print-windows-sysinternals-error: [2026-02-17T22:23:12.081Z] [2026-02-17T22:23:12.081Z] print-windows-sysinternals-error: [2026-02-17T22:23:12.081Z] [2026-02-17T22:23:12.081Z] fail-if-error: [2026-02-17T22:23:12.081Z] [2026-02-17T22:23:12.081Z] print-all-prereq-versions: [2026-02-17T22:23:12.081Z] [echo] Ant version in use : 1.10.2 [2026-02-17T22:23:12.081Z] [echo] log4j version in use : 2.16.0 [2026-02-17T22:23:12.081Z] [echo] ASM version in use : 9.7.1 [2026-02-17T22:23:12.081Z] [echo] junit version in use : 4.12 [2026-02-17T22:23:12.081Z] [echo] hamcrest version in use: 1.3 [2026-02-17T22:23:12.081Z] [2026-02-17T22:23:12.081Z] configure: [2026-02-17T22:23:12.081Z] [2026-02-17T22:23:12.081Z] build-dependencies: [2026-02-17T22:23:12.081Z] [echo] Executing openjdk.build/build.xml [2026-02-17T22:23:12.081Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:23:12.081Z] [2026-02-17T22:23:12.081Z] setup-java-properties: [2026-02-17T22:23:12.081Z] [echo] java_home is ${java_home} [2026-02-17T22:23:12.081Z] [echo] java.home is C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jdkbinary\j2sdk-image\jre [2026-02-17T22:23:12.450Z] [echoproperties] #Ant properties [2026-02-17T22:23:12.450Z] [echoproperties] #Tue Feb 17 22:23:12 UTC 2026 [2026-02-17T22:23:12.450Z] [echoproperties] buildjdk..= [2026-02-17T22:23:12.450Z] [echoproperties] buildjdk.C=\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\\jdkbinary\\j2sdk-image\\jre\\classes [2026-02-17T22:23:12.450Z] [echoproperties] buildjdk.OpenJDK=64-Bit Server VM (Temurin)(build 25.492-b03, mixed mode) [2026-02-17T22:23:12.450Z] [echoproperties] buildjdk.Property=settings\: [2026-02-17T22:23:12.450Z] [echoproperties] buildjdk.awt.toolkit=sun.awt.windows.WToolkit [2026-02-17T22:23:12.451Z] [echoproperties] buildjdk.file.encoding=Cp1252 [2026-02-17T22:23:12.451Z] [echoproperties] buildjdk.file.encoding.pkg=sun.io [2026-02-17T22:23:12.451Z] [echoproperties] buildjdk.file.separator=\\ [2026-02-17T22:23:12.451Z] [echoproperties] buildjdk.java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment [2026-02-17T22:23:12.451Z] [echoproperties] buildjdk.java.awt.printerjob=sun.awt.windows.WPrinterJob [2026-02-17T22:23:12.451Z] [echoproperties] buildjdk.java.class.path=. [2026-02-17T22:23:12.451Z] [echoproperties] buildjdk.java.class.version=52.0 [2026-02-17T22:23:12.451Z] [echoproperties] buildjdk.java.endorsed.dirs=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\\jdkbinary\\j2sdk-image\\jre\\lib\\endorsed [2026-02-17T22:23:12.451Z] [echoproperties] buildjdk.java.ext.dirs=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\\jdkbinary\\j2sdk-image\\jre\\lib\\ext [2026-02-17T22:23:12.451Z] [echoproperties] buildjdk.java.home=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\\jdkbinary\\j2sdk-image\\jre [2026-02-17T22:23:12.451Z] [echoproperties] buildjdk.java.io.tmpdir=C\:\\Users\\JENKIN~1.TES\\AppData\\Local\\Temp\\ [2026-02-17T22:23:12.451Z] [echoproperties] buildjdk.java.library.path=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\\jdkbinary\\j2sdk-image\\bin [2026-02-17T22:23:12.451Z] [echoproperties] buildjdk.java.runtime.name=OpenJDK Runtime Environment [2026-02-17T22:23:12.451Z] [echoproperties] buildjdk.java.runtime.version=1.8.0_492-beta-202602172106-b03 [2026-02-17T22:23:12.451Z] [echoproperties] buildjdk.java.specification.maintenance.version=6 [2026-02-17T22:23:12.451Z] [echoproperties] buildjdk.java.specification.name=Java Platform API Specification [2026-02-17T22:23:12.451Z] [echoproperties] buildjdk.java.specification.vendor=Oracle Corporation [2026-02-17T22:23:12.451Z] [echoproperties] buildjdk.java.specification.version=1.8 [2026-02-17T22:23:12.451Z] [echoproperties] buildjdk.java.vendor=Temurin [2026-02-17T22:23:12.451Z] [echoproperties] buildjdk.java.vendor.url=https\://adoptium.net/ [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.java.vendor.url.bug=https\://github.com/adoptium/adoptium-support/issues [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.java.version=1.8.0_492-beta [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.java.vm.info=mixed mode [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.java.vm.name=OpenJDK 64-Bit Server VM [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.java.vm.specification.name=Java Virtual Machine Specification [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.java.vm.specification.vendor=Oracle Corporation [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.java.vm.specification.version=1.8 [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.java.vm.vendor=Temurin [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.java.vm.version=25.492-b03 [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.line.separator=\\r \\n [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.openjdk=version "1.8.0_492-beta" [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.os.arch=amd64 [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.os.name=Windows Server 2022 [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.os.version=10.0 [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.path.separator=; [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.sun.arch.data.model=64 [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.sun.boot.class.path=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\\jdkbinary\\j2sdk-image\\jre\\lib\\resources.jar [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.sun.boot.library.path=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\\jdkbinary\\j2sdk-image\\jre\\bin [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.sun.cpu.endian=little [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.sun.cpu.isalist=amd64 [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.sun.desktop=windows [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.sun.io.unicode.encoding=UnicodeLittle [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.sun.java.launcher=SUN_STANDARD [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.sun.jnu.encoding=Cp1252 [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.sun.management.compiler=HotSpot 64-Bit Tiered Compilers [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.sun.os.patch.level= [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.user.country=US [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.user.dir=C\:\\jenkins\\workspace\\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\\aqa-tests\\system\\aqa-systemtest\\openjdk.build [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.user.home=C\:\\Users\\jenkins.test-azure-win2 [2026-02-17T22:23:12.452Z] [echoproperties] buildjdk.user.language=en [2026-02-17T22:23:12.453Z] [echoproperties] buildjdk.user.name=**** [2026-02-17T22:23:12.453Z] [echoproperties] buildjdk.user.script= [2026-02-17T22:23:12.453Z] [echoproperties] buildjdk.user.timezone= [2026-02-17T22:23:12.453Z] [echoproperties] buildjdk.user.variant= [2026-02-17T22:23:12.453Z] [delete] Deleting: C:\Users\JENKIN~1.TES\AppData\Local\Temp\openjdk.java.build.properties.1629318281 [2026-02-17T22:23:12.453Z] [echo] DEBUG: Resolved os.name for buildjdk is Windows Server 2022 [2026-02-17T22:23:12.453Z] [echo] java_platform set to win_x86-64 [2026-02-17T22:23:12.453Z] [echo] java_java_specification_version set to 1.8 [2026-02-17T22:23:12.453Z] [echo] java_java_vm_vendor set to Temurin [2026-02-17T22:23:12.453Z] [echo] java_bindir set to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jdkbinary\j2sdk-image\jre/../bin [2026-02-17T22:23:12.453Z] [echo] java_compiler set to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jdkbinary\j2sdk-image\bin\javac.exe [2026-02-17T22:23:12.453Z] [2026-02-17T22:23:12.453Z] check-prereqs: [2026-02-17T22:23:12.453Z] [echo] Executing openjdk.build/build.xml [2026-02-17T22:23:12.453Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:23:12.453Z] [2026-02-17T22:23:12.453Z] check-for-ant: [2026-02-17T22:23:12.453Z] [2026-02-17T22:23:12.453Z] print-ant-location: [2026-02-17T22:23:12.453Z] [echo] Using ant from c:\jenkins\externalDependency\system_lib\apache-ant\lib\ant-launcher.jar [2026-02-17T22:23:12.453Z] [2026-02-17T22:23:12.453Z] print-ant-error: [2026-02-17T22:23:12.453Z] [2026-02-17T22:23:12.453Z] check-for-junit: [2026-02-17T22:23:12.453Z] [2026-02-17T22:23:12.453Z] print-junit-location: [2026-02-17T22:23:12.453Z] [echo] Using junit from c:\jenkins\externalDependency\system_lib\junit\junit.jar [2026-02-17T22:23:12.453Z] [2026-02-17T22:23:12.453Z] print-junit-error: [2026-02-17T22:23:12.453Z] [2026-02-17T22:23:12.453Z] check-for-hamcrest-core: [2026-02-17T22:23:12.453Z] [2026-02-17T22:23:12.453Z] print-hamcrest-core-location: [2026-02-17T22:23:12.453Z] [echo] Using hamcrest-core from c:\jenkins\externalDependency\system_lib\junit\hamcrest-core.jar [2026-02-17T22:23:12.453Z] [2026-02-17T22:23:12.453Z] print-hamcrest-core-error: [2026-02-17T22:23:12.453Z] [2026-02-17T22:23:12.453Z] check-for-log4j: [2026-02-17T22:23:12.453Z] [2026-02-17T22:23:12.453Z] print-log4j-location: [2026-02-17T22:23:12.453Z] [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 [2026-02-17T22:23:12.453Z] [2026-02-17T22:23:12.453Z] print-log4j-error: [2026-02-17T22:23:12.453Z] [2026-02-17T22:23:12.453Z] check-for-asm: [2026-02-17T22:23:12.453Z] [2026-02-17T22:23:12.453Z] print-asm-location: [2026-02-17T22:23:12.453Z] [echo] Using asm.jar from c:\jenkins\externalDependency\system_lib\asm/asm.jar [2026-02-17T22:23:12.454Z] [echo] Using asm-commons.jar from c:\jenkins\externalDependency\system_lib\asm/asm-commons.jar [2026-02-17T22:23:12.454Z] [2026-02-17T22:23:12.454Z] print-asm-error: [2026-02-17T22:23:12.454Z] [2026-02-17T22:23:12.454Z] setup-java-properties: [2026-02-17T22:23:12.454Z] [2026-02-17T22:23:12.454Z] check-for-tools-jar: [2026-02-17T22:23:12.454Z] [echo] java_java_specification_version is 1.8 [2026-02-17T22:23:12.454Z] [2026-02-17T22:23:12.454Z] print-tools-jar-location: [2026-02-17T22:23:12.454Z] [echo] Using tools.jar from c:\jenkins\externalDependency\system_lib\tools/tools.jar [2026-02-17T22:23:12.454Z] [2026-02-17T22:23:12.454Z] print-tools-jar-error: [2026-02-17T22:23:12.454Z] [2026-02-17T22:23:12.454Z] check-for-windows-sysinternals: [2026-02-17T22:23:12.454Z] [2026-02-17T22:23:12.454Z] print-windows-sysinternals-location: [2026-02-17T22:23:12.454Z] [echo] Using windows sysinternals from from c:\jenkins\externalDependency\system_lib\windows_sysinternals [2026-02-17T22:23:12.454Z] [2026-02-17T22:23:12.454Z] set-print-windows-sysinternals-error-required: [2026-02-17T22:23:12.454Z] [2026-02-17T22:23:12.454Z] really-print-windows-sysinternals-error: [2026-02-17T22:23:12.454Z] [2026-02-17T22:23:12.454Z] print-windows-sysinternals-error: [2026-02-17T22:23:12.454Z] [2026-02-17T22:23:12.454Z] fail-if-error: [2026-02-17T22:23:12.454Z] [2026-02-17T22:23:12.454Z] print-all-prereq-versions: [2026-02-17T22:23:12.454Z] [echo] Ant version in use : 1.10.2 [2026-02-17T22:23:12.454Z] [echo] log4j version in use : 2.16.0 [2026-02-17T22:23:12.454Z] [echo] ASM version in use : 9.7.1 [2026-02-17T22:23:12.454Z] [echo] junit version in use : 4.12 [2026-02-17T22:23:12.454Z] [echo] hamcrest version in use: 1.3 [2026-02-17T22:23:12.454Z] [2026-02-17T22:23:12.454Z] run-check-prereqs: [2026-02-17T22:23:12.454Z] [2026-02-17T22:23:12.454Z] build-dependencies: [2026-02-17T22:23:12.454Z] [echo] Executing stf.build/build.xml [2026-02-17T22:23:12.454Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:23:12.454Z] [2026-02-17T22:23:12.454Z] setup-java-properties: [2026-02-17T22:23:12.454Z] [2026-02-17T22:23:12.454Z] check-prereqs: [2026-02-17T22:23:12.454Z] [2026-02-17T22:23:12.454Z] build-dependencies: [2026-02-17T22:23:12.454Z] [echo] Executing stf.core/build.xml [2026-02-17T22:23:12.454Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:23:12.454Z] [2026-02-17T22:23:12.454Z] setup-java-properties: [2026-02-17T22:23:12.454Z] [2026-02-17T22:23:12.454Z] check-prereqs: [2026-02-17T22:23:12.454Z] [2026-02-17T22:23:12.454Z] build-dependencies: [2026-02-17T22:23:12.454Z] [2026-02-17T22:23:12.454Z] create-bin-dir: [2026-02-17T22:23:12.454Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\STF\stf.core\bin [2026-02-17T22:23:12.454Z] [2026-02-17T22:23:12.454Z] build-java: [2026-02-17T22:23:12.454Z] [javac] Compiling 58 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\STF\stf.core\bin [2026-02-17T22:23:17.261Z] [javac] Compiling 2 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\STF\stf.core\bin [2026-02-17T22:23:18.250Z] [2026-02-17T22:23:18.250Z] build-jar: [2026-02-17T22:23:18.250Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\STF\stf.core\bin\stf.core.jar [2026-02-17T22:23:19.459Z] [2026-02-17T22:23:19.459Z] build-archives: [2026-02-17T22:23:19.459Z] [2026-02-17T22:23:19.459Z] copy-log4j2-config: [2026-02-17T22:23:19.460Z] [copy] Copying 1 file to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\STF\stf.core\bin [2026-02-17T22:23:19.460Z] [2026-02-17T22:23:19.460Z] build-no-natives: [2026-02-17T22:23:19.460Z] [2026-02-17T22:23:19.460Z] build-natives: [2026-02-17T22:23:19.460Z] [2026-02-17T22:23:19.460Z] build: [2026-02-17T22:23:19.460Z] [echo] Executing stf.load/build.xml [2026-02-17T22:23:19.460Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:23:19.460Z] [2026-02-17T22:23:19.460Z] setup-java-properties: [2026-02-17T22:23:19.460Z] [2026-02-17T22:23:19.460Z] check-prereqs: [2026-02-17T22:23:19.460Z] [2026-02-17T22:23:19.460Z] build-dependencies: [2026-02-17T22:23:19.460Z] [echo] Executing stf.core/build.xml [2026-02-17T22:23:19.460Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:23:19.460Z] [2026-02-17T22:23:19.460Z] setup-java-properties: [2026-02-17T22:23:19.460Z] [2026-02-17T22:23:19.460Z] check-prereqs: [2026-02-17T22:23:19.460Z] [2026-02-17T22:23:19.460Z] build-dependencies: [2026-02-17T22:23:19.460Z] [2026-02-17T22:23:19.460Z] create-bin-dir: [2026-02-17T22:23:19.460Z] [2026-02-17T22:23:19.460Z] build-java: [2026-02-17T22:23:19.460Z] [2026-02-17T22:23:19.460Z] build-jar: [2026-02-17T22:23:19.460Z] [2026-02-17T22:23:19.460Z] build-archives: [2026-02-17T22:23:19.460Z] [2026-02-17T22:23:19.460Z] copy-log4j2-config: [2026-02-17T22:23:19.460Z] [2026-02-17T22:23:19.460Z] build-no-natives: [2026-02-17T22:23:19.460Z] [2026-02-17T22:23:19.460Z] build-natives: [2026-02-17T22:23:19.460Z] [2026-02-17T22:23:19.460Z] build: [2026-02-17T22:23:19.460Z] [2026-02-17T22:23:19.460Z] create-bin-dir: [2026-02-17T22:23:19.460Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\STF\stf.load\bin [2026-02-17T22:23:19.460Z] [2026-02-17T22:23:19.460Z] build-java: [2026-02-17T22:23:19.460Z] [javac] Compiling 29 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\STF\stf.load\bin [2026-02-17T22:23:22.809Z] [javac] Note: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\STF\stf.load\src\stf.load\net\adoptopenjdk\blockedexitagent\BlockedExitAgent.java uses or overrides a deprecated API. [2026-02-17T22:23:22.809Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2026-02-17T22:23:22.809Z] [2026-02-17T22:23:22.809Z] build-jar: [2026-02-17T22:23:22.809Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\STF\stf.load\bin\stf.load.jar [2026-02-17T22:23:22.809Z] [2026-02-17T22:23:22.809Z] build-archives: [2026-02-17T22:23:22.809Z] [2026-02-17T22:23:22.809Z] build-no-natives: [2026-02-17T22:23:22.809Z] [2026-02-17T22:23:22.809Z] build-natives: [2026-02-17T22:23:22.809Z] [2026-02-17T22:23:22.809Z] build: [2026-02-17T22:23:22.810Z] [echo] Executing stf.samples/build.xml [2026-02-17T22:23:22.810Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:23:22.810Z] [2026-02-17T22:23:22.810Z] setup-java-properties: [2026-02-17T22:23:22.810Z] [2026-02-17T22:23:22.810Z] check-prereqs: [2026-02-17T22:23:22.810Z] [2026-02-17T22:23:22.810Z] build-dependencies: [2026-02-17T22:23:22.810Z] [echo] Executing stf.core/build.xml [2026-02-17T22:23:22.810Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:23:22.810Z] [2026-02-17T22:23:22.810Z] setup-java-properties: [2026-02-17T22:23:22.810Z] [2026-02-17T22:23:22.810Z] check-prereqs: [2026-02-17T22:23:22.810Z] [2026-02-17T22:23:22.810Z] build-dependencies: [2026-02-17T22:23:22.810Z] [2026-02-17T22:23:22.810Z] create-bin-dir: [2026-02-17T22:23:22.810Z] [2026-02-17T22:23:22.810Z] build-java: [2026-02-17T22:23:22.810Z] [2026-02-17T22:23:22.810Z] build-jar: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] build-archives: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] copy-log4j2-config: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] build-no-natives: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] build-natives: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] build: [2026-02-17T22:23:23.164Z] [echo] Executing stf.load/build.xml [2026-02-17T22:23:23.164Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] setup-java-properties: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] check-prereqs: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] build-dependencies: [2026-02-17T22:23:23.164Z] [echo] Executing stf.core/build.xml [2026-02-17T22:23:23.164Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] setup-java-properties: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] check-prereqs: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] build-dependencies: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] create-bin-dir: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] build-java: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] build-jar: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] build-archives: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] copy-log4j2-config: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] build-no-natives: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] build-natives: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] build: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] create-bin-dir: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] build-java: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] build-jar: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] build-archives: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] build-no-natives: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] build-natives: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] build: [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] create-bin-dir: [2026-02-17T22:23:23.164Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\STF\stf.samples\bin [2026-02-17T22:23:23.164Z] [2026-02-17T22:23:23.164Z] build-java: [2026-02-17T22:23:23.164Z] [javac] Compiling 24 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\STF\stf.samples\bin [2026-02-17T22:23:24.731Z] [2026-02-17T22:23:24.731Z] build-jar: [2026-02-17T22:23:24.731Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\STF\stf.samples\bin\stf.samples.jar [2026-02-17T22:23:25.089Z] [2026-02-17T22:23:25.089Z] build-archives: [2026-02-17T22:23:25.089Z] [2026-02-17T22:23:25.089Z] build-no-natives: [2026-02-17T22:23:25.089Z] [2026-02-17T22:23:25.089Z] build-natives: [2026-02-17T22:23:25.089Z] [2026-02-17T22:23:25.089Z] build: [2026-02-17T22:23:25.089Z] [2026-02-17T22:23:25.089Z] build: [2026-02-17T22:23:25.089Z] [echo] Executing openjdk.test.concurrent/build.xml [2026-02-17T22:23:25.089Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:23:25.089Z] [2026-02-17T22:23:25.089Z] setup-java-properties: [2026-02-17T22:23:25.089Z] [2026-02-17T22:23:25.089Z] check-prereqs: [2026-02-17T22:23:25.089Z] [2026-02-17T22:23:25.089Z] build-dependencies: [2026-02-17T22:23:25.089Z] [2026-02-17T22:23:25.089Z] create-bin-dir: [2026-02-17T22:23:25.089Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.concurrent\bin [2026-02-17T22:23:25.089Z] [2026-02-17T22:23:25.089Z] build-java: [2026-02-17T22:23:25.089Z] [javac] Compiling 36 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.concurrent\bin [2026-02-17T22:23:28.481Z] [2026-02-17T22:23:28.481Z] build-jar: [2026-02-17T22:23:28.481Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.concurrent\bin\test.concurrent.jar [2026-02-17T22:23:29.215Z] [2026-02-17T22:23:29.215Z] build-archives: [2026-02-17T22:23:29.215Z] [2026-02-17T22:23:29.215Z] build-no-natives: [2026-02-17T22:23:29.215Z] [2026-02-17T22:23:29.215Z] build-natives: [2026-02-17T22:23:29.215Z] [2026-02-17T22:23:29.215Z] build: [2026-02-17T22:23:29.215Z] [echo] Executing openjdk.test.classloading/build.xml [2026-02-17T22:23:29.216Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:23:29.216Z] [2026-02-17T22:23:29.216Z] setup-java-properties: [2026-02-17T22:23:29.216Z] [2026-02-17T22:23:29.216Z] check-prereqs: [2026-02-17T22:23:29.216Z] [2026-02-17T22:23:29.216Z] build-dependencies: [2026-02-17T22:23:29.216Z] [2026-02-17T22:23:29.216Z] create-bin-dir: [2026-02-17T22:23:29.216Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.classloading\bin [2026-02-17T22:23:29.216Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.classloading\bin_notonclasspath\url1 [2026-02-17T22:23:29.216Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.classloading\bin_notonclasspath\url2 [2026-02-17T22:23:29.216Z] [2026-02-17T22:23:29.216Z] build-java: [2026-02-17T22:23:29.216Z] [javac] Compiling 5 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.classloading\bin [2026-02-17T22:23:30.099Z] [javac] Compiling 4 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.classloading\bin_notonclasspath\url1 [2026-02-17T22:23:30.827Z] [javac] Compiling 4 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.classloading\bin_notonclasspath\url2 [2026-02-17T22:23:31.702Z] [delete] Deleting C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.classloading\bin_notonclasspath\url1\net\adoptopenjdk\test\classloading\deadlock\package2\CL2_B.class [2026-02-17T22:23:31.702Z] [delete] Deleting C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.classloading\bin_notonclasspath\url1\net\adoptopenjdk\test\classloading\deadlock\package2\CL2_C.class [2026-02-17T22:23:31.702Z] [delete] Deleting directory C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.classloading\bin_notonclasspath\url1\net\adoptopenjdk\test\classloading\deadlock\package2 [2026-02-17T22:23:31.702Z] [delete] Deleting directory C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.classloading\bin_notonclasspath\url2\net\adoptopenjdk\test\classloading\deadlock\package1 [2026-02-17T22:23:31.702Z] [2026-02-17T22:23:31.702Z] build-jar: [2026-02-17T22:23:31.702Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.classloading\bin\test.classloading.jar [2026-02-17T22:23:31.702Z] [2026-02-17T22:23:31.702Z] build-archives: [2026-02-17T22:23:31.702Z] [2026-02-17T22:23:31.702Z] build-no-natives: [2026-02-17T22:23:31.702Z] [2026-02-17T22:23:31.702Z] build-natives: [2026-02-17T22:23:31.702Z] [2026-02-17T22:23:31.702Z] copy-dict-file: [2026-02-17T22:23:31.702Z] [copy] Copying 1 file to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.classloading\bin\net\adoptopenjdk\test\classloading [2026-02-17T22:23:31.702Z] [2026-02-17T22:23:31.702Z] build: [2026-02-17T22:23:31.702Z] [echo] Executing openjdk.test.debugging/build.xml [2026-02-17T22:23:31.702Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:23:31.702Z] [2026-02-17T22:23:31.702Z] setup-java-properties: [2026-02-17T22:23:31.702Z] [2026-02-17T22:23:31.702Z] check-prereqs: [2026-02-17T22:23:31.702Z] [2026-02-17T22:23:31.702Z] build-dependencies: [2026-02-17T22:23:31.702Z] [2026-02-17T22:23:31.702Z] create-bin-dir: [2026-02-17T22:23:31.702Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.debugging\bin [2026-02-17T22:23:31.702Z] [2026-02-17T22:23:31.702Z] build-java-8: [2026-02-17T22:23:31.702Z] [javac] Compiling 16 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.debugging\bin [2026-02-17T22:23:33.881Z] [2026-02-17T22:23:33.881Z] build-java-11-25plus: [2026-02-17T22:23:33.881Z] [2026-02-17T22:23:33.881Z] build-java-17-24: [2026-02-17T22:23:33.881Z] [2026-02-17T22:23:33.881Z] build-java: [2026-02-17T22:23:33.881Z] [2026-02-17T22:23:33.881Z] build-jdi-jar: [2026-02-17T22:23:33.882Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.debugging\bin\JdiTests.jar [2026-02-17T22:23:33.882Z] [2026-02-17T22:23:33.882Z] build-hcr-jar: [2026-02-17T22:23:33.882Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.debugging\bin\StringModifierAgent.jar [2026-02-17T22:23:33.882Z] [2026-02-17T22:23:33.882Z] build-jars: [2026-02-17T22:23:33.882Z] [2026-02-17T22:23:33.882Z] build-archives: [2026-02-17T22:23:33.882Z] [2026-02-17T22:23:33.882Z] build-no-natives: [2026-02-17T22:23:33.882Z] [2026-02-17T22:23:33.882Z] build-natives: [2026-02-17T22:23:33.882Z] [2026-02-17T22:23:33.882Z] build: [2026-02-17T22:23:33.882Z] [echo] Executing openjdk.test.gc/build.xml [2026-02-17T22:23:33.882Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:23:33.882Z] [2026-02-17T22:23:33.882Z] setup-java-properties: [2026-02-17T22:23:33.882Z] [2026-02-17T22:23:33.882Z] check-prereqs: [2026-02-17T22:23:33.882Z] [2026-02-17T22:23:33.882Z] build-dependencies: [2026-02-17T22:23:33.882Z] [2026-02-17T22:23:33.882Z] create-bin-dir: [2026-02-17T22:23:33.882Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.gc\bin [2026-02-17T22:23:33.882Z] [2026-02-17T22:23:33.882Z] build-java: [2026-02-17T22:23:33.882Z] [javac] Compiling 5 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.gc\bin [2026-02-17T22:23:34.942Z] [2026-02-17T22:23:34.942Z] build-jar: [2026-02-17T22:23:34.942Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.gc\bin\test.gc.jar [2026-02-17T22:23:34.942Z] [2026-02-17T22:23:34.942Z] build-archives: [2026-02-17T22:23:34.942Z] [2026-02-17T22:23:34.942Z] build-no-natives: [2026-02-17T22:23:34.942Z] [2026-02-17T22:23:34.942Z] build-natives: [2026-02-17T22:23:34.942Z] [2026-02-17T22:23:34.943Z] build: [2026-02-17T22:23:34.943Z] [echo] Executing openjdk.test.jck/build.xml [2026-02-17T22:23:34.943Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:23:34.943Z] [2026-02-17T22:23:34.943Z] setup-java-properties: [2026-02-17T22:23:34.943Z] [2026-02-17T22:23:34.943Z] check-prereqs: [2026-02-17T22:23:34.943Z] [2026-02-17T22:23:34.943Z] build-dependencies: [2026-02-17T22:23:34.943Z] [2026-02-17T22:23:34.943Z] create-bin-dir: [2026-02-17T22:23:34.943Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.jck\bin [2026-02-17T22:23:34.943Z] [2026-02-17T22:23:34.943Z] build-java: [2026-02-17T22:23:34.943Z] [javac] Compiling 2 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.jck\bin [2026-02-17T22:23:36.300Z] [2026-02-17T22:23:36.300Z] build-jar: [2026-02-17T22:23:36.300Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.jck\bin\test.jck.jar [2026-02-17T22:23:36.653Z] [2026-02-17T22:23:36.653Z] build-archives: [2026-02-17T22:23:36.653Z] [2026-02-17T22:23:36.653Z] build-no-natives: [2026-02-17T22:23:36.653Z] [2026-02-17T22:23:36.653Z] setup-native-build-command: [2026-02-17T22:23:36.653Z] [echo] building natives for java_platform win_x86-64 [2026-02-17T22:23:36.653Z] [2026-02-17T22:23:36.653Z] build-natives-windows: [2026-02-17T22:23:36.653Z] [2026-02-17T22:23:36.653Z] build-natives-unix: [2026-02-17T22:23:36.653Z] [2026-02-17T22:23:36.653Z] build-natives: [2026-02-17T22:23:36.653Z] [2026-02-17T22:23:36.653Z] build: [2026-02-17T22:23:36.653Z] [echo] Executing openjdk.test.lambdasAndStreams/build.xml [2026-02-17T22:23:36.653Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:23:36.653Z] [2026-02-17T22:23:36.653Z] setup-java-properties: [2026-02-17T22:23:36.653Z] [2026-02-17T22:23:36.653Z] check-prereqs: [2026-02-17T22:23:36.653Z] [2026-02-17T22:23:36.653Z] build-dependencies: [2026-02-17T22:23:36.653Z] [2026-02-17T22:23:36.653Z] create-bin-dir: [2026-02-17T22:23:36.654Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.lambdasAndStreams\bin [2026-02-17T22:23:36.654Z] [2026-02-17T22:23:36.654Z] build-java: [2026-02-17T22:23:36.654Z] [javac] Compiling 23 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.lambdasAndStreams\bin [2026-02-17T22:23:40.161Z] [copy] Copying 4 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.lambdasAndStreams\bin\net\adoptopenjdk\test\lambda\LamFiles [2026-02-17T22:23:40.161Z] [2026-02-17T22:23:40.161Z] build-jar: [2026-02-17T22:23:40.161Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.lambdasAndStreams\bin\test.lambda.jar [2026-02-17T22:23:40.891Z] [2026-02-17T22:23:40.891Z] build-archives: [2026-02-17T22:23:40.891Z] [2026-02-17T22:23:40.891Z] build-no-natives: [2026-02-17T22:23:40.891Z] [2026-02-17T22:23:40.891Z] build-natives: [2026-02-17T22:23:40.891Z] [2026-02-17T22:23:40.891Z] build: [2026-02-17T22:23:40.891Z] [echo] Executing openjdk.test.lang/build.xml [2026-02-17T22:23:40.891Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:23:40.891Z] [2026-02-17T22:23:40.891Z] setup-java-properties: [2026-02-17T22:23:40.891Z] [2026-02-17T22:23:40.891Z] check-prereqs: [2026-02-17T22:23:40.891Z] [2026-02-17T22:23:40.891Z] build-dependencies: [2026-02-17T22:23:40.891Z] [2026-02-17T22:23:40.891Z] create-bin-dir: [2026-02-17T22:23:40.891Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.lang\bin [2026-02-17T22:23:40.891Z] [2026-02-17T22:23:40.891Z] build-java: [2026-02-17T22:23:40.891Z] [javac] Compiling 29 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.lang\bin [2026-02-17T22:23:44.357Z] [2026-02-17T22:23:44.357Z] build-jar: [2026-02-17T22:23:44.357Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.lang\bin\test.lang.jar [2026-02-17T22:23:44.711Z] [2026-02-17T22:23:44.711Z] build-archives: [2026-02-17T22:23:44.711Z] [2026-02-17T22:23:44.711Z] build-no-natives: [2026-02-17T22:23:44.711Z] [2026-02-17T22:23:44.711Z] build-natives: [2026-02-17T22:23:44.711Z] [2026-02-17T22:23:44.711Z] build: [2026-02-17T22:23:44.711Z] [echo] Executing openjdk.test.load/build.xml [2026-02-17T22:23:44.711Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:23:44.711Z] [2026-02-17T22:23:44.711Z] setup-java-properties: [2026-02-17T22:23:44.711Z] [2026-02-17T22:23:44.711Z] check-prereqs: [2026-02-17T22:23:44.711Z] [2026-02-17T22:23:44.711Z] build-dependencies: [2026-02-17T22:23:44.711Z] [2026-02-17T22:23:44.711Z] create-bin-dir: [2026-02-17T22:23:44.711Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.load\bin [2026-02-17T22:23:44.711Z] [2026-02-17T22:23:44.711Z] build-java: [2026-02-17T22:23:44.711Z] [javac] Compiling 17 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.load\bin [2026-02-17T22:23:46.513Z] [2026-02-17T22:23:46.513Z] build-jar: [2026-02-17T22:23:46.513Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.load\bin\test.load.jar [2026-02-17T22:23:46.513Z] [2026-02-17T22:23:46.513Z] build-archives: [2026-02-17T22:23:46.513Z] [2026-02-17T22:23:46.513Z] build-no-natives: [2026-02-17T22:23:46.513Z] [2026-02-17T22:23:46.513Z] build-natives: [2026-02-17T22:23:46.513Z] [2026-02-17T22:23:46.513Z] build: [2026-02-17T22:23:46.513Z] [echo] Executing openjdk.test.locking/build.xml [2026-02-17T22:23:46.513Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:23:46.513Z] [2026-02-17T22:23:46.513Z] setup-java-properties: [2026-02-17T22:23:46.513Z] [2026-02-17T22:23:46.513Z] check-prereqs: [2026-02-17T22:23:46.513Z] [2026-02-17T22:23:46.513Z] build-dependencies: [2026-02-17T22:23:46.513Z] [2026-02-17T22:23:46.513Z] create-bin-dir: [2026-02-17T22:23:46.513Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.locking\bin [2026-02-17T22:23:46.513Z] [2026-02-17T22:23:46.513Z] build-java: [2026-02-17T22:23:46.514Z] [javac] Compiling 3 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.locking\bin [2026-02-17T22:23:47.257Z] [2026-02-17T22:23:47.257Z] build-jar: [2026-02-17T22:23:47.257Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.locking\bin\test.locking.jar [2026-02-17T22:23:47.257Z] [2026-02-17T22:23:47.257Z] build-archives: [2026-02-17T22:23:47.257Z] [2026-02-17T22:23:47.257Z] build-no-natives: [2026-02-17T22:23:47.257Z] [2026-02-17T22:23:47.257Z] build-natives: [2026-02-17T22:23:47.257Z] [2026-02-17T22:23:47.257Z] build: [2026-02-17T22:23:47.257Z] [echo] Executing openjdk.test.math/build.xml [2026-02-17T22:23:47.257Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:23:47.257Z] [2026-02-17T22:23:47.257Z] setup-java-properties: [2026-02-17T22:23:47.257Z] [2026-02-17T22:23:47.257Z] check-prereqs: [2026-02-17T22:23:47.257Z] [2026-02-17T22:23:47.257Z] build-dependencies: [2026-02-17T22:23:47.257Z] [2026-02-17T22:23:47.257Z] create-bin-dir: [2026-02-17T22:23:47.257Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.math\bin [2026-02-17T22:23:47.257Z] [2026-02-17T22:23:47.257Z] build-java: [2026-02-17T22:23:47.257Z] [javac] Compiling 71 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.math\bin [2026-02-17T22:24:04.939Z] [2026-02-17T22:24:04.939Z] build-jar: [2026-02-17T22:24:04.939Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.math\bin\test.math.jar [2026-02-17T22:24:08.794Z] [2026-02-17T22:24:08.794Z] build-archives: [2026-02-17T22:24:08.794Z] [2026-02-17T22:24:08.794Z] build-no-natives: [2026-02-17T22:24:08.794Z] [2026-02-17T22:24:08.794Z] build-natives: [2026-02-17T22:24:08.794Z] [2026-02-17T22:24:08.794Z] build: [2026-02-17T22:24:08.794Z] [echo] Executing openjdk.test.mauve/build.xml [2026-02-17T22:24:08.794Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:24:08.794Z] [2026-02-17T22:24:08.794Z] check-if-already-built: [2026-02-17T22:24:08.794Z] [echo] Checking if c:\jenkins\externalDependency\system_lib/mauve/mauve.jar already exists [2026-02-17T22:24:08.794Z] [echo] openjdk_test_mauve_already_built is true [2026-02-17T22:24:08.794Z] [2026-02-17T22:24:08.794Z] check-if-cvs-available: [2026-02-17T22:24:08.794Z] [echo] Checking if c:\jenkins\externalDependency\system_lib/cvsclient/org-netbeans-lib-cvsclient.jar exists [2026-02-17T22:24:08.794Z] [echo] cvs_available is true [2026-02-17T22:24:08.794Z] [2026-02-17T22:24:08.794Z] download-cvsclient: [2026-02-17T22:24:08.794Z] [2026-02-17T22:24:08.794Z] output-recreate-message: [2026-02-17T22:24:08.794Z] [echo] c:\jenkins\externalDependency\system_lib/mauve/mauve.jar already exists, it will not be recreated. [2026-02-17T22:24:08.794Z] [echo] If you want to recreate c:\jenkins\externalDependency\system_lib/mauve/mauve.jar, delete it manually and rerun. [2026-02-17T22:24:08.794Z] [2026-02-17T22:24:08.794Z] delete-work-dir: [2026-02-17T22:24:08.794Z] [2026-02-17T22:24:08.794Z] create-work-dir: [2026-02-17T22:24:08.794Z] [2026-02-17T22:24:08.794Z] get-source: [2026-02-17T22:24:08.794Z] [2026-02-17T22:24:08.794Z] check-if-source-available: [2026-02-17T22:24:08.794Z] [echo] Checking if C:\Users\JENKIN~1.TES\AppData\Local\Temp\/mauve/mauve/gnu/testlet/config.java.in exists [2026-02-17T22:24:08.794Z] [echo] mauve_source_available is ${mauve_source_available} [2026-02-17T22:24:08.794Z] [2026-02-17T22:24:08.794Z] delete-corba-files: [2026-02-17T22:24:08.794Z] [2026-02-17T22:24:08.794Z] mauve-configure: [2026-02-17T22:24:08.794Z] [2026-02-17T22:24:08.794Z] setup-java-properties: [2026-02-17T22:24:08.794Z] [2026-02-17T22:24:08.794Z] build-harness: [2026-02-17T22:24:08.794Z] [2026-02-17T22:24:08.794Z] build-tests: [2026-02-17T22:24:08.794Z] [2026-02-17T22:24:08.794Z] build-java: [2026-02-17T22:24:08.794Z] [2026-02-17T22:24:08.794Z] build-jar: [2026-02-17T22:24:08.794Z] [2026-02-17T22:24:08.794Z] build-archives: [2026-02-17T22:24:08.794Z] [2026-02-17T22:24:08.794Z] check-if-work_jar_file-exists: [2026-02-17T22:24:08.794Z] [echo] Checking if C:\Users\JENKIN~1.TES\AppData\Local\Temp\/mauve/mauve.jar exists [2026-02-17T22:24:08.794Z] [echo] openjdk_test_mauve_work_jar_file_exists is ${openjdk_test_mauve_work_jar_file_exists} [2026-02-17T22:24:08.794Z] [2026-02-17T22:24:08.794Z] install-archives: [2026-02-17T22:24:08.794Z] [2026-02-17T22:24:08.794Z] configure: [2026-02-17T22:24:08.794Z] [echo] Executing openjdk.test.nio/build.xml [2026-02-17T22:24:08.795Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:24:08.795Z] [2026-02-17T22:24:08.795Z] setup-java-properties: [2026-02-17T22:24:08.795Z] [2026-02-17T22:24:08.795Z] check-prereqs: [2026-02-17T22:24:08.795Z] [2026-02-17T22:24:08.795Z] build-dependencies: [2026-02-17T22:24:08.795Z] [2026-02-17T22:24:08.795Z] create-bin-dir: [2026-02-17T22:24:08.795Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.nio\bin [2026-02-17T22:24:08.795Z] [2026-02-17T22:24:08.795Z] check-java-nio-filesystem: [2026-02-17T22:24:08.795Z] [echo] check-java-nio-filesystem result: ${java_nio_filesystem_is_uptodate} [2026-02-17T22:24:08.795Z] [2026-02-17T22:24:08.795Z] copy-resources: [2026-02-17T22:24:08.795Z] [copy] Copying 4 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.nio\bin [2026-02-17T22:24:08.795Z] [copy] Copied 15 empty directories to 8 empty directories under C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.nio\bin [2026-02-17T22:24:08.795Z] [2026-02-17T22:24:08.795Z] build-java-nio-filesystem: [2026-02-17T22:24:08.795Z] [echo] Cleaning up net/adoptopenjdk/test/nio2/perl/filesystems/ of any previous Impl classes [2026-02-17T22:24:08.795Z] [echo] Generating MemoryFileSystemProviderImpl classes [2026-02-17T22:24:09.986Z] [exec] Updated services file: /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_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 [2026-02-17T22:24:09.986Z] [exec] Done [2026-02-17T22:24:09.986Z] [javac] C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_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 [2026-02-17T22:24:10.365Z] [javac] Compiling 1005 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.nio\bin [2026-02-17T22:24:26.367Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.nio\bin\META-INF [2026-02-17T22:24:26.367Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.nio\bin\META-INF\services [2026-02-17T22:24:26.367Z] [copy] Copying 1 file to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.nio\bin\META-INF\services [2026-02-17T22:24:26.367Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.nio\bin\lib\filesystem.jar [2026-02-17T22:24:32.297Z] [echo] Cleaning up net/adoptopenjdk/test/nio2/filesystem/ of Impl classes [2026-02-17T22:24:32.297Z] [2026-02-17T22:24:32.297Z] build-java: [2026-02-17T22:24:32.297Z] [javac] Compiling 47 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.nio\bin [2026-02-17T22:24:35.135Z] [2026-02-17T22:24:35.135Z] build-jar: [2026-02-17T22:24:35.135Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.nio\bin\test.nio.jar [2026-02-17T22:24:35.488Z] [2026-02-17T22:24:35.488Z] build-archives: [2026-02-17T22:24:35.488Z] [2026-02-17T22:24:35.488Z] build-no-natives: [2026-02-17T22:24:35.488Z] [2026-02-17T22:24:35.488Z] build-natives: [2026-02-17T22:24:35.488Z] [2026-02-17T22:24:35.488Z] build: [2026-02-17T22:24:35.488Z] [echo] Executing openjdk.test.serialization/build.xml [2026-02-17T22:24:35.489Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:24:35.489Z] [2026-02-17T22:24:35.489Z] setup-java-properties: [2026-02-17T22:24:35.489Z] [2026-02-17T22:24:35.489Z] check-prereqs: [2026-02-17T22:24:35.489Z] [2026-02-17T22:24:35.489Z] build-dependencies: [2026-02-17T22:24:35.489Z] [2026-02-17T22:24:35.489Z] create-bin-dir: [2026-02-17T22:24:35.489Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.serialization\bin [2026-02-17T22:24:35.489Z] [2026-02-17T22:24:35.489Z] build-java: [2026-02-17T22:24:35.489Z] [javac] Compiling 2 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.serialization\bin [2026-02-17T22:24:36.270Z] [2026-02-17T22:24:36.270Z] build-jar: [2026-02-17T22:24:36.270Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.serialization\bin\test.serialization.jar [2026-02-17T22:24:36.270Z] [2026-02-17T22:24:36.270Z] build-archives: [2026-02-17T22:24:36.270Z] [2026-02-17T22:24:36.270Z] build-no-natives: [2026-02-17T22:24:36.270Z] [2026-02-17T22:24:36.270Z] build-natives: [2026-02-17T22:24:36.270Z] [2026-02-17T22:24:36.270Z] build: [2026-02-17T22:24:36.270Z] [echo] Executing openjdk.test.security/build.xml [2026-02-17T22:24:36.270Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:24:36.270Z] [2026-02-17T22:24:36.270Z] setup-java-properties: [2026-02-17T22:24:36.270Z] [2026-02-17T22:24:36.270Z] check-prereqs: [2026-02-17T22:24:36.270Z] [2026-02-17T22:24:36.270Z] build-dependencies: [2026-02-17T22:24:36.270Z] [2026-02-17T22:24:36.270Z] create-bin-dir: [2026-02-17T22:24:36.270Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.security\bin [2026-02-17T22:24:36.270Z] [2026-02-17T22:24:36.270Z] build-java: [2026-02-17T22:24:36.270Z] [javac] Compiling 6 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.security\bin [2026-02-17T22:24:37.601Z] [2026-02-17T22:24:37.601Z] build-jar: [2026-02-17T22:24:37.601Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.security\bin\test.security.jar [2026-02-17T22:24:37.601Z] [2026-02-17T22:24:37.601Z] build-archives: [2026-02-17T22:24:37.601Z] [2026-02-17T22:24:37.601Z] build-no-natives: [2026-02-17T22:24:37.601Z] [2026-02-17T22:24:37.601Z] build-natives: [2026-02-17T22:24:37.601Z] [2026-02-17T22:24:37.601Z] build: [2026-02-17T22:24:37.601Z] [echo] Executing openjdk.test.util/build.xml [2026-02-17T22:24:37.601Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:24:37.601Z] [2026-02-17T22:24:37.601Z] setup-java-properties: [2026-02-17T22:24:37.601Z] [2026-02-17T22:24:37.601Z] check-prereqs: [2026-02-17T22:24:37.601Z] [2026-02-17T22:24:37.601Z] build-dependencies: [2026-02-17T22:24:37.601Z] [2026-02-17T22:24:37.601Z] create-bin-dir: [2026-02-17T22:24:37.601Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.util\bin [2026-02-17T22:24:37.601Z] [2026-02-17T22:24:37.601Z] build-java: [2026-02-17T22:24:37.601Z] [javac] Compiling 16 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.util\bin [2026-02-17T22:24:39.009Z] [2026-02-17T22:24:39.009Z] build-jar: [2026-02-17T22:24:39.009Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.util\bin\test.util.jar [2026-02-17T22:24:39.358Z] [2026-02-17T22:24:39.358Z] build-archives: [2026-02-17T22:24:39.358Z] [2026-02-17T22:24:39.358Z] build-no-natives: [2026-02-17T22:24:39.358Z] [2026-02-17T22:24:39.358Z] build-natives: [2026-02-17T22:24:39.358Z] [2026-02-17T22:24:39.358Z] build: [2026-02-17T22:24:39.358Z] [echo] Executing openjdk.test.jlm/build.xml [2026-02-17T22:24:39.358Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:24:39.358Z] [2026-02-17T22:24:39.358Z] setup-java-properties: [2026-02-17T22:24:39.358Z] [2026-02-17T22:24:39.358Z] check-prereqs: [2026-02-17T22:24:39.358Z] [2026-02-17T22:24:39.358Z] create-bin-dir: [2026-02-17T22:24:39.359Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.jlm\bin [2026-02-17T22:24:39.359Z] [2026-02-17T22:24:39.359Z] build-java: [2026-02-17T22:24:39.359Z] [javac] Compiling 33 source files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.jlm\bin [2026-02-17T22:24:42.281Z] [2026-02-17T22:24:42.281Z] build-jar: [2026-02-17T22:24:42.281Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.jlm\bin\test.jlm.jar [2026-02-17T22:24:43.004Z] [2026-02-17T22:24:43.005Z] build-archives: [2026-02-17T22:24:43.005Z] [2026-02-17T22:24:43.005Z] build-no-natives: [2026-02-17T22:24:43.005Z] [2026-02-17T22:24:43.005Z] build-natives: [2026-02-17T22:24:43.005Z] [2026-02-17T22:24:43.005Z] build: [2026-02-17T22:24:43.005Z] [echo] system_lib_dir: c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/../../externalDependency/system_lib [2026-02-17T22:24:43.005Z] [2026-02-17T22:24:43.005Z] setup-java-properties: [2026-02-17T22:24:43.005Z] [2026-02-17T22:24:43.005Z] check-prereqs: [2026-02-17T22:24:43.005Z] [2026-02-17T22:24:43.005Z] check-compiler-level: [2026-02-17T22:24:43.005Z] [echo] java_java_specification_version is 1.8 [2026-02-17T22:24:43.005Z] [echo] can_build_modularity is false [2026-02-17T22:24:43.005Z] [echo] can_build_modularity_natives_unix is ${can_build_modularity_natives_unix} [2026-02-17T22:24:43.005Z] [echo] can_build_modularity_natives_windows is ${can_build_modularity_natives_windows} [2026-02-17T22:24:43.005Z] [2026-02-17T22:24:43.005Z] create-bin-dir: [2026-02-17T22:24:43.005Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.modularity\bin [2026-02-17T22:24:43.005Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.modularity\bin\common-mods [2026-02-17T22:24:43.005Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.modularity\bin\common-override [2026-02-17T22:24:43.005Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.modularity\bin\common-override-new [2026-02-17T22:24:43.005Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.modularity\bin\tests [2026-02-17T22:24:43.005Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.modularity\bin\common [2026-02-17T22:24:43.006Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.modularity\bin\common\displayServiceImpl3 [2026-02-17T22:24:43.006Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\aqa-systemtest\openjdk.test.modularity\bin\common\displayServiceImpl4 [2026-02-17T22:24:43.006Z] [2026-02-17T22:24:43.006Z] build-java: [2026-02-17T22:24:43.006Z] [2026-02-17T22:24:43.006Z] build-no-natives: [2026-02-17T22:24:43.006Z] [2026-02-17T22:24:43.006Z] build: [2026-02-17T22:24:43.006Z] [2026-02-17T22:24:43.006Z] build: [2026-02-17T22:24:43.006Z] [2026-02-17T22:24:43.006Z] common_dist: [2026-02-17T22:24:43.006Z] [copy] Copying 341 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system\STF [2026-02-17T22:24:44.689Z] [copy] Copying 1192 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system\aqa-systemtest [2026-02-17T22:24:49.460Z] [copy] Copied 496 empty directories to 8 empty directories under C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system\aqa-systemtest [2026-02-17T22:24:49.460Z] [copy] Warning: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\system\openj9-systemtest does not exist. [2026-02-17T22:24:49.460Z] [2026-02-17T22:24:49.460Z] build: [2026-02-17T22:24:49.460Z] [2026-02-17T22:24:49.460Z] build: [2026-02-17T22:24:49.460Z] [2026-02-17T22:24:49.460Z] THC.check: [2026-02-17T22:24:49.460Z] [2026-02-17T22:24:49.460Z] getChurn: [2026-02-17T22:24:49.460Z] [exec] Cloning into 'churn'... [2026-02-17T22:24:50.181Z] [2026-02-17T22:24:50.181Z] dist: [2026-02-17T22:24:50.181Z] [copy] Copying 1 file to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system\churn [2026-02-17T22:24:50.181Z] [2026-02-17T22:24:50.181Z] init: [2026-02-17T22:24:50.181Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system\daaLoadTest [2026-02-17T22:24:50.181Z] [2026-02-17T22:24:50.181Z] common_build: [2026-02-17T22:24:50.181Z] [2026-02-17T22:24:50.181Z] build: [2026-02-17T22:24:50.181Z] [copy] Copying 2 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system\daaLoadTest [2026-02-17T22:24:50.181Z] [2026-02-17T22:24:50.181Z] build: [2026-02-17T22:24:50.181Z] [2026-02-17T22:24:50.181Z] init: [2026-02-17T22:24:50.181Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system\jcstress [2026-02-17T22:24:50.181Z] [2026-02-17T22:24:50.181Z] getDependentLibs: [2026-02-17T22:24:50.181Z] [exec] -------------------------------------------- [2026-02-17T22:24:50.181Z] [exec] path is set to C:/jenkins/externalDependency/system_lib [2026-02-17T22:24:50.181Z] [exec] task is set to default [2026-02-17T22:24:50.181Z] [exec] dependencyList is set to jcstress [2026-02-17T22:24:50.181Z] [exec] System Test jars will be downloaded. [2026-02-17T22:24:50.181Z] [exec] -------------------------------------------- [2026-02-17T22:24:50.181Z] [exec] Starting download third party dependent jars [2026-02-17T22:24:50.182Z] [exec] -------------------------------------------- [2026-02-17T22:24:50.182Z] [exec] downloading dependent third party jars to C:/jenkins/externalDependency/system_lib [2026-02-17T22:24:50.182Z] [exec] C:/jenkins/externalDependency/system_lib/jcstress-tests-all-20240222.jar exists with correct hash, not downloading [2026-02-17T22:24:50.182Z] [exec] downloaded dependent third party jars successfully [2026-02-17T22:24:50.182Z] [2026-02-17T22:24:50.182Z] dist: [2026-02-17T22:24:50.606Z] [copy] Copying 4 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system\jcstress [2026-02-17T22:24:50.606Z] [2026-02-17T22:24:50.606Z] init: [2026-02-17T22:24:50.606Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system\jlm [2026-02-17T22:24:50.607Z] [2026-02-17T22:24:50.607Z] common_build: [2026-02-17T22:24:50.607Z] [2026-02-17T22:24:50.607Z] build: [2026-02-17T22:24:50.607Z] [copy] Copying 2 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system\jlm [2026-02-17T22:24:50.607Z] [2026-02-17T22:24:50.607Z] init: [2026-02-17T22:24:50.607Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system\lambdaLoadTest [2026-02-17T22:24:50.607Z] [2026-02-17T22:24:50.607Z] common_build: [2026-02-17T22:24:50.607Z] [2026-02-17T22:24:50.607Z] build: [2026-02-17T22:24:50.607Z] [copy] Copying 2 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system\lambdaLoadTest [2026-02-17T22:24:50.607Z] [2026-02-17T22:24:50.607Z] init: [2026-02-17T22:24:50.607Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system\mathLoadTest [2026-02-17T22:24:50.607Z] [2026-02-17T22:24:50.607Z] common_build: [2026-02-17T22:24:50.607Z] [2026-02-17T22:24:50.607Z] build: [2026-02-17T22:24:50.607Z] [copy] Copying 2 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system\mathLoadTest [2026-02-17T22:24:50.607Z] [2026-02-17T22:24:50.607Z] init: [2026-02-17T22:24:50.607Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system\mauveLoadTest [2026-02-17T22:24:50.607Z] [2026-02-17T22:24:50.607Z] common_build: [2026-02-17T22:24:50.607Z] [2026-02-17T22:24:50.607Z] build: [2026-02-17T22:24:50.607Z] [copy] Copying 2 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system\mauveLoadTest [2026-02-17T22:24:50.607Z] [2026-02-17T22:24:50.607Z] init: [2026-02-17T22:24:50.607Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system\modularity [2026-02-17T22:24:50.607Z] [2026-02-17T22:24:50.607Z] common_build: [2026-02-17T22:24:50.607Z] [2026-02-17T22:24:50.607Z] build: [2026-02-17T22:24:50.607Z] [copy] Copying 2 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system\modularity [2026-02-17T22:24:50.607Z] [2026-02-17T22:24:50.607Z] init: [2026-02-17T22:24:50.607Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system\otherLoadTest [2026-02-17T22:24:50.607Z] [2026-02-17T22:24:50.607Z] common_build: [2026-02-17T22:24:50.607Z] [2026-02-17T22:24:50.607Z] build: [2026-02-17T22:24:50.608Z] [copy] Copying 2 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system\otherLoadTest [2026-02-17T22:24:50.608Z] [2026-02-17T22:24:50.608Z] init: [2026-02-17T22:24:50.608Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system\security [2026-02-17T22:24:50.608Z] [2026-02-17T22:24:50.608Z] common_build: [2026-02-17T22:24:50.608Z] [2026-02-17T22:24:50.608Z] build: [2026-02-17T22:24:50.608Z] [copy] Copying 2 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system\security [2026-02-17T22:24:50.608Z] [2026-02-17T22:24:50.608Z] init: [2026-02-17T22:24:50.608Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system\sharedClasses [2026-02-17T22:24:50.608Z] [2026-02-17T22:24:50.608Z] common_build: [2026-02-17T22:24:50.608Z] [2026-02-17T22:24:50.608Z] build: [2026-02-17T22:24:50.608Z] [copy] Copying 2 files to C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\jvmtest\system\sharedClasses [2026-02-17T22:24:50.608Z] [2026-02-17T22:24:50.608Z] BUILD SUCCESSFUL [2026-02-17T22:24:50.608Z] Total time: 1 minute 45 seconds [2026-02-17T22:24:50.954Z] 0 [2026-02-17T22:24:50.954Z] [2026-02-17T22:24:50.954Z] [2026-02-17T22:24:50.954Z] RECORD TEST REPOs SHA [2026-02-17T22:24:50.954Z] cd "C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests//TKG/scripts"; \ [2026-02-17T22:24:50.954Z] bash "getSHAs.sh" --test_root_dir "C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests/" --shas_file "C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests//TKG/SHAs.txt" [2026-02-17T22:24:50.954Z] Check shas in C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests/ and store the info in C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests//TKG/SHAs.txt [2026-02-17T22:24:50.954Z] touch C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests//TKG/SHAs.txt [2026-02-17T22:24:51.295Z] ================================================ [2026-02-17T22:24:51.295Z] timestamp: 20260217-222451 [2026-02-17T22:24:51.295Z] repo dir: C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests [2026-02-17T22:24:51.295Z] git repo: [2026-02-17T22:24:51.643Z] Fetch URL: https://github.com/adoptium/aqa-tests.git [2026-02-17T22:24:51.643Z] sha: [2026-02-17T22:24:51.643Z] 6ae53a7631d2a6681514f8dbc46b7c9b7747794e [2026-02-17T22:24:51.643Z] ================================================ [2026-02-17T22:24:51.643Z] timestamp: 20260217-222451 [2026-02-17T22:24:51.643Z] repo dir: C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests/system/aqa-systemtest [2026-02-17T22:24:51.643Z] git repo: [2026-02-17T22:24:51.988Z] Fetch URL: https://github.com/adoptium/aqa-systemtest.git [2026-02-17T22:24:51.988Z] sha: [2026-02-17T22:24:51.988Z] ea987227afd9fec0f9c68bfeeefc3beeca16d3e6 [2026-02-17T22:24:51.988Z] ================================================ [2026-02-17T22:24:51.988Z] timestamp: 20260217-222451 [2026-02-17T22:24:51.988Z] repo dir: C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests/system/churn/churn [2026-02-17T22:24:51.988Z] git repo: [2026-02-17T22:24:51.988Z] Fetch URL: https://github.com/rh-openjdk/churn.git [2026-02-17T22:24:51.988Z] sha: [2026-02-17T22:24:51.988Z] 01f9894909307f9a9a154a0df627d16def3d6603 [2026-02-17T22:24:51.988Z] ================================================ [2026-02-17T22:24:51.988Z] timestamp: 20260217-222451 [2026-02-17T22:24:51.989Z] repo dir: C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests/system/STF [2026-02-17T22:24:51.989Z] git repo: [2026-02-17T22:24:52.329Z] Fetch URL: https://github.com/adoptium/STF.git [2026-02-17T22:24:52.329Z] sha: [2026-02-17T22:24:52.329Z] 91d0e566278d7e8bba2de994f3c0d4164e6bb0d7 [2026-02-17T22:24:52.329Z] ================================================ [2026-02-17T22:24:52.329Z] timestamp: 20260217-222452 [2026-02-17T22:24:52.330Z] repo dir: C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests/TKG [2026-02-17T22:24:52.330Z] git repo: [2026-02-17T22:24:52.330Z] Fetch URL: https://github.com/adoptium/TKG.git [2026-02-17T22:24:52.330Z] sha: [2026-02-17T22:24:52.330Z] d8a5e7b9cec170af57c956a21372271dee7f8dfe [2026-02-17T22:24:52.330Z] make[1]: Leaving directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests/TKG' [Pipeline] } [2026-02-17T22:24:52.402Z] $ ssh-agent -k [2026-02-17T22:24:52.442Z] unset SSH_AUTH_SOCK; [2026-02-17T22:24:52.442Z] unset SSH_AGENT_PID; [2026-02-17T22:24:52.442Z] echo Agent pid 2003 killed; [2026-02-17T22:24:52.497Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] echo [2026-02-17T22:24:52.705Z] 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 [2026-02-17T22:24:52.723Z] ITERATION: 1/1 [Pipeline] sshagent [2026-02-17T22:24:52.738Z] $ ssh-agent [2026-02-17T22:24:52.848Z] SSH_AUTH_SOCK=/tmp/ssh-2ItCtf60UeTC/agent.2346 [2026-02-17T22:24:52.848Z] SSH_AGENT_PID=2347 [2026-02-17T22:24:52.848Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-02-17T22:24:53.303Z] ++ uname [2026-02-17T22:24:53.303Z] + '[' CYGWIN_NT-10.0-20348 = AIX ']' [2026-02-17T22:24:53.304Z] ++ uname [2026-02-17T22:24:53.304Z] + '[' CYGWIN_NT-10.0-20348 = SunOS ']' [2026-02-17T22:24:53.304Z] ++ uname [2026-02-17T22:24:53.304Z] + '[' CYGWIN_NT-10.0-20348 = '*BSD' ']' [2026-02-17T22:24:53.304Z] + MAKE=make [2026-02-17T22:24:53.304Z] + make -f ./aqa-tests/TKG/testEnv.mk testEnvTeardown [2026-02-17T22:24:53.304Z] make: Nothing to be done for 'testEnvTeardown'. [Pipeline] sh [2026-02-17T22:24:53.826Z] ++ uname [2026-02-17T22:24:53.826Z] + '[' CYGWIN_NT-10.0-20348 = AIX ']' [2026-02-17T22:24:53.826Z] ++ uname [2026-02-17T22:24:53.826Z] + '[' CYGWIN_NT-10.0-20348 = SunOS ']' [2026-02-17T22:24:53.826Z] ++ uname [2026-02-17T22:24:53.826Z] + '[' CYGWIN_NT-10.0-20348 = '*BSD' ']' [2026-02-17T22:24:53.826Z] + MAKE=make [2026-02-17T22:24:53.826Z] + cd ./aqa-tests [2026-02-17T22:24:53.826Z] + . ./scripts/testenv/testenvSettings.sh [2026-02-17T22:24:53.826Z] ++ set +x [2026-02-17T22:24:53.826Z] parallelList.mk:17: warning: overriding recipe for target 'testList_0' [2026-02-17T22:24:53.826Z] parallelList.mk:8: warning: ignoring old recipe for target 'testList_0' [2026-02-17T22:24:53.826Z] make _testList TESTLIST=TestJlmRemoteClassNoAuth_0,TestJlmRemoteClassNoAuth_1,LambdaLoadTest_HS_5m_0,MathLoadTest_autosimd_5m_0,MauveMultiThrdLoad_5m_1,MauveSingleInvocLoad_HS_5m_1,TestJlmLocal_1,TestJlmRemoteClassAuth_0,TestJlmRemoteThreadAuth_0,NioLoadTest_5m_2,TestJlmRemoteClassAuth_2,TestJlmRemoteNotifierProxyAuth_2,TestJlmRemoteThreadAuth_2,TestJlmRemoteThreadAuth_1,TestJlmRemoteNotifierProxyAuth_1 [2026-02-17T22:24:53.826Z] make[1]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests/TKG' [2026-02-17T22:24:53.826Z] JAVA_HOME is set to c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/jdkbinary/j2sdk-image [2026-02-17T22:24:54.156Z] LIB_DIR is set to C:/jenkins/externalDependency/system_lib [2026-02-17T22:24:54.156Z] make -f makeGen.mk AUTO_DETECT=true MODE=tests TESTTARGET=testList TESTLIST=TestJlmRemoteClassNoAuth_0,TestJlmRemoteClassNoAuth_1,LambdaLoadTest_HS_5m_0,MathLoadTest_autosimd_5m_0,MauveMultiThrdLoad_5m_1,MauveSingleInvocLoad_HS_5m_1,TestJlmLocal_1,TestJlmRemoteClassAuth_0,TestJlmRemoteThreadAuth_0,NioLoadTest_5m_2,TestJlmRemoteClassAuth_2,TestJlmRemoteNotifierProxyAuth_2,TestJlmRemoteThreadAuth_2,TestJlmRemoteThreadAuth_1,TestJlmRemoteNotifierProxyAuth_1 [2026-02-17T22:24:54.156Z] make[2]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests/TKG' [2026-02-17T22:24:54.156Z] perl scripts/configure.pl [2026-02-17T22:24:54.156Z] c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_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-64 --microArch="" --osLabel="" --jdkVersion=8 --impl=hotspot --vendor="temurin" --buildList=system --iterations=1 --aotIterations= --testFlag= --testTarget=testList --testList=TestJlmRemoteClassNoAuth_0,TestJlmRemoteClassNoAuth_1,LambdaLoadTest_HS_5m_0,MathLoadTest_autosimd_5m_0,MauveMultiThrdLoad_5m_1,MauveSingleInvocLoad_HS_5m_1,TestJlmLocal_1,TestJlmRemoteClassAuth_0,TestJlmRemoteThreadAuth_0,NioLoadTest_5m_2,TestJlmRemoteClassAuth_2,TestJlmRemoteNotifierProxyAuth_2,TestJlmRemoteThreadAuth_2,TestJlmRemoteThreadAuth_1,TestJlmRemoteNotifierProxyAuth_1 --numOfMachines= --testTime= --TRSSURL= [2026-02-17T22:24:55.021Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv. [2026-02-17T22:24:55.022Z] [2026-02-17T22:24:55.022Z] Starting to generate test make files. [2026-02-17T22:24:55.022Z] [2026-02-17T22:24:55.022Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG\..\system\churn\playlist.xml [2026-02-17T22:24:55.022Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG\..\system\daaLoadTest\playlist.xml [2026-02-17T22:24:55.022Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG\..\system\jcstress\playlist.xml [2026-02-17T22:24:55.022Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG\..\system\jlm\playlist.xml [2026-02-17T22:24:55.360Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG/../system/jlm/autoGen.mk [2026-02-17T22:24:55.360Z] [2026-02-17T22:24:55.360Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG\..\system\lambdaLoadTest\playlist.xml [2026-02-17T22:24:55.360Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG/../system/lambdaLoadTest/autoGen.mk [2026-02-17T22:24:55.361Z] [2026-02-17T22:24:55.361Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG\..\system\mathLoadTest\playlist.xml [2026-02-17T22:24:55.361Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG/../system/mathLoadTest/autoGen.mk [2026-02-17T22:24:55.361Z] [2026-02-17T22:24:55.361Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG\..\system\mauveLoadTest\playlist.xml [2026-02-17T22:24:55.361Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG/../system/mauveLoadTest/autoGen.mk [2026-02-17T22:24:55.361Z] [2026-02-17T22:24:55.361Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG\..\system\modularity\playlist.xml [2026-02-17T22:24:55.361Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG\..\system\otherLoadTest\playlist.xml [2026-02-17T22:24:55.361Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG/../system/otherLoadTest/autoGen.mk [2026-02-17T22:24:55.361Z] [2026-02-17T22:24:55.361Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG\..\system\security\playlist.xml [2026-02-17T22:24:55.361Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG\..\system\sharedClasses\playlist.xml [2026-02-17T22:24:55.361Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG/../system/autoGen.mk [2026-02-17T22:24:55.361Z] [2026-02-17T22:24:55.361Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG/../autoGen.mk [2026-02-17T22:24:55.361Z] [2026-02-17T22:24:55.361Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG/../TKG/utils.mk [2026-02-17T22:24:55.361Z] [2026-02-17T22:24:55.361Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2\aqa-tests\TKG/../TKG/rerun.mk [2026-02-17T22:24:55.361Z] [2026-02-17T22:24:55.361Z] Make files are generated successfully. [2026-02-17T22:24:55.361Z] [2026-02-17T22:24:55.361Z] make[2]: Leaving directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests/TKG' [2026-02-17T22:24:55.361Z] make -f runtest.mk _testList [2026-02-17T22:24:55.361Z] make[2]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests/TKG' [2026-02-17T22:24:56.071Z] [2026-02-17T22:24:56.071Z] Running make 4.4.1 [2026-02-17T22:24:56.071Z] set TEST_ROOT to C:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests/ [2026-02-17T22:24:56.071Z] set JDK_VERSION to 8 [2026-02-17T22:24:56.071Z] set JDK_IMPL to hotspot [2026-02-17T22:24:56.071Z] set JVM_VERSION to openjdk8 [2026-02-17T22:24:56.071Z] set JCL_VERSION to latest [2026-02-17T22:24:56.071Z] JAVA_HOME was originally set to C:\Program Files\Java\jdk8u392-b08 [2026-02-17T22:24:56.071Z] set JAVA_HOME to c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/jdkbinary/j2sdk-image [2026-02-17T22:24:56.071Z] set SPEC to win_x86-64 [2026-02-17T22:24:56.071Z] set TEST_FLAG to [2026-02-17T22:24:56.400Z] Running testList ... [2026-02-17T22:24:56.400Z] There are 15 test targets in testList [2026-02-17T22:24:56.400Z] "c:/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/jdkbinary/j2sdk-image\\bin\\java" -version [2026-02-17T22:24:56.400Z] openjdk version "1.8.0_492-beta" [2026-02-17T22:24:56.400Z] OpenJDK Runtime Environment (Temurin)(build 1.8.0_492-beta-202602172106-b03) [2026-02-17T22:24:56.400Z] OpenJDK 64-Bit Server VM (Temurin)(build 25.492-b03, mixed mode) [2026-02-17T22:24:56.400Z] make[3]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests' [2026-02-17T22:24:56.746Z] make[4]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests/system' [2026-02-17T22:24:56.746Z] make[5]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_sanity.system_x86-64_windows_testList_2/aqa-tests/system/jlm' [2026-02-17T22:24:56.746Z] ../system.mk:25: CYGWIN is 1 [2026-02-17T22:24:56.746Z] ../system.mk:31: Running under cygwin, looking for Windows perl on path [2026-02-17T22:24:57.085Z] ../system.mk:36: Found perl in /cygdrive/c/Strawberry/perl/bin/perl.exe [2026-02-17T22:24:57.085Z] [2026-02-17T22:24:57.085Z] ===============================================