Pre Test
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_special.functional_x86-64_windows@script/7d272c0688f17ab4e5b2f6ce77a7dc9cf4df33ff05c3a95eddd38682ef795b79 to read aqa-tests/buildenv/jenkins/openjdk_tests
The recommended git tool is: git
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Using shallow clone with depth 1
Cloning repository https://github.com/adoptium/aqa-tests.git
> git init /home/jenkins/.jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows@script/7d272c0688f17ab4e5b2f6ce77a7dc9cf4df33ff05c3a95eddd38682ef795b79/aqa-tests # timeout=10
Fetching upstream changes from https://github.com/adoptium/aqa-tests.git
> git --version # timeout=10
> git --version # 'git version 2.43.0'
> git fetch --tags --force --progress --depth=1 -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=60
> git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 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 2c448f82c83465a2a689f309639b429e4c166dec # timeout=10
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] timestamps
[Pipeline] {
[Pipeline] echo
[2026-02-17T22:12:15.679Z] SPEC: win_x86-64
[Pipeline] echo
[2026-02-17T22:12:15.680Z] 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:12:15.693Z] dynamicAgents: []
[Pipeline] echo
[2026-02-17T22:12:15.694Z] Provisioning LABEL: ci.role.test&&hw.arch.x86&&sw.os.windows
[Pipeline] nodesByLabel
[2026-02-17T22:12:15.704Z] Found a total of 6 nodes with the 'ci.role.test&&hw.arch.x86&&sw.os.windows' label
[Pipeline] node
[2026-02-17T22:12:30.708Z] Still waiting to schedule task
[2026-02-17T22:12:30.708Z] Waiting for next available executor on ‘ci.role.test&&hw.arch.x86&&sw.os.windows’
[2026-02-17T22:57:40.782Z] Running on test-azure-win2022-x64-3 in c:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows
[Pipeline] {
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named ref_cache (to a value of type GStringImpl) which could lead to memory leaks or other issues.
[Pipeline] retry
[Pipeline] {
[Pipeline] timeout
[2026-02-17T22:57:40.809Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] cleanWs
[2026-02-17T22:57:40.878Z] [WS-CLEANUP] Deleting project workspace...
[2026-02-17T22:57:40.878Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2026-02-17T22:57:40.899Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // timeout
[Pipeline] checkout
[2026-02-17T22:57:40.981Z] The recommended git tool is: git
[2026-02-17T22:57:41.048Z] No credentials specified
[2026-02-17T22:57:41.075Z] Cloning the remote Git repository
[2026-02-17T22:57:41.140Z] Cloning repository https://github.com/adoptium/aqa-tests.git
[2026-02-17T22:57:41.140Z] > git init c:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests # timeout=10
[2026-02-17T22:57:41.245Z] [WARNING] Reference path does not exist: null/openjdk_cache
[2026-02-17T22:57:41.248Z] Fetching upstream changes from https://github.com/adoptium/aqa-tests.git
[2026-02-17T22:57:41.249Z] > git --version # timeout=10
[2026-02-17T22:57:41.301Z] > git --version # 'git version 2.42.1'
[2026-02-17T22:57:41.301Z] > git fetch --tags --force --progress -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=10
[2026-02-17T22:57:46.737Z] Avoid second fetch
[2026-02-17T22:57:46.817Z] Checking out Revision 6ae53a7631d2a6681514f8dbc46b7c9b7747794e (origin/master)
[2026-02-17T22:57:46.588Z] > git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10
[2026-02-17T22:57:46.632Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
[2026-02-17T22:57:46.748Z] > git rev-parse "origin/master^{commit}" # timeout=10
[2026-02-17T22:57:46.832Z] > git config core.sparsecheckout # timeout=10
[2026-02-17T22:57:46.877Z] > git checkout -f 6ae53a7631d2a6681514f8dbc46b7c9b7747794e # timeout=10
[2026-02-17T22:57:49.609Z] Commit message: "Restore Double/Float128VectorTests on x64 jdk21+ OpenJ9 (#6900)"
[Pipeline] }
[Pipeline] // retry
[Pipeline] load
[Pipeline] { (c:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/buildenv/jenkins/JenkinsfileBase)
[Pipeline] }
[Pipeline] // load
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named jenkinsfile (to a value of type Script1) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TIME_LIMIT (to a value of type Integer) which could lead to memory leaks or other issues.
[Pipeline] timeout
[2026-02-17T22:57:50.791Z] Timeout set to expire in 1 day 1 hr
[Pipeline] {
[Pipeline] echo
[2026-02-17T22:57:50.809Z] runMulticastCmd: false
[Pipeline] stage
[Pipeline] { (Setup)
[Pipeline] sh
[2026-02-17T22:57:51.306Z] + LC_TIME=C
[2026-02-17T22:57:51.306Z] + date '+%a, %d %b %Y %T %z'
[Pipeline] echo
[2026-02-17T22:57:51.399Z] PROCESSCATCH: Terminating any hung/left over test processes:
[Pipeline] sh
[2026-02-17T22:57:51.869Z] + aqa-tests/terminateTestProcesses.sh null
[2026-02-17T22:57:51.869Z] Windows machine, using powershell queries...
[2026-02-17T22:57:52.199Z] 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:57:53.527Z] + printenv
[2026-02-17T22:57:53.527Z] ProgramFiles(x86)=C:\Program Files (x86)
[2026-02-17T22:57:53.527Z] CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
[2026-02-17T22:57:53.527Z] KEEP_WORKSPACE=false
[2026-02-17T22:57:53.527Z] NUMBER_OF_PROCESSORS=2
[2026-02-17T22:57:53.527Z] PROCESSOR_LEVEL=25
[2026-02-17T22:57:53.527Z] TAP_NAME=Test_openjdk8_hs_special.functional_x86-64_windows.tap
[2026-02-17T22:57:53.527Z] LIB_DIR=c:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows/../../externalDependency/lib
[2026-02-17T22:57:53.527Z] EXIT_FAILURE=false
[2026-02-17T22:57:53.527Z] JDK_BRANCH=jdk8u492-b03_adopt
[2026-02-17T22:57:53.528Z] RUN_TESTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_special.functional_x86-64_windows/247/display/redirect?page=tests
[2026-02-17T22:57:53.528Z] PLATFORM=x86-64_windows
[2026-02-17T22:57:53.528Z] DOCKER_REQUIRED=false
[2026-02-17T22:57:53.528Z] WINSW_EXECUTABLE=C:\Users\jenkins\agent\JenkinsAgentService.exe
[2026-02-17T22:57:53.528Z] PROGRAMFILES=C:\Program Files
[2026-02-17T22:57:53.528Z] git=C:\Program Files\Git\cmd\git.exe
[2026-02-17T22:57:53.528Z] TIME_LIMIT=25
[2026-02-17T22:57:53.528Z] JENKINS_SERVER_COOKIE=durable-212d35012b5d1efe91c2df20fa8db52df5cd580a6a7bf2a68e69e6e3b129f398
[2026-02-17T22:57:53.528Z] PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
[2026-02-17T22:57:53.528Z] JAVA_HOME=C:\Program Files\Java\jdk8u392-b08
[2026-02-17T22:57:53.528Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
[2026-02-17T22:57:53.528Z] GENERATE_JOBS=true
[2026-02-17T22:57:53.528Z] OPENJCEPLUS_GIT_REPO=https://github.com/ibmruntimes/OpenJCEPlus.git
[2026-02-17T22:57:53.528Z] OS=Windows_NT
[2026-02-17T22:57:53.528Z] RUN_CHANGES_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_special.functional_x86-64_windows/247/display/redirect?page=changes
[2026-02-17T22:57:53.528Z] ANT_HOME=C:\apache-ant\apache-ant-1.10.15
[2026-02-17T22:57:53.528Z] RERUN_ITERATIONS=1
[2026-02-17T22:57:53.528Z] OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse:master
[2026-02-17T22:57:53.528Z] USERDOMAIN=TEST-AZURE-WIN-
[2026-02-17T22:57:53.528Z] STF_OWNER_BRANCH=adoptium:master
[2026-02-17T22:57:53.528Z] HUDSON_HOME=/home/jenkins/.jenkins
[2026-02-17T22:57:53.528Z] PWD=/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows
[2026-02-17T22:57:53.528Z] USERPROFILE=C:\Users\jenkins.test-azure-win2
[2026-02-17T22:57:53.528Z] ARCHIVE_TEST_RESULTS=false
[2026-02-17T22:57:53.528Z] SETUP_JCK_RUN=false
[2026-02-17T22:57:53.528Z] BUILD_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_special.functional_x86-64_windows/247/
[2026-02-17T22:57:53.528Z] SLACK_CHANNEL=aqavit-bot
[2026-02-17T22:57:53.528Z] UPSTREAM_JOB_NAME=build-scripts/jobs/jdk8u/jdk8u-windows-x64-temurin
[2026-02-17T22:57:53.528Z] JCK_GIT_BRANCH=master
[2026-02-17T22:57:53.528Z] JOB_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_special.functional_x86-64_windows/
[2026-02-17T22:57:53.528Z] BUILD_NUMBER=247
[2026-02-17T22:57:53.528Z] TKG_ITERATIONS=1
[2026-02-17T22:57:53.528Z] _=/usr/bin/printenv
[2026-02-17T22:57:53.528Z] VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\
[2026-02-17T22:57:53.528Z] SERVICE_ID=Jenkins
[2026-02-17T22:57:53.528Z] BASE=C:\Users\jenkins\agent
[2026-02-17T22:57:53.528Z] PERF_ROOT=c:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows/../../benchmarks
[2026-02-17T22:57:53.528Z] ALLUSERSPROFILE=C:\ProgramData
[2026-02-17T22:57:53.528Z] JENKINS_NODE_COOKIE=82bcdcc1-0531-4b51-84cd-75256149f411
[2026-02-17T22:57:53.528Z] CommonProgramW6432=C:\Program Files\Common Files
[2026-02-17T22:57:53.528Z] KEEP_REPORTDIR=false
[2026-02-17T22:57:53.528Z] BUILD_DISPLAY_NAME=#247
[2026-02-17T22:57:53.528Z] SDK_RESOURCE=upstream
[2026-02-17T22:57:53.528Z] TEST_JDK_HOME=c:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image
[2026-02-17T22:57:53.528Z] HOME=/home/jenkins
[2026-02-17T22:57:53.528Z] USERNAME=jenkins
[2026-02-17T22:57:53.528Z] WINSW_SERVICE_ID=Jenkins
[2026-02-17T22:57:53.528Z] COMSPEC=C:\Windows\system32\cmd.exe
[2026-02-17T22:57:53.528Z] jobStatus=SUCCESS
[2026-02-17T22:57:53.528Z] JENKINS_URL=https://ci.adoptium.net/
[2026-02-17T22:57:53.528Z] JOB_BASE_NAME=Test_openjdk8_hs_special.functional_x86-64_windows
[2026-02-17T22:57:53.528Z] JOBSTARTTIME=Tue, 17 Feb 2026 22:57:51 +0000
[2026-02-17T22:57:53.528Z] JDK_VERSION=8
[2026-02-17T22:57:53.528Z] APPDATA=C:\Users\jenkins.test-azure-win2\AppData\Roaming
[2026-02-17T22:57:53.528Z] JOB_NAME=Test_openjdk8_hs_special.functional_x86-64_windows
[2026-02-17T22:57:53.528Z] USE_TESTENV_PROPERTIES=false
[2026-02-17T22:57:53.528Z] SYSTEMROOT=C:\Windows
[2026-02-17T22:57:53.528Z] PERSONAL_BUILD=false
[2026-02-17T22:57:53.528Z] RUN_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_special.functional_x86-64_windows/247/display/redirect
[2026-02-17T22:57:53.528Z] LOCALAPPDATA=C:\Users\jenkins.test-azure-win2\AppData\Local
[2026-02-17T22:57:53.528Z] AUTO_DETECT=true
[2026-02-17T22:57:53.528Z] EXIT_SUCCESS=false
[2026-02-17T22:57:53.528Z] JOB_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_special.functional_x86-64_windows/display/redirect
[2026-02-17T22:57:53.528Z] WORKSPACE=c:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows
[2026-02-17T22:57:53.528Z] COMPUTERNAME=TEST-AZURE-WIN-
[2026-02-17T22:57:53.528Z] OPENJ9_BRANCH=master
[2026-02-17T22:57:53.528Z] EXTERNAL_CUSTOM_BRANCH=master
[2026-02-17T22:57:53.528Z] SYSTEM_LIB_DIR=c:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows/../../externalDependency/system_lib
[2026-02-17T22:57:53.528Z] PARALLEL=Dynamic
[2026-02-17T22:57:53.528Z] HUDSON_URL=https://ci.adoptium.net/
[2026-02-17T22:57:53.528Z] ITERATIONS=1
[2026-02-17T22:57:53.528Z] UPSTREAM_JOB_NUMBER=604
[2026-02-17T22:57:53.528Z] SPEC=win_x86-64
[2026-02-17T22:57:53.528Z] TERM=xterm-256color
[2026-02-17T22:57:53.528Z] JDK_REPO=https://github.com/adoptium/jdk8u
[2026-02-17T22:57:53.528Z] ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium:master
[2026-02-17T22:57:53.528Z] NODE_NAME=test-azure-win2022-x64-3
[2026-02-17T22:57:53.528Z] ADOPTOPENJDK_REPO=https://github.com/adoptium/aqa-tests.git
[2026-02-17T22:57:53.528Z] PSModulePath=%ProgramFiles%\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules
[2026-02-17T22:57:53.528Z] HUDSON_SERVER_COOKIE=2d832652af5afba8
[2026-02-17T22:57:53.528Z] WIX=C:\Program Files (x86)\WiX Toolset v3.14\
[2026-02-17T22:57:53.528Z] TEMP=/cygdrive/c/Users/JENKIN~1.TES/AppData/Local/Temp
[2026-02-17T22:57:53.528Z] DYNAMIC_COMPILE=true
[2026-02-17T22:57:53.528Z] SHLVL=2
[2026-02-17T22:57:53.528Z] BUILD_TAG=jenkins-Test_openjdk8_hs_special.functional_x86-64_windows-247
[2026-02-17T22:57:53.528Z] PROCESSOR_REVISION=0101
[2026-02-17T22:57:53.528Z] DriverData=C:\Windows\System32\Drivers\DriverData
[2026-02-17T22:57:53.528Z] EXECUTOR_NUMBER=0
[2026-02-17T22:57:53.528Z] HUDSON_COOKIE=6e17f0d9-5cf8-4604-a828-4749010cc119
[2026-02-17T22:57:53.528Z] ADOPTOPENJDK_BRANCH=master
[2026-02-17T22:57:53.528Z] JENKINS_HOME=/home/jenkins/.jenkins
[2026-02-17T22:57:53.528Z] COMMONPROGRAMFILES=C:\Program Files\Common Files
[2026-02-17T22:57:53.528Z] ORIGIN_JDK_VERSION=8
[2026-02-17T22:57:53.528Z] PROCESSOR_IDENTIFIER=AMD64 Family 25 Model 1 Stepping 1, AuthenticAMD
[2026-02-17T22:57:53.528Z] NUM_PROCESSORS=2
[2026-02-17T22:57:53.528Z] CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token
[2026-02-17T22:57:53.528Z] 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:57:53.528Z] STAGE_NAME=Setup
[2026-02-17T22:57:53.528Z] EXTERNAL_TEST_CMD=mvn clean install
[2026-02-17T22:57:53.528Z] TEST_TIME=120
[2026-02-17T22:57:53.528Z] WORKSPACE_TMP=c:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows@tmp
[2026-02-17T22:57:53.528Z] TMP=/cygdrive/c/Users/JENKIN~1.TES/AppData/Local/Temp
[2026-02-17T22:57:53.528Z] 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:57:53.528Z] LIGHT_WEIGHT_CHECKOUT=false
[2026-02-17T22:57:53.528Z] TKG_OWNER_BRANCH=adoptium:master
[2026-02-17T22:57:53.528Z] ProgramW6432=C:\Program Files
[2026-02-17T22:57:53.528Z] CI=true
[2026-02-17T22:57:53.528Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_special.functional_x86-64_windows/247/display/redirect?page=artifacts
[2026-02-17T22:57:53.528Z] ACTIVE_NODE_TIMEOUT=5
[2026-02-17T22:57:53.528Z] RERUN_FAILURE=true
[2026-02-17T22:57:53.528Z] VS120COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\
[2026-02-17T22:57:53.528Z] VS110COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\
[2026-02-17T22:57:53.528Z] OPENJCEPLUS_GIT_BRANCH=semeru-java8
[2026-02-17T22:57:53.528Z] BUILD_LIST=functional
[2026-02-17T22:57:53.528Z] BUILD_ID=247
[2026-02-17T22:57:53.528Z] WINDIR=C:\Windows
[2026-02-17T22:57:53.528Z] PROCESSOR_ARCHITECTURE=AMD64
[2026-02-17T22:57:53.528Z] PUBLIC=C:\Users\Public
[2026-02-17T22:57:53.528Z] SYSTEMDRIVE=C:
[2026-02-17T22:57:53.528Z] TARGET=special.functional
[2026-02-17T22:57:53.528Z] USE_JRE=false
[2026-02-17T22:57:53.528Z] JDK_IMPL=hotspot
[2026-02-17T22:57:53.528Z] 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:57:53.594Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] dir
[2026-02-17T22:57:53.611Z] Running in c:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jdkbinary
[Pipeline] {
[Pipeline] copyArtifacts
[2026-02-17T22:57:58.067Z] 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 OPENJ9_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 OPENJ9_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 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 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:57:58.264Z] 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:57:58.270Z] Running in c:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows
[Pipeline] {
[Pipeline] sshagent
[2026-02-17T22:57:58.300Z] $ ssh-agent
[2026-02-17T22:57:58.436Z] SSH_AUTH_SOCK=/tmp/ssh-qcqDhh7oBMF8/agent.1229
[2026-02-17T22:57:58.436Z] SSH_AGENT_PID=1230
[2026-02-17T22:57:58.436Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
[2026-02-17T22:57:58.455Z] Running in c:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests
[Pipeline] {
[Pipeline] withCredentials
[2026-02-17T22:57:58.484Z] Masking supported pattern matches of %USERNAME% or %PASSWORD%
[Pipeline] {
[Pipeline] sh
[2026-02-17T22:57:59.018Z] ++ pwd
[2026-02-17T22:57:59.019Z] + ./get.sh -s /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/.. -p x86-64_windows -r upstream -j 8 -i hotspot --clone_openj9 true --openj9_repo https://github.com/eclipse-openj9/openj9.git --openj9_branch master --tkg_repo https://github.com/adoptium/TKG.git --tkg_branch master
[2026-02-17T22:57:59.364Z] TESTDIR: /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests
[2026-02-17T22:57:59.364Z] get jdk binary...
[2026-02-17T22:57:59.364Z] --sdkdir is set to upstream. Therefore, skip download jdk binary
[2026-02-17T22:57:59.364Z] Uncompressing file: OpenJDK8U-jdk_x64_windows_hotspot_8u492b03-ea.zip ...
[2026-02-17T22:58:01.634Z] List files in jdkbinary folder...
[2026-02-17T22:58:01.634Z] total 173624
[2026-02-17T22:58:01.634Z] -rwxrwx---+ 1 Administrators None 31119007 Feb 17 21:42 OpenJDK8U-debugimage_x64_windows_hotspot_8u492b03-ea.zip
[2026-02-17T22:58:01.634Z] -rwxrwx---+ 1 Administrators None 106454504 Feb 17 21:48 OpenJDK8U-jdk_x64_windows_hotspot_8u492b03-ea.zip
[2026-02-17T22:58:01.634Z] -rwxrwx---+ 1 Administrators None 40108459 Feb 17 21:49 OpenJDK8U-jre_x64_windows_hotspot_8u492b03-ea.zip
[2026-02-17T22:58:01.634Z] -rwxrwx---+ 1 Administrators None 23617 Feb 17 21:46 OpenJDK8U-sbom_x64_windows_hotspot_8u492b03-ea-metadata.json
[2026-02-17T22:58:01.634Z] -rwxrwx---+ 1 Administrators None 77408 Feb 17 22:01 OpenJDK8U-sbom_x64_windows_hotspot_8u492b03-ea.json
[2026-02-17T22:58:01.634Z] drwxrwxr-x+ 1 jenkins None 0 Feb 17 22:57 tmp
[2026-02-17T22:58:01.634Z] List files in jdkbinary/tmp folder...
[2026-02-17T22:58:01.634Z] total 4
[2026-02-17T22:58:01.634Z] drwxrwx---+ 1 jenkins None 0 Feb 17 21:42 jdk8u492-b03
[2026-02-17T22:58:01.634Z] Moving directory jdk8u492-b03/ to ../j2sdk-image
[2026-02-17T22:58:01.634Z] Uncompressing file: OpenJDK8U-jre_x64_windows_hotspot_8u492b03-ea.zip ...
[2026-02-17T22:58:02.804Z] List files in jdkbinary folder...
[2026-02-17T22:58:02.804Z] total 173628
[2026-02-17T22:58:02.804Z] -rwxrwx---+ 1 Administrators None 31119007 Feb 17 21:42 OpenJDK8U-debugimage_x64_windows_hotspot_8u492b03-ea.zip
[2026-02-17T22:58:02.804Z] -rwxrwx---+ 1 Administrators None 106454504 Feb 17 21:48 OpenJDK8U-jdk_x64_windows_hotspot_8u492b03-ea.zip
[2026-02-17T22:58:02.805Z] -rwxrwx---+ 1 Administrators None 40108459 Feb 17 21:49 OpenJDK8U-jre_x64_windows_hotspot_8u492b03-ea.zip
[2026-02-17T22:58:02.805Z] -rwxrwx---+ 1 Administrators None 23617 Feb 17 21:46 OpenJDK8U-sbom_x64_windows_hotspot_8u492b03-ea-metadata.json
[2026-02-17T22:58:02.805Z] -rwxrwx---+ 1 Administrators None 77408 Feb 17 22:01 OpenJDK8U-sbom_x64_windows_hotspot_8u492b03-ea.json
[2026-02-17T22:58:02.805Z] drwxrwx---+ 1 jenkins None 0 Feb 17 21:42 j2sdk-image
[2026-02-17T22:58:02.805Z] drwxrwxr-x+ 1 jenkins None 0 Feb 17 22:58 tmp
[2026-02-17T22:58:02.805Z] List files in jdkbinary/tmp folder...
[2026-02-17T22:58:02.805Z] total 4
[2026-02-17T22:58:02.805Z] drwxrwx---+ 1 jenkins None 0 Feb 17 21:42 jdk8u492-b03-jre
[2026-02-17T22:58:02.805Z] Moving directory jdk8u492-b03-jre/ to ../j2re-image
[2026-02-17T22:58:02.805Z] Uncompressing OpenJDK8U-debugimage_x64_windows_hotspot_8u492b03-ea.zip over ./j2sdk-image/jre...
[2026-02-17T22:58:04.492Z] Removing top-level folder jdk8u492-b03-debug-image/
[2026-02-17T22:58:04.492Z] Removing top-level folder jdk8u492-b03/
[2026-02-17T22:58:06.831Z] Run c:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image/bin/java -version
[2026-02-17T22:58:06.831Z] =JAVA VERSION OUTPUT BEGIN=
[2026-02-17T22:58:07.181Z] openjdk version "1.8.0_492-beta"
[2026-02-17T22:58:07.181Z] OpenJDK Runtime Environment (Temurin)(build 1.8.0_492-beta-202602172106-b03)
[2026-02-17T22:58:07.181Z] OpenJDK 64-Bit Server VM (Temurin)(build 25.492-b03, mixed mode)
[2026-02-17T22:58:07.181Z] =JAVA VERSION OUTPUT END=
[2026-02-17T22:58:07.181Z] =RELEASE INFO BEGIN=
[2026-02-17T22:58:07.181Z] JAVA_VERSION="1.8.0_492"
[2026-02-17T22:58:07.181Z] OS_NAME="Windows"
[2026-02-17T22:58:07.181Z] OS_VERSION="5.2"
[2026-02-17T22:58:07.181Z] OS_ARCH="amd64"
[2026-02-17T22:58:07.181Z] SOURCE=".:git:42033a331a3c+"
[2026-02-17T22:58:07.181Z] IMPLEMENTOR="Eclipse Adoptium"
[2026-02-17T22:58:07.181Z] BUILD_SOURCE="git:e96bbeac79b072cebb4fb1a6123e60383fd5bbce"
[2026-02-17T22:58:07.181Z] BUILD_SOURCE_REPO="https://github.com/adoptium/temurin-build.git"
[2026-02-17T22:58:07.181Z] SOURCE_REPO="https://github.com/adoptium/jdk8u.git"
[2026-02-17T22:58:07.181Z] FULL_VERSION="1.8.0_492-beta-202602172106-b03"
[2026-02-17T22:58:07.181Z] SEMANTIC_VERSION="8.0.492+3"
[2026-02-17T22:58:07.181Z] BUILD_INFO="OS: Windows Server 2022 Version: 10.0"
[2026-02-17T22:58:07.181Z] JVM_VARIANT="Hotspot"
[2026-02-17T22:58:07.181Z] JVM_VERSION="25.492-b03"
[2026-02-17T22:58:07.181Z] IMAGE_TYPE="JDK"
[2026-02-17T22:58:07.181Z] =RELEASE INFO END=
[2026-02-17T22:58:07.181Z] get testKitGen...
[2026-02-17T22:58:07.181Z] git clone -q https://github.com/adoptium/TKG.git
[2026-02-17T22:58:08.853Z] git rev-parse master
[2026-02-17T22:58:08.853Z] git checkout -q -f d8a5e7b9cec170af57c956a21372271dee7f8dfe
[2026-02-17T22:58:09.581Z] get functional test material...
[2026-02-17T22:58:09.582Z] git clone --depth 1 --reference-if-able /home/jenkins/openjdk_cache -b master https://github.com/eclipse-openj9/openj9.git
[2026-02-17T22:58:09.582Z] Cloning into 'openj9'...
[2026-02-17T22:58:09.582Z] info: Could not add alternate for '/home/jenkins/openjdk_cache': reference repository '/home/jenkins/openjdk_cache' is not a local repository.
[2026-02-17T22:58:16.903Z] Updating files: 10% (1015/10148)
[2026-02-17T22:58:17.254Z] Updating files: 11% (1117/10148)
[2026-02-17T22:58:17.254Z] Updating files: 12% (1218/10148)
[2026-02-17T22:58:17.254Z] Updating files: 13% (1320/10148)
[2026-02-17T22:58:17.630Z] Updating files: 14% (1421/10148)
[2026-02-17T22:58:17.630Z] Updating files: 15% (1523/10148)
[2026-02-17T22:58:17.630Z] Updating files: 16% (1624/10148)
[2026-02-17T22:58:17.983Z] Updating files: 17% (1726/10148)
[2026-02-17T22:58:17.983Z] Updating files: 18% (1827/10148)
[2026-02-17T22:58:17.983Z] Updating files: 19% (1929/10148)
[2026-02-17T22:58:17.983Z] Updating files: 19% (1961/10148)
[2026-02-17T22:58:17.983Z] Updating files: 20% (2030/10148)
[2026-02-17T22:58:18.326Z] Updating files: 21% (2132/10148)
[2026-02-17T22:58:18.326Z] Updating files: 22% (2233/10148)
[2026-02-17T22:58:18.675Z] Updating files: 23% (2335/10148)
[2026-02-17T22:58:18.675Z] Updating files: 24% (2436/10148)
[2026-02-17T22:58:18.675Z] Updating files: 25% (2537/10148)
[2026-02-17T22:58:19.025Z] Updating files: 26% (2639/10148)
[2026-02-17T22:58:19.025Z] Updating files: 26% (2725/10148)
[2026-02-17T22:58:19.025Z] Updating files: 27% (2740/10148)
[2026-02-17T22:58:19.025Z] Updating files: 28% (2842/10148)
[2026-02-17T22:58:19.380Z] Updating files: 29% (2943/10148)
[2026-02-17T22:58:19.380Z] Updating files: 30% (3045/10148)
[2026-02-17T22:58:19.380Z] Updating files: 31% (3146/10148)
[2026-02-17T22:58:19.380Z] Updating files: 32% (3248/10148)
[2026-02-17T22:58:19.730Z] Updating files: 33% (3349/10148)
[2026-02-17T22:58:19.730Z] Updating files: 34% (3451/10148)
[2026-02-17T22:58:19.730Z] Updating files: 35% (3552/10148)
[2026-02-17T22:58:19.730Z] Updating files: 36% (3654/10148)
[2026-02-17T22:58:19.730Z] Updating files: 37% (3755/10148)
[2026-02-17T22:58:20.103Z] Updating files: 37% (3789/10148)
[2026-02-17T22:58:20.103Z] Updating files: 38% (3857/10148)
[2026-02-17T22:58:20.103Z] Updating files: 39% (3958/10148)
[2026-02-17T22:58:20.103Z] Updating files: 40% (4060/10148)
[2026-02-17T22:58:20.457Z] Updating files: 41% (4161/10148)
[2026-02-17T22:58:20.457Z] Updating files: 42% (4263/10148)
[2026-02-17T22:58:20.457Z] Updating files: 43% (4364/10148)
[2026-02-17T22:58:20.806Z] Updating files: 44% (4466/10148)
[2026-02-17T22:58:20.806Z] Updating files: 45% (4567/10148)
[2026-02-17T22:58:20.806Z] Updating files: 46% (4669/10148)
[2026-02-17T22:58:20.806Z] Updating files: 47% (4770/10148)
[2026-02-17T22:58:20.806Z] Updating files: 47% (4834/10148)
[2026-02-17T22:58:21.157Z] Updating files: 48% (4872/10148)
[2026-02-17T22:58:21.157Z] Updating files: 49% (4973/10148)
[2026-02-17T22:58:21.157Z] Updating files: 50% (5074/10148)
[2026-02-17T22:58:21.503Z] Updating files: 51% (5176/10148)
[2026-02-17T22:58:21.503Z] Updating files: 52% (5277/10148)
[2026-02-17T22:58:21.503Z] Updating files: 53% (5379/10148)
[2026-02-17T22:58:21.503Z] Updating files: 54% (5480/10148)
[2026-02-17T22:58:21.856Z] Updating files: 55% (5582/10148)
[2026-02-17T22:58:21.856Z] Updating files: 56% (5683/10148)
[2026-02-17T22:58:21.856Z] Updating files: 57% (5785/10148)
[2026-02-17T22:58:21.856Z] Updating files: 57% (5862/10148)
[2026-02-17T22:58:22.208Z] Updating files: 58% (5886/10148)
[2026-02-17T22:58:22.208Z] Updating files: 59% (5988/10148)
[2026-02-17T22:58:22.208Z] Updating files: 60% (6089/10148)
[2026-02-17T22:58:22.208Z] Updating files: 61% (6191/10148)
[2026-02-17T22:58:22.860Z] Updating files: 62% (6292/10148)
[2026-02-17T22:58:22.860Z] Updating files: 63% (6394/10148)
[2026-02-17T22:58:23.214Z] Updating files: 64% (6495/10148)
[2026-02-17T22:58:23.214Z] Updating files: 65% (6597/10148)
[2026-02-17T22:58:23.214Z] Updating files: 65% (6664/10148)
[2026-02-17T22:58:23.214Z] Updating files: 66% (6698/10148)
[2026-02-17T22:58:23.214Z] Updating files: 67% (6800/10148)
[2026-02-17T22:58:23.568Z] Updating files: 68% (6901/10148)
[2026-02-17T22:58:23.568Z] Updating files: 69% (7003/10148)
[2026-02-17T22:58:23.568Z] Updating files: 70% (7104/10148)
[2026-02-17T22:58:23.919Z] Updating files: 71% (7206/10148)
[2026-02-17T22:58:23.919Z] Updating files: 72% (7307/10148)
[2026-02-17T22:58:23.919Z] Updating files: 72% (7407/10148)
[2026-02-17T22:58:23.919Z] Updating files: 73% (7409/10148)
[2026-02-17T22:58:24.272Z] Updating files: 74% (7510/10148)
[2026-02-17T22:58:24.272Z] Updating files: 75% (7611/10148)
[2026-02-17T22:58:24.272Z] Updating files: 76% (7713/10148)
[2026-02-17T22:58:24.617Z] Updating files: 77% (7814/10148)
[2026-02-17T22:58:24.617Z] Updating files: 78% (7916/10148)
[2026-02-17T22:58:24.617Z] Updating files: 79% (8017/10148)
[2026-02-17T22:58:24.967Z] Updating files: 80% (8119/10148)
[2026-02-17T22:58:24.967Z] Updating files: 81% (8220/10148)
[2026-02-17T22:58:24.967Z] Updating files: 81% (8275/10148)
[2026-02-17T22:58:24.967Z] Updating files: 82% (8322/10148)
[2026-02-17T22:58:25.316Z] Updating files: 83% (8423/10148)
[2026-02-17T22:58:25.316Z] Updating files: 84% (8525/10148)
[2026-02-17T22:58:25.316Z] Updating files: 85% (8626/10148)
[2026-02-17T22:58:25.667Z] Updating files: 86% (8728/10148)
[2026-02-17T22:58:25.667Z] Updating files: 87% (8829/10148)
[2026-02-17T22:58:25.667Z] Updating files: 88% (8931/10148)
[2026-02-17T22:58:25.667Z] Updating files: 89% (9032/10148)
[2026-02-17T22:58:26.018Z] Updating files: 90% (9134/10148)
[2026-02-17T22:58:26.018Z] Updating files: 90% (9218/10148)
[2026-02-17T22:58:26.018Z] Updating files: 91% (9235/10148)
[2026-02-17T22:58:26.018Z] Updating files: 92% (9337/10148)
[2026-02-17T22:58:26.370Z] Updating files: 93% (9438/10148)
[2026-02-17T22:58:26.370Z] Updating files: 94% (9540/10148)
[2026-02-17T22:58:26.370Z] Updating files: 95% (9641/10148)
[2026-02-17T22:58:26.716Z] Updating files: 96% (9743/10148)
[2026-02-17T22:58:26.716Z] Updating files: 97% (9844/10148)
[2026-02-17T22:58:26.716Z] Updating files: 98% (9946/10148)
[2026-02-17T22:58:27.062Z] Updating files: 99% (10047/10148)
[2026-02-17T22:58:27.062Z] Updating files: 99% (10053/10148)
[2026-02-17T22:58:27.062Z] Updating files: 100% (10148/10148)
[2026-02-17T22:58:27.062Z] Updating files: 100% (10148/10148), done.
[2026-02-17T22:58:27.062Z] check OpenJ9 Repo sha
[2026-02-17T22:58:27.063Z] /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG/scripts/getTestenvProperties.sh --repo_dir /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/openj9 --output_file /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/testenv/testenv.properties --repo_name OPENJ9
[2026-02-17T22:58:27.412Z] Check sha in /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/openj9 and store the info in /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/testenv/testenv.properties
[2026-02-17T22:58:27.412Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
[2026-02-17T22:58:27.412Z] OPENJ9_SHA=a05fd34574ca174e01d86446034d820b7ce8678b
[2026-02-17T22:58:27.412Z] total 114
[2026-02-17T22:58:27.412Z] -rw-rw-r--+ 1 jenkins None 6735 Feb 17 22:57 Contributing.md
[2026-02-17T22:58:27.412Z] -rw-rw-r--+ 1 jenkins None 11360 Feb 17 22:57 LICENSE
[2026-02-17T22:58:27.412Z] -rw-rw-r--+ 1 jenkins None 65 Feb 17 22:57 NOTICE
[2026-02-17T22:58:27.412Z] -rw-rw-r--+ 1 jenkins None 8350 Feb 17 22:57 README.md
[2026-02-17T22:58:27.412Z] drwxrwxr-x+ 1 jenkins None 0 Feb 17 22:58 TKG
[2026-02-17T22:58:27.412Z] drwxrwxr-x+ 1 jenkins None 0 Feb 17 22:57 buildenv
[2026-02-17T22:58:27.412Z] -rwxrwxr-x+ 1 jenkins None 339 Feb 17 22:57 compile.sh
[2026-02-17T22:58:27.412Z] drwxrwxr-x+ 1 jenkins None 0 Feb 17 22:57 config
[2026-02-17T22:58:27.412Z] drwxrwxr-x+ 1 jenkins None 0 Feb 17 22:57 docs
[2026-02-17T22:58:27.413Z] drwxrwxr-x+ 1 jenkins None 0 Feb 17 22:57 external
[2026-02-17T22:58:27.413Z] drwxrwxr-x+ 1 jenkins None 0 Feb 17 22:57 functional
[2026-02-17T22:58:27.413Z] -rwxrwxr-x+ 1 jenkins None 30011 Feb 17 22:57 get.sh
[2026-02-17T22:58:27.413Z] drwxrwxr-x+ 1 jenkins None 0 Feb 17 22:57 jck
[2026-02-17T22:58:27.413Z] drwxrwxr-x+ 1 jenkins None 0 Feb 17 22:58 openj9
[2026-02-17T22:58:27.413Z] drwxrwxr-x+ 1 jenkins None 0 Feb 17 22:57 openjdk
[2026-02-17T22:58:27.413Z] drwxrwxr-x+ 1 jenkins None 0 Feb 17 22:57 perf
[2026-02-17T22:58:27.413Z] drwxrwxr-x+ 1 jenkins None 0 Feb 17 22:57 scripts
[2026-02-17T22:58:27.413Z] drwxrwxr-x+ 1 jenkins None 0 Feb 17 22:57 system
[2026-02-17T22:58:27.413Z] -rwxrwxr-x+ 1 jenkins None 3928 Feb 17 22:57 terminateTestProcesses.sh
[2026-02-17T22:58:27.413Z] drwxrwxr-x+ 1 jenkins None 0 Feb 17 22:57 testenv
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[2026-02-17T22:58:33.456Z] $ ssh-agent -k
[2026-02-17T22:58:33.521Z] unset SSH_AUTH_SOCK;
[2026-02-17T22:58:33.522Z] unset SSH_AGENT_PID;
[2026-02-17T22:58:33.522Z] echo Agent pid 1230 killed;
[2026-02-17T22:58:33.581Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
[2026-02-17T22:58:33.885Z] Rerun in Grinder: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=special.functional&BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=5&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=x86-64_windows&GENERATE_JOBS=true&KEEP_REPORTDIR=false&PERSONAL_BUILD=false&DOCKER_REGISTRY_DIR=&RERUN_ITERATIONS=0&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&SETUP_JCK_RUN=false&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&LABEL=&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&JENKINS_KEY=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=8&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk8u&JCK_GIT_BRANCH=master&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-windows-x64-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=jdk8u492-b03_adopt&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&TEST_TIME=120&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=aqavit-bot&DYNAMIC_COMPILE=true&RELATED_NODES=&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&APPLICATION_OPTIONS=&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=&OPENJDK_SHA=&TRSS_URL=&RERUN_FAILURE=false&USE_TESTENV_PROPERTIES=false&BUILD_LIST=functional&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=604&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None
[Pipeline] echo
[2026-02-17T22:58:33.919Z] Rerun in Grinder on same machine: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=special.functional&BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=5&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=x86-64_windows&GENERATE_JOBS=true&KEEP_REPORTDIR=false&PERSONAL_BUILD=false&DOCKER_REGISTRY_DIR=&RERUN_ITERATIONS=0&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&SETUP_JCK_RUN=false&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&LABEL=test-azure-win2022-x64-3&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&JENKINS_KEY=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=8&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk8u&JCK_GIT_BRANCH=master&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-windows-x64-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=jdk8u492-b03_adopt&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&TEST_TIME=120&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=aqavit-bot&DYNAMIC_COMPILE=true&RELATED_NODES=&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&APPLICATION_OPTIONS=&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=&OPENJDK_SHA=&TRSS_URL=&RERUN_FAILURE=false&USE_TESTENV_PROPERTIES=false&BUILD_LIST=functional&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=604&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None
[Pipeline] stage
[Pipeline] { (setupParallelEnv)
Did you forget the `def` keyword? Script1 seems to be setting a field named parallel_tests (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
[Pipeline] timeout
[2026-02-17T22:58:33.965Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] copyArtifacts
[2026-02-17T22:58:34.087Z] Copied 1 artifact from "getTRSSOutput" build number 2051
[Pipeline] sh
[2026-02-17T22:58:34.569Z] + cd ./aqa-tests/TKG/resources/TRSS
[2026-02-17T22:58:34.569Z] + gzip -cd TRSSOutput.tar.gz
[2026-02-17T22:58:34.569Z] + tar xof -
[2026-02-17T22:58:34.906Z] + rm TRSSOutput.tar.gz
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
[2026-02-17T22:58:35.006Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] echo
[2026-02-17T22:58:35.025Z] Custom URL: https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[Pipeline] }
[Pipeline] // timeout
[Pipeline] nodesByLabel
[2026-02-17T22:58:35.092Z] Found a total of 6 nodes with the 'ci.role.test&&hw.arch.x86&&sw.os.windows' label
[Pipeline] echo
[2026-02-17T22:58:35.095Z] Machine limit is 6.
[Pipeline] sh
[2026-02-17T22:58:35.600Z] + cd ./aqa-tests/TKG
[2026-02-17T22:58:35.600Z] ++ uname
[2026-02-17T22:58:35.600Z] + '[' CYGWIN_NT-10.0-20348 = AIX ']'
[2026-02-17T22:58:35.930Z] ++ uname
[2026-02-17T22:58:35.930Z] + '[' CYGWIN_NT-10.0-20348 = SunOS ']'
[2026-02-17T22:58:35.930Z] ++ uname
[2026-02-17T22:58:35.930Z] + '[' CYGWIN_NT-10.0-20348 = '*BSD' ']'
[2026-02-17T22:58:35.930Z] + MAKE=make
[2026-02-17T22:58:35.930Z] + make genParallelList TEST=special.functional TEST_TIME=120 NUM_MACHINES=
[2026-02-17T22:58:35.930Z] JAVA_HOME is set to c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image
[2026-02-17T22:58:35.930Z] LIB_DIR is set to C:/jenkins/externalDependency/lib
[2026-02-17T22:58:35.930Z] rm -f -r /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG/../TKG/output_compilation; \
[2026-02-17T22:58:35.930Z] mkdir -p /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG/../TKG/output_compilation; \
[2026-02-17T22:58:35.931Z] (ant -f ./scripts/build_tools.xml "-DTEST_JDK_HOME=c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image" "-DTEST_ROOT=/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG/.." "-DLIB_DIR=C:/jenkins/externalDependency/lib" 2>&1; echo $? ) | tee "/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2026-02-17T22:58:35.931Z] if [ -z "$(tail -1 /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG/.."; false; else rm -f -r "/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG/../TKG/output_compilation"; fi
[2026-02-17T22:58:37.173Z] Buildfile: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\scripts\build_tools.xml
[2026-02-17T22:58:37.552Z]
[2026-02-17T22:58:37.552Z] build:
[2026-02-17T22:58:37.552Z]
[2026-02-17T22:58:37.552Z] clean:
[2026-02-17T22:58:37.552Z]
[2026-02-17T22:58:37.552Z] init:
[2026-02-17T22:58:37.552Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\bin
[2026-02-17T22:58:37.552Z]
[2026-02-17T22:58:37.552Z] getDependentLibs:
[2026-02-17T22:58:37.928Z] [exec] --------------------------------------------
[2026-02-17T22:58:37.928Z] [exec] path is set to C:/jenkins/externalDependency/lib
[2026-02-17T22:58:37.928Z] [exec] task is set to default
[2026-02-17T22:58:37.928Z] [exec] dependencyList is set to json_simple
[2026-02-17T22:58:37.928Z] [exec] System Test jars will not be downloaded.
[2026-02-17T22:58:37.928Z] [exec] --------------------------------------------
[2026-02-17T22:58:37.928Z] [exec] Starting download third party dependent jars
[2026-02-17T22:58:37.928Z] [exec] --------------------------------------------
[2026-02-17T22:58:37.928Z] [exec] downloading dependent third party jars to C:/jenkins/externalDependency/lib
[2026-02-17T22:58:37.928Z] [exec] C:/jenkins/externalDependency/lib/json-simple.jar exists with correct hash, not downloading
[2026-02-17T22:58:37.928Z] [exec] downloaded dependent third party jars successfully
[2026-02-17T22:58:37.928Z]
[2026-02-17T22:58:37.928Z] compile:
[2026-02-17T22:58:37.928Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-02-17T22:58:37.928Z] [echo] ============COMPILER SETTINGS============
[2026-02-17T22:58:37.928Z] [echo] ===fork: yes
[2026-02-17T22:58:37.928Z] [echo] ===debug: on
[2026-02-17T22:58:37.928Z] [javac] Compiling 28 source files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\bin
[2026-02-17T22:58:41.168Z]
[2026-02-17T22:58:41.168Z] dist:
[2026-02-17T22:58:41.168Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\bin\TestKitGen.jar
[2026-02-17T22:58:41.517Z]
[2026-02-17T22:58:41.517Z] BUILD SUCCESSFUL
[2026-02-17T22:58:41.517Z] Total time: 4 seconds
[2026-02-17T22:58:41.517Z] 0
[2026-02-17T22:58:41.517Z] c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image/bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector
[2026-02-17T22:58:41.866Z] Unfamiliar microArch detected in TKG. It will not be added in TKG microArch!
[2026-02-17T22:58:41.866Z] microArchOutput: model name : AMD EPYC 7763 64-Core Processor
[2026-02-17T22:58:43.550Z] ****************************** MACHINE INFO ******************************
[2026-02-17T22:58:43.550Z] File path : C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG
[2026-02-17T22:58:43.550Z] Free Physical Memory Size : 6047776768
[2026-02-17T22:58:43.550Z] Free space (bytes) : 80459526144
[2026-02-17T22:58:43.550Z] Total Physical Memory Size : 8531955712
[2026-02-17T22:58:43.550Z] Total space (bytes) : 274283311104
[2026-02-17T22:58:43.550Z] Usable space (bytes) : 80459526144
[2026-02-17T22:58:43.550Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-02-17T22:58:43.550Z] bashVersion :
[2026-02-17T22:58:43.550Z] GNU bash, version 5.2.15(3)-release (x86_64-pc-cygwin)
[2026-02-17T22:58:43.550Z] Copyright (C) 2022 Free Software Foundation, Inc.
[2026-02-17T22:58:43.550Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2026-02-17T22:58:43.550Z]
[2026-02-17T22:58:43.550Z] This is free software; you are free to change and redistribute it.
[2026-02-17T22:58:43.550Z] There is NO WARRANTY, to the extent permitted by law.
[2026-02-17T22:58:43.550Z] cpuCores : 2
[2026-02-17T22:58:43.550Z] curlVersion :
[2026-02-17T22:58:43.550Z] 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:58:43.550Z] Release-Date: 2023-12-06
[2026-02-17T22:58:43.550Z] 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:58:43.550Z] 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:58:43.550Z] dockerVersion : bash: line 1: docker: command not found
[2026-02-17T22:58:43.550Z] gcc version : 11
[2026-02-17T22:58:43.550Z] gclibc version : ldd (cygwin) 3.4.10
[2026-02-17T22:58:43.550Z] gdb version : bash: line 1: gdb: command not found
[2026-02-17T22:58:43.550Z] lldb version : Command could not be executed
[2026-02-17T22:58:43.550Z] makeVersion :
[2026-02-17T22:58:43.550Z] GNU Make 4.4.1
[2026-02-17T22:58:43.550Z] Built for x86_64-pc-cygwin
[2026-02-17T22:58:43.550Z] Copyright (C) 1988-2023 Free Software Foundation, Inc.
[2026-02-17T22:58:43.550Z] License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
[2026-02-17T22:58:43.550Z] This is free software: you are free to change and redistribute it.
[2026-02-17T22:58:43.550Z] There is NO WARRANTY, to the extent permitted by law.
[2026-02-17T22:58:43.550Z] mavenVersion : bash: line 1: mvn: command not found
[2026-02-17T22:58:43.550Z] perlVersion :
[2026-02-17T22:58:43.550Z]
[2026-02-17T22:58:43.550Z] This is perl 5, version 36, subversion 3 (v5.36.3) built for x86_64-cygwin-threads-multi
[2026-02-17T22:58:43.550Z] (with 6 registered patches, see perl -V for more detail)
[2026-02-17T22:58:43.550Z]
[2026-02-17T22:58:43.550Z] Copyright 1987-2023, Larry Wall
[2026-02-17T22:58:43.550Z]
[2026-02-17T22:58:43.550Z] Perl may be copied only under the terms of either the Artistic License or the
[2026-02-17T22:58:43.550Z] GNU General Public License, which may be found in the Perl 5 source kit.
[2026-02-17T22:58:43.550Z]
[2026-02-17T22:58:43.550Z] Complete documentation for Perl, including FAQ lists, should be found on
[2026-02-17T22:58:43.550Z] this system using "man perl" or "perldoc perl". If you have access to the
[2026-02-17T22:58:43.550Z] Internet, point your browser at https://www.perl.org/, the Perl Home Page.
[2026-02-17T22:58:43.550Z]
[2026-02-17T22:58:43.550Z] podmanVersion : bash: line 1: podman: command not found
[2026-02-17T22:58:43.550Z] procArch : unknown
[2026-02-17T22:58:43.550Z] sysArch : x86_64
[2026-02-17T22:58:43.550Z] sysOS : CYGWIN_NT-10.0-20348
[2026-02-17T22:58:43.550Z] ulimit :
[2026-02-17T22:58:43.550Z] core file size (blocks, -c) unlimited
[2026-02-17T22:58:43.550Z] data seg size (kbytes, -d) unlimited
[2026-02-17T22:58:43.550Z] file size (blocks, -f) unlimited
[2026-02-17T22:58:43.550Z] open files (-n) 3200
[2026-02-17T22:58:43.550Z] pipe size (512 bytes, -p) 8
[2026-02-17T22:58:43.550Z] stack size (kbytes, -s) 2032
[2026-02-17T22:58:43.550Z] cpu time (seconds, -t) unlimited
[2026-02-17T22:58:43.550Z] max user processes (-u) 256
[2026-02-17T22:58:43.550Z] virtual memory (kbytes, -v) unlimited
[2026-02-17T22:58:43.550Z] 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:58:43.550Z] vmVendor : Oracle Corporation
[2026-02-17T22:58:43.550Z] vmVersion : 25.492-b03
[2026-02-17T22:58:43.550Z] xlc version : bash: line 1: xlC: command not found
[2026-02-17T22:58:43.550Z] **************************************************************************
[2026-02-17T22:58:43.550Z]
[2026-02-17T22:58:43.550Z] System.getProperty('java.vm.name')=OpenJDK 64-Bit Server VM
[2026-02-17T22:58:43.550Z]
[2026-02-17T22:58:43.550Z] System.getProperty('java.vendor')=Temurin
[2026-02-17T22:58:43.550Z]
[2026-02-17T22:58:43.550Z] System.getProperty('os.name')=Windows Server 2022
[2026-02-17T22:58:43.550Z]
[2026-02-17T22:58:43.550Z] System.getProperty('os.arch')=amd64
[2026-02-17T22:58:43.550Z]
[2026-02-17T22:58:43.550Z] System.getProperty('java.fullversion')=null
[2026-02-17T22:58:43.550Z]
[2026-02-17T22:58:43.550Z] System.getProperty('sun.arch.data.model')=64
[2026-02-17T22:58:43.550Z]
[2026-02-17T22:58:43.550Z] make -f makeGen.mk AUTO_DETECT=true MODE=parallelList NUM_MACHINES= TEST_TIME=120 TESTTARGET=special.functional TESTLIST= TRSS_URL= LIB_DIR=C:/jenkins/externalDependency/lib
[2026-02-17T22:58:43.550Z] make[1]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG'
[2026-02-17T22:58:43.550Z] perl scripts/configure.pl
[2026-02-17T22:58:43.551Z] c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image/bin/java -cp "./bin/TestKitGen.jar;C:/jenkins/externalDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=parallelList --spec=win_x86-64 --microArch="" --osLabel="" --jdkVersion=8 --impl=hotspot --vendor="temurin" --buildList=functional --iterations=1 --aotIterations= --testFlag= --testTarget=special.functional --testList= --numOfMachines= --testTime=120 --TRSSURL=
[2026-02-17T22:58:44.138Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2026-02-17T22:58:44.138Z]
[2026-02-17T22:58:44.138Z]
[2026-02-17T22:58:44.138Z] Starting to generate parallel test lists.
[2026-02-17T22:58:44.138Z]
[2026-02-17T22:58:44.558Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\CacheManagement\playlist.xml
[2026-02-17T22:58:44.558Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\bootstrapMethodArgumentTest\playlist.xml
[2026-02-17T22:58:44.558Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\bootStrapStaticVerify\playlist.xml
[2026-02-17T22:58:44.558Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\callsitedbgddrext\playlist.xml
[2026-02-17T22:58:44.558Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\CDSAdaptorTest\playlist.xml
[2026-02-17T22:58:44.558Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\classesdbgddrext\playlist.xml
[2026-02-17T22:58:44.558Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\classLoaderTest\playlist.xml
[2026-02-17T22:58:44.558Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\cmdlinetestertests\playlist.xml
[2026-02-17T22:58:44.558Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\cmdLineTest_J9tests\playlist.xml
[2026-02-17T22:58:44.558Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\criu\playlist.xml
[2026-02-17T22:58:45.069Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\defaultLazySymbolResolution\playlist.xml
[2026-02-17T22:58:45.069Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\doProtectedAccessCheck\playlist.xml
[2026-02-17T22:58:45.069Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\dscr\playlist.xml
[2026-02-17T22:58:45.069Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\dumpromtests\playlist.xml
[2026-02-17T22:58:45.069Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\fastClassHashTable\playlist.xml
[2026-02-17T22:58:45.069Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\fips\playlist.xml
[2026-02-17T22:58:45.069Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\forceLazySymbolResolution\playlist.xml
[2026-02-17T22:58:45.069Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\gcCheck\playlist.xml
[2026-02-17T22:58:45.069Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\gcRegressionTests\playlist.xml
[2026-02-17T22:58:45.069Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\gcsuballoctests\playlist.xml
[2026-02-17T22:58:45.069Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\getCallerClassTests\playlist.xml
[2026-02-17T22:58:45.069Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\gptest\playlist.xml
[2026-02-17T22:58:45.069Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\gputests\playlist.xml
[2026-02-17T22:58:45.069Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\hangTest\playlist.xml
[2026-02-17T22:58:45.069Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\ignoreUnrecognizedVMOptions\playlist.xml
[2026-02-17T22:58:45.069Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\imageReaderInitializationTest\playlist.xml
[2026-02-17T22:58:45.069Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\J9security\playlist.xml
[2026-02-17T22:58:45.069Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\javaAssertions\playlist.xml
[2026-02-17T22:58:45.069Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\jep178staticLinkingTest\playlist.xml
[2026-02-17T22:58:45.069Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\jfr\playlist.xml
[2026-02-17T22:58:45.069Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\jimageinterface\playlist.xml
[2026-02-17T22:58:45.069Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\jit\playlist.xml
[2026-02-17T22:58:45.069Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\jitserver\playlist.xml
[2026-02-17T22:58:45.069Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\jrvTest\playlist.xml
[2026-02-17T22:58:45.454Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\jvmtitests\playlist.xml
[2026-02-17T22:58:45.454Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\jython\playlist.xml
[2026-02-17T22:58:45.454Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\lazyClassLoadingTest\playlist.xml
[2026-02-17T22:58:45.454Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\libpathTest\playlist.xml
[2026-02-17T22:58:45.454Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\loadLibraryTest\playlist.xml
[2026-02-17T22:58:45.454Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\locales\playlist.xml
[2026-02-17T22:58:45.454Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\lockWordAlignment\playlist.xml
[2026-02-17T22:58:45.454Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\loopReduction\playlist.xml
[2026-02-17T22:58:45.454Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\modularityddrtests\playlist.xml
[2026-02-17T22:58:45.454Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\openssl\playlist.xml
[2026-02-17T22:58:45.454Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\pageAlignDirectMemory\playlist.xml
[2026-02-17T22:58:45.454Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\pltest\playlist.xml
[2026-02-17T22:58:45.454Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\proxyFieldAccess\playlist.xml
[2026-02-17T22:58:45.454Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\reflectCache\playlist.xml
[2026-02-17T22:58:45.454Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\runtimemxbeanTests\playlist.xml
[2026-02-17T22:58:45.454Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\BadStackMap\playlist.xml
[2026-02-17T22:58:45.454Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\DataHelperTests\playlist.xml
[2026-02-17T22:58:45.455Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\ListAllCachesTests\playlist.xml
[2026-02-17T22:58:45.455Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\SCCMLTests\playlist.xml
[2026-02-17T22:58:45.455Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\SCCommandLineOptionTests\playlist.xml
[2026-02-17T22:58:45.808Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\SCHelperCompatTests\playlist.xml
[2026-02-17T22:58:45.808Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\ShareClassesSimpleSanity\playlist.xml
[2026-02-17T22:58:45.808Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\StorageKey\playlist.xml
[2026-02-17T22:58:45.808Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\StoreFilterTests\playlist.xml
[2026-02-17T22:58:45.808Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\URLHelperTests\playlist.xml
[2026-02-17T22:58:45.808Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shrcdbgddrext\playlist.xml
[2026-02-17T22:58:45.808Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\sigabrtHandlingTest\playlist.xml
[2026-02-17T22:58:45.808Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\sigxfszHandlingTest\playlist.xml
[2026-02-17T22:58:45.808Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\softmxCmdOptTest\playlist.xml
[2026-02-17T22:58:45.808Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\stackSizeInfoTest\playlist.xml
[2026-02-17T22:58:45.808Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\SystemPropertiesTest\playlist.xml
[2026-02-17T22:58:45.808Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\URLClassLoaderTests\playlist.xml
[2026-02-17T22:58:45.808Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\ValueBasedClassTest\playlist.xml
[2026-02-17T22:58:45.808Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\valuetypeddrtests\playlist.xml
[2026-02-17T22:58:45.808Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\verbosetest\playlist.xml
[2026-02-17T22:58:45.808Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\verboseVerification\playlist.xml
[2026-02-17T22:58:45.808Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\vmRuntimeState\playlist.xml
[2026-02-17T22:58:45.808Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\xcheckjni\playlist.xml
[2026-02-17T22:58:45.808Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\xlogTests\playlist.xml
[2026-02-17T22:58:45.808Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\xlpCMLTests\playlist.xml
[2026-02-17T22:58:46.234Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\xtraceTests\playlist.xml
[2026-02-17T22:58:46.234Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\xxargtest\playlist.xml
[2026-02-17T22:58:46.234Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\DDR_Test\playlist.xml
[2026-02-17T22:58:46.234Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\HealthCenter\playlist.xml
[2026-02-17T22:58:46.234Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\IllegalAccessError_for_protected_method\playlist.xml
[2026-02-17T22:58:46.234Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java10andUp\playlist.xml
[2026-02-17T22:58:46.234Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java11andUp\playlist.xml
[2026-02-17T22:58:46.234Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java12andUp\playlist.xml
[2026-02-17T22:58:46.234Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java14andUp\playlist.xml
[2026-02-17T22:58:46.234Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java15andUp\playlist.xml
[2026-02-17T22:58:46.234Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java16andUp\playlist.xml
[2026-02-17T22:58:46.234Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java17andUp\playlist.xml
[2026-02-17T22:58:46.234Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java21andUp\playlist.xml
[2026-02-17T22:58:46.234Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java21Only\playlist.xml
[2026-02-17T22:58:46.234Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java22andUp\playlist.xml
[2026-02-17T22:58:46.234Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java8andUp\playlist.xml
[2026-02-17T22:58:46.234Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java9andUp\playlist.xml
[2026-02-17T22:58:46.608Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\JavaAgentTest\playlist.xml
[2026-02-17T22:58:46.608Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\JIT_Test\playlist.xml
[2026-02-17T22:58:46.608Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\JLM_Tests\playlist.xml
[2026-02-17T22:58:46.608Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Jsr292\playlist.xml
[2026-02-17T22:58:46.608Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Jsr335\playlist.xml
[2026-02-17T22:58:46.608Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Jsr335_interfaceStaticMethod\playlist.xml
[2026-02-17T22:58:46.608Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\annotation\playlist.xml
[2026-02-17T22:58:46.608Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\charsets\playlist.xml
[2026-02-17T22:58:46.608Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\CLDR_11\playlist.xml
[2026-02-17T22:58:46.608Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\codepage\playlist.xml
[2026-02-17T22:58:46.608Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\codepoint\playlist.xml
[2026-02-17T22:58:46.608Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\coin\playlist.xml
[2026-02-17T22:58:46.608Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\compact_number_format\playlist.xml
[2026-02-17T22:58:46.608Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\Compiler\playlist.xml
[2026-02-17T22:58:47.040Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\datetime\playlist.xml
[2026-02-17T22:58:47.040Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\env\playlist.xml
[2026-02-17T22:58:47.040Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\file\playlist.xml
[2026-02-17T22:58:47.040Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\formatter\playlist.xml
[2026-02-17T22:58:47.040Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\i18n\playlist.xml
[2026-02-17T22:58:47.040Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\IDN\playlist.xml
[2026-02-17T22:58:47.040Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\jaxp14\playlist.xml
[2026-02-17T22:58:47.040Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\jdbc41\playlist.xml
[2026-02-17T22:58:47.040Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\language_tag\playlist.xml
[2026-02-17T22:58:47.040Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\locale_matching\playlist.xml
[2026-02-17T22:58:47.040Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\new_jp_era\playlist.xml
[2026-02-17T22:58:47.040Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\nio\playlist.xml
[2026-02-17T22:58:47.040Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\pattern_matching_instanceof\playlist.xml
[2026-02-17T22:58:47.040Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\pref\playlist.xml
[2026-02-17T22:58:47.040Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\property_utf8\playlist.xml
[2026-02-17T22:58:47.040Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\record\playlist.xml
[2026-02-17T22:58:47.040Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\regex\playlist.xml
[2026-02-17T22:58:47.040Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\scanner\playlist.xml
[2026-02-17T22:58:47.040Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\sealed_classes\playlist.xml
[2026-02-17T22:58:47.040Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\StAX\playlist.xml
[2026-02-17T22:58:47.040Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\switch_expressions\playlist.xml
[2026-02-17T22:58:47.040Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\text_blocks\playlist.xml
[2026-02-17T22:58:47.396Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\unicode\playlist.xml
[2026-02-17T22:58:47.396Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\urlclassloader\playlist.xml
[2026-02-17T22:58:47.396Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MockitoTests\playlist.xml
[2026-02-17T22:58:47.396Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\NativeTest\playlist.xml
[2026-02-17T22:58:47.396Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\OpenJ9_Jsr_292_API\playlist.xml
[2026-02-17T22:58:47.396Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\OpenJcePlusTests\playlist.xml
[2026-02-17T22:58:47.396Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\RasapiTest\playlist.xml
[2026-02-17T22:58:47.396Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\security\AQAvit\playlist.xml
[2026-02-17T22:58:47.396Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\security\Crypto\playlist.xml
[2026-02-17T22:58:47.396Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\security\ssl-tests\playlist.xml
[2026-02-17T22:58:47.396Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\SharedCPEntryInvokerTests\playlist.xml
[2026-02-17T22:58:47.396Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\SyntheticGCWorkload\playlist.xml
[2026-02-17T22:58:47.396Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\TestExample\playlist.xml
[2026-02-17T22:58:47.396Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\testHeadlessComponents\playlist.xml
[2026-02-17T22:58:47.396Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\UnsafeTest\playlist.xml
[2026-02-17T22:58:47.396Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Valhalla\playlist.xml
[2026-02-17T22:58:47.396Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\VM_Test\playlist.xml
[2026-02-17T22:58:47.396Z] Attempting to get test duration data from TRSS.
[2026-02-17T22:58:47.396Z] cmd.exe /c curl --silent --max-time 120 -L -k "https://trss.adoptopenjdk.net/api/getTestAvgDuration?limit=100&jdkVersion=8&impl=hs&platform=x86-64_windows&group=functional&level=special"
[2026-02-17T22:58:48.119Z] Attempting to get test duration data from cached files.
[2026-02-17T22:58:48.119Z] Reading file: Test_openjdk8_hs_functional_x86-64_windows.json
[2026-02-17T22:58:48.119Z] Warning: cannot get data from cached files.
[2026-02-17T22:58:48.119Z]
[2026-02-17T22:58:48.119Z] TEST DURATION
[2026-02-17T22:58:48.119Z] ====================================================================================
[2026-02-17T22:58:48.119Z] Total number of tests searched: 170
[2026-02-17T22:58:48.119Z] Number of test durations found: 170
[2026-02-17T22:58:48.119Z] Top slowest tests:
[2026-02-17T22:58:48.119Z] 01m04s MBCS_Tests_charsets8_0
[2026-02-17T22:58:48.119Z] 00m10s MBCS_Tests_urlclassloader_ja_windows_0
[2026-02-17T22:58:48.119Z] 00m07s MBCS_Tests_urlclassloader_cn_windows_0
[2026-02-17T22:58:48.119Z] ====================================================================================
[2026-02-17T22:58:48.119Z]
[2026-02-17T22:58:48.119Z] Test target is split into 1 lists.
[2026-02-17T22:58:48.119Z] Reducing estimated test running time from 03m23s to 03m23s.
[2026-02-17T22:58:48.119Z]
[2026-02-17T22:58:48.119Z] -------------------------------------testList_0-------------------------------------
[2026-02-17T22:58:48.119Z] Number of tests: 170
[2026-02-17T22:58:48.119Z] Estimated running time: 03m23s
[2026-02-17T22:58:48.119Z] TESTLIST=MBCS_Tests_charsets8_0,MBCS_Tests_urlclassloader_ja_windows_0,MBCS_Tests_urlclassloader_cn_windows_0,MBCS_Tests_urlclassloader_tw_windows_0,MBCS_Tests_urlclassloader_ko_windows_0,MBCS_Tests_coin_ja_windows_0,MBCS_Tests_jdbc41_ja_windows_0,MBCS_Tests_jdbc41_ko_windows_0,MBCS_Tests_jdbc41_cn_windows_0,MBCS_Tests_jdbc41_tw_windows_0,MBCS_Tests_IDN_ja_windows_0,MBCS_Tests_coin_cn_windows_0,MBCS_Tests_coin_tw_windows_0,MBCS_Tests_coin_ko_windows_0,MBCS_Tests_IDN_ko_windows_0,MBCS_Tests_IDN_cn_windows_0,MBCS_Tests_file_tw_windows_0,MBCS_Tests_IDN_tw_windows_0,MBCS_Tests_file_cn_windows_0,MBCS_Tests_file_ja_windows_0,MBCS_Tests_file_ko_windows_0,MBCS_Tests_nio_tw_windows_0,MBCS_Tests_codepage_tw_windows_0,MBCS_Tests_pref_ja_windows_0,MBCS_Tests_regex_ja_windows_0,MBCS_Tests_scanner_ja_windows_0,MBCS_Tests_urlclassloader_windows_0,MBCS_Tests_regex_windows_0,MBCS_Tests_pref_tw_windows_0,MBCS_Tests_codepage_ja_windows_0,MBCS_Tests_annotation_windows_0,MBCS_Tests_pref_cn_windows_0,MBCS_Tests_pref_ko_windows_0,MBCS_Tests_scanner_windows_0,MBCS_Tests_nio_windows_0,MBCS_Tests_IDN_windows_0,MBCS_Tests_nio_ja_windows_0,MBCS_Tests_codepage_cn_windows_0,MBCS_Tests_scanner_tw_windows_0,MBCS_Tests_pref_windows_0,MBCS_Tests_codepage_ko_windows_0,MBCS_Tests_coin_windows_0,MBCS_Tests_scanner_ko_windows_0,MBCS_Tests_jdbc41_windows_0,MBCS_Tests_nio_cn_windows_0,MBCS_Tests_scanner_cn_windows_0,MBCS_Tests_Compiler_windows_0,MBCS_Tests_file_windows_0,MBCS_Tests_env_windows_0,MBCS_Tests_regex_ko_windows_0,MBCS_Tests_nio_ko_windows_0,MBCS_Tests_codepage_windows_0,MBCS_Tests_regex_tw_windows_0,MBCS_Tests_regex_cn_windows_0,MBCS_Tests_urlclassloader_ZH_CN_aix_0,MBCS_Tests_urlclassloader_zh_TW_linux_0,MBCS_Tests_scanner_ZH_TW_aix_0,MBCS_Tests_urlclassloader_zh_CN_linux_0,MBCS_Tests_urlclassloader_ja_JP_linux_0,MBCS_Tests_jdbc41_zh_TW_linux_0,MBCS_Tests_regex_zh_CN_linux_0,MBCS_Tests_regex_ZH_CN_aix_0,MBCS_Tests_regex_KO_KR_aix_0,MBCS_Tests_urlclassloader_JA_JP_aix_0,MBCS_Tests_urlclassloader_ko_KR_linux_0,MBCS_Tests_pref_zh_CN_linux_0,MBCS_Tests_scanner_ja_JP_linux_0,MBCS_Tests_scanner_ko_KR_linux_0,MBCS_Tests_scanner_zh_TW_linux_0,MBCS_Tests_pref_JA_JP_aix_0,MBCS_Tests_Compiler_zh_TW_linux_0,MBCS_Tests_IDN_zh_TW_linux_0,MBCS_Tests_jdbc41_zh_CN_linux_0,MBCS_Tests_file_JA_JP.aix_0,MBCS_Tests_env_ZH_TW_aix_0,MBCS_Tests_IDN_zh_CN_linux_0,MBCS_Tests_IDN_ZH_TW_aix_0,MBCS_Tests_nio_zh_CN_linux_0,MBCS_Tests_pref_ZH_CN_aix_0,MBCS_Tests_jdbc41_KO_KR_aix_0,MBCS_Tests_nio_ZH_CN_aix_0,MBCS_Tests_scanner_zh_CN_linux_0,MBCS_Tests_IDN_KO_KR_aix_0,MBCS_Tests_regex_ja_JP_linux_0,MBCS_Tests_urlclassloader_KO_KR_aix_0,MBCS_Tests_pref_ko_KR_aix_0,MBCS_Tests_scanner_ko_KR_aix_0,MBCS_Tests_urlclassloader_ZH_TW_aix_0,MBCS_Tests_codepage_KO_KR_aix_0,MBCS_Tests_scanner_ZH_CN_aix_0,MBCS_Tests_IDN_ja_JP_linux_0,MBCS_Tests_regex_ZH_TW_aix_0,MBCS_Tests_scanner_KO_KR_aix_0,MBCS_Tests_nio_zh_TW_linux_0,MBCS_Tests_pref_KO_KR_aix_0,MBCS_Tests_jdbc41_ja_JP_linux_0,MBCS_Tests_scanner_JA_JP_aix_0,MBCS_Tests_Compiler_JA_JP_aix_0,MBCS_Tests_codepage_ko_KR_linux_0,MBCS_Tests_IDN_ko_KR_linux_0,MBCS_Tests_nio_ja_JP_linux_0,MBCS_Tests_nio_ko_KR_linux_0,MBCS_Tests_pref_ZH_TW_aix_0,MBCS_Tests_regex_zh_TW_linux_0,MBCS_Tests_pref_ko_KR_linux_0,MBCS_Tests_IDN_ZH_CN_aix_0,MBCS_Tests_jdbc41_Zh_CN_aix_0,MBCS_Tests_jdbc41_ZH_TW_aix_0,MBCS_Tests_file_ko_KR.aix_0,MBCS_Tests_nio_JA_JP_aix_0,MBCS_Tests_pref_ja_JP_linux_0,MBCS_Tests_jdbc41_ZH_CN_aix_0,MBCS_Tests_coin_ZH_CN_aix_0,MBCS_Tests_file_zh_CN_linux_0,MBCS_Tests_annotation_JA_JP_aix_0,MBCS_Tests_regex_ko_KR_linux_0,MBCS_Tests_jdbc41_ko_KR_linux_0,MBCS_Tests_Compiler_ZH_TW_aix_0,MBCS_Tests_urlclassloader_ko_KR_aix_0,MBCS_Tests_env_ZH_CN_aix_0,MBCS_Tests_annotation_ja_JP_linux_0,MBCS_Tests_IDN_JA_JP_aix_0,MBCS_Tests_file_ko_KR_linux_0,MBCS_Tests_codepage_zh_TW_linux_0,MBCS_Tests_regex_JA_JP_aix_0,MBCS_Tests_coin_ja_JP_linux_0,MBCS_Tests_jdbc41_JA_JP_aix_0,MBCS_Tests_nio_KO_KR_aix_0,MBCS_Tests_regex_ko_KR_aix_0,MBCS_Tests_Compiler_ja_JP_linux_0,MBCS_Tests_env_zh_TW_linux_0,MBCS_Tests_env_ko_KR_linux_0,MBCS_Tests_nio_ZH_TW_aix_0,MBCS_Tests_codepage_ZH_CN_aix_0,MBCS_Tests_env_zh_CN_linux_0,MBCS_Tests_pref_zh_TW_linux_0,MBCS_Tests_file_ZH_CN.aix_0,MBCS_Tests_coin_zh_TW_linux_0,MBCS_Tests_file_ZH_TW.aix_0,MBCS_Tests_coin_KO_KR_aix_0,MBCS_Tests_Compiler_zh_CN_linux_0,MBCS_Tests_annotation_Zh_CN_aix_0,MBCS_Tests_codepage_ja_JP_linux_0,MBCS_Tests_env_JA_JP_aix_0,MBCS_Tests_codepage_JA_JP_aix_0,MBCS_Tests_file_KO_KR.aix_0,MBCS_Tests_jdbc41_ko_KR_aix_0,MBCS_Tests_Compiler_ko_KR_linux_0,MBCS_Tests_codepage_zh_CN_linux_0,MBCS_Tests_coin_ko_KR_linux_0,MBCS_Tests_file_ja_JP_linux_0,MBCS_Tests_coin_ko_KR_aix_0,MBCS_Tests_coin_ZH_TW_aix_0,MBCS_Tests_annotation_zh_CN_linux_0,MBCS_Tests_annotation_ko_KR_linux_0,MBCS_Tests_env_KO_KR_aix_0,MBCS_Tests_Compiler_ko_KR_aix_0,MBCS_Tests_annotation_ZH_TW_aix_0,MBCS_Tests_coin_zh_CN_linux_0,MBCS_Tests_env_ko_KR_aix_0,MBCS_Tests_Compiler_KO_KR_aix_0,MBCS_Tests_env_ja_JP_linux_0,MBCS_Tests_annotation_KO_KR_aix_0,MBCS_Tests_Compiler_ZH_CN_aix_0,MBCS_Tests_annotation_ko_KR_aix_0,MBCS_Tests_annotation_zh_TW_linux_0,MBCS_Tests_coin_JA_JP_aix_0,MBCS_Tests_file_zh_TW_linux_0,MBCS_Tests_codepage_ZH_TW_aix_0,MBCS_Tests_annotation_ZH_CN_aix_0
[2026-02-17T22:58:48.119Z] ------------------------------------------------------------------------------------
[2026-02-17T22:58:48.119Z]
[2026-02-17T22:58:48.120Z] Parallel test lists file (C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG/../TKG/parallelList.mk) is generated successfully.
[2026-02-17T22:58:48.120Z] make[1]: Leaving directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG'
[Pipeline] fileExists
[Pipeline] echo
[2026-02-17T22:58:48.208Z] read parallelList.mk file: aqa-tests/TKG/parallelList.mk
[Pipeline] readProperties
[Pipeline] echo
[2026-02-17T22:58:48.302Z] Number of test list is 1, no need to run tests in child job.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] echo
[2026-02-17T22:58:48.369Z] Building tests...
[Pipeline] timeout
[2026-02-17T22:58:48.371Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] echo
[2026-02-17T22:58:48.393Z] Custom URL: https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[Pipeline] }
[Pipeline] // timeout
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] echo
[2026-02-17T22:58:48.597Z] Running tests...
Did you forget the `def` keyword? Script1 seems to be setting a field named TARGET (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TARGET (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named RUNTEST_CMD (to a value of type GStringImpl) which could lead to memory leaks or other issues.
[Pipeline] echo
[2026-02-17T22:58:48.625Z] ITERATION: 1/1
[Pipeline] sshagent
[2026-02-17T22:58:48.645Z] $ ssh-agent
[2026-02-17T22:58:48.781Z] SSH_AUTH_SOCK=/tmp/ssh-nv4EsFOG7Tn3/agent.1696
[2026-02-17T22:58:48.781Z] SSH_AGENT_PID=1697
[2026-02-17T22:58:48.781Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2026-02-17T22:58:49.265Z] ++ uname
[2026-02-17T22:58:49.265Z] + '[' CYGWIN_NT-10.0-20348 = AIX ']'
[2026-02-17T22:58:49.265Z] ++ uname
[2026-02-17T22:58:49.265Z] + '[' CYGWIN_NT-10.0-20348 = SunOS ']'
[2026-02-17T22:58:49.265Z] ++ uname
[2026-02-17T22:58:49.265Z] + '[' CYGWIN_NT-10.0-20348 = '*BSD' ']'
[2026-02-17T22:58:49.265Z] + MAKE=make
[2026-02-17T22:58:49.265Z] + make -f ./aqa-tests/TKG/testEnv.mk testEnvTeardown
[2026-02-17T22:58:49.265Z] make: Nothing to be done for 'testEnvTeardown'.
[Pipeline] sh
[2026-02-17T22:58:49.785Z] ++ uname
[2026-02-17T22:58:49.785Z] + '[' CYGWIN_NT-10.0-20348 = AIX ']'
[2026-02-17T22:58:49.785Z] ++ uname
[2026-02-17T22:58:49.785Z] + '[' CYGWIN_NT-10.0-20348 = SunOS ']'
[2026-02-17T22:58:49.785Z] ++ uname
[2026-02-17T22:58:49.785Z] + '[' CYGWIN_NT-10.0-20348 = '*BSD' ']'
[2026-02-17T22:58:49.785Z] + MAKE=make
[2026-02-17T22:58:49.785Z] + cd ./aqa-tests
[2026-02-17T22:58:49.785Z] + . ./scripts/testenv/testenvSettings.sh
[2026-02-17T22:58:49.785Z] ++ set +x
[2026-02-17T22:58:49.785Z] JAVA_HOME is set to c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image
[2026-02-17T22:58:50.117Z] LIB_DIR is set to C:/jenkins/externalDependency/lib
[2026-02-17T22:58:50.117Z] rm -f -r /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG/../TKG/output_compilation; \
[2026-02-17T22:58:50.117Z] mkdir -p /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG/../TKG/output_compilation; \
[2026-02-17T22:58:50.117Z] (ant -f ./scripts/build_tools.xml "-DTEST_JDK_HOME=c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image" "-DTEST_ROOT=/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG/.." "-DLIB_DIR=C:/jenkins/externalDependency/lib" 2>&1; echo $? ) | tee "/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2026-02-17T22:58:50.117Z] if [ -z "$(tail -1 /cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG/.."; false; else rm -f -r "/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG/../TKG/output_compilation"; fi
[2026-02-17T22:58:50.923Z] Buildfile: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\scripts\build_tools.xml
[2026-02-17T22:58:51.341Z]
[2026-02-17T22:58:51.341Z] build:
[2026-02-17T22:58:51.341Z]
[2026-02-17T22:58:51.341Z] clean:
[2026-02-17T22:58:51.341Z] [delete] Deleting: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\autoGenEnv.mk
[2026-02-17T22:58:51.341Z] [delete] Deleting directory C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\bin
[2026-02-17T22:58:51.341Z]
[2026-02-17T22:58:51.341Z] init:
[2026-02-17T22:58:51.341Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\bin
[2026-02-17T22:58:51.341Z]
[2026-02-17T22:58:51.341Z] getDependentLibs:
[2026-02-17T22:58:51.711Z] [exec] --------------------------------------------
[2026-02-17T22:58:51.711Z] [exec] path is set to C:/jenkins/externalDependency/lib
[2026-02-17T22:58:51.711Z] [exec] task is set to default
[2026-02-17T22:58:51.711Z] [exec] dependencyList is set to json_simple
[2026-02-17T22:58:51.711Z] [exec] System Test jars will not be downloaded.
[2026-02-17T22:58:51.711Z] [exec] --------------------------------------------
[2026-02-17T22:58:51.711Z] [exec] Starting download third party dependent jars
[2026-02-17T22:58:51.711Z] [exec] --------------------------------------------
[2026-02-17T22:58:51.711Z] [exec] downloading dependent third party jars to C:/jenkins/externalDependency/lib
[2026-02-17T22:58:51.711Z] [exec] C:/jenkins/externalDependency/lib/json-simple.jar exists with correct hash, not downloading
[2026-02-17T22:58:51.711Z] [exec] downloaded dependent third party jars successfully
[2026-02-17T22:58:51.711Z]
[2026-02-17T22:58:51.711Z] compile:
[2026-02-17T22:58:51.711Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-02-17T22:58:51.711Z] [echo] ============COMPILER SETTINGS============
[2026-02-17T22:58:51.711Z] [echo] ===fork: yes
[2026-02-17T22:58:51.711Z] [echo] ===debug: on
[2026-02-17T22:58:51.711Z] [javac] Compiling 28 source files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\bin
[2026-02-17T22:58:54.373Z]
[2026-02-17T22:58:54.373Z] dist:
[2026-02-17T22:58:54.373Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\bin\TestKitGen.jar
[2026-02-17T22:58:54.373Z]
[2026-02-17T22:58:54.373Z] BUILD SUCCESSFUL
[2026-02-17T22:58:54.373Z] Total time: 3 seconds
[2026-02-17T22:58:54.373Z] 0
[2026-02-17T22:58:54.373Z] c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image/bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector
[2026-02-17T22:58:54.722Z] Unfamiliar microArch detected in TKG. It will not be added in TKG microArch!
[2026-02-17T22:58:54.722Z] microArchOutput: model name : AMD EPYC 7763 64-Core Processor
[2026-02-17T22:58:56.385Z] ****************************** MACHINE INFO ******************************
[2026-02-17T22:58:56.385Z] File path : C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG
[2026-02-17T22:58:56.385Z] Free Physical Memory Size : 6049677312
[2026-02-17T22:58:56.385Z] Free space (bytes) : 80459513856
[2026-02-17T22:58:56.385Z] Total Physical Memory Size : 8531955712
[2026-02-17T22:58:56.385Z] Total space (bytes) : 274283311104
[2026-02-17T22:58:56.385Z] Usable space (bytes) : 80459513856
[2026-02-17T22:58:56.385Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-02-17T22:58:56.385Z] bashVersion :
[2026-02-17T22:58:56.385Z] GNU bash, version 5.2.15(3)-release (x86_64-pc-cygwin)
[2026-02-17T22:58:56.385Z] Copyright (C) 2022 Free Software Foundation, Inc.
[2026-02-17T22:58:56.385Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2026-02-17T22:58:56.385Z]
[2026-02-17T22:58:56.385Z] This is free software; you are free to change and redistribute it.
[2026-02-17T22:58:56.385Z] There is NO WARRANTY, to the extent permitted by law.
[2026-02-17T22:58:56.385Z] cpuCores : 2
[2026-02-17T22:58:56.385Z] curlVersion :
[2026-02-17T22:58:56.385Z] 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:58:56.385Z] Release-Date: 2023-12-06
[2026-02-17T22:58:56.385Z] 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:58:56.385Z] 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:58:56.385Z] dockerVersion : bash: line 1: docker: command not found
[2026-02-17T22:58:56.385Z] gcc version : 11
[2026-02-17T22:58:56.385Z] gclibc version : ldd (cygwin) 3.4.10
[2026-02-17T22:58:56.385Z] gdb version : bash: line 1: gdb: command not found
[2026-02-17T22:58:56.385Z] lldb version : Command could not be executed
[2026-02-17T22:58:56.385Z] makeVersion :
[2026-02-17T22:58:56.385Z] GNU Make 4.4.1
[2026-02-17T22:58:56.385Z] Built for x86_64-pc-cygwin
[2026-02-17T22:58:56.385Z] Copyright (C) 1988-2023 Free Software Foundation, Inc.
[2026-02-17T22:58:56.385Z] License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
[2026-02-17T22:58:56.385Z] This is free software: you are free to change and redistribute it.
[2026-02-17T22:58:56.385Z] There is NO WARRANTY, to the extent permitted by law.
[2026-02-17T22:58:56.385Z] mavenVersion : bash: line 1: mvn: command not found
[2026-02-17T22:58:56.385Z] perlVersion :
[2026-02-17T22:58:56.385Z]
[2026-02-17T22:58:56.385Z] This is perl 5, version 36, subversion 3 (v5.36.3) built for x86_64-cygwin-threads-multi
[2026-02-17T22:58:56.385Z] (with 6 registered patches, see perl -V for more detail)
[2026-02-17T22:58:56.385Z]
[2026-02-17T22:58:56.385Z] Copyright 1987-2023, Larry Wall
[2026-02-17T22:58:56.385Z]
[2026-02-17T22:58:56.385Z] Perl may be copied only under the terms of either the Artistic License or the
[2026-02-17T22:58:56.385Z] GNU General Public License, which may be found in the Perl 5 source kit.
[2026-02-17T22:58:56.385Z]
[2026-02-17T22:58:56.385Z] Complete documentation for Perl, including FAQ lists, should be found on
[2026-02-17T22:58:56.385Z] this system using "man perl" or "perldoc perl". If you have access to the
[2026-02-17T22:58:56.385Z] Internet, point your browser at https://www.perl.org/, the Perl Home Page.
[2026-02-17T22:58:56.385Z]
[2026-02-17T22:58:56.385Z] podmanVersion : bash: line 1: podman: command not found
[2026-02-17T22:58:56.385Z] procArch : unknown
[2026-02-17T22:58:56.385Z] sysArch : x86_64
[2026-02-17T22:58:56.385Z] sysOS : CYGWIN_NT-10.0-20348
[2026-02-17T22:58:56.385Z] ulimit :
[2026-02-17T22:58:56.385Z] core file size (blocks, -c) unlimited
[2026-02-17T22:58:56.385Z] data seg size (kbytes, -d) unlimited
[2026-02-17T22:58:56.385Z] file size (blocks, -f) unlimited
[2026-02-17T22:58:56.385Z] open files (-n) 3200
[2026-02-17T22:58:56.385Z] pipe size (512 bytes, -p) 8
[2026-02-17T22:58:56.385Z] stack size (kbytes, -s) 2032
[2026-02-17T22:58:56.385Z] cpu time (seconds, -t) unlimited
[2026-02-17T22:58:56.385Z] max user processes (-u) 256
[2026-02-17T22:58:56.385Z] virtual memory (kbytes, -v) unlimited
[2026-02-17T22:58:56.385Z] 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:58:56.385Z] vmVendor : Oracle Corporation
[2026-02-17T22:58:56.385Z] vmVersion : 25.492-b03
[2026-02-17T22:58:56.385Z] xlc version : bash: line 1: xlC: command not found
[2026-02-17T22:58:56.385Z] **************************************************************************
[2026-02-17T22:58:56.385Z]
[2026-02-17T22:58:56.385Z] System.getProperty('java.vm.name')=OpenJDK 64-Bit Server VM
[2026-02-17T22:58:56.385Z]
[2026-02-17T22:58:56.385Z] System.getProperty('java.vendor')=Temurin
[2026-02-17T22:58:56.385Z]
[2026-02-17T22:58:56.385Z] System.getProperty('os.name')=Windows Server 2022
[2026-02-17T22:58:56.385Z]
[2026-02-17T22:58:56.385Z] System.getProperty('os.arch')=amd64
[2026-02-17T22:58:56.385Z]
[2026-02-17T22:58:56.385Z] System.getProperty('java.fullversion')=null
[2026-02-17T22:58:56.385Z]
[2026-02-17T22:58:56.385Z] System.getProperty('sun.arch.data.model')=64
[2026-02-17T22:58:56.385Z]
[2026-02-17T22:58:56.385Z] make -f makeGen.mk AUTO_DETECT=true MODE=buildList TESTTARGET=special.functional TESTLIST=
[2026-02-17T22:58:56.385Z] make[1]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG'
[2026-02-17T22:58:56.385Z] perl scripts/configure.pl
[2026-02-17T22:58:56.385Z] c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image/bin/java -cp "./bin/TestKitGen.jar;C:/jenkins/externalDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=buildList --spec=win_x86-64 --microArch="" --osLabel="" --jdkVersion=8 --impl=hotspot --vendor="temurin" --buildList=functional --iterations=1 --aotIterations= --testFlag= --testTarget=special.functional --testList= --numOfMachines= --testTime=120 --TRSSURL=
[2026-02-17T22:58:57.407Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2026-02-17T22:58:57.407Z]
[2026-02-17T22:58:57.407Z]
[2026-02-17T22:58:57.407Z] Starting to generate build list.
[2026-02-17T22:58:57.407Z]
[2026-02-17T22:58:57.407Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\CacheManagement\playlist.xml
[2026-02-17T22:58:57.407Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\bootstrapMethodArgumentTest\playlist.xml
[2026-02-17T22:58:57.407Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\bootStrapStaticVerify\playlist.xml
[2026-02-17T22:58:57.407Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\callsitedbgddrext\playlist.xml
[2026-02-17T22:58:57.407Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\CDSAdaptorTest\playlist.xml
[2026-02-17T22:58:57.407Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\classesdbgddrext\playlist.xml
[2026-02-17T22:58:57.407Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\classLoaderTest\playlist.xml
[2026-02-17T22:58:57.407Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\cmdlinetestertests\playlist.xml
[2026-02-17T22:58:57.407Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\cmdLineTest_J9tests\playlist.xml
[2026-02-17T22:58:57.407Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\criu\playlist.xml
[2026-02-17T22:58:57.407Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\defaultLazySymbolResolution\playlist.xml
[2026-02-17T22:58:57.407Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\doProtectedAccessCheck\playlist.xml
[2026-02-17T22:58:57.407Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\dscr\playlist.xml
[2026-02-17T22:58:57.407Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\dumpromtests\playlist.xml
[2026-02-17T22:58:57.407Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\fastClassHashTable\playlist.xml
[2026-02-17T22:58:57.407Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\fips\playlist.xml
[2026-02-17T22:58:57.407Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\forceLazySymbolResolution\playlist.xml
[2026-02-17T22:58:57.407Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\gcCheck\playlist.xml
[2026-02-17T22:58:57.966Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\gcRegressionTests\playlist.xml
[2026-02-17T22:58:57.966Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\gcsuballoctests\playlist.xml
[2026-02-17T22:58:57.966Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\getCallerClassTests\playlist.xml
[2026-02-17T22:58:57.966Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\gptest\playlist.xml
[2026-02-17T22:58:57.966Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\gputests\playlist.xml
[2026-02-17T22:58:57.966Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\hangTest\playlist.xml
[2026-02-17T22:58:57.966Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\ignoreUnrecognizedVMOptions\playlist.xml
[2026-02-17T22:58:57.966Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\imageReaderInitializationTest\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\J9security\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\javaAssertions\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\jep178staticLinkingTest\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\jfr\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\jimageinterface\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\jit\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\jitserver\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\jrvTest\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\jvmtitests\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\jython\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\lazyClassLoadingTest\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\libpathTest\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\loadLibraryTest\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\locales\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\lockWordAlignment\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\loopReduction\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\modularityddrtests\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\openssl\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\pageAlignDirectMemory\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\pltest\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\proxyFieldAccess\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\reflectCache\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\runtimemxbeanTests\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\BadStackMap\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\DataHelperTests\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\ListAllCachesTests\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\SCCMLTests\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\SCCommandLineOptionTests\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\SCHelperCompatTests\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\ShareClassesSimpleSanity\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\StorageKey\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\StoreFilterTests\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\URLHelperTests\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shrcdbgddrext\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\sigabrtHandlingTest\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\sigxfszHandlingTest\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\softmxCmdOptTest\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\stackSizeInfoTest\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\SystemPropertiesTest\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\URLClassLoaderTests\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\ValueBasedClassTest\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\valuetypeddrtests\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\verbosetest\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\verboseVerification\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\vmRuntimeState\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\xcheckjni\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\xlogTests\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\xlpCMLTests\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\xtraceTests\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\xxargtest\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\DDR_Test\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\HealthCenter\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\IllegalAccessError_for_protected_method\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java10andUp\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java11andUp\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java12andUp\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java14andUp\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java15andUp\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java16andUp\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java17andUp\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java21andUp\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java21Only\playlist.xml
[2026-02-17T22:58:57.967Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java22andUp\playlist.xml
[2026-02-17T22:58:58.326Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java8andUp\playlist.xml
[2026-02-17T22:58:58.326Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java9andUp\playlist.xml
[2026-02-17T22:58:58.326Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\JavaAgentTest\playlist.xml
[2026-02-17T22:58:58.326Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\JIT_Test\playlist.xml
[2026-02-17T22:58:58.326Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\JLM_Tests\playlist.xml
[2026-02-17T22:58:58.326Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Jsr292\playlist.xml
[2026-02-17T22:58:58.326Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Jsr335\playlist.xml
[2026-02-17T22:58:58.327Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Jsr335_interfaceStaticMethod\playlist.xml
[2026-02-17T22:58:58.327Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\annotation\playlist.xml
[2026-02-17T22:58:58.327Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\charsets\playlist.xml
[2026-02-17T22:58:58.327Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\CLDR_11\playlist.xml
[2026-02-17T22:58:58.327Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\codepage\playlist.xml
[2026-02-17T22:58:58.327Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\codepoint\playlist.xml
[2026-02-17T22:58:58.327Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\coin\playlist.xml
[2026-02-17T22:58:58.327Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\compact_number_format\playlist.xml
[2026-02-17T22:58:58.327Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\Compiler\playlist.xml
[2026-02-17T22:58:58.327Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\datetime\playlist.xml
[2026-02-17T22:58:58.327Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\env\playlist.xml
[2026-02-17T22:58:58.327Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\file\playlist.xml
[2026-02-17T22:58:58.327Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\formatter\playlist.xml
[2026-02-17T22:58:58.327Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\i18n\playlist.xml
[2026-02-17T22:58:58.327Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\IDN\playlist.xml
[2026-02-17T22:58:58.327Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\jaxp14\playlist.xml
[2026-02-17T22:58:58.327Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\jdbc41\playlist.xml
[2026-02-17T22:58:58.327Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\language_tag\playlist.xml
[2026-02-17T22:58:58.327Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\locale_matching\playlist.xml
[2026-02-17T22:58:58.327Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\new_jp_era\playlist.xml
[2026-02-17T22:58:58.327Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\nio\playlist.xml
[2026-02-17T22:58:58.327Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\pattern_matching_instanceof\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\pref\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\property_utf8\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\record\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\regex\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\scanner\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\sealed_classes\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\StAX\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\switch_expressions\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\text_blocks\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\unicode\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\urlclassloader\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MockitoTests\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\NativeTest\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\OpenJ9_Jsr_292_API\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\OpenJcePlusTests\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\RasapiTest\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\security\AQAvit\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\security\Crypto\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\security\ssl-tests\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\SharedCPEntryInvokerTests\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\SyntheticGCWorkload\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\TestExample\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\testHeadlessComponents\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\UnsafeTest\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Valhalla\playlist.xml
[2026-02-17T22:58:58.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\VM_Test\playlist.xml
[2026-02-17T22:58:58.660Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG/../TKG/buildInfo.mk
[2026-02-17T22:58:58.660Z]
[2026-02-17T22:58:58.995Z] make[1]: Leaving directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG'
[2026-02-17T22:58:58.995Z] make -f clean.mk cleanBuild
[2026-02-17T22:58:58.995Z] make[1]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG'
[2026-02-17T22:58:59.326Z] rm -f -r C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests///..//jvmtest
[2026-02-17T22:58:59.326Z] make[1]: Leaving directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG'
[2026-02-17T22:58:59.326Z] make -f compile.mk compile
[2026-02-17T22:58:59.326Z] make[1]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG'
[2026-02-17T22:58:59.656Z] rm -f -r C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests//TKG/output_compilation; \
[2026-02-17T22:58:59.656Z] mkdir -p C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests//TKG/output_compilation; \
[2026-02-17T22:58:59.656Z] (ant -f scripts/build_test.xml "-DTEST_ROOT=C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/" "-DBUILD_ROOT=C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests///..//jvmtest" "-DJDK_VERSION=8" "-DJDK_IMPL=hotspot" "-DJDK_VENDOR=temurin" "-DJCL_VERSION=latest" "-DBUILD_LIST=functional/MBCS_Tests/file,functional/MBCS_Tests/annotation,functional/MBCS_Tests/pref,functional/MBCS_Tests/charsets,functional/MBCS_Tests/codepage,functional/MBCS_Tests/regex,functional/MBCS_Tests/env,functional/MBCS_Tests/IDN,functional/MBCS_Tests/jdbc41,functional/MBCS_Tests/urlclassloader,functional/MBCS_Tests/coin,functional/MBCS_Tests/nio,functional/MBCS_Tests/Compiler,functional/MBCS_Tests/scanner" "-DRESOURCES_DIR=C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests///..//jvmtest/TestConfig/resources" "-DSPEC=win_x86-64" "-DTEST_JDK_HOME=c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image" "-DJVM_VERSION=openjdk8" "-DLIB_DIR=C:/jenkins/externalDependency/lib" 2>&1; echo $? ) | tee "C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests//TKG/output_compilation/compilation.log"; \
[2026-02-17T22:58:59.657Z] if [ -z "$(tail -1 C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests//TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests//TKG/output_compilation/compilation.log" --testRoot="C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/"; false; else rm -f -r "C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests//TKG/output_compilation"; fi
[2026-02-17T22:59:00.852Z] Buildfile: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\scripts\build_test.xml
[2026-02-17T22:59:01.356Z] [echo] build.list is TestConfig/build.xml,functional/MBCS_Tests/file/build.xml,functional/MBCS_Tests/annotation/build.xml,functional/MBCS_Tests/pref/build.xml,functional/MBCS_Tests/charsets/build.xml,functional/MBCS_Tests/codepage/build.xml,functional/MBCS_Tests/regex/build.xml,functional/MBCS_Tests/env/build.xml,functional/MBCS_Tests/IDN/build.xml,functional/MBCS_Tests/jdbc41/build.xml,functional/MBCS_Tests/urlclassloader/build.xml,functional/MBCS_Tests/coin/build.xml,functional/MBCS_Tests/nio/build.xml,functional/MBCS_Tests/Compiler/build.xml,functional/MBCS_Tests/scanner/build.xml
[2026-02-17T22:59:01.356Z]
[2026-02-17T22:59:01.356Z] -create_test_directory:
[2026-02-17T22:59:01.356Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest
[2026-02-17T22:59:01.356Z]
[2026-02-17T22:59:01.356Z] stage_test_material:
[2026-02-17T22:59:01.727Z] [copy] Copying 587 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest
[2026-02-17T22:59:02.784Z]
[2026-02-17T22:59:02.784Z] build:
[2026-02-17T22:59:02.784Z]
[2026-02-17T22:59:02.784Z] init:
[2026-02-17T22:59:02.784Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\TestConfig
[2026-02-17T22:59:02.784Z]
[2026-02-17T22:59:02.784Z] build:
[2026-02-17T22:59:02.784Z] [copy] Copying 15 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\TestConfig
[2026-02-17T22:59:02.784Z] [copy] Copied 4 empty directories to 2 empty directories under C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\TestConfig
[2026-02-17T22:59:02.784Z] [copy] Copying 1 file to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\TestConfig
[2026-02-17T22:59:02.784Z]
[2026-02-17T22:59:02.784Z] build:
[2026-02-17T22:59:02.784Z]
[2026-02-17T22:59:02.784Z] init:
[2026-02-17T22:59:02.784Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\Compiler
[2026-02-17T22:59:02.784Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\Compiler\bin
[2026-02-17T22:59:02.784Z]
[2026-02-17T22:59:02.784Z] compile:
[2026-02-17T22:59:02.784Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-02-17T22:59:02.784Z] [echo] ============COMPILER SETTINGS============
[2026-02-17T22:59:02.784Z] [echo] ===fork: yes
[2026-02-17T22:59:02.784Z] [echo] ===executable: c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image/bin/javac
[2026-02-17T22:59:02.784Z] [echo] ===debug: on
[2026-02-17T22:59:02.784Z] [echo] ===destdir: C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests///..//jvmtest/functional/MBCS_Tests/Compiler
[2026-02-17T22:59:02.784Z] [javac] Compiling 3 source files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\Compiler\bin
[2026-02-17T22:59:03.774Z] [javac] Note: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\Compiler\src\CompilerTest1.java uses unchecked or unsafe operations.
[2026-02-17T22:59:03.774Z] [javac] Note: Recompile with -Xlint:unchecked for details.
[2026-02-17T22:59:03.774Z]
[2026-02-17T22:59:03.774Z] copyData:
[2026-02-17T22:59:03.774Z]
[2026-02-17T22:59:03.774Z] check-dir:
[2026-02-17T22:59:03.774Z]
[2026-02-17T22:59:03.774Z] build:
[2026-02-17T22:59:03.774Z]
[2026-02-17T22:59:03.774Z] init:
[2026-02-17T22:59:03.774Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\data
[2026-02-17T22:59:03.774Z]
[2026-02-17T22:59:03.774Z] dist:
[2026-02-17T22:59:03.774Z] [copy] Copying 32 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\data
[2026-02-17T22:59:04.120Z]
[2026-02-17T22:59:04.120Z] dist:
[2026-02-17T22:59:04.120Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\Compiler\Compiler.jar
[2026-02-17T22:59:04.120Z] [copy] Copying 30 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\Compiler
[2026-02-17T22:59:04.484Z]
[2026-02-17T22:59:04.484Z] clean:
[2026-02-17T22:59:04.484Z] [delete] Deleting directory C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\Compiler\bin
[2026-02-17T22:59:04.484Z]
[2026-02-17T22:59:04.484Z] build:
[2026-02-17T22:59:04.484Z]
[2026-02-17T22:59:04.484Z] init:
[2026-02-17T22:59:04.484Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\IDN
[2026-02-17T22:59:04.484Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\IDN\bin
[2026-02-17T22:59:04.484Z]
[2026-02-17T22:59:04.484Z] compile:
[2026-02-17T22:59:04.484Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-02-17T22:59:04.484Z] [echo] ============COMPILER SETTINGS============
[2026-02-17T22:59:04.484Z] [echo] ===fork: yes
[2026-02-17T22:59:04.484Z] [echo] ===executable: c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image/bin/javac
[2026-02-17T22:59:04.484Z] [echo] ===debug: on
[2026-02-17T22:59:04.484Z] [echo] ===destdir: C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests///..//jvmtest/functional/MBCS_Tests/IDN
[2026-02-17T22:59:04.484Z] [javac] Compiling 5 source files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\IDN\bin
[2026-02-17T22:59:05.520Z]
[2026-02-17T22:59:05.520Z] copyData:
[2026-02-17T22:59:05.520Z]
[2026-02-17T22:59:05.520Z] check-dir:
[2026-02-17T22:59:05.520Z]
[2026-02-17T22:59:05.520Z] build:
[2026-02-17T22:59:05.520Z]
[2026-02-17T22:59:05.520Z] dist:
[2026-02-17T22:59:05.520Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\IDN\IDN.jar
[2026-02-17T22:59:05.520Z] [copy] Copying 86 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\IDN
[2026-02-17T22:59:06.279Z]
[2026-02-17T22:59:06.279Z] clean:
[2026-02-17T22:59:06.279Z] [delete] Deleting directory C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\IDN\bin
[2026-02-17T22:59:06.279Z]
[2026-02-17T22:59:06.279Z] build:
[2026-02-17T22:59:06.279Z]
[2026-02-17T22:59:06.279Z] init:
[2026-02-17T22:59:06.279Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\annotation
[2026-02-17T22:59:06.279Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\annotation\bin
[2026-02-17T22:59:06.279Z]
[2026-02-17T22:59:06.279Z] compile:
[2026-02-17T22:59:06.279Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-02-17T22:59:06.279Z] [echo] ============COMPILER SETTINGS============
[2026-02-17T22:59:06.279Z] [echo] ===fork: yes
[2026-02-17T22:59:06.279Z] [echo] ===executable: c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image/bin/javac
[2026-02-17T22:59:06.279Z] [echo] ===debug: on
[2026-02-17T22:59:06.279Z] [echo] ===destdir: C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests///..//jvmtest/functional/MBCS_Tests/annotation
[2026-02-17T22:59:06.279Z] [javac] Compiling 3 source files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\annotation\bin
[2026-02-17T22:59:07.220Z]
[2026-02-17T22:59:07.220Z] copyData:
[2026-02-17T22:59:07.220Z]
[2026-02-17T22:59:07.220Z] check-dir:
[2026-02-17T22:59:07.220Z]
[2026-02-17T22:59:07.220Z] build:
[2026-02-17T22:59:07.220Z]
[2026-02-17T22:59:07.220Z] dist:
[2026-02-17T22:59:07.220Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\annotation\annotation.jar
[2026-02-17T22:59:07.220Z] [copy] Copying 11 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\annotation
[2026-02-17T22:59:07.220Z] [copy] Copying 38 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\annotation\expected
[2026-02-17T22:59:07.574Z]
[2026-02-17T22:59:07.574Z] clean:
[2026-02-17T22:59:07.574Z] [delete] Deleting directory C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\annotation\bin
[2026-02-17T22:59:07.574Z]
[2026-02-17T22:59:07.574Z] build:
[2026-02-17T22:59:07.574Z]
[2026-02-17T22:59:07.574Z] init:
[2026-02-17T22:59:07.574Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\charsets
[2026-02-17T22:59:07.574Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\charsets\bin
[2026-02-17T22:59:07.574Z]
[2026-02-17T22:59:07.574Z] compile:
[2026-02-17T22:59:07.574Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-02-17T22:59:07.574Z] [echo] ============COMPILER SETTINGS============
[2026-02-17T22:59:07.574Z] [echo] ===fork: yes
[2026-02-17T22:59:07.574Z] [echo] ===executable: c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image/bin/javac
[2026-02-17T22:59:07.574Z] [echo] ===debug: on
[2026-02-17T22:59:07.574Z] [echo] ===destdir: C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests///..//jvmtest/functional/MBCS_Tests/charsets
[2026-02-17T22:59:07.574Z] [javac] Compiling 2 source files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\charsets\bin
[2026-02-17T22:59:08.873Z]
[2026-02-17T22:59:08.874Z] copyData:
[2026-02-17T22:59:08.874Z]
[2026-02-17T22:59:08.874Z] check-dir:
[2026-02-17T22:59:08.874Z]
[2026-02-17T22:59:08.874Z] build:
[2026-02-17T22:59:08.874Z]
[2026-02-17T22:59:08.874Z] dist:
[2026-02-17T22:59:08.874Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\charsets\charsets.jar
[2026-02-17T22:59:08.874Z] [copy] Copying 2 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\charsets
[2026-02-17T22:59:08.874Z]
[2026-02-17T22:59:08.874Z] clean:
[2026-02-17T22:59:08.874Z] [delete] Deleting directory C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\charsets\bin
[2026-02-17T22:59:08.874Z]
[2026-02-17T22:59:08.874Z] build:
[2026-02-17T22:59:08.874Z]
[2026-02-17T22:59:08.874Z] init:
[2026-02-17T22:59:08.874Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\codepage
[2026-02-17T22:59:08.874Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\codepage\bin
[2026-02-17T22:59:08.874Z]
[2026-02-17T22:59:08.874Z] compile:
[2026-02-17T22:59:08.874Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-02-17T22:59:08.874Z] [echo] ============COMPILER SETTINGS============
[2026-02-17T22:59:08.874Z] [echo] ===fork: yes
[2026-02-17T22:59:08.874Z] [echo] ===executable: c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image/bin/javac
[2026-02-17T22:59:08.874Z] [echo] ===debug: on
[2026-02-17T22:59:08.874Z] [echo] ===destdir: C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests///..//jvmtest/functional/MBCS_Tests/codepage
[2026-02-17T22:59:08.874Z] [javac] Compiling 3 source files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\codepage\bin
[2026-02-17T22:59:09.736Z]
[2026-02-17T22:59:09.736Z] copyData:
[2026-02-17T22:59:09.736Z]
[2026-02-17T22:59:09.736Z] check-dir:
[2026-02-17T22:59:09.736Z]
[2026-02-17T22:59:09.736Z] build:
[2026-02-17T22:59:09.736Z]
[2026-02-17T22:59:09.736Z] dist:
[2026-02-17T22:59:09.736Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\codepage\codepage.jar
[2026-02-17T22:59:09.736Z] [copy] Copying 34 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\codepage
[2026-02-17T22:59:09.736Z]
[2026-02-17T22:59:09.736Z] clean:
[2026-02-17T22:59:09.736Z] [delete] Deleting directory C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\codepage\bin
[2026-02-17T22:59:09.736Z]
[2026-02-17T22:59:09.736Z] build:
[2026-02-17T22:59:09.736Z]
[2026-02-17T22:59:09.736Z] init:
[2026-02-17T22:59:09.736Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\coin
[2026-02-17T22:59:09.736Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\coin\bin
[2026-02-17T22:59:09.736Z]
[2026-02-17T22:59:09.736Z] compile:
[2026-02-17T22:59:09.736Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-02-17T22:59:09.736Z] [echo] ============COMPILER SETTINGS============
[2026-02-17T22:59:09.736Z] [echo] ===fork: yes
[2026-02-17T22:59:09.736Z] [echo] ===executable: c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image/bin/javac
[2026-02-17T22:59:09.736Z] [echo] ===debug: on
[2026-02-17T22:59:09.736Z] [echo] ===destdir: C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests///..//jvmtest/functional/MBCS_Tests/coin
[2026-02-17T22:59:09.736Z] [javac] Compiling 8 source files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\coin\bin
[2026-02-17T22:59:11.193Z]
[2026-02-17T22:59:11.193Z] copyData:
[2026-02-17T22:59:11.193Z]
[2026-02-17T22:59:11.193Z] check-dir:
[2026-02-17T22:59:11.193Z]
[2026-02-17T22:59:11.193Z] build:
[2026-02-17T22:59:11.193Z]
[2026-02-17T22:59:11.193Z] dist:
[2026-02-17T22:59:11.193Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\coin\coin.jar
[2026-02-17T22:59:11.193Z] [copy] Copying 10 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\coin
[2026-02-17T22:59:11.193Z]
[2026-02-17T22:59:11.193Z] clean:
[2026-02-17T22:59:11.193Z] [delete] Deleting directory C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\coin\bin
[2026-02-17T22:59:11.193Z]
[2026-02-17T22:59:11.193Z] build:
[2026-02-17T22:59:11.193Z]
[2026-02-17T22:59:11.193Z] init:
[2026-02-17T22:59:11.193Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\env
[2026-02-17T22:59:11.193Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\env\bin
[2026-02-17T22:59:11.193Z]
[2026-02-17T22:59:11.193Z] compile:
[2026-02-17T22:59:11.193Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-02-17T22:59:11.193Z] [echo] ============COMPILER SETTINGS============
[2026-02-17T22:59:11.193Z] [echo] ===fork: yes
[2026-02-17T22:59:11.193Z] [echo] ===executable: c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image/bin/javac
[2026-02-17T22:59:11.193Z] [echo] ===debug: on
[2026-02-17T22:59:11.193Z] [echo] ===destdir: C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests///..//jvmtest/functional/MBCS_Tests/env
[2026-02-17T22:59:11.193Z] [javac] Compiling 1 source file to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\env\bin
[2026-02-17T22:59:11.929Z]
[2026-02-17T22:59:11.929Z] copyData:
[2026-02-17T22:59:11.929Z]
[2026-02-17T22:59:11.929Z] check-dir:
[2026-02-17T22:59:11.929Z]
[2026-02-17T22:59:11.929Z] build:
[2026-02-17T22:59:11.930Z]
[2026-02-17T22:59:11.930Z] dist:
[2026-02-17T22:59:11.930Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\env\env.jar
[2026-02-17T22:59:11.930Z] [copy] Copying 29 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\env
[2026-02-17T22:59:12.287Z]
[2026-02-17T22:59:12.288Z] clean:
[2026-02-17T22:59:12.288Z] [delete] Deleting directory C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\env\bin
[2026-02-17T22:59:12.288Z]
[2026-02-17T22:59:12.288Z] build:
[2026-02-17T22:59:12.288Z]
[2026-02-17T22:59:12.288Z] init:
[2026-02-17T22:59:12.288Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\file
[2026-02-17T22:59:12.288Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\file\bin
[2026-02-17T22:59:12.288Z]
[2026-02-17T22:59:12.288Z] compile:
[2026-02-17T22:59:12.288Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-02-17T22:59:12.288Z] [echo] ============COMPILER SETTINGS============
[2026-02-17T22:59:12.288Z] [echo] ===fork: yes
[2026-02-17T22:59:12.288Z] [echo] ===executable: c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image/bin/javac
[2026-02-17T22:59:12.288Z] [echo] ===debug: on
[2026-02-17T22:59:12.288Z] [echo] ===destdir: C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests///..//jvmtest/functional/MBCS_Tests/file
[2026-02-17T22:59:12.288Z] [javac] Compiling 4 source files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\file\bin
[2026-02-17T22:59:13.543Z]
[2026-02-17T22:59:13.543Z] copyData:
[2026-02-17T22:59:13.543Z]
[2026-02-17T22:59:13.543Z] check-dir:
[2026-02-17T22:59:13.543Z]
[2026-02-17T22:59:13.543Z] build:
[2026-02-17T22:59:13.543Z]
[2026-02-17T22:59:13.543Z] dist:
[2026-02-17T22:59:13.543Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\file\file.jar
[2026-02-17T22:59:13.543Z] [copy] Copying 9 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\file
[2026-02-17T22:59:13.543Z] [copy] Copying 25 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\file\data
[2026-02-17T22:59:13.891Z] [copy] Copying 19 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\file\expected
[2026-02-17T22:59:14.288Z]
[2026-02-17T22:59:14.288Z] clean:
[2026-02-17T22:59:14.288Z] [delete] Deleting directory C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\file\bin
[2026-02-17T22:59:14.288Z]
[2026-02-17T22:59:14.288Z] build:
[2026-02-17T22:59:14.288Z]
[2026-02-17T22:59:14.288Z] init:
[2026-02-17T22:59:14.288Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\jdbc41
[2026-02-17T22:59:14.288Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\jdbc41\bin
[2026-02-17T22:59:14.288Z]
[2026-02-17T22:59:14.288Z] compile:
[2026-02-17T22:59:14.288Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-02-17T22:59:14.288Z] [echo] ============COMPILER SETTINGS============
[2026-02-17T22:59:14.288Z] [echo] ===fork: yes
[2026-02-17T22:59:14.288Z] [echo] ===executable: c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image/bin/javac
[2026-02-17T22:59:14.288Z] [echo] ===debug: on
[2026-02-17T22:59:14.288Z] [echo] ===destdir: C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests///..//jvmtest/functional/MBCS_Tests/jdbc41
[2026-02-17T22:59:14.288Z] [javac] Compiling 5 source files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\jdbc41\bin
[2026-02-17T22:59:15.231Z]
[2026-02-17T22:59:15.232Z] dist:
[2026-02-17T22:59:15.232Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\jdbc41\jdbc41.jar
[2026-02-17T22:59:15.232Z] [copy] Copying 14 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\jdbc41
[2026-02-17T22:59:15.232Z] [copy] Copying 39 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\jdbc41\expected
[2026-02-17T22:59:15.581Z] [copy] Copying 21 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\jdbc41\data
[2026-02-17T22:59:15.927Z] [copy] Copying 26 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\jdbc41\derby
[2026-02-17T22:59:16.288Z]
[2026-02-17T22:59:16.288Z] clean:
[2026-02-17T22:59:16.288Z] [delete] Deleting directory C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\jdbc41\bin
[2026-02-17T22:59:16.288Z]
[2026-02-17T22:59:16.288Z] build:
[2026-02-17T22:59:16.288Z]
[2026-02-17T22:59:16.288Z] init:
[2026-02-17T22:59:16.288Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\nio
[2026-02-17T22:59:16.288Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\nio\bin
[2026-02-17T22:59:16.288Z]
[2026-02-17T22:59:16.288Z] compile:
[2026-02-17T22:59:16.288Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-02-17T22:59:16.288Z] [echo] ============COMPILER SETTINGS============
[2026-02-17T22:59:16.288Z] [echo] ===fork: yes
[2026-02-17T22:59:16.288Z] [echo] ===executable: c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image/bin/javac
[2026-02-17T22:59:16.288Z] [echo] ===debug: on
[2026-02-17T22:59:16.288Z] [echo] ===destdir: C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests///..//jvmtest/functional/MBCS_Tests/nio
[2026-02-17T22:59:16.288Z] [javac] Compiling 2 source files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\nio\bin
[2026-02-17T22:59:17.300Z]
[2026-02-17T22:59:17.300Z] copyData:
[2026-02-17T22:59:17.300Z]
[2026-02-17T22:59:17.300Z] check-dir:
[2026-02-17T22:59:17.300Z]
[2026-02-17T22:59:17.300Z] build:
[2026-02-17T22:59:17.300Z]
[2026-02-17T22:59:17.300Z] dist:
[2026-02-17T22:59:17.300Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\nio\nio.jar
[2026-02-17T22:59:17.300Z] [copy] Copying 35 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\nio
[2026-02-17T22:59:17.300Z]
[2026-02-17T22:59:17.300Z] clean:
[2026-02-17T22:59:17.300Z] [delete] Deleting directory C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\nio\bin
[2026-02-17T22:59:17.300Z]
[2026-02-17T22:59:17.300Z] build:
[2026-02-17T22:59:17.300Z]
[2026-02-17T22:59:17.300Z] init:
[2026-02-17T22:59:17.300Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\pref
[2026-02-17T22:59:17.300Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\pref\bin
[2026-02-17T22:59:17.300Z]
[2026-02-17T22:59:17.300Z] compile:
[2026-02-17T22:59:17.300Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-02-17T22:59:17.300Z] [echo] ============COMPILER SETTINGS============
[2026-02-17T22:59:17.300Z] [echo] ===fork: yes
[2026-02-17T22:59:17.300Z] [echo] ===executable: c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image/bin/javac
[2026-02-17T22:59:17.300Z] [echo] ===debug: on
[2026-02-17T22:59:17.300Z] [echo] ===destdir: C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests///..//jvmtest/functional/MBCS_Tests/pref
[2026-02-17T22:59:17.300Z] [javac] Compiling 2 source files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\pref\bin
[2026-02-17T22:59:18.120Z]
[2026-02-17T22:59:18.120Z] dist:
[2026-02-17T22:59:18.120Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\pref\pref.jar
[2026-02-17T22:59:18.474Z] [copy] Copying 31 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\pref
[2026-02-17T22:59:18.474Z]
[2026-02-17T22:59:18.474Z] clean:
[2026-02-17T22:59:18.474Z] [delete] Deleting directory C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\pref\bin
[2026-02-17T22:59:18.474Z]
[2026-02-17T22:59:18.474Z] build:
[2026-02-17T22:59:18.474Z]
[2026-02-17T22:59:18.474Z] init:
[2026-02-17T22:59:18.474Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\regex
[2026-02-17T22:59:18.474Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\regex\bin
[2026-02-17T22:59:18.474Z]
[2026-02-17T22:59:18.474Z] compile:
[2026-02-17T22:59:18.474Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-02-17T22:59:18.474Z] [echo] ============COMPILER SETTINGS============
[2026-02-17T22:59:18.474Z] [echo] ===fork: yes
[2026-02-17T22:59:18.474Z] [echo] ===executable: c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image/bin/javac
[2026-02-17T22:59:18.474Z] [echo] ===debug: on
[2026-02-17T22:59:18.474Z] [echo] ===destdir: C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests///..//jvmtest/functional/MBCS_Tests/regex
[2026-02-17T22:59:18.474Z] [javac] Compiling 3 source files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\regex\bin
[2026-02-17T22:59:19.282Z]
[2026-02-17T22:59:19.282Z] copyData:
[2026-02-17T22:59:19.282Z]
[2026-02-17T22:59:19.282Z] check-dir:
[2026-02-17T22:59:19.282Z]
[2026-02-17T22:59:19.282Z] build:
[2026-02-17T22:59:19.282Z]
[2026-02-17T22:59:19.282Z] dist:
[2026-02-17T22:59:19.282Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\regex\regex.jar
[2026-02-17T22:59:19.631Z] [copy] Copying 72 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\regex
[2026-02-17T22:59:19.993Z]
[2026-02-17T22:59:19.993Z] clean:
[2026-02-17T22:59:19.993Z] [delete] Deleting directory C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\regex\bin
[2026-02-17T22:59:19.993Z]
[2026-02-17T22:59:19.993Z] build:
[2026-02-17T22:59:19.993Z]
[2026-02-17T22:59:19.993Z] init:
[2026-02-17T22:59:19.993Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\scanner
[2026-02-17T22:59:19.993Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\scanner\bin
[2026-02-17T22:59:19.993Z]
[2026-02-17T22:59:19.993Z] compile:
[2026-02-17T22:59:19.993Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-02-17T22:59:19.993Z] [echo] ============COMPILER SETTINGS============
[2026-02-17T22:59:19.993Z] [echo] ===fork: yes
[2026-02-17T22:59:19.993Z] [echo] ===executable: c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image/bin/javac
[2026-02-17T22:59:19.993Z] [echo] ===debug: on
[2026-02-17T22:59:19.993Z] [echo] ===destdir: C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests///..//jvmtest/functional/MBCS_Tests/scanner
[2026-02-17T22:59:19.993Z] [javac] Compiling 2 source files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\scanner\bin
[2026-02-17T22:59:20.765Z]
[2026-02-17T22:59:20.765Z] dist:
[2026-02-17T22:59:20.765Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\scanner\scanner.jar
[2026-02-17T22:59:21.138Z] [copy] Copying 11 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\scanner
[2026-02-17T22:59:21.138Z] [copy] Copying 19 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\scanner\expected
[2026-02-17T22:59:21.138Z]
[2026-02-17T22:59:21.138Z] clean:
[2026-02-17T22:59:21.138Z] [delete] Deleting directory C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\scanner\bin
[2026-02-17T22:59:21.138Z]
[2026-02-17T22:59:21.138Z] build:
[2026-02-17T22:59:21.138Z]
[2026-02-17T22:59:21.138Z] init:
[2026-02-17T22:59:21.138Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\urlclassloader
[2026-02-17T22:59:21.138Z] [mkdir] Created dir: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\urlclassloader\bin
[2026-02-17T22:59:21.138Z]
[2026-02-17T22:59:21.138Z] compile:
[2026-02-17T22:59:21.139Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-02-17T22:59:21.139Z] [echo] ============COMPILER SETTINGS============
[2026-02-17T22:59:21.139Z] [echo] ===fork: yes
[2026-02-17T22:59:21.139Z] [echo] ===executable: c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image/bin/javac
[2026-02-17T22:59:21.139Z] [echo] ===debug: on
[2026-02-17T22:59:21.139Z] [echo] ===destdir: C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests///..//jvmtest/functional/MBCS_Tests/urlclassloader
[2026-02-17T22:59:21.139Z] [javac] Compiling 2 source files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\urlclassloader\bin
[2026-02-17T22:59:22.456Z]
[2026-02-17T22:59:22.456Z] dist:
[2026-02-17T22:59:22.456Z] [jar] Building jar: C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\urlclassloader\urlclassloader.jar
[2026-02-17T22:59:22.456Z] [copy] Copying 9 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\urlclassloader
[2026-02-17T22:59:22.456Z] [copy] Copying 19 files to C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\jvmtest\functional\MBCS_Tests\urlclassloader\expected
[2026-02-17T22:59:22.456Z]
[2026-02-17T22:59:22.456Z] clean:
[2026-02-17T22:59:22.456Z] [delete] Deleting directory C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\urlclassloader\bin
[2026-02-17T22:59:22.456Z]
[2026-02-17T22:59:22.456Z] BUILD SUCCESSFUL
[2026-02-17T22:59:22.456Z] Total time: 21 seconds
[2026-02-17T22:59:22.456Z] 0
[2026-02-17T22:59:22.456Z]
[2026-02-17T22:59:22.808Z]
[2026-02-17T22:59:22.808Z] RECORD TEST REPOs SHA
[2026-02-17T22:59:22.808Z] cd "C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests//TKG/scripts"; \
[2026-02-17T22:59:22.808Z] bash "getSHAs.sh" --test_root_dir "C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/" --shas_file "C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests//TKG/SHAs.txt"
[2026-02-17T22:59:22.808Z] Check shas in C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/ and store the info in C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests//TKG/SHAs.txt
[2026-02-17T22:59:22.808Z] touch C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests//TKG/SHAs.txt
[2026-02-17T22:59:23.156Z] ================================================
[2026-02-17T22:59:23.156Z] timestamp: 20260217-225922
[2026-02-17T22:59:23.156Z] repo dir: C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests
[2026-02-17T22:59:23.156Z] git repo:
[2026-02-17T22:59:23.156Z] Fetch URL: https://github.com/adoptium/aqa-tests.git
[2026-02-17T22:59:23.156Z] sha:
[2026-02-17T22:59:23.156Z] 6ae53a7631d2a6681514f8dbc46b7c9b7747794e
[2026-02-17T22:59:23.504Z] ================================================
[2026-02-17T22:59:23.504Z] timestamp: 20260217-225923
[2026-02-17T22:59:23.504Z] repo dir: C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/openj9
[2026-02-17T22:59:23.504Z] git repo:
[2026-02-17T22:59:23.504Z] Fetch URL: https://github.com/eclipse-openj9/openj9.git
[2026-02-17T22:59:23.504Z] sha:
[2026-02-17T22:59:23.504Z] a05fd34574ca174e01d86446034d820b7ce8678b
[2026-02-17T22:59:23.504Z] ================================================
[2026-02-17T22:59:23.504Z] timestamp: 20260217-225923
[2026-02-17T22:59:23.504Z] repo dir: C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG
[2026-02-17T22:59:23.504Z] git repo:
[2026-02-17T22:59:23.504Z] Fetch URL: https://github.com/adoptium/TKG.git
[2026-02-17T22:59:23.504Z] sha:
[2026-02-17T22:59:23.504Z] d8a5e7b9cec170af57c956a21372271dee7f8dfe
[2026-02-17T22:59:23.839Z] make[1]: Leaving directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG'
[2026-02-17T22:59:23.839Z] make -f makeGen.mk AUTO_DETECT=true MODE=tests TESTTARGET=special.functional TESTLIST=
[2026-02-17T22:59:23.839Z] make[1]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG'
[2026-02-17T22:59:23.839Z] perl scripts/configure.pl
[2026-02-17T22:59:23.839Z] c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image/bin/java -cp "./bin/TestKitGen.jar;C:/jenkins/externalDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=tests --spec=win_x86-64 --microArch="" --osLabel="" --jdkVersion=8 --impl=hotspot --vendor="temurin" --buildList=functional --iterations=1 --aotIterations= --testFlag= --testTarget=special.functional --testList= --numOfMachines= --testTime=120 --TRSSURL=
[2026-02-17T22:59:24.216Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2026-02-17T22:59:24.216Z]
[2026-02-17T22:59:24.216Z] Starting to generate test make files.
[2026-02-17T22:59:24.216Z]
[2026-02-17T22:59:24.659Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\CacheManagement\playlist.xml
[2026-02-17T22:59:24.659Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\bootstrapMethodArgumentTest\playlist.xml
[2026-02-17T22:59:24.659Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\bootStrapStaticVerify\playlist.xml
[2026-02-17T22:59:24.659Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\callsitedbgddrext\playlist.xml
[2026-02-17T22:59:24.659Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\CDSAdaptorTest\playlist.xml
[2026-02-17T22:59:24.659Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\classesdbgddrext\playlist.xml
[2026-02-17T22:59:24.659Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\classLoaderTest\playlist.xml
[2026-02-17T22:59:24.659Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\cmdlinetestertests\playlist.xml
[2026-02-17T22:59:24.659Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\cmdLineTest_J9tests\playlist.xml
[2026-02-17T22:59:24.659Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\criu\playlist.xml
[2026-02-17T22:59:24.659Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\defaultLazySymbolResolution\playlist.xml
[2026-02-17T22:59:24.659Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\doProtectedAccessCheck\playlist.xml
[2026-02-17T22:59:24.659Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\dscr\playlist.xml
[2026-02-17T22:59:24.659Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\dumpromtests\playlist.xml
[2026-02-17T22:59:24.659Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\fastClassHashTable\playlist.xml
[2026-02-17T22:59:24.659Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\fips\playlist.xml
[2026-02-17T22:59:24.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\forceLazySymbolResolution\playlist.xml
[2026-02-17T22:59:24.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\gcCheck\playlist.xml
[2026-02-17T22:59:24.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\gcRegressionTests\playlist.xml
[2026-02-17T22:59:24.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\gcsuballoctests\playlist.xml
[2026-02-17T22:59:24.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\getCallerClassTests\playlist.xml
[2026-02-17T22:59:24.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\gptest\playlist.xml
[2026-02-17T22:59:24.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\gputests\playlist.xml
[2026-02-17T22:59:24.660Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\hangTest\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\ignoreUnrecognizedVMOptions\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\imageReaderInitializationTest\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\J9security\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\javaAssertions\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\jep178staticLinkingTest\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\jfr\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\jimageinterface\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\jit\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\jitserver\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\jrvTest\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\jvmtitests\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\jython\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\lazyClassLoadingTest\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\libpathTest\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\loadLibraryTest\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\locales\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\lockWordAlignment\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\loopReduction\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\modularityddrtests\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\openssl\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\pageAlignDirectMemory\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\pltest\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\proxyFieldAccess\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\reflectCache\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\runtimemxbeanTests\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\BadStackMap\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\DataHelperTests\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\ListAllCachesTests\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\SCCMLTests\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\SCCommandLineOptionTests\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\SCHelperCompatTests\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\ShareClassesSimpleSanity\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\StorageKey\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\StoreFilterTests\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shareClassTests\URLHelperTests\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\shrcdbgddrext\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\sigabrtHandlingTest\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\sigxfszHandlingTest\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\softmxCmdOptTest\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\stackSizeInfoTest\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\SystemPropertiesTest\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\URLClassLoaderTests\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\ValueBasedClassTest\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\valuetypeddrtests\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\verbosetest\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\verboseVerification\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\vmRuntimeState\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\xcheckjni\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\xlogTests\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\xlpCMLTests\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\xtraceTests\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\cmdLineTests\xxargtest\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\DDR_Test\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\HealthCenter\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\IllegalAccessError_for_protected_method\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java10andUp\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java11andUp\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java12andUp\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java14andUp\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java15andUp\playlist.xml
[2026-02-17T22:59:25.447Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java16andUp\playlist.xml
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java17andUp\playlist.xml
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java21andUp\playlist.xml
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java21Only\playlist.xml
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java22andUp\playlist.xml
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java8andUp\playlist.xml
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Java9andUp\playlist.xml
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\JavaAgentTest\playlist.xml
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\JIT_Test\playlist.xml
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\JLM_Tests\playlist.xml
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Jsr292\playlist.xml
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Jsr335\playlist.xml
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Jsr335_interfaceStaticMethod\playlist.xml
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\annotation\playlist.xml
[2026-02-17T22:59:26.095Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG/../functional/MBCS_Tests/annotation/autoGen.mk
[2026-02-17T22:59:26.095Z]
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\charsets\playlist.xml
[2026-02-17T22:59:26.095Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG/../functional/MBCS_Tests/charsets/autoGen.mk
[2026-02-17T22:59:26.095Z]
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\CLDR_11\playlist.xml
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\codepage\playlist.xml
[2026-02-17T22:59:26.095Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG/../functional/MBCS_Tests/codepage/autoGen.mk
[2026-02-17T22:59:26.095Z]
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\codepoint\playlist.xml
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\coin\playlist.xml
[2026-02-17T22:59:26.095Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG/../functional/MBCS_Tests/coin/autoGen.mk
[2026-02-17T22:59:26.095Z]
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\compact_number_format\playlist.xml
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\Compiler\playlist.xml
[2026-02-17T22:59:26.095Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG/../functional/MBCS_Tests/Compiler/autoGen.mk
[2026-02-17T22:59:26.095Z]
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\datetime\playlist.xml
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\env\playlist.xml
[2026-02-17T22:59:26.095Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG/../functional/MBCS_Tests/env/autoGen.mk
[2026-02-17T22:59:26.095Z]
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\file\playlist.xml
[2026-02-17T22:59:26.095Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG/../functional/MBCS_Tests/file/autoGen.mk
[2026-02-17T22:59:26.095Z]
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\formatter\playlist.xml
[2026-02-17T22:59:26.095Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\i18n\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\IDN\playlist.xml
[2026-02-17T22:59:26.096Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG/../functional/MBCS_Tests/IDN/autoGen.mk
[2026-02-17T22:59:26.096Z]
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\jaxp14\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\jdbc41\playlist.xml
[2026-02-17T22:59:26.096Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG/../functional/MBCS_Tests/jdbc41/autoGen.mk
[2026-02-17T22:59:26.096Z]
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\language_tag\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\locale_matching\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\new_jp_era\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\nio\playlist.xml
[2026-02-17T22:59:26.096Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG/../functional/MBCS_Tests/nio/autoGen.mk
[2026-02-17T22:59:26.096Z]
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\pattern_matching_instanceof\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\pref\playlist.xml
[2026-02-17T22:59:26.096Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG/../functional/MBCS_Tests/pref/autoGen.mk
[2026-02-17T22:59:26.096Z]
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\property_utf8\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\record\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\regex\playlist.xml
[2026-02-17T22:59:26.096Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG/../functional/MBCS_Tests/regex/autoGen.mk
[2026-02-17T22:59:26.096Z]
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\scanner\playlist.xml
[2026-02-17T22:59:26.096Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG/../functional/MBCS_Tests/scanner/autoGen.mk
[2026-02-17T22:59:26.096Z]
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\sealed_classes\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\StAX\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\switch_expressions\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\text_blocks\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\unicode\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MBCS_Tests\urlclassloader\playlist.xml
[2026-02-17T22:59:26.096Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG/../functional/MBCS_Tests/urlclassloader/autoGen.mk
[2026-02-17T22:59:26.096Z]
[2026-02-17T22:59:26.096Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG/../functional/MBCS_Tests/autoGen.mk
[2026-02-17T22:59:26.096Z]
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\MockitoTests\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\NativeTest\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\OpenJ9_Jsr_292_API\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\OpenJcePlusTests\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\RasapiTest\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\security\AQAvit\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\security\Crypto\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\security\ssl-tests\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\SharedCPEntryInvokerTests\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\SyntheticGCWorkload\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\TestExample\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\testHeadlessComponents\playlist.xml
[2026-02-17T22:59:26.096Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\UnsafeTest\playlist.xml
[2026-02-17T22:59:26.426Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\Valhalla\playlist.xml
[2026-02-17T22:59:26.426Z] Parsing C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG\..\functional\VM_Test\playlist.xml
[2026-02-17T22:59:26.426Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG/../functional/autoGen.mk
[2026-02-17T22:59:26.426Z]
[2026-02-17T22:59:26.426Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG/../autoGen.mk
[2026-02-17T22:59:26.426Z]
[2026-02-17T22:59:26.426Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG/../TKG/utils.mk
[2026-02-17T22:59:26.426Z]
[2026-02-17T22:59:26.426Z] Generated C:\jenkins\workspace\Test_openjdk8_hs_special.functional_x86-64_windows\aqa-tests\TKG/../TKG/rerun.mk
[2026-02-17T22:59:26.426Z]
[2026-02-17T22:59:26.426Z] Make files are generated successfully.
[2026-02-17T22:59:26.426Z]
[2026-02-17T22:59:26.426Z] make[1]: Leaving directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG'
[2026-02-17T22:59:26.426Z] make -f runtest.mk _special.functional
[2026-02-17T22:59:26.426Z] make[1]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/TKG'
[2026-02-17T22:59:26.759Z]
[2026-02-17T22:59:26.759Z] Running make 4.4.1
[2026-02-17T22:59:26.759Z] set TEST_ROOT to C:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/
[2026-02-17T22:59:26.759Z] set JDK_VERSION to 8
[2026-02-17T22:59:26.759Z] set JDK_IMPL to hotspot
[2026-02-17T22:59:27.109Z] set JVM_VERSION to openjdk8
[2026-02-17T22:59:27.109Z] set JCL_VERSION to latest
[2026-02-17T22:59:27.109Z] JAVA_HOME was originally set to C:\Program Files\Java\jdk8u392-b08
[2026-02-17T22:59:27.109Z] set JAVA_HOME to c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image
[2026-02-17T22:59:27.109Z] set SPEC to win_x86-64
[2026-02-17T22:59:27.109Z] set TEST_FLAG to
[2026-02-17T22:59:27.109Z] Running special.functional ...
[2026-02-17T22:59:27.109Z] There are 170 test targets in special.functional
[2026-02-17T22:59:27.109Z] "c:/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/jdkbinary/j2sdk-image\\bin\\java" -version
[2026-02-17T22:59:27.460Z] openjdk version "1.8.0_492-beta"
[2026-02-17T22:59:27.460Z] OpenJDK Runtime Environment (Temurin)(build 1.8.0_492-beta-202602172106-b03)
[2026-02-17T22:59:27.460Z] OpenJDK 64-Bit Server VM (Temurin)(build 25.492-b03, mixed mode)
[2026-02-17T22:59:27.460Z] make[2]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests'
[2026-02-17T22:59:27.460Z] make[3]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/functional'
[2026-02-17T22:59:27.790Z] make[4]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/functional/MBCS_Tests'
[2026-02-17T22:59:27.790Z] make[5]: Entering directory '/cygdrive/c/jenkins/workspace/Test_openjdk8_hs_special.functional_x86-64_windows/aqa-tests/functional/MBCS_Tests/annotation'
[2026-02-17T22:59:28.123Z]
[2026-02-17T22:59:28.123Z] ===============================================