Hello, is there any solution for this problem? I have the same issue archieving an apk file after compile an android app using the archive artifacts plugin by pipeline:
09:05:34 Archiving artifacts*09:05:35* java.lang.InterruptedException: no matches found within 10000*09:05:35* at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2845)09:05:35 at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2724)09:05:35 at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2705)09:05:35 at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3084)09:05:35 Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 192.168.1.75/192.168.1.75:51562*09:05:35* at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)09:05:35 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)09:05:35 at hudson.remoting.Channel.call(Channel.java:955)09:05:35 at hudson.FilePath.act(FilePath.java:1070)09:05:35 at hudson.FilePath.act(FilePath.java:1059)09:05:35 at hudson.FilePath.validateAntFileMask(FilePath.java:2703)09:05:35 at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)09:05:35 at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:80)09:05:35 at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:67)09:05:35 at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$1$1.call(SynchronousNonBlockingStepExecution.java:50)09:05:35 at hudson.security.ACL.impersonate(ACL.java:290)09:05:35 at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$1.run(SynchronousNonBlockingStepExecution.java:47)09:05:35 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)09:05:35 at java.util.concurrent.FutureTask.run(FutureTask.java:266)09:05:35 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)09:05:35 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)09:05:35 Caused: hudson.FilePath$TunneledInterruptedException*09:05:35* at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)09:05:35 at hudson.remoting.UserRequest.perform(UserRequest.java:212)09:05:35 at hudson.remoting.UserRequest.perform(UserRequest.java:54)09:05:35 at hudson.remoting.Request$2.run(Request.java:369)09:05:35 at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)09:05:35 at java.util.concurrent.FutureTask.run(FutureTask.java:266)09:05:35 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)09:05:35 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)09:05:35 at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)09:05:35 Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000*09:05:35* at hudson.FilePath.act(FilePath.java:1072)09:05:35 at hudson.FilePath.act(FilePath.java:1059)09:05:35 at hudson.FilePath.validateAntFileMask(FilePath.java:2703)09:05:35 at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)09:05:35 at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:80)09:05:35 at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:67)09:05:35 at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$1$1.call(SynchronousNonBlockingStepExecution.java:50)09:05:35 at hudson.security.ACL.impersonate(ACL.java:290)09:05:35 at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$1.run(SynchronousNonBlockingStepExecution.java:47)09:05:35 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)09:05:35 at java.util.concurrent.FutureTask.run(FutureTask.java:266)09:05:35 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)09:05:35 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)09:05:35 at java.lang.Thread.run(Thread.java:748)
Hello, is there any solution for this problem? I have the same issue archieving an apk file after compile an android app using the archive artifacts plugin by pipeline:
*{code:java} 09:05:34* Archiving artifacts* 09:05:35* java.lang.InterruptedException: no matches found within 10000* 09:05:35* at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2845)* 09:05:35* at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2724)* 09:05:35* at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2705)* 09:05:35* at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3084)* 09:05:35* Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 192.168.1.75/192.168.1.75:51562* 09:05:35* at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)* 09:05:35* at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)* 09:05:35* at hudson.remoting.Channel.call(Channel.java:955)* 09:05:35* at hudson.FilePath.act(FilePath.java:1070)* 09:05:35* at hudson.FilePath.act(FilePath.java:1059)* 09:05:35* at hudson.FilePath.validateAntFileMask(FilePath.java:2703)* 09:05:35* at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)* 09:05:35* at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:80)* 09:05:35* at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:67)* 09:05:35* at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$1$1.call(SynchronousNonBlockingStepExecution.java:50)* 09:05:35* at hudson.security.ACL.impersonate(ACL.java:290)* 09:05:35* at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$1.run(SynchronousNonBlockingStepExecution.java:47)* 09:05:35* at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)* 09:05:35* at java.util.concurrent.FutureTask.run(FutureTask.java:266)* 09:05:35* at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)* 09:05:35* at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)* 09:05:35* Caused: hudson.FilePath$TunneledInterruptedException* 09:05:35* at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)* 09:05:35* at hudson.remoting.UserRequest.perform(UserRequest.java:212)* 09:05:35* at hudson.remoting.UserRequest.perform(UserRequest.java:54)* 09:05:35* at hudson.remoting.Request$2.run(Request.java:369)* 09:05:35* at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)* 09:05:35* at java.util.concurrent.FutureTask.run(FutureTask.java:266)* 09:05:35* at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)* 09:05:35* at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)* 09:05:35* at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)* 09:05:35* Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000* 09:05:35* at hudson.FilePath.act(FilePath.java:1072)* 09:05:35* at hudson.FilePath.act(FilePath.java:1059)* 09:05:35* at hudson.FilePath.validateAntFileMask(FilePath.java:2703)* 09:05:35* at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)* 09:05:35* at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:80)* 09:05:35* at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:67)* 09:05:35* at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$1$1.call(SynchronousNonBlockingStepExecution.java:50)* 09:05:35* at hudson.security.ACL.impersonate(ACL.java:290)* 09:05:35* at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$1.run(SynchronousNonBlockingStepExecution.java:47)* 09:05:35* at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)* 09:05:35* at java.util.concurrent.FutureTask.run(FutureTask.java:266)* 09:05:35* at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)* 09:05:35* at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)* 09:05:35* at java.lang.Thread.run(Thread.java:748) {code} Thanks