Pre Test
Started by upstream project "build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin" build number 567
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
Obtained buildenv/jenkins/openjdk_tests from git https://github.com/adoptium/aqa-tests.git
[Pipeline] Start of Pipeline
[Pipeline] timestamps
[Pipeline] {
[Pipeline] echo
[2026-02-17T21:32:46.389Z] SPEC: linux_x86-64
[Pipeline] echo
[2026-02-17T21:32:46.390Z] Specified LABEL: ci.role.test&&hw.arch.x86&&sw.os.linux
[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-17T21:32:46.406Z] dynamicAgents: [azure, fyre, EBC]
[Pipeline] echo
[2026-02-17T21:32:46.407Z] Provisioning LABEL: ci.role.test&&hw.arch.x86&&sw.os.linux
[Pipeline] nodesByLabel
[2026-02-17T21:32:46.412Z] Found a total of 17 nodes with the 'ci.role.test&&hw.arch.x86&&sw.os.linux' label
[Pipeline] node
[2026-02-17T21:32:46.421Z] Running on test-ibmcloud-rhel7-x64-1 in /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests
[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-17T21:32:46.435Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] cleanWs
[2026-02-17T21:32:46.672Z] [WS-CLEANUP] Deleting project workspace...
[2026-02-17T21:32:46.672Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2026-02-17T21:32:46.783Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // timeout
[Pipeline] checkout
[2026-02-17T21:32:46.944Z] The recommended git tool is: git
[2026-02-17T21:32:47.169Z] No credentials specified
[2026-02-17T21:32:47.276Z] Cloning the remote Git repository
[2026-02-17T21:31:24.312Z] Cloning repository https://github.com/adoptium/aqa-tests.git
[2026-02-17T21:31:24.312Z] > git init /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests # timeout=10
[2026-02-17T21:31:24.331Z] [WARNING] Reference path does not exist: /home/jenkins/openjdk_cache
[2026-02-17T21:31:24.332Z] Fetching upstream changes from https://github.com/adoptium/aqa-tests.git
[2026-02-17T21:31:24.332Z] > git --version # timeout=10
[2026-02-17T21:31:24.338Z] > git --version # 'git version 2.15.0'
[2026-02-17T21:31:24.338Z] > git fetch --tags --progress -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=10
[2026-02-17T21:32:50.987Z] Avoid second fetch
[2026-02-17T21:32:51.105Z] Checking out Revision 6ae53a7631d2a6681514f8dbc46b7c9b7747794e (origin/master)
[2026-02-17T21:31:27.679Z] > git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10
[2026-02-17T21:31:27.688Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
[2026-02-17T21:31:27.913Z] > git rev-parse origin/master^{commit} # timeout=10
[2026-02-17T21:31:28.031Z] > git config core.sparsecheckout # timeout=10
[2026-02-17T21:31:28.040Z] > git checkout -f 6ae53a7631d2a6681514f8dbc46b7c9b7747794e # timeout=10
[2026-02-17T21:32:52.379Z] Commit message: "Restore Double/Float128VectorTests on x64 jdk21+ OpenJ9 (#6900)"
[2026-02-17T21:31:29.305Z] > git rev-list --no-walk 8e74a53d3981291aa7e506f53aa7671170b8df1a # timeout=10
[Pipeline] }
[Pipeline] // retry
[Pipeline] load
[Pipeline] { (/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/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-17T21:32:54.089Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] echo
[2026-02-17T21:32:54.109Z] runMulticastCmd: false
[Pipeline] stage
[Pipeline] { (Setup)
[Pipeline] sh
[2026-02-17T21:32:55.501Z] + LC_TIME=C
[2026-02-17T21:32:55.501Z] + date '+%a, %d %b %Y %T %z'
[Pipeline] echo
[2026-02-17T21:32:56.015Z] PROCESSCATCH: Terminating any hung/left over test processes:
[Pipeline] sh
[2026-02-17T21:32:57.238Z] + aqa-tests/terminateTestProcesses.sh jenkins
[2026-02-17T21:32:57.238Z] Unix type machine..
[2026-02-17T21:32:57.238Z] Running on a Linux host
[2026-02-17T21:32:57.238Z] 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-17T21:32:59.545Z] + printenv
[2026-02-17T21:32:59.545Z] DYNAMIC_COMPILE=true
[2026-02-17T21:32:59.545Z] JENKINS_NODE_COOKIE=4827f245-f5f0-4a58-ba7d-7dbbe4f4376f
[2026-02-17T21:32:59.545Z] OPENJ9_BRANCH=master
[2026-02-17T21:32:59.545Z] XDG_SESSION_ID=14644
[2026-02-17T21:32:59.545Z] BUILD_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-linux-x64-temurin_SmokeTests/366/
[2026-02-17T21:32:59.545Z] DOCKER_REQUIRED=false
[2026-02-17T21:32:59.545Z] PARALLEL=None
[2026-02-17T21:32:59.545Z] SHELL=/bin/bash
[2026-02-17T21:32:59.545Z] HUDSON_SERVER_COOKIE=2d832652af5afba8
[2026-02-17T21:32:59.545Z] jobStatus=SUCCESS
[2026-02-17T21:32:59.545Z] JOBSTARTTIME=Tue, 17 Feb 2026 15:31:31 -0600
[2026-02-17T21:32:59.545Z] STAGE_NAME=Setup
[2026-02-17T21:32:59.545Z] SSH_CLIENT=78.47.239.97 46386 22
[2026-02-17T21:32:59.545Z] BUILD_TAG=jenkins-build-scripts-jobs-jdk8u-jdk8u-linux-x64-temurin_SmokeTests-366
[2026-02-17T21:32:59.545Z] SDK_RESOURCE=upstream
[2026-02-17T21:32:59.545Z] TIME_LIMIT=1
[2026-02-17T21:32:59.545Z] NUM_PROCESSORS=4
[2026-02-17T21:32:59.545Z] EXTERNAL_TEST_CMD=mvn clean install
[2026-02-17T21:32:59.545Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
[2026-02-17T21:32:59.545Z] JOB_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-linux-x64-temurin_SmokeTests/
[2026-02-17T21:32:59.545Z] VENDOR_TEST_REPOS=https://github.com/adoptium/temurin-build
[2026-02-17T21:32:59.545Z] WORKSPACE=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests
[2026-02-17T21:32:59.545Z] RUN_CHANGES_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-linux-x64-temurin_SmokeTests/366/display/redirect?page=changes
[2026-02-17T21:32:59.545Z] ACTIVE_NODE_TIMEOUT=5
[2026-02-17T21:32:59.545Z] USER=jenkins
[2026-02-17T21:32:59.545Z] ADOPTOPENJDK_BRANCH=master
[2026-02-17T21:32:59.545Z] OPENJCEPLUS_GIT_BRANCH=semeru-java8
[2026-02-17T21:32:59.545Z] ARCHIVE_TEST_RESULTS=false
[2026-02-17T21:32:59.545Z] UPSTREAM_JOB_NAME=build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin
[2026-02-17T21:32:59.545Z] STF_OWNER_BRANCH=adoptium:master
[2026-02-17T21:32:59.545Z] LIGHT_WEIGHT_CHECKOUT=true
[2026-02-17T21:32:59.545Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-linux-x64-temurin_SmokeTests/366/display/redirect?page=artifacts
[2026-02-17T21:32:59.545Z] ORIGIN_JDK_VERSION=8
[2026-02-17T21:32:59.545Z] TKG_OWNER_BRANCH=adoptium:master
[2026-02-17T21:32:59.545Z] PERSONAL_BUILD=false
[2026-02-17T21:32:59.545Z] SPEC=linux_x86-64
[2026-02-17T21:32:59.545Z] TKG_ITERATIONS=1
[2026-02-17T21:32:59.545Z] JENKINS_HOME=/home/jenkins/.jenkins
[2026-02-17T21:32:59.545Z] ITERATIONS=1
[2026-02-17T21:32:59.545Z] PATH=/usr/local/bin:/usr/bin
[2026-02-17T21:32:59.545Z] KEEP_REPORTDIR=false
[2026-02-17T21:32:59.545Z] MAIL=/var/mail/jenkins
[2026-02-17T21:32:59.545Z] LIB_DIR=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib
[2026-02-17T21:32:59.545Z] RUN_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-linux-x64-temurin_SmokeTests/366/display/redirect
[2026-02-17T21:32:59.545Z] _=/usr/bin/printenv
[2026-02-17T21:32:59.545Z] GENERATE_JOBS=false
[2026-02-17T21:32:59.545Z] PWD=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests
[2026-02-17T21:32:59.545Z] EXIT_FAILURE=false
[2026-02-17T21:32:59.545Z] HUDSON_URL=https://ci.adoptium.net/
[2026-02-17T21:32:59.545Z] VENDOR_TEST_DIRS=/test/functional
[2026-02-17T21:32:59.545Z] OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse:master
[2026-02-17T21:32:59.545Z] JDK_VERSION=8
[2026-02-17T21:32:59.545Z] LANG=en_US.UTF-8
[2026-02-17T21:32:59.545Z] JOB_NAME=build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests
[2026-02-17T21:32:59.545Z] BUILD_DISPLAY_NAME=#366
[2026-02-17T21:32:59.545Z] USE_TESTENV_PROPERTIES=false
[2026-02-17T21:32:59.545Z] JENKINS_URL=https://ci.adoptium.net/
[2026-02-17T21:32:59.545Z] EXIT_SUCCESS=false
[2026-02-17T21:32:59.545Z] BUILD_ID=366
[2026-02-17T21:32:59.545Z] PLATFORM=x86-64_linux
[2026-02-17T21:32:59.545Z] JDK_IMPL=hotspot
[2026-02-17T21:32:59.545Z] JOB_BASE_NAME=jdk8u-linux-x64-temurin_SmokeTests
[2026-02-17T21:32:59.545Z] RUN_TESTS_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-linux-x64-temurin_SmokeTests/366/display/redirect?page=tests
[2026-02-17T21:32:59.545Z] SHLVL=3
[2026-02-17T21:32:59.545Z] AUTO_DETECT=true
[2026-02-17T21:32:59.545Z] HOME=/home/jenkins
[2026-02-17T21:32:59.545Z] TAP_NAME=build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests.tap
[2026-02-17T21:32:59.545Z] CI=true
[2026-02-17T21:32:59.545Z] WORKSPACE_TMP=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests@tmp
[2026-02-17T21:32:59.545Z] EXECUTOR_NUMBER=0
[2026-02-17T21:32:59.545Z] JENKINS_SERVER_COOKIE=durable-e4df8cbb39488f016aee9a224f5ee5e20f412d4a56b4064a64f55309b83dfa9c
[2026-02-17T21:32:59.545Z] NODE_LABELS=ci.role.test test-ibmcloud-rhel7-x64-1 linux x64 rhel repro_no_attest sw.os.linux sw.tool.docker ci.role.perf hw.arch.x86 rhel7
[2026-02-17T21:32:59.545Z] TARGET=extended.functional
[2026-02-17T21:32:59.545Z] LOGNAME=jenkins
[2026-02-17T21:32:59.545Z] SYSTEM_LIB_DIR=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/../../../../../externalDependency/system_lib
[2026-02-17T21:32:59.545Z] BUILD_LIST=functional/buildAndPackage
[2026-02-17T21:32:59.545Z] EXTERNAL_CUSTOM_BRANCH=master
[2026-02-17T21:32:59.545Z] ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium:master
[2026-02-17T21:32:59.545Z] HUDSON_HOME=/home/jenkins/.jenkins
[2026-02-17T21:32:59.545Z] SSH_CONNECTION=78.47.239.97 46386 169.48.4.136 22
[2026-02-17T21:32:59.545Z] UPSTREAM_JOB_NUMBER=567
[2026-02-17T21:32:59.545Z] NODE_NAME=test-ibmcloud-rhel7-x64-1
[2026-02-17T21:32:59.545Z] LESSOPEN=||/usr/bin/lesspipe.sh %s
[2026-02-17T21:32:59.545Z] JOB_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-linux-x64-temurin_SmokeTests/display/redirect
[2026-02-17T21:32:59.545Z] BUILD_NUMBER=366
[2026-02-17T21:32:59.545Z] KEEP_WORKSPACE=false
[2026-02-17T21:32:59.545Z] HUDSON_COOKIE=d2e9c720-3f20-46a2-a601-789bb04ac4b0
[2026-02-17T21:32:59.545Z] XDG_RUNTIME_DIR=/run/user/1000
[2026-02-17T21:32:59.545Z] VENDOR_TEST_BRANCHES=master
[2026-02-17T21:32:59.545Z] PERF_ROOT=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/../../benchmarks
[2026-02-17T21:32:59.545Z] USE_JRE=false
[2026-02-17T21:32:59.545Z] TEST_JDK_HOME=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image
[2026-02-17T21:32:59.545Z] ADOPTOPENJDK_REPO=https://github.com/adoptium/aqa-tests.git
[2026-02-17T21:32:59.545Z] OPENJCEPLUS_GIT_REPO=https://github.com/ibmruntimes/OpenJCEPlus.git
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-17T21:32:59.871Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] dir
[2026-02-17T21:32:59.887Z] Running in /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/jdkbinary
[Pipeline] {
[Pipeline] copyArtifacts
[2026-02-17T21:33:48.177Z] Copied 6 artifacts from "build-scripts » jobs » jdk8u » jdk8u-linux-x64-temurin" build number 567
[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 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_BRANCHES (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_DIRS (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_SHAS (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] echo
[2026-02-17T21:33:48.398Z] 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-17T21:33:48.404Z] Running in /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests
[Pipeline] {
[Pipeline] sshagent
[2026-02-17T21:32:25.344Z] $ ssh-agent
[2026-02-17T21:33:48.961Z] SSH_AUTH_SOCK=/tmp/ssh-wzqgRt1ngiKR/agent.21277
[2026-02-17T21:33:48.961Z] SSH_AGENT_PID=21279
[2026-02-17T21:33:48.961Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
[2026-02-17T21:33:48.980Z] Running in /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests
[Pipeline] {
[Pipeline] sh
[2026-02-17T21:33:50.214Z] ++ pwd
[2026-02-17T21:33:50.215Z] + ./get.sh -s /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/.. -p x86-64_linux -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 --vendor_repos https://github.com/adoptium/temurin-build --vendor_branches master --vendor_dirs /test/functional
[2026-02-17T21:33:50.215Z] TESTDIR: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests
[2026-02-17T21:33:50.215Z] get jdk binary...
[2026-02-17T21:33:50.215Z] --sdkdir is set to upstream. Therefore, skip download jdk binary
[2026-02-17T21:33:50.215Z] Uncompressing file: OpenJDK8U-jdk-sources_8u492b03-ea.tar.gz ...
[2026-02-17T21:33:56.390Z] List files in jdkbinary folder...
[2026-02-17T21:33:56.390Z] total 389116
[2026-02-17T21:33:56.390Z] -rw-r--r--. 1 jenkins jenkins 158419059 Feb 17 15:26 OpenJDK8U-debugimage_x64_linux_hotspot_8u492b03-ea.tar.gz
[2026-02-17T21:33:56.390Z] -rw-r--r--. 1 jenkins jenkins 94173428 Feb 17 15:08 OpenJDK8U-jdk-sources_8u492b03-ea.tar.gz
[2026-02-17T21:33:56.390Z] -rw-r--r--. 1 jenkins jenkins 103501873 Feb 17 15:27 OpenJDK8U-jdk_x64_linux_hotspot_8u492b03-ea.tar.gz
[2026-02-17T21:33:56.390Z] -rw-r--r--. 1 jenkins jenkins 41825372 Feb 17 15:26 OpenJDK8U-jre_x64_linux_hotspot_8u492b03-ea.tar.gz
[2026-02-17T21:33:56.390Z] -rw-r--r--. 1 jenkins jenkins 79913 Feb 17 15:31 OpenJDK8U-sbom_x64_linux_hotspot_8u492b03-ea.json
[2026-02-17T21:33:56.390Z] -rw-rw-r--. 1 jenkins jenkins 21284 Feb 17 15:30 OpenJDK8U-sbom_x64_linux_hotspot_8u492b03-ea-metadata.json
[2026-02-17T21:33:56.390Z] drwxrwxr-x. 3 jenkins jenkins 4096 Feb 17 15:32 tmp
[2026-02-17T21:33:56.390Z] List files in jdkbinary/tmp folder...
[2026-02-17T21:33:56.390Z] total 4
[2026-02-17T21:33:56.390Z] drwxr-xr-x. 15 jenkins jenkins 4096 Feb 17 15:07 jdk8u492-b03-src
[2026-02-17T21:33:56.390Z] Moving directory jdk8u492-b03-src/ to ../source-image
[2026-02-17T21:33:56.390Z] Uncompressing file: OpenJDK8U-jdk_x64_linux_hotspot_8u492b03-ea.tar.gz ...
[2026-02-17T21:33:57.062Z] List files in jdkbinary folder...
[2026-02-17T21:33:57.062Z] total 389120
[2026-02-17T21:33:57.062Z] -rw-r--r--. 1 jenkins jenkins 158419059 Feb 17 15:26 OpenJDK8U-debugimage_x64_linux_hotspot_8u492b03-ea.tar.gz
[2026-02-17T21:33:57.062Z] -rw-r--r--. 1 jenkins jenkins 94173428 Feb 17 15:08 OpenJDK8U-jdk-sources_8u492b03-ea.tar.gz
[2026-02-17T21:33:57.062Z] -rw-r--r--. 1 jenkins jenkins 103501873 Feb 17 15:27 OpenJDK8U-jdk_x64_linux_hotspot_8u492b03-ea.tar.gz
[2026-02-17T21:33:57.062Z] -rw-r--r--. 1 jenkins jenkins 41825372 Feb 17 15:26 OpenJDK8U-jre_x64_linux_hotspot_8u492b03-ea.tar.gz
[2026-02-17T21:33:57.062Z] -rw-r--r--. 1 jenkins jenkins 79913 Feb 17 15:31 OpenJDK8U-sbom_x64_linux_hotspot_8u492b03-ea.json
[2026-02-17T21:33:57.062Z] -rw-rw-r--. 1 jenkins jenkins 21284 Feb 17 15:30 OpenJDK8U-sbom_x64_linux_hotspot_8u492b03-ea-metadata.json
[2026-02-17T21:33:57.062Z] drwxr-xr-x. 15 jenkins jenkins 4096 Feb 17 15:07 source-image
[2026-02-17T21:33:57.062Z] drwxrwxr-x. 3 jenkins jenkins 4096 Feb 17 15:32 tmp
[2026-02-17T21:33:57.062Z] List files in jdkbinary/tmp folder...
[2026-02-17T21:33:57.062Z] total 4
[2026-02-17T21:33:57.062Z] drwxr-xr-x. 8 jenkins jenkins 4096 Feb 17 15:26 jdk8u492-b03
[2026-02-17T21:33:57.062Z] Moving directory jdk8u492-b03/ to ../j2sdk-image
[2026-02-17T21:33:57.062Z] Uncompressing file: OpenJDK8U-jre_x64_linux_hotspot_8u492b03-ea.tar.gz ...
[2026-02-17T21:33:58.455Z] List files in jdkbinary folder...
[2026-02-17T21:33:58.455Z] total 389124
[2026-02-17T21:33:58.455Z] drwxr-xr-x. 8 jenkins jenkins 4096 Feb 17 15:26 j2sdk-image
[2026-02-17T21:33:58.455Z] -rw-r--r--. 1 jenkins jenkins 158419059 Feb 17 15:26 OpenJDK8U-debugimage_x64_linux_hotspot_8u492b03-ea.tar.gz
[2026-02-17T21:33:58.455Z] -rw-r--r--. 1 jenkins jenkins 94173428 Feb 17 15:08 OpenJDK8U-jdk-sources_8u492b03-ea.tar.gz
[2026-02-17T21:33:58.455Z] -rw-r--r--. 1 jenkins jenkins 103501873 Feb 17 15:27 OpenJDK8U-jdk_x64_linux_hotspot_8u492b03-ea.tar.gz
[2026-02-17T21:33:58.455Z] -rw-r--r--. 1 jenkins jenkins 41825372 Feb 17 15:26 OpenJDK8U-jre_x64_linux_hotspot_8u492b03-ea.tar.gz
[2026-02-17T21:33:58.455Z] -rw-r--r--. 1 jenkins jenkins 79913 Feb 17 15:31 OpenJDK8U-sbom_x64_linux_hotspot_8u492b03-ea.json
[2026-02-17T21:33:58.455Z] -rw-rw-r--. 1 jenkins jenkins 21284 Feb 17 15:30 OpenJDK8U-sbom_x64_linux_hotspot_8u492b03-ea-metadata.json
[2026-02-17T21:33:58.455Z] drwxr-xr-x. 15 jenkins jenkins 4096 Feb 17 15:07 source-image
[2026-02-17T21:33:58.455Z] drwxrwxr-x. 3 jenkins jenkins 4096 Feb 17 15:32 tmp
[2026-02-17T21:33:58.455Z] List files in jdkbinary/tmp folder...
[2026-02-17T21:33:58.455Z] total 4
[2026-02-17T21:33:58.455Z] drwxr-xr-x. 5 jenkins jenkins 4096 Feb 17 15:26 jdk8u492-b03-jre
[2026-02-17T21:33:58.455Z] Moving directory jdk8u492-b03-jre/ to ../j2re-image
[2026-02-17T21:33:58.455Z] Uncompressing OpenJDK8U-debugimage_x64_linux_hotspot_8u492b03-ea.tar.gz over ./j2sdk-image/jre...
[2026-02-17T21:34:01.578Z] Removing top-level folder jdk8u492-b03-debug-image/
[2026-02-17T21:34:01.578Z] Removing top-level folder jdk8u492-b03/
[2026-02-17T21:34:03.761Z] Run /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image/bin/java -version
[2026-02-17T21:34:03.761Z] =JAVA VERSION OUTPUT BEGIN=
[2026-02-17T21:34:03.761Z] openjdk version "1.8.0_492-beta"
[2026-02-17T21:34:03.761Z] OpenJDK Runtime Environment (Temurin)(build 1.8.0_492-beta-202602172107-b03)
[2026-02-17T21:34:03.761Z] OpenJDK 64-Bit Server VM (Temurin)(build 25.492-b03, mixed mode)
[2026-02-17T21:34:03.761Z] =JAVA VERSION OUTPUT END=
[2026-02-17T21:34:03.761Z] =RELEASE INFO BEGIN=
[2026-02-17T21:34:03.761Z] JAVA_VERSION="1.8.0_492"
[2026-02-17T21:34:03.761Z] OS_NAME="Linux"
[2026-02-17T21:34:03.761Z] OS_VERSION="2.6"
[2026-02-17T21:34:03.761Z] OS_ARCH="amd64"
[2026-02-17T21:34:03.761Z] SOURCE=".:git:42033a331a3c+"
[2026-02-17T21:34:03.761Z] IMPLEMENTOR="Eclipse Adoptium"
[2026-02-17T21:34:03.761Z] BUILD_SOURCE="git:e96bbeac79b072cebb4fb1a6123e60383fd5bbce"
[2026-02-17T21:34:03.761Z] BUILD_SOURCE_REPO="https://github.com/adoptium/temurin-build.git"
[2026-02-17T21:34:03.761Z] SOURCE_REPO="https://github.com/adoptium/jdk8u.git"
[2026-02-17T21:34:03.761Z] FULL_VERSION="1.8.0_492-beta-202602172107-b03"
[2026-02-17T21:34:03.761Z] SEMANTIC_VERSION="8.0.492+3"
[2026-02-17T21:34:03.761Z] BUILD_INFO="OS: Linux Version: 6.8.0-1044-azure"
[2026-02-17T21:34:03.761Z] JVM_VARIANT="Hotspot"
[2026-02-17T21:34:03.761Z] JVM_VERSION="25.492-b03"
[2026-02-17T21:34:03.761Z] IMAGE_TYPE="JDK"
[2026-02-17T21:34:03.761Z] =RELEASE INFO END=
[2026-02-17T21:34:03.761Z] get testKitGen...
[2026-02-17T21:34:03.761Z] git clone -q https://github.com/adoptium/TKG.git
[2026-02-17T21:34:05.156Z] git rev-parse master
[2026-02-17T21:34:05.156Z] git checkout -q -f d8a5e7b9cec170af57c956a21372271dee7f8dfe
[2026-02-17T21:34:05.156Z] get functional test material...
[2026-02-17T21:34:05.156Z] git clone --depth 1 --reference-if-able /home/jenkins/openjdk_cache -b master https://github.com/eclipse-openj9/openj9.git
[2026-02-17T21:34:05.156Z] Cloning into 'openj9'...
[2026-02-17T21:34:05.156Z] info: Could not add alternate for '/home/jenkins/openjdk_cache': reference repository '/home/jenkins/openjdk_cache' is not a local repository.
[2026-02-17T21:34:12.652Z] check OpenJ9 Repo sha
[2026-02-17T21:34:12.652Z] /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/scripts/getTestenvProperties.sh --repo_dir /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/openj9 --output_file /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/testenv/testenv.properties --repo_name OPENJ9
[2026-02-17T21:34:12.652Z] Check sha in /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/openj9 and store the info in /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/testenv/testenv.properties
[2026-02-17T21:34:12.652Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
[2026-02-17T21:34:12.652Z] OPENJ9_SHA=4037fa4f50615ee12f722cd76a0ae3185a5349c0
[2026-02-17T21:34:12.652Z] total 128
[2026-02-17T21:34:12.652Z] drwxrwxr-x. 4 jenkins jenkins 4096 Feb 17 15:31 buildenv
[2026-02-17T21:34:12.652Z] -rwxrwxr-x. 1 jenkins jenkins 339 Feb 17 15:31 compile.sh
[2026-02-17T21:34:12.652Z] drwxrwxr-x. 3 jenkins jenkins 4096 Feb 17 15:31 config
[2026-02-17T21:34:12.652Z] -rw-rw-r--. 1 jenkins jenkins 6735 Feb 17 15:31 Contributing.md
[2026-02-17T21:34:12.652Z] drwxrwxr-x. 5 jenkins jenkins 4096 Feb 17 15:31 docs
[2026-02-17T21:34:12.652Z] drwxrwxr-x. 34 jenkins jenkins 4096 Feb 17 15:31 external
[2026-02-17T21:34:12.652Z] drwxrwxr-x. 8 jenkins jenkins 4096 Feb 17 15:31 functional
[2026-02-17T21:34:12.652Z] -rwxrwxr-x. 1 jenkins jenkins 30011 Feb 17 15:31 get.sh
[2026-02-17T21:34:12.652Z] drwxrwxr-x. 20 jenkins jenkins 4096 Feb 17 15:31 jck
[2026-02-17T21:34:12.652Z] -rw-rw-r--. 1 jenkins jenkins 11360 Feb 17 15:31 LICENSE
[2026-02-17T21:34:12.652Z] -rw-rw-r--. 1 jenkins jenkins 65 Feb 17 15:31 NOTICE
[2026-02-17T21:34:12.652Z] drwxrwxr-x. 13 jenkins jenkins 4096 Feb 17 15:32 openj9
[2026-02-17T21:34:12.652Z] drwxrwxr-x. 3 jenkins jenkins 4096 Feb 17 15:31 openjdk
[2026-02-17T21:34:12.652Z] drwxrwxr-x. 9 jenkins jenkins 4096 Feb 17 15:31 perf
[2026-02-17T21:34:12.652Z] -rw-rw-r--. 1 jenkins jenkins 8350 Feb 17 15:31 README.md
[2026-02-17T21:34:12.652Z] drwxrwxr-x. 4 jenkins jenkins 4096 Feb 17 15:31 scripts
[2026-02-17T21:34:12.652Z] drwxrwxr-x. 13 jenkins jenkins 4096 Feb 17 15:31 system
[2026-02-17T21:34:12.652Z] -rwxrwxr-x. 1 jenkins jenkins 3928 Feb 17 15:31 terminateTestProcesses.sh
[2026-02-17T21:34:12.652Z] drwxrwxr-x. 2 jenkins jenkins 4096 Feb 17 15:31 testenv
[2026-02-17T21:34:12.652Z] drwxrwxr-x. 8 jenkins jenkins 4096 Feb 17 15:32 TKG
[2026-02-17T21:34:12.652Z] get vendor test material...
[2026-02-17T21:34:12.652Z] vendor repo is https://github.com/adoptium/temurin-build
[2026-02-17T21:34:12.652Z] git clone -b master https://github.com/adoptium/temurin-build vendor_0
[2026-02-17T21:34:13.325Z] check vendor repo sha
[2026-02-17T21:34:13.325Z] /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/scripts/getTestenvProperties.sh --repo_dir vendor_0 --output_file /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/testenv/testenv.properties --repo_name temurin-build
[2026-02-17T21:34:13.325Z] Check sha in vendor_0 and store the info in /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/testenv/testenv.properties
[2026-02-17T21:34:13.325Z] temurin-build_REPO=https://github.com/adoptium/temurin-build
[2026-02-17T21:34:13.325Z] temurin-build_BRANCH=e96bbeac79b072cebb4fb1a6123e60383fd5bbce
[2026-02-17T21:34:13.325Z] Stage vendor_0//test/functional to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests//test/functional
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[2026-02-17T21:32:50.600Z] $ ssh-agent -k
[2026-02-17T21:32:50.616Z] unset SSH_AUTH_SOCK;
[2026-02-17T21:32:50.616Z] unset SSH_AGENT_PID;
[2026-02-17T21:32:50.616Z] echo Agent pid 21279 killed;
[2026-02-17T21:34:14.214Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
[2026-02-17T21:34:14.584Z] Rerun in Grinder: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=extended.functional&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=5&VENDOR_TEST_DIRS=%2Ftest%2Ffunctional&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=x86-64_linux&GENERATE_JOBS=false&KEEP_REPORTDIR=false&PERSONAL_BUILD=false&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&LABEL=&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&JDK_VERSION=8&USER_CREDENTIALS_ID=&ITERATIONS=1&VENDOR_TEST_REPOS=https%3A%2F%2Fgithub.com%2Fadoptium%2Ftemurin-build&JDK_REPO=&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=master&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-linux-x64-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&JDK_IMPL=hotspot&TEST_TIME=&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=&DYNAMIC_COMPILE=true&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=&ARCHIVE_TEST_RESULTS=false&OPENJDK_SHA=&NUM_MACHINES=&TRSS_URL=&BUILD_LIST=functional%2FbuildAndPackage&USE_TESTENV_PROPERTIES=false&UPSTREAM_JOB_NUMBER=567&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=1&JVM_OPTIONS=&PARALLEL=None
[Pipeline] echo
[2026-02-17T21:34:14.595Z] Rerun in Grinder on same machine: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=extended.functional&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=5&VENDOR_TEST_DIRS=%2Ftest%2Ffunctional&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=x86-64_linux&GENERATE_JOBS=false&KEEP_REPORTDIR=false&PERSONAL_BUILD=false&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&LABEL=test-ibmcloud-rhel7-x64-1&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&JDK_VERSION=8&USER_CREDENTIALS_ID=&ITERATIONS=1&VENDOR_TEST_REPOS=https%3A%2F%2Fgithub.com%2Fadoptium%2Ftemurin-build&JDK_REPO=&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=master&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-linux-x64-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&JDK_IMPL=hotspot&TEST_TIME=&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=&DYNAMIC_COMPILE=true&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=&ARCHIVE_TEST_RESULTS=false&OPENJDK_SHA=&NUM_MACHINES=&TRSS_URL=&BUILD_LIST=functional%2FbuildAndPackage&USE_TESTENV_PROPERTIES=false&UPSTREAM_JOB_NUMBER=567&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=1&JVM_OPTIONS=&PARALLEL=None
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] echo
[2026-02-17T21:34:14.643Z] Building tests...
[Pipeline] timeout
[2026-02-17T21:34:14.646Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] echo
[2026-02-17T21:34:14.662Z] 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-17T21:34:14.952Z] 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-17T21:34:14.975Z] ITERATION: 1/1
[Pipeline] sh
[2026-02-17T21:34:16.300Z] + which Xvfb
[2026-02-17T21:34:16.300Z] /usr/bin/Xvfb
[Pipeline] wrap
[2026-02-17T21:32:53.764Z] $ Xvfb -displayfd 2 -screen 0 1024x768x24 -fbdir /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/.xvfb-366-..fbdir11433225211083296262
[Pipeline] {
[Pipeline] sh
[2026-02-17T21:34:38.490Z] + ps -f
[2026-02-17T21:34:38.490Z] + grep '[X]vfb'
[2026-02-17T21:34:38.490Z] + awk '{print $9}'
[Pipeline] echo
[2026-02-17T21:34:39.753Z] env.DISPLAY is :0
[Pipeline] sshagent
[2026-02-17T21:33:16.767Z] $ ssh-agent
[2026-02-17T21:34:40.379Z] SSH_AUTH_SOCK=/tmp/ssh-97zOf9CHgSKe/agent.21552
[2026-02-17T21:34:40.379Z] SSH_AGENT_PID=21554
[2026-02-17T21:34:40.379Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2026-02-17T21:34:41.609Z] ++ uname
[2026-02-17T21:34:41.609Z] + '[' Linux = AIX ']'
[2026-02-17T21:34:41.609Z] ++ uname
[2026-02-17T21:34:41.609Z] + '[' Linux = SunOS ']'
[2026-02-17T21:34:41.609Z] ++ uname
[2026-02-17T21:34:41.609Z] + '[' Linux = '*BSD' ']'
[2026-02-17T21:34:41.609Z] + MAKE=make
[2026-02-17T21:34:41.609Z] + make -f ./aqa-tests/TKG/testEnv.mk testEnvTeardown
[2026-02-17T21:34:41.609Z] make: Nothing to be done for 'testEnvTeardown'.
[Pipeline] sh
[2026-02-17T21:34:43.148Z] ++ uname
[2026-02-17T21:34:43.148Z] + '[' Linux = AIX ']'
[2026-02-17T21:34:43.148Z] ++ uname
[2026-02-17T21:34:43.148Z] + '[' Linux = SunOS ']'
[2026-02-17T21:34:43.148Z] ++ uname
[2026-02-17T21:34:43.148Z] + '[' Linux = '*BSD' ']'
[2026-02-17T21:34:43.148Z] + MAKE=make
[2026-02-17T21:34:43.148Z] + cd ./aqa-tests
[2026-02-17T21:34:43.148Z] + . ./scripts/testenv/testenvSettings.sh
[2026-02-17T21:34:43.148Z] ++ set +x
[2026-02-17T21:34:43.148Z] JAVA_HOME is set to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image
[2026-02-17T21:34:43.148Z] LIB_DIR is set to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib
[2026-02-17T21:34:43.148Z] rm -f -r /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation; \
[2026-02-17T21:34:43.148Z] mkdir -p /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation; \
[2026-02-17T21:34:43.148Z] (ant -f ./scripts/build_tools.xml "-DTEST_JDK_HOME=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image" "-DTEST_ROOT=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/.." "-DLIB_DIR=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib" 2>&1; echo $? ) | tee "/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2026-02-17T21:34:43.148Z] if [ -z "$(tail -1 /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation"; fi
[2026-02-17T21:34:43.148Z] Buildfile: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/scripts/build_tools.xml
[2026-02-17T21:34:43.820Z]
[2026-02-17T21:34:43.820Z] build:
[2026-02-17T21:34:43.820Z]
[2026-02-17T21:34:43.820Z] clean:
[2026-02-17T21:34:43.820Z]
[2026-02-17T21:34:43.820Z] init:
[2026-02-17T21:34:43.820Z] [mkdir] Created dir: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/bin
[2026-02-17T21:34:43.820Z]
[2026-02-17T21:34:43.820Z] getDependentLibs:
[2026-02-17T21:34:43.820Z] [exec] --------------------------------------------
[2026-02-17T21:34:43.820Z] [exec] path is set to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib
[2026-02-17T21:34:43.820Z] [exec] task is set to default
[2026-02-17T21:34:43.820Z] [exec] dependencyList is set to json_simple
[2026-02-17T21:34:43.820Z] [exec] System Test jars will not be downloaded.
[2026-02-17T21:34:43.820Z] [exec] --------------------------------------------
[2026-02-17T21:34:43.820Z] [exec] Starting download third party dependent jars
[2026-02-17T21:34:43.820Z] [exec] --------------------------------------------
[2026-02-17T21:34:43.820Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib
[2026-02-17T21:34:43.820Z] [exec] /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/json-simple.jar exists with correct hash, not downloading
[2026-02-17T21:34:43.820Z] [exec] downloaded dependent third party jars successfully
[2026-02-17T21:34:43.820Z]
[2026-02-17T21:34:43.820Z] compile:
[2026-02-17T21:34:43.820Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-02-17T21:34:43.820Z] [echo] ============COMPILER SETTINGS============
[2026-02-17T21:34:43.820Z] [echo] ===fork: yes
[2026-02-17T21:34:43.820Z] [echo] ===debug: on
[2026-02-17T21:34:43.820Z] [javac] Compiling 28 source files to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/bin
[2026-02-17T21:34:45.211Z]
[2026-02-17T21:34:45.211Z] dist:
[2026-02-17T21:34:45.211Z] [jar] Building jar: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/bin/TestKitGen.jar
[2026-02-17T21:34:45.211Z]
[2026-02-17T21:34:45.211Z] BUILD SUCCESSFUL
[2026-02-17T21:34:45.211Z] Total time: 2 seconds
[2026-02-17T21:34:45.211Z] 0
[2026-02-17T21:34:45.211Z] /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image/bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector
[2026-02-17T21:34:45.211Z] Unfamiliar microArch detected in TKG. It will not be added in TKG microArch!
[2026-02-17T21:34:45.211Z] microArchOutput: model name : Intel(R) Xeon(R) Platinum 8260 CPU @ 2.40GHz
[2026-02-17T21:34:45.957Z] ****************************** MACHINE INFO ******************************
[2026-02-17T21:34:45.957Z] File path : /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG
[2026-02-17T21:34:45.957Z] Free Physical Memory Size : 1571786752
[2026-02-17T21:34:45.957Z] Free space (bytes) : 42654855168
[2026-02-17T21:34:45.957Z] Total Physical Memory Size : 8187564032
[2026-02-17T21:34:45.957Z] Total space (bytes) : 104497250304
[2026-02-17T21:34:45.957Z] Usable space (bytes) : 37339885568
[2026-02-17T21:34:45.957Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-02-17T21:34:45.957Z] bashVersion :
[2026-02-17T21:34:45.957Z] GNU bash, version 4.2.46(2)-release (x86_64-redhat-linux-gnu)
[2026-02-17T21:34:45.957Z] Copyright (C) 2011 Free Software Foundation, Inc.
[2026-02-17T21:34:45.957Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2026-02-17T21:34:45.957Z]
[2026-02-17T21:34:45.957Z] This is free software; you are free to change and redistribute it.
[2026-02-17T21:34:45.957Z] There is NO WARRANTY, to the extent permitted by law.
[2026-02-17T21:34:45.957Z] cpuCores : 8
[2026-02-17T21:34:45.957Z] curlVersion :
[2026-02-17T21:34:45.957Z] curl 7.79.1 (x86_64-pc-linux-gnu) libcurl/7.79.1 OpenSSL/1.0.2k-fips zlib/1.2.7
[2026-02-17T21:34:45.957Z] Release-Date: 2021-09-22
[2026-02-17T21:34:45.957Z] Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
[2026-02-17T21:34:45.957Z] Features: alt-svc AsynchDNS HSTS HTTPS-proxy IPv6 Largefile libz NTLM NTLM_WB SSL UnixSockets
[2026-02-17T21:34:45.957Z] dockerVersion : Docker version 26.1.4, build 5650f9b
[2026-02-17T21:34:45.957Z] gcc version : 4.8.5
[2026-02-17T21:34:45.957Z] gclibc version : ldd (GNU libc) 2.17
[2026-02-17T21:34:45.957Z] gdb version : bash: gdb: command not found
[2026-02-17T21:34:45.957Z] lldb version : Command could not be executed
[2026-02-17T21:34:45.957Z] makeVersion :
[2026-02-17T21:34:45.957Z] GNU Make 4.1
[2026-02-17T21:34:45.957Z] Built for x86_64-unknown-linux-gnu
[2026-02-17T21:34:45.957Z] Copyright (C) 1988-2014 Free Software Foundation, Inc.
[2026-02-17T21:34:45.957Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2026-02-17T21:34:45.957Z] This is free software: you are free to change and redistribute it.
[2026-02-17T21:34:45.957Z] There is NO WARRANTY, to the extent permitted by law.
[2026-02-17T21:34:45.957Z] mavenVersion :
[2026-02-17T21:34:45.957Z] Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
[2026-02-17T21:34:45.957Z] Maven home: /usr/local/apache-maven-3.6.3
[2026-02-17T21:34:45.957Z] Java version: 1.8.0_492-beta, vendor: Temurin, runtime: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image/jre
[2026-02-17T21:34:45.957Z] Default locale: en_US, platform encoding: UTF-8
[2026-02-17T21:34:45.957Z] OS name: "linux", version: "3.10.0-1160.119.1.el7.x86_64", arch: "amd64", family: "unix"
[2026-02-17T21:34:45.957Z] osInfo :
[2026-02-17T21:34:45.957Z] NAME="Red Hat Enterprise Linux Server"
[2026-02-17T21:34:45.957Z] VERSION="7.9 (Maipo)"
[2026-02-17T21:34:45.957Z] ID="rhel"
[2026-02-17T21:34:45.957Z] ID_LIKE="fedora"
[2026-02-17T21:34:45.957Z] VARIANT="Server"
[2026-02-17T21:34:45.957Z] VARIANT_ID="server"
[2026-02-17T21:34:45.957Z] VERSION_ID="7.9"
[2026-02-17T21:34:45.957Z] PRETTY_NAME="Red Hat"
[2026-02-17T21:34:45.957Z] ANSI_COLOR="0;31"
[2026-02-17T21:34:45.957Z] CPE_NAME="cpe:/o:redhat:enterprise_linux:7.9:GA:server"
[2026-02-17T21:34:45.957Z] HOME_URL="https://www.redhat.com/"
[2026-02-17T21:34:45.957Z] BUG_REPORT_URL="https://bugzilla.redhat.com/"
[2026-02-17T21:34:45.957Z]
[2026-02-17T21:34:45.957Z] REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7"
[2026-02-17T21:34:45.957Z] REDHAT_BUGZILLA_PRODUCT_VERSION=7.9
[2026-02-17T21:34:45.957Z] REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
[2026-02-17T21:34:45.957Z] REDHAT_SUPPORT_PRODUCT_VERSION="7.9"
[2026-02-17T21:34:45.957Z] osLabel : rhel.7
[2026-02-17T21:34:45.957Z] perlVersion :
[2026-02-17T21:34:45.957Z]
[2026-02-17T21:34:45.957Z] This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi
[2026-02-17T21:34:45.957Z] (with 44 registered patches, see perl -V for more detail)
[2026-02-17T21:34:45.957Z]
[2026-02-17T21:34:45.957Z] Copyright 1987-2012, Larry Wall
[2026-02-17T21:34:45.957Z]
[2026-02-17T21:34:45.957Z] Perl may be copied only under the terms of either the Artistic License or the
[2026-02-17T21:34:45.957Z] GNU General Public License, which may be found in the Perl 5 source kit.
[2026-02-17T21:34:45.957Z]
[2026-02-17T21:34:45.957Z] Complete documentation for Perl, including FAQ lists, should be found on
[2026-02-17T21:34:45.957Z] this system using "man perl" or "perldoc perl". If you have access to the
[2026-02-17T21:34:45.957Z] Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[2026-02-17T21:34:45.957Z]
[2026-02-17T21:34:45.957Z] podmanVersion : bash: podman: command not found
[2026-02-17T21:34:45.957Z] procArch : x86_64
[2026-02-17T21:34:45.957Z] sysArch : x86_64
[2026-02-17T21:34:45.957Z] sysOS : Linux
[2026-02-17T21:34:45.957Z] ulimit :
[2026-02-17T21:34:45.957Z] core file size (blocks, -c) 0
[2026-02-17T21:34:45.957Z] data seg size (kbytes, -d) unlimited
[2026-02-17T21:34:45.957Z] scheduling priority (-e) 0
[2026-02-17T21:34:45.957Z] file size (blocks, -f) unlimited
[2026-02-17T21:34:45.957Z] pending signals (-i) 31151
[2026-02-17T21:34:45.957Z] max locked memory (kbytes, -l) 64
[2026-02-17T21:34:45.957Z] max memory size (kbytes, -m) unlimited
[2026-02-17T21:34:45.957Z] open files (-n) 1048576
[2026-02-17T21:34:45.957Z] pipe size (512 bytes, -p) 8
[2026-02-17T21:34:45.957Z] POSIX message queues (bytes, -q) 819200
[2026-02-17T21:34:45.957Z] real-time priority (-r) 0
[2026-02-17T21:34:45.957Z] stack size (kbytes, -s) 8192
[2026-02-17T21:34:45.957Z] cpu time (seconds, -t) unlimited
[2026-02-17T21:34:45.957Z] max user processes (-u) 4096
[2026-02-17T21:34:45.957Z] virtual memory (kbytes, -v) unlimited
[2026-02-17T21:34:45.957Z] file locks (-x) unlimited
[2026-02-17T21:34:45.957Z] uname : Linux test-ibmcloud-rhel7-x64-1.adoptopenjdk.net 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue May 14 11:55:25 EDT 2024 x86_64 x86_64 x86_64 GNU/Linux
[2026-02-17T21:34:45.957Z] vmVendor : Oracle Corporation
[2026-02-17T21:34:45.957Z] vmVersion : 25.492-b03
[2026-02-17T21:34:45.957Z] xlc version : bash: xlC: command not found
[2026-02-17T21:34:45.957Z] **************************************************************************
[2026-02-17T21:34:45.957Z]
[2026-02-17T21:34:45.957Z] System.getProperty('java.vm.name')=OpenJDK 64-Bit Server VM
[2026-02-17T21:34:45.957Z]
[2026-02-17T21:34:45.957Z] System.getProperty('java.vendor')=Temurin
[2026-02-17T21:34:45.957Z]
[2026-02-17T21:34:45.957Z] System.getProperty('os.name')=Linux
[2026-02-17T21:34:45.957Z]
[2026-02-17T21:34:45.957Z] System.getProperty('os.arch')=amd64
[2026-02-17T21:34:45.957Z]
[2026-02-17T21:34:45.957Z] System.getProperty('java.fullversion')=null
[2026-02-17T21:34:45.957Z]
[2026-02-17T21:34:45.957Z] System.getProperty('sun.arch.data.model')=64
[2026-02-17T21:34:45.957Z]
[2026-02-17T21:34:46.628Z] make -f makeGen.mk AUTO_DETECT=true MODE=buildList TESTTARGET=extended.functional TESTLIST=
[2026-02-17T21:34:46.628Z] make[1]: Entering directory '/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-02-17T21:34:46.628Z] perl scripts/configure.pl
[2026-02-17T21:34:46.628Z] /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image/bin/java -cp "./bin/TestKitGen.jar:/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=buildList --spec=linux_x86-64 --microArch="" --osLabel="rhel.7" --jdkVersion=8 --impl=hotspot --vendor="temurin" --buildList=functional/buildAndPackage --iterations=1 --aotIterations= --testFlag= --testTarget=extended.functional --testList= --numOfMachines= --testTime= --TRSSURL=
[2026-02-17T21:34:46.628Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2026-02-17T21:34:46.628Z]
[2026-02-17T21:34:46.628Z]
[2026-02-17T21:34:46.628Z] Starting to generate build list.
[2026-02-17T21:34:46.628Z]
[2026-02-17T21:34:46.628Z] Parsing /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../functional/buildAndPackage/playlist.xml
[2026-02-17T21:34:46.628Z] Generated /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/buildInfo.mk
[2026-02-17T21:34:46.628Z]
[2026-02-17T21:34:47.301Z] make[1]: Leaving directory '/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-02-17T21:34:47.301Z] make -f clean.mk cleanBuild
[2026-02-17T21:34:47.301Z] make[1]: Entering directory '/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-02-17T21:34:47.301Z] rm -f -r /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../../jvmtest
[2026-02-17T21:34:47.301Z] make[1]: Leaving directory '/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-02-17T21:34:47.301Z] make -f compile.mk compile
[2026-02-17T21:34:47.301Z] make[1]: Entering directory '/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-02-17T21:34:47.302Z] rm -f -r /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation; \
[2026-02-17T21:34:47.302Z] mkdir -p /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation; \
[2026-02-17T21:34:47.302Z] (ant -f scripts/build_test.xml "-DTEST_ROOT=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/.." "-DBUILD_ROOT=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../../jvmtest" "-DJDK_VERSION=8" "-DJDK_IMPL=hotspot" "-DJDK_VENDOR=temurin" "-DJCL_VERSION=latest" "-DBUILD_LIST=functional/buildAndPackage" "-DRESOURCES_DIR=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../../jvmtest/TestConfig/resources" "-DSPEC=linux_x86-64" "-DTEST_JDK_HOME=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image" "-DJVM_VERSION=openjdk8" "-DLIB_DIR=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib" 2>&1; echo $? ) | tee "/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2026-02-17T21:34:47.302Z] if [ -z "$(tail -1 /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation"; fi
[2026-02-17T21:34:47.973Z] Buildfile: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/scripts/build_test.xml
[2026-02-17T21:34:47.973Z] [echo] build.list is TestConfig/build.xml,functional/buildAndPackage/build.xml
[2026-02-17T21:34:47.973Z]
[2026-02-17T21:34:47.973Z] -create_test_directory:
[2026-02-17T21:34:47.973Z] [mkdir] Created dir: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/jvmtest
[2026-02-17T21:34:47.973Z]
[2026-02-17T21:34:47.973Z] stage_test_material:
[2026-02-17T21:34:47.973Z] [copy] Copying 137 files to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/jvmtest
[2026-02-17T21:34:48.646Z]
[2026-02-17T21:34:48.646Z] build:
[2026-02-17T21:34:48.646Z]
[2026-02-17T21:34:48.646Z] init:
[2026-02-17T21:34:48.646Z] [mkdir] Created dir: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/jvmtest/TestConfig
[2026-02-17T21:34:48.646Z]
[2026-02-17T21:34:48.646Z] build:
[2026-02-17T21:34:48.646Z] [copy] Copying 15 files to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/jvmtest/TestConfig
[2026-02-17T21:34:48.646Z] [copy] Copied 4 empty directories to 2 empty directories under /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/jvmtest/TestConfig
[2026-02-17T21:34:48.646Z] [copy] Copying 1 file to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/jvmtest/TestConfig
[2026-02-17T21:34:48.646Z]
[2026-02-17T21:34:48.646Z] build:
[2026-02-17T21:34:48.646Z]
[2026-02-17T21:34:48.646Z] init:
[2026-02-17T21:34:48.646Z] [mkdir] Created dir: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/jvmtest/functional/buildAndPackage
[2026-02-17T21:34:48.646Z] [mkdir] Created dir: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/functional/buildAndPackage/bin
[2026-02-17T21:34:48.646Z]
[2026-02-17T21:34:48.646Z] getDependentLibs:
[2026-02-17T21:34:48.646Z] [exec] --------------------------------------------
[2026-02-17T21:34:48.646Z] [exec] path is set to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib
[2026-02-17T21:34:48.646Z] [exec] task is set to default
[2026-02-17T21:34:48.646Z] [exec] dependencyList is set to testng,jcommander
[2026-02-17T21:34:48.646Z] [exec] System Test jars will not be downloaded.
[2026-02-17T21:34:48.646Z] [exec] --------------------------------------------
[2026-02-17T21:34:48.646Z] [exec] Starting download third party dependent jars
[2026-02-17T21:34:48.646Z] [exec] --------------------------------------------
[2026-02-17T21:34:48.646Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib
[2026-02-17T21:34:48.646Z] [exec] /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/jcommander.jar exists with correct hash, not downloading
[2026-02-17T21:34:48.646Z] [exec] /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/testng.jar exists with correct hash, not downloading
[2026-02-17T21:34:48.646Z] [exec] downloaded dependent third party jars successfully
[2026-02-17T21:34:48.646Z]
[2026-02-17T21:34:48.646Z] compile:
[2026-02-17T21:34:48.646Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-02-17T21:34:48.646Z] [echo] ============COMPILER SETTINGS============
[2026-02-17T21:34:48.646Z] [echo] ===fork: yes
[2026-02-17T21:34:48.646Z] [echo] ===executable: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image/bin/javac
[2026-02-17T21:34:48.646Z] [echo] ===debug: on
[2026-02-17T21:34:48.646Z] [echo] ===destdir: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../../jvmtest/functional/buildAndPackage
[2026-02-17T21:34:48.646Z] [javac] Compiling 9 source files to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/functional/buildAndPackage/bin
[2026-02-17T21:34:49.320Z] [javac] Creating empty /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/functional/buildAndPackage/bin/net/adoptium/test/package-info.class
[2026-02-17T21:34:49.320Z]
[2026-02-17T21:34:49.320Z] dist_functional:
[2026-02-17T21:34:49.320Z] [copy] Copying 2 files to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/jvmtest/functional
[2026-02-17T21:34:49.320Z]
[2026-02-17T21:34:49.320Z] dist:
[2026-02-17T21:34:49.320Z] [jar] Building jar: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/jvmtest/functional/buildAndPackage/BuildAndPackagingTests.jar
[2026-02-17T21:34:49.320Z] [copy] Copying 3 files to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/jvmtest/functional/buildAndPackage
[2026-02-17T21:34:49.320Z]
[2026-02-17T21:34:49.320Z] clean:
[2026-02-17T21:34:49.320Z] [delete] Deleting directory /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/functional/buildAndPackage/bin
[2026-02-17T21:34:49.320Z]
[2026-02-17T21:34:49.320Z] BUILD SUCCESSFUL
[2026-02-17T21:34:49.320Z] Total time: 1 second
[2026-02-17T21:34:49.320Z] 0
[2026-02-17T21:34:49.320Z]
[2026-02-17T21:34:49.320Z]
[2026-02-17T21:34:49.320Z] RECORD TEST REPOs SHA
[2026-02-17T21:34:49.320Z] cd "/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/scripts"; \
[2026-02-17T21:34:49.320Z] bash "getSHAs.sh" --test_root_dir "/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/.." --shas_file "/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/SHAs.txt"
[2026-02-17T21:34:49.320Z] Check shas in /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/.. and store the info in /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/SHAs.txt
[2026-02-17T21:34:49.320Z] touch /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/SHAs.txt
[2026-02-17T21:34:49.993Z] ================================================
[2026-02-17T21:34:49.993Z] timestamp: 20260217-153326
[2026-02-17T21:34:49.993Z] repo dir: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG
[2026-02-17T21:34:49.993Z] git repo:
[2026-02-17T21:34:49.993Z] Fetch URL: https://github.com/adoptium/TKG.git
[2026-02-17T21:34:49.993Z] sha:
[2026-02-17T21:34:49.993Z] d8a5e7b9cec170af57c956a21372271dee7f8dfe
[2026-02-17T21:34:49.993Z] ================================================
[2026-02-17T21:34:49.993Z] timestamp: 20260217-153326
[2026-02-17T21:34:49.993Z] repo dir: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/vendor_0
[2026-02-17T21:34:49.993Z] git repo:
[2026-02-17T21:34:49.993Z] Fetch URL: https://github.com/adoptium/temurin-build
[2026-02-17T21:34:49.993Z] sha:
[2026-02-17T21:34:49.993Z] e96bbeac79b072cebb4fb1a6123e60383fd5bbce
[2026-02-17T21:34:49.993Z] ================================================
[2026-02-17T21:34:49.993Z] timestamp: 20260217-153326
[2026-02-17T21:34:49.993Z] repo dir: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/openj9
[2026-02-17T21:34:49.993Z] git repo:
[2026-02-17T21:34:49.993Z] Fetch URL: https://github.com/eclipse-openj9/openj9.git
[2026-02-17T21:34:49.993Z] sha:
[2026-02-17T21:34:49.993Z] 4037fa4f50615ee12f722cd76a0ae3185a5349c0
[2026-02-17T21:34:49.993Z] ================================================
[2026-02-17T21:34:49.993Z] timestamp: 20260217-153326
[2026-02-17T21:34:49.993Z] repo dir: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests
[2026-02-17T21:34:49.993Z] git repo:
[2026-02-17T21:34:49.993Z] Fetch URL: https://github.com/adoptium/aqa-tests.git
[2026-02-17T21:34:49.993Z] sha:
[2026-02-17T21:34:49.993Z] 6ae53a7631d2a6681514f8dbc46b7c9b7747794e
[2026-02-17T21:34:49.993Z] make[1]: Leaving directory '/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-02-17T21:34:49.993Z] make -f makeGen.mk AUTO_DETECT=true MODE=tests TESTTARGET=extended.functional TESTLIST=
[2026-02-17T21:34:49.993Z] make[1]: Entering directory '/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-02-17T21:34:49.993Z] perl scripts/configure.pl
[2026-02-17T21:34:49.993Z] /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image/bin/java -cp "./bin/TestKitGen.jar:/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=tests --spec=linux_x86-64 --microArch="" --osLabel="rhel.7" --jdkVersion=8 --impl=hotspot --vendor="temurin" --buildList=functional/buildAndPackage --iterations=1 --aotIterations= --testFlag= --testTarget=extended.functional --testList= --numOfMachines= --testTime= --TRSSURL=
[2026-02-17T21:34:49.993Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2026-02-17T21:34:49.993Z]
[2026-02-17T21:34:49.993Z] Starting to generate test make files.
[2026-02-17T21:34:49.993Z]
[2026-02-17T21:34:50.666Z] Parsing /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../functional/buildAndPackage/playlist.xml
[2026-02-17T21:34:50.666Z] Generated /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../functional/buildAndPackage/autoGen.mk
[2026-02-17T21:34:50.666Z]
[2026-02-17T21:34:50.666Z] Generated /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../functional/autoGen.mk
[2026-02-17T21:34:50.666Z]
[2026-02-17T21:34:50.666Z] Generated /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../autoGen.mk
[2026-02-17T21:34:50.666Z]
[2026-02-17T21:34:50.666Z] Generated /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/utils.mk
[2026-02-17T21:34:50.666Z]
[2026-02-17T21:34:50.666Z] Generated /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/rerun.mk
[2026-02-17T21:34:50.666Z]
[2026-02-17T21:34:50.666Z] Make files are generated successfully.
[2026-02-17T21:34:50.666Z]
[2026-02-17T21:34:50.666Z] make[1]: Leaving directory '/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-02-17T21:34:50.666Z] make -f runtest.mk _extended.functional
[2026-02-17T21:34:50.666Z] make[1]: Entering directory '/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-02-17T21:34:50.666Z]
[2026-02-17T21:34:50.666Z] Running make 4.1
[2026-02-17T21:34:50.666Z] set TEST_ROOT to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/TKG/..
[2026-02-17T21:34:50.666Z] set JDK_VERSION to 8
[2026-02-17T21:34:50.666Z] set JDK_IMPL to hotspot
[2026-02-17T21:34:50.666Z] set JVM_VERSION to openjdk8
[2026-02-17T21:34:50.666Z] set JCL_VERSION to latest
[2026-02-17T21:34:50.666Z] set JAVA_HOME to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image
[2026-02-17T21:34:50.666Z] set SPEC to linux_x86-64
[2026-02-17T21:34:50.666Z] set TEST_FLAG to
[2026-02-17T21:34:50.666Z] set OS_LABEL to rhel.7
[2026-02-17T21:34:50.666Z] Running extended.functional ...
[2026-02-17T21:34:50.666Z] There are 1 test targets in extended.functional
[2026-02-17T21:34:50.666Z] "/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image/bin/java" -version
[2026-02-17T21:34:50.666Z] openjdk version "1.8.0_492-beta"
[2026-02-17T21:34:50.666Z] OpenJDK Runtime Environment (Temurin)(build 1.8.0_492-beta-202602172107-b03)
[2026-02-17T21:34:50.666Z] OpenJDK 64-Bit Server VM (Temurin)(build 25.492-b03, mixed mode)
[2026-02-17T21:34:50.666Z] make[2]: Entering directory '/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests'
[2026-02-17T21:34:50.666Z] make[3]: Entering directory '/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/functional'
[2026-02-17T21:34:50.666Z] make[4]: Entering directory '/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-linux-x64-temurin_SmokeTests/aqa-tests/functional/buildAndPackage'
[2026-02-17T21:34:50.666Z]
[2026-02-17T21:34:50.666Z] ===============================================