Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-30395

ClosedByInterruptException in JenkinsRule setup

XMLWordPrintable

      From time to time tests like this are observed to fail in setup on CI builders with

      java.nio.channels.ClosedByInterruptException: null
      	at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:202)
      	at sun.nio.ch.FileChannelImpl.size(FileChannelImpl.java:314)
      	at org.apache.commons.io.FileUtils.doCopyFile(FileUtils.java:1142)
      	at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1091)
      	at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1038)
      	at org.jvnet.hudson.test.JenkinsRule$7$Jpl.resolveDependencies(JenkinsRule.java:1671)
      	at org.jvnet.hudson.test.JenkinsRule$7.decorateHome(JenkinsRule.java:1613)
      	at org.jvnet.hudson.test.JenkinsRule.newHudson(JenkinsRule.java:557)
      	at org.jvnet.hudson.test.JenkinsRule.before(JenkinsRule.java:346)
      	at org.jvnet.hudson.test.JenkinsRule$2.evaluate(JenkinsRule.java:504)
      	at ...
      

      Not sure why it happens (build timeout is not responsible), but we should just carry on in that case.

            jglick Jesse Glick
            jglick Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: