I wouldn;t be so rude with Jenkins itself as it seems more an issue with ASF Infra on Windows. BTW as far I can see build is failing with gh actions as well and windows build is not activated for gh actions. Maybe you could have the same issue? the goals are not configured the same for Jenkins ("mvn clean install --batch-mode -Dgpg.skip -Prelease") gh actions ("mvn -V package --file pom.xml") Maybe try to be fair and do not trash the tool but look at the context. cheers Olivier
On Thu, 16 Jul 2020 at 05:01, Gary Gregory <garydgreg...@gmail.com> wrote: > Jenkins seems a mess, what is wrong with it? Do we even need it now that we > have both GitHub and Travis running builds? > > Gary > > On Wed, Jul 15, 2020, 13:42 Apache Jenkins Server < > jenk...@builds.apache.org> > wrote: > > > See < > https://builds.apache.org/job/commons-io-windows/361/display/redirect > > > > > > > Changes: > > > > > > ------------------------------------------ > > [...truncated 41.53 MB...] > > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown > > Source) > > at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93) > > at java.lang.Thread.run(Unknown Source) > > java.nio.file.AccessDeniedException: < > > > https://builds.apache.org/job/commons-io-windows/ws/target\test-classes\test-file-x-windows-950.bin > > > > > at sun.nio.fs.WindowsException.translateToIOException(Unknown > > Source) > > at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown > Source) > > at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown > Source) > > at sun.nio.fs.WindowsFileSystemProvider.implDelete(Unknown > Source) > > at sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(Unknown > > Source) > > at java.nio.file.Files.deleteIfExists(Unknown Source) > > at > > > jenkins.util.io.PathRemover.removeOrMakeRemovableThenRemove(PathRemover.java:237) > > at > jenkins.util.io.PathRemover.tryRemoveFile(PathRemover.java:205) > > at > > jenkins.util.io.PathRemover.tryRemoveRecursive(PathRemover.java:216) > > at > > > jenkins.util.io.PathRemover.tryRemoveDirectoryContents(PathRemover.java:226) > > at > > jenkins.util.io.PathRemover.tryRemoveRecursive(PathRemover.java:215) > > at > > > jenkins.util.io.PathRemover.tryRemoveDirectoryContents(PathRemover.java:226) > > at > > jenkins.util.io.PathRemover.tryRemoveRecursive(PathRemover.java:215) > > at > > > jenkins.util.io.PathRemover.tryRemoveDirectoryContents(PathRemover.java:226) > > at > > > jenkins.util.io.PathRemover.forceRemoveDirectoryContents(PathRemover.java:87) > > at hudson.Util.deleteContentsRecursive(Util.java:259) > > at hudson.Util.deleteContentsRecursive(Util.java:248) > > at > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:699) > > at > > > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153) > > at > > > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146) > > at hudson.remoting.UserRequest.perform(UserRequest.java:212) > > at hudson.remoting.UserRequest.perform(UserRequest.java:54) > > at hudson.remoting.Request$2.run(Request.java:369) > > at > > > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) > > at java.util.concurrent.FutureTask.run(Unknown Source) > > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown > > Source) > > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown > > Source) > > at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93) > > at java.lang.Thread.run(Unknown Source) > > java.nio.file.AccessDeniedException: < > > > https://builds.apache.org/job/commons-io-windows/ws/target\test-classes\test-file-x-windows-950.bin > > > > > at sun.nio.fs.WindowsException.translateToIOException(Unknown > > Source) > > at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown > Source) > > at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown > Source) > > at sun.nio.fs.WindowsFileSystemProvider.implDelete(Unknown > Source) > > at sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(Unknown > > Source) > > at java.nio.file.Files.deleteIfExists(Unknown Source) > > at > > > jenkins.util.io.PathRemover.removeOrMakeRemovableThenRemove(PathRemover.java:241) > > at > jenkins.util.io.PathRemover.tryRemoveFile(PathRemover.java:205) > > at > > jenkins.util.io.PathRemover.tryRemoveRecursive(PathRemover.java:216) > > at > > > jenkins.util.io.PathRemover.tryRemoveDirectoryContents(PathRemover.java:226) > > at > > jenkins.util.io.PathRemover.tryRemoveRecursive(PathRemover.java:215) > > at > > > jenkins.util.io.PathRemover.tryRemoveDirectoryContents(PathRemover.java:226) > > at > > jenkins.util.io.PathRemover.tryRemoveRecursive(PathRemover.java:215) > > at > > > jenkins.util.io.PathRemover.tryRemoveDirectoryContents(PathRemover.java:226) > > at > > > jenkins.util.io.PathRemover.forceRemoveDirectoryContents(PathRemover.java:87) > > at hudson.Util.deleteContentsRecursive(Util.java:259) > > at hudson.Util.deleteContentsRecursive(Util.java:248) > > at > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:699) > > at > > > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153) > > at > > > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146) > > at hudson.remoting.UserRequest.perform(UserRequest.java:212) > > at hudson.remoting.UserRequest.perform(UserRequest.java:54) > > at hudson.remoting.Request$2.run(Request.java:369) > > at > > > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) > > at java.util.concurrent.FutureTask.run(Unknown Source) > > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown > > Source) > > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown > > Source) > > at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93) > > at java.lang.Thread.run(Unknown Source) > > jenkins.util.io.CompositeIOException: Unable to remove directory < > > https://builds.apache.org/job/commons-io-windows/ws/target\test-classes> > > with directory contents: [< > > > https://builds.apache.org/job/commons-io-windows/ws/target\test-classes\dir-equals-tests, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\test-classes\META-INF, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\test-classes\org, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\test-classes\test-file-20byteslength.bin, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\test-classes\test-file-empty.bin, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\test-classes\test-file-gbk.bin, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\test-classes\test-file-iso8859-1-shortlines-win-linebr.bin, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\test-classes\test-file-iso8859-1.bin, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\test-classes\test-file-shiftjis.bin, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\test-classes\test-file-simple-utf8.bin, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\test-classes\test-file-utf16be.bin, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\test-classes\test-file-utf16le.bin, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\test-classes\test-file-utf8-cr-only.bin, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\test-classes\test-file-utf8-win-linebr.bin, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\test-classes\test-file-utf8.bin, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\test-classes\test-file-windows-31j.bin, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\test-classes\test-file-x-windows-949.bin, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\test-classes\test-file-x-windows-950.bin > > ]> > > at > > > jenkins.util.io.PathRemover.removeOrMakeRemovableThenRemove(PathRemover.java:250) > > at > jenkins.util.io.PathRemover.tryRemoveFile(PathRemover.java:205) > > at > > jenkins.util.io.PathRemover.tryRemoveRecursive(PathRemover.java:216) > > at > > > jenkins.util.io.PathRemover.tryRemoveDirectoryContents(PathRemover.java:226) > > at > > jenkins.util.io.PathRemover.tryRemoveRecursive(PathRemover.java:215) > > at > > > jenkins.util.io.PathRemover.tryRemoveDirectoryContents(PathRemover.java:226) > > at > > > jenkins.util.io.PathRemover.forceRemoveDirectoryContents(PathRemover.java:87) > > at hudson.Util.deleteContentsRecursive(Util.java:259) > > at hudson.Util.deleteContentsRecursive(Util.java:248) > > at > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:699) > > at > > > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153) > > at > > > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146) > > at hudson.remoting.UserRequest.perform(UserRequest.java:212) > > at hudson.remoting.UserRequest.perform(UserRequest.java:54) > > at hudson.remoting.Request$2.run(Request.java:369) > > at > > > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) > > at java.util.concurrent.FutureTask.run(Unknown Source) > > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown > > Source) > > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown > > Source) > > at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93) > > at java.lang.Thread.run(Unknown Source) > > java.nio.file.AccessDeniedException: < > > https://builds.apache.org/job/commons-io-windows/ws/target\test-classes> > > at sun.nio.fs.WindowsException.translateToIOException(Unknown > > Source) > > at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown > Source) > > at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown > Source) > > at sun.nio.fs.WindowsFileSystemProvider.implDelete(Unknown > Source) > > at sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(Unknown > > Source) > > at java.nio.file.Files.deleteIfExists(Unknown Source) > > at > > > jenkins.util.io.PathRemover.removeOrMakeRemovableThenRemove(PathRemover.java:237) > > at > jenkins.util.io.PathRemover.tryRemoveFile(PathRemover.java:205) > > at > > jenkins.util.io.PathRemover.tryRemoveRecursive(PathRemover.java:216) > > at > > > jenkins.util.io.PathRemover.tryRemoveDirectoryContents(PathRemover.java:226) > > at > > jenkins.util.io.PathRemover.tryRemoveRecursive(PathRemover.java:215) > > at > > > jenkins.util.io.PathRemover.tryRemoveDirectoryContents(PathRemover.java:226) > > at > > > jenkins.util.io.PathRemover.forceRemoveDirectoryContents(PathRemover.java:87) > > at hudson.Util.deleteContentsRecursive(Util.java:259) > > at hudson.Util.deleteContentsRecursive(Util.java:248) > > at > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:699) > > at > > > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153) > > at > > > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146) > > at hudson.remoting.UserRequest.perform(UserRequest.java:212) > > at hudson.remoting.UserRequest.perform(UserRequest.java:54) > > at hudson.remoting.Request$2.run(Request.java:369) > > at > > > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) > > at java.util.concurrent.FutureTask.run(Unknown Source) > > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown > > Source) > > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown > > Source) > > at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93) > > at java.lang.Thread.run(Unknown Source) > > java.nio.file.AccessDeniedException: < > > https://builds.apache.org/job/commons-io-windows/ws/target\test-classes> > > at sun.nio.fs.WindowsException.translateToIOException(Unknown > > Source) > > at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown > Source) > > at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown > Source) > > at sun.nio.fs.WindowsFileSystemProvider.implDelete(Unknown > Source) > > at sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(Unknown > > Source) > > at java.nio.file.Files.deleteIfExists(Unknown Source) > > at > > > jenkins.util.io.PathRemover.removeOrMakeRemovableThenRemove(PathRemover.java:241) > > at > jenkins.util.io.PathRemover.tryRemoveFile(PathRemover.java:205) > > at > > jenkins.util.io.PathRemover.tryRemoveRecursive(PathRemover.java:216) > > at > > > jenkins.util.io.PathRemover.tryRemoveDirectoryContents(PathRemover.java:226) > > at > > jenkins.util.io.PathRemover.tryRemoveRecursive(PathRemover.java:215) > > at > > > jenkins.util.io.PathRemover.tryRemoveDirectoryContents(PathRemover.java:226) > > at > > > jenkins.util.io.PathRemover.forceRemoveDirectoryContents(PathRemover.java:87) > > at hudson.Util.deleteContentsRecursive(Util.java:259) > > at hudson.Util.deleteContentsRecursive(Util.java:248) > > at > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:699) > > at > > > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153) > > at > > > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146) > > at hudson.remoting.UserRequest.perform(UserRequest.java:212) > > at hudson.remoting.UserRequest.perform(UserRequest.java:54) > > at hudson.remoting.Request$2.run(Request.java:369) > > at > > > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) > > at java.util.concurrent.FutureTask.run(Unknown Source) > > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown > > Source) > > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown > > Source) > > at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93) > > at java.lang.Thread.run(Unknown Source) > > jenkins.util.io.CompositeIOException: Unable to remove directory < > > https://builds.apache.org/job/commons-io-windows/ws/target> with > > directory contents: [< > > https://builds.apache.org/job/commons-io-windows/ws/target\antrun,> < > > https://builds.apache.org/job/commons-io-windows/ws/target\apidocs,> < > > https://builds.apache.org/job/commons-io-windows/ws/target\archive-tmp,> > < > > https://builds.apache.org/job/commons-io-windows/ws/target\classes,> < > > > https://builds.apache.org/job/commons-io-windows/ws/target\commons-io-2.7.1-SNAPSHOT-bin.tar.gz, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\commons-io-2.7.1-SNAPSHOT-bin.zip, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\commons-io-2.7.1-SNAPSHOT-javadoc.jar, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\commons-io-2.7.1-SNAPSHOT-sources.jar, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\commons-io-2.7.1-SNAPSHOT-src.tar.gz, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\commons-io-2.7.1-SNAPSHOT-src.zip, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\commons-io-2.7.1-SNAPSHOT-test-sources.jar, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\commons-io-2.7.1-SNAPSHOT-tests.jar, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\commons-io-2.7.1-SNAPSHOT.jar, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\commons-release-plugin, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\generated-sources, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\generated-test-sources, > > > > <https://builds.apache.org/job/commons-io-windows/ws/target\jacoco.exec, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\javadoc-bundle-options, > > > > < > > > https://builds.apache.org/job/commons-io-windows/ws/target\maven-archiver, > > > > < > https://builds.apache.org/job/commons-io-windows/ws/target\maven-status,> > > <https://builds.apache.org/job/commons-io-windows/ws/target\osgi,> < > > https://builds.apache.org/job/commons-io-windows/ws/target\rat.txt,> < > > https://builds.apache.org/job/commons-io-windows/ws/target\site,> < > > > https://builds.apache.org/job/commons-io-windows/ws/target\surefire-reports, > > > > <https://builds.apache.org/job/commons-io-windows/ws/target\test-classes > ]> > > at > > > jenkins.util.io.PathRemover.removeOrMakeRemovableThenRemove(PathRemover.java:250) > > at > jenkins.util.io.PathRemover.tryRemoveFile(PathRemover.java:205) > > at > > jenkins.util.io.PathRemover.tryRemoveRecursive(PathRemover.java:216) > > at > > > jenkins.util.io.PathRemover.tryRemoveDirectoryContents(PathRemover.java:226) > > at > > > jenkins.util.io.PathRemover.forceRemoveDirectoryContents(PathRemover.java:87) > > at hudson.Util.deleteContentsRecursive(Util.java:259) > > at hudson.Util.deleteContentsRecursive(Util.java:248) > > at > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:699) > > at > > > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153) > > at > > > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146) > > at hudson.remoting.UserRequest.perform(UserRequest.java:212) > > at hudson.remoting.UserRequest.perform(UserRequest.java:54) > > at hudson.remoting.Request$2.run(Request.java:369) > > at > > > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) > > at java.util.concurrent.FutureTask.run(Unknown Source) > > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown > > Source) > > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown > > Source) > > at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93) > > at java.lang.Thread.run(Unknown Source) > > java.nio.file.DirectoryNotEmptyException: < > > https://builds.apache.org/job/commons-io-windows/ws/target> > > at sun.nio.fs.WindowsFileSystemProvider.implDelete(Unknown > Source) > > at sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(Unknown > > Source) > > at java.nio.file.Files.deleteIfExists(Unknown Source) > > at > > > jenkins.util.io.PathRemover.removeOrMakeRemovableThenRemove(PathRemover.java:237) > > at > jenkins.util.io.PathRemover.tryRemoveFile(PathRemover.java:205) > > at > > jenkins.util.io.PathRemover.tryRemoveRecursive(PathRemover.java:216) > > at > > > jenkins.util.io.PathRemover.tryRemoveDirectoryContents(PathRemover.java:226) > > at > > > jenkins.util.io.PathRemover.forceRemoveDirectoryContents(PathRemover.java:87) > > at hudson.Util.deleteContentsRecursive(Util.java:259) > > at hudson.Util.deleteContentsRecursive(Util.java:248) > > at > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:699) > > at > > > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153) > > at > > > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146) > > at hudson.remoting.UserRequest.perform(UserRequest.java:212) > > at hudson.remoting.UserRequest.perform(UserRequest.java:54) > > at hudson.remoting.Request$2.run(Request.java:369) > > at > > > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) > > at java.util.concurrent.FutureTask.run(Unknown Source) > > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown > > Source) > > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown > > Source) > > at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93) > > at java.lang.Thread.run(Unknown Source) > > java.nio.file.DirectoryNotEmptyException: < > > https://builds.apache.org/job/commons-io-windows/ws/target> > > at sun.nio.fs.WindowsFileSystemProvider.implDelete(Unknown > Source) > > at sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(Unknown > > Source) > > at java.nio.file.Files.deleteIfExists(Unknown Source) > > at > > > jenkins.util.io.PathRemover.removeOrMakeRemovableThenRemove(PathRemover.java:241) > > at > jenkins.util.io.PathRemover.tryRemoveFile(PathRemover.java:205) > > at > > jenkins.util.io.PathRemover.tryRemoveRecursive(PathRemover.java:216) > > at > > > jenkins.util.io.PathRemover.tryRemoveDirectoryContents(PathRemover.java:226) > > at > > > jenkins.util.io.PathRemover.forceRemoveDirectoryContents(PathRemover.java:87) > > at hudson.Util.deleteContentsRecursive(Util.java:259) > > at hudson.Util.deleteContentsRecursive(Util.java:248) > > at > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:699) > > at > > > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153) > > at > > > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146) > > at hudson.remoting.UserRequest.perform(UserRequest.java:212) > > at hudson.remoting.UserRequest.perform(UserRequest.java:54) > > at hudson.remoting.Request$2.run(Request.java:369) > > at > > > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) > > at java.util.concurrent.FutureTask.run(Unknown Source) > > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown > > Source) > > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown > > Source) > > at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93) > > at java.lang.Thread.run(Unknown Source) > > ERROR: Error cloning remote repo 'origin' > > hudson.plugins.git.GitException: Failed to delete workspace > > at > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:702) > > at > > > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153) > > at > > > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146) > > at hudson.remoting.UserRequest.perform(UserRequest.java:212) > > at hudson.remoting.UserRequest.perform(UserRequest.java:54) > > at hudson.remoting.Request$2.run(Request.java:369) > > at > > > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) > > at java.util.concurrent.FutureTask.run(Unknown Source) > > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown > > Source) > > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown > > Source) > > at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93) > > at java.lang.Thread.run(Unknown Source) > > Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote > > call to JNLP4-connect connection from > > static.218.113.76.144.clients.your-server.de/144.76.113.218:64663 > > at > > hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743) > > at > > > hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) > > at hudson.remoting.Channel.call(Channel.java:957) > > at > > > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) > > at sun.reflect.GeneratedMethodAccessor842.invoke(Unknown > > Source) > > at > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > > at java.lang.reflect.Method.invoke(Method.java:498) > > at > > > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) > > at com.sun.proxy.$Proxy133.execute(Unknown Source) > > at > > hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1152) > > at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192) > > at hudson.scm.SCM.checkout(SCM.java:504) > > at > > hudson.model.AbstractProject.checkout(AbstractProject.java:1208) > > at > > > hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574) > > at > > jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) > > at > > > hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) > > at hudson.model.Run.execute(Run.java:1815) > > at > > hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543) > > at > > hudson.model.ResourceController.execute(ResourceController.java:97) > > at hudson.model.Executor.run(Executor.java:429) > > Caused by: jenkins.util.io.CompositeIOException: Unable to delete '< > > https://builds.apache.org/job/commons-io-windows/ws/'.> Tried 3 times > (of > > a maximum of 3) waiting 0.1 sec between attempts. > > at > > > jenkins.util.io.PathRemover.forceRemoveDirectoryContents(PathRemover.java:90) > > at hudson.Util.deleteContentsRecursive(Util.java:259) > > at hudson.Util.deleteContentsRecursive(Util.java:248) > > at > > > org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:699) > > ... 11 more > > ERROR: Error cloning remote repo 'origin' > > > -- Olivier Lamy http://twitter.com/olamy | http://linkedin.com/in/olamy