Pre Test
Started by upstream project "build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin" build number 513
originally caused by:
Started by upstream project "build-scripts/openjdk8-pipeline" build number 3075
originally caused by:
Started by upstream project "build-scripts/utils/betaTrigger_8ea_x64AlpineLinux" build number 327
originally caused by:
Started by timer
Checking out git ${ADOPTOPENJDK_REPO} into /home/jenkins/.jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests@script/7d272c0688f17ab4e5b2f6ce77a7dc9cf4df33ff05c3a95eddd38682ef795b79 to read aqa-tests/buildenv/jenkins/openjdk_tests
The recommended git tool is: git
No credentials specified
> git rev-parse --resolve-git-dir /home/jenkins/.jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests@script/7d272c0688f17ab4e5b2f6ce77a7dc9cf4df33ff05c3a95eddd38682ef795b79/aqa-tests/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Pruning obsolete local branches
Using shallow fetch with depth 1
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 --prune --depth=1 -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=60
> 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 f17fd61bff060b4d54d235255b83f4b4024789fe # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] timestamps
[Pipeline] {
[Pipeline] echo
[2026-02-17T21:54:36.168Z] SPEC: alpine-linux_x86-64
[Pipeline] echo
[2026-02-17T21:54:36.170Z] Specified LABEL: ci.role.test&&hw.arch.x86&&sw.os.alpine-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:54:36.181Z] dynamicAgents: []
[Pipeline] echo
[2026-02-17T21:54:36.183Z] Provisioning LABEL: ci.role.test&&hw.arch.x86&&sw.os.alpine-linux
[Pipeline] nodesByLabel
[2026-02-17T21:54:36.189Z] Found a total of 3 nodes with the 'ci.role.test&&hw.arch.x86&&sw.os.alpine-linux' label
[Pipeline] node
[2026-02-17T21:54:36.201Z] Running on test-docker-alpine320-x64-1 in /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-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:54:36.221Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] cleanWs
[2026-02-17T21:54:36.504Z] [WS-CLEANUP] Deleting project workspace...
[2026-02-17T21:54:36.504Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2026-02-17T21:54:36.650Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // timeout
[Pipeline] checkout
[2026-02-17T21:54:36.830Z] The recommended git tool is: git
[2026-02-17T21:54:37.120Z] No credentials specified
[2026-02-17T21:54:37.249Z] Cloning the remote Git repository
[2026-02-17T21:54:37.453Z] Cloning repository https://github.com/adoptium/aqa-tests.git
[2026-02-17T21:54:37.457Z] > git init /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests # timeout=10
[2026-02-17T21:54:37.472Z] [WARNING] Reference path does not exist: /home/jenkins/openjdk_cache
[2026-02-17T21:54:37.474Z] Fetching upstream changes from https://github.com/adoptium/aqa-tests.git
[2026-02-17T21:54:37.475Z] > git --version # timeout=10
[2026-02-17T21:54:37.490Z] > git --version # 'git version 2.45.4'
[2026-02-17T21:54:37.490Z] > git fetch --tags --force --progress -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=10
[2026-02-17T21:54:43.671Z] > git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10
[2026-02-17T21:54:43.690Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
[2026-02-17T21:54:43.918Z] Avoid second fetch
[2026-02-17T21:54:44.074Z] Checking out Revision 6ae53a7631d2a6681514f8dbc46b7c9b7747794e (origin/master)
[2026-02-17T21:54:43.986Z] > git rev-parse origin/master^{commit} # timeout=10
[2026-02-17T21:54:44.145Z] > git config core.sparsecheckout # timeout=10
[2026-02-17T21:54:44.165Z] > git checkout -f 6ae53a7631d2a6681514f8dbc46b7c9b7747794e # timeout=10
[2026-02-17T21:54:45.749Z] Commit message: "Restore Double/Float128VectorTests on x64 jdk21+ OpenJ9 (#6900)"
[Pipeline] }
[Pipeline] // retry
[Pipeline] load
[Pipeline] { (/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-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:54:47.441Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] echo
[2026-02-17T21:54:47.457Z] runMulticastCmd: false
[Pipeline] stage
[Pipeline] { (Setup)
[Pipeline] sh
[2026-02-17T21:54:49.084Z] + LC_TIME=C date '+%a, %d %b %Y %T %z'
[Pipeline] echo
[2026-02-17T21:54:49.610Z] PROCESSCATCH: Terminating any hung/left over test processes:
[Pipeline] sh
[2026-02-17T21:54:51.043Z] + aqa-tests/terminateTestProcesses.sh jenkins
[2026-02-17T21:54:51.043Z] Unix type machine..
[2026-02-17T21:54:51.043Z] Running on a Linux host
[2026-02-17T21:54:51.043Z] 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:54:53.551Z] + printenv
[2026-02-17T21:54:53.551Z] JENKINS_HOME=/home/jenkins/.jenkins
[2026-02-17T21:54:53.551Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
[2026-02-17T21:54:53.551Z] USE_TESTENV_PROPERTIES=false
[2026-02-17T21:54:53.551Z] MAIL=/var/mail/jenkins
[2026-02-17T21:54:53.551Z] SSH_CLIENT=78.47.239.97 55980 22
[2026-02-17T21:54:53.551Z] EXTERNAL_CUSTOM_BRANCH=master
[2026-02-17T21:54:53.551Z] BUILD_LIST=functional/buildAndPackage
[2026-02-17T21:54:53.551Z] VENDOR_TEST_DIRS=/test/functional
[2026-02-17T21:54:53.551Z] USER=jenkins
[2026-02-17T21:54:53.551Z] SDK_RESOURCE=upstream
[2026-02-17T21:54:53.551Z] CI=true
[2026-02-17T21:54:53.551Z] OPENJ9_BRANCH=master
[2026-02-17T21:54:53.551Z] jobStatus=SUCCESS
[2026-02-17T21:54:53.551Z] ADOPTOPENJDK_REPO=https://github.com/adoptium/aqa-tests.git
[2026-02-17T21:54:53.551Z] RUN_CHANGES_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-alpine-linux-x64-temurin_SmokeTests/343/display/redirect?page=changes
[2026-02-17T21:54:53.551Z] UPSTREAM_JOB_NUMBER=513
[2026-02-17T21:54:53.551Z] NODE_LABELS=hw.dockerhost.alpine-linux.dockerhost-azure-ubuntu2204-x64-1 sw.os.alpine-linux ci.role.test test-docker-alpine320-x64-1 ci.role.perf hw.arch.x86
[2026-02-17T21:54:53.551Z] HUDSON_URL=https://ci.adoptium.net/
[2026-02-17T21:54:53.551Z] VENDOR_TEST_BRANCHES=master
[2026-02-17T21:54:53.551Z] TARGET=extended.functional
[2026-02-17T21:54:53.551Z] EXIT_FAILURE=false
[2026-02-17T21:54:53.551Z] LD_LIBRARY_PATH=/usr/lib/jvm/jdk21/lib/server:/usr/lib/jvm/jdk21/lib:/usr/lib/jvm/jdk21/../lib
[2026-02-17T21:54:53.551Z] SHLVL=2
[2026-02-17T21:54:53.551Z] STF_OWNER_BRANCH=adoptium:master
[2026-02-17T21:54:53.551Z] HOME=/home/jenkins
[2026-02-17T21:54:53.551Z] USE_JRE=false
[2026-02-17T21:54:53.551Z] OLDPWD=/home/jenkins
[2026-02-17T21:54:53.551Z] BUILD_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-alpine-linux-x64-temurin_SmokeTests/343/
[2026-02-17T21:54:53.551Z] ADOPTOPENJDK_BRANCH=master
[2026-02-17T21:54:53.551Z] TAP_NAME=build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests.tap
[2026-02-17T21:54:53.551Z] JDK_IMPL=hotspot
[2026-02-17T21:54:53.551Z] HUDSON_COOKIE=7934053c-c1b3-4fe5-aa9f-575a6df10789
[2026-02-17T21:54:53.551Z] DOCKER_REQUIRED=false
[2026-02-17T21:54:53.551Z] JENKINS_SERVER_COOKIE=durable-57a289e3493a9490729ed5e7eff607517756e2ec7a8f0e7aee8a585ecf3ec8c3
[2026-02-17T21:54:53.551Z] PERF_ROOT=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/../../benchmarks
[2026-02-17T21:54:53.551Z] VENDOR_TEST_REPOS=https://github.com/adoptium/temurin-build
[2026-02-17T21:54:53.551Z] WORKSPACE=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests
[2026-02-17T21:54:53.551Z] KEEP_WORKSPACE=false
[2026-02-17T21:54:53.551Z] ARCHIVE_TEST_RESULTS=false
[2026-02-17T21:54:53.551Z] GENERATE_JOBS=false
[2026-02-17T21:54:53.551Z] LOGNAME=jenkins
[2026-02-17T21:54:53.551Z] NODE_NAME=test-docker-alpine320-x64-1
[2026-02-17T21:54:53.551Z] PERSONAL_BUILD=false
[2026-02-17T21:54:53.551Z] TKG_OWNER_BRANCH=adoptium:master
[2026-02-17T21:54:53.551Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-alpine-linux-x64-temurin_SmokeTests/343/display/redirect?page=artifacts
[2026-02-17T21:54:53.551Z] _=/usr/lib/jvm/jdk21/bin/java
[2026-02-17T21:54:53.551Z] AUTO_DETECT=true
[2026-02-17T21:54:53.551Z] STAGE_NAME=Setup
[2026-02-17T21:54:53.551Z] EXECUTOR_NUMBER=0
[2026-02-17T21:54:53.551Z] JDK_VERSION=8
[2026-02-17T21:54:53.551Z] EXTERNAL_TEST_CMD=mvn clean install
[2026-02-17T21:54:53.551Z] BUILD_DISPLAY_NAME=#343
[2026-02-17T21:54:53.551Z] TIME_LIMIT=1
[2026-02-17T21:54:53.551Z] RUN_TESTS_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-alpine-linux-x64-temurin_SmokeTests/343/display/redirect?page=tests
[2026-02-17T21:54:53.551Z] HUDSON_HOME=/home/jenkins/.jenkins
[2026-02-17T21:54:53.551Z] JOB_BASE_NAME=jdk8u-alpine-linux-x64-temurin_SmokeTests
[2026-02-17T21:54:53.551Z] PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[2026-02-17T21:54:53.551Z] TKG_ITERATIONS=1
[2026-02-17T21:54:53.551Z] PLATFORM=x86-64_alpine-linux
[2026-02-17T21:54:53.551Z] BUILD_ID=343
[2026-02-17T21:54:53.551Z] EXIT_SUCCESS=false
[2026-02-17T21:54:53.551Z] ACTIVE_NODE_TIMEOUT=5
[2026-02-17T21:54:53.552Z] SYSTEM_LIB_DIR=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/../../../../../externalDependency/system_lib
[2026-02-17T21:54:53.552Z] BUILD_TAG=jenkins-build-scripts-jobs-jdk8u-jdk8u-alpine-linux-x64-temurin_SmokeTests-343
[2026-02-17T21:54:53.552Z] OPENJCEPLUS_GIT_REPO=https://github.com/ibmruntimes/OpenJCEPlus.git
[2026-02-17T21:54:53.552Z] JENKINS_URL=https://ci.adoptium.net/
[2026-02-17T21:54:53.552Z] JOB_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-alpine-linux-x64-temurin_SmokeTests/
[2026-02-17T21:54:53.552Z] KEEP_REPORTDIR=false
[2026-02-17T21:54:53.552Z] ORIGIN_JDK_VERSION=8
[2026-02-17T21:54:53.552Z] BUILD_NUMBER=343
[2026-02-17T21:54:53.552Z] ITERATIONS=1
[2026-02-17T21:54:53.552Z] JENKINS_NODE_COOKIE=f9302340-5589-45f8-999a-7de5a65d0bac
[2026-02-17T21:54:53.552Z] SHELL=/bin/bash
[2026-02-17T21:54:53.552Z] OPENJCEPLUS_GIT_BRANCH=semeru-java8
[2026-02-17T21:54:53.552Z] SPEC=alpine-linux_x86-64
[2026-02-17T21:54:53.552Z] OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse:master
[2026-02-17T21:54:53.552Z] TEST_JDK_HOME=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image
[2026-02-17T21:54:53.552Z] LIGHT_WEIGHT_CHECKOUT=false
[2026-02-17T21:54:53.552Z] RUN_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-alpine-linux-x64-temurin_SmokeTests/343/display/redirect
[2026-02-17T21:54:53.552Z] HUDSON_SERVER_COOKIE=2d832652af5afba8
[2026-02-17T21:54:53.552Z] JOB_DISPLAY_URL=https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-alpine-linux-x64-temurin_SmokeTests/display/redirect
[2026-02-17T21:54:53.552Z] UPSTREAM_JOB_NAME=build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin
[2026-02-17T21:54:53.552Z] JOB_NAME=build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests
[2026-02-17T21:54:53.552Z] ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium:master
[2026-02-17T21:54:53.552Z] LIB_DIR=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib
[2026-02-17T21:54:53.552Z] PWD=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests
[2026-02-17T21:54:53.552Z] SSH_CONNECTION=78.47.239.97 55980 172.17.0.9 22
[2026-02-17T21:54:53.552Z] WORKSPACE_TMP=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests@tmp
[2026-02-17T21:54:53.552Z] PARALLEL=None
[2026-02-17T21:54:53.552Z] JOBSTARTTIME=Tue, 17 Feb 2026 21:54:48 +0000
[2026-02-17T21:54:53.552Z] DYNAMIC_COMPILE=true
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:54:53.941Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] dir
[2026-02-17T21:54:53.952Z] Running in /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/jdkbinary
[Pipeline] {
[Pipeline] copyArtifacts
[2026-02-17T21:55:35.414Z] Copied 5 artifacts from "build-scripts » jobs » jdk8u » jdk8u-alpine-linux-x64-temurin" build number 513
[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:55:35.593Z] 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:55:35.599Z] Running in /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests
[Pipeline] {
[Pipeline] sshagent
[2026-02-17T21:55:35.680Z] $ ssh-agent
[2026-02-17T21:55:36.270Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXjFhjln/agent.1206467
[2026-02-17T21:55:36.270Z] SSH_AGENT_PID=1206470
[2026-02-17T21:55:36.270Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
[2026-02-17T21:55:36.284Z] Running in /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests
[Pipeline] {
[Pipeline] sh
[2026-02-17T21:55:37.747Z] + pwd
[2026-02-17T21:55:37.747Z] + ./get.sh -s /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/.. -p x86-64_alpine-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:55:37.747Z] TESTDIR: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests
[2026-02-17T21:55:37.747Z] get jdk binary...
[2026-02-17T21:55:37.747Z] --sdkdir is set to upstream. Therefore, skip download jdk binary
[2026-02-17T21:55:37.747Z] Uncompressing file: OpenJDK8U-jdk_x64_alpine-linux_hotspot_8u492b03-ea.tar.gz ...
[2026-02-17T21:55:40.206Z] List files in jdkbinary folder...
[2026-02-17T21:55:40.206Z] total 306072
[2026-02-17T21:55:40.206Z] -rw-r--r-- 1 jenkins jenkins 170162224 Feb 17 21:49 OpenJDK8U-debugimage_x64_alpine-linux_hotspot_8u492b03-ea.tar.gz
[2026-02-17T21:55:40.206Z] -rw-r--r-- 1 jenkins jenkins 101385398 Feb 17 21:49 OpenJDK8U-jdk_x64_alpine-linux_hotspot_8u492b03-ea.tar.gz
[2026-02-17T21:55:40.206Z] -rw-r--r-- 1 jenkins jenkins 41756241 Feb 17 21:49 OpenJDK8U-jre_x64_alpine-linux_hotspot_8u492b03-ea.tar.gz
[2026-02-17T21:55:40.206Z] -rw-rw-r-- 1 jenkins jenkins 21595 Feb 17 21:52 OpenJDK8U-sbom_x64_alpine-linux_hotspot_8u492b03-ea-metadata.json
[2026-02-17T21:55:40.206Z] -rw-r--r-- 1 jenkins jenkins 75878 Feb 17 21:53 OpenJDK8U-sbom_x64_alpine-linux_hotspot_8u492b03-ea.json
[2026-02-17T21:55:40.206Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 17 21:55 tmp
[2026-02-17T21:55:40.206Z] List files in jdkbinary/tmp folder...
[2026-02-17T21:55:40.206Z] total 4
[2026-02-17T21:55:40.206Z] drwxr-xr-x 8 jenkins jenkins 4096 Feb 17 21:55 jdk8u492-b03
[2026-02-17T21:55:40.206Z] Moving directory jdk8u492-b03/ to ../j2sdk-image
[2026-02-17T21:55:40.206Z] Uncompressing file: OpenJDK8U-jre_x64_alpine-linux_hotspot_8u492b03-ea.tar.gz ...
[2026-02-17T21:55:41.784Z] List files in jdkbinary folder...
[2026-02-17T21:55:41.784Z] total 306076
[2026-02-17T21:55:41.784Z] -rw-r--r-- 1 jenkins jenkins 170162224 Feb 17 21:49 OpenJDK8U-debugimage_x64_alpine-linux_hotspot_8u492b03-ea.tar.gz
[2026-02-17T21:55:41.784Z] -rw-r--r-- 1 jenkins jenkins 101385398 Feb 17 21:49 OpenJDK8U-jdk_x64_alpine-linux_hotspot_8u492b03-ea.tar.gz
[2026-02-17T21:55:41.784Z] -rw-r--r-- 1 jenkins jenkins 41756241 Feb 17 21:49 OpenJDK8U-jre_x64_alpine-linux_hotspot_8u492b03-ea.tar.gz
[2026-02-17T21:55:41.784Z] -rw-rw-r-- 1 jenkins jenkins 21595 Feb 17 21:52 OpenJDK8U-sbom_x64_alpine-linux_hotspot_8u492b03-ea-metadata.json
[2026-02-17T21:55:41.784Z] -rw-r--r-- 1 jenkins jenkins 75878 Feb 17 21:53 OpenJDK8U-sbom_x64_alpine-linux_hotspot_8u492b03-ea.json
[2026-02-17T21:55:41.784Z] drwxr-xr-x 8 jenkins jenkins 4096 Feb 17 21:55 j2sdk-image
[2026-02-17T21:55:41.784Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 17 21:55 tmp
[2026-02-17T21:55:41.784Z] List files in jdkbinary/tmp folder...
[2026-02-17T21:55:41.784Z] total 4
[2026-02-17T21:55:41.784Z] drwxr-xr-x 5 jenkins jenkins 4096 Feb 17 21:55 jdk8u492-b03-jre
[2026-02-17T21:55:41.784Z] Moving directory jdk8u492-b03-jre/ to ../j2re-image
[2026-02-17T21:55:41.784Z] Uncompressing OpenJDK8U-debugimage_x64_alpine-linux_hotspot_8u492b03-ea.tar.gz over ./j2sdk-image/jre...
[2026-02-17T21:55:47.367Z] Removing top-level folder jdk8u492-b03-debug-image/
[2026-02-17T21:55:47.367Z] Removing top-level folder jdk8u492-b03/
[2026-02-17T21:55:54.135Z] Run /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image/bin/java -version
[2026-02-17T21:55:54.135Z] =JAVA VERSION OUTPUT BEGIN=
[2026-02-17T21:55:54.135Z] openjdk version "1.8.0_492-beta"
[2026-02-17T21:55:54.135Z] OpenJDK Runtime Environment (Temurin)(build 1.8.0_492-beta-202602172124-b03)
[2026-02-17T21:55:54.135Z] OpenJDK 64-Bit Server VM (Temurin)(build 25.492-b03, mixed mode)
[2026-02-17T21:55:54.135Z] =JAVA VERSION OUTPUT END=
[2026-02-17T21:55:54.135Z] =RELEASE INFO BEGIN=
[2026-02-17T21:55:54.135Z] JAVA_VERSION="1.8.0_492"
[2026-02-17T21:55:54.135Z] OS_NAME="Linux"
[2026-02-17T21:55:54.135Z] OS_VERSION="2.6"
[2026-02-17T21:55:54.135Z] OS_ARCH="amd64"
[2026-02-17T21:55:54.135Z] SOURCE=".:git:fb1e5e7d2bca+"
[2026-02-17T21:55:54.135Z] IMPLEMENTOR="Eclipse Adoptium"
[2026-02-17T21:55:54.135Z] BUILD_SOURCE="git:e96bbeac79b072cebb4fb1a6123e60383fd5bbce"
[2026-02-17T21:55:54.135Z] BUILD_SOURCE_REPO="https://github.com/adoptium/temurin-build.git"
[2026-02-17T21:55:54.135Z] SOURCE_REPO="https://github.com/adoptium/alpine-jdk8u.git"
[2026-02-17T21:55:54.135Z] FULL_VERSION="1.8.0_492-beta-202602172124-b03"
[2026-02-17T21:55:54.135Z] SEMANTIC_VERSION="8.0.492+3"
[2026-02-17T21:55:54.135Z] BUILD_INFO="OS: Linux Version: 6.8.0-1044-azure"
[2026-02-17T21:55:54.135Z] JVM_VARIANT="Hotspot"
[2026-02-17T21:55:54.135Z] JVM_VERSION="25.492-b03"
[2026-02-17T21:55:54.135Z] IMAGE_TYPE="JDK"
[2026-02-17T21:55:54.135Z] =RELEASE INFO END=
[2026-02-17T21:55:54.135Z] get testKitGen...
[2026-02-17T21:55:54.135Z] git clone -q https://github.com/adoptium/TKG.git
[2026-02-17T21:55:55.728Z] git rev-parse master
[2026-02-17T21:55:55.728Z] git checkout -q -f d8a5e7b9cec170af57c956a21372271dee7f8dfe
[2026-02-17T21:55:55.728Z] get functional test material...
[2026-02-17T21:55:55.728Z] git clone --depth 1 --reference-if-able /home/jenkins/openjdk_cache -b master https://github.com/eclipse-openj9/openj9.git
[2026-02-17T21:55:55.728Z] Cloning into 'openj9'...
[2026-02-17T21:55:55.728Z] info: Could not add alternate for '/home/jenkins/openjdk_cache': reference repository '/home/jenkins/openjdk_cache' is not a local repository.
[2026-02-17T21:56:02.551Z] Updating files: 43% (4452/10148)
[2026-02-17T21:56:02.551Z] Updating files: 44% (4466/10148)
[2026-02-17T21:56:02.551Z] Updating files: 45% (4567/10148)
[2026-02-17T21:56:02.551Z] Updating files: 46% (4669/10148)
[2026-02-17T21:56:02.551Z] Updating files: 47% (4770/10148)
[2026-02-17T21:56:02.551Z] Updating files: 48% (4872/10148)
[2026-02-17T21:56:02.551Z] Updating files: 49% (4973/10148)
[2026-02-17T21:56:03.313Z] Updating files: 50% (5074/10148)
[2026-02-17T21:56:03.313Z] Updating files: 51% (5176/10148)
[2026-02-17T21:56:03.313Z] Updating files: 52% (5277/10148)
[2026-02-17T21:56:03.313Z] Updating files: 53% (5379/10148)
[2026-02-17T21:56:03.313Z] Updating files: 54% (5480/10148)
[2026-02-17T21:56:03.313Z] Updating files: 55% (5582/10148)
[2026-02-17T21:56:03.313Z] Updating files: 56% (5683/10148)
[2026-02-17T21:56:03.313Z] Updating files: 57% (5785/10148)
[2026-02-17T21:56:03.313Z] Updating files: 58% (5886/10148)
[2026-02-17T21:56:03.313Z] Updating files: 59% (5988/10148)
[2026-02-17T21:56:03.313Z] Updating files: 60% (6089/10148)
[2026-02-17T21:56:03.313Z] Updating files: 61% (6191/10148)
[2026-02-17T21:56:03.313Z] Updating files: 62% (6292/10148)
[2026-02-17T21:56:03.313Z] Updating files: 63% (6394/10148)
[2026-02-17T21:56:03.313Z] Updating files: 64% (6495/10148)
[2026-02-17T21:56:03.313Z] Updating files: 65% (6597/10148)
[2026-02-17T21:56:03.313Z] Updating files: 66% (6698/10148)
[2026-02-17T21:56:03.313Z] Updating files: 67% (6800/10148)
[2026-02-17T21:56:03.313Z] Updating files: 68% (6901/10148)
[2026-02-17T21:56:03.313Z] Updating files: 69% (7003/10148)
[2026-02-17T21:56:03.313Z] Updating files: 70% (7104/10148)
[2026-02-17T21:56:03.313Z] Updating files: 71% (7206/10148)
[2026-02-17T21:56:03.313Z] Updating files: 72% (7307/10148)
[2026-02-17T21:56:03.313Z] Updating files: 73% (7409/10148)
[2026-02-17T21:56:03.313Z] Updating files: 74% (7510/10148)
[2026-02-17T21:56:03.313Z] Updating files: 75% (7611/10148)
[2026-02-17T21:56:03.313Z] Updating files: 76% (7713/10148)
[2026-02-17T21:56:03.313Z] Updating files: 77% (7814/10148)
[2026-02-17T21:56:03.313Z] Updating files: 78% (7916/10148)
[2026-02-17T21:56:03.313Z] Updating files: 79% (8017/10148)
[2026-02-17T21:56:03.313Z] Updating files: 80% (8119/10148)
[2026-02-17T21:56:03.313Z] Updating files: 81% (8220/10148)
[2026-02-17T21:56:03.313Z] Updating files: 82% (8322/10148)
[2026-02-17T21:56:03.313Z] Updating files: 83% (8423/10148)
[2026-02-17T21:56:03.313Z] Updating files: 84% (8525/10148)
[2026-02-17T21:56:03.313Z] Updating files: 85% (8626/10148)
[2026-02-17T21:56:03.313Z] Updating files: 86% (8728/10148)
[2026-02-17T21:56:03.313Z] Updating files: 87% (8829/10148)
[2026-02-17T21:56:03.313Z] Updating files: 88% (8931/10148)
[2026-02-17T21:56:03.313Z] Updating files: 89% (9032/10148)
[2026-02-17T21:56:03.313Z] Updating files: 90% (9134/10148)
[2026-02-17T21:56:04.097Z] Updating files: 91% (9235/10148)
[2026-02-17T21:56:04.097Z] Updating files: 92% (9337/10148)
[2026-02-17T21:56:04.097Z] Updating files: 93% (9438/10148)
[2026-02-17T21:56:04.097Z] Updating files: 93% (9494/10148)
[2026-02-17T21:56:04.097Z] Updating files: 94% (9540/10148)
[2026-02-17T21:56:04.097Z] Updating files: 95% (9641/10148)
[2026-02-17T21:56:04.097Z] Updating files: 96% (9743/10148)
[2026-02-17T21:56:04.097Z] Updating files: 97% (9844/10148)
[2026-02-17T21:56:04.097Z] Updating files: 98% (9946/10148)
[2026-02-17T21:56:04.097Z] Updating files: 99% (10047/10148)
[2026-02-17T21:56:04.097Z] Updating files: 100% (10148/10148)
[2026-02-17T21:56:04.097Z] Updating files: 100% (10148/10148), done.
[2026-02-17T21:56:04.097Z] check OpenJ9 Repo sha
[2026-02-17T21:56:04.097Z] /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/scripts/getTestenvProperties.sh --repo_dir /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/openj9 --output_file /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/testenv/testenv.properties --repo_name OPENJ9
[2026-02-17T21:56:04.097Z] Check sha in /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/openj9 and store the info in /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/testenv/testenv.properties
[2026-02-17T21:56:04.097Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
[2026-02-17T21:56:04.097Z] OPENJ9_SHA=4037fa4f50615ee12f722cd76a0ae3185a5349c0
[2026-02-17T21:56:04.097Z] total 128
[2026-02-17T21:56:04.097Z] -rw-r--r-- 1 jenkins jenkins 6735 Feb 17 21:54 Contributing.md
[2026-02-17T21:56:04.097Z] -rw-r--r-- 1 jenkins jenkins 11360 Feb 17 21:54 LICENSE
[2026-02-17T21:56:04.097Z] -rw-r--r-- 1 jenkins jenkins 65 Feb 17 21:54 NOTICE
[2026-02-17T21:56:04.097Z] -rw-r--r-- 1 jenkins jenkins 8350 Feb 17 21:54 README.md
[2026-02-17T21:56:04.097Z] drwxr-xr-x 8 jenkins jenkins 4096 Feb 17 21:55 TKG
[2026-02-17T21:56:04.097Z] drwxr-xr-x 4 jenkins jenkins 4096 Feb 17 21:54 buildenv
[2026-02-17T21:56:04.097Z] -rwxr-xr-x 1 jenkins jenkins 339 Feb 17 21:54 compile.sh
[2026-02-17T21:56:04.097Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 17 21:54 config
[2026-02-17T21:56:04.097Z] drwxr-xr-x 5 jenkins jenkins 4096 Feb 17 21:54 docs
[2026-02-17T21:56:04.097Z] drwxr-xr-x 34 jenkins jenkins 4096 Feb 17 21:54 external
[2026-02-17T21:56:04.097Z] drwxr-xr-x 8 jenkins jenkins 4096 Feb 17 21:54 functional
[2026-02-17T21:56:04.097Z] -rwxr-xr-x 1 jenkins jenkins 30011 Feb 17 21:54 get.sh
[2026-02-17T21:56:04.097Z] drwxr-xr-x 20 jenkins jenkins 4096 Feb 17 21:54 jck
[2026-02-17T21:56:04.097Z] drwxr-xr-x 13 jenkins jenkins 4096 Feb 17 21:56 openj9
[2026-02-17T21:56:04.097Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 17 21:54 openjdk
[2026-02-17T21:56:04.097Z] drwxr-xr-x 9 jenkins jenkins 4096 Feb 17 21:54 perf
[2026-02-17T21:56:04.097Z] drwxr-xr-x 4 jenkins jenkins 4096 Feb 17 21:54 scripts
[2026-02-17T21:56:04.097Z] drwxr-xr-x 13 jenkins jenkins 4096 Feb 17 21:54 system
[2026-02-17T21:56:04.097Z] -rwxr-xr-x 1 jenkins jenkins 3928 Feb 17 21:54 terminateTestProcesses.sh
[2026-02-17T21:56:04.097Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 17 21:54 testenv
[2026-02-17T21:56:04.097Z] get vendor test material...
[2026-02-17T21:56:04.097Z] vendor repo is https://github.com/adoptium/temurin-build
[2026-02-17T21:56:04.097Z] git clone -b master https://github.com/adoptium/temurin-build vendor_0
[2026-02-17T21:56:04.868Z] check vendor repo sha
[2026-02-17T21:56:04.868Z] /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/scripts/getTestenvProperties.sh --repo_dir vendor_0 --output_file /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/testenv/testenv.properties --repo_name temurin-build
[2026-02-17T21:56:04.868Z] Check sha in vendor_0 and store the info in /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/testenv/testenv.properties
[2026-02-17T21:56:04.868Z] temurin-build_REPO=https://github.com/adoptium/temurin-build
[2026-02-17T21:56:04.868Z] temurin-build_BRANCH=e96bbeac79b072cebb4fb1a6123e60383fd5bbce
[2026-02-17T21:56:04.868Z] Stage vendor_0//test/functional to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests//test/functional
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[2026-02-17T21:56:05.339Z] $ ssh-agent -k
[2026-02-17T21:56:05.348Z] unset SSH_AUTH_SOCK;
[2026-02-17T21:56:05.349Z] unset SSH_AGENT_PID;
[2026-02-17T21:56:05.349Z] echo Agent pid 1206470 killed;
[2026-02-17T21:56:05.930Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
[2026-02-17T21:56:06.300Z] 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_alpine-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-alpine-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=513&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=1&JVM_OPTIONS=&PARALLEL=None
[Pipeline] echo
[2026-02-17T21:56:06.313Z] 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_alpine-linux&GENERATE_JOBS=false&KEEP_REPORTDIR=false&PERSONAL_BUILD=false&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&LABEL=test-docker-alpine320-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-alpine-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=513&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=1&JVM_OPTIONS=&PARALLEL=None
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] echo
[2026-02-17T21:56:06.368Z] Building tests...
[Pipeline] timeout
[2026-02-17T21:56:06.372Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] echo
[2026-02-17T21:56:06.391Z] 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:56:06.875Z] 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:56:06.901Z] ITERATION: 1/1
[Pipeline] sh
[2026-02-17T21:56:08.447Z] + which Xvfb
[2026-02-17T21:56:08.447Z] /usr/bin/Xvfb
[Pipeline] wrap
[2026-02-17T21:56:09.162Z] $ Xvfb -displayfd 2 -screen 0 1024x768x24 -fbdir /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/.xvfb-343-..fbdir17614065146432001666
[Pipeline] {
[Pipeline] sh
[2026-02-17T21:56:31.485Z] + ps -f
[2026-02-17T21:56:31.490Z] + awk '{print $9}'
[2026-02-17T21:56:31.490Z] + grep '[X]vfb'
[Pipeline] echo
[2026-02-17T21:56:32.020Z] env.DISPLAY is :0
[Pipeline] sshagent
[2026-02-17T21:56:32.088Z] $ ssh-agent
[2026-02-17T21:56:32.674Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXOBpmOM/agent.1206658
[2026-02-17T21:56:32.674Z] SSH_AGENT_PID=1206660
[2026-02-17T21:56:32.674Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2026-02-17T21:56:34.105Z] + uname
[2026-02-17T21:56:34.105Z] + '[' Linux '=' AIX ]
[2026-02-17T21:56:34.105Z] + uname
[2026-02-17T21:56:34.105Z] + '[' Linux '=' SunOS ]
[2026-02-17T21:56:34.105Z] + uname
[2026-02-17T21:56:34.105Z] + '[' Linux '=' '*BSD' ]
[2026-02-17T21:56:34.105Z] + MAKE=make
[2026-02-17T21:56:34.105Z] + make -f ./aqa-tests/TKG/testEnv.mk testEnvTeardown
[2026-02-17T21:56:34.105Z] make: Nothing to be done for 'testEnvTeardown'.
[Pipeline] sh
[2026-02-17T21:56:35.911Z] + unset LD_LIBRARY_PATH
[2026-02-17T21:56:35.912Z] + uname
[2026-02-17T21:56:35.912Z] + '[' Linux '=' AIX ]
[2026-02-17T21:56:35.912Z] + uname
[2026-02-17T21:56:35.912Z] + '[' Linux '=' SunOS ]
[2026-02-17T21:56:35.912Z] + uname
[2026-02-17T21:56:35.912Z] + '[' Linux '=' '*BSD' ]
[2026-02-17T21:56:35.912Z] + MAKE=make
[2026-02-17T21:56:35.912Z] + cd ./aqa-tests
[2026-02-17T21:56:35.912Z] + . ./scripts/testenv/testenvSettings.sh
[2026-02-17T21:56:35.912Z] + set +x
[2026-02-17T21:56:35.912Z] JAVA_HOME is set to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image
[2026-02-17T21:56:35.912Z] LIB_DIR is set to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib
[2026-02-17T21:56:35.912Z] rm -f -r /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation; \
[2026-02-17T21:56:35.912Z] mkdir -p /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation; \
[2026-02-17T21:56:35.912Z] (ant -f ./scripts/build_tools.xml "-DTEST_JDK_HOME=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image" "-DTEST_ROOT=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/.." "-DLIB_DIR=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib" 2>&1; echo $? ) | tee "/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2026-02-17T21:56:35.912Z] if [ -z "$(tail -1 /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-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-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation"; fi
[2026-02-17T21:56:35.912Z] Buildfile: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/scripts/build_tools.xml
[2026-02-17T21:56:35.912Z]
[2026-02-17T21:56:35.912Z] build:
[2026-02-17T21:56:35.912Z]
[2026-02-17T21:56:35.912Z] clean:
[2026-02-17T21:56:35.912Z]
[2026-02-17T21:56:35.912Z] init:
[2026-02-17T21:56:35.912Z] [mkdir] Created dir: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/bin
[2026-02-17T21:56:35.912Z]
[2026-02-17T21:56:35.912Z] getDependentLibs:
[2026-02-17T21:56:35.912Z] [exec] --------------------------------------------
[2026-02-17T21:56:35.912Z] [exec] path is set to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib
[2026-02-17T21:56:35.912Z] [exec] task is set to default
[2026-02-17T21:56:35.912Z] [exec] dependencyList is set to json_simple
[2026-02-17T21:56:35.912Z] [exec] System Test jars will not be downloaded.
[2026-02-17T21:56:35.912Z] [exec] --------------------------------------------
[2026-02-17T21:56:35.912Z] [exec] Starting download third party dependent jars
[2026-02-17T21:56:35.912Z] [exec] --------------------------------------------
[2026-02-17T21:56:35.912Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib
[2026-02-17T21:56:35.912Z] [exec] /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/json-simple.jar exists with correct hash, not downloading
[2026-02-17T21:56:35.912Z] [exec] downloaded dependent third party jars successfully
[2026-02-17T21:56:35.912Z]
[2026-02-17T21:56:35.912Z] compile:
[2026-02-17T21:56:35.912Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-02-17T21:56:35.912Z] [echo] ============COMPILER SETTINGS============
[2026-02-17T21:56:35.912Z] [echo] ===fork: yes
[2026-02-17T21:56:35.912Z] [echo] ===debug: on
[2026-02-17T21:56:35.912Z] [javac] Compiling 28 source files to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/bin
[2026-02-17T21:56:38.365Z]
[2026-02-17T21:56:38.365Z] dist:
[2026-02-17T21:56:38.365Z] [jar] Building jar: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/bin/TestKitGen.jar
[2026-02-17T21:56:38.365Z]
[2026-02-17T21:56:38.365Z] BUILD SUCCESSFUL
[2026-02-17T21:56:38.365Z] Total time: 2 seconds
[2026-02-17T21:56:38.365Z] 0
[2026-02-17T21:56:38.365Z] /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image/bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector
[2026-02-17T21:56:38.365Z] Unfamiliar microArch detected in TKG. It will not be added in TKG microArch!
[2026-02-17T21:56:38.365Z] microArchOutput: model name : Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz
[2026-02-17T21:56:38.365Z] ****************************** MACHINE INFO ******************************
[2026-02-17T21:56:38.365Z] File path : /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG
[2026-02-17T21:56:38.365Z] Free Physical Memory Size : 4694106112
[2026-02-17T21:56:38.365Z] Free space (bytes) : 350787457024
[2026-02-17T21:56:38.365Z] Total Physical Memory Size : 6442450944
[2026-02-17T21:56:38.365Z] Total space (bytes) : 480790110208
[2026-02-17T21:56:38.365Z] Usable space (bytes) : 328437231616
[2026-02-17T21:56:38.365Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-02-17T21:56:38.365Z] bashVersion :
[2026-02-17T21:56:38.365Z] GNU bash, version 5.2.26(1)-release (x86_64-alpine-linux-musl)
[2026-02-17T21:56:38.365Z] Copyright (C) 2022 Free Software Foundation, Inc.
[2026-02-17T21:56:38.365Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2026-02-17T21:56:38.365Z]
[2026-02-17T21:56:38.365Z] This is free software; you are free to change and redistribute it.
[2026-02-17T21:56:38.365Z] There is NO WARRANTY, to the extent permitted by law.
[2026-02-17T21:56:38.365Z] cpuCores : 16
[2026-02-17T21:56:38.365Z] curlVersion :
[2026-02-17T21:56:38.365Z] curl 8.14.1 (x86_64-alpine-linux-musl) libcurl/8.14.1 OpenSSL/3.3.6 zlib/1.3.1 brotli/1.1.0 zstd/1.5.6 c-ares/1.33.1 libidn2/2.3.7 libpsl/0.21.5 nghttp2/1.62.1
[2026-02-17T21:56:38.365Z] Release-Date: 2025-06-04
[2026-02-17T21:56:38.365Z] Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs ipns mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp ws wss
[2026-02-17T21:56:38.365Z] Features: alt-svc AsynchDNS brotli HSTS HTTP2 HTTPS-proxy IDN IPv6 Largefile libz NTLM PSL SSL threadsafe TLS-SRP UnixSockets zstd
[2026-02-17T21:56:38.365Z] dockerVersion : bash: line 1: docker: command not found
[2026-02-17T21:56:38.365Z] gcc version : 13.2.1
[2026-02-17T21:56:38.365Z] gclibc version :
[2026-02-17T21:56:38.365Z] musl libc (x86_64)
[2026-02-17T21:56:38.365Z] Version 1.2.5
[2026-02-17T21:56:38.365Z] Dynamic Program Loader
[2026-02-17T21:56:38.365Z] Usage: /lib/ld-musl-x86_64.so.1 [options] [--] pathname
[2026-02-17T21:56:38.365Z] gdb version : bash: line 1: gdb: command not found
[2026-02-17T21:56:38.365Z] lldb version : Command could not be executed
[2026-02-17T21:56:38.365Z] makeVersion :
[2026-02-17T21:56:38.365Z] GNU Make 4.4.1
[2026-02-17T21:56:38.365Z] Built for x86_64-alpine-linux-musl
[2026-02-17T21:56:38.365Z] Copyright (C) 1988-2023 Free Software Foundation, Inc.
[2026-02-17T21:56:38.365Z] License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
[2026-02-17T21:56:38.365Z] This is free software: you are free to change and redistribute it.
[2026-02-17T21:56:38.365Z] There is NO WARRANTY, to the extent permitted by law.
[2026-02-17T21:56:38.365Z] mavenVersion : bash: line 1: mvn: command not found
[2026-02-17T21:56:38.365Z] perlVersion :
[2026-02-17T21:56:38.365Z]
[2026-02-17T21:56:38.365Z] This is perl 5, version 38, subversion 5 (v5.38.5) built for x86_64-linux-thread-multi
[2026-02-17T21:56:38.365Z]
[2026-02-17T21:56:38.365Z] Copyright 1987-2025, Larry Wall
[2026-02-17T21:56:38.365Z]
[2026-02-17T21:56:38.365Z] Perl may be copied only under the terms of either the Artistic License or the
[2026-02-17T21:56:38.365Z] GNU General Public License, which may be found in the Perl 5 source kit.
[2026-02-17T21:56:38.365Z]
[2026-02-17T21:56:38.365Z] Complete documentation for Perl, including FAQ lists, should be found on
[2026-02-17T21:56:38.365Z] this system using "man perl" or "perldoc perl". If you have access to the
[2026-02-17T21:56:38.365Z] Internet, point your browser at https://www.perl.org/, the Perl Home Page.
[2026-02-17T21:56:38.365Z]
[2026-02-17T21:56:38.365Z] podmanVersion : bash: line 1: podman: command not found
[2026-02-17T21:56:38.365Z] procArch : unknown
[2026-02-17T21:56:38.365Z] sysArch : x86_64
[2026-02-17T21:56:38.365Z] sysOS : Linux
[2026-02-17T21:56:38.365Z] ulimit :
[2026-02-17T21:56:38.365Z] real-time non-blocking time (microseconds, -R) unlimited
[2026-02-17T21:56:38.365Z] core file size (blocks, -c) unlimited
[2026-02-17T21:56:38.365Z] data seg size (kbytes, -d) unlimited
[2026-02-17T21:56:38.365Z] scheduling priority (-e) 0
[2026-02-17T21:56:38.365Z] file size (blocks, -f) unlimited
[2026-02-17T21:56:38.365Z] pending signals (-i) 257166
[2026-02-17T21:56:38.365Z] max locked memory (kbytes, -l) 8192
[2026-02-17T21:56:38.365Z] max memory size (kbytes, -m) unlimited
[2026-02-17T21:56:38.365Z] open files (-n) 1048576
[2026-02-17T21:56:38.365Z] pipe size (512 bytes, -p) 8
[2026-02-17T21:56:38.365Z] POSIX message queues (bytes, -q) 819200
[2026-02-17T21:56:38.365Z] real-time priority (-r) 0
[2026-02-17T21:56:38.365Z] stack size (kbytes, -s) 8192
[2026-02-17T21:56:38.365Z] cpu time (seconds, -t) unlimited
[2026-02-17T21:56:38.365Z] max user processes (-u) unlimited
[2026-02-17T21:56:38.365Z] virtual memory (kbytes, -v) unlimited
[2026-02-17T21:56:38.365Z] file locks (-x) unlimited
[2026-02-17T21:56:38.365Z] uname : Linux 83f7c88b075f 6.8.0-1044-azure #50~22.04.1-Ubuntu SMP Wed Dec 3 15:13:22 UTC 2025 x86_64 Linux
[2026-02-17T21:56:38.365Z] vmVendor : Oracle Corporation
[2026-02-17T21:56:38.365Z] vmVersion : 25.492-b03
[2026-02-17T21:56:38.365Z] xlc version : bash: line 1: xlC: command not found
[2026-02-17T21:56:38.365Z] **************************************************************************
[2026-02-17T21:56:38.365Z]
[2026-02-17T21:56:38.365Z] System.getProperty('java.vm.name')=OpenJDK 64-Bit Server VM
[2026-02-17T21:56:38.365Z]
[2026-02-17T21:56:38.365Z] System.getProperty('java.vendor')=Temurin
[2026-02-17T21:56:38.365Z]
[2026-02-17T21:56:38.365Z] System.getProperty('os.name')=Linux
[2026-02-17T21:56:38.365Z]
[2026-02-17T21:56:38.365Z] System.getProperty('os.arch')=amd64
[2026-02-17T21:56:38.365Z]
[2026-02-17T21:56:38.365Z] System.getProperty('java.fullversion')=null
[2026-02-17T21:56:38.365Z]
[2026-02-17T21:56:38.365Z] System.getProperty('sun.arch.data.model')=64
[2026-02-17T21:56:38.365Z]
[2026-02-17T21:56:38.365Z] make -f makeGen.mk AUTO_DETECT=true MODE=buildList TESTTARGET=extended.functional TESTLIST=
[2026-02-17T21:56:38.365Z] make[1]: Entering directory '/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-02-17T21:56:38.365Z] perl scripts/configure.pl
[2026-02-17T21:56:38.365Z] /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image/bin/java -cp "./bin/TestKitGen.jar:/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=buildList --spec=alpine-linux_x86-64 --microArch="" --osLabel="" --jdkVersion=8 --impl=hotspot --vendor="temurin" --buildList=functional/buildAndPackage --iterations=1 --aotIterations= --testFlag= --testTarget=extended.functional --testList= --numOfMachines= --testTime= --TRSSURL=
[2026-02-17T21:56:39.125Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2026-02-17T21:56:39.125Z]
[2026-02-17T21:56:39.125Z]
[2026-02-17T21:56:39.125Z] Starting to generate build list.
[2026-02-17T21:56:39.125Z]
[2026-02-17T21:56:39.125Z] Parsing /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../functional/buildAndPackage/playlist.xml
[2026-02-17T21:56:39.125Z] Generated /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/buildInfo.mk
[2026-02-17T21:56:39.125Z]
[2026-02-17T21:56:39.125Z] make[1]: Leaving directory '/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-02-17T21:56:39.125Z] make -f clean.mk cleanBuild
[2026-02-17T21:56:39.125Z] make[1]: Entering directory '/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-02-17T21:56:39.125Z] rm -f -r /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../../jvmtest
[2026-02-17T21:56:39.125Z] make[1]: Leaving directory '/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-02-17T21:56:39.125Z] make -f compile.mk compile
[2026-02-17T21:56:39.125Z] make[1]: Entering directory '/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-02-17T21:56:39.125Z] rm -f -r /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation; \
[2026-02-17T21:56:39.125Z] mkdir -p /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation; \
[2026-02-17T21:56:39.125Z] (ant -f scripts/build_test.xml "-DTEST_ROOT=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/.." "-DBUILD_ROOT=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-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-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../../jvmtest/TestConfig/resources" "-DSPEC=alpine-linux_x86-64" "-DTEST_JDK_HOME=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image" "-DJVM_VERSION=openjdk8" "-DLIB_DIR=/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib" 2>&1; echo $? ) | tee "/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2026-02-17T21:56:39.125Z] if [ -z "$(tail -1 /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-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-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/output_compilation"; fi
[2026-02-17T21:56:39.885Z] Buildfile: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/scripts/build_test.xml
[2026-02-17T21:56:39.885Z] [echo] build.list is TestConfig/build.xml,functional/buildAndPackage/build.xml
[2026-02-17T21:56:39.885Z]
[2026-02-17T21:56:39.885Z] -create_test_directory:
[2026-02-17T21:56:39.885Z] [mkdir] Created dir: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/jvmtest
[2026-02-17T21:56:39.885Z]
[2026-02-17T21:56:39.885Z] stage_test_material:
[2026-02-17T21:56:39.885Z] [copy] Copying 137 files to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/jvmtest
[2026-02-17T21:56:39.885Z]
[2026-02-17T21:56:39.885Z] build:
[2026-02-17T21:56:39.885Z]
[2026-02-17T21:56:39.885Z] init:
[2026-02-17T21:56:39.885Z] [mkdir] Created dir: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/jvmtest/TestConfig
[2026-02-17T21:56:39.885Z]
[2026-02-17T21:56:39.885Z] build:
[2026-02-17T21:56:39.885Z] [copy] Copying 15 files to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/jvmtest/TestConfig
[2026-02-17T21:56:39.885Z] [copy] Copied 4 empty directories to 2 empty directories under /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/jvmtest/TestConfig
[2026-02-17T21:56:39.885Z] [copy] Copying 1 file to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/jvmtest/TestConfig
[2026-02-17T21:56:39.885Z]
[2026-02-17T21:56:39.885Z] build:
[2026-02-17T21:56:39.885Z]
[2026-02-17T21:56:39.885Z] init:
[2026-02-17T21:56:39.885Z] [mkdir] Created dir: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/jvmtest/functional/buildAndPackage
[2026-02-17T21:56:39.885Z] [mkdir] Created dir: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/functional/buildAndPackage/bin
[2026-02-17T21:56:39.885Z]
[2026-02-17T21:56:39.885Z] getDependentLibs:
[2026-02-17T21:56:39.885Z] [exec] --------------------------------------------
[2026-02-17T21:56:39.885Z] [exec] path is set to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib
[2026-02-17T21:56:39.885Z] [exec] task is set to default
[2026-02-17T21:56:39.885Z] [exec] dependencyList is set to testng,jcommander
[2026-02-17T21:56:39.885Z] [exec] System Test jars will not be downloaded.
[2026-02-17T21:56:39.885Z] [exec] --------------------------------------------
[2026-02-17T21:56:39.885Z] [exec] Starting download third party dependent jars
[2026-02-17T21:56:39.885Z] [exec] --------------------------------------------
[2026-02-17T21:56:39.885Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib
[2026-02-17T21:56:39.885Z] [exec] /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/jcommander.jar exists with correct hash, not downloading
[2026-02-17T21:56:39.885Z] [exec] /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/testng.jar exists with correct hash, not downloading
[2026-02-17T21:56:39.885Z] [exec] downloaded dependent third party jars successfully
[2026-02-17T21:56:39.885Z]
[2026-02-17T21:56:39.885Z] compile:
[2026-02-17T21:56:39.885Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2026-02-17T21:56:39.885Z] [echo] ============COMPILER SETTINGS============
[2026-02-17T21:56:39.885Z] [echo] ===fork: yes
[2026-02-17T21:56:39.885Z] [echo] ===executable: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image/bin/javac
[2026-02-17T21:56:39.885Z] [echo] ===debug: on
[2026-02-17T21:56:39.886Z] [echo] ===destdir: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../../jvmtest/functional/buildAndPackage
[2026-02-17T21:56:40.659Z] [javac] Compiling 9 source files to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/functional/buildAndPackage/bin
[2026-02-17T21:56:41.420Z] [javac] Creating empty /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/functional/buildAndPackage/bin/net/adoptium/test/package-info.class
[2026-02-17T21:56:41.420Z]
[2026-02-17T21:56:41.420Z] dist_functional:
[2026-02-17T21:56:41.421Z] [copy] Copying 2 files to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/jvmtest/functional
[2026-02-17T21:56:41.421Z]
[2026-02-17T21:56:41.421Z] dist:
[2026-02-17T21:56:41.421Z] [jar] Building jar: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/jvmtest/functional/buildAndPackage/BuildAndPackagingTests.jar
[2026-02-17T21:56:41.421Z] [copy] Copying 3 files to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/jvmtest/functional/buildAndPackage
[2026-02-17T21:56:41.421Z]
[2026-02-17T21:56:41.421Z] clean:
[2026-02-17T21:56:41.421Z] [delete] Deleting directory /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/functional/buildAndPackage/bin
[2026-02-17T21:56:41.421Z]
[2026-02-17T21:56:41.421Z] BUILD SUCCESSFUL
[2026-02-17T21:56:41.421Z] Total time: 1 second
[2026-02-17T21:56:41.421Z] 0
[2026-02-17T21:56:41.421Z]
[2026-02-17T21:56:41.421Z]
[2026-02-17T21:56:41.421Z] RECORD TEST REPOs SHA
[2026-02-17T21:56:41.421Z] cd "/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/scripts"; \
[2026-02-17T21:56:41.421Z] bash "getSHAs.sh" --test_root_dir "/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/.." --shas_file "/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/SHAs.txt"
[2026-02-17T21:56:41.421Z] Check shas in /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/.. and store the info in /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/SHAs.txt
[2026-02-17T21:56:41.421Z] touch /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/SHAs.txt
[2026-02-17T21:56:41.421Z] ================================================
[2026-02-17T21:56:41.421Z] timestamp: 20260217-215641
[2026-02-17T21:56:41.421Z] repo dir: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests
[2026-02-17T21:56:41.421Z] git repo:
[2026-02-17T21:56:41.421Z] Fetch URL: https://github.com/adoptium/aqa-tests.git
[2026-02-17T21:56:41.421Z] sha:
[2026-02-17T21:56:41.421Z] 6ae53a7631d2a6681514f8dbc46b7c9b7747794e
[2026-02-17T21:56:41.421Z] ================================================
[2026-02-17T21:56:41.421Z] timestamp: 20260217-215641
[2026-02-17T21:56:41.421Z] repo dir: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/vendor_0
[2026-02-17T21:56:41.421Z] git repo:
[2026-02-17T21:56:41.421Z] Fetch URL: https://github.com/adoptium/temurin-build
[2026-02-17T21:56:41.421Z] sha:
[2026-02-17T21:56:41.421Z] e96bbeac79b072cebb4fb1a6123e60383fd5bbce
[2026-02-17T21:56:41.421Z] ================================================
[2026-02-17T21:56:41.421Z] timestamp: 20260217-215641
[2026-02-17T21:56:41.421Z] repo dir: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/openj9
[2026-02-17T21:56:41.421Z] git repo:
[2026-02-17T21:56:41.421Z] Fetch URL: https://github.com/eclipse-openj9/openj9.git
[2026-02-17T21:56:41.421Z] sha:
[2026-02-17T21:56:41.421Z] 4037fa4f50615ee12f722cd76a0ae3185a5349c0
[2026-02-17T21:56:41.421Z] ================================================
[2026-02-17T21:56:41.421Z] timestamp: 20260217-215641
[2026-02-17T21:56:41.421Z] repo dir: /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG
[2026-02-17T21:56:41.421Z] git repo:
[2026-02-17T21:56:41.421Z] Fetch URL: https://github.com/adoptium/TKG.git
[2026-02-17T21:56:41.421Z] sha:
[2026-02-17T21:56:41.421Z] d8a5e7b9cec170af57c956a21372271dee7f8dfe
[2026-02-17T21:56:41.421Z] make[1]: Leaving directory '/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-02-17T21:56:41.421Z] make -f makeGen.mk AUTO_DETECT=true MODE=tests TESTTARGET=extended.functional TESTLIST=
[2026-02-17T21:56:41.421Z] make[1]: Entering directory '/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-02-17T21:56:41.421Z] perl scripts/configure.pl
[2026-02-17T21:56:41.421Z] /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image/bin/java -cp "./bin/TestKitGen.jar:/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/../../../../../externalDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=tests --spec=alpine-linux_x86-64 --microArch="" --osLabel="" --jdkVersion=8 --impl=hotspot --vendor="temurin" --buildList=functional/buildAndPackage --iterations=1 --aotIterations= --testFlag= --testTarget=extended.functional --testList= --numOfMachines= --testTime= --TRSSURL=
[2026-02-17T21:56:42.182Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2026-02-17T21:56:42.182Z]
[2026-02-17T21:56:42.182Z] Starting to generate test make files.
[2026-02-17T21:56:42.182Z]
[2026-02-17T21:56:42.182Z] Parsing /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../functional/buildAndPackage/playlist.xml
[2026-02-17T21:56:42.182Z] Generated /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../functional/buildAndPackage/autoGen.mk
[2026-02-17T21:56:42.182Z]
[2026-02-17T21:56:42.182Z] Generated /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../functional/autoGen.mk
[2026-02-17T21:56:42.182Z]
[2026-02-17T21:56:42.182Z] Generated /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../autoGen.mk
[2026-02-17T21:56:42.182Z]
[2026-02-17T21:56:42.182Z] Generated /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/utils.mk
[2026-02-17T21:56:42.182Z]
[2026-02-17T21:56:42.182Z] Generated /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/../TKG/rerun.mk
[2026-02-17T21:56:42.182Z]
[2026-02-17T21:56:42.182Z] Make files are generated successfully.
[2026-02-17T21:56:42.182Z]
[2026-02-17T21:56:42.182Z] make[1]: Leaving directory '/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-02-17T21:56:42.182Z] make -f runtest.mk _extended.functional
[2026-02-17T21:56:42.182Z] make[1]: Entering directory '/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG'
[2026-02-17T21:56:42.182Z]
[2026-02-17T21:56:42.182Z] Running make 4.4.1
[2026-02-17T21:56:42.182Z] set TEST_ROOT to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/TKG/..
[2026-02-17T21:56:42.182Z] set JDK_VERSION to 8
[2026-02-17T21:56:42.182Z] set JDK_IMPL to hotspot
[2026-02-17T21:56:42.182Z] set JVM_VERSION to openjdk8
[2026-02-17T21:56:42.182Z] set JCL_VERSION to latest
[2026-02-17T21:56:42.182Z] set JAVA_HOME to /home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image
[2026-02-17T21:56:42.182Z] set SPEC to alpine-linux_x86-64
[2026-02-17T21:56:42.182Z] set TEST_FLAG to
[2026-02-17T21:56:42.182Z] Running extended.functional ...
[2026-02-17T21:56:42.182Z] There are 1 test targets in extended.functional
[2026-02-17T21:56:42.182Z] "/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/jdkbinary/j2sdk-image/bin/java" -version
[2026-02-17T21:56:42.182Z] openjdk version "1.8.0_492-beta"
[2026-02-17T21:56:42.182Z] OpenJDK Runtime Environment (Temurin)(build 1.8.0_492-beta-202602172124-b03)
[2026-02-17T21:56:42.182Z] OpenJDK 64-Bit Server VM (Temurin)(build 25.492-b03, mixed mode)
[2026-02-17T21:56:42.182Z] make[2]: Entering directory '/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests'
[2026-02-17T21:56:42.182Z] make[3]: Entering directory '/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/functional'
[2026-02-17T21:56:42.182Z] make[4]: Entering directory '/home/jenkins/workspace/build-scripts/jobs/jdk8u/jdk8u-alpine-linux-x64-temurin_SmokeTests/aqa-tests/functional/buildAndPackage'
[2026-02-17T21:56:42.182Z]
[2026-02-17T21:56:42.182Z] ===============================================