[JIRA] (JENKINS-43379) WARN: java.lang.InterruptedException: no matches found within 10000

184 views
Skip to first unread message

estefafdez@gmail.com (JIRA)

unread,
Sep 27, 2018, 3:54:03 AM9/27/18
to jenkinsc...@googlegroups.com
Estefania Fernandez commented on Improvement JENKINS-43379
 
Re: WARN: java.lang.InterruptedException: no matches found within 10000

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)
 

Thanks

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

estefafdez@gmail.com (JIRA)

unread,
Sep 27, 2018, 3:54:05 AM9/27/18
to jenkinsc...@googlegroups.com
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

sorin.sbarnea@gmail.com (JIRA)

unread,
Sep 27, 2018, 4:32:03 AM9/27/18
to jenkinsc...@googlegroups.com
Sorin Sbarnea closed an issue as Won't Do
 

I am closing this becase this seems to be the only way to silence notifications on a bug and I am not allowed to change reporter to avoid these.

If someone else has the power to change reported and reopen the bug feel free, if not create a new bug.

 

Jenkins / Improvement JENKINS-43379
Change By: Sorin Sbarnea
Status: Open Closed
Resolution: Won't Do
Reply all
Reply to author
Forward
0 new messages