You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
17:42:10 [Cache for Global with id 4cc6684df7b4a92b1dec6fce3264fac8] Searching cache in job specific caches...
17:42:10 [Cache for Global with id 4cc6684df7b4a92b1dec6fce3264fac8] Searching cache in default caches...
17:42:10 [Cache for Global with id 4cc6684df7b4a92b1dec6fce3264fac8] Skip restoring cache as no up-to-date cache exists
...
17:48:16 drwxr-xr-x 1 Administrator 197121 0 Dec 4 17:46 Global
17:48:16 -rw-r--r-- 1 Administrator 197121 1033 Dec 4 17:46 Jenkinsfile
...
17:48:32 [Cache for Global with id 4cc6684df7b4a92b1dec6fce3264fac8] Creating cache...
17:53:18 [Cache for Global with id 4cc6684df7b4a92b1dec6fce3264fac8] Failed to create cache
17:53:18 java.lang.InterruptedException
17:53:18 at java.base/java.lang.Object.wait(Native Method)
17:53:18 at hudson.remoting.Request.call(Request.java:177)
17:53:18 at hudson.remoting.Channel.call(Channel.java:1002)
17:53:18 at hudson.FilePath.act(FilePath.java:1192)
17:53:18 at hudson.FilePath.act(FilePath.java:1181)
17:53:18 at jenkins.plugins.itemstorage.s3.S3Profile.upload(S3Profile.java:69)
17:53:18 at jenkins.plugins.itemstorage.s3.S3ObjectPath.copyFrom(S3ObjectPath.java:75)
17:53:18 at jenkins.plugins.jobcacher.arbitrary.AbstractCompressingArbitraryFileCacheStrategy.cache(AbstractCompressingArbitraryFileCacheStrategy.java:20)
17:53:18 at jenkins.plugins.jobcacher.ArbitraryFileCache$SaverImpl.save(ArbitraryFileCache.java:383)
17:53:18 at jenkins.plugins.jobcacher.CacheManager.save(CacheManager.java:96)
17:53:18 at jenkins.plugins.jobcacher.pipeline.CacheStepExecution$ExecutionCallback.complete(CacheStepExecution.java:101)
17:53:18 at jenkins.plugins.jobcacher.pipeline.CacheStepExecution$ExecutionCallback.onSuccess(CacheStepExecution.java:78)
17:53:18 at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$SuccessAdapter.receive(CpsBodyExecution.java:375)
17:53:18 at com.cloudbees.groovy.cps.impl.LocalVariableBlock$LocalVariable.get(LocalVariableBlock.java:39)
17:53:18 at com.cloudbees.groovy.cps.LValueBlock$GetAdapter.receive(LValueBlock.java:30)
17:53:18 at com.cloudbees.groovy.cps.impl.LocalVariableBlock.evalLValue(LocalVariableBlock.java:28)
17:53:18 at com.cloudbees.groovy.cps.LValueBlock$BlockImpl.eval(LValueBlock.java:55)
17:53:18 at com.cloudbees.groovy.cps.LValueBlock.eval(LValueBlock.java:16)
17:53:18 at com.cloudbees.groovy.cps.Next.step(Next.java:83)
17:53:18 at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:152)
17:53:18 at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:146)
17:53:18 at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136)
17:53:18 at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275)
17:53:18 at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:146)
17:53:18 at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18)
17:53:18 at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:51)
17:53:18 at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:187)
17:53:18 at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:423)
17:53:18 at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:331)
17:53:18 at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:295)
17:53:18 at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:97)
17:53:18 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
17:53:18 at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
17:53:18 at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
17:53:18 at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
17:53:18 at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
17:53:18 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
17:53:18 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
17:53:18 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
17:53:18 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
17:53:18 at java.base/java.lang.Thread.run(Thread.java:829)
...
Anything else?
Cache upload is working on linux nodes without problems
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered:
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Controller is Linux.
Worker is Windows Server 2022.
Reproduction steps
Expected Results
Cache (few KB) gets uploaded to AWS S3.
Actual Results
Timeout is triggered after approx. 5min.
Anything else?
Cache upload is working on linux nodes without problems
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered: