Test_openjdk17_hs_extended.openjdk_ppc64_aix
Started by upstream project "build-scripts/jobs/jdk17u/jdk17u-aix-ppc64-temurin" build number 426
originally caused by:
Started by upstream project "build-scripts/openjdk17-pipeline" build number 977
originally caused by:
Started by upstream project "build-scripts/utils/betaTrigger_17ea" build number 337
originally caused by:
Started by timer
Checking out git ${ADOPTOPENJDK_REPO} into /home/jenkins/.jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix@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_openjdk17_hs_extended.openjdk_ppc64_aix@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 54f676a44a7bcdd2068527ef937e0b524e89faf1 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 54f676a44a7bcdd2068527ef937e0b524e89faf1 # timeout=10
Commit message: "Enhance DynamicAgents Support in AQA Test Pipeline for EBC Integration (#6293)"
> git rev-list --no-walk 13d358513f48d93f680ecf779281ead82063259f # timeout=10
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] timestamps
[Pipeline] {
[Pipeline] echo
[2025-05-29T01:16:43.600Z] SPEC: aix_ppc-64
[Pipeline] echo
[2025-05-29T01:16:43.602Z] LABEL: ci.role.test&&hw.arch.ppc64&&sw.os.aix&&sw.os.aix.7_2
[Pipeline] stage
[Pipeline] { (Queue)
[Pipeline] nodesByLabel
[2025-05-29T01:16:43.619Z] Found a total of 7 nodes with the 'ci.role.test&&hw.arch.ppc64&&sw.os.aix&&sw.os.aix.7_2' 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-05-29T01:16:43.623Z] dynamicAgents: []
[Pipeline] node
[2025-05-29T01:16:58.629Z] Still waiting to schedule task
[2025-05-29T01:16:58.629Z] Waiting for next available executor on ‘ci.role.test&&hw.arch.ppc64&&sw.os.aix&&sw.os.aix.7_2’
[2025-05-29T01:32:27.419Z] Running on test-osuosl-aix72-ppc64-2 in /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix
[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-05-29T01:32:27.441Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] cleanWs
[2025-05-29T01:32:28.052Z] [WS-CLEANUP] Deleting project workspace...
[2025-05-29T01:32:28.052Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-05-29T01:32:28.225Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // timeout
[Pipeline] checkout
[2025-05-29T01:32:28.436Z] The recommended git tool is: git
[2025-05-29T01:32:28.782Z] No credentials specified
[2025-05-29T01:32:28.956Z] Cloning the remote Git repository
[2025-05-29T01:32:29.213Z] Cloning repository https://github.com/adoptium/aqa-tests.git
[2025-05-29T01:32:29.213Z] > git init /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests # timeout=10
[2025-05-29T01:32:29.227Z] [WARNING] Reference path does not exist: /home/jenkins/openjdk_cache
[2025-05-29T01:32:29.227Z] Fetching upstream changes from https://github.com/adoptium/aqa-tests.git
[2025-05-29T01:32:29.228Z] > git --version # timeout=10
[2025-05-29T01:32:29.243Z] > git --version # 'git version 2.20.4'
[2025-05-29T01:32:29.243Z] > git fetch --tags --force --progress -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=10
[2025-05-29T01:32:33.847Z] Avoid second fetch
[2025-05-29T01:32:34.034Z] Checking out Revision 54f676a44a7bcdd2068527ef937e0b524e89faf1 (origin/master)
[2025-05-29T01:32:33.560Z] > git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10
[2025-05-29T01:32:33.571Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
[2025-05-29T01:32:33.930Z] > git rev-parse origin/master^{commit} # timeout=10
[2025-05-29T01:32:34.118Z] > git config core.sparsecheckout # timeout=10
[2025-05-29T01:32:34.128Z] > git checkout -f 54f676a44a7bcdd2068527ef937e0b524e89faf1 # timeout=10
[2025-05-29T01:32:36.185Z] Commit message: "Enhance DynamicAgents Support in AQA Test Pipeline for EBC Integration (#6293)"
[Pipeline] }
[Pipeline] // retry
[Pipeline] load
[Pipeline] { (/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/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-05-29T01:32:38.207Z] Timeout set to expire in 1 day 1 hr
[Pipeline] {
[Pipeline] echo
[2025-05-29T01:32:38.238Z] runMulticastCmd: false
[Pipeline] stage
[Pipeline] { (Setup)
[Pipeline] sh
[2025-05-29T01:32:40.177Z] + date +%a, %d %b %Y %T %z
[2025-05-29T01:32:40.178Z] + LC_TIME=C
[Pipeline] echo
[2025-05-29T01:32:40.860Z] PROCESSCATCH: Terminating any hung/left over test processes:
[Pipeline] sh
[2025-05-29T01:32:42.747Z] + aqa-tests/terminateTestProcesses.sh jenkins
[2025-05-29T01:32:42.747Z] + 2>& 1
[2025-05-29T01:32:42.747Z] Unix type machine..
[2025-05-29T01:32:42.747Z] 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
[2025-05-29T01:32:45.523Z] + printenv
[2025-05-29T01:32:45.523Z] _=/opt/freeware/bin/printenv
[2025-05-29T01:32:45.523Z] EXTERNAL_TEST_CMD=mvn clean install
[2025-05-29T01:32:45.523Z] BUILD_LIST=openjdk
[2025-05-29T01:32:45.523Z] LANG=en_US
[2025-05-29T01:32:45.523Z] LABEL_ADDITION=sw.os.aix.7_2
[2025-05-29T01:32:45.523Z] JOB_BASE_NAME=Test_openjdk17_hs_extended.openjdk_ppc64_aix
[2025-05-29T01:32:45.523Z] LOGIN=jenkins
[2025-05-29T01:32:45.523Z] USE_JRE=false
[2025-05-29T01:32:45.523Z] ADOPTOPENJDK_REPO=https://github.com/adoptium/aqa-tests.git
[2025-05-29T01:32:45.523Z] ADOPTOPENJDK_SYSTEMTEST_OWNER_BRANCH=adoptium:master
[2025-05-29T01:32:45.523Z] SLACK_CHANNEL=aqavit-bot
[2025-05-29T01:32:45.523Z] JDK10_BOOT_DIR=/usr/java10_64
[2025-05-29T01:32:45.523Z] PARALLEL=Dynamic
[2025-05-29T01:32:45.523Z] KEEP_REPORTDIR=true
[2025-05-29T01:32:45.523Z] DOCKER_REQUIRED=false
[2025-05-29T01:32:45.523Z] JDK11_BOOT_DIR=/usr/java11_64
[2025-05-29T01:32:45.523Z] CLCMD_PASSTHRU=1
[2025-05-29T01:32:45.523Z] PATH=/opt/freeware/bin:/usr/bin:/opt/IBM/xlC/13.1.3/bin:/opt/freeware/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java7_64/jre/bin:/usr/java7_64/bin
[2025-05-29T01:32:45.523Z] STF_OWNER_BRANCH=adoptium:master
[2025-05-29T01:32:45.523Z] TARGET=extended.openjdk
[2025-05-29T01:32:45.523Z] BUILD_NUMBER=183
[2025-05-29T01:32:45.523Z] SDK_RESOURCE=upstream
[2025-05-29T01:32:45.523Z] JOBSTARTTIME=Thu, 29 May 2025 01:32:39 +0000
[2025-05-29T01:32:45.523Z] PERSONAL_BUILD=false
[2025-05-29T01:32:45.523Z] RUN_TESTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk17_hs_extended.openjdk_ppc64_aix/183/display/redirect?page=tests
[2025-05-29T01:32:45.523Z] USE_TESTENV_PROPERTIES=false
[2025-05-29T01:32:45.523Z] ARCHIVE_TEST_RESULTS=false
[2025-05-29T01:32:45.523Z] NODE_LABELS=aix720 aix sw.os.aix.7_2 ci.role.test hw.arch.ppc64 xlc16 ci.role.perf xlc13 sw.os.aix ppc64 test-osuosl-aix72-ppc64-2
[2025-05-29T01:32:45.523Z] KEEP_WORKSPACE=false
[2025-05-29T01:32:45.523Z] OPENJ9_BRANCH=master
[2025-05-29T01:32:45.523Z] LC__FASTMSG=true
[2025-05-29T01:32:45.523Z] LIGHT_WEIGHT_CHECKOUT=false
[2025-05-29T01:32:45.523Z] EXIT_FAILURE=false
[2025-05-29T01:32:45.523Z] HUDSON_COOKIE=a3a42216-bcfa-4db1-9f30-2d2a26965ff4
[2025-05-29T01:32:45.523Z] EDITOR=/usr/bin/vi
[2025-05-29T01:32:45.523Z] JDK_BRANCH=jdk-17.0.16+5_adopt
[2025-05-29T01:32:45.523Z] AUTO_DETECT=true
[2025-05-29T01:32:45.523Z] EXTERNAL_CUSTOM_BRANCH=master
[2025-05-29T01:32:45.523Z] JCK_GIT_BRANCH=master
[2025-05-29T01:32:45.523Z] LOGNAME=jenkins
[2025-05-29T01:32:45.523Z] BUILD_ID=183
[2025-05-29T01:32:45.523Z] BUILD_TAG=jenkins-Test_openjdk17_hs_extended.openjdk_ppc64_aix-183
[2025-05-29T01:32:45.523Z] EXECUTOR_NUMBER=0
[2025-05-29T01:32:45.523Z] JOB_NAME=Test_openjdk17_hs_extended.openjdk_ppc64_aix
[2025-05-29T01:32:45.523Z] JDK_REPO=https://github.com/adoptium/jdk17u
[2025-05-29T01:32:45.523Z] ITERATIONS=1
[2025-05-29T01:32:45.523Z] MAIL=/var/spool/mail/jenkins
[2025-05-29T01:32:45.523Z] TAP_NAME=Test_openjdk17_hs_extended.openjdk_ppc64_aix.tap
[2025-05-29T01:32:45.523Z] TEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/jdkbinary/j2sdk-image
[2025-05-29T01:32:45.523Z] OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse:master
[2025-05-29T01:32:45.523Z] JENKINS_URL=https://ci.adoptium.net/
[2025-05-29T01:32:45.523Z] LOCPATH=/usr/lib/nls/loc
[2025-05-29T01:32:45.523Z] TKG_ITERATIONS=1
[2025-05-29T01:32:45.523Z] RUN_ARTIFACTS_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk17_hs_extended.openjdk_ppc64_aix/183/display/redirect?page=artifacts
[2025-05-29T01:32:45.523Z] HUDSON_HOME=/home/jenkins/.jenkins
[2025-05-29T01:32:45.523Z] JDK_IMPL=hotspot
[2025-05-29T01:32:45.523Z] OPENJCEPLUS_GIT_REPO=https://github.com/ibmruntimes/OpenJCEPlus.git
[2025-05-29T01:32:45.523Z] HUDSON_URL=https://ci.adoptium.net/
[2025-05-29T01:32:45.523Z] JENKINS_NODE_COOKIE=c84ee4c5-795b-4c19-8c82-bcb3cfbb67e8
[2025-05-29T01:32:45.523Z] ADOPTOPENJDK_BRANCH=master
[2025-05-29T01:32:45.523Z] NUM_PROCESSORS=10
[2025-05-29T01:32:45.523Z] LDR_CNTRL=MAXDATA=0x80000000
[2025-05-29T01:32:45.523Z] CI=true
[2025-05-29T01:32:45.523Z] CUSTOMIZED_SDK_URL_CREDENTIAL_ID=eclipse_temurin_bot_email_and_token
[2025-05-29T01:32:45.523Z] USER=jenkins
[2025-05-29T01:32:45.523Z] JENKINS_SERVER_COOKIE=durable-e85501e40a765ff9e40c8fbfaa4ce471659cf861b55c23611c540df3ebd65ab0
[2025-05-29T01:32:45.523Z] AUTHSTATE=compat
[2025-05-29T01:32:45.523Z] HUDSON_SERVER_COOKIE=2d832652af5afba8
[2025-05-29T01:32:45.523Z] ACTIVE_NODE_TIMEOUT=5
[2025-05-29T01:32:45.523Z] EXIT_SUCCESS=false
[2025-05-29T01:32:45.523Z] LIB_DIR=/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib
[2025-05-29T01:32:45.523Z] TKG_OWNER_BRANCH=adoptium:master
[2025-05-29T01:32:45.523Z] SYSTEM_LIB_DIR=/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/system_lib
[2025-05-29T01:32:45.523Z] RERUN_FAILURE=true
[2025-05-29T01:32:45.523Z] RUN_CHANGES_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk17_hs_extended.openjdk_ppc64_aix/183/display/redirect?page=changes
[2025-05-29T01:32:45.523Z] SHELL=/usr/bin/ksh
[2025-05-29T01:32:45.523Z] WORKSPACE=/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix
[2025-05-29T01:32:45.523Z] JOB_URL=https://ci.adoptium.net/job/Test_openjdk17_hs_extended.openjdk_ppc64_aix/
[2025-05-29T01:32:45.523Z] AIXTHREAD_HRT=true
[2025-05-29T01:32:45.523Z] DYNAMIC_COMPILE=false
[2025-05-29T01:32:45.523Z] ODMDIR=/etc/objrepos
[2025-05-29T01:32:45.523Z] SETUP_JCK_RUN=false
[2025-05-29T01:32:45.523Z] SPEC=aix_ppc-64
[2025-05-29T01:32:45.523Z] PKG_CONFIG_PATH=/opt/freeware/lib64/pkgconfig:/opt/freeware/lib/pkgconfig
[2025-05-29T01:32:45.523Z] PLATFORM=ppc64_aix
[2025-05-29T01:32:45.523Z] TIME_LIMIT=25
[2025-05-29T01:32:45.523Z] HOME=/home/jenkins
[2025-05-29T01:32:45.523Z] NODE_NAME=test-osuosl-aix72-ppc64-2
[2025-05-29T01:32:45.523Z] WORKSPACE_TMP=/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix@tmp
[2025-05-29T01:32:45.523Z] UPSTREAM_JOB_NUMBER=426
[2025-05-29T01:32:45.523Z] GENERATE_JOBS=true
[2025-05-29T01:32:45.523Z] TEST_TIME=120
[2025-05-29T01:32:45.523Z] JENKINS_HOME=/home/jenkins/.jenkins
[2025-05-29T01:32:45.523Z] OPENJCEPLUS_GIT_BRANCH=semeru-java17
[2025-05-29T01:32:45.524Z] BUILD_DISPLAY_NAME=#183
[2025-05-29T01:32:45.524Z] SSH_CLIENT=78.47.239.97 41446 22
[2025-05-29T01:32:45.524Z] SSH_CONNECTION=78.47.239.97 41446 140.211.9.36 22
[2025-05-29T01:32:45.524Z] RERUN_ITERATIONS=1
[2025-05-29T01:32:45.524Z] STAGE_NAME=Setup
[2025-05-29T01:32:45.524Z] UPSTREAM_JOB_NAME=build-scripts/jobs/jdk17u/jdk17u-aix-ppc64-temurin
[2025-05-29T01:32:45.524Z] PWD=/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix
[2025-05-29T01:32:45.524Z] OBJECT_MODE=64
[2025-05-29T01:32:45.524Z] JOB_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk17_hs_extended.openjdk_ppc64_aix/display/redirect
[2025-05-29T01:32:45.524Z] PERL5LIB=/opt/freemarker/lib/perl5
[2025-05-29T01:32:45.524Z] TZ=CUT0
[2025-05-29T01:32:45.524Z] JDK_VERSION=17
[2025-05-29T01:32:45.524Z] RUN_DISPLAY_URL=https://ci.adoptium.net/job/Test_openjdk17_hs_extended.openjdk_ppc64_aix/183/display/redirect
[2025-05-29T01:32:45.524Z] JDK9_BOOT_DIR=/home/java9_64
[2025-05-29T01:32:45.524Z] JDK8_BOOT_DIR=/usr/java8_64
[2025-05-29T01:32:45.524Z] JDK7_BOOT_DIR=/usr/java8_64
[2025-05-29T01:32:45.524Z] BUILD_URL=https://ci.adoptium.net/job/Test_openjdk17_hs_extended.openjdk_ppc64_aix/183/
[2025-05-29T01:32:45.524Z] OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
[2025-05-29T01:32:45.524Z] ORIGIN_JDK_VERSION=17
[2025-05-29T01:32:45.524Z] PERF_ROOT=/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../benchmarks
[2025-05-29T01:32:45.524Z] LIBPATH=/opt/freeware/lib
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
[2025-05-29T01:32:45.877Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] dir
[2025-05-29T01:32:45.889Z] Running in /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/jdkbinary
[Pipeline] {
[Pipeline] copyArtifacts
[2025-05-29T01:36:36.806Z] Copied 7 artifacts from "build-scripts » jobs » jdk17u » jdk17u-aix-ppc64-temurin" build number 426
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_REPO_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_BRANCH_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_REPO_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_BRANCH_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named OPENJ9_SHA_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CLONE_OPENJ9_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named CLONE_OPENJ9_OPTION (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named JDK_VERSION_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named JDK_IMPL_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_REPO_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named TKG_BRANCH_OPTION (to a value of type GStringImpl) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_REPOS (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_BRANCHES (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_DIRS (to a value of type String) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named VENDOR_TEST_SHAS (to a value of type String) which could lead to memory leaks or other issues.
[Pipeline] echo
[2025-05-29T01:36:37.304Z] 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-05-29T01:36:37.309Z] Running in /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix
[Pipeline] {
[Pipeline] sshagent
[2025-05-29T01:36:37.409Z] $ ssh-agent
[2025-05-29T01:36:38.210Z] SSH_AUTH_SOCK=/tmp/ssh-m6Lc99I3fqj2/agent.25559544
[2025-05-29T01:36:38.210Z] SSH_AGENT_PID=28246464
[2025-05-29T01:36:38.210Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
[2025-05-29T01:36:38.231Z] Running in /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests
[Pipeline] {
[Pipeline] withCredentials
[2025-05-29T01:36:38.262Z] Masking supported pattern matches of $USERNAME or $PASSWORD
[Pipeline] {
[Pipeline] sh
[2025-05-29T01:36:40.119Z] + pwd
[2025-05-29T01:36:40.119Z] + ./get.sh -s /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/.. -p ppc64_aix -r upstream -j 17 -i hotspot --clone_openj9 false --tkg_repo https://github.com/adoptium/TKG.git --tkg_branch master
[2025-05-29T01:36:40.119Z] TESTDIR: /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests
[2025-05-29T01:36:40.119Z] get jdk binary...
[2025-05-29T01:36:40.119Z] --sdkdir is set to upstream. Therefore, skip download jdk binary
[2025-05-29T01:36:40.119Z] Uncompressing file: OpenJDK17U-jdk_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz ...
[2025-05-29T01:36:42.588Z] List files in jdkbinary folder...
[2025-05-29T01:36:42.588Z] total 315816
[2025-05-29T01:36:42.588Z] -rw-r--r-- 1 jenkins staff 33637297 May 28 20:37 OpenJDK17U-debugimage_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz
[2025-05-29T01:36:42.588Z] -rw-r--r-- 1 jenkins staff 183365570 May 28 20:38 OpenJDK17U-jdk_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz
[2025-05-29T01:36:42.588Z] -rw-r--r-- 1 jenkins staff 41571135 May 28 20:35 OpenJDK17U-jre_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz
[2025-05-29T01:36:42.588Z] -rw-r--r-- 1 jenkins staff 25733 May 28 20:42 OpenJDK17U-sbom_ppc64_aix_hotspot_17.0.16_5-ea-metadata.json
[2025-05-29T01:36:42.588Z] -rw-r--r-- 1 jenkins staff 135449 May 28 20:50 OpenJDK17U-sbom_ppc64_aix_hotspot_17.0.16_5-ea.json
[2025-05-29T01:36:42.588Z] -rw-r--r-- 1 jenkins staff 6510738 May 28 20:38 OpenJDK17U-static-libs_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz
[2025-05-29T01:36:42.588Z] -rw-r--r-- 1 jenkins staff 58121510 May 28 20:37 OpenJDK17U-testimage_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz
[2025-05-29T01:36:42.588Z] drwxr-xr-x 3 jenkins staff 256 May 29 01:36 tmp
[2025-05-29T01:36:42.588Z] List files in jdkbinary/tmp folder...
[2025-05-29T01:36:42.588Z] total 4
[2025-05-29T01:36:42.589Z] drwxr-xr-x 9 jenkins staff 4096 May 28 20:35 jdk-17.0.16+5
[2025-05-29T01:36:42.589Z] Moving directory jdk-17.0.16+5/ to ../j2sdk-image
[2025-05-29T01:36:42.589Z] Uncompressing file: OpenJDK17U-jre_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz ...
[2025-05-29T01:36:43.359Z] List files in jdkbinary folder...
[2025-05-29T01:36:43.359Z] total 315820
[2025-05-29T01:36:43.359Z] -rw-r--r-- 1 jenkins staff 33637297 May 28 20:37 OpenJDK17U-debugimage_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz
[2025-05-29T01:36:43.359Z] -rw-r--r-- 1 jenkins staff 183365570 May 28 20:38 OpenJDK17U-jdk_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz
[2025-05-29T01:36:43.359Z] -rw-r--r-- 1 jenkins staff 41571135 May 28 20:35 OpenJDK17U-jre_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz
[2025-05-29T01:36:43.359Z] -rw-r--r-- 1 jenkins staff 25733 May 28 20:42 OpenJDK17U-sbom_ppc64_aix_hotspot_17.0.16_5-ea-metadata.json
[2025-05-29T01:36:43.360Z] -rw-r--r-- 1 jenkins staff 135449 May 28 20:50 OpenJDK17U-sbom_ppc64_aix_hotspot_17.0.16_5-ea.json
[2025-05-29T01:36:43.360Z] -rw-r--r-- 1 jenkins staff 6510738 May 28 20:38 OpenJDK17U-static-libs_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz
[2025-05-29T01:36:43.360Z] -rw-r--r-- 1 jenkins staff 58121510 May 28 20:37 OpenJDK17U-testimage_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz
[2025-05-29T01:36:43.360Z] drwxr-xr-x 9 jenkins staff 4096 May 28 20:35 j2sdk-image
[2025-05-29T01:36:43.360Z] drwxr-xr-x 3 jenkins staff 256 May 29 01:36 tmp
[2025-05-29T01:36:43.360Z] List files in jdkbinary/tmp folder...
[2025-05-29T01:36:43.360Z] total 0
[2025-05-29T01:36:43.360Z] drwxr-xr-x 6 jenkins staff 256 May 28 20:35 jdk-17.0.16+5-jre
[2025-05-29T01:36:43.360Z] Moving directory jdk-17.0.16+5-jre/ to ../j2re-image
[2025-05-29T01:36:43.360Z] Uncompressing file: OpenJDK17U-static-libs_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz ...
[2025-05-29T01:36:44.183Z] List files in jdkbinary folder...
[2025-05-29T01:36:44.183Z] total 315820
[2025-05-29T01:36:44.183Z] -rw-r--r-- 1 jenkins staff 33637297 May 28 20:37 OpenJDK17U-debugimage_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz
[2025-05-29T01:36:44.183Z] -rw-r--r-- 1 jenkins staff 183365570 May 28 20:38 OpenJDK17U-jdk_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz
[2025-05-29T01:36:44.184Z] -rw-r--r-- 1 jenkins staff 41571135 May 28 20:35 OpenJDK17U-jre_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz
[2025-05-29T01:36:44.184Z] -rw-r--r-- 1 jenkins staff 25733 May 28 20:42 OpenJDK17U-sbom_ppc64_aix_hotspot_17.0.16_5-ea-metadata.json
[2025-05-29T01:36:44.184Z] -rw-r--r-- 1 jenkins staff 135449 May 28 20:50 OpenJDK17U-sbom_ppc64_aix_hotspot_17.0.16_5-ea.json
[2025-05-29T01:36:44.184Z] -rw-r--r-- 1 jenkins staff 6510738 May 28 20:38 OpenJDK17U-static-libs_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz
[2025-05-29T01:36:44.184Z] -rw-r--r-- 1 jenkins staff 58121510 May 28 20:37 OpenJDK17U-testimage_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz
[2025-05-29T01:36:44.184Z] drwxr-xr-x 6 jenkins staff 256 May 28 20:35 j2re-image
[2025-05-29T01:36:44.184Z] drwxr-xr-x 9 jenkins staff 4096 May 28 20:35 j2sdk-image
[2025-05-29T01:36:44.184Z] drwxr-xr-x 3 jenkins staff 256 May 29 01:36 tmp
[2025-05-29T01:36:44.184Z] List files in jdkbinary/tmp folder...
[2025-05-29T01:36:44.184Z] total 0
[2025-05-29T01:36:44.184Z] drwxr-xr-x 3 jenkins staff 256 May 28 20:35 jdk-17.0.16+5-static-libs
[2025-05-29T01:36:44.184Z] Moving directory jdk-17.0.16+5-static-libs/ to ../static-libs
[2025-05-29T01:36:44.184Z] Uncompressing file: OpenJDK17U-testimage_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz ...
[2025-05-29T01:36:45.773Z] List files in jdkbinary folder...
[2025-05-29T01:36:45.773Z] total 315820
[2025-05-29T01:36:45.773Z] -rw-r--r-- 1 jenkins staff 33637297 May 28 20:37 OpenJDK17U-debugimage_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz
[2025-05-29T01:36:45.773Z] -rw-r--r-- 1 jenkins staff 183365570 May 28 20:38 OpenJDK17U-jdk_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz
[2025-05-29T01:36:45.773Z] -rw-r--r-- 1 jenkins staff 41571135 May 28 20:35 OpenJDK17U-jre_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz
[2025-05-29T01:36:45.773Z] -rw-r--r-- 1 jenkins staff 25733 May 28 20:42 OpenJDK17U-sbom_ppc64_aix_hotspot_17.0.16_5-ea-metadata.json
[2025-05-29T01:36:45.773Z] -rw-r--r-- 1 jenkins staff 135449 May 28 20:50 OpenJDK17U-sbom_ppc64_aix_hotspot_17.0.16_5-ea.json
[2025-05-29T01:36:45.773Z] -rw-r--r-- 1 jenkins staff 6510738 May 28 20:38 OpenJDK17U-static-libs_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz
[2025-05-29T01:36:45.773Z] -rw-r--r-- 1 jenkins staff 58121510 May 28 20:37 OpenJDK17U-testimage_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz
[2025-05-29T01:36:45.774Z] drwxr-xr-x 6 jenkins staff 256 May 28 20:35 j2re-image
[2025-05-29T01:36:45.774Z] drwxr-xr-x 9 jenkins staff 4096 May 28 20:35 j2sdk-image
[2025-05-29T01:36:45.774Z] drwxr-xr-x 3 jenkins staff 256 May 28 20:35 static-libs
[2025-05-29T01:36:45.774Z] drwxr-xr-x 3 jenkins staff 256 May 29 01:36 tmp
[2025-05-29T01:36:45.774Z] List files in jdkbinary/tmp folder...
[2025-05-29T01:36:45.774Z] total 0
[2025-05-29T01:36:45.774Z] drwxr-xr-x 5 jenkins staff 256 May 28 20:15 jdk-17.0.16+5-test-image
[2025-05-29T01:36:45.774Z] Moving directory jdk-17.0.16+5-test-image/ to ../openjdk-test-image
[2025-05-29T01:36:45.774Z] Uncompressing OpenJDK17U-debugimage_ppc64_aix_hotspot_17.0.16_5-ea.tar.gz over ./j2sdk-image...
[2025-05-29T01:36:46.545Z] Removing top-level folder jdk-17.0.16+5-debug-image/
[2025-05-29T01:36:46.545Z] Removing top-level folder jdk-17.0.16+5/
[2025-05-29T01:36:47.315Z] Run /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/jdkbinary/j2sdk-image/bin/java -version
[2025-05-29T01:36:47.316Z] =JAVA VERSION OUTPUT BEGIN=
[2025-05-29T01:36:47.316Z] openjdk version "17.0.16-beta" 2025-07-15
[2025-05-29T01:36:47.316Z] OpenJDK Runtime Environment Temurin-17.0.16+5-202505281934 (build 17.0.16-beta+5-ea)
[2025-05-29T01:36:47.316Z] OpenJDK 64-Bit Server VM Temurin-17.0.16+5-202505281934 (build 17.0.16-beta+5-ea, mixed mode)
[2025-05-29T01:36:47.316Z] =JAVA VERSION OUTPUT END=
[2025-05-29T01:36:47.316Z] =RELEASE INFO BEGIN=
[2025-05-29T01:36:47.316Z] IMPLEMENTOR="Eclipse Adoptium"
[2025-05-29T01:36:47.316Z] IMPLEMENTOR_VERSION="Temurin-17.0.16+5-202505281934"
[2025-05-29T01:36:47.316Z] JAVA_RUNTIME_VERSION="17.0.16-beta+5-ea"
[2025-05-29T01:36:47.316Z] JAVA_VERSION="17.0.16"
[2025-05-29T01:36:47.316Z] JAVA_VERSION_DATE="2025-07-15"
[2025-05-29T01:36:47.316Z] LIBC="default"
[2025-05-29T01:36:47.316Z] MODULES="java.base java.compiler java.datatransfer java.xml java.prefs java.desktop java.instrument java.logging java.management java.security.sasl java.naming java.rmi java.management.rmi java.net.http java.scripting java.security.jgss java.transaction.xa java.sql java.sql.rowset java.xml.crypto java.se java.smartcardio jdk.accessibility jdk.internal.jvmstat jdk.attach jdk.charsets jdk.compiler jdk.crypto.ec jdk.crypto.cryptoki jdk.dynalink jdk.internal.ed jdk.editpad jdk.httpserver jdk.incubator.foreign jdk.incubator.vector jdk.internal.le jdk.internal.opt jdk.jartool jdk.javadoc jdk.jcmd jdk.management jdk.management.agent jdk.jconsole jdk.jdeps jdk.jdwp.agent jdk.jdi jdk.jfr jdk.jlink jdk.jshell jdk.jsobject jdk.jstatd jdk.localedata jdk.management.jfr jdk.naming.dns jdk.naming.rmi jdk.net jdk.nio.mapmode jdk.random jdk.sctp jdk.security.auth jdk.security.jgss jdk.unsupported jdk.unsupported.desktop jdk.xml.dom jdk.zipfs"
[2025-05-29T01:36:47.316Z] OS_ARCH="ppc64"
[2025-05-29T01:36:47.316Z] OS_NAME="AIX"
[2025-05-29T01:36:47.316Z] SOURCE=".:git:58d276a115ac"
[2025-05-29T01:36:47.316Z] BUILD_SOURCE="git:792825a68785e7d7c4b29905c5044b6767a044de"
[2025-05-29T01:36:47.316Z] BUILD_SOURCE_REPO="https://github.com/adoptium/temurin-build.git"
[2025-05-29T01:36:47.316Z] SOURCE_REPO="https://github.com/adoptium/jdk17u.git"
[2025-05-29T01:36:47.316Z] FULL_VERSION="17.0.16-beta+5-ea"
[2025-05-29T01:36:47.316Z] SEMANTIC_VERSION="17.0.16+5"
[2025-05-29T01:36:47.316Z] BUILD_INFO="OS: AIX Version: 7.2"
[2025-05-29T01:36:47.316Z] JVM_VARIANT="Hotspot"
[2025-05-29T01:36:47.316Z] JVM_VERSION="17.0.16-beta+5-ea"
[2025-05-29T01:36:47.316Z] IMAGE_TYPE="JDK"
[2025-05-29T01:36:47.316Z] =RELEASE INFO END=
[2025-05-29T01:36:47.316Z] get testKitGen...
[2025-05-29T01:36:47.316Z] git clone -q https://github.com/adoptium/TKG.git
[2025-05-29T01:36:48.086Z] git rev-parse master
[2025-05-29T01:36:48.087Z] git checkout -q -f 957d1afa46fad3da74dc289c4196f3916b184c5f
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[2025-05-29T01:36:48.608Z] $ ssh-agent -k
[2025-05-29T01:36:48.618Z] unset SSH_AUTH_SOCK;
[2025-05-29T01:36:48.618Z] unset SSH_AGENT_PID;
[2025-05-29T01:36:48.618Z] echo Agent pid 28246464 killed;
[2025-05-29T01:36:49.472Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
[2025-05-29T01:36:49.997Z] Rerun in Grinder: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=extended.openjdk&BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=5&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=ppc64_aix&GENERATE_JOBS=true&KEEP_REPORTDIR=true&PERSONAL_BUILD=false&DOCKER_REGISTRY_DIR=&RERUN_ITERATIONS=0&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&SETUP_JCK_RUN=false&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&LABEL=&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&JENKINS_KEY=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=17&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk17u&JCK_GIT_BRANCH=master&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk17u%2Fjdk17u-aix-ppc64-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=jdk-17.0.16%2B5_adopt&LABEL_ADDITION=sw.os.aix.7_2&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&TEST_TIME=120&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=aqavit-bot&DYNAMIC_COMPILE=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=&OPENJDK_SHA=&TRSS_URL=&RERUN_FAILURE=false&USE_TESTENV_PROPERTIES=false&BUILD_LIST=openjdk&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=426&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None
[Pipeline] echo
[2025-05-29T01:36:50.008Z] Rerun in Grinder on same machine: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=extended.openjdk&BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=5&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=ppc64_aix&GENERATE_JOBS=true&KEEP_REPORTDIR=true&PERSONAL_BUILD=false&DOCKER_REGISTRY_DIR=&RERUN_ITERATIONS=0&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&SETUP_JCK_RUN=false&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&LABEL=test-osuosl-aix72-ppc64-2&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&JENKINS_KEY=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=17&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk17u&JCK_GIT_BRANCH=master&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk17u%2Fjdk17u-aix-ppc64-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=jdk-17.0.16%2B5_adopt&LABEL_ADDITION=sw.os.aix.7_2&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&TEST_TIME=120&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=aqavit-bot&DYNAMIC_COMPILE=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=&OPENJDK_SHA=&TRSS_URL=&RERUN_FAILURE=false&USE_TESTENV_PROPERTIES=false&BUILD_LIST=openjdk&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=426&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None
[Pipeline] stage
[Pipeline] { (setupParallelEnv)
Did you forget the `def` keyword? Script1 seems to be setting a field named parallel_tests (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
[Pipeline] timeout
[2025-05-29T01:36:50.070Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] copyArtifacts
[2025-05-29T01:36:51.127Z] Copied 1 artifact from "getTRSSOutput" build number 1787
[Pipeline] sh
[2025-05-29T01:36:52.975Z] + cd ./aqa-tests/TKG/resources/TRSS
[2025-05-29T01:36:52.975Z] + gzip -cd TRSSOutput.tar.gz
[2025-05-29T01:36:52.975Z] + tar xof -
[2025-05-29T01:36:52.975Z] + rm TRSSOutput.tar.gz
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
[2025-05-29T01:36:53.359Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] echo
[2025-05-29T01:36:53.380Z] Custom URL: https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[Pipeline] sh
[2025-05-29T01:36:55.225Z] + perl ./aqa-tests/TKG/scripts/getDependencies.pl -path /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib -task default -customUrl https://ci.adoptium.net//job/test.getDependency/lastSuccessfulBuild/artifact/
[2025-05-29T01:36:55.225Z] --------------------------------------------
[2025-05-29T01:36:55.225Z] path is set to /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib
[2025-05-29T01:36:55.225Z] task is set to default
[2025-05-29T01:36:55.225Z] dependencyList is set to all
[2025-05-29T01:36:55.225Z] --------------------------------------------
[2025-05-29T01:36:55.225Z] Starting download third party dependent jars
[2025-05-29T01:36:55.225Z] --------------------------------------------
[2025-05-29T01:36:55.225Z] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/mockito-core.jar exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/asm.jar exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/jtreg_7_4_1.tar.gz exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/javassist.jar exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/jtreg_7_5_1_1.tar.gz exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/openj9jtregtimeouthandler.jar exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/testng.jar exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/jtreg_6_1.tar.gz exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/apache-maven-bin.tar.gz exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/asmtools.jar exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/jcommander.jar exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/jtreg_7_3_1_1.tar.gz exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/byte-buddy-agent.jar exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/commons-cli.jar exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/byte-buddy.jar exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/asm-all.jar exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/commons-exec.jar exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/objenesis.jar exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/jython-standalone.jar exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/jaxb-api.jar exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/org.eclipse.osgi-3.16.100.jar exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/jcstress-tests-all-20240222.jar exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/junit4.jar exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/jtreg_5_1_b01.tar.gz exists with correct hash, not downloading
[2025-05-29T01:36:55.225Z] downloaded dependent third party jars successfully
[Pipeline] }
[Pipeline] // timeout
[Pipeline] nodesByLabel
[2025-05-29T01:36:55.616Z] Found a total of 7 nodes with the 'ci.role.test&&hw.arch.ppc64&&sw.os.aix&&sw.os.aix.7_2' label
[Pipeline] sh
[2025-05-29T01:36:57.491Z] + cd ./aqa-tests/TKG
[2025-05-29T01:36:57.491Z] + uname
[2025-05-29T01:36:57.491Z] + [ AIX = AIX ]
[2025-05-29T01:36:57.491Z] + MAKE=gmake
[2025-05-29T01:36:57.491Z] + gmake genParallelList TEST=extended.openjdk TEST_TIME=120 NUM_MACHINES=
[2025-05-29T01:36:57.491Z] JAVA_HOME is set to /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/jdkbinary/j2sdk-image
[2025-05-29T01:36:57.491Z] LIB_DIR is set to /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib
[2025-05-29T01:36:57.491Z] rm -f -r /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/../TKG/output_compilation; \
[2025-05-29T01:36:57.491Z] mkdir -p /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/../TKG/output_compilation; \
[2025-05-29T01:36:57.491Z] (ant -f ./scripts/build_tools.xml "-DTEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/jdkbinary/j2sdk-image" "-DTEST_ROOT=/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/.." "-DLIB_DIR=/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib" 2>&1; echo $? ) | tee "/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2025-05-29T01:36:57.491Z] if [ -z "$(tail -1 /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/../TKG/output_compilation"; fi
[2025-05-29T01:36:57.491Z] Buildfile: /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/scripts/build_tools.xml
[2025-05-29T01:36:58.261Z]
[2025-05-29T01:36:58.261Z] build:
[2025-05-29T01:36:58.261Z]
[2025-05-29T01:36:58.261Z] clean:
[2025-05-29T01:36:58.261Z]
[2025-05-29T01:36:58.261Z] init:
[2025-05-29T01:36:58.261Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/bin
[2025-05-29T01:36:58.261Z]
[2025-05-29T01:36:58.261Z] getDependentLibs:
[2025-05-29T01:36:58.261Z] [exec] --------------------------------------------
[2025-05-29T01:36:58.261Z] [exec] path is set to /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib
[2025-05-29T01:36:58.261Z] [exec] task is set to default
[2025-05-29T01:36:58.261Z] [exec] dependencyList is set to json_simple
[2025-05-29T01:36:58.261Z] [exec] --------------------------------------------
[2025-05-29T01:36:58.261Z] [exec] Starting download third party dependent jars
[2025-05-29T01:36:58.261Z] [exec] --------------------------------------------
[2025-05-29T01:36:58.261Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib
[2025-05-29T01:36:58.261Z] [exec] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-05-29T01:36:58.261Z] [exec] downloaded dependent third party jars successfully
[2025-05-29T01:36:58.261Z]
[2025-05-29T01:36:58.261Z] compile:
[2025-05-29T01:36:58.261Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-05-29T01:36:58.261Z] [echo] ============COMPILER SETTINGS============
[2025-05-29T01:36:58.261Z] [echo] ===fork: yes
[2025-05-29T01:36:58.261Z] [echo] ===debug: on
[2025-05-29T01:36:58.261Z] [javac] Compiling 28 source files to /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/bin
[2025-05-29T01:37:00.735Z] [javac] Note: /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/src/org/openj9/envInfo/MachineInfo.java uses or overrides a deprecated API.
[2025-05-29T01:37:00.735Z] [javac] Note: Recompile with -Xlint:deprecation for details.
[2025-05-29T01:37:00.735Z]
[2025-05-29T01:37:00.735Z] dist:
[2025-05-29T01:37:00.735Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/bin/TestKitGen.jar
[2025-05-29T01:37:00.735Z]
[2025-05-29T01:37:00.735Z] BUILD SUCCESSFUL
[2025-05-29T01:37:00.735Z] Total time: 3 seconds
[2025-05-29T01:37:00.735Z] 0
[2025-05-29T01:37:00.735Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/jdkbinary/j2sdk-image/bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector
[2025-05-29T01:37:00.735Z] Unfamiliar microArch detected in TKG. It will not be added in TKG microArch!
[2025-05-29T01:37:00.735Z] microArchOutput: cat_64: /proc/cpuinfo: A file or directory in the path name does not exist.
[2025-05-29T01:37:01.519Z] ****************************** MACHINE INFO ******************************
[2025-05-29T01:37:01.519Z] File path : /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG
[2025-05-29T01:37:01.519Z] Free Physical Memory Size : 15426301952
[2025-05-29T01:37:01.519Z] Free space (bytes) : 18399997952
[2025-05-29T01:37:01.519Z] Total Physical Memory Size : 34359738368
[2025-05-29T01:37:01.519Z] Total space (bytes) : 34359738368
[2025-05-29T01:37:01.519Z] Usable space (bytes) : 18399997952
[2025-05-29T01:37:01.519Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-05-29T01:37:01.519Z] bashVersion :
[2025-05-29T01:37:01.519Z] GNU bash, version 5.0.18(1)-release (powerpc-ibm-aix6.1.9.0)
[2025-05-29T01:37:01.519Z] Copyright (C) 2019 Free Software Foundation, Inc.
[2025-05-29T01:37:01.519Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-05-29T01:37:01.519Z]
[2025-05-29T01:37:01.519Z] This is free software; you are free to change and redistribute it.
[2025-05-29T01:37:01.519Z] There is NO WARRANTY, to the extent permitted by law.
[2025-05-29T01:37:01.519Z] cpuCores :
[2025-05-29T01:37:01.519Z] cat_64: /proc/cpuinfo: A file or directory in the path name does not exist.
[2025-05-29T01:37:01.519Z] 0
[2025-05-29T01:37:01.519Z] curlVersion :
[2025-05-29T01:37:01.519Z] curl 7.74.0 (powerpc-ibm-aix6.1.9.0) libcurl/7.74.0 OpenSSL/1.0.2u zlib/1.2.11 libssh2/1.8.2 nghttp2/1.41.0
[2025-05-29T01:37:01.519Z] Release-Date: 2020-12-09
[2025-05-29T01:37:01.519Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
[2025-05-29T01:37:01.519Z] Features: alt-svc AsynchDNS GSS-API HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz NTLM NTLM_WB SPNEGO SSL TLS-SRP UnixSockets
[2025-05-29T01:37:01.519Z] dockerVersion : bash: docker: command not found
[2025-05-29T01:37:01.519Z] gcc version : Command could not be executed
[2025-05-29T01:37:01.519Z] gclibc version : Usage: ldd [ -Llibpath ] executable
[2025-05-29T01:37:01.519Z] gdb version : bash: gdb: command not found
[2025-05-29T01:37:01.519Z] lldb version : Command could not be executed
[2025-05-29T01:37:01.519Z] makeVersion :
[2025-05-29T01:37:01.519Z] GNU Make 4.2.1
[2025-05-29T01:37:01.519Z] Built for powerpc-ibm-aix6.1.9.0
[2025-05-29T01:37:01.519Z] Copyright (C) 1988-2016 Free Software Foundation, Inc.
[2025-05-29T01:37:01.519Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-05-29T01:37:01.519Z] This is free software: you are free to change and redistribute it.
[2025-05-29T01:37:01.519Z] There is NO WARRANTY, to the extent permitted by law.
[2025-05-29T01:37:01.519Z] mavenVersion : bash: mvn: command not found
[2025-05-29T01:37:01.519Z] perlVersion :
[2025-05-29T01:37:01.519Z]
[2025-05-29T01:37:01.519Z] This is perl 5, version 30, subversion 3 (v5.30.3) built for ppc-aix-thread-multi-64all
[2025-05-29T01:37:01.519Z]
[2025-05-29T01:37:01.519Z] Copyright 1987-2020, Larry Wall
[2025-05-29T01:37:01.519Z]
[2025-05-29T01:37:01.519Z] Perl may be copied only under the terms of either the Artistic License or the
[2025-05-29T01:37:01.519Z] GNU General Public License, which may be found in the Perl 5 source kit.
[2025-05-29T01:37:01.519Z]
[2025-05-29T01:37:01.519Z] Complete documentation for Perl, including FAQ lists, should be found on
[2025-05-29T01:37:01.519Z] this system using "man perl" or "perldoc perl". If you have access to the
[2025-05-29T01:37:01.519Z] Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[2025-05-29T01:37:01.519Z]
[2025-05-29T01:37:01.519Z] podmanVersion : bash: podman: command not found
[2025-05-29T01:37:01.519Z] procArch : powerpc
[2025-05-29T01:37:01.519Z] sysArch : 00FAC25F4B00
[2025-05-29T01:37:01.519Z] sysOS : AIX
[2025-05-29T01:37:01.519Z] ulimit :
[2025-05-29T01:37:01.519Z] core file size (blocks, -c) unlimited
[2025-05-29T01:37:01.519Z] data seg size (kbytes, -d) 2097152
[2025-05-29T01:37:01.519Z] file size (blocks, -f) unlimited
[2025-05-29T01:37:01.519Z] max memory size (kbytes, -m) 262144
[2025-05-29T01:37:01.519Z] open files (-n) unlimited
[2025-05-29T01:37:01.519Z] pipe size (512 bytes, -p) 64
[2025-05-29T01:37:01.519Z] stack size (kbytes, -s) 4194304
[2025-05-29T01:37:01.519Z] cpu time (seconds, -t) unlimited
[2025-05-29T01:37:01.519Z] max user processes (-u) unlimited
[2025-05-29T01:37:01.519Z] virtual memory (kbytes, -v) unlimited
[2025-05-29T01:37:01.519Z] uname : AIX p8-aix1-adopt04 2 7 00FAC25F4B00 powerpc AIX
[2025-05-29T01:37:01.519Z] vmVendor : Oracle Corporation
[2025-05-29T01:37:01.519Z] vmVersion : 17.0.16-beta+5-ea
[2025-05-29T01:37:01.519Z] xlc version : Version: 13.01.0003.0000
[2025-05-29T01:37:01.519Z] **************************************************************************
[2025-05-29T01:37:01.519Z]
[2025-05-29T01:37:01.519Z] System.getProperty('java.vm.name')=OpenJDK 64-Bit Server VM
[2025-05-29T01:37:01.519Z]
[2025-05-29T01:37:01.519Z] System.getProperty('java.vendor')=Eclipse Adoptium
[2025-05-29T01:37:01.519Z]
[2025-05-29T01:37:01.519Z] System.getProperty('os.name')=AIX
[2025-05-29T01:37:01.519Z]
[2025-05-29T01:37:01.519Z] System.getProperty('os.arch')=ppc64
[2025-05-29T01:37:01.519Z]
[2025-05-29T01:37:01.519Z] System.getProperty('java.fullversion')=null
[2025-05-29T01:37:01.519Z]
[2025-05-29T01:37:01.519Z] System.getProperty('sun.arch.data.model')=64
[2025-05-29T01:37:01.519Z]
[2025-05-29T01:37:01.519Z] gmake -f makeGen.mk AUTO_DETECT=true MODE=parallelList NUM_MACHINES= TEST_TIME=120 TESTTARGET=extended.openjdk TESTLIST= TRSS_URL= LIB_DIR=/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib
[2025-05-29T01:37:01.519Z] gmake[1]: Entering directory '/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG'
[2025-05-29T01:37:01.519Z] perl scripts/configure.pl
[2025-05-29T01:37:01.519Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/jdkbinary/j2sdk-image/bin/java -cp "./bin/TestKitGen.jar:/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=parallelList --spec=aix_ppc-64 --microArch="" --osLabel="" --jdkVersion=17 --impl=hotspot --vendor="eclipse" --buildList=openjdk --iterations=1 --aotIterations= --testFlag= --testTarget=extended.openjdk --testList= --numOfMachines= --testTime=120 --TRSSURL=
[2025-05-29T01:37:02.294Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2025-05-29T01:37:02.294Z]
[2025-05-29T01:37:02.294Z]
[2025-05-29T01:37:02.294Z] Starting to generate parallel test lists.
[2025-05-29T01:37:02.294Z]
[2025-05-29T01:37:02.294Z] Parsing /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/../openjdk/playlist.xml
[2025-05-29T01:37:02.294Z] Attempting to get test duration data from TRSS.
[2025-05-29T01:37:02.294Z] curl --silent --max-time 120 -L -k https://trss.adoptopenjdk.net/api/getTestAvgDuration?limit=10&jdkVersion=17&impl=hs&platform=ppc64_aix&group=openjdk&level=extended
[2025-05-29T01:37:03.064Z] Attempting to get test duration data from cached files.
[2025-05-29T01:37:03.064Z]
[2025-05-29T01:37:03.064Z] TEST DURATION
[2025-05-29T01:37:03.064Z] ====================================================================================
[2025-05-29T01:37:03.064Z] Total number of tests searched: 86
[2025-05-29T01:37:03.064Z] Number of test durations found: 86
[2025-05-29T01:37:03.064Z] Top slowest tests:
[2025-05-29T01:37:03.064Z] 95m24s jdk_net_0
[2025-05-29T01:37:03.064Z] 91m52s jdk_net_1
[2025-05-29T01:37:03.064Z] 85m15s hotspot_compiler_0
[2025-05-29T01:37:03.064Z] ====================================================================================
[2025-05-29T01:37:03.064Z]
[2025-05-29T01:37:03.064Z] Test target is split into 9 lists.
[2025-05-29T01:37:03.064Z] Reducing estimated test running time from 966m48s to 119m19s.
[2025-05-29T01:37:03.064Z]
[2025-05-29T01:37:03.064Z] -------------------------------------testList_0-------------------------------------
[2025-05-29T01:37:03.064Z] Number of tests: 3
[2025-05-29T01:37:03.064Z] Estimated running time: 119m05s
[2025-05-29T01:37:03.064Z] TESTLIST=jdk_net_0,jdk_jdi_1,jdk_text_0
[2025-05-29T01:37:03.064Z] ------------------------------------------------------------------------------------
[2025-05-29T01:37:03.064Z]
[2025-05-29T01:37:03.064Z] -------------------------------------testList_1-------------------------------------
[2025-05-29T01:37:03.064Z] Number of tests: 3
[2025-05-29T01:37:03.064Z] Estimated running time: 117m16s
[2025-05-29T01:37:03.064Z] TESTLIST=jdk_net_1,jdk_tools_0,jdk_time_1
[2025-05-29T01:37:03.064Z] ------------------------------------------------------------------------------------
[2025-05-29T01:37:03.064Z]
[2025-05-29T01:37:03.064Z] -------------------------------------testList_2-------------------------------------
[2025-05-29T01:37:03.064Z] Number of tests: 3
[2025-05-29T01:37:03.064Z] Estimated running time: 117m40s
[2025-05-29T01:37:03.064Z] TESTLIST=hotspot_compiler_0,jdk_tools_1,jdk_imageio_1
[2025-05-29T01:37:03.064Z] ------------------------------------------------------------------------------------
[2025-05-29T01:37:03.064Z]
[2025-05-29T01:37:03.064Z] -------------------------------------testList_3-------------------------------------
[2025-05-29T01:37:03.064Z] Number of tests: 3
[2025-05-29T01:37:03.064Z] Estimated running time: 118m18s
[2025-05-29T01:37:03.064Z] TESTLIST=hotspot_gc_0,jdk_nio_1,jdk_rmi_1
[2025-05-29T01:37:03.064Z] ------------------------------------------------------------------------------------
[2025-05-29T01:37:03.064Z]
[2025-05-29T01:37:03.064Z] -------------------------------------testList_4-------------------------------------
[2025-05-29T01:37:03.064Z] Number of tests: 3
[2025-05-29T01:37:03.064Z] Estimated running time: 119m19s
[2025-05-29T01:37:03.064Z] TESTLIST=jdk_security3_0,jdk_nio_0,jdk_text_1
[2025-05-29T01:37:03.064Z] ------------------------------------------------------------------------------------
[2025-05-29T01:37:03.064Z]
[2025-05-29T01:37:03.064Z] -------------------------------------testList_5-------------------------------------
[2025-05-29T01:37:03.064Z] Number of tests: 3
[2025-05-29T01:37:03.064Z] Estimated running time: 118m38s
[2025-05-29T01:37:03.064Z] TESTLIST=jdk_security3_1,jdk_vector_1,jdk_rmi_0
[2025-05-29T01:37:03.064Z] ------------------------------------------------------------------------------------
[2025-05-29T01:37:03.064Z]
[2025-05-29T01:37:03.064Z] -------------------------------------testList_6-------------------------------------
[2025-05-29T01:37:03.064Z] Number of tests: 4
[2025-05-29T01:37:03.064Z] Estimated running time: 117m45s
[2025-05-29T01:37:03.064Z] TESTLIST=hotspot_runtime_0,jdk_vector_0,jdk_io_1,jdk_imageio_0
[2025-05-29T01:37:03.064Z] ------------------------------------------------------------------------------------
[2025-05-29T01:37:03.064Z]
[2025-05-29T01:37:03.064Z] -------------------------------------testList_7-------------------------------------
[2025-05-29T01:37:03.064Z] Number of tests: 10
[2025-05-29T01:37:03.064Z] Estimated running time: 119m05s
[2025-05-29T01:37:03.064Z] TESTLIST=jdk_jdi_0,jdk_jmx_1,jdk_jmx_0,hotspot_serviceability_0,jdk_beans_1,jdk_beans_0,jdk_other_0,jdk_io_0,jdk_other_1,jdk_time_0
[2025-05-29T01:37:03.064Z] ------------------------------------------------------------------------------------
[2025-05-29T01:37:03.064Z]
[2025-05-29T01:37:03.064Z] -------------------------------------testList_8-------------------------------------
[2025-05-29T01:37:03.064Z] Number of tests: 54
[2025-05-29T01:37:03.064Z] Estimated running time: 19m36s
[2025-05-29T01:37:03.064Z] TESTLIST=jdk_instrument_1,jdk_instrument_0,jdk_management_0,jdk_management_1,jdk_build_1,jdk_build_0,hotspot_native_sanity_0,jdk_native_sanity_0,jdk_native_sanity_1,jdk_swing_2,jdk_swing_0,jdk_sound_1,jdk_sound_0,jdk_security_infra_2,jdk_security_infra_1,jdk_security_infra_0,jdk_jfr_2,jdk_jfr_1,jdk_jfr_0,jdk_awt_2,jdk_awt_1,jdk_awt_0,jdk_2d_2,jdk_2d_1,jdk_2d_0,jdk_swing_1,jdk_sound_2,jdk_jfc_demo_2,jdk_jfc_demo_1,jdk_jfc_demo_0,jdk_client_sanity_2,jdk_client_sanity_1,jdk_client_sanity_0,jdk_tools_2,jdk_security3_2,jdk_rmi_2,jdk_native_sanity_2,jdk_jmx_2,jdk_jdi_2,jdk_vector_2,jdk_time_2,jdk_text_2,jdk_security_infra_zos_2,jdk_security_infra_zos_1,jdk_security_infra_zos_0,jdk_other_2,jdk_nio_2,jdk_net_2,jdk_management_2,jdk_io_2,jdk_instrument_2,jdk_imageio_2,jdk_build_2,jdk_beans_2
[2025-05-29T01:37:03.064Z] ------------------------------------------------------------------------------------
[2025-05-29T01:37:03.064Z]
[2025-05-29T01:37:03.064Z] Parallel test lists file (/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/../TKG/parallelList.mk) is generated successfully.
[2025-05-29T01:37:03.064Z] gmake[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG'
[Pipeline] fileExists
[Pipeline] echo
[2025-05-29T01:37:03.594Z] read parallelList.mk file: aqa-tests/TKG/parallelList.mk
[Pipeline] readProperties
[Pipeline] echo
[2025-05-29T01:37:04.125Z] TEST_TIME (120 minutes) is not possible as it exceeds the machine limit.
[Pipeline] echo
[2025-05-29T01:37:04.127Z] Regenerate parallel list with NUM_MACHINES=7.
[Pipeline] sh
[2025-05-29T01:37:06.013Z] + cd ./aqa-tests/TKG
[2025-05-29T01:37:06.013Z] + uname
[2025-05-29T01:37:06.013Z] + [ AIX = AIX ]
[2025-05-29T01:37:06.013Z] + MAKE=gmake
[2025-05-29T01:37:06.013Z] + gmake genParallelList TEST=extended.openjdk NUM_MACHINES=7 TEST_TIME=
[2025-05-29T01:37:06.013Z] JAVA_HOME is set to /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/jdkbinary/j2sdk-image
[2025-05-29T01:37:06.013Z] LIB_DIR is set to /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib
[2025-05-29T01:37:06.013Z] rm -f -r /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/../TKG/output_compilation; \
[2025-05-29T01:37:06.013Z] mkdir -p /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/../TKG/output_compilation; \
[2025-05-29T01:37:06.013Z] (ant -f ./scripts/build_tools.xml "-DTEST_JDK_HOME=/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/jdkbinary/j2sdk-image" "-DTEST_ROOT=/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/.." "-DLIB_DIR=/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib" 2>&1; echo $? ) | tee "/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/../TKG/output_compilation/compilation.log"; \
[2025-05-29T01:37:06.013Z] if [ -z "$(tail -1 /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/../TKG/output_compilation/compilation.log | grep 0)" ]; then perl scripts/moveDmp.pl --compileLogPath="/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/../TKG/output_compilation/compilation.log" --testRoot="/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/.."; false; else rm -f -r "/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/../TKG/output_compilation"; fi
[2025-05-29T01:37:06.013Z] Buildfile: /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/scripts/build_tools.xml
[2025-05-29T01:37:06.782Z]
[2025-05-29T01:37:06.782Z] build:
[2025-05-29T01:37:06.782Z]
[2025-05-29T01:37:06.782Z] clean:
[2025-05-29T01:37:06.782Z] [delete] Deleting: /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/autoGenEnv.mk
[2025-05-29T01:37:06.782Z] [delete] Deleting directory /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/bin
[2025-05-29T01:37:06.782Z]
[2025-05-29T01:37:06.782Z] init:
[2025-05-29T01:37:06.782Z] [mkdir] Created dir: /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/bin
[2025-05-29T01:37:06.782Z]
[2025-05-29T01:37:06.782Z] getDependentLibs:
[2025-05-29T01:37:06.782Z] [exec] --------------------------------------------
[2025-05-29T01:37:06.782Z] [exec] path is set to /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib
[2025-05-29T01:37:06.782Z] [exec] task is set to default
[2025-05-29T01:37:06.783Z] [exec] dependencyList is set to json_simple
[2025-05-29T01:37:06.783Z] [exec] --------------------------------------------
[2025-05-29T01:37:06.783Z] [exec] Starting download third party dependent jars
[2025-05-29T01:37:06.783Z] [exec] --------------------------------------------
[2025-05-29T01:37:06.783Z] [exec] downloading dependent third party jars to /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib
[2025-05-29T01:37:06.783Z] [exec] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/json-simple.jar exists with correct hash, not downloading
[2025-05-29T01:37:06.783Z] [exec] downloaded dependent third party jars successfully
[2025-05-29T01:37:06.783Z]
[2025-05-29T01:37:06.783Z] compile:
[2025-05-29T01:37:06.783Z] [echo] Ant version is Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-05-29T01:37:06.783Z] [echo] ============COMPILER SETTINGS============
[2025-05-29T01:37:06.783Z] [echo] ===fork: yes
[2025-05-29T01:37:06.783Z] [echo] ===debug: on
[2025-05-29T01:37:06.783Z] [javac] Compiling 28 source files to /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/bin
[2025-05-29T01:37:09.252Z] [javac] Note: /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/src/org/openj9/envInfo/MachineInfo.java uses or overrides a deprecated API.
[2025-05-29T01:37:09.252Z] [javac] Note: Recompile with -Xlint:deprecation for details.
[2025-05-29T01:37:09.252Z]
[2025-05-29T01:37:09.252Z] dist:
[2025-05-29T01:37:09.252Z] [jar] Building jar: /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/bin/TestKitGen.jar
[2025-05-29T01:37:09.252Z]
[2025-05-29T01:37:09.252Z] BUILD SUCCESSFUL
[2025-05-29T01:37:09.252Z] Total time: 2 seconds
[2025-05-29T01:37:09.252Z] 0
[2025-05-29T01:37:09.252Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/jdkbinary/j2sdk-image/bin/java -cp ./bin/TestKitGen.jar org.openj9.envInfo.EnvDetector
[2025-05-29T01:37:09.252Z] Unfamiliar microArch detected in TKG. It will not be added in TKG microArch!
[2025-05-29T01:37:09.252Z] microArchOutput: cat_64: /proc/cpuinfo: A file or directory in the path name does not exist.
[2025-05-29T01:37:09.252Z] ****************************** MACHINE INFO ******************************
[2025-05-29T01:37:09.252Z] File path : /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG
[2025-05-29T01:37:09.252Z] Free Physical Memory Size : 15424393216
[2025-05-29T01:37:09.252Z] Free space (bytes) : 18399985664
[2025-05-29T01:37:09.252Z] Total Physical Memory Size : 34359738368
[2025-05-29T01:37:09.252Z] Total space (bytes) : 34359738368
[2025-05-29T01:37:09.252Z] Usable space (bytes) : 18399985664
[2025-05-29T01:37:09.252Z] antVersion : Apache Ant(TM) version 1.10.15 compiled on August 25 2024
[2025-05-29T01:37:09.252Z] bashVersion :
[2025-05-29T01:37:09.252Z] GNU bash, version 5.0.18(1)-release (powerpc-ibm-aix6.1.9.0)
[2025-05-29T01:37:09.252Z] Copyright (C) 2019 Free Software Foundation, Inc.
[2025-05-29T01:37:09.252Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-05-29T01:37:09.252Z]
[2025-05-29T01:37:09.252Z] This is free software; you are free to change and redistribute it.
[2025-05-29T01:37:09.252Z] There is NO WARRANTY, to the extent permitted by law.
[2025-05-29T01:37:09.252Z] cpuCores :
[2025-05-29T01:37:09.252Z] cat_64: /proc/cpuinfo: A file or directory in the path name does not exist.
[2025-05-29T01:37:09.252Z] 0
[2025-05-29T01:37:09.252Z] curlVersion :
[2025-05-29T01:37:09.252Z] curl 7.74.0 (powerpc-ibm-aix6.1.9.0) libcurl/7.74.0 OpenSSL/1.0.2u zlib/1.2.11 libssh2/1.8.2 nghttp2/1.41.0
[2025-05-29T01:37:09.252Z] Release-Date: 2020-12-09
[2025-05-29T01:37:09.252Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
[2025-05-29T01:37:09.252Z] Features: alt-svc AsynchDNS GSS-API HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz NTLM NTLM_WB SPNEGO SSL TLS-SRP UnixSockets
[2025-05-29T01:37:09.252Z] dockerVersion : bash: docker: command not found
[2025-05-29T01:37:09.252Z] gcc version : Command could not be executed
[2025-05-29T01:37:09.252Z] gclibc version : Usage: ldd [ -Llibpath ] executable
[2025-05-29T01:37:09.252Z] gdb version : bash: gdb: command not found
[2025-05-29T01:37:09.252Z] lldb version : Command could not be executed
[2025-05-29T01:37:09.252Z] makeVersion :
[2025-05-29T01:37:09.252Z] GNU Make 4.2.1
[2025-05-29T01:37:09.252Z] Built for powerpc-ibm-aix6.1.9.0
[2025-05-29T01:37:09.252Z] Copyright (C) 1988-2016 Free Software Foundation, Inc.
[2025-05-29T01:37:09.252Z] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[2025-05-29T01:37:09.252Z] This is free software: you are free to change and redistribute it.
[2025-05-29T01:37:09.252Z] There is NO WARRANTY, to the extent permitted by law.
[2025-05-29T01:37:09.252Z] mavenVersion : bash: mvn: command not found
[2025-05-29T01:37:09.252Z] perlVersion :
[2025-05-29T01:37:09.252Z]
[2025-05-29T01:37:09.252Z] This is perl 5, version 30, subversion 3 (v5.30.3) built for ppc-aix-thread-multi-64all
[2025-05-29T01:37:09.252Z]
[2025-05-29T01:37:09.252Z] Copyright 1987-2020, Larry Wall
[2025-05-29T01:37:09.252Z]
[2025-05-29T01:37:09.252Z] Perl may be copied only under the terms of either the Artistic License or the
[2025-05-29T01:37:09.252Z] GNU General Public License, which may be found in the Perl 5 source kit.
[2025-05-29T01:37:09.252Z]
[2025-05-29T01:37:09.252Z] Complete documentation for Perl, including FAQ lists, should be found on
[2025-05-29T01:37:09.252Z] this system using "man perl" or "perldoc perl". If you have access to the
[2025-05-29T01:37:09.252Z] Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[2025-05-29T01:37:09.252Z]
[2025-05-29T01:37:09.252Z] podmanVersion : bash: podman: command not found
[2025-05-29T01:37:09.252Z] procArch : powerpc
[2025-05-29T01:37:09.252Z] sysArch : 00FAC25F4B00
[2025-05-29T01:37:09.252Z] sysOS : AIX
[2025-05-29T01:37:09.252Z] ulimit :
[2025-05-29T01:37:09.252Z] core file size (blocks, -c) unlimited
[2025-05-29T01:37:09.252Z] data seg size (kbytes, -d) 2097152
[2025-05-29T01:37:09.252Z] file size (blocks, -f) unlimited
[2025-05-29T01:37:09.252Z] max memory size (kbytes, -m) 262144
[2025-05-29T01:37:09.252Z] open files (-n) unlimited
[2025-05-29T01:37:09.252Z] pipe size (512 bytes, -p) 64
[2025-05-29T01:37:09.252Z] stack size (kbytes, -s) 4194304
[2025-05-29T01:37:09.252Z] cpu time (seconds, -t) unlimited
[2025-05-29T01:37:09.252Z] max user processes (-u) unlimited
[2025-05-29T01:37:09.252Z] virtual memory (kbytes, -v) unlimited
[2025-05-29T01:37:09.252Z] uname : AIX p8-aix1-adopt04 2 7 00FAC25F4B00 powerpc AIX
[2025-05-29T01:37:09.252Z] vmVendor : Oracle Corporation
[2025-05-29T01:37:09.252Z] vmVersion : 17.0.16-beta+5-ea
[2025-05-29T01:37:09.252Z] xlc version : Version: 13.01.0003.0000
[2025-05-29T01:37:09.252Z] **************************************************************************
[2025-05-29T01:37:09.252Z]
[2025-05-29T01:37:09.252Z] System.getProperty('java.vm.name')=OpenJDK 64-Bit Server VM
[2025-05-29T01:37:09.252Z]
[2025-05-29T01:37:09.252Z] System.getProperty('java.vendor')=Eclipse Adoptium
[2025-05-29T01:37:09.252Z]
[2025-05-29T01:37:09.252Z] System.getProperty('os.name')=AIX
[2025-05-29T01:37:09.252Z]
[2025-05-29T01:37:09.252Z] System.getProperty('os.arch')=ppc64
[2025-05-29T01:37:09.252Z]
[2025-05-29T01:37:09.252Z] System.getProperty('java.fullversion')=null
[2025-05-29T01:37:09.252Z]
[2025-05-29T01:37:09.252Z] System.getProperty('sun.arch.data.model')=64
[2025-05-29T01:37:09.252Z]
[2025-05-29T01:37:10.028Z] gmake -f makeGen.mk AUTO_DETECT=true MODE=parallelList NUM_MACHINES=7 TEST_TIME= TESTTARGET=extended.openjdk TESTLIST= TRSS_URL= LIB_DIR=/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib
[2025-05-29T01:37:10.028Z] gmake[1]: Entering directory '/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG'
[2025-05-29T01:37:10.028Z] perl scripts/configure.pl
[2025-05-29T01:37:10.028Z] /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/jdkbinary/j2sdk-image/bin/java -cp "./bin/TestKitGen.jar:/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/../../testDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=parallelList --spec=aix_ppc-64 --microArch="" --osLabel="" --jdkVersion=17 --impl=hotspot --vendor="eclipse" --buildList=openjdk --iterations=1 --aotIterations= --testFlag= --testTarget=extended.openjdk --testList= --numOfMachines=7 --testTime= --TRSSURL=
[2025-05-29T01:37:10.028Z] Modes data parsed from resources/modes.xml and resources/ottawa.csv.
[2025-05-29T01:37:10.028Z]
[2025-05-29T01:37:10.028Z]
[2025-05-29T01:37:10.028Z] Starting to generate parallel test lists.
[2025-05-29T01:37:10.028Z]
[2025-05-29T01:37:10.798Z] Parsing /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/../openjdk/playlist.xml
[2025-05-29T01:37:10.798Z] Attempting to get test duration data from TRSS.
[2025-05-29T01:37:10.798Z] curl --silent --max-time 120 -L -k https://trss.adoptopenjdk.net/api/getTestAvgDuration?limit=10&jdkVersion=17&impl=hs&platform=ppc64_aix&group=openjdk&level=extended
[2025-05-29T01:37:11.146Z] Attempting to get test duration data from cached files.
[2025-05-29T01:37:11.146Z]
[2025-05-29T01:37:11.146Z] TEST DURATION
[2025-05-29T01:37:11.146Z] ====================================================================================
[2025-05-29T01:37:11.146Z] Total number of tests searched: 86
[2025-05-29T01:37:11.146Z] Number of test durations found: 86
[2025-05-29T01:37:11.146Z] Top slowest tests:
[2025-05-29T01:37:11.146Z] 95m24s jdk_net_0
[2025-05-29T01:37:11.146Z] 91m52s jdk_net_1
[2025-05-29T01:37:11.146Z] 85m15s hotspot_compiler_0
[2025-05-29T01:37:11.146Z] ====================================================================================
[2025-05-29T01:37:11.146Z]
[2025-05-29T01:37:11.146Z] Test target is split into 7 lists.
[2025-05-29T01:37:11.146Z] Reducing estimated test running time from 966m48s to 140m21s.
[2025-05-29T01:37:11.146Z]
[2025-05-29T01:37:11.146Z] -------------------------------------testList_0-------------------------------------
[2025-05-29T01:37:11.146Z] Number of tests: 6
[2025-05-29T01:37:11.146Z] Estimated running time: 137m52s
[2025-05-29T01:37:11.146Z] TESTLIST=jdk_net_0,jdk_jdi_1,jdk_other_0,jdk_other_1,jdk_instrument_0,jdk_native_sanity_0
[2025-05-29T01:37:11.146Z] ------------------------------------------------------------------------------------
[2025-05-29T01:37:11.146Z]
[2025-05-29T01:37:11.146Z] -------------------------------------testList_1-------------------------------------
[2025-05-29T01:37:11.146Z] Number of tests: 51
[2025-05-29T01:37:11.146Z] Estimated running time: 137m36s
[2025-05-29T01:37:11.146Z] TESTLIST=jdk_net_1,jdk_tools_0,jdk_beans_1,jdk_io_1,jdk_text_1,jdk_build_1,jdk_swing_2,jdk_swing_0,jdk_sound_1,jdk_sound_0,jdk_security_infra_2,jdk_security_infra_1,jdk_security_infra_0,jdk_jfr_2,jdk_jfr_1,jdk_jfr_0,jdk_awt_2,jdk_awt_1,jdk_awt_0,jdk_2d_2,jdk_2d_1,jdk_2d_0,jdk_swing_1,jdk_sound_2,jdk_jfc_demo_2,jdk_jfc_demo_1,jdk_jfc_demo_0,jdk_client_sanity_2,jdk_client_sanity_1,jdk_client_sanity_0,jdk_tools_2,jdk_security3_2,jdk_rmi_2,jdk_native_sanity_2,jdk_jmx_2,jdk_jdi_2,jdk_vector_2,jdk_time_2,jdk_text_2,jdk_security_infra_zos_2,jdk_security_infra_zos_1,jdk_security_infra_zos_0,jdk_other_2,jdk_nio_2,jdk_net_2,jdk_management_2,jdk_io_2,jdk_instrument_2,jdk_imageio_2,jdk_build_2,jdk_beans_2
[2025-05-29T01:37:11.146Z] ------------------------------------------------------------------------------------
[2025-05-29T01:37:11.146Z]
[2025-05-29T01:37:11.146Z] -------------------------------------testList_2-------------------------------------
[2025-05-29T01:37:11.146Z] Number of tests: 6
[2025-05-29T01:37:11.146Z] Estimated running time: 137m53s
[2025-05-29T01:37:11.146Z] TESTLIST=hotspot_compiler_0,jdk_tools_1,hotspot_serviceability_0,jdk_rmi_1,jdk_instrument_1,jdk_native_sanity_1
[2025-05-29T01:37:11.146Z] ------------------------------------------------------------------------------------
[2025-05-29T01:37:11.146Z]
[2025-05-29T01:37:11.146Z] -------------------------------------testList_3-------------------------------------
[2025-05-29T01:37:11.146Z] Number of tests: 6
[2025-05-29T01:37:11.146Z] Estimated running time: 137m43s
[2025-05-29T01:37:11.146Z] TESTLIST=hotspot_gc_0,jdk_nio_1,jdk_jmx_1,jdk_rmi_0,jdk_management_0,hotspot_native_sanity_0
[2025-05-29T01:37:11.146Z] ------------------------------------------------------------------------------------
[2025-05-29T01:37:11.146Z]
[2025-05-29T01:37:11.146Z] -------------------------------------testList_4-------------------------------------
[2025-05-29T01:37:11.146Z] Number of tests: 5
[2025-05-29T01:37:11.146Z] Estimated running time: 137m43s
[2025-05-29T01:37:11.146Z] TESTLIST=jdk_security3_0,jdk_nio_0,jdk_beans_0,jdk_time_1,jdk_time_0
[2025-05-29T01:37:11.146Z] ------------------------------------------------------------------------------------
[2025-05-29T01:37:11.146Z]
[2025-05-29T01:37:11.146Z] -------------------------------------testList_5-------------------------------------
[2025-05-29T01:37:11.146Z] Number of tests: 6
[2025-05-29T01:37:11.146Z] Estimated running time: 137m37s
[2025-05-29T01:37:11.146Z] TESTLIST=jdk_security3_1,jdk_vector_1,jdk_jmx_0,jdk_imageio_1,jdk_text_0,jdk_build_0
[2025-05-29T01:37:11.146Z] ------------------------------------------------------------------------------------
[2025-05-29T01:37:11.146Z]
[2025-05-29T01:37:11.146Z] -------------------------------------testList_6-------------------------------------
[2025-05-29T01:37:11.146Z] Number of tests: 6
[2025-05-29T01:37:11.146Z] Estimated running time: 140m21s
[2025-05-29T01:37:11.146Z] TESTLIST=hotspot_runtime_0,jdk_vector_0,jdk_jdi_0,jdk_io_0,jdk_imageio_0,jdk_management_1
[2025-05-29T01:37:11.146Z] ------------------------------------------------------------------------------------
[2025-05-29T01:37:11.146Z]
[2025-05-29T01:37:11.146Z] Parallel test lists file (/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG/../TKG/parallelList.mk) is generated successfully.
[2025-05-29T01:37:11.146Z] gmake[1]: Leaving directory '/home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG'
[Pipeline] fileExists
[Pipeline] echo
[2025-05-29T01:37:11.329Z] read parallelList.mk file: aqa-tests/TKG/parallelList.mk
[Pipeline] readProperties
[Pipeline] echo
[2025-05-29T01:37:11.856Z] Saving parallelList.mk file on jenkins...
[Pipeline] dir
[2025-05-29T01:37:11.858Z] Running in /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix/aqa-tests/TKG
[Pipeline] {
[Pipeline] archiveArtifacts
[2025-05-29T01:37:12.053Z] Archiving artifacts
[2025-05-29T01:37:12.406Z] Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
[2025-05-29T01:37:12.632Z] [PARALLEL: Dynamic] childJobNum is 7, creating jobs and running them in parallel...
Did you forget the `def` keyword? Script1 seems to be setting a field named create_jobs (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named parallelTestParams (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
[Pipeline] parallel
[Pipeline] { (Branch: testList_0)
[Pipeline] { (Branch: testList_1)
[Pipeline] { (Branch: testList_2)
[Pipeline] { (Branch: testList_3)
[Pipeline] { (Branch: testList_4)
[Pipeline] { (Branch: testList_5)
[Pipeline] { (Branch: testList_6)
[Pipeline] echo
[2025-05-29T01:37:14.061Z] GENERATE_JOBS is set to true, set test job Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_0 params for generating the job
[Pipeline] echo
[2025-05-29T01:37:14.063Z] GENERATE_JOBS is set to true, set test job Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_1 params for generating the job
[Pipeline] echo
[2025-05-29T01:37:14.065Z] GENERATE_JOBS is set to true, set test job Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_2 params for generating the job
[Pipeline] echo
[2025-05-29T01:37:14.067Z] GENERATE_JOBS is set to true, set test job Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_3 params for generating the job
[Pipeline] echo
[2025-05-29T01:37:14.069Z] GENERATE_JOBS is set to true, set test job Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_4 params for generating the job
[Pipeline] echo
[2025-05-29T01:37:14.070Z] GENERATE_JOBS is set to true, set test job Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_5 params for generating the job
[Pipeline] echo
[2025-05-29T01:37:14.072Z] GENERATE_JOBS is set to true, set test job Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_6 params for generating the job
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] jobDsl
[Pipeline] jobDsl
[Pipeline] jobDsl
[Pipeline] jobDsl
[Pipeline] jobDsl
[Pipeline] jobDsl
[Pipeline] jobDsl
[2025-05-29T01:37:14.994Z] Processing DSL script aqa-tests/buildenv/jenkins/testJobTemplate
[2025-05-29T01:37:15.164Z] Processing DSL script aqa-tests/buildenv/jenkins/testJobTemplate
[2025-05-29T01:37:15.167Z] Processing DSL script aqa-tests/buildenv/jenkins/testJobTemplate
[2025-05-29T01:37:15.317Z] Processing DSL script aqa-tests/buildenv/jenkins/testJobTemplate
[2025-05-29T01:37:15.318Z] Processing DSL script aqa-tests/buildenv/jenkins/testJobTemplate
[2025-05-29T01:37:15.321Z] Processing DSL script aqa-tests/buildenv/jenkins/testJobTemplate
[2025-05-29T01:37:15.489Z] Processing DSL script aqa-tests/buildenv/jenkins/testJobTemplate
[2025-05-29T01:42:59.586Z] LEVELS: [extended]
[2025-05-29T01:42:59.586Z] JDK_VERSIONS: [8]
[2025-05-29T01:42:59.586Z] GROUPS: [openjdk]
[2025-05-29T01:42:59.586Z] ARCH_OS_LIST: [ppc64_aix]
[2025-05-29T01:42:59.910Z] Existing items:
[2025-05-29T01:42:59.910Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_4'}
[2025-05-29T01:42:59.910Z] Unreferenced items:
[2025-05-29T01:42:59.910Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_0'}
[2025-05-29T01:42:59.910Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_1'}
[2025-05-29T01:42:59.910Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_2'}
[2025-05-29T01:42:59.910Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_3'}
[2025-05-29T01:42:59.910Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_5'}
[2025-05-29T01:42:59.939Z] LEVELS: [extended]
[2025-05-29T01:42:59.940Z] JDK_VERSIONS: [8]
[2025-05-29T01:42:59.940Z] GROUPS: [openjdk]
[2025-05-29T01:42:59.940Z] ARCH_OS_LIST: [ppc64_aix]
[2025-05-29T01:43:00.099Z] Added items:
[2025-05-29T01:43:00.099Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_6'}
[2025-05-29T01:43:00.099Z] Existing items:
[2025-05-29T01:43:00.099Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_4'}
[2025-05-29T01:43:00.099Z] Unreferenced items:
[2025-05-29T01:43:00.099Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_0'}
[2025-05-29T01:43:00.099Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_1'}
[2025-05-29T01:43:00.099Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_2'}
[2025-05-29T01:43:00.099Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_3'}
[2025-05-29T01:43:00.099Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_5'}
[2025-05-29T01:43:00.381Z] LEVELS: [extended]
[2025-05-29T01:43:00.381Z] JDK_VERSIONS: [8]
[2025-05-29T01:43:00.381Z] GROUPS: [openjdk]
[2025-05-29T01:43:00.381Z] ARCH_OS_LIST: [ppc64_aix]
[2025-05-29T01:43:00.621Z] Added items:
[2025-05-29T01:43:00.621Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_6'}
[2025-05-29T01:43:00.621Z] Existing items:
[2025-05-29T01:43:00.621Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_1'}
[2025-05-29T01:43:00.621Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_4'}
[2025-05-29T01:43:00.621Z] Unreferenced items:
[2025-05-29T01:43:00.621Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_0'}
[2025-05-29T01:43:00.621Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_2'}
[2025-05-29T01:43:00.621Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_3'}
[2025-05-29T01:43:00.621Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_5'}
[Pipeline] }
[2025-05-29T01:43:00.839Z] LEVELS: [extended]
[2025-05-29T01:43:00.839Z] JDK_VERSIONS: [8]
[2025-05-29T01:43:00.839Z] GROUPS: [openjdk]
[2025-05-29T01:43:00.839Z] ARCH_OS_LIST: [ppc64_aix]
[2025-05-29T01:43:00.909Z] LEVELS: [extended]
[2025-05-29T01:43:00.909Z] JDK_VERSIONS: [8]
[2025-05-29T01:43:00.909Z] GROUPS: [openjdk]
[2025-05-29T01:43:00.909Z] ARCH_OS_LIST: [ppc64_aix]
[2025-05-29T01:43:01.083Z] Added items:
[2025-05-29T01:43:01.083Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_6'}
[2025-05-29T01:43:01.083Z] Existing items:
[2025-05-29T01:43:01.084Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_1'}
[2025-05-29T01:43:01.084Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_3'}
[2025-05-29T01:43:01.084Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_4'}
[2025-05-29T01:43:01.084Z] Unreferenced items:
[2025-05-29T01:43:01.084Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_0'}
[2025-05-29T01:43:01.084Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_2'}
[2025-05-29T01:43:01.084Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_5'}
[2025-05-29T01:43:01.159Z] Added items:
[2025-05-29T01:43:01.159Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_6'}
[2025-05-29T01:43:01.159Z] Existing items:
[2025-05-29T01:43:01.159Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_1'}
[2025-05-29T01:43:01.159Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_2'}
[2025-05-29T01:43:01.159Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_3'}
[2025-05-29T01:43:01.159Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_4'}
[2025-05-29T01:43:01.159Z] Unreferenced items:
[2025-05-29T01:43:01.159Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_0'}
[2025-05-29T01:43:01.159Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_5'}
[2025-05-29T01:43:01.190Z] LEVELS: [extended]
[2025-05-29T01:43:01.190Z] JDK_VERSIONS: [8]
[2025-05-29T01:43:01.190Z] GROUPS: [openjdk]
[2025-05-29T01:43:01.190Z] ARCH_OS_LIST: [ppc64_aix]
[2025-05-29T01:43:01.355Z] LEVELS: [extended]
[2025-05-29T01:43:01.355Z] JDK_VERSIONS: [8]
[2025-05-29T01:43:01.355Z] GROUPS: [openjdk]
[2025-05-29T01:43:01.355Z] ARCH_OS_LIST: [ppc64_aix]
[Pipeline] }
[2025-05-29T01:43:01.436Z] Added items:
[2025-05-29T01:43:01.436Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_6'}
[2025-05-29T01:43:01.436Z] Existing items:
[2025-05-29T01:43:01.436Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_0'}
[2025-05-29T01:43:01.436Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_1'}
[2025-05-29T01:43:01.436Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_2'}
[2025-05-29T01:43:01.436Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_3'}
[2025-05-29T01:43:01.436Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_4'}
[2025-05-29T01:43:01.436Z] Unreferenced items:
[2025-05-29T01:43:01.436Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_5'}
[2025-05-29T01:43:01.515Z] Added items:
[2025-05-29T01:43:01.515Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_6'}
[2025-05-29T01:43:01.515Z] Existing items:
[2025-05-29T01:43:01.515Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_0'}
[2025-05-29T01:43:01.515Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_1'}
[2025-05-29T01:43:01.515Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_2'}
[2025-05-29T01:43:01.515Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_3'}
[2025-05-29T01:43:01.515Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_4'}
[2025-05-29T01:43:01.515Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_5'}
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
[2025-05-29T01:43:05.227Z] PROCESSCATCH: Terminating any hung/left over test processes:
[Pipeline] sh
[2025-05-29T01:43:07.236Z] + aqa-tests/terminateTestProcesses.sh jenkins
[2025-05-29T01:43:07.236Z] + 2>& 1
[2025-05-29T01:43:07.236Z] Unix type machine..
[2025-05-29T01:43:07.236Z] Woohoo - no rogue processes detected!
[Pipeline] cleanWs
[2025-05-29T01:43:07.943Z] [WS-CLEANUP] Deleting project workspace...
[2025-05-29T01:43:07.943Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-05-29T01:43:08.959Z] [WS-CLEANUP] done
[Pipeline] sh
[2025-05-29T01:43:10.972Z] + find /tmp -name *core* -print -exec rm -f {} ;
[2025-05-29T01:43:10.972Z] + 2> /dev/null
[2025-05-29T01:43:10.972Z] + true
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
[2025-05-29T01:43:11.362Z] Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
[2025-05-29T01:43:11.523Z] SETUP_LABEL: ci.role.test
[Pipeline] stage
[Pipeline] { (Parallel Tests)
[Pipeline] parallel
[Pipeline] { (Branch: testList_0)
[Pipeline] { (Branch: testList_1)
[Pipeline] { (Branch: testList_2)
[Pipeline] { (Branch: testList_3)
[Pipeline] { (Branch: testList_4)
[Pipeline] { (Branch: testList_5)
[Pipeline] { (Branch: testList_6)
[Pipeline] build
[2025-05-29T01:43:11.589Z] Scheduling project: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_0
[Pipeline] build
[2025-05-29T01:43:11.598Z] Scheduling project: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_1
[Pipeline] build
[2025-05-29T01:43:11.634Z] Scheduling project: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_2
[Pipeline] build
[2025-05-29T01:43:11.676Z] Scheduling project: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_3
[Pipeline] build
[2025-05-29T01:43:11.721Z] Scheduling project: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_4
[Pipeline] build
[2025-05-29T01:43:11.741Z] Scheduling project: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_5
[Pipeline] build
[2025-05-29T01:43:11.779Z] Scheduling project: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_6
[2025-05-29T01:43:17.341Z] Starting building: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_6 #22
[2025-05-29T01:43:17.346Z] Starting building: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_4 #33
[2025-05-29T01:43:17.348Z] Starting building: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_5 #31
[2025-05-29T01:43:17.349Z] Starting building: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_3 #33
[2025-05-29T01:43:17.356Z] Starting building: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_1 #46
[2025-05-29T01:43:17.357Z] Starting building: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_0 #46
[2025-05-29T01:43:17.360Z] Starting building: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_2 #46
[2025-05-29T04:53:18.500Z] Build Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_4 #33 completed: SUCCESS
[Pipeline] }
[2025-05-29T05:12:41.781Z] Build Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_5 #31 completed: UNSTABLE
[Pipeline] }
[2025-05-29T05:14:23.320Z] Build Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_3 #33 completed: UNSTABLE
[Pipeline] }
[2025-05-29T05:18:34.772Z] Build Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_0 #46 completed: UNSTABLE
[Pipeline] }
[2025-05-29T05:20:56.846Z] Build Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_2 #46 completed: SUCCESS
[Pipeline] }
[2025-05-29T05:22:25.182Z] Build Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_6 #22 completed: UNSTABLE
[Pipeline] }
[2025-05-29T06:24:04.627Z] Build Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_1 #46 completed: SUCCESS
[Pipeline] }
[Pipeline] // parallel
[Pipeline] node
[2025-05-29T06:24:04.796Z] Running on test-docker-ubuntu2404-armv7-5 in /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix
[Pipeline] {
[Pipeline] cleanWs
[2025-05-29T06:24:05.081Z] [WS-CLEANUP] Deleting project workspace...
[2025-05-29T06:24:05.081Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-05-29T06:24:05.219Z] [WS-CLEANUP] done
[Pipeline] echo
[2025-05-29T06:24:05.230Z] Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_6 #22 completed with status UNSTABLE
[Pipeline] timeout
[2025-05-29T06:24:05.234Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] copyArtifacts
[2025-05-29T06:24:06.186Z] Copied 1 artifact from "Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_6" build number 22
[Pipeline] }
[Pipeline] // timeout
[Pipeline] step
[2025-05-29T06:24:06.365Z] TAP Reports Processing: START
[2025-05-29T06:24:06.366Z] Looking for TAP results report in workspace using pattern: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_6/22/**/*.tap
[2025-05-29T06:24:06.500Z] Saving reports...
[2025-05-29T06:24:06.640Z] Processing '/home/jenkins/.jenkins/jobs/Test_openjdk17_hs_extended.openjdk_ppc64_aix/builds/183/tap-master-files/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_6/22/aqa-tests/TKG/output_17484872304830/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_6.tap'
[2025-05-29T06:24:06.640Z] Parsing TAP test result [/home/jenkins/.jenkins/jobs/Test_openjdk17_hs_extended.openjdk_ppc64_aix/builds/183/tap-master-files/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_6/22/aqa-tests/TKG/output_17484872304830/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_6.tap].
[2025-05-29T06:24:06.642Z] There are failed test cases. Marking build as UNSTABLE
[2025-05-29T06:24:06.642Z] TAP Reports Processing: FINISH
[Pipeline] echo
[2025-05-29T06:24:06.650Z] Saving Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_6/22/**/*.tap file on jenkins.
[Pipeline] archiveArtifacts
[2025-05-29T06:24:06.790Z] Archiving artifacts
[2025-05-29T06:24:07.061Z] Recording fingerprints
[Pipeline] echo
[2025-05-29T06:24:07.215Z] Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_5 #31 completed with status UNSTABLE
[Pipeline] timeout
[2025-05-29T06:24:07.218Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] copyArtifacts
[2025-05-29T06:24:08.042Z] Copied 1 artifact from "Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_5" build number 31
[Pipeline] }
[Pipeline] // timeout
[Pipeline] step
[2025-05-29T06:24:08.234Z] TAP Reports Processing: START
[2025-05-29T06:24:08.235Z] Looking for TAP results report in workspace using pattern: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_5/31/**/*.tap
[2025-05-29T06:24:08.368Z] Saving reports...
[2025-05-29T06:24:08.502Z] Processing '/home/jenkins/.jenkins/jobs/Test_openjdk17_hs_extended.openjdk_ppc64_aix/builds/183/tap-master-files/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_5/31/aqa-tests/TKG/output_17484872227469/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_5.tap'
[2025-05-29T06:24:08.502Z] Parsing TAP test result [/home/jenkins/.jenkins/jobs/Test_openjdk17_hs_extended.openjdk_ppc64_aix/builds/183/tap-master-files/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_5/31/aqa-tests/TKG/output_17484872227469/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_5.tap].
[2025-05-29T06:24:08.505Z] There are failed test cases. Marking build as UNSTABLE
[2025-05-29T06:24:08.523Z] TAP Reports Processing: FINISH
[Pipeline] echo
[2025-05-29T06:24:08.533Z] Saving Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_5/31/**/*.tap file on jenkins.
[Pipeline] archiveArtifacts
[2025-05-29T06:24:08.673Z] Archiving artifacts
[2025-05-29T06:24:09.273Z] Recording fingerprints
[Pipeline] echo
[2025-05-29T06:24:09.425Z] Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_4 #33 completed with status SUCCESS
[Pipeline] timeout
[2025-05-29T06:24:09.426Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] copyArtifacts
[2025-05-29T06:24:10.251Z] Copied 1 artifact from "Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_4" build number 33
[Pipeline] }
[Pipeline] // timeout
[Pipeline] step
[2025-05-29T06:24:10.449Z] TAP Reports Processing: START
[2025-05-29T06:24:10.450Z] Looking for TAP results report in workspace using pattern: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_4/33/**/*.tap
[2025-05-29T06:24:10.583Z] Saving reports...
[2025-05-29T06:24:10.716Z] Processing '/home/jenkins/.jenkins/jobs/Test_openjdk17_hs_extended.openjdk_ppc64_aix/builds/183/tap-master-files/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_4/33/aqa-tests/TKG/output_17484870671713/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_4.tap'
[2025-05-29T06:24:10.716Z] Parsing TAP test result [/home/jenkins/.jenkins/jobs/Test_openjdk17_hs_extended.openjdk_ppc64_aix/builds/183/tap-master-files/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_4/33/aqa-tests/TKG/output_17484870671713/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_4.tap].
[2025-05-29T06:24:10.727Z] TAP Reports Processing: FINISH
[Pipeline] echo
[2025-05-29T06:24:10.737Z] Saving Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_4/33/**/*.tap file on jenkins.
[Pipeline] archiveArtifacts
[2025-05-29T06:24:10.876Z] Archiving artifacts
[2025-05-29T06:24:11.141Z] Recording fingerprints
[Pipeline] echo
[2025-05-29T06:24:11.292Z] Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_3 #33 completed with status UNSTABLE
[Pipeline] timeout
[2025-05-29T06:24:11.294Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] copyArtifacts
[2025-05-29T06:24:12.122Z] Copied 1 artifact from "Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_3" build number 33
[Pipeline] }
[Pipeline] // timeout
[Pipeline] step
[2025-05-29T06:24:12.318Z] TAP Reports Processing: START
[2025-05-29T06:24:12.319Z] Looking for TAP results report in workspace using pattern: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_3/33/**/*.tap
[2025-05-29T06:24:12.451Z] Saving reports...
[2025-05-29T06:24:12.585Z] Processing '/home/jenkins/.jenkins/jobs/Test_openjdk17_hs_extended.openjdk_ppc64_aix/builds/183/tap-master-files/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_3/33/aqa-tests/TKG/output_17484873688889/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_3.tap'
[2025-05-29T06:24:12.585Z] Parsing TAP test result [/home/jenkins/.jenkins/jobs/Test_openjdk17_hs_extended.openjdk_ppc64_aix/builds/183/tap-master-files/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_3/33/aqa-tests/TKG/output_17484873688889/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_3.tap].
[2025-05-29T06:24:12.588Z] There are failed test cases. Marking build as UNSTABLE
[2025-05-29T06:24:12.609Z] TAP Reports Processing: FINISH
[Pipeline] echo
[2025-05-29T06:24:12.619Z] Saving Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_3/33/**/*.tap file on jenkins.
[Pipeline] archiveArtifacts
[2025-05-29T06:24:12.757Z] Archiving artifacts
[2025-05-29T06:24:13.022Z] Recording fingerprints
[Pipeline] echo
[2025-05-29T06:24:13.169Z] Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_2 #46 completed with status SUCCESS
[Pipeline] timeout
[2025-05-29T06:24:13.171Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] copyArtifacts
[2025-05-29T06:24:14.001Z] Copied 1 artifact from "Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_2" build number 46
[Pipeline] }
[Pipeline] // timeout
[Pipeline] step
[2025-05-29T06:24:14.196Z] TAP Reports Processing: START
[2025-05-29T06:24:14.197Z] Looking for TAP results report in workspace using pattern: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_2/46/**/*.tap
[2025-05-29T06:24:14.328Z] Saving reports...
[2025-05-29T06:24:14.462Z] Processing '/home/jenkins/.jenkins/jobs/Test_openjdk17_hs_extended.openjdk_ppc64_aix/builds/183/tap-master-files/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_2/46/aqa-tests/TKG/output_17484877989580/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_2.tap'
[2025-05-29T06:24:14.462Z] Parsing TAP test result [/home/jenkins/.jenkins/jobs/Test_openjdk17_hs_extended.openjdk_ppc64_aix/builds/183/tap-master-files/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_2/46/aqa-tests/TKG/output_17484877989580/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_2.tap].
[2025-05-29T06:24:14.488Z] TAP Reports Processing: FINISH
[Pipeline] echo
[2025-05-29T06:24:14.499Z] Saving Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_2/46/**/*.tap file on jenkins.
[Pipeline] archiveArtifacts
[2025-05-29T06:24:14.638Z] Archiving artifacts
[2025-05-29T06:24:14.903Z] Recording fingerprints
[Pipeline] echo
[2025-05-29T06:24:15.052Z] Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_1 #46 completed with status SUCCESS
[Pipeline] timeout
[2025-05-29T06:24:15.054Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] copyArtifacts
[2025-05-29T06:24:15.898Z] Copied 1 artifact from "Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_1" build number 46
[Pipeline] }
[Pipeline] // timeout
[Pipeline] step
[2025-05-29T06:24:16.097Z] TAP Reports Processing: START
[2025-05-29T06:24:16.098Z] Looking for TAP results report in workspace using pattern: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_1/46/**/*.tap
[2025-05-29T06:24:16.230Z] Saving reports...
[2025-05-29T06:24:16.363Z] Processing '/home/jenkins/.jenkins/jobs/Test_openjdk17_hs_extended.openjdk_ppc64_aix/builds/183/tap-master-files/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_1/46/aqa-tests/TKG/output_17484900571808/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_1.tap'
[2025-05-29T06:24:16.363Z] Parsing TAP test result [/home/jenkins/.jenkins/jobs/Test_openjdk17_hs_extended.openjdk_ppc64_aix/builds/183/tap-master-files/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_1/46/aqa-tests/TKG/output_17484900571808/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_1.tap].
[2025-05-29T06:24:16.391Z] TAP Reports Processing: FINISH
[Pipeline] echo
[2025-05-29T06:24:16.401Z] Saving Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_1/46/**/*.tap file on jenkins.
[Pipeline] archiveArtifacts
[2025-05-29T06:24:16.540Z] Archiving artifacts
[2025-05-29T06:24:16.808Z] Recording fingerprints
[Pipeline] echo
[2025-05-29T06:24:16.956Z] Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_0 #46 completed with status UNSTABLE
[Pipeline] timeout
[2025-05-29T06:24:16.958Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] copyArtifacts
[2025-05-29T06:24:17.801Z] Copied 1 artifact from "Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_0" build number 46
[Pipeline] }
[Pipeline] // timeout
[Pipeline] step
[2025-05-29T06:24:18.011Z] TAP Reports Processing: START
[2025-05-29T06:24:18.012Z] Looking for TAP results report in workspace using pattern: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_0/46/**/*.tap
[2025-05-29T06:24:18.144Z] Saving reports...
[2025-05-29T06:24:18.277Z] Processing '/home/jenkins/.jenkins/jobs/Test_openjdk17_hs_extended.openjdk_ppc64_aix/builds/183/tap-master-files/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_0/46/aqa-tests/TKG/output_17484878448547/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_0.tap'
[2025-05-29T06:24:18.277Z] Parsing TAP test result [/home/jenkins/.jenkins/jobs/Test_openjdk17_hs_extended.openjdk_ppc64_aix/builds/183/tap-master-files/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_0/46/aqa-tests/TKG/output_17484878448547/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_0.tap].
[2025-05-29T06:24:18.279Z] There are failed test cases. Marking build as UNSTABLE
[2025-05-29T06:24:18.299Z] TAP Reports Processing: FINISH
[Pipeline] echo
[2025-05-29T06:24:18.309Z] Saving Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_0/46/**/*.tap file on jenkins.
[Pipeline] archiveArtifacts
[2025-05-29T06:24:18.447Z] Archiving artifacts
[2025-05-29T06:24:18.713Z] Recording fingerprints
[Pipeline] findFiles
[Pipeline] readFile
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
[Pipeline] findFiles
[Pipeline] echo
[2025-05-29T06:24:22.507Z] Tap file found: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_6/22/aqa-tests/TKG/output_17484872304830/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_6.tap...
[Pipeline] readFile
[Pipeline] findFiles
[Pipeline] echo
[2025-05-29T06:24:23.190Z] Tap file found: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_5/31/aqa-tests/TKG/output_17484872227469/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_5.tap...
[Pipeline] readFile
[Pipeline] findFiles
[Pipeline] echo
[2025-05-29T06:24:23.873Z] Tap file found: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_4/33/aqa-tests/TKG/output_17484870671713/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_4.tap...
[Pipeline] readFile
[Pipeline] findFiles
[Pipeline] echo
[2025-05-29T06:24:24.553Z] Tap file found: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_3/33/aqa-tests/TKG/output_17484873688889/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_3.tap...
[Pipeline] readFile
[Pipeline] findFiles
[Pipeline] echo
[2025-05-29T06:24:25.242Z] Tap file found: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_2/46/aqa-tests/TKG/output_17484877989580/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_2.tap...
[Pipeline] readFile
[Pipeline] findFiles
[Pipeline] echo
[2025-05-29T06:24:25.911Z] Tap file found: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_1/46/aqa-tests/TKG/output_17484900571808/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_1.tap...
[Pipeline] readFile
[Pipeline] findFiles
[Pipeline] echo
[2025-05-29T06:24:26.632Z] Tap file found: Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_0/46/aqa-tests/TKG/output_17484878448547/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_0.tap...
[Pipeline] readFile
[Pipeline] echo
[2025-05-29T06:24:26.827Z] Rerun in Grinder with failed test targets: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=testList+TESTLIST=hotspot_runtime_0,jdk_jmx_0,hotspot_gc_0,jdk_jmx_1,jdk_net_0&BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=5&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=ppc64_aix&GENERATE_JOBS=true&KEEP_REPORTDIR=true&PERSONAL_BUILD=false&DOCKER_REGISTRY_DIR=&RERUN_ITERATIONS=0&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&SETUP_JCK_RUN=false&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&LABEL=&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&JENKINS_KEY=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=17&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk17u&JCK_GIT_BRANCH=master&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk17u%2Fjdk17u-aix-ppc64-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=&VENDOR_TEST_SHAS=&JDK_BRANCH=jdk-17.0.16%2B5_adopt&LABEL_ADDITION=sw.os.aix.7_2&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&TEST_TIME=120&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=aqavit-bot&DYNAMIC_COMPILE=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=&OPENJDK_SHA=&TRSS_URL=&RERUN_FAILURE=false&USE_TESTENV_PROPERTIES=false&BUILD_LIST=openjdk&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=426&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None
[Pipeline] echo
[2025-05-29T06:24:26.890Z] Rerun failed jdk test cases in Grinder with jdk_custom target: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=jdk_custom&BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=5&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=ppc64_aix&GENERATE_JOBS=true&KEEP_REPORTDIR=true&PERSONAL_BUILD=false&DOCKER_REGISTRY_DIR=&RERUN_ITERATIONS=0&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&SETUP_JCK_RUN=false&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&LABEL=&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&JENKINS_KEY=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=17&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk17u&JCK_GIT_BRANCH=master&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk17u%2Fjdk17u-aix-ppc64-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=javax%2Fmanagement%2Fmxbean%2FThreadStartTest.java+java%2Fnet%2Fhttpclient%2FStreamingBody.java&VENDOR_TEST_SHAS=&JDK_BRANCH=jdk-17.0.16%2B5_adopt&LABEL_ADDITION=sw.os.aix.7_2&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&TEST_TIME=120&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=aqavit-bot&DYNAMIC_COMPILE=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=&OPENJDK_SHA=&TRSS_URL=&RERUN_FAILURE=false&USE_TESTENV_PROPERTIES=false&BUILD_LIST=openjdk&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=426&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None
[Pipeline] echo
[2025-05-29T06:24:26.949Z] Rerun failed hotspot test cases in Grinder with hotspot_custom target: https://ci.adoptium.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=hotspot_custom&BASE_DOCKER_REGISTRY_CREDENTIAL_ID=&TEST_FLAG=&UPSTREAM_TEST_JOB_NAME=&DOCKER_REQUIRED=false&ACTIVE_NODE_TIMEOUT=5&VENDOR_TEST_DIRS=&EXTRA_DOCKER_ARGS=&TKG_OWNER_BRANCH=adoptium%3Amaster&OPENJ9_SYSTEMTEST_OWNER_BRANCH=eclipse%3Amaster&PLATFORM=ppc64_aix&GENERATE_JOBS=true&KEEP_REPORTDIR=true&PERSONAL_BUILD=false&DOCKER_REGISTRY_DIR=&RERUN_ITERATIONS=0&ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Faqa-tests.git&SETUP_JCK_RUN=false&DOCKER_REGISTRY_URL_CREDENTIAL_ID=&LABEL=&EXTRA_OPTIONS=&CUSTOMIZED_SDK_URL=&BUILD_IDENTIFIER=&JENKINS_KEY=&ADOPTOPENJDK_BRANCH=master&LIGHT_WEIGHT_CHECKOUT=false&USE_JRE=false&ARTIFACTORY_SERVER=&KEEP_WORKSPACE=false&USER_CREDENTIALS_ID=&JDK_VERSION=17&DOCKER_REGISTRY_URL=&ITERATIONS=1&VENDOR_TEST_REPOS=&JDK_REPO=https%3A%2F%2Fgithub.com%2Fadoptium%2Fjdk17u&JCK_GIT_BRANCH=master&OPENJ9_BRANCH=master&OPENJ9_SHA=&JCK_GIT_REPO=&VENDOR_TEST_BRANCHES=&UPSTREAM_JOB_NAME=build-scripts%2Fjobs%2Fjdk17u%2Fjdk17u-aix-ppc64-temurin&OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse-openj9%2Fopenj9.git&CLOUD_PROVIDER=&CUSTOM_TARGET=runtime%2FDefineClass%2FNullClassBytesTest.java+runtime%2FErrorHandling%2FMachCodeFramesInErrorFile.java+gc%2Fg1%2FTestSkipRebuildRemsetPhase.java&VENDOR_TEST_SHAS=&JDK_BRANCH=jdk-17.0.16%2B5_adopt&LABEL_ADDITION=sw.os.aix.7_2&ARTIFACTORY_REPO=&ARTIFACTORY_ROOT_DIR=&UPSTREAM_TEST_JOB_NUMBER=&DOCKERIMAGE_TAG=&TEST_TIME=120&JDK_IMPL=hotspot&SSH_AGENT_CREDENTIAL=&AUTO_DETECT=true&SLACK_CHANNEL=aqavit-bot&DYNAMIC_COMPILE=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=&OPENJDK_SHA=&TRSS_URL=&RERUN_FAILURE=false&USE_TESTENV_PROPERTIES=false&BUILD_LIST=openjdk&ADDITIONAL_ARTIFACTS_REQUIRED=&UPSTREAM_JOB_NUMBER=426&STF_OWNER_BRANCH=adoptium%3Amaster&TIME_LIMIT=25&JVM_OPTIONS=&PARALLEL=None
[Pipeline] cleanWs
[2025-05-29T06:24:27.272Z] [WS-CLEANUP] Deleting project workspace...
[2025-05-29T06:24:27.272Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-05-29T06:24:27.421Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Rerun)
[Pipeline] echo
[2025-05-29T06:24:27.578Z] allocate a node for generating rerun job ...
[Pipeline] node
[2025-05-29T06:24:27.628Z] Running on test-docker-ubuntu2204-armv8-1 in /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix
[Pipeline] {
[Pipeline] echo
[2025-05-29T06:24:27.652Z] Generating rerun Test_openjdk17_hs_extended.openjdk_ppc64_aix_rerun job for running failed test(s) ...
[Pipeline] parallel
[Pipeline] { (Branch: Test_openjdk17_hs_extended.openjdk_ppc64_aix_rerun)
[Pipeline] echo
[2025-05-29T06:24:27.720Z] GENERATE_JOBS is set to true, set test job Test_openjdk17_hs_extended.openjdk_ppc64_aix_rerun params for generating the job
[Pipeline] fileExists
[Pipeline] sh
[2025-05-29T06:24:29.484Z] + curl -Os https://raw.githubusercontent.com/adoptium/aqa-tests/master/buildenv/jenkins/testJobTemplate
[Pipeline] jobDsl
[2025-05-29T06:24:30.423Z] Processing DSL script testJobTemplate
[2025-05-29T06:27:54.789Z] LEVELS: [extended]
[2025-05-29T06:27:54.789Z] JDK_VERSIONS: [8]
[2025-05-29T06:27:54.789Z] GROUPS: [openjdk]
[2025-05-29T06:27:54.789Z] ARCH_OS_LIST: [ppc64_aix]
[2025-05-29T06:27:55.111Z] Added items:
[2025-05-29T06:27:55.111Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_6'}
[2025-05-29T06:27:55.111Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_rerun'}
[2025-05-29T06:27:55.111Z] Existing items:
[2025-05-29T06:27:55.111Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_0'}
[2025-05-29T06:27:55.111Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_1'}
[2025-05-29T06:27:55.111Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_2'}
[2025-05-29T06:27:55.111Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_3'}
[2025-05-29T06:27:55.111Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_4'}
[2025-05-29T06:27:55.111Z] GeneratedJob{name='Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_5'}
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
[2025-05-29T06:28:23.115Z] Triggering rerun jobs in parallel ...
[Pipeline] parallel
[Pipeline] { (Branch: Test_openjdk17_hs_extended.openjdk_ppc64_aix_rerun)
[Pipeline] build
[2025-05-29T06:28:23.150Z] Scheduling project: Test_openjdk17_hs_extended.openjdk_ppc64_aix_rerun
[2025-05-29T06:28:31.508Z] Starting building: Test_openjdk17_hs_extended.openjdk_ppc64_aix_rerun #57
[2025-05-29T14:52:26.394Z] Build Test_openjdk17_hs_extended.openjdk_ppc64_aix_rerun #57 completed: UNSTABLE
[Pipeline] }
[Pipeline] // parallel
[Pipeline] node
[2025-05-29T14:52:26.550Z] Running on test-docker-ubuntu2404-armv7-1 in /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_ppc64_aix
[Pipeline] {
[Pipeline] cleanWs
[2025-05-29T14:52:26.937Z] [WS-CLEANUP] Deleting project workspace...
[2025-05-29T14:52:26.937Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-05-29T14:52:34.343Z] [WS-CLEANUP] done
[Pipeline] echo
[2025-05-29T14:52:34.350Z] Test_openjdk17_hs_extended.openjdk_ppc64_aix_rerun #57 completed with status UNSTABLE
[Pipeline] timeout
[2025-05-29T14:52:34.351Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] copyArtifacts
[2025-05-29T14:52:35.554Z] Copied 1 artifact from "Test_openjdk17_hs_extended.openjdk_ppc64_aix_rerun" build number 57
[Pipeline] }
[Pipeline] // timeout
[Pipeline] step
[2025-05-29T14:52:35.802Z] TAP Reports Processing: START
[2025-05-29T14:52:35.803Z] Looking for TAP results report in workspace using pattern: Test_openjdk17_hs_extended.openjdk_ppc64_aix_rerun/57/**/*.tap
[2025-05-29T14:52:35.982Z] Saving reports...
[2025-05-29T14:52:36.165Z] Processing '/home/jenkins/.jenkins/jobs/Test_openjdk17_hs_extended.openjdk_ppc64_aix/builds/183/tap-master-files/Test_openjdk17_hs_extended.openjdk_ppc64_aix_rerun/57/aqa-tests/TKG/output_17485142711936/Test_openjdk17_hs_extended.openjdk_ppc64_aix_rerun.tap'
[2025-05-29T14:52:36.165Z] Parsing TAP test result [/home/jenkins/.jenkins/jobs/Test_openjdk17_hs_extended.openjdk_ppc64_aix/builds/183/tap-master-files/Test_openjdk17_hs_extended.openjdk_ppc64_aix_rerun/57/aqa-tests/TKG/output_17485142711936/Test_openjdk17_hs_extended.openjdk_ppc64_aix_rerun.tap].
[2025-05-29T14:52:36.168Z] There are failed test cases. Marking build as UNSTABLE
[2025-05-29T14:52:36.193Z] TAP Reports Processing: FINISH
[Pipeline] echo
[2025-05-29T14:52:36.202Z] Saving Test_openjdk17_hs_extended.openjdk_ppc64_aix_rerun/57/**/*.tap file on jenkins.
[Pipeline] archiveArtifacts
[2025-05-29T14:52:36.380Z] Archiving artifacts
[2025-05-29T14:52:40.122Z] Recording fingerprints
[Pipeline] findFiles
[Pipeline] readFile
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
Did you forget the `def` keyword? Script1 seems to be setting a field named match (to a value of type Matcher) which could lead to memory leaks or other issues.
[Pipeline] cleanWs
[2025-05-29T14:52:41.854Z] [WS-CLEANUP] Deleting project workspace...
[2025-05-29T14:52:41.855Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2025-05-29T14:52:42.031Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] End of Pipeline
Finished: UNSTABLE