jdk11u-linux-aarch64-temurin_SmokeTests
Started by upstream project "build-scripts/jobs/jdk11u/jdk11u-linux-aarch64-temurin" build number 408
originally caused by:
Started by upstream project "build-scripts/openjdk11-pipeline" build number 2785
originally caused by:
Started by upstream project "build-scripts/utils/betaTrigger_11ea" build number 430
originally caused by:
Started by timer
Checking out git ${ADOPTOPENJDK_REPO} into /home/jenkins/.jenkins/workspace/build-scripts/jobs/jdk11u/jdk11u-linux-aarch64-temurin_SmokeTests@script/7d272c0688f17ab4e5b2f6ce77a7dc9cf4df33ff05c3a95eddd38682ef795b79 to read aqa-tests/buildenv/jenkins/openjdk_tests
The recommended git tool is: git
No credentials specified
> git rev-parse --resolve-git-dir /home/jenkins/.jenkins/workspace/build-scripts/jobs/jdk11u/jdk11u-linux-aarch64-temurin_SmokeTests@script/7d272c0688f17ab4e5b2f6ce77a7dc9cf4df33ff05c3a95eddd38682ef795b79/aqa-tests/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/adoptium/aqa-tests.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Pruning obsolete local branches
Using shallow fetch with depth 1
Fetching upstream changes from https://github.com/adoptium/aqa-tests.git
> git --version # timeout=10
> git --version # 'git version 2.43.0'
> git fetch --tags --force --progress --prune --depth=1 -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=60
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f493de36d6fdc67c620e2b71170f4f6c04b5a052 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f f493de36d6fdc67c620e2b71170f4f6c04b5a052 # timeout=10
Commit message: "Clear Arctic session prior to testcase playback in runtests.sh (#6912)"
> git rev-list --no-walk 6ae53a7631d2a6681514f8dbc46b7c9b7747794e # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] timestamps
[Pipeline] {
[Pipeline] echo
[2026-03-01T21:56:57.569Z] SPEC: linux_aarch64
[Pipeline] echo
[2026-03-01T21:56:57.570Z] Specified LABEL: ci.role.test&&sw.os.linux&&hw.arch.aarch64
[Pipeline] stage
[Pipeline] { (Queue)
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named dynamicAgents (to a value of type ArrayList) which could lead to memory leaks or other issues.
[Pipeline] echo
[2026-03-01T21:56:57.584Z] dynamicAgents: []
[Pipeline] echo
[2026-03-01T21:56:57.586Z] Provisioning LABEL: ci.role.test&&sw.os.linux&&hw.arch.aarch64
[Pipeline] nodesByLabel
[2026-03-01T21:56:57.593Z] Found a total of 6 nodes with the 'ci.role.test&&sw.os.linux&&hw.arch.aarch64' label
[Pipeline] node
[2026-03-01T21:56:57.648Z] Running on test-docker-fedora42-armv8-1 in /home/jenkins/workspace/build-scripts/jobs/jdk11u/jdk11u-linux-aarch64-temurin_SmokeTests
[Pipeline] {
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named ref_cache (to a value of type GStringImpl) which could lead to memory leaks or other issues.
[Pipeline] retry
[Pipeline] {
[Pipeline] timeout
[2026-03-01T21:56:57.672Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] cleanWs
[2026-03-01T21:56:59.585Z] [WS-CLEANUP] Deleting project workspace...
[2026-03-01T21:56:59.585Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2026-03-01T21:58:16.828Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // timeout
[Pipeline] checkout
[2026-03-01T21:58:20.552Z] The recommended git tool is: git
[2026-03-01T22:08:19.024Z] No credentials specified
[2026-03-01T22:08:22.582Z] Cloning the remote Git repository
[2026-03-01T22:13:57.305Z] ERROR: Checkout failed
[2026-03-01T22:13:57.305Z] java.io.EOFException
[2026-03-01T22:13:57.305Z] at java.base/java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2915)
[2026-03-01T22:13:57.305Z] at java.base/java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3410)
[2026-03-01T22:13:57.305Z] at java.base/java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:954)
[2026-03-01T22:13:57.305Z] at java.base/java.io.ObjectInputStream.<init>(ObjectInputStream.java:392)
[2026-03-01T22:13:57.305Z] at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:50)
[2026-03-01T22:13:57.305Z] at hudson.remoting.Command.readFrom(Command.java:141)
[2026-03-01T22:13:57.305Z] at hudson.remoting.Command.readFrom(Command.java:127)
[2026-03-01T22:13:57.305Z] at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
[2026-03-01T22:13:57.305Z] at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:62)
[2026-03-01T22:13:57.305Z] Caused: java.io.IOException: Unexpected termination of the channel
[2026-03-01T22:13:57.305Z] at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:80)
[2026-03-01T22:13:57.305Z] Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to test-docker-fedora42-armv8-1
[2026-03-01T22:13:57.305Z] at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1916)
[2026-03-01T22:13:57.305Z] at hudson.remoting.Request.call(Request.java:204)
[2026-03-01T22:13:57.305Z] at hudson.remoting.Channel.call(Channel.java:1107)
[2026-03-01T22:13:57.305Z] at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:155)
[2026-03-01T22:13:57.305Z] at jdk.internal.reflect.GeneratedMethodAccessor940.invoke(Unknown Source)
[2026-03-01T22:13:57.305Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2026-03-01T22:13:57.305Z] at java.base/java.lang.reflect.Method.invoke(Method.java:569)
[2026-03-01T22:13:57.305Z] at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:140)
[2026-03-01T22:13:57.305Z] at PluginClassLoader for git-client/jdk.proxy117/jdk.proxy117.$Proxy943.execute(Unknown Source)
[2026-03-01T22:13:57.305Z] at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1220)
[2026-03-01T22:13:57.305Z] at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1310)
[2026-03-01T22:13:57.305Z] at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277)
[2026-03-01T22:13:57.305Z] at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
[2026-03-01T22:13:57.305Z] at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
[2026-03-01T22:13:57.305Z] at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
[2026-03-01T22:13:57.305Z] at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:49)
[2026-03-01T22:13:57.305Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
[2026-03-01T22:13:57.305Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2026-03-01T22:13:57.305Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[2026-03-01T22:13:57.305Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[2026-03-01T22:13:57.305Z] at java.base/java.lang.Thread.run(Thread.java:840)
[2026-03-01T22:13:57.305Z] Caused: hudson.remoting.RequestAbortedException
[2026-03-01T22:13:57.305Z] at hudson.remoting.Request.abort(Request.java:358)
[2026-03-01T22:13:57.305Z] at hudson.remoting.Channel.terminate(Channel.java:1189)
[2026-03-01T22:13:57.305Z] at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:95)
[2026-03-01T22:13:57.306Z] ERROR: Maximum checkout retry attempts reached, aborting
[Pipeline] }
[2026-03-01T22:13:57.311Z] ERROR: Execution failed
[2026-03-01T22:13:57.311Z] java.io.EOFException
[2026-03-01T22:13:57.311Z] at java.base/java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2915)
[2026-03-01T22:13:57.311Z] at java.base/java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3410)
[2026-03-01T22:13:57.311Z] at java.base/java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:954)
[2026-03-01T22:13:57.311Z] at java.base/java.io.ObjectInputStream.<init>(ObjectInputStream.java:392)
[2026-03-01T22:13:57.311Z] at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:50)
[2026-03-01T22:13:57.311Z] at hudson.remoting.Command.readFrom(Command.java:141)
[2026-03-01T22:13:57.311Z] at hudson.remoting.Command.readFrom(Command.java:127)
[2026-03-01T22:13:57.311Z] at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
[2026-03-01T22:13:57.311Z] at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:62)
[2026-03-01T22:13:57.311Z] Caused: java.io.IOException: Unexpected termination of the channel
[2026-03-01T22:13:57.311Z] at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:80)
[2026-03-01T22:13:57.311Z] Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to test-docker-fedora42-armv8-1
[2026-03-01T22:13:57.311Z] at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1916)
[2026-03-01T22:13:57.311Z] at hudson.remoting.Request.call(Request.java:204)
[2026-03-01T22:13:57.311Z] at hudson.remoting.Channel.call(Channel.java:1107)
[2026-03-01T22:13:57.311Z] at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:155)
[2026-03-01T22:13:57.311Z] at jdk.internal.reflect.GeneratedMethodAccessor940.invoke(Unknown Source)
[2026-03-01T22:13:57.311Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2026-03-01T22:13:57.311Z] at java.base/java.lang.reflect.Method.invoke(Method.java:569)
[2026-03-01T22:13:57.311Z] at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:140)
[2026-03-01T22:13:57.311Z] at PluginClassLoader for git-client/jdk.proxy117/jdk.proxy117.$Proxy943.execute(Unknown Source)
[2026-03-01T22:13:57.311Z] at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1220)
[2026-03-01T22:13:57.311Z] at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1310)
[2026-03-01T22:13:57.311Z] at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277)
[2026-03-01T22:13:57.311Z] at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
[2026-03-01T22:13:57.311Z] at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
[2026-03-01T22:13:57.311Z] at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
[2026-03-01T22:13:57.311Z] at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:49)
[2026-03-01T22:13:57.311Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
[2026-03-01T22:13:57.311Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2026-03-01T22:13:57.311Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[2026-03-01T22:13:57.311Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[2026-03-01T22:13:57.311Z] at java.base/java.lang.Thread.run(Thread.java:840)
[2026-03-01T22:13:57.311Z] Also: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: b3dafbf8-3c25-4c99-8415-0b0985ef1e25
[2026-03-01T22:13:57.311Z] Caused: hudson.remoting.RequestAbortedException
[2026-03-01T22:13:57.311Z] at hudson.remoting.Request.abort(Request.java:358)
[2026-03-01T22:13:57.311Z] at hudson.remoting.Channel.terminate(Channel.java:1189)
[2026-03-01T22:13:57.311Z] at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:95)
[2026-03-01T22:13:57.312Z] Retrying
[Pipeline] {
[Pipeline] sleep
[2026-03-01T22:13:57.324Z] Sleeping for 3 min 0 sec
[Pipeline] timeout
[2026-03-01T22:16:57.327Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] cleanWs
[Pipeline] echo
[2026-03-01T22:16:57.359Z] Exception: org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException: Unable to create live FilePath for test-docker-fedora42-armv8-1
[Pipeline] dir
[Pipeline] // dir
[Pipeline] }
[2026-03-01T22:16:57.364Z] ERROR: Execution failed
[2026-03-01T22:16:57.364Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sat Feb 28 05:43:12 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@6b7c587d:test-docker-fedora42-armv8-1,5,main] [id=1582]
[2026-03-01T22:16:57.364Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:16:57.364Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:16:57.364Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:16:57.364Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:16:57.364Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:16:57.364Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:16:57.364Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sat Feb 28 08:25:07 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@1a7727b2:test-docker-fedora42-armv8-1,5,main] [id=4658433]
[2026-03-01T22:16:57.364Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:16:57.364Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:16:57.364Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:16:57.364Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:16:57.364Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:16:57.364Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:16:57.364Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sat Feb 28 15:42:01 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@73acea6a:test-docker-fedora42-armv8-1,5,main] [id=4735148]
[2026-03-01T22:16:57.364Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:16:57.364Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:16:57.364Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:16:57.364Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:16:57.364Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:16:57.364Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:16:57.364Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 01:54:55 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@16a63a84:test-docker-fedora42-armv8-1,5,main] [id=4807219]
[2026-03-01T22:16:57.364Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:16:57.364Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:16:57.364Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:16:57.364Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:16:57.364Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:16:57.364Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:16:57.364Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 02:20:41 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@483f6cab:test-docker-fedora42-armv8-1,5,main] [id=4825597]
[2026-03-01T22:16:57.364Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:16:57.364Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:16:57.364Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:16:57.364Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:16:57.364Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:16:57.364Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:16:57.364Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 02:35:04 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@7e7e27f9:test-docker-fedora42-armv8-1,5,main] [id=4829233]
[2026-03-01T22:16:57.364Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:16:57.364Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:16:57.364Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:16:57.364Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:16:57.364Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:16:57.364Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:16:57.364Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 19:17:59 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@39bc8b49:test-docker-fedora42-armv8-1,5,main] [id=4929445]
[2026-03-01T22:16:57.364Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:16:57.364Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:16:57.364Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:16:57.364Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:16:57.364Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:16:57.364Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:16:57.364Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 23:13:54 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@4ff92b8e:test-docker-fedora42-armv8-1,5,main] [id=4962145]
[2026-03-01T22:16:57.364Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:16:57.364Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:16:57.364Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:16:57.364Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:16:57.364Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:16:57.364Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:16:57.364Z] Also: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 4be16ffc-c7a7-4107-9b52-f39cd5930c19
[2026-03-01T22:16:57.364Z] org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException: Unable to create live FilePath for test-docker-fedora42-armv8-1
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:188)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:160)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$Translator.get(ExecutorStepDynamicContext.java:153)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:170)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:160)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.DynamicContext$Typed.get(DynamicContext.java:95)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.ContextVariableSet.get(ContextVariableSet.java:168)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.getContextVariable(CpsThread.java:141)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsStepContext.doGet(CpsStepContext.java:315)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-support//org.jenkinsci.plugins.workflow.support.DefaultStepContext.get(DefaultStepContext.java:97)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.StepDescriptor.checkContextAvailability(StepDescriptor.java:262)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:306)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:194)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:124)
[2026-03-01T22:16:57.364Z] at jdk.internal.reflect.GeneratedMethodAccessor648333.invoke(Unknown Source)
[2026-03-01T22:16:57.364Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2026-03-01T22:16:57.364Z] at java.base/java.lang.reflect.Method.invoke(Method.java:569)
[2026-03-01T22:16:57.364Z] at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
[2026-03-01T22:16:57.364Z] at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
[2026-03-01T22:16:57.364Z] at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
[2026-03-01T22:16:57.364Z] at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
[2026-03-01T22:16:57.364Z] at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)
[2026-03-01T22:16:57.364Z] at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
[2026-03-01T22:16:57.364Z] at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:180)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.GroovyInterceptor.onMethodCall(GroovyInterceptor.java:23)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for script-security//org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:163)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:178)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:182)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:152)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.LoggingInvoker.methodCall(LoggingInvoker.java:120)
[2026-03-01T22:16:57.364Z] at WorkflowScript.forceCleanWS(WorkflowScript:709)
[2026-03-01T22:16:57.364Z] at ___cps.transform___(Native Method)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:107)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:118)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:87)
[2026-03-01T22:16:57.364Z] at jdk.internal.reflect.GeneratedMethodAccessor973.invoke(Unknown Source)
[2026-03-01T22:16:57.364Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2026-03-01T22:16:57.364Z] at java.base/java.lang.reflect.Method.invoke(Method.java:569)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:71)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ClosureBlock.eval(ClosureBlock.java:49)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Next.step(Next.java:84)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:142)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:17)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:48)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:188)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:464)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:372)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:302)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$wrap$4(CpsVmExecutorService.java:143)
[2026-03-01T22:16:57.364Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2026-03-01T22:16:57.364Z] at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
[2026-03-01T22:16:57.364Z] at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
[2026-03-01T22:16:57.364Z] at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
[2026-03-01T22:16:57.364Z] at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
[2026-03-01T22:16:57.364Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
[2026-03-01T22:16:57.364Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2026-03-01T22:16:57.364Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[2026-03-01T22:16:57.364Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:53)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:50)
[2026-03-01T22:16:57.364Z] at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136)
[2026-03-01T22:16:57.364Z] at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275)
[2026-03-01T22:16:57.364Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$categoryThreadFactory$0(CpsVmExecutorService.java:50)
[2026-03-01T22:16:57.364Z] at java.base/java.lang.Thread.run(Thread.java:840)
[2026-03-01T22:16:57.364Z] Retrying
[Pipeline] {
[Pipeline] echo
[2026-03-01T22:16:57.376Z] Retrying cleanWs attempt 2/3 after 30 seconds sleep...
[Pipeline] sleep
[2026-03-01T22:16:57.377Z] Sleeping for 30 sec
[Pipeline] cleanWs
[Pipeline] echo
[2026-03-01T22:17:27.395Z] Exception: org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException: Unable to create live FilePath for test-docker-fedora42-armv8-1
[Pipeline] dir
[Pipeline] // dir
[Pipeline] }
[2026-03-01T22:17:27.401Z] ERROR: Execution failed
[2026-03-01T22:17:27.401Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sat Feb 28 05:43:12 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@6b7c587d:test-docker-fedora42-armv8-1,5,main] [id=1582]
[2026-03-01T22:17:27.401Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:17:27.401Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:17:27.401Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:17:27.401Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:17:27.401Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:17:27.401Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:17:27.401Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sat Feb 28 08:25:07 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@1a7727b2:test-docker-fedora42-armv8-1,5,main] [id=4658433]
[2026-03-01T22:17:27.401Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:17:27.401Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:17:27.401Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:17:27.401Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:17:27.401Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:17:27.401Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:17:27.401Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sat Feb 28 15:42:01 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@73acea6a:test-docker-fedora42-armv8-1,5,main] [id=4735148]
[2026-03-01T22:17:27.401Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:17:27.401Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:17:27.401Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:17:27.401Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:17:27.401Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:17:27.401Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:17:27.401Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 01:54:55 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@16a63a84:test-docker-fedora42-armv8-1,5,main] [id=4807219]
[2026-03-01T22:17:27.402Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:17:27.402Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:17:27.402Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:17:27.402Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:17:27.402Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:17:27.402Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:17:27.402Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 02:20:41 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@483f6cab:test-docker-fedora42-armv8-1,5,main] [id=4825597]
[2026-03-01T22:17:27.402Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:17:27.402Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:17:27.402Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:17:27.402Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:17:27.402Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:17:27.402Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:17:27.402Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 02:35:04 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@7e7e27f9:test-docker-fedora42-armv8-1,5,main] [id=4829233]
[2026-03-01T22:17:27.402Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:17:27.402Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:17:27.402Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:17:27.402Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:17:27.402Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:17:27.402Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:17:27.402Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 19:17:59 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@39bc8b49:test-docker-fedora42-armv8-1,5,main] [id=4929445]
[2026-03-01T22:17:27.402Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:17:27.402Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:17:27.402Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:17:27.402Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:17:27.402Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:17:27.402Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:17:27.402Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 23:13:54 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@4ff92b8e:test-docker-fedora42-armv8-1,5,main] [id=4962145]
[2026-03-01T22:17:27.402Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:17:27.402Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:17:27.402Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:17:27.402Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:17:27.402Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:17:27.402Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:17:27.402Z] Also: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 9651196f-def3-4a51-91b1-23aa4e35c6fb
[2026-03-01T22:17:27.402Z] org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException: Unable to create live FilePath for test-docker-fedora42-armv8-1
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:188)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:160)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$Translator.get(ExecutorStepDynamicContext.java:153)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:170)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:160)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.DynamicContext$Typed.get(DynamicContext.java:95)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.ContextVariableSet.get(ContextVariableSet.java:168)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.getContextVariable(CpsThread.java:141)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsStepContext.doGet(CpsStepContext.java:315)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-support//org.jenkinsci.plugins.workflow.support.DefaultStepContext.get(DefaultStepContext.java:97)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.StepDescriptor.checkContextAvailability(StepDescriptor.java:262)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:306)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:194)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:124)
[2026-03-01T22:17:27.402Z] at jdk.internal.reflect.GeneratedMethodAccessor648333.invoke(Unknown Source)
[2026-03-01T22:17:27.402Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2026-03-01T22:17:27.402Z] at java.base/java.lang.reflect.Method.invoke(Method.java:569)
[2026-03-01T22:17:27.402Z] at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
[2026-03-01T22:17:27.402Z] at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
[2026-03-01T22:17:27.402Z] at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
[2026-03-01T22:17:27.402Z] at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
[2026-03-01T22:17:27.402Z] at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)
[2026-03-01T22:17:27.402Z] at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
[2026-03-01T22:17:27.402Z] at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:180)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.GroovyInterceptor.onMethodCall(GroovyInterceptor.java:23)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for script-security//org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:163)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:178)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:182)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:152)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.LoggingInvoker.methodCall(LoggingInvoker.java:120)
[2026-03-01T22:17:27.402Z] at WorkflowScript.forceCleanWS(WorkflowScript:709)
[2026-03-01T22:17:27.402Z] at ___cps.transform___(Native Method)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:107)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:118)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:87)
[2026-03-01T22:17:27.402Z] at jdk.internal.reflect.GeneratedMethodAccessor973.invoke(Unknown Source)
[2026-03-01T22:17:27.402Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2026-03-01T22:17:27.402Z] at java.base/java.lang.reflect.Method.invoke(Method.java:569)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:71)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ClosureBlock.eval(ClosureBlock.java:49)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Next.step(Next.java:84)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:142)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:17)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:48)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:188)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:464)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:372)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:302)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$wrap$4(CpsVmExecutorService.java:143)
[2026-03-01T22:17:27.402Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2026-03-01T22:17:27.402Z] at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
[2026-03-01T22:17:27.402Z] at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
[2026-03-01T22:17:27.402Z] at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
[2026-03-01T22:17:27.402Z] at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
[2026-03-01T22:17:27.402Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
[2026-03-01T22:17:27.402Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2026-03-01T22:17:27.402Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[2026-03-01T22:17:27.402Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:53)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:50)
[2026-03-01T22:17:27.402Z] at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136)
[2026-03-01T22:17:27.402Z] at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275)
[2026-03-01T22:17:27.402Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$categoryThreadFactory$0(CpsVmExecutorService.java:50)
[2026-03-01T22:17:27.402Z] at java.base/java.lang.Thread.run(Thread.java:840)
[2026-03-01T22:17:27.402Z] Retrying
[Pipeline] {
[Pipeline] echo
[2026-03-01T22:17:27.423Z] Retrying cleanWs attempt 3/3 after 30 seconds sleep...
[Pipeline] sleep
[2026-03-01T22:17:27.424Z] Sleeping for 30 sec
[Pipeline] cleanWs
[2026-03-01T22:19:42.844Z] [WS-CLEANUP] Deleting project workspace...
[2026-03-01T22:19:42.844Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2026-03-01T22:25:09.668Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // timeout
[Pipeline] checkout
[2026-03-01T22:25:11.669Z] The recommended git tool is: git
[2026-03-01T22:33:25.899Z] No credentials specified
[2026-03-01T22:33:26.807Z] Cloning the remote Git repository
[2026-03-01T22:33:47.511Z] Cloning repository https://github.com/adoptium/aqa-tests.git
[2026-03-01T22:33:52.561Z] > git init /home/jenkins/workspace/build-scripts/jobs/jdk11u/jdk11u-linux-aarch64-temurin_SmokeTests/aqa-tests # timeout=10
[2026-03-01T22:33:57.220Z] [WARNING] Reference path does not exist: /home/jenkins/openjdk_cache
[2026-03-01T22:33:57.788Z] Fetching upstream changes from https://github.com/adoptium/aqa-tests.git
[2026-03-01T22:33:57.789Z] > git --version # timeout=10
[2026-03-01T22:33:57.799Z] > git --version # 'git version 2.53.0'
[2026-03-01T22:33:57.800Z] > git fetch --tags --force --progress -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=10
[2026-03-01T22:39:07.629Z] ERROR: Error cloning remote repo 'origin'
[2026-03-01T22:39:07.630Z] hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- https://github.com/adoptium/aqa-tests.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
[2026-03-01T22:39:07.630Z] stdout:
[2026-03-01T22:39:07.630Z] stderr: remote: Enumerating objects: 28887, done.
[2026-03-01T22:39:07.630Z] remote: Counting objects: 1% (1/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 3% (2/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 5% (3/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 7% (4/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 8% (5/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 10% (6/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 12% (7/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 14% (8/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 15% (9/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 17% (10/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 19% (11/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 21% (12/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 22% (13/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 24% (14/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 26% (15/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 28% (16/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 29% (17/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 31% (18/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 33% (19/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 35% (20/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 36% (21/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 38% (22/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 40% (23/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 42% (24/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 43% (25/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 45% (26/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 47% (27/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 49% (28/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 50% (29/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 52% (30/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 54% (31/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 56% (32/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 57% (33/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 59% (34/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 61% (35/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 63% (36/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 64% (37/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 66% (38/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 68% (39/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 70% (40/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 71% (41/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 73% (42/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 75% (43/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 77% (44/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 78% (45/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 80% (46/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 82% (47/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 84% (48/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 85% (49/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 87% (50/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 89% (51/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 91% (52/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 92% (53/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 94% (54/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 96% (55/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 98% (56/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 100% (57/57)
[2026-03-01T22:39:07.630Z] remote: Counting objects: 100% (57/57), done.
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 2% (1/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 4% (2/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 7% (3/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 9% (4/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 12% (5/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 14% (6/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 17% (7/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 19% (8/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 21% (9/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 24% (10/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 26% (11/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 29% (12/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 31% (13/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 34% (14/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 36% (15/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 39% (16/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 41% (17/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 43% (18/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 46% (19/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 48% (20/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 51% (21/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 53% (22/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 56% (23/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 58% (24/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 60% (25/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 63% (26/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 65% (27/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 68% (28/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 70% (29/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 73% (30/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 75% (31/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 78% (32/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 80% (33/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 82% (34/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 85% (35/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 87% (36/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 90% (37/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 92% (38/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 95% (39/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 97% (40/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 100% (41/41)
[2026-03-01T22:39:07.630Z] remote: Compressing objects: 100% (41/41), done.
[2026-03-01T22:39:07.630Z] Receiving objects: 0% (1/28887)
[2026-03-01T22:39:07.630Z] Receiving objects: 0% (11/28887), 12.01 KiB | 3.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 0% (28/28887), 28.01 KiB | 3.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 0% (67/28887), 60.01 KiB | 6.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 0% (84/28887), 76.01 KiB | 5.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 0% (102/28887), 92.01 KiB | 6.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 0% (120/28887), 108.01 KiB | 6.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 0% (138/28887), 124.01 KiB | 7.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 0% (167/28887), 148.01 KiB | 4.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 0% (200/28887), 172.01 KiB | 5.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 0% (218/28887), 188.01 KiB | 5.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 0% (237/28887), 204.01 KiB | 3.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 0% (256/28887), 220.01 KiB | 3.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 0% (279/28887), 236.01 KiB | 3.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 1% (289/28887), 236.01 KiB | 3.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 1% (320/28887), 268.01 KiB | 3.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 1% (369/28887), 308.01 KiB | 2.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 1% (388/28887), 324.01 KiB | 2.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 1% (408/28887), 340.01 KiB | 2.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 1% (429/28887), 356.01 KiB | 2.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 1% (465/28887), 380.01 KiB | 2.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 1% (490/28887), 396.01 KiB | 2.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 1% (521/28887), 420.01 KiB | 2.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 1% (553/28887), 444.01 KiB | 1024 bytes/s
[2026-03-01T22:39:07.630Z] Receiving objects: 1% (570/28887), 460.01 KiB | 1024 bytes/s
[2026-03-01T22:39:07.630Z] Receiving objects: 2% (578/28887), 460.01 KiB | 1024 bytes/s
[2026-03-01T22:39:07.630Z] Receiving objects: 2% (609/28887), 492.01 KiB | 1024 bytes/s
[2026-03-01T22:39:07.630Z] Receiving objects: 2% (627/28887), 508.01 KiB | 1024 bytes/s
[2026-03-01T22:39:07.630Z] Receiving objects: 2% (645/28887), 524.01 KiB | 1024 bytes/s
[2026-03-01T22:39:07.630Z] Receiving objects: 2% (663/28887), 540.01 KiB | 1024 bytes/s
[2026-03-01T22:39:07.630Z] Receiving objects: 2% (685/28887), 556.01 KiB | 1024 bytes/s
[2026-03-01T22:39:07.630Z] Receiving objects: 2% (713/28887), 580.01 KiB | 1024 bytes/s
[2026-03-01T22:39:07.630Z] Receiving objects: 2% (731/28887), 596.01 KiB | 1024 bytes/s
[2026-03-01T22:39:07.630Z] Receiving objects: 2% (767/28887), 628.01 KiB | 1024 bytes/s
[2026-03-01T22:39:07.630Z] Receiving objects: 2% (785/28887), 644.01 KiB | 1024 bytes/s
[2026-03-01T22:39:07.630Z] Receiving objects: 2% (802/28887), 660.01 KiB | 3.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 2% (821/28887), 676.01 KiB | 2.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 2% (839/28887), 692.01 KiB | 3.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 2% (857/28887), 708.01 KiB | 2.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 3% (867/28887), 708.01 KiB | 2.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 3% (874/28887), 724.01 KiB | 2.00 KiB/s
[2026-03-01T22:39:07.630Z] Receiving objects: 3% (896/28887), 740.01 KiB | 4.00 KiB/s
[2026-03-01T22:39:07.630Z] error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
[2026-03-01T22:39:07.630Z] error: 9826 bytes of body are still expected
[2026-03-01T22:39:07.630Z] fetch-pack: unexpected disconnect while reading sideband packet
[2026-03-01T22:39:07.630Z] fatal: early EOF
[2026-03-01T22:39:07.630Z] fatal: fetch-pack: invalid index-pack output
[2026-03-01T22:39:07.630Z]
[2026-03-01T22:39:07.631Z] at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2848)
[2026-03-01T22:39:07.632Z] at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2189)
[2026-03-01T22:39:07.632Z] at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:638)
[2026-03-01T22:39:07.632Z] at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:880)
[2026-03-01T22:39:07.632Z] at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:173)
[2026-03-01T22:39:07.632Z] at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:164)
[2026-03-01T22:39:07.632Z] at hudson.remoting.UserRequest.perform(UserRequest.java:225)
[2026-03-01T22:39:07.632Z] at hudson.remoting.UserRequest.perform(UserRequest.java:50)
[2026-03-01T22:39:07.632Z] at hudson.remoting.Request$2.run(Request.java:391)
[2026-03-01T22:39:07.632Z] at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:81)
[2026-03-01T22:39:07.632Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2026-03-01T22:39:07.632Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[2026-03-01T22:39:07.632Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[2026-03-01T22:39:07.632Z] at java.base/java.lang.Thread.run(Thread.java:840)
[2026-03-01T22:39:07.632Z] Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to test-docker-fedora42-armv8-1
[2026-03-01T22:39:07.632Z] at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1916)
[2026-03-01T22:39:07.632Z] at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:384)
[2026-03-01T22:39:07.632Z] at hudson.remoting.Channel.call(Channel.java:1108)
[2026-03-01T22:39:07.632Z] at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:155)
[2026-03-01T22:39:07.632Z] at jdk.internal.reflect.GeneratedMethodAccessor940.invoke(Unknown Source)
[2026-03-01T22:39:07.632Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2026-03-01T22:39:07.632Z] at java.base/java.lang.reflect.Method.invoke(Method.java:569)
[2026-03-01T22:39:07.632Z] at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:140)
[2026-03-01T22:39:07.632Z] at PluginClassLoader for git-client/jdk.proxy117/jdk.proxy117.$Proxy943.execute(Unknown Source)
[2026-03-01T22:39:07.632Z] at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1220)
[2026-03-01T22:39:07.632Z] at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1310)
[2026-03-01T22:39:07.632Z] at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277)
[2026-03-01T22:39:07.632Z] at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
[2026-03-01T22:39:07.632Z] at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
[2026-03-01T22:39:07.632Z] at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
[2026-03-01T22:39:07.632Z] at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:49)
[2026-03-01T22:39:07.632Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
[2026-03-01T22:39:07.632Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2026-03-01T22:39:07.632Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[2026-03-01T22:39:07.632Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[2026-03-01T22:39:07.632Z] at java.base/java.lang.Thread.run(Thread.java:840)
[2026-03-01T22:39:07.632Z] ERROR: Error cloning remote repo 'origin'
[2026-03-01T22:39:07.632Z] ERROR: Maximum checkout retry attempts reached, aborting
[Pipeline] }
[2026-03-01T22:39:07.634Z] ERROR: Error cloning remote repo 'origin'
[2026-03-01T22:39:07.634Z] Retrying
[Pipeline] {
[Pipeline] sleep
[2026-03-01T22:39:07.654Z] Sleeping for 3 min 0 sec
[Pipeline] timeout
[2026-03-01T22:42:07.658Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] cleanWs
[2026-03-01T22:42:08.824Z] [WS-CLEANUP] Deleting project workspace...
[2026-03-01T22:42:08.824Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2026-03-01T22:42:10.787Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // timeout
[Pipeline] checkout
[2026-03-01T22:42:11.023Z] ERROR: Checkout failed
[2026-03-01T22:42:11.023Z] java.io.EOFException
[2026-03-01T22:42:11.023Z] at java.base/java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2915)
[2026-03-01T22:42:11.023Z] at java.base/java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3410)
[2026-03-01T22:42:11.023Z] at java.base/java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:954)
[2026-03-01T22:42:11.023Z] at java.base/java.io.ObjectInputStream.<init>(ObjectInputStream.java:392)
[2026-03-01T22:42:11.023Z] at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:50)
[2026-03-01T22:42:11.023Z] at hudson.remoting.Command.readFrom(Command.java:141)
[2026-03-01T22:42:11.023Z] at hudson.remoting.Command.readFrom(Command.java:127)
[2026-03-01T22:42:11.023Z] at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
[2026-03-01T22:42:11.023Z] at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:62)
[2026-03-01T22:42:11.024Z] Caused: java.io.IOException: Unexpected termination of the channel
[2026-03-01T22:42:11.024Z] at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:80)
[2026-03-01T22:42:11.024Z] Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to test-docker-fedora42-armv8-1
[2026-03-01T22:42:11.024Z] at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1916)
[2026-03-01T22:42:11.024Z] at hudson.remoting.Request.call(Request.java:204)
[2026-03-01T22:42:11.024Z] at hudson.remoting.Channel.call(Channel.java:1107)
[2026-03-01T22:42:11.024Z] at hudson.FilePath.act(FilePath.java:1204)
[2026-03-01T22:42:11.024Z] at hudson.FilePath.act(FilePath.java:1193)
[2026-03-01T22:42:11.024Z] at hudson.FilePath.mkdirs(FilePath.java:1384)
[2026-03-01T22:42:11.024Z] at PluginClassLoader for git//hudson.plugins.git.GitSCM.createClient(GitSCM.java:843)
[2026-03-01T22:42:11.024Z] at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1299)
[2026-03-01T22:42:11.024Z] at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277)
[2026-03-01T22:42:11.024Z] at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
[2026-03-01T22:42:11.024Z] at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
[2026-03-01T22:42:11.024Z] at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
[2026-03-01T22:42:11.024Z] at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:49)
[2026-03-01T22:42:11.024Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
[2026-03-01T22:42:11.024Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2026-03-01T22:42:11.024Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[2026-03-01T22:42:11.024Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[2026-03-01T22:42:11.024Z] at java.base/java.lang.Thread.run(Thread.java:840)
[2026-03-01T22:42:11.024Z] Caused: hudson.remoting.RequestAbortedException
[2026-03-01T22:42:11.024Z] at hudson.remoting.Request.abort(Request.java:358)
[2026-03-01T22:42:11.024Z] at hudson.remoting.Channel.terminate(Channel.java:1189)
[2026-03-01T22:42:11.024Z] at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:95)
[2026-03-01T22:42:11.024Z] ERROR: Maximum checkout retry attempts reached, aborting
[Pipeline] }
[2026-03-01T22:42:11.027Z] ERROR: Execution failed
[2026-03-01T22:42:11.027Z] java.io.EOFException
[2026-03-01T22:42:11.027Z] at java.base/java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2915)
[2026-03-01T22:42:11.027Z] at java.base/java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3410)
[2026-03-01T22:42:11.027Z] at java.base/java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:954)
[2026-03-01T22:42:11.027Z] at java.base/java.io.ObjectInputStream.<init>(ObjectInputStream.java:392)
[2026-03-01T22:42:11.027Z] at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:50)
[2026-03-01T22:42:11.027Z] at hudson.remoting.Command.readFrom(Command.java:141)
[2026-03-01T22:42:11.027Z] at hudson.remoting.Command.readFrom(Command.java:127)
[2026-03-01T22:42:11.027Z] at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
[2026-03-01T22:42:11.027Z] at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:62)
[2026-03-01T22:42:11.027Z] Caused: java.io.IOException: Unexpected termination of the channel
[2026-03-01T22:42:11.027Z] at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:80)
[2026-03-01T22:42:11.027Z] Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to test-docker-fedora42-armv8-1
[2026-03-01T22:42:11.027Z] at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1916)
[2026-03-01T22:42:11.027Z] at hudson.remoting.Request.call(Request.java:204)
[2026-03-01T22:42:11.027Z] at hudson.remoting.Channel.call(Channel.java:1107)
[2026-03-01T22:42:11.027Z] at hudson.FilePath.act(FilePath.java:1204)
[2026-03-01T22:42:11.027Z] at hudson.FilePath.act(FilePath.java:1193)
[2026-03-01T22:42:11.027Z] at hudson.FilePath.mkdirs(FilePath.java:1384)
[2026-03-01T22:42:11.027Z] at PluginClassLoader for git//hudson.plugins.git.GitSCM.createClient(GitSCM.java:843)
[2026-03-01T22:42:11.027Z] at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1299)
[2026-03-01T22:42:11.027Z] at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277)
[2026-03-01T22:42:11.027Z] at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
[2026-03-01T22:42:11.027Z] at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
[2026-03-01T22:42:11.027Z] at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
[2026-03-01T22:42:11.027Z] at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:49)
[2026-03-01T22:42:11.027Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
[2026-03-01T22:42:11.027Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2026-03-01T22:42:11.027Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[2026-03-01T22:42:11.027Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[2026-03-01T22:42:11.027Z] at java.base/java.lang.Thread.run(Thread.java:840)
[2026-03-01T22:42:11.027Z] Also: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 1f20c09c-2283-443f-95f8-0ca2c7d23019
[2026-03-01T22:42:11.027Z] Caused: hudson.remoting.RequestAbortedException
[2026-03-01T22:42:11.027Z] at hudson.remoting.Request.abort(Request.java:358)
[2026-03-01T22:42:11.027Z] at hudson.remoting.Channel.terminate(Channel.java:1189)
[2026-03-01T22:42:11.027Z] at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:95)
[2026-03-01T22:42:11.027Z] Retrying
[Pipeline] {
[Pipeline] sleep
[2026-03-01T22:42:11.045Z] Sleeping for 3 min 0 sec
[Pipeline] timeout
[2026-03-01T22:45:11.048Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] cleanWs
[Pipeline] echo
[2026-03-01T22:45:11.091Z] Exception: org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException: Unable to create live FilePath for test-docker-fedora42-armv8-1
[Pipeline] dir
[Pipeline] // dir
[Pipeline] }
[2026-03-01T22:45:11.095Z] ERROR: Execution failed
[2026-03-01T22:45:11.096Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sat Feb 28 05:43:12 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@6b7c587d:test-docker-fedora42-armv8-1,5,main] [id=1582]
[2026-03-01T22:45:11.096Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:45:11.096Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:45:11.096Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:45:11.096Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:45:11.096Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:45:11.096Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:45:11.096Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sat Feb 28 08:25:07 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@1a7727b2:test-docker-fedora42-armv8-1,5,main] [id=4658433]
[2026-03-01T22:45:11.096Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:45:11.096Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:45:11.096Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:45:11.096Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:45:11.096Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:45:11.096Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:45:11.096Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sat Feb 28 15:42:01 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@73acea6a:test-docker-fedora42-armv8-1,5,main] [id=4735148]
[2026-03-01T22:45:11.096Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:45:11.096Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:45:11.096Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:45:11.096Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:45:11.096Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:45:11.096Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:45:11.096Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 01:54:55 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@16a63a84:test-docker-fedora42-armv8-1,5,main] [id=4807219]
[2026-03-01T22:45:11.096Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:45:11.096Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:45:11.096Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:45:11.096Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:45:11.096Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:45:11.096Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:45:11.096Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 02:20:41 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@483f6cab:test-docker-fedora42-armv8-1,5,main] [id=4825597]
[2026-03-01T22:45:11.096Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:45:11.096Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:45:11.096Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:45:11.096Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:45:11.096Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:45:11.096Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:45:11.096Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 02:35:04 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@7e7e27f9:test-docker-fedora42-armv8-1,5,main] [id=4829233]
[2026-03-01T22:45:11.096Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:45:11.096Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:45:11.096Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:45:11.096Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:45:11.096Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:45:11.096Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:45:11.096Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 19:17:59 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@39bc8b49:test-docker-fedora42-armv8-1,5,main] [id=4929445]
[2026-03-01T22:45:11.096Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:45:11.096Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:45:11.096Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:45:11.096Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:45:11.096Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:45:11.096Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:45:11.096Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 23:13:54 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@4ff92b8e:test-docker-fedora42-armv8-1,5,main] [id=4962145]
[2026-03-01T22:45:11.096Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:45:11.096Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:45:11.096Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:45:11.096Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:45:11.096Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:45:11.096Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:45:11.096Z] Also: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 5c2479b8-cfa5-491e-910a-4e956a770dd1
[2026-03-01T22:45:11.096Z] org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException: Unable to create live FilePath for test-docker-fedora42-armv8-1
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:188)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:160)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$Translator.get(ExecutorStepDynamicContext.java:153)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:170)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:160)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.DynamicContext$Typed.get(DynamicContext.java:95)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.ContextVariableSet.get(ContextVariableSet.java:168)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.getContextVariable(CpsThread.java:141)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsStepContext.doGet(CpsStepContext.java:315)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-support//org.jenkinsci.plugins.workflow.support.DefaultStepContext.get(DefaultStepContext.java:97)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.StepDescriptor.checkContextAvailability(StepDescriptor.java:262)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:306)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:194)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:124)
[2026-03-01T22:45:11.096Z] at jdk.internal.reflect.GeneratedMethodAccessor648333.invoke(Unknown Source)
[2026-03-01T22:45:11.096Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2026-03-01T22:45:11.096Z] at java.base/java.lang.reflect.Method.invoke(Method.java:569)
[2026-03-01T22:45:11.096Z] at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
[2026-03-01T22:45:11.096Z] at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
[2026-03-01T22:45:11.096Z] at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
[2026-03-01T22:45:11.096Z] at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
[2026-03-01T22:45:11.096Z] at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)
[2026-03-01T22:45:11.096Z] at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
[2026-03-01T22:45:11.096Z] at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:180)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.GroovyInterceptor.onMethodCall(GroovyInterceptor.java:23)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for script-security//org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:163)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:178)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:182)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:152)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.LoggingInvoker.methodCall(LoggingInvoker.java:120)
[2026-03-01T22:45:11.096Z] at WorkflowScript.forceCleanWS(WorkflowScript:709)
[2026-03-01T22:45:11.096Z] at ___cps.transform___(Native Method)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:107)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:118)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:87)
[2026-03-01T22:45:11.096Z] at jdk.internal.reflect.GeneratedMethodAccessor973.invoke(Unknown Source)
[2026-03-01T22:45:11.096Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2026-03-01T22:45:11.096Z] at java.base/java.lang.reflect.Method.invoke(Method.java:569)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:71)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ClosureBlock.eval(ClosureBlock.java:49)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Next.step(Next.java:84)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:142)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:17)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:48)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:188)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:464)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:372)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:302)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$wrap$4(CpsVmExecutorService.java:143)
[2026-03-01T22:45:11.096Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2026-03-01T22:45:11.096Z] at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
[2026-03-01T22:45:11.096Z] at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
[2026-03-01T22:45:11.096Z] at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
[2026-03-01T22:45:11.096Z] at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
[2026-03-01T22:45:11.096Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
[2026-03-01T22:45:11.096Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2026-03-01T22:45:11.096Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[2026-03-01T22:45:11.096Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:53)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:50)
[2026-03-01T22:45:11.096Z] at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136)
[2026-03-01T22:45:11.096Z] at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275)
[2026-03-01T22:45:11.096Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$categoryThreadFactory$0(CpsVmExecutorService.java:50)
[2026-03-01T22:45:11.096Z] at java.base/java.lang.Thread.run(Thread.java:840)
[2026-03-01T22:45:11.096Z] Retrying
[Pipeline] {
[Pipeline] echo
[2026-03-01T22:45:11.110Z] Retrying cleanWs attempt 2/3 after 30 seconds sleep...
[Pipeline] sleep
[2026-03-01T22:45:11.111Z] Sleeping for 30 sec
[Pipeline] cleanWs
[Pipeline] echo
[2026-03-01T22:45:41.135Z] Exception: org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException: Unable to create live FilePath for test-docker-fedora42-armv8-1
[Pipeline] dir
[Pipeline] // dir
[Pipeline] }
[2026-03-01T22:45:41.140Z] ERROR: Execution failed
[2026-03-01T22:45:41.141Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sat Feb 28 05:43:12 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@6b7c587d:test-docker-fedora42-armv8-1,5,main] [id=1582]
[2026-03-01T22:45:41.141Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:45:41.141Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:45:41.141Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:45:41.141Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:45:41.141Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:45:41.141Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:45:41.141Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sat Feb 28 08:25:07 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@1a7727b2:test-docker-fedora42-armv8-1,5,main] [id=4658433]
[2026-03-01T22:45:41.141Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:45:41.141Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:45:41.141Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:45:41.141Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:45:41.141Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:45:41.141Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:45:41.141Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sat Feb 28 15:42:01 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@73acea6a:test-docker-fedora42-armv8-1,5,main] [id=4735148]
[2026-03-01T22:45:41.141Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:45:41.141Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:45:41.141Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:45:41.141Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:45:41.141Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:45:41.141Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:45:41.141Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 01:54:55 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@16a63a84:test-docker-fedora42-armv8-1,5,main] [id=4807219]
[2026-03-01T22:45:41.141Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:45:41.141Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:45:41.141Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:45:41.141Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:45:41.141Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:45:41.141Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:45:41.141Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 02:20:41 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@483f6cab:test-docker-fedora42-armv8-1,5,main] [id=4825597]
[2026-03-01T22:45:41.141Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:45:41.141Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:45:41.141Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:45:41.141Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:45:41.141Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:45:41.141Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:45:41.141Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 02:35:04 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@7e7e27f9:test-docker-fedora42-armv8-1,5,main] [id=4829233]
[2026-03-01T22:45:41.141Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:45:41.141Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:45:41.141Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:45:41.141Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:45:41.141Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:45:41.141Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:45:41.141Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 19:17:59 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@39bc8b49:test-docker-fedora42-armv8-1,5,main] [id=4929445]
[2026-03-01T22:45:41.141Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:45:41.141Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:45:41.141Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:45:41.141Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:45:41.141Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:45:41.141Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:45:41.141Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 23:13:54 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@4ff92b8e:test-docker-fedora42-armv8-1,5,main] [id=4962145]
[2026-03-01T22:45:41.141Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:45:41.141Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:45:41.141Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:45:41.141Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:45:41.141Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:45:41.141Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:45:41.141Z] Also: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 0fc08504-6323-41c2-ae9f-151aa44d0fb5
[2026-03-01T22:45:41.141Z] org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException: Unable to create live FilePath for test-docker-fedora42-armv8-1
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:188)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:160)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$Translator.get(ExecutorStepDynamicContext.java:153)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:170)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:160)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.DynamicContext$Typed.get(DynamicContext.java:95)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.ContextVariableSet.get(ContextVariableSet.java:168)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.getContextVariable(CpsThread.java:141)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsStepContext.doGet(CpsStepContext.java:315)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-support//org.jenkinsci.plugins.workflow.support.DefaultStepContext.get(DefaultStepContext.java:97)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.StepDescriptor.checkContextAvailability(StepDescriptor.java:262)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:306)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:194)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:124)
[2026-03-01T22:45:41.141Z] at jdk.internal.reflect.GeneratedMethodAccessor648333.invoke(Unknown Source)
[2026-03-01T22:45:41.141Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2026-03-01T22:45:41.141Z] at java.base/java.lang.reflect.Method.invoke(Method.java:569)
[2026-03-01T22:45:41.141Z] at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
[2026-03-01T22:45:41.141Z] at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
[2026-03-01T22:45:41.141Z] at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
[2026-03-01T22:45:41.141Z] at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
[2026-03-01T22:45:41.141Z] at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)
[2026-03-01T22:45:41.141Z] at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
[2026-03-01T22:45:41.141Z] at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:180)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.GroovyInterceptor.onMethodCall(GroovyInterceptor.java:23)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for script-security//org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:163)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:178)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:182)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:152)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.LoggingInvoker.methodCall(LoggingInvoker.java:120)
[2026-03-01T22:45:41.141Z] at WorkflowScript.forceCleanWS(WorkflowScript:709)
[2026-03-01T22:45:41.141Z] at ___cps.transform___(Native Method)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:107)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:118)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:87)
[2026-03-01T22:45:41.141Z] at jdk.internal.reflect.GeneratedMethodAccessor973.invoke(Unknown Source)
[2026-03-01T22:45:41.141Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2026-03-01T22:45:41.141Z] at java.base/java.lang.reflect.Method.invoke(Method.java:569)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:71)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ClosureBlock.eval(ClosureBlock.java:49)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Next.step(Next.java:84)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:142)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:17)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:48)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:188)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:464)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:372)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:302)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$wrap$4(CpsVmExecutorService.java:143)
[2026-03-01T22:45:41.141Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2026-03-01T22:45:41.141Z] at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
[2026-03-01T22:45:41.141Z] at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
[2026-03-01T22:45:41.141Z] at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
[2026-03-01T22:45:41.141Z] at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
[2026-03-01T22:45:41.141Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
[2026-03-01T22:45:41.141Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2026-03-01T22:45:41.141Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[2026-03-01T22:45:41.141Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:53)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:50)
[2026-03-01T22:45:41.141Z] at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136)
[2026-03-01T22:45:41.141Z] at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275)
[2026-03-01T22:45:41.141Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$categoryThreadFactory$0(CpsVmExecutorService.java:50)
[2026-03-01T22:45:41.141Z] at java.base/java.lang.Thread.run(Thread.java:840)
[2026-03-01T22:45:41.141Z] Retrying
[Pipeline] {
[Pipeline] echo
[2026-03-01T22:45:41.154Z] Retrying cleanWs attempt 3/3 after 30 seconds sleep...
[Pipeline] sleep
[2026-03-01T22:45:41.155Z] Sleeping for 30 sec
[Pipeline] cleanWs
[Pipeline] echo
[2026-03-01T22:46:11.182Z] Exception: org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException: Unable to create live FilePath for test-docker-fedora42-armv8-1
[Pipeline] dir
[Pipeline] // dir
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[2026-03-01T22:46:11.219Z] ERROR: Execution failed
[2026-03-01T22:46:11.220Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sat Feb 28 05:43:12 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@6b7c587d:test-docker-fedora42-armv8-1,5,main] [id=1582]
[2026-03-01T22:46:11.220Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:46:11.220Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:46:11.220Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:46:11.220Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:46:11.220Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:46:11.220Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:46:11.220Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sat Feb 28 08:25:07 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@1a7727b2:test-docker-fedora42-armv8-1,5,main] [id=4658433]
[2026-03-01T22:46:11.220Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:46:11.220Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:46:11.220Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:46:11.220Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:46:11.220Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:46:11.220Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:46:11.220Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sat Feb 28 15:42:01 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@73acea6a:test-docker-fedora42-armv8-1,5,main] [id=4735148]
[2026-03-01T22:46:11.220Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:46:11.220Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:46:11.220Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:46:11.220Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:46:11.220Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:46:11.220Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:46:11.220Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 01:54:55 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@16a63a84:test-docker-fedora42-armv8-1,5,main] [id=4807219]
[2026-03-01T22:46:11.220Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:46:11.220Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:46:11.220Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:46:11.220Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:46:11.220Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:46:11.220Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:46:11.220Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 02:20:41 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@483f6cab:test-docker-fedora42-armv8-1,5,main] [id=4825597]
[2026-03-01T22:46:11.220Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:46:11.220Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:46:11.220Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:46:11.220Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:46:11.220Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:46:11.220Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:46:11.220Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 02:35:04 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@7e7e27f9:test-docker-fedora42-armv8-1,5,main] [id=4829233]
[2026-03-01T22:46:11.220Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:46:11.220Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:46:11.220Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:46:11.220Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:46:11.220Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:46:11.220Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:46:11.220Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 19:17:59 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@39bc8b49:test-docker-fedora42-armv8-1,5,main] [id=4929445]
[2026-03-01T22:46:11.220Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:46:11.220Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:46:11.220Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:46:11.220Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:46:11.220Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:46:11.220Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:46:11.220Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 23:13:54 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@4ff92b8e:test-docker-fedora42-armv8-1,5,main] [id=4962145]
[2026-03-01T22:46:11.220Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:46:11.220Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:46:11.220Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:46:11.220Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:46:11.220Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:46:11.220Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:46:11.220Z] Also: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: daa7abb2-4b20-4920-9f99-c3109a8c1276
[2026-03-01T22:46:11.220Z] org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException: Unable to create live FilePath for test-docker-fedora42-armv8-1
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:188)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:160)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$Translator.get(ExecutorStepDynamicContext.java:153)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:170)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:160)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.DynamicContext$Typed.get(DynamicContext.java:95)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.ContextVariableSet.get(ContextVariableSet.java:168)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.getContextVariable(CpsThread.java:141)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsStepContext.doGet(CpsStepContext.java:315)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-support//org.jenkinsci.plugins.workflow.support.DefaultStepContext.get(DefaultStepContext.java:97)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.StepDescriptor.checkContextAvailability(StepDescriptor.java:262)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:306)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:194)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:124)
[2026-03-01T22:46:11.220Z] at jdk.internal.reflect.GeneratedMethodAccessor648333.invoke(Unknown Source)
[2026-03-01T22:46:11.220Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2026-03-01T22:46:11.220Z] at java.base/java.lang.reflect.Method.invoke(Method.java:569)
[2026-03-01T22:46:11.220Z] at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
[2026-03-01T22:46:11.220Z] at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
[2026-03-01T22:46:11.220Z] at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
[2026-03-01T22:46:11.220Z] at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
[2026-03-01T22:46:11.220Z] at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)
[2026-03-01T22:46:11.220Z] at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
[2026-03-01T22:46:11.220Z] at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:180)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.GroovyInterceptor.onMethodCall(GroovyInterceptor.java:23)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for script-security//org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:163)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:178)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:182)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:152)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.LoggingInvoker.methodCall(LoggingInvoker.java:120)
[2026-03-01T22:46:11.220Z] at WorkflowScript.forceCleanWS(WorkflowScript:709)
[2026-03-01T22:46:11.220Z] at ___cps.transform___(Native Method)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:107)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:118)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:87)
[2026-03-01T22:46:11.220Z] at jdk.internal.reflect.GeneratedMethodAccessor973.invoke(Unknown Source)
[2026-03-01T22:46:11.220Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2026-03-01T22:46:11.220Z] at java.base/java.lang.reflect.Method.invoke(Method.java:569)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:71)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ClosureBlock.eval(ClosureBlock.java:49)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Next.step(Next.java:84)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:142)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:17)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:48)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:188)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:464)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:372)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:302)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$wrap$4(CpsVmExecutorService.java:143)
[2026-03-01T22:46:11.220Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2026-03-01T22:46:11.220Z] at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
[2026-03-01T22:46:11.220Z] at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
[2026-03-01T22:46:11.220Z] at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
[2026-03-01T22:46:11.220Z] at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
[2026-03-01T22:46:11.220Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
[2026-03-01T22:46:11.220Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2026-03-01T22:46:11.220Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[2026-03-01T22:46:11.220Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:53)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:50)
[2026-03-01T22:46:11.220Z] at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136)
[2026-03-01T22:46:11.220Z] at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275)
[2026-03-01T22:46:11.220Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$categoryThreadFactory$0(CpsVmExecutorService.java:50)
[2026-03-01T22:46:11.220Z] at java.base/java.lang.Thread.run(Thread.java:840)
[2026-03-01T22:46:11.220Z] Retrying
[Pipeline] {
[Pipeline] sleep
[2026-03-01T22:46:11.234Z] Sleeping for 3 min 0 sec
[Pipeline] timeout
[2026-03-01T22:49:11.238Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] cleanWs
[Pipeline] echo
[2026-03-01T22:49:11.272Z] Exception: org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException: Unable to create live FilePath for test-docker-fedora42-armv8-1
[Pipeline] dir
[Pipeline] // dir
[Pipeline] }
[2026-03-01T22:49:11.277Z] ERROR: Execution failed
[2026-03-01T22:49:11.277Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sat Feb 28 05:43:12 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@6b7c587d:test-docker-fedora42-armv8-1,5,main] [id=1582]
[2026-03-01T22:49:11.277Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:49:11.277Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:49:11.277Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:49:11.277Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:49:11.277Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:49:11.277Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:49:11.277Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sat Feb 28 08:25:07 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@1a7727b2:test-docker-fedora42-armv8-1,5,main] [id=4658433]
[2026-03-01T22:49:11.277Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:49:11.277Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:49:11.277Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:49:11.277Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:49:11.277Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:49:11.277Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:49:11.277Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sat Feb 28 15:42:01 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@73acea6a:test-docker-fedora42-armv8-1,5,main] [id=4735148]
[2026-03-01T22:49:11.277Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:49:11.277Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:49:11.277Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:49:11.277Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:49:11.277Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:49:11.277Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:49:11.277Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 01:54:55 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@16a63a84:test-docker-fedora42-armv8-1,5,main] [id=4807219]
[2026-03-01T22:49:11.277Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:49:11.277Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:49:11.277Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:49:11.277Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:49:11.277Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:49:11.277Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:49:11.277Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 02:20:41 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@483f6cab:test-docker-fedora42-armv8-1,5,main] [id=4825597]
[2026-03-01T22:49:11.277Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:49:11.277Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:49:11.277Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:49:11.277Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:49:11.277Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:49:11.277Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:49:11.277Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 02:35:04 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@7e7e27f9:test-docker-fedora42-armv8-1,5,main] [id=4829233]
[2026-03-01T22:49:11.277Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:49:11.277Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:49:11.277Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:49:11.277Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:49:11.277Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:49:11.277Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:49:11.277Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 19:17:59 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@39bc8b49:test-docker-fedora42-armv8-1,5,main] [id=4929445]
[2026-03-01T22:49:11.277Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:49:11.277Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:49:11.277Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:49:11.277Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:49:11.277Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:49:11.277Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:49:11.277Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 23:13:54 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@4ff92b8e:test-docker-fedora42-armv8-1,5,main] [id=4962145]
[2026-03-01T22:49:11.277Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:49:11.277Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:49:11.277Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:49:11.277Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:49:11.277Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:49:11.277Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:49:11.277Z] Also: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: b87bac5f-b2e4-4f39-b852-df59898dfc9b
[2026-03-01T22:49:11.277Z] org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException: Unable to create live FilePath for test-docker-fedora42-armv8-1
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:188)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:160)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$Translator.get(ExecutorStepDynamicContext.java:153)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:170)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:160)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.DynamicContext$Typed.get(DynamicContext.java:95)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.ContextVariableSet.get(ContextVariableSet.java:168)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.getContextVariable(CpsThread.java:141)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsStepContext.doGet(CpsStepContext.java:315)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-support//org.jenkinsci.plugins.workflow.support.DefaultStepContext.get(DefaultStepContext.java:97)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.StepDescriptor.checkContextAvailability(StepDescriptor.java:262)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:306)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:194)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:124)
[2026-03-01T22:49:11.277Z] at jdk.internal.reflect.GeneratedMethodAccessor648333.invoke(Unknown Source)
[2026-03-01T22:49:11.277Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2026-03-01T22:49:11.277Z] at java.base/java.lang.reflect.Method.invoke(Method.java:569)
[2026-03-01T22:49:11.277Z] at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
[2026-03-01T22:49:11.277Z] at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
[2026-03-01T22:49:11.277Z] at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
[2026-03-01T22:49:11.277Z] at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
[2026-03-01T22:49:11.277Z] at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)
[2026-03-01T22:49:11.277Z] at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
[2026-03-01T22:49:11.277Z] at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:180)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.GroovyInterceptor.onMethodCall(GroovyInterceptor.java:23)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for script-security//org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:163)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:178)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:182)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:152)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.LoggingInvoker.methodCall(LoggingInvoker.java:120)
[2026-03-01T22:49:11.277Z] at WorkflowScript.forceCleanWS(WorkflowScript:709)
[2026-03-01T22:49:11.277Z] at ___cps.transform___(Native Method)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:107)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:118)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:87)
[2026-03-01T22:49:11.277Z] at jdk.internal.reflect.GeneratedMethodAccessor973.invoke(Unknown Source)
[2026-03-01T22:49:11.277Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2026-03-01T22:49:11.277Z] at java.base/java.lang.reflect.Method.invoke(Method.java:569)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:71)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ClosureBlock.eval(ClosureBlock.java:49)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Next.step(Next.java:84)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:142)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:17)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:48)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:188)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:464)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:372)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:302)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$wrap$4(CpsVmExecutorService.java:143)
[2026-03-01T22:49:11.277Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2026-03-01T22:49:11.277Z] at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
[2026-03-01T22:49:11.277Z] at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
[2026-03-01T22:49:11.277Z] at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
[2026-03-01T22:49:11.277Z] at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
[2026-03-01T22:49:11.277Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
[2026-03-01T22:49:11.277Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2026-03-01T22:49:11.277Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[2026-03-01T22:49:11.277Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:53)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:50)
[2026-03-01T22:49:11.277Z] at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136)
[2026-03-01T22:49:11.277Z] at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275)
[2026-03-01T22:49:11.277Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$categoryThreadFactory$0(CpsVmExecutorService.java:50)
[2026-03-01T22:49:11.277Z] at java.base/java.lang.Thread.run(Thread.java:840)
[2026-03-01T22:49:11.277Z] Retrying
[Pipeline] {
[Pipeline] echo
[2026-03-01T22:49:11.292Z] Retrying cleanWs attempt 2/3 after 30 seconds sleep...
[Pipeline] sleep
[2026-03-01T22:49:11.293Z] Sleeping for 30 sec
[Pipeline] cleanWs
[Pipeline] echo
[2026-03-01T22:49:41.319Z] Exception: org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException: Unable to create live FilePath for test-docker-fedora42-armv8-1
[Pipeline] dir
[Pipeline] // dir
[Pipeline] }
[2026-03-01T22:49:41.325Z] ERROR: Execution failed
[2026-03-01T22:49:41.326Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sat Feb 28 05:43:12 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@6b7c587d:test-docker-fedora42-armv8-1,5,main] [id=1582]
[2026-03-01T22:49:41.326Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:49:41.326Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:49:41.326Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:49:41.326Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:49:41.326Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:49:41.326Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:49:41.326Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sat Feb 28 08:25:07 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@1a7727b2:test-docker-fedora42-armv8-1,5,main] [id=4658433]
[2026-03-01T22:49:41.326Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:49:41.326Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:49:41.326Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:49:41.326Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:49:41.326Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:49:41.326Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:49:41.326Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sat Feb 28 15:42:01 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@73acea6a:test-docker-fedora42-armv8-1,5,main] [id=4735148]
[2026-03-01T22:49:41.326Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:49:41.326Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:49:41.326Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:49:41.326Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:49:41.326Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:49:41.326Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:49:41.326Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 01:54:55 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@16a63a84:test-docker-fedora42-armv8-1,5,main] [id=4807219]
[2026-03-01T22:49:41.326Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:49:41.326Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:49:41.326Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:49:41.326Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:49:41.326Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:49:41.326Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:49:41.326Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 02:20:41 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@483f6cab:test-docker-fedora42-armv8-1,5,main] [id=4825597]
[2026-03-01T22:49:41.326Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:49:41.326Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:49:41.326Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:49:41.326Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:49:41.326Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:49:41.326Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:49:41.326Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 02:35:04 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@7e7e27f9:test-docker-fedora42-armv8-1,5,main] [id=4829233]
[2026-03-01T22:49:41.326Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:49:41.326Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:49:41.326Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:49:41.326Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:49:41.326Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:49:41.326Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:49:41.326Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 19:17:59 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@39bc8b49:test-docker-fedora42-armv8-1,5,main] [id=4929445]
[2026-03-01T22:49:41.326Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:49:41.326Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:49:41.326Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:49:41.326Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:49:41.326Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:49:41.326Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:49:41.326Z] Also: hudson.model.Computer$TerminationRequest: Termination requested at Sun Mar 01 23:13:54 CET 2026 by Thread[Ping thread for channel hudson.remoting.Channel@4ff92b8e:test-docker-fedora42-armv8-1,5,main] [id=4962145]
[2026-03-01T22:49:41.326Z] at hudson.model.Computer.recordTermination(Computer.java:243)
[2026-03-01T22:49:41.326Z] at hudson.model.Computer.disconnect(Computer.java:503)
[2026-03-01T22:49:41.326Z] at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:819)
[2026-03-01T22:49:41.326Z] at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:195)
[2026-03-01T22:49:41.326Z] at hudson.remoting.PingThread.ping(PingThread.java:134)
[2026-03-01T22:49:41.326Z] at hudson.remoting.PingThread.run(PingThread.java:87)
[2026-03-01T22:49:41.326Z] Also: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 710a123d-3e47-489c-b383-998333df8eea
[2026-03-01T22:49:41.326Z] org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException: Unable to create live FilePath for test-docker-fedora42-armv8-1
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:188)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:160)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$Translator.get(ExecutorStepDynamicContext.java:153)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:170)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:160)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.DynamicContext$Typed.get(DynamicContext.java:95)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.ContextVariableSet.get(ContextVariableSet.java:168)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.getContextVariable(CpsThread.java:141)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsStepContext.doGet(CpsStepContext.java:315)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-support//org.jenkinsci.plugins.workflow.support.DefaultStepContext.get(DefaultStepContext.java:97)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.StepDescriptor.checkContextAvailability(StepDescriptor.java:262)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:306)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:194)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:124)
[2026-03-01T22:49:41.326Z] at jdk.internal.reflect.GeneratedMethodAccessor648333.invoke(Unknown Source)
[2026-03-01T22:49:41.326Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2026-03-01T22:49:41.326Z] at java.base/java.lang.reflect.Method.invoke(Method.java:569)
[2026-03-01T22:49:41.326Z] at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
[2026-03-01T22:49:41.326Z] at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
[2026-03-01T22:49:41.326Z] at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
[2026-03-01T22:49:41.326Z] at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
[2026-03-01T22:49:41.326Z] at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)
[2026-03-01T22:49:41.326Z] at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
[2026-03-01T22:49:41.326Z] at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:180)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.GroovyInterceptor.onMethodCall(GroovyInterceptor.java:23)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for script-security//org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:163)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:178)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:182)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:152)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.LoggingInvoker.methodCall(LoggingInvoker.java:120)
[2026-03-01T22:49:41.326Z] at WorkflowScript.forceCleanWS(WorkflowScript:709)
[2026-03-01T22:49:41.326Z] at ___cps.transform___(Native Method)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:107)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:118)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:87)
[2026-03-01T22:49:41.326Z] at jdk.internal.reflect.GeneratedMethodAccessor973.invoke(Unknown Source)
[2026-03-01T22:49:41.326Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2026-03-01T22:49:41.326Z] at java.base/java.lang.reflect.Method.invoke(Method.java:569)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:71)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ClosureBlock.eval(ClosureBlock.java:49)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Next.step(Next.java:84)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:142)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:17)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:48)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:188)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:464)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:372)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:302)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$wrap$4(CpsVmExecutorService.java:143)
[2026-03-01T22:49:41.326Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2026-03-01T22:49:41.326Z] at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
[2026-03-01T22:49:41.326Z] at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
[2026-03-01T22:49:41.326Z] at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
[2026-03-01T22:49:41.326Z] at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
[2026-03-01T22:49:41.326Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
[2026-03-01T22:49:41.326Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2026-03-01T22:49:41.326Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[2026-03-01T22:49:41.326Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:53)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:50)
[2026-03-01T22:49:41.326Z] at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136)
[2026-03-01T22:49:41.326Z] at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275)
[2026-03-01T22:49:41.326Z] at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$categoryThreadFactory$0(CpsVmExecutorService.java:50)
[2026-03-01T22:49:41.326Z] at java.base/java.lang.Thread.run(Thread.java:840)
[2026-03-01T22:49:41.326Z] Retrying
[Pipeline] {
[Pipeline] echo
[2026-03-01T22:49:41.342Z] Retrying cleanWs attempt 3/3 after 30 seconds sleep...
[Pipeline] sleep
[2026-03-01T22:49:41.343Z] Sleeping for 30 sec
[Pipeline] cleanWs
[Pipeline] echo
[2026-03-01T22:50:11.369Z] Exception: org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException: Unable to create live FilePath for test-docker-fedora42-armv8-1
[Pipeline] dir
[Pipeline] // dir
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
[2026-03-01T22:50:11.429Z] Exception: org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException: Unable to create live FilePath for test-docker-fedora42-armv8-1
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] End of Pipeline
java.lang.NullPointerException
Finished: FAILURE