Test_openjdk26_hs_sanity.system_ppc64_aix

Started by upstream project "build-scripts/jobs/jdk/jdk-aix-ppc64-temurin" build number 430 originally caused by: Started by upstream project "build-scripts/openjdk26-pipeline" build number 10 originally caused by: Started by upstream project "build-scripts/utils/betaTrigger_26ea" build number 11 originally caused by: Started by timer Checking out git ${ADOPTOPENJDK_REPO} into /home/jenkins/.jenkins/workspace/Test_openjdk26_hs_sanity.system_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_openjdk26_hs_sanity.system_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 78719157d99a07da62d928c4c34714da06727992 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 78719157d99a07da62d928c4c34714da06727992 # timeout=10 Commit message: "Temporarily disable JDK25+ Criu portable tests (#6552)" > git rev-list --no-walk 2150879dbe4602ff9fcd0bb4da2632ad4b413798 # timeout=10 First time build. Skipping changelog. [Pipeline] Start of Pipeline [Pipeline] timestamps [Pipeline] { [Pipeline] echo [2025-09-04T21:36:29.423Z] SPEC: aix_ppc-64 [Pipeline] echo [2025-09-04T21:36:29.424Z] LABEL: ci.role.test&&hw.arch.ppc64&&sw.os.aix&&sw.os.aix.7_2TL5 [Pipeline] stage [Pipeline] { (Queue) [Pipeline] nodesByLabel [2025-09-04T21:36:29.434Z] Found a total of 1 nodes with the 'ci.role.test&&hw.arch.ppc64&&sw.os.aix&&sw.os.aix.7_2TL5' 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-09-04T21:36:29.437Z] dynamicAgents: [] [Pipeline] node [2025-09-04T21:36:44.463Z] Still waiting to schedule task [2025-09-04T21:36:44.464Z] Waiting for next available executor on ‘build-osuosl-aix72-ppc64-3’ [2025-09-05T14:22:18.865Z] Running on build-osuosl-aix72-ppc64-3 in /home/jenkins/workspace/Test_openjdk26_hs_sanity.system_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-09-05T14:22:18.903Z] Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] cleanWs [2025-09-05T14:22:26.450Z] [WS-CLEANUP] Deleting project workspace... [2025-09-05T14:22:26.450Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration... [2025-09-05T14:22:36.547Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // timeout [Pipeline] checkout [2025-09-05T14:22:36.761Z] The recommended git tool is: git [2025-09-05T14:22:46.958Z] Aborted by Scott Fryer [2025-09-05T14:22:46.960Z] ERROR: Checkout failed [2025-09-05T14:22:46.961Z] java.lang.InterruptedException [2025-09-05T14:22:46.961Z] at java.base/java.lang.Object.wait(Native Method) [2025-09-05T14:22:46.961Z] at hudson.remoting.Request.call(Request.java:179) [2025-09-05T14:22:46.961Z] at hudson.remoting.Channel.call(Channel.java:1107) [2025-09-05T14:22:46.961Z] at hudson.FilePath.act(FilePath.java:1204) [2025-09-05T14:22:46.961Z] at hudson.FilePath.act(FilePath.java:1193) [2025-09-05T14:22:46.961Z] at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.Git.getClient(Git.java:145) [2025-09-05T14:22:46.961Z] at PluginClassLoader for git//hudson.plugins.git.GitSCM.createClient(GitSCM.java:915) [2025-09-05T14:22:46.961Z] at PluginClassLoader for git//hudson.plugins.git.GitSCM.createClient(GitSCM.java:846) [2025-09-05T14:22:46.961Z] at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1300) [2025-09-05T14:22:46.961Z] at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1278) [2025-09-05T14:22:46.961Z] at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136) [2025-09-05T14:22:46.961Z] at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101) [2025-09-05T14:22:46.961Z] at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88) [2025-09-05T14:22:46.961Z] at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:49) [2025-09-05T14:22:46.961Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) [2025-09-05T14:22:46.961Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [2025-09-05T14:22:46.961Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [2025-09-05T14:22:46.961Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [2025-09-05T14:22:46.961Z] at java.base/java.lang.Thread.run(Thread.java:840) [2025-09-05T14:22:46.961Z] ERROR: Maximum checkout retry attempts reached, aborting [Pipeline] } [Pipeline] // retry [Pipeline] echo [2025-09-05T14:22:46.991Z] Exception: org.jenkinsci.plugins.workflow.steps.FlowInterruptedException [Pipeline] timeout [2025-09-05T14:22:46.998Z] Timeout set to expire in 5 min 0 sec [Pipeline] { [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] End of Pipeline Also: hudson.remoting.ProxyException: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 08c0938c-3bec-4c98-aa8b-684e76f0c5a6 hudson.remoting.ProxyException: groovy.lang.MissingPropertyException: No such property: jenkinsfile for class: WorkflowScript at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:66) at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.getProperty(ScriptBytecodeAdapter.java:471) at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$7.call(Checker.java:377) at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.GroovyInterceptor.onGetProperty(GroovyInterceptor.java:68) at PluginClassLoader for script-security//org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onGetProperty(SandboxInterceptor.java:347) at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$7.call(Checker.java:375) at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:379) at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:355) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.sandbox.SandboxInvoker.getProperty(SandboxInvoker.java:29) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.LoggingInvoker.getProperty(LoggingInvoker.java:134) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.PropertyAccessBlock.rawGet(PropertyAccessBlock.java:20) at WorkflowScript.run(WorkflowScript:459) at ___cps.transform___(Native Method) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.PropertyishBlock$ContinuationImpl.get(PropertyishBlock.java:73) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.LValueBlock$GetAdapter.receive(LValueBlock.java:30) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.PropertyishBlock$ContinuationImpl.fixName(PropertyishBlock.java:65) at jdk.internal.reflect.GeneratedMethodAccessor247.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Next.step(Next.java:83) at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:147) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:17) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:49) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:181) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:437) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:345) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:298) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$wrap$4(CpsVmExecutorService.java:140) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68) at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:53) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:50) at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136) at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275) at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$categoryThreadFactory$0(CpsVmExecutorService.java:50) at java.base/java.lang.Thread.run(Thread.java:840) Finished: ABORTED