Pre Test
Started by upstream project "AQA_Test_Pipeline" build number 556
originally caused by:
Started by user Stewart X Addison
Started by upstream project "AQA_Test_Pipeline" build number 553
originally caused by:
Started by user Stewart X Addison
Started by upstream project "AQA_Test_Pipeline" build number 551
originally caused by:
Started by user Stewart X Addison
Checking out git ${ADOPTOPENJDK_REPO} into /home/jenkins/.jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux@script/7d272c0688f17ab4e5b2f6ce77a7dc9cf4df33ff05c3a95eddd38682ef795b79 to read aqa-tests/buildenv/jenkins/openjdk_tests
The recommended git tool is: git
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Using shallow clone with depth 1
Cloning repository https://github.com/adoptium/aqa-tests.git
> git init /home/jenkins/.jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux@script/7d272c0688f17ab4e5b2f6ce77a7dc9cf4df33ff05c3a95eddd38682ef795b79/aqa-tests # timeout=10
Fetching upstream changes from https://github.com/adoptium/aqa-tests.git
> git --version # timeout=10
> git --version # 'git version 2.43.0'
> git fetch --tags --force --progress --depth=1 -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=60
> git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 290ae090319488d3630c4644eb534c7bffada157 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 290ae090319488d3630c4644eb534c7bffada157 # timeout=10
Commit message: "Exclude java/foreign/sharedclosejvmti/TestSharedCloseJvmti OpenJ9 jdk26 (#6727)"
> git rev-list --no-walk 6df95738bab85e77a33a7d87d7f6eeab0bff6498 # timeout=10
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] timestamps
[Pipeline] {
[Pipeline] echo
[2025-11-14T11:26:04.639Z] SPEC: linux_arm
[Pipeline] echo
[2025-11-14T11:26:04.646Z] LABEL: ci.role.test&&sw.os.linux&&hw.arch.aarch32
[Pipeline] stage
[Pipeline] { (Queue)
[Pipeline] nodesByLabel
[2025-11-14T11:26:04.658Z] Found a total of 1 nodes with the 'ci.role.test&&sw.os.linux&&hw.arch.aarch32' label
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named dynamicAgents (to a value of type ArrayList) which could lead to memory leaks or other issues.
[Pipeline] echo
[2025-11-14T11:26:04.661Z] dynamicAgents: []
[Pipeline] node
[2025-11-14T11:26:19.665Z] Still waiting to schedule task
[2025-11-14T11:26:19.665Z] Waiting for next available executor on ‘ci.role.test&&sw.os.linux&&hw.arch.aarch32’
[2025-11-15T12:33:23.748Z] Running on test-docker-ubuntu2404-armv7-1 in /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux
[Pipeline] {
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named ref_cache (to a value of type GStringImpl) which could lead to memory leaks or other issues.
[Pipeline] retry
[Pipeline] {
[Pipeline] timeout
[2025-11-15T12:33:23.803Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] cleanWs
[2025-11-15T12:33:24.263Z] [WS-CLEANUP] Deleting project workspace...
[2025-11-15T12:33:24.264Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-11-15T12:33:24.441Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // timeout
[Pipeline] checkout
[2025-11-15T12:33:24.680Z] The recommended git tool is: git
[2025-11-15T12:33:25.047Z] No credentials specified
[2025-11-15T12:33:25.226Z] Cloning the remote Git repository
[2025-11-15T12:33:25.490Z] Cloning repository https://github.com/adoptium/aqa-tests.git
[2025-11-15T12:33:25.490Z] > git init /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests # timeout=10
[2025-11-15T12:33:25.539Z] [WARNING] Reference path does not exist: /home/jenkins/openjdk_cache
[2025-11-15T12:33:25.539Z] Fetching upstream changes from https://github.com/adoptium/aqa-tests.git
[2025-11-15T12:33:25.539Z] > git --version # timeout=10
[2025-11-15T12:33:25.544Z] > git --version # 'git version 2.43.0'
[2025-11-15T12:33:25.544Z] > git fetch --tags --force --progress -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=10
[2025-11-15T12:33:41.245Z] Avoid second fetch
[2025-11-15T12:33:41.438Z] Checking out Revision e7543a4a61f4fb214346bc881febf938899b2307 (origin/master)
[2025-11-15T12:33:40.956Z] > git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10
[2025-11-15T12:33:40.961Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
[2025-11-15T12:33:41.326Z] > git rev-parse origin/master^{commit} # timeout=10
[2025-11-15T12:33:41.518Z] > git config core.sparsecheckout # timeout=10
[2025-11-15T12:33:41.524Z] > git checkout -f e7543a4a61f4fb214346bc881febf938899b2307 # timeout=10
[2025-11-15T12:33:43.001Z] Commit message: "Correct runtests.sh backslash escape (#6728)"
[2025-11-15T12:33:43.082Z] > git rev-list --no-walk 6df95738bab85e77a33a7d87d7f6eeab0bff6498 # timeout=10
[Pipeline] }
[Pipeline] // retry
[Pipeline] load
[Pipeline] { (/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/buildenv/jenkins/JenkinsfileBase)
[Pipeline] }
[Pipeline] // load
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named jenkinsfile (to a value of type Script1) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TIME_LIMIT (to a value of type Integer) which could lead to memory leaks or other issues.
[Pipeline] timeout
[2025-11-15T12:33:54.201Z] Timeout set to expire in 10 hr
[Pipeline] {
[Pipeline] echo
[2025-11-15T12:33:54.233Z] runMulticastCmd: false
[Pipeline] stage
[Pipeline] { (Setup)
[Pipeline] sh
[2025-11-15T12:33:56.346Z] + LC_TIME=C date +%a, %d %b %Y %T %z
[Pipeline] echo
[2025-11-15T12:33:57.079Z] PROCESSCATCH: Terminating any hung/left over test processes:
[Pipeline] sh
[2025-11-15T12:33:58.955Z] + aqa-tests/terminateTestProcesses.sh jenkins
[2025-11-15T12:33:58.955Z] Unix type machine..
[2025-11-15T12:33:58.955Z] Running on a Linux host
[2025-11-15T12:33:58.955Z] Woohoo - no rogue processes detected!
Did you forget the `def` keyword? Script1 seems to be setting a field named PLATFORM (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CLONE_OPENJ9 (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CUSTOM_TARGET (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named UPSTREAM_JOB_NAME (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named UPSTREAM_JOB_NUMBER (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named SSH_AGENT_CREDENTIAL (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named KEEP_WORKSPACE (to a value of type Boolean) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_SHA (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CLOUD_PROVIDER (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named SDK_RESOURCE (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named ITERATIONS (to a value of type Integer) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named NUM_MACHINES (to a value of type Integer) which could lead to memory leaks or other issues.
[Pipeline] sh
[2025-11-15T12:34:02.159Z] + printenv
[2025-11-15T12:34:02.159Z] JENKINS_HOME=/home/jenkins/.jenkins
[2025-11-15T12:34:02.159Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
[2025-11-15T12:34:02.159Z] SETUP_JCK_RUN=false
[2025-11-15T12:34:02.159Z] USE_TESTENV_PROPERTIES=true
[2025-11-15T12:34:02.159Z] EXTERNAL_CUSTOM_BRANCH=master
[2025-11-15T12:34:02.159Z] SSH_CLIENT=78.47.239.97 43290 22
[2025-11-15T12:34:02.159Z] USER=jenkins
[2025-11-15T12:34:02.159Z] BUILD_LIST=openjdk
[2025-11-15T12:34:02.159Z] SDK_RESOURCE=releases
[2025-11-15T12:34:02.159Z] OPENJ9_BRANCH=master
[2025-11-15T12:34:02.159Z] jobStatus=SUCCESS
[2025-11-15T12:34:02.159Z] CI=true
[2025-11-15T12:34:02.159Z] RUN_CHANGES_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux/677/display/redirect?page=changes
[2025-11-15T12:34:02.159Z] ADOPTOPENJDK_REPO=https://github.com/adoptium/aqa-tests.git
[2025-11-15T12:34:02.159Z] TARGET=sanity.openjdk
[2025-11-15T12:34:02.159Z] EXIT_FAILURE=false
[2025-11-15T12:34:02.159Z] NODE_LABELS=hw.arch.aarch32 test ci.role.test ubuntu hw.dockerhost.arm.dockerhost-osuosl-ubuntu2404-aarch64-1 linux sw.os.linux ci.role.perf arm test-docker-ubuntu2404-armv7-1
[2025-11-15T12:34:02.159Z] HUDSON_URL=https://ci.adoptium.net/
[2025-11-15T12:34:02.159Z] USE_JRE=false
[2025-11-15T12:34:02.159Z] OLDPWD=/home/jenkins
[2025-11-15T12:34:02.159Z] STF_OWNER_BRANCH=adoptium:master
[2025-11-15T12:34:02.159Z] HOME=/home/jenkins
[2025-11-15T12:34:02.159Z] ADOPTOPENJDK_BRANCH=master
[2025-11-15T12:34:02.159Z] BUILD_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux/677/
[2025-11-15T12:34:02.159Z] TAP_NAME=Test_openjdk8_hs_sanity.openjdk_arm_linux.tap
[2025-11-15T12:34:02.159Z] JDK_IMPL=hotspot
[2025-11-15T12:34:02.159Z] DOCKER_REQUIRED=false
[2025-11-15T12:34:02.159Z] HUDSON_COOKIE=d105c7b2-e271-4464-a4c8-306bdb6f8b02
[2025-11-15T12:34:02.159Z] JENKINS_SERVER_COOKIE=durable-cb489a83f3ee984de26b85280c2d99edf528344e5764ad71a6ce16105ae61a07
[2025-11-15T12:34:02.159Z] PERF_ROOT=/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../benchmarks
[2025-11-15T12:34:02.159Z] WORKSPACE=/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux
[2025-11-15T12:34:02.159Z] KEEP_WORKSPACE=false
[2025-11-15T12:34:02.159Z] ARCHIVE_TEST_RESULTS=false
[2025-11-15T12:34:02.159Z] GENERATE_JOBS=false
[2025-11-15T12:34:02.159Z] TKG_OWNER_BRANCH=adoptium:master
[2025-11-15T12:34:02.159Z] PERSONAL_BUILD=false
[2025-11-15T12:34:02.159Z] LOGNAME=jenkins
[2025-11-15T12:34:02.159Z] NODE_NAME=test-docker-ubuntu2404-armv7-1
[2025-11-15T12:34:02.159Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux/677/display/redirect?page=artifacts
[2025-11-15T12:34:02.159Z] STAGE_NAME=Setup
[2025-11-15T12:34:02.159Z] AUTO_DETECT=true
[2025-11-15T12:34:02.159Z] EXECUTOR_NUMBER=0
[2025-11-15T12:34:02.159Z] JDK_VERSION=8
[2025-11-15T12:34:02.159Z] EXTERNAL_TEST_CMD=mvn clean install
[2025-11-15T12:34:02.159Z] RUN_TESTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux/677/display/redirect?page=tests
[2025-11-15T12:34:02.159Z] BUILD_DISPLAY_NAME=#677
[2025-11-15T12:34:02.159Z] CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token
[2025-11-15T12:34:02.159Z] TIME_LIMIT=10
[2025-11-15T12:34:02.159Z] HUDSON_HOME=/home/jenkins/.jenkins
[2025-11-15T12:34:02.159Z] JOB_BASE_NAME=Test_openjdk8_hs_sanity.openjdk_arm_linux
[2025-11-15T12:34:02.159Z] PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
[2025-11-15T12:34:02.159Z] PLATFORM=arm_linux
[2025-11-15T12:34:02.159Z] TKG_ITERATIONS=1
[2025-11-15T12:34:02.159Z] EXIT_SUCCESS=false
[2025-11-15T12:34:02.159Z] BUILD_ID=677
[2025-11-15T12:34:02.159Z] NUM_MACHINES=1
[2025-11-15T12:34:02.159Z] RERUN_FAILURE=false
[2025-11-15T12:34:02.159Z] BUILD_TAG=jenkins-Test_openjdk8_hs_sanity.openjdk_arm_linux-677
[2025-11-15T12:34:02.159Z] SYSTEM_LIB_DIR=/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/system_lib
[2025-11-15T12:34:02.159Z] JENKINS_URL=https://ci.adoptium.net/
[2025-11-15T12:34:02.159Z] OPENJCEPLUS_GIT_REPO=https://github.com/ibmruntimes/OpenJCEPlus.git
[2025-11-15T12:34:02.159Z] LANG=C.UTF-8
[2025-11-15T12:34:02.159Z] JOB_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux/
[2025-11-15T12:34:02.159Z] KEEP_REPORTDIR=true
[2025-11-15T12:34:02.159Z] JCK_GIT_BRANCH=master
[2025-11-15T12:34:02.159Z] ORIGIN_JDK_VERSION=8
[2025-11-15T12:34:02.159Z] BUILD_NUMBER=677
[2025-11-15T12:34:02.159Z] JENKINS_NODE_COOKIE=8a683b4c-b2dc-4e41-90af-76c0e84bbbf5
[2025-11-15T12:34:02.159Z] SHELL=/bin/sh
[2025-11-15T12:34:02.159Z] ITERATIONS=1
[2025-11-15T12:34:02.159Z] OPENJCEPLUS_GIT_BRANCH=semeru-java8
[2025-11-15T12:34:02.159Z] TEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/jdkbinary/j2sdk-image
[2025-11-15T12:34:02.159Z] RUN_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux/677/display/redirect
[2025-11-15T12:34:02.159Z] OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse:master
[2025-11-15T12:34:02.159Z] SPEC=linux_arm
[2025-11-15T12:34:02.159Z] LIGHT_WEIGHT_CHECKOUT=true
[2025-11-15T12:34:02.159Z] HUDSON_SERVER_COOKIE=2d832652af5afba8
[2025-11-15T12:34:02.159Z] JOB_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux/display/redirect
[2025-11-15T12:34:02.159Z] JOB_NAME=Test_openjdk8_hs_sanity.openjdk_arm_linux
[2025-11-15T12:34:02.159Z] SLACK_CHANNEL=aqavit-bot
[2025-11-15T12:34:02.159Z] ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium:master
[2025-11-15T12:34:02.159Z] PWD=/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux
[2025-11-15T12:34:02.159Z] LIB_DIR=/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib
[2025-11-15T12:34:02.159Z] SSH_CONNECTION=78.47.239.97 43290 172.17.0.5 22
[2025-11-15T12:34:02.159Z] WORKSPACE_TMP=/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux@tmp
[2025-11-15T12:34:02.159Z] PARALLEL=None
[2025-11-15T12:34:02.159Z] JOBSTARTTIME=Sat, 15 Nov 2025 12:33:55 +0000
[2025-11-15T12:34:02.159Z] DYNAMIC_COMPILE=false
[2025-11-15T12:34:02.159Z] RERUN_ITERATIONS=0
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.
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_REPO_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_BRANCH_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_REPO_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_BRANCH_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_SHA_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CLONE_OPENJ9_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CLONE_OPENJ9_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named JDK_VERSION_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named JDK_IMPL_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_REPOS (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_BRANCHES (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_DIRS (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_SHAS (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] echo
[2025-11-15T12:34:02.727Z] IS_SVT_TESTREPO is set to false
Did you forget the `def` keyword? Script1 seems to be setting a field named TEST_IMAGES_REQUIRED (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named DEBUG_IMAGES_REQUIRED (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CODE_COVERAGE_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named ADDITIONAL_ARTIFACTS_REQUIRED_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CURL_OPTS (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named GET_SH_CMD (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named RESOLVED_MAKE (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] dir
[2025-11-15T12:34:02.733Z] Running in /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux
[Pipeline] {
[Pipeline] sshagent
[2025-11-15T12:34:02.838Z] $ ssh-agent
[2025-11-15T12:34:03.686Z] SSH_AUTH_SOCK=/tmp/ssh-XCKWIHyp868Z/agent.1049599
[2025-11-15T12:34:03.686Z] SSH_AGENT_PID=1049601
[2025-11-15T12:34:03.686Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
[2025-11-15T12:34:03.708Z] Running in /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests
[Pipeline] {
[Pipeline] withCredentials
[2025-11-15T12:34:03.744Z] Masking supported pattern matches of $USERNAME or $PASSWORD
[Pipeline] {
[Pipeline] sh
[2025-11-15T12:34:05.633Z] + pwd
[2025-11-15T12:34:05.634Z] + ./get.sh -s /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/.. -p arm_linux -r releases -j 8 -i hotspot --clone_openj9 false
[2025-11-15T12:34:05.634Z] TESTDIR: /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests
[2025-11-15T12:34:05.634Z] load ./testenv/testenv_arm32.properties
[2025-11-15T12:34:05.634Z] Running checkTags with ./testenv/testenv_arm32.properties and 8
[2025-11-15T12:34:05.634Z] Use branch name dev from ./testenv/testenv_arm32.properties
[2025-11-15T12:34:05.634Z] get jdk binary...
[2025-11-15T12:34:05.634Z] _ENCODE_FILE_NEW=UNTAGGED curl -OLJSks --user ****:**** https://api.adoptium.net/v3/binary/latest/8/ga/linux/arm/jdk/hotspot/normal/adoptium?project=jdk
[2025-11-15T12:34:07.669Z] _ENCODE_FILE_NEW=UNTAGGED curl -OLJSks --user ****:**** https://api.adoptium.net/v3/binary/latest/8/ga/linux/arm/sbom/hotspot/normal/adoptium?project=jdk
[2025-11-15T12:34:08.632Z] Uncompressing file: OpenJDK8U-jdk_arm_linux_hotspot_8u472b08.tar.gz ...
[2025-11-15T12:34:09.597Z] List files in jdkbinary folder...
[2025-11-15T12:34:09.597Z] total 96200
[2025-11-15T12:34:09.597Z] -rw-rw-r-- 1 jenkins jenkins 98421696 Nov 15 12:34 OpenJDK8U-jdk_arm_linux_hotspot_8u472b08.tar.gz
[2025-11-15T12:34:09.597Z] -rw-rw-r-- 1 jenkins jenkins 78186 Nov 15 12:34 OpenJDK8U-sbom_arm_linux_hotspot_8u472b08.json
[2025-11-15T12:34:09.597Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 15 12:34 tmp
[2025-11-15T12:34:09.597Z] List files in jdkbinary/tmp folder...
[2025-11-15T12:34:09.597Z] total 4
[2025-11-15T12:34:09.597Z] drwxr-xr-x 8 jenkins jenkins 4096 Oct 23 15:29 jdk8u472-b08-aarch32-20251022
[2025-11-15T12:34:09.597Z] Moving directory jdk8u472-b08-aarch32-20251022/ to ../j2sdk-image
[2025-11-15T12:34:09.597Z] Run /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/jdkbinary/j2sdk-image/bin/java -version
[2025-11-15T12:34:09.597Z] =JAVA VERSION OUTPUT BEGIN=
[2025-11-15T12:34:09.597Z] openjdk version "1.8.0_472"
[2025-11-15T12:34:09.597Z] OpenJDK Runtime Environment (Temurin)(build 1.8.0_472-b08)
[2025-11-15T12:34:09.597Z] OpenJDK Client VM (Temurin)(build 25.472-b08, mixed mode)
[2025-11-15T12:34:09.597Z] =JAVA VERSION OUTPUT END=
[2025-11-15T12:34:09.597Z] =RELEASE INFO BEGIN=
[2025-11-15T12:34:09.597Z] JAVA_VERSION="1.8.0_472"
[2025-11-15T12:34:09.597Z] OS_NAME="Linux"
[2025-11-15T12:34:09.597Z] OS_VERSION="2.6"
[2025-11-15T12:34:09.597Z] OS_ARCH="aarch32"
[2025-11-15T12:34:09.597Z] SOURCE=".:git:db1f43f29fe4+"
[2025-11-15T12:34:09.597Z] IMPLEMENTOR="Eclipse Adoptium"
[2025-11-15T12:34:09.598Z] BUILD_SOURCE="git:839fa0b45d809157cffd3dc8515aad262a4a1776"
[2025-11-15T12:34:09.598Z] BUILD_SOURCE_REPO="https://github.com/adoptium/temurin-build.git"
[2025-11-15T12:34:09.598Z] SOURCE_REPO="https://github.com/adoptium/aarch32-jdk8u.git"
[2025-11-15T12:34:09.598Z] FULL_VERSION="1.8.0_472-b08"
[2025-11-15T12:34:09.598Z] SEMANTIC_VERSION="8.0.472+8"
[2025-11-15T12:34:09.598Z] BUILD_INFO="OS: Linux Version: 6.8.0-71-generic"
[2025-11-15T12:34:09.598Z] JVM_VARIANT="Hotspot"
[2025-11-15T12:34:09.598Z] JVM_VERSION="25.472-b08"
[2025-11-15T12:34:09.598Z] IMAGE_TYPE="JDK"
[2025-11-15T12:34:09.598Z] =RELEASE INFO END=
[2025-11-15T12:34:09.598Z] get testKitGen...
[2025-11-15T12:34:09.598Z] git clone -q https://github.com/adoptium/TKG.git
[2025-11-15T12:34:10.556Z] git rev-parse master
[2025-11-15T12:34:10.557Z] git checkout -q -f 53fb20ae51018f0a2f7ca2c05347c0149151f382
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[2025-11-15T12:34:11.250Z] $ ssh-agent -k
[2025-11-15T12:34:11.257Z] unset SSH_AUTH_SOCK;
[2025-11-15T12:34:11.257Z] unset SSH_AGENT_PID;
[2025-11-15T12:34:11.257Z] echo Agent pid 1049601 killed;
[2025-11-15T12:34:12.063Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
[2025-11-15T12:34:12.741Z] Rerun in Grinder: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=releases&TARGET=sanity.openjdk&BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&MODE=ENTRYPOINT&DOCKER_REQUIRED=false&REMOTE_TRIGGER=false&ACTIVE_NODE_TIMEOUT=&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=arm_linux&GENERATE_JOBS=false&KEEP_REPORTDIR=true&PERSONAL_BUILD=false&DOCKER_REGISTRY_DIR=&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&RERUN_ITERATIONS=0&SETUP_JCK_RUN=false&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&LABEL=&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&JENKINS_KEY=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&JDK_VERSION=8&USER_CREDENTIALS_ID=&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JCK_GIT_BRANCH=master&JDK_REPO=&JCK_GIT_REPO=&OPENJ9_BRANCH=master&OPENJ9_SHA=&VENDOR_TEST_BRANCHES=&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&UPSTREAM_JOB_NAME=&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&TEST_TIME=&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=aqavit-bot&DYNAMIC_COMPILE=false&RELATED_NODES=&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&APPLICATION_OPTIONS=&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=1&OPENJDK_SHA=&TRSS_URL=&RERUN_FAILURE=false&USE_TESTENV_PROPERTIES=true&BUILD_LIST=openjdk&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=10&JVM_OPTIONS=&PARALLEL=None
[Pipeline] echo
[2025-11-15T12:34:12.755Z] Rerun in Grinder on same machine: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=releases&TARGET=sanity.openjdk&BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&MODE=ENTRYPOINT&DOCKER_REQUIRED=false&REMOTE_TRIGGER=false&ACTIVE_NODE_TIMEOUT=&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=arm_linux&GENERATE_JOBS=false&KEEP_REPORTDIR=true&PERSONAL_BUILD=false&DOCKER_REGISTRY_DIR=&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&RERUN_ITERATIONS=0&SETUP_JCK_RUN=false&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&LABEL=test-docker-ubuntu2404-armv7-1&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&JENKINS_KEY=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&JDK_VERSION=8&USER_CREDENTIALS_ID=&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JCK_GIT_BRANCH=master&JDK_REPO=&JCK_GIT_REPO=&OPENJ9_BRANCH=master&OPENJ9_SHA=&VENDOR_TEST_BRANCHES=&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&UPSTREAM_JOB_NAME=&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&TEST_TIME=&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=aqavit-bot&DYNAMIC_COMPILE=false&RELATED_NODES=&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&APPLICATION_OPTIONS=&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=1&OPENJDK_SHA=&TRSS_URL=&RERUN_FAILURE=false&USE_TESTENV_PROPERTIES=true&BUILD_LIST=openjdk&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=10&JVM_OPTIONS=&PARALLEL=None
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] echo
[2025-11-15T12:34:12.817Z] Building tests...
[Pipeline] timeout
[2025-11-15T12:34:12.821Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] echo
[2025-11-15T12:34:12.849Z] Custom URL: https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[Pipeline] sh
[2025-11-15T12:34:14.889Z] + perl ./aqa-tests/TKG/scripts/getDependencies.pl -path /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib -task default -customUrl https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[2025-11-15T12:35:37.984Z] --------------------------------------------
[2025-11-15T12:35:37.984Z] path is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib
[2025-11-15T12:35:37.984Z] task is set to default
[2025-11-15T12:35:37.984Z] dependencyList is set to all
[2025-11-15T12:35:37.984Z] --------------------------------------------
[2025-11-15T12:35:37.984Z] Starting download third party dependent jars
[2025-11-15T12:35:37.984Z] --------------------------------------------
[2025-11-15T12:35:37.984Z] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib
[2025-11-15T12:35:37.984Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/jython-standalone.jar exists with correct hash, not downloading
[2025-11-15T12:35:37.984Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/apache-maven-bin.tar.gz exists with correct hash, not downloading
[2025-11-15T12:35:37.984Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/javassist.jar exists with correct hash, not downloading
[2025-11-15T12:35:37.984Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/jcommander.jar exists with correct hash, not downloading
[2025-11-15T12:35:37.984Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/asmtools.jar exists with correct hash, not downloading
[2025-11-15T12:35:37.984Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/byte-buddy.jar exists with correct hash, not downloading
[2025-11-15T12:35:37.984Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/dacapo.zip exists with correct hash, not downloading
[2025-11-15T12:35:37.985Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/asm-all.jar exists with correct hash, not downloading
[2025-11-15T12:35:37.985Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/jtreg_7_5_1_1.tar.gz exists with correct hash, not downloading
[2025-11-15T12:35:37.985Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/byte-buddy-agent.jar exists with correct hash, not downloading
[2025-11-15T12:35:37.985Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/jtreg_8_1_1.tar.gz exists with correct hash, not downloading
[2025-11-15T12:35:37.985Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/mockito-core.jar exists with correct hash, not downloading
[2025-11-15T12:35:37.985Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/jaxb-api.jar exists with correct hash, not downloading
[2025-11-15T12:35:37.985Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/openj9jtregtimeouthandler.jar exists with correct hash, not downloading
[2025-11-15T12:35:37.985Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-11-15T12:35:37.985Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/asm.jar exists with correct hash, not downloading
[2025-11-15T12:35:37.985Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/jtreg_5_1_b01.tar.gz exists with correct hash, not downloading
[2025-11-15T12:35:37.985Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/jcstress-tests-all-20240222.jar exists with correct hash, not downloading
[2025-11-15T12:35:37.985Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/commons-cli.jar exists with correct hash, not downloading
[2025-11-15T12:35:37.985Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/testng.jar exists with correct hash, not downloading
[2025-11-15T12:35:37.985Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/jtreg_7_4_1.tar.gz exists with correct hash, not downloading
[2025-11-15T12:35:37.985Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/org.eclipse.osgi-3.16.100.jar exists with correct hash, not downloading
[2025-11-15T12:35:37.985Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/objenesis.jar exists with correct hash, not downloading
[2025-11-15T12:35:37.985Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/junit4.jar exists with correct hash, not downloading
[2025-11-15T12:35:37.985Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/jtreg_8_2.tar.gz exists with correct hash, not downloading
[2025-11-15T12:35:37.985Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/jtreg_7_3_1_1.tar.gz exists with correct hash, not downloading
[2025-11-15T12:35:37.985Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/commons-exec.jar exists with correct hash, not downloading
[2025-11-15T12:35:37.985Z] downloaded dependent third party jars successfully
[Pipeline] }
[Pipeline] // timeout
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] withCredentials
[2025-11-15T12:35:38.966Z] Masking supported pattern matches of $USERNAME or $PASSWORD
[Pipeline] {
[Pipeline] dir
[2025-11-15T12:35:38.993Z] Running in /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests
[Pipeline] {
[Pipeline] sshagent
[2025-11-15T12:35:39.096Z] $ ssh-agent
[2025-11-15T12:35:39.913Z] SSH_AUTH_SOCK=/tmp/ssh-eIQRKEzEH9kg/agent.1049734
[2025-11-15T12:35:39.913Z] SSH_AGENT_PID=1049737
[2025-11-15T12:35:39.913Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2025-11-15T12:35:41.795Z] + bash ./compile.sh
[2025-11-15T12:35:41.795Z] declare -x ADOPTOPENJDK_BRANCH="master"
[2025-11-15T12:35:41.795Z] declare -x ADOPTOPENJDK_REPO="https://github.com/adoptium/aqa-tests.git"
[2025-11-15T12:35:41.795Z] declare -x ADOPTOPENJDK_SYSTEMTEST_BRANCH="master"
[2025-11-15T12:35:41.795Z] declare -x ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH="adoptium:master"
[2025-11-15T12:35:41.796Z] declare -x ADOPTOPENJDK_SYSTEMTEST_REPO="https://github.com/adoptium/aqa-systemtest.git"
[2025-11-15T12:35:41.796Z] declare -x AQA_REQUIRED_TARGETS="sanity.functional,extended.functional,special.functional,sanity.openjdk,extended.openjdk,sanity.system,extended.system,sanity.perf,extended.perf"
[2025-11-15T12:35:41.796Z] declare -x ARCHIVE_TEST_RESULTS="false"
[2025-11-15T12:35:41.796Z] declare -x AUTO_DETECT="true"
[2025-11-15T12:35:41.796Z] declare -x BUILD_DISPLAY_NAME="#677"
[2025-11-15T12:35:41.796Z] declare -x BUILD_ID="677"
[2025-11-15T12:35:41.796Z] declare -x BUILD_LIST="openjdk"
[2025-11-15T12:35:41.796Z] declare -x BUILD_NUMBER="677"
[2025-11-15T12:35:41.796Z] declare -x BUILD_TAG="jenkins-Test_openjdk8_hs_sanity.openjdk_arm_linux-677"
[2025-11-15T12:35:41.796Z] declare -x BUILD_URL="https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux/677/"
[2025-11-15T12:35:41.796Z] declare -x CI="true"
[2025-11-15T12:35:41.796Z] declare -x CUSTOMIZED_SDK_URL_CREDENTIAL_ID="eclipse_temurin_bot_email_and_token"
[2025-11-15T12:35:41.796Z] declare -x CUSTOM_TARGET_KEY_VALUE="CUSTOM_TARGET="
[2025-11-15T12:35:41.796Z] declare -x DOCKER_REQUIRED="false"
[2025-11-15T12:35:41.796Z] declare -x DYNAMIC_COMPILE="false"
[2025-11-15T12:35:41.796Z] declare -x EXECUTOR_NUMBER="0"
[2025-11-15T12:35:41.796Z] declare -x EXIT_FAILURE="false"
[2025-11-15T12:35:41.796Z] declare -x EXIT_SUCCESS="false"
[2025-11-15T12:35:41.796Z] declare -x EXTERNAL_CUSTOM_BRANCH="master"
[2025-11-15T12:35:41.796Z] declare -x EXTERNAL_TEST_CMD="mvn clean install"
[2025-11-15T12:35:41.796Z] declare -x FAILED_TEST_TARGET="TARGET=sanity.openjdk"
[2025-11-15T12:35:41.796Z] declare -x GENERATE_JOBS="false"
[2025-11-15T12:35:41.796Z] declare -x HOME="/home/jenkins"
[2025-11-15T12:35:41.796Z] declare -x HUDSON_COOKIE="5613e6d9-457c-4185-8338-0a4ff8d041b3"
[2025-11-15T12:35:41.796Z] declare -x HUDSON_HOME="/home/jenkins/.jenkins"
[2025-11-15T12:35:41.796Z] declare -x HUDSON_SERVER_COOKIE="2d832652af5afba8"
[2025-11-15T12:35:41.796Z] declare -x HUDSON_URL="https://ci.adoptium.net/"
[2025-11-15T12:35:41.796Z] declare -x IS_SVT_TESTREPO="false"
[2025-11-15T12:35:41.796Z] declare -x ITERATIONS="1"
[2025-11-15T12:35:41.796Z] declare -x JCK_GIT_BRANCH="master"
[2025-11-15T12:35:41.796Z] declare -x JDK8_BRANCH="dev"
[2025-11-15T12:35:41.796Z] declare -x JDK8_REPO="https://github.com/adoptium/aarch32-jdk8u.git"
[2025-11-15T12:35:41.796Z] declare -x JDK_IMPL="hotspot"
[2025-11-15T12:35:41.796Z] declare -x JDK_VERSION="8"
[2025-11-15T12:35:41.796Z] declare -x JENKINS_HOME="/home/jenkins/.jenkins"
[2025-11-15T12:35:41.796Z] declare -x JENKINS_NODE_COOKIE="8a683b4c-b2dc-4e41-90af-76c0e84bbbf5"
[2025-11-15T12:35:41.796Z] declare -x JENKINS_SERVER_COOKIE="durable-537939164afd805f28aee0707fbe4102d0084e1bf9ab2bab40d794cf944781f5"
[2025-11-15T12:35:41.796Z] declare -x JENKINS_URL="https://ci.adoptium.net/"
[2025-11-15T12:35:41.796Z] declare -x JOBSTARTTIME="Sat, 15 Nov 2025 12:33:55 +0000"
[2025-11-15T12:35:41.796Z] declare -x JOB_BASE_NAME="Test_openjdk8_hs_sanity.openjdk_arm_linux"
[2025-11-15T12:35:41.796Z] declare -x JOB_DISPLAY_URL="https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux/display/redirect"
[2025-11-15T12:35:41.796Z] declare -x JOB_NAME="Test_openjdk8_hs_sanity.openjdk_arm_linux"
[2025-11-15T12:35:41.796Z] declare -x JOB_URL="https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux/"
[2025-11-15T12:35:41.796Z] declare -x KEEP_REPORTDIR="true"
[2025-11-15T12:35:41.796Z] declare -x KEEP_WORKSPACE="false"
[2025-11-15T12:35:41.796Z] declare -x LANG="C.UTF-8"
[2025-11-15T12:35:41.797Z] declare -x LIB_DIR="/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib"
[2025-11-15T12:35:41.797Z] declare -x LIGHT_WEIGHT_CHECKOUT="true"
[2025-11-15T12:35:41.797Z] declare -x LOGNAME="jenkins"
[2025-11-15T12:35:41.797Z] declare -x NODE_LABELS="hw.arch.aarch32 test ci.role.test ubuntu hw.dockerhost.arm.dockerhost-osuosl-ubuntu2404-aarch64-1 linux sw.os.linux ci.role.perf arm test-docker-ubuntu2404-armv7-1"
[2025-11-15T12:35:41.797Z] declare -x NODE_NAME="test-docker-ubuntu2404-armv7-1"
[2025-11-15T12:35:41.797Z] declare -x NUM_MACHINES="1"
[2025-11-15T12:35:41.797Z] declare -x OLDPWD="/home/jenkins"
[2025-11-15T12:35:41.797Z] declare -x OPENJ9_BRANCH="master"
[2025-11-15T12:35:41.797Z] declare -x OPENJ9_REPO="https://github.com/eclipse-openj9/openj9.git"
[2025-11-15T12:35:41.797Z] declare -x OPENJ9_SYSTEMTEST_BRANCH="master"
[2025-11-15T12:35:41.797Z] declare -x OPENJ9_SYSTEMTEST_OWNER_BRANCH="eclipse:master"
[2025-11-15T12:35:41.797Z] declare -x OPENJ9_SYSTEMTEST_REPO="https://github.com/eclipse-openj9/openj9-systemtest.git"
[2025-11-15T12:35:41.797Z] declare -x OPENJCEPLUS_GIT_BRANCH="semeru-java8"
[2025-11-15T12:35:41.797Z] declare -x OPENJCEPLUS_GIT_REPO="https://github.com/ibmruntimes/OpenJCEPlus.git"
[2025-11-15T12:35:41.797Z] declare -x ORIGIN_JDK_VERSION="8"
[2025-11-15T12:35:41.797Z] declare -x PARALLEL="None"
[2025-11-15T12:35:41.797Z] declare -x PASSWORD="****"
[2025-11-15T12:35:41.797Z] declare -x PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
[2025-11-15T12:35:41.797Z] declare -x PERF_ROOT="/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../benchmarks"
[2025-11-15T12:35:41.797Z] declare -x PERSONAL_BUILD="false"
[2025-11-15T12:35:41.797Z] declare -x PLATFORM="arm_linux"
[2025-11-15T12:35:41.797Z] declare -x PWD="/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests"
[2025-11-15T12:35:41.797Z] declare -x RERUN_FAILURE="false"
[2025-11-15T12:35:41.797Z] declare -x RERUN_ITERATIONS="0"
[2025-11-15T12:35:41.798Z] declare -x RERUN_LINK="https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=releases&TARGET=sanity.openjdk&BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&MODE=ENTRYPOINT&DOCKER_REQUIRED=false&REMOTE_TRIGGER=false&ACTIVE_NODE_TIMEOUT=&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=arm_linux&GENERATE_JOBS=false&KEEP_REPORTDIR=true&PERSONAL_BUILD=false&DOCKER_REGISTRY_DIR=&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&RERUN_ITERATIONS=0&SETUP_JCK_RUN=false&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&LABEL=&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&JENKINS_KEY=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&JDK_VERSION=8&USER_CREDENTIALS_ID=&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JCK_GIT_BRANCH=master&JDK_REPO=&JCK_GIT_REPO=&OPENJ9_BRANCH=master&OPENJ9_SHA=&VENDOR_TEST_BRANCHES=&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&UPSTREAM_JOB_NAME=&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&TEST_TIME=&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=aqavit-bot&DYNAMIC_COMPILE=false&RELATED_NODES=&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&APPLICATION_OPTIONS=&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=1&OPENJDK_SHA=&TRSS_URL=&RERUN_FAILURE=false&USE_TESTENV_PROPERTIES=true&BUILD_LIST=openjdk&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=10&JVM_OPTIONS=&PARALLEL=None"
[2025-11-15T12:35:41.798Z] declare -x RUN_ARTIFACTS_DISPLAY_URL="https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux/677/display/redirect?page=artifacts"
[2025-11-15T12:35:41.798Z] declare -x RUN_CHANGES_DISPLAY_URL="https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux/677/display/redirect?page=changes"
[2025-11-15T12:35:41.798Z] declare -x RUN_DISPLAY_URL="https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux/677/display/redirect"
[2025-11-15T12:35:41.798Z] declare -x RUN_TESTS_DISPLAY_URL="https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux/677/display/redirect?page=tests"
[2025-11-15T12:35:41.798Z] declare -x SDK_RESOURCE="releases"
[2025-11-15T12:35:41.798Z] declare -x SETUP_JCK_RUN="false"
[2025-11-15T12:35:41.798Z] declare -x SHELL="/bin/sh"
[2025-11-15T12:35:41.798Z] declare -x SHLVL="1"
[2025-11-15T12:35:41.798Z] declare -x SLACK_CHANNEL="aqavit-bot"
[2025-11-15T12:35:41.798Z] declare -x SPEC="linux_arm"
[2025-11-15T12:35:41.798Z] declare -x SSH_AGENT_PID="1049737"
[2025-11-15T12:35:41.798Z] declare -x SSH_AUTH_SOCK="/tmp/ssh-eIQRKEzEH9kg/agent.1049734"
[2025-11-15T12:35:41.798Z] declare -x SSH_CLIENT="78.47.239.97 43290 22"
[2025-11-15T12:35:41.799Z] declare -x SSH_CONNECTION="78.47.239.97 43290 172.17.0.5 22"
[2025-11-15T12:35:41.799Z] declare -x STAGE_NAME="Build"
[2025-11-15T12:35:41.799Z] declare -x STF_BRANCH="master"
[2025-11-15T12:35:41.799Z] declare -x STF_OWNER_BRANCH="adoptium:master"
[2025-11-15T12:35:41.799Z] declare -x STF_REPO="https://github.com/adoptium/STF.git"
[2025-11-15T12:35:41.799Z] declare -x SYSTEM_LIB_DIR="/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/system_lib"
[2025-11-15T12:35:41.799Z] declare -x TAP_NAME="Test_openjdk8_hs_sanity.openjdk_arm_linux.tap"
[2025-11-15T12:35:41.799Z] declare -x TARGET="sanity.openjdk"
[2025-11-15T12:35:41.799Z] declare -x TEST_JDK_HOME="/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/jdkbinary/j2sdk-image"
[2025-11-15T12:35:41.799Z] declare -x TIME_LIMIT="10"
[2025-11-15T12:35:41.799Z] declare -x TKG_BRANCH="master"
[2025-11-15T12:35:41.799Z] declare -x TKG_ITERATIONS="1"
[2025-11-15T12:35:41.799Z] declare -x TKG_OWNER_BRANCH="adoptium:master"
[2025-11-15T12:35:41.799Z] declare -x TKG_REPO="https://github.com/adoptium/TKG.git"
[2025-11-15T12:35:41.799Z] declare -x USER="jenkins"
[2025-11-15T12:35:41.799Z] declare -x USERNAME="****"
[2025-11-15T12:35:41.799Z] declare -x USE_JRE="false"
[2025-11-15T12:35:41.799Z] declare -x USE_TESTENV_PROPERTIES="true"
[2025-11-15T12:35:41.799Z] declare -x WORKSPACE="/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux"
[2025-11-15T12:35:41.799Z] declare -x WORKSPACE_TMP="/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux@tmp"
[2025-11-15T12:35:41.799Z] declare -x jobStatus="SUCCESS"
[2025-11-15T12:35:41.799Z] Set values based on ./testenv/testenv_arm32.properties:
[2025-11-15T12:35:41.799Z] =========
[2025-11-15T12:35:41.799Z] TKG_REPO=https://github.com/adoptium/TKG.git
[2025-11-15T12:35:41.799Z] TKG_BRANCH=master
[2025-11-15T12:35:41.799Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
[2025-11-15T12:35:41.799Z] OPENJ9_BRANCH=master
[2025-11-15T12:35:41.799Z] STF_REPO=https://github.com/adoptium/STF.git
[2025-11-15T12:35:41.799Z] STF_BRANCH=master
[2025-11-15T12:35:41.799Z] OPENJ9_SYSTEMTEST_REPO=https://github.com/eclipse-openj9/openj9-systemtest.git
[2025-11-15T12:35:41.799Z] OPENJ9_SYSTEMTEST_BRANCH=master
[2025-11-15T12:35:41.799Z] ADOPTOPENJDK_SYSTEMTEST_REPO=https://github.com/adoptium/aqa-systemtest.git
[2025-11-15T12:35:41.799Z] ADOPTOPENJDK_SYSTEMTEST_BRANCH=master
[2025-11-15T12:35:41.799Z] JDK8_REPO=https://github.com/adoptium/aarch32-jdk8u.git
[2025-11-15T12:35:41.799Z] JDK8_BRANCH=dev
[2025-11-15T12:35:41.799Z] AQA_REQUIRED_TARGETS=sanity.functional,extended.functional,special.functional,sanity.openjdk,extended.openjdk,sanity.system,extended.system,sanity.perf,extended.perf
[2025-11-15T12:35:41.799Z]
[2025-11-15T12:35:41.799Z]
[2025-11-15T12:35:41.799Z] =========
[2025-11-15T12:35:41.799Z]
[2025-11-15T12:35:41.799Z] JDK_REPO=https://github.com/adoptium/aarch32-jdk8u.git
[2025-11-15T12:35:41.799Z] JDK_BRANCH=dev
[2025-11-15T12:35:41.799Z] OPENJCEPLUS_GIT_REPO=https://github.com/ibmruntimes/OpenJCEPlus.git
[2025-11-15T12:35:41.799Z] OPENJCEPLUS_GIT_BRANCH=semeru-java8
[2025-11-15T12:35:41.799Z] JAVA_HOME is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/jdkbinary/j2sdk-image
[2025-11-15T12:35:41.799Z] LIB_DIR is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib
[2025-11-15T12:35:41.799Z] rm -f -r /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-11-15T12:35:41.799Z] mkdir -p /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-11-15T12:35:41.800Z] (ant -f ./scripts/build_tools.xml "-DTEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/jdkbinary/j2sdk-image" "-DTEST_ROOT=/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/.." "-DLIB_DIR=/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib" 2>&1; echo $? ) | tee "/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2025-11-15T12:35:41.800Z] if [ -z "$(tail -1 /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/../TKG/output_compilation"; fi
[2025-11-15T12:35:41.800Z] Buildfile: /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/scripts/build_tools.xml
[2025-11-15T12:35:41.800Z]
[2025-11-15T12:35:41.800Z] build:
[2025-11-15T12:35:41.800Z]
[2025-11-15T12:35:41.800Z] clean:
[2025-11-15T12:35:41.800Z]
[2025-11-15T12:35:41.800Z] init:
[2025-11-15T12:35:41.800Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/bin
[2025-11-15T12:35:41.800Z]
[2025-11-15T12:35:41.800Z] getDependentLibs:
[2025-11-15T12:35:41.800Z] [exec] --------------------------------------------
[2025-11-15T12:35:41.800Z] [exec] path is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib
[2025-11-15T12:35:41.800Z] [exec] task is set to default
[2025-11-15T12:35:41.800Z] [exec] dependencyList is set to json_simple
[2025-11-15T12:35:41.800Z] [exec] --------------------------------------------
[2025-11-15T12:35:41.800Z] [exec] Starting download third party dependent jars
[2025-11-15T12:35:41.800Z] [exec] --------------------------------------------
[2025-11-15T12:35:41.800Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib
[2025-11-15T12:35:41.800Z] [exec] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-11-15T12:35:41.800Z] [exec] downloaded dependent third party jars successfully
[2025-11-15T12:35:41.800Z]
[2025-11-15T12:35:41.800Z] compile:
[2025-11-15T12:35:42.934Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-11-15T12:35:42.934Z] [echo] ============COMPILER SETTINGS============
[2025-11-15T12:35:42.934Z] [echo] ===fork: yes
[2025-11-15T12:35:42.934Z] [echo] ===debug: on
[2025-11-15T12:35:42.934Z] [javac] Compiling 28 source files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/bin
[2025-11-15T12:35:43.909Z]
[2025-11-15T12:35:43.909Z] dist:
[2025-11-15T12:35:43.909Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/bin/TestKitGen.jar
[2025-11-15T12:35:43.909Z]
[2025-11-15T12:35:43.909Z] BUILD SUCCESSFUL
[2025-11-15T12:35:43.909Z] Total time: 2 seconds
[2025-11-15T12:35:43.909Z] 0
[2025-11-15T12:35:43.909Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/jdkbinary/j2sdk-image/bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector
[2025-11-15T12:35:43.909Z] Unfamiliar microArch detected in TKG. It will not be added in TKG microArch!
[2025-11-15T12:35:43.909Z] microArchOutput:
[2025-11-15T12:35:44.870Z] ****************************** MACHINE INFO ******************************
[2025-11-15T12:35:44.870Z] File path : /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG
[2025-11-15T12:35:44.870Z] Free Physical Memory Size : 3459203072
[2025-11-15T12:35:44.870Z] Free space (bytes) : 50851799040
[2025-11-15T12:35:44.870Z] Total Physical Memory Size : 6442450944
[2025-11-15T12:35:44.870Z] Total space (bytes) : 167961710592
[2025-11-15T12:35:44.870Z] Usable space (bytes) : 42245300224
[2025-11-15T12:35:44.870Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-11-15T12:35:44.870Z] bashVersion :
[2025-11-15T12:35:44.870Z] GNU bash, version 5.2.21(1)-release (arm-unknown-linux-gnueabihf)
[2025-11-15T12:35:44.870Z] Copyright (C) 2022 Free Software Foundation, Inc.
[2025-11-15T12:35:44.870Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-11-15T12:35:44.870Z]
[2025-11-15T12:35:44.870Z] This is free software; you are free to change and redistribute it.
[2025-11-15T12:35:44.870Z] There is NO WARRANTY, to the extent permitted by law.
[2025-11-15T12:35:44.870Z] cpuCores : 8
[2025-11-15T12:35:44.870Z] curlVersion :
[2025-11-15T12:35:44.870Z] curl 8.5.0 (arm-unknown-linux-gnueabihf) libcurl/8.5.0 OpenSSL/3.0.13 zlib/1.3 brotli/1.1.0 zstd/1.5.5 libidn2/2.3.7 libpsl/0.21.2 (+libidn2/2.3.7) libssh/0.10.6/openssl/zlib nghttp2/1.59.0 librtmp/2.3 OpenLDAP/2.6.7
[2025-11-15T12:35:44.870Z] Release-Date: 2023-12-06, security patched: 8.5.0-2ubuntu10.6
[2025-11-15T12:35:44.870Z] Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp
[2025-11-15T12:35:44.870Z] Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM PSL SPNEGO SSL threadsafe TLS-SRP UnixSockets zstd
[2025-11-15T12:35:44.870Z] dockerVersion : bash: line 1: docker: command not found
[2025-11-15T12:35:44.870Z] gcc version : 13
[2025-11-15T12:35:44.870Z] gclibc version : ldd (Ubuntu GLIBC 2.39-0ubuntu8.6) 2.39
[2025-11-15T12:35:44.870Z] gdb version : bash: line 1: gdb: command not found
[2025-11-15T12:35:44.870Z] lldb version : Command could not be executed
[2025-11-15T12:35:44.870Z] makeVersion :
[2025-11-15T12:35:44.870Z] GNU Make 4.3
[2025-11-15T12:35:44.870Z] Built for arm-unknown-linux-gnueabihf
[2025-11-15T12:35:44.870Z] Copyright (C) 1988-2020 Free Software Foundation, Inc.
[2025-11-15T12:35:44.871Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-11-15T12:35:44.871Z] This is free software: you are free to change and redistribute it.
[2025-11-15T12:35:44.871Z] There is NO WARRANTY, to the extent permitted by law.
[2025-11-15T12:35:44.871Z] mavenVersion : bash: line 1: mvn: command not found
[2025-11-15T12:35:44.871Z] osInfo :
[2025-11-15T12:35:44.871Z] PRETTY_NAME="Ubuntu 24.04.3 LTS"
[2025-11-15T12:35:44.871Z] NAME="Ubuntu"
[2025-11-15T12:35:44.871Z] VERSION_ID="24.04"
[2025-11-15T12:35:44.871Z] VERSION="24.04.3 LTS (Noble Numbat)"
[2025-11-15T12:35:44.871Z] VERSION_CODENAME=noble
[2025-11-15T12:35:44.871Z] ID=ubuntu
[2025-11-15T12:35:44.871Z] ID_LIKE=debian
[2025-11-15T12:35:44.871Z] HOME_URL="https://www.ubuntu.com/"
[2025-11-15T12:35:44.871Z] SUPPORT_URL="https://help.ubuntu.com/"
[2025-11-15T12:35:44.871Z] BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
[2025-11-15T12:35:44.871Z] PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
[2025-11-15T12:35:44.871Z] UBUNTU_CODENAME=noble
[2025-11-15T12:35:44.871Z] LOGO=ubuntu-logo
[2025-11-15T12:35:44.871Z] osLabel : ubuntu.24
[2025-11-15T12:35:44.871Z] perlVersion :
[2025-11-15T12:35:44.871Z]
[2025-11-15T12:35:44.871Z] This is perl 5, version 38, subversion 2 (v5.38.2) built for arm-linux-gnueabihf-thread-multi-64int
[2025-11-15T12:35:44.871Z] (with 51 registered patches, see perl -V for more detail)
[2025-11-15T12:35:44.871Z]
[2025-11-15T12:35:44.871Z] Copyright 1987-2023, Larry Wall
[2025-11-15T12:35:44.871Z]
[2025-11-15T12:35:44.871Z] Perl may be copied only under the terms of either the Artistic License or the
[2025-11-15T12:35:44.871Z] GNU General Public License, which may be found in the Perl 5 source kit.
[2025-11-15T12:35:44.871Z]
[2025-11-15T12:35:44.871Z] Complete documentation for Perl, including FAQ lists, should be found on
[2025-11-15T12:35:44.871Z] this system using "man perl" or "perldoc perl". If you have access to the
[2025-11-15T12:35:44.871Z] Internet, point your browser at https://www.perl.org/, the Perl Home Page.
[2025-11-15T12:35:44.871Z]
[2025-11-15T12:35:44.871Z] podmanVersion : bash: line 1: podman: command not found
[2025-11-15T12:35:44.871Z] procArch : aarch64
[2025-11-15T12:35:44.871Z] sysArch : aarch64
[2025-11-15T12:35:44.871Z] sysOS : Linux
[2025-11-15T12:35:44.871Z] ulimit :
[2025-11-15T12:35:44.871Z] real-time non-blocking time (microseconds, -R) unlimited
[2025-11-15T12:35:44.871Z] core file size (blocks, -c) unlimited
[2025-11-15T12:35:44.871Z] data seg size (kbytes, -d) unlimited
[2025-11-15T12:35:44.871Z] scheduling priority (-e) 0
[2025-11-15T12:35:44.871Z] file size (blocks, -f) unlimited
[2025-11-15T12:35:44.871Z] pending signals (-i) 63541
[2025-11-15T12:35:44.871Z] max locked memory (kbytes, -l) 8192
[2025-11-15T12:35:44.871Z] max memory size (kbytes, -m) unlimited
[2025-11-15T12:35:44.871Z] open files (-n) 524288
[2025-11-15T12:35:44.871Z] pipe size (512 bytes, -p) 8
[2025-11-15T12:35:44.871Z] POSIX message queues (bytes, -q) 819200
[2025-11-15T12:35:44.871Z] real-time priority (-r) 0
[2025-11-15T12:35:44.871Z] stack size (kbytes, -s) 8192
[2025-11-15T12:35:44.871Z] cpu time (seconds, -t) unlimited
[2025-11-15T12:35:44.871Z] max user processes (-u) unlimited
[2025-11-15T12:35:44.871Z] virtual memory (kbytes, -v) unlimited
[2025-11-15T12:35:44.871Z] file locks (-x) unlimited
[2025-11-15T12:35:44.872Z] uname : Linux 4c311fa42239 6.8.0-54-generic #56-Ubuntu SMP PREEMPT_DYNAMIC Sat Feb 8 00:17:08 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
[2025-11-15T12:35:44.872Z] vmVendor : Oracle Corporation
[2025-11-15T12:35:44.872Z] vmVersion : 25.472-b08
[2025-11-15T12:35:44.872Z] xlc version : bash: line 1: xlC: command not found
[2025-11-15T12:35:44.872Z] **************************************************************************
[2025-11-15T12:35:44.872Z]
[2025-11-15T12:35:44.872Z] System.getProperty('java.vm.name')=OpenJDK Client VM
[2025-11-15T12:35:44.872Z]
[2025-11-15T12:35:44.872Z] System.getProperty('java.vendor')=Temurin
[2025-11-15T12:35:44.872Z]
[2025-11-15T12:35:44.872Z] System.getProperty('os.name')=Linux
[2025-11-15T12:35:44.872Z]
[2025-11-15T12:35:44.872Z] System.getProperty('os.arch')=arm
[2025-11-15T12:35:44.872Z]
[2025-11-15T12:35:44.872Z] System.getProperty('java.fullversion')=null
[2025-11-15T12:35:44.872Z]
[2025-11-15T12:35:44.872Z] System.getProperty('sun.arch.data.model')=32
[2025-11-15T12:35:44.872Z]
[2025-11-15T12:35:44.872Z] make -f clean.mk cleanBuild
[2025-11-15T12:35:44.872Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG'
[2025-11-15T12:35:44.872Z] rm -f -r /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/../../jvmtest
[2025-11-15T12:35:44.872Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG'
[2025-11-15T12:35:44.872Z] make -f compile.mk compile
[2025-11-15T12:35:44.872Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG'
[2025-11-15T12:35:44.872Z] rm -f -r /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-11-15T12:35:44.872Z] mkdir -p /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/../TKG/output_compilation; \
[2025-11-15T12:35:44.873Z] (ant -f scripts/build_test.xml "-DTEST_ROOT=/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/.." "-DBUILD_ROOT=/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/../../jvmtest" "-DJDK_VERSION=8" "-DJDK_IMPL=hotspot" "-DJDK_VENDOR=temurin" "-DJCL_VERSION=latest" "-DBUILD_LIST=openjdk" "-DRESOURCES_DIR=/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/../../jvmtest/TestConfig/resources" "-DSPEC=linux_arm" "-DTEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/jdkbinary/j2sdk-image" "-DJVM_VERSION=openjdk8" "-DLIB_DIR=/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib" 2>&1; echo $? ) | tee "/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2025-11-15T12:35:44.873Z] if [ -z "$(tail -1 /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/../TKG/output_compilation"; fi
[2025-11-15T12:35:44.873Z] Buildfile: /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/scripts/build_test.xml
[2025-11-15T12:35:45.833Z] [echo] build.list is TestConfig/build.xml,openjdk/build.xml
[2025-11-15T12:35:45.833Z]
[2025-11-15T12:35:45.834Z] -create_test_directory:
[2025-11-15T12:35:45.834Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/jvmtest
[2025-11-15T12:35:45.834Z]
[2025-11-15T12:35:45.834Z] stage_test_material:
[2025-11-15T12:35:45.834Z] [copy] Copying 135 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/jvmtest
[2025-11-15T12:35:45.834Z]
[2025-11-15T12:35:45.834Z] build:
[2025-11-15T12:35:45.834Z]
[2025-11-15T12:35:45.834Z] build:
[2025-11-15T12:35:45.834Z]
[2025-11-15T12:35:45.834Z] getJtregVersion:
[2025-11-15T12:35:45.834Z] [echo] jtreg version used is : jtreg_5_1_b01
[2025-11-15T12:35:45.834Z]
[2025-11-15T12:35:45.834Z] getDependentLibs:
[2025-11-15T12:35:45.834Z] [exec] --------------------------------------------
[2025-11-15T12:35:45.834Z] [exec] path is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib
[2025-11-15T12:35:45.834Z] [exec] task is set to default
[2025-11-15T12:35:45.834Z] [exec] dependencyList is set to jtreg_5_1_b01
[2025-11-15T12:35:45.834Z] [exec] --------------------------------------------
[2025-11-15T12:35:45.834Z] [exec] Starting download third party dependent jars
[2025-11-15T12:35:45.834Z] [exec] --------------------------------------------
[2025-11-15T12:35:45.834Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib
[2025-11-15T12:35:45.834Z] [exec] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/jtreg_5_1_b01.tar.gz exists with correct hash, not downloading
[2025-11-15T12:35:45.834Z] [exec] downloaded dependent third party jars successfully
[2025-11-15T12:35:45.834Z]
[2025-11-15T12:35:45.834Z] getJtreg:
[2025-11-15T12:35:45.834Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/jvmtest/openjdk
[2025-11-15T12:35:45.834Z] [copy] Copying 1 file to /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/openjdk
[2025-11-15T12:35:45.834Z]
[2025-11-15T12:35:45.834Z] openjdk-jdk.check:
[2025-11-15T12:35:45.834Z]
[2025-11-15T12:35:45.834Z] getOpenjdk:
[2025-11-15T12:35:45.834Z] [echo] Using user specified repo and branch
[2025-11-15T12:35:46.797Z] [exec] git clone --depth 1 -q --reference-if-able /home/jenkins/openjdk_cache -b dev https://github.com/adoptium/aarch32-jdk8u.git openjdktemp
[2025-11-15T12:35:46.798Z] [exec] info: Could not add alternate for '/home/jenkins/openjdk_cache': reference repository '/home/jenkins/openjdk_cache' is not a local repository.
[2025-11-15T12:36:11.531Z] [exec] USE_TESTENV_PROPERTIES was set, not writing to testenv.properties
[2025-11-15T12:36:11.531Z]
[2025-11-15T12:36:11.531Z] dist:
[2025-11-15T12:36:11.531Z] [copy] Copying 47 files to /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/jvmtest/openjdk
[2025-11-15T12:36:11.531Z]
[2025-11-15T12:36:11.531Z] BUILD SUCCESSFUL
[2025-11-15T12:36:11.531Z] Total time: 23 seconds
[2025-11-15T12:36:11.531Z] 0
[2025-11-15T12:36:11.531Z]
[2025-11-15T12:36:11.531Z]
[2025-11-15T12:36:11.531Z] RECORD TEST REPOs SHA
[2025-11-15T12:36:11.531Z] cd "/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/../TKG/scripts"; \
[2025-11-15T12:36:11.532Z] bash "getSHAs.sh" --test_root_dir "/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/.." --shas_file "/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/../TKG/SHAs.txt"
[2025-11-15T12:36:11.532Z] Check shas in /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/.. and store the info in /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/../TKG/SHAs.txt
[2025-11-15T12:36:11.532Z] touch /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/../TKG/SHAs.txt
[2025-11-15T12:36:11.532Z] ================================================
[2025-11-15T12:36:11.532Z] timestamp: 20251115-123608
[2025-11-15T12:36:11.532Z] repo dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests
[2025-11-15T12:36:11.532Z] git repo:
[2025-11-15T12:36:11.532Z] Fetch URL: https://github.com/adoptium/aqa-tests.git
[2025-11-15T12:36:11.532Z] sha:
[2025-11-15T12:36:11.532Z] e7543a4a61f4fb214346bc881febf938899b2307
[2025-11-15T12:36:11.532Z] ================================================
[2025-11-15T12:36:11.532Z] timestamp: 20251115-123608
[2025-11-15T12:36:11.532Z] repo dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG
[2025-11-15T12:36:11.532Z] git repo:
[2025-11-15T12:36:11.532Z] Fetch URL: https://github.com/adoptium/TKG.git
[2025-11-15T12:36:11.532Z] sha:
[2025-11-15T12:36:11.532Z] 53fb20ae51018f0a2f7ca2c05347c0149151f382
[2025-11-15T12:36:11.532Z] ================================================
[2025-11-15T12:36:11.532Z] timestamp: 20251115-123608
[2025-11-15T12:36:11.532Z] repo dir: /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/openjdk/openjdk-jdk
[2025-11-15T12:36:11.532Z] git repo:
[2025-11-15T12:36:11.532Z] Fetch URL: https://github.com/adoptium/aarch32-jdk8u.git
[2025-11-15T12:36:11.532Z] sha:
[2025-11-15T12:36:11.532Z] 541197d7f150df107145dfe8d941a85dfa1bfa90
[2025-11-15T12:36:11.532Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG'
[Pipeline] }
[2025-11-15T12:36:12.319Z] $ ssh-agent -k
[2025-11-15T12:36:12.325Z] unset SSH_AUTH_SOCK;
[2025-11-15T12:36:12.325Z] unset SSH_AGENT_PID;
[2025-11-15T12:36:12.325Z] echo Agent pid 1049737 killed;
[2025-11-15T12:36:13.131Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] echo
[2025-11-15T12:36:13.330Z] 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
[2025-11-15T12:36:13.374Z] ITERATION: 1/1
[Pipeline] sh
[2025-11-15T12:36:15.424Z] + which Xvfb
[2025-11-15T12:36:15.424Z] /usr/bin/Xvfb
[Pipeline] wrap
[2025-11-15T12:36:16.402Z] $ Xvfb -displayfd 2 -screen 0 1024x768x24 -fbdir /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/.xvfb-677-..fbdir6706247913983656454
[Pipeline] {
[Pipeline] sh
[2025-11-15T12:36:38.941Z] + ps -f
[2025-11-15T12:36:38.942Z] + grep [X]vfb
[2025-11-15T12:36:38.942Z] + awk {print $9}
[Pipeline] echo
[2025-11-15T12:36:39.674Z] env.DISPLAY is :0
[Pipeline] sshagent
[2025-11-15T12:36:39.759Z] $ ssh-agent
[2025-11-15T12:36:40.578Z] SSH_AUTH_SOCK=/tmp/ssh-ZKohnxizVnOd/agent.1050146
[2025-11-15T12:36:40.578Z] SSH_AGENT_PID=1050148
[2025-11-15T12:36:40.578Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2025-11-15T12:36:42.480Z] + uname
[2025-11-15T12:36:42.480Z] + [ Linux = AIX ]
[2025-11-15T12:36:42.480Z] + uname
[2025-11-15T12:36:42.480Z] + [ Linux = SunOS ]
[2025-11-15T12:36:42.480Z] + uname
[2025-11-15T12:36:42.480Z] + [ Linux = *BSD ]
[2025-11-15T12:36:42.480Z] + MAKE=make
[2025-11-15T12:36:42.480Z] + make -f ./aqa-tests/TKG/testEnv.mk testEnvTeardown
[2025-11-15T12:36:42.480Z] make: Nothing to be done for 'testEnvTeardown'.
[Pipeline] sh
[2025-11-15T12:36:44.991Z] + uname
[2025-11-15T12:36:44.991Z] + [ Linux = AIX ]
[2025-11-15T12:36:44.991Z] + uname
[2025-11-15T12:36:44.991Z] + [ Linux = SunOS ]
[2025-11-15T12:36:44.991Z] + uname
[2025-11-15T12:36:44.991Z] + [ Linux = *BSD ]
[2025-11-15T12:36:44.991Z] + MAKE=make
[2025-11-15T12:36:44.991Z] + cd ./aqa-tests
[2025-11-15T12:36:44.991Z] + . ./scripts/testenv/testenvSettings.sh
[2025-11-15T12:36:44.991Z] + set +x
[2025-11-15T12:36:44.991Z] export ADOPTOPENJDK_BRANCH='master'
[2025-11-15T12:36:44.991Z] export ADOPTOPENJDK_REPO='https://github.com/adoptium/aqa-tests.git'
[2025-11-15T12:36:44.991Z] export ADOPTOPENJDK_SYSTEMTEST_BRANCH='master'
[2025-11-15T12:36:44.991Z] export ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH='adoptium:master'
[2025-11-15T12:36:44.991Z] export ADOPTOPENJDK_SYSTEMTEST_REPO='https://github.com/adoptium/aqa-systemtest.git'
[2025-11-15T12:36:44.991Z] export AQA_REQUIRED_TARGETS='sanity.functional,extended.functional,special.functional,sanity.openjdk,extended.openjdk,sanity.system,extended.system,sanity.perf,extended.perf'
[2025-11-15T12:36:44.991Z] export ARCHIVE_TEST_RESULTS='false'
[2025-11-15T12:36:44.991Z] export AUTO_DETECT='true'
[2025-11-15T12:36:44.991Z] export BUILD_DISPLAY_NAME='#677'
[2025-11-15T12:36:44.991Z] export BUILD_ID='677'
[2025-11-15T12:36:44.991Z] export BUILD_LIST='openjdk'
[2025-11-15T12:36:44.991Z] export BUILD_NUMBER='677'
[2025-11-15T12:36:44.991Z] export BUILD_TAG='jenkins-Test_openjdk8_hs_sanity.openjdk_arm_linux-677'
[2025-11-15T12:36:44.991Z] export BUILD_URL='https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux/677/'
[2025-11-15T12:36:44.991Z] export CI='true'
[2025-11-15T12:36:44.991Z] export CUSTOMIZED_SDK_URL_CREDENTIAL_ID='eclipse_temurin_bot_email_and_token'
[2025-11-15T12:36:44.991Z] export CUSTOM_TARGET_KEY_VALUE='CUSTOM_TARGET='
[2025-11-15T12:36:44.991Z] export DISPLAY=':0'
[2025-11-15T12:36:44.991Z] export DOCKER_REQUIRED='false'
[2025-11-15T12:36:44.991Z] export DYNAMIC_COMPILE='false'
[2025-11-15T12:36:44.991Z] export EXECUTOR_NUMBER='0'
[2025-11-15T12:36:44.991Z] export EXIT_FAILURE='false'
[2025-11-15T12:36:44.991Z] export EXIT_SUCCESS='false'
[2025-11-15T12:36:44.991Z] export EXTERNAL_CUSTOM_BRANCH='master'
[2025-11-15T12:36:44.991Z] export EXTERNAL_TEST_CMD='mvn clean install'
[2025-11-15T12:36:44.991Z] export FAILED_TEST_TARGET='TARGET=sanity.openjdk'
[2025-11-15T12:36:44.991Z] export GENERATE_JOBS='false'
[2025-11-15T12:36:44.991Z] export HOME='/home/jenkins'
[2025-11-15T12:36:44.991Z] export HUDSON_COOKIE='2439e578-5024-4025-95b5-afa6e48d35fc'
[2025-11-15T12:36:44.991Z] export HUDSON_HOME='/home/jenkins/.jenkins'
[2025-11-15T12:36:44.991Z] export HUDSON_SERVER_COOKIE='2d832652af5afba8'
[2025-11-15T12:36:44.991Z] export HUDSON_URL='https://ci.adoptium.net/'
[2025-11-15T12:36:44.991Z] export IS_SVT_TESTREPO='false'
[2025-11-15T12:36:44.991Z] export ITERATIONS='1'
[2025-11-15T12:36:44.991Z] export JCK_GIT_BRANCH='master'
[2025-11-15T12:36:44.991Z] export JDK8_BRANCH='dev'
[2025-11-15T12:36:44.991Z] export JDK8_REPO='https://github.com/adoptium/aarch32-jdk8u.git'
[2025-11-15T12:36:44.991Z] export JDK_IMPL='hotspot'
[2025-11-15T12:36:44.991Z] export JDK_VERSION='8'
[2025-11-15T12:36:44.991Z] export JENKINS_HOME='/home/jenkins/.jenkins'
[2025-11-15T12:36:44.991Z] export JENKINS_NODE_COOKIE='8a683b4c-b2dc-4e41-90af-76c0e84bbbf5'
[2025-11-15T12:36:44.991Z] export JENKINS_SERVER_COOKIE='durable-cb489a83f3ee984de26b85280c2d99edf528344e5764ad71a6ce16105ae61a07'
[2025-11-15T12:36:44.991Z] export JENKINS_URL='https://ci.adoptium.net/'
[2025-11-15T12:36:44.991Z] export JOBSTARTTIME='Sat, 15 Nov 2025 12:33:55 +0000'
[2025-11-15T12:36:44.991Z] export JOB_BASE_NAME='Test_openjdk8_hs_sanity.openjdk_arm_linux'
[2025-11-15T12:36:44.992Z] export JOB_DISPLAY_URL='https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux/display/redirect'
[2025-11-15T12:36:44.992Z] export JOB_NAME='Test_openjdk8_hs_sanity.openjdk_arm_linux'
[2025-11-15T12:36:44.992Z] export JOB_URL='https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux/'
[2025-11-15T12:36:44.992Z] export KEEP_REPORTDIR='true'
[2025-11-15T12:36:44.992Z] export KEEP_WORKSPACE='false'
[2025-11-15T12:36:44.992Z] export LANG='C.UTF-8'
[2025-11-15T12:36:44.992Z] export LIB_DIR='/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib'
[2025-11-15T12:36:44.992Z] export LIGHT_WEIGHT_CHECKOUT='true'
[2025-11-15T12:36:44.992Z] export LOGNAME='jenkins'
[2025-11-15T12:36:44.992Z] export NODE_LABELS='hw.arch.aarch32 test ci.role.test ubuntu hw.dockerhost.arm.dockerhost-osuosl-ubuntu2404-aarch64-1 linux sw.os.linux ci.role.perf arm test-docker-ubuntu2404-armv7-1'
[2025-11-15T12:36:44.992Z] export NODE_NAME='test-docker-ubuntu2404-armv7-1'
[2025-11-15T12:36:44.992Z] export NUM_MACHINES='1'
[2025-11-15T12:36:44.992Z] export OLDPWD='/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux'
[2025-11-15T12:36:44.992Z] export OPENJ9_BRANCH='master'
[2025-11-15T12:36:44.992Z] export OPENJ9_REPO='https://github.com/eclipse-openj9/openj9.git'
[2025-11-15T12:36:44.992Z] export OPENJ9_SYSTEMTEST_BRANCH='master'
[2025-11-15T12:36:44.992Z] export OPENJ9_SYSTEMTEST_OWNER_BRANCH='eclipse:master'
[2025-11-15T12:36:44.992Z] export OPENJ9_SYSTEMTEST_REPO='https://github.com/eclipse-openj9/openj9-systemtest.git'
[2025-11-15T12:36:44.992Z] export OPENJCEPLUS_GIT_BRANCH='semeru-java8'
[2025-11-15T12:36:44.992Z] export OPENJCEPLUS_GIT_REPO='https://github.com/ibmruntimes/OpenJCEPlus.git'
[2025-11-15T12:36:44.992Z] export ORIGIN_JDK_VERSION='8'
[2025-11-15T12:36:44.992Z] export PARALLEL='None'
[2025-11-15T12:36:44.992Z] export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin'
[2025-11-15T12:36:44.992Z] export PERF_ROOT='/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../benchmarks'
[2025-11-15T12:36:44.992Z] export PERSONAL_BUILD='false'
[2025-11-15T12:36:44.992Z] export PLATFORM='arm_linux'
[2025-11-15T12:36:44.992Z] export PWD='/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests'
[2025-11-15T12:36:44.992Z] export RERUN_FAILURE='false'
[2025-11-15T12:36:44.992Z] export RERUN_ITERATIONS='0'
[2025-11-15T12:36:44.992Z] export RERUN_LINK='https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=releases&TARGET=sanity.openjdk&BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&MODE=ENTRYPOINT&DOCKER_REQUIRED=false&REMOTE_TRIGGER=false&ACTIVE_NODE_TIMEOUT=&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=arm_linux&GENERATE_JOBS=false&KEEP_REPORTDIR=true&PERSONAL_BUILD=false&DOCKER_REGISTRY_DIR=&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&RERUN_ITERATIONS=0&SETUP_JCK_RUN=false&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&LABEL=&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&JENKINS_KEY=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&JDK_VERSION=8&USER_CREDENTIALS_ID=&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JCK_GIT_BRANCH=master&JDK_REPO=&JCK_GIT_REPO=&OPENJ9_BRANCH=master&OPENJ9_SHA=&VENDOR_TEST_BRANCHES=&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&UPSTREAM_JOB_NAME=&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=&LABEL_ADDITION=&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&TEST_TIME=&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=aqavit-bot&DYNAMIC_COMPILE=false&RELATED_NODES=&ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium%3Amaster&APPLICATION_OPTIONS=&CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token&ARCHIVE_TEST_RESULTS=false&NUM_MACHINES=1&OPENJDK_SHA=&TRSS_URL=&RERUN_FAILURE=false&USE_TESTENV_PROPERTIES=true&BUILD_LIST=openjdk&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=10&JVM_OPTIONS=&PARALLEL=None'
[2025-11-15T12:36:44.992Z] export RUN_ARTIFACTS_DISPLAY_URL='https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux/677/display/redirect?page=artifacts'
[2025-11-15T12:36:44.992Z] export RUN_CHANGES_DISPLAY_URL='https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux/677/display/redirect?page=changes'
[2025-11-15T12:36:44.992Z] export RUN_DISPLAY_URL='https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux/677/display/redirect'
[2025-11-15T12:36:44.992Z] export RUN_TESTS_DISPLAY_URL='https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.openjdk_arm_linux/677/display/redirect?page=tests'
[2025-11-15T12:36:44.992Z] export SDK_RESOURCE='releases'
[2025-11-15T12:36:44.992Z] export SETUP_JCK_RUN='false'
[2025-11-15T12:36:44.992Z] export SHELL='/bin/sh'
[2025-11-15T12:36:44.992Z] export SLACK_CHANNEL='aqavit-bot'
[2025-11-15T12:36:44.992Z] export SPEC='linux_arm'
[2025-11-15T12:36:44.992Z] export SSH_AGENT_PID='1050148'
[2025-11-15T12:36:44.992Z] export SSH_AUTH_SOCK='/tmp/ssh-ZKohnxizVnOd/agent.1050146'
[2025-11-15T12:36:44.992Z] export SSH_CLIENT='78.47.239.97 43290 22'
[2025-11-15T12:36:44.992Z] export SSH_CONNECTION='78.47.239.97 43290 172.17.0.5 22'
[2025-11-15T12:36:44.992Z] export STAGE_NAME='Test'
[2025-11-15T12:36:44.992Z] export STF_BRANCH='master'
[2025-11-15T12:36:44.992Z] export STF_OWNER_BRANCH='adoptium:master'
[2025-11-15T12:36:44.992Z] export STF_REPO='https://github.com/adoptium/STF.git'
[2025-11-15T12:36:44.992Z] export SYSTEM_LIB_DIR='/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/system_lib'
[2025-11-15T12:36:44.992Z] export TAP_NAME='Test_openjdk8_hs_sanity.openjdk_arm_linux.tap'
[2025-11-15T12:36:44.992Z] export TARGET='sanity.openjdk'
[2025-11-15T12:36:44.992Z] export TEST_JDK_HOME='/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/jdkbinary/j2sdk-image'
[2025-11-15T12:36:44.992Z] export TIME_LIMIT='10'
[2025-11-15T12:36:44.992Z] export TKG_BRANCH='master'
[2025-11-15T12:36:44.992Z] export TKG_ITERATIONS='1'
[2025-11-15T12:36:44.992Z] export TKG_OWNER_BRANCH='adoptium:master'
[2025-11-15T12:36:44.992Z] export TKG_REPO='https://github.com/adoptium/TKG.git'
[2025-11-15T12:36:44.992Z] export USER='jenkins'
[2025-11-15T12:36:44.992Z] export USE_JRE='false'
[2025-11-15T12:36:44.992Z] export USE_TESTENV_PROPERTIES='true'
[2025-11-15T12:36:44.992Z] export WORKSPACE='/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux'
[2025-11-15T12:36:44.992Z] export WORKSPACE_TMP='/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux@tmp'
[2025-11-15T12:36:44.992Z] export jobStatus='SUCCESS'
[2025-11-15T12:36:44.992Z] Set values based on ./testenv/testenv_arm32.properties:
[2025-11-15T12:36:44.992Z] =========
[2025-11-15T12:36:44.992Z] TKG_REPO=https://github.com/adoptium/TKG.git
[2025-11-15T12:36:44.992Z] TKG_BRANCH=master
[2025-11-15T12:36:44.992Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
[2025-11-15T12:36:44.992Z] OPENJ9_BRANCH=master
[2025-11-15T12:36:44.992Z] STF_REPO=https://github.com/adoptium/STF.git
[2025-11-15T12:36:44.992Z] STF_BRANCH=master
[2025-11-15T12:36:44.992Z] OPENJ9_SYSTEMTEST_REPO=https://github.com/eclipse-openj9/openj9-systemtest.git
[2025-11-15T12:36:44.992Z] OPENJ9_SYSTEMTEST_BRANCH=master
[2025-11-15T12:36:44.992Z] ADOPTOPENJDK_SYSTEMTEST_REPO=https://github.com/adoptium/aqa-systemtest.git
[2025-11-15T12:36:44.992Z] ADOPTOPENJDK_SYSTEMTEST_BRANCH=master
[2025-11-15T12:36:44.992Z] JDK8_REPO=https://github.com/adoptium/aarch32-jdk8u.git
[2025-11-15T12:36:44.992Z] JDK8_BRANCH=dev
[2025-11-15T12:36:44.992Z] AQA_REQUIRED_TARGETS=sanity.functional,extended.functional,special.functional,sanity.openjdk,extended.openjdk,sanity.system,extended.system,sanity.perf,extended.perf
[2025-11-15T12:36:44.992Z]
[2025-11-15T12:36:44.992Z]
[2025-11-15T12:36:44.992Z] =========
[2025-11-15T12:36:44.992Z]
[2025-11-15T12:36:44.992Z] JDK_REPO=https://github.com/adoptium/aarch32-jdk8u.git
[2025-11-15T12:36:44.992Z] JDK_BRANCH=dev
[2025-11-15T12:36:44.992Z] OPENJCEPLUS_GIT_REPO=https://github.com/ibmruntimes/OpenJCEPlus.git
[2025-11-15T12:36:44.992Z] OPENJCEPLUS_GIT_BRANCH=semeru-java8
[2025-11-15T12:36:44.992Z] JAVA_HOME is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/jdkbinary/j2sdk-image
[2025-11-15T12:36:44.992Z] LIB_DIR is set to /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib
[2025-11-15T12:36:44.992Z] make -f makeGen.mk AUTO_DETECT=true MODE=tests TESTTARGET=sanity.openjdk TESTLIST=
[2025-11-15T12:36:44.992Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG'
[2025-11-15T12:36:44.992Z] perl scripts/configure.pl
[2025-11-15T12:36:44.992Z] /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/jdkbinary/j2sdk-image/bin/java -cp "./bin/TestKitGen.jar:/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/../../externalDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=tests --spec=linux_arm --microArch="" --osLabel="ubuntu.24" --jdkVersion=8 --impl=hotspot --vendor="temurin" --buildList=openjdk --iterations=1 --aotIterations= --testFlag= --testTarget=sanity.openjdk --testList= --numOfMachines=1 --testTime= --TRSSURL=
[2025-11-15T12:36:44.992Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2025-11-15T12:36:44.992Z]
[2025-11-15T12:36:44.992Z] Starting to generate test make files.
[2025-11-15T12:36:44.992Z]
[2025-11-15T12:36:46.972Z] Parsing /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/../openjdk/playlist.xml
[2025-11-15T12:36:46.972Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/../openjdk/autoGen.mk
[2025-11-15T12:36:46.972Z]
[2025-11-15T12:36:46.972Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/../autoGen.mk
[2025-11-15T12:36:46.972Z]
[2025-11-15T12:36:46.972Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/../TKG/utils.mk
[2025-11-15T12:36:46.972Z]
[2025-11-15T12:36:46.972Z] Generated /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/../TKG/rerun.mk
[2025-11-15T12:36:46.972Z]
[2025-11-15T12:36:46.972Z] Make files are generated successfully.
[2025-11-15T12:36:46.972Z]
[2025-11-15T12:36:46.973Z] make[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG'
[2025-11-15T12:36:46.973Z] make -f runtest.mk _sanity.openjdk
[2025-11-15T12:36:46.973Z] make[1]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG'
[2025-11-15T12:36:46.973Z]
[2025-11-15T12:36:46.973Z] Running make 4.3
[2025-11-15T12:36:46.973Z] set TEST_ROOT to /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/TKG/..
[2025-11-15T12:36:46.973Z] set JDK_VERSION to 8
[2025-11-15T12:36:46.973Z] set JDK_IMPL to hotspot
[2025-11-15T12:36:46.973Z] set JVM_VERSION to openjdk8
[2025-11-15T12:36:46.973Z] set JCL_VERSION to latest
[2025-11-15T12:36:46.973Z] set JAVA_HOME to /home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/jdkbinary/j2sdk-image
[2025-11-15T12:36:46.973Z] set SPEC to linux_arm
[2025-11-15T12:36:46.973Z] set TEST_FLAG to
[2025-11-15T12:36:46.973Z] set OS_LABEL to ubuntu.24
[2025-11-15T12:36:46.973Z] Running sanity.openjdk ...
[2025-11-15T12:36:46.973Z] There are 31 test targets in sanity.openjdk
[2025-11-15T12:36:46.973Z] "/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/jdkbinary/j2sdk-image/bin/java" -version
[2025-11-15T12:36:46.973Z] openjdk version "1.8.0_472"
[2025-11-15T12:36:46.973Z] OpenJDK Runtime Environment (Temurin)(build 1.8.0_472-b08)
[2025-11-15T12:36:46.973Z] OpenJDK Client VM (Temurin)(build 25.472-b08, mixed mode)
[2025-11-15T12:36:46.973Z] make[2]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests'
[2025-11-15T12:36:46.973Z] make[3]: Entering directory '/home/jenkins/workspace/Test_openjdk8_hs_sanity.openjdk_arm_linux/aqa-tests/openjdk'
[2025-11-15T12:36:46.973Z]
[2025-11-15T12:36:46.973Z] ===============================================