See 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.8/180/display/redirect>

Changes:


------------------------------------------
[...truncated 320.88 KB...]
        at sun.nio.cs.StreamDecoder.read(Unknown Source)
        at java.io.InputStreamReader.read(Unknown Source)
        at 
org.tmatesoft.svn.core.internal.io.dav.http.XMLReader.read(XMLReader.java:39)
        at 
com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(Unknown Source)
        at 
com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipChar(Unknown 
Source)
        at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown
 Source)
        at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown 
Source)
        at 
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown 
Source)
        at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
 Source)
        at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown 
Source)
        at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown 
Source)
        at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown 
Source)
        at 
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown 
Source)
        at 
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown
 Source)
        at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.readData(HTTPConnection.java:898)
        at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.readData(HTTPConnection.java:863)
        at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.dispatch(HTTPRequest.java:220)
        at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:451)
Caused: org.tmatesoft.svn.core.SVNException: svn: E175002: Connection reset
svn: E175002: REPORT request failed on '/repos/asf/!svn/vcc/default'
        at 
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112)
        at 
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96)
        at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:765)
        at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
        at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:340)
        at 
org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:910)
        at 
org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:363)
        at 
org.tmatesoft.svn.core.internal.io.dav.DAVRepository.runReport(DAVRepository.java:1361)
        at 
org.tmatesoft.svn.core.internal.io.dav.DAVRepository.update(DAVRepository.java:859)
        at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.updateInternal(SvnNgAbstractUpdate.java:263)
        at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.update(SvnNgAbstractUpdate.java:115)
        at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:40)
        at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:18)
        at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
        at 
org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
        at 
org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
        at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
        at 
org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:311)
        at 
org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:291)
        at 
org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:387)
        at 
hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:159)
Caused: hudson.scm.subversion.UpdaterException: failed to perform svn update
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to 
JNLP4-connect connection from 
static.83.58.9.5.clients.your-server.de/5.9.58.83:51993
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:1001)
                at hudson.FilePath.act(FilePath.java:1157)
                at hudson.FilePath.act(FilePath.java:1146)
                at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:936)
                at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:867)
                at hudson.scm.SCM.checkout(SCM.java:505)
                at 
hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:637)
                at 
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:509)
                at hudson.model.Run.execute(Run.java:1907)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: java.io.IOException
        at 
hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:214)
        at 
hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
        at 
hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1040)
        at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1016)
        at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:989)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3313)
        at hudson.remoting.UserRequest.perform(UserRequest.java:211)
        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:117)
        at java.lang.Thread.run(Unknown Source)
Retrying after 10 seconds
Updating https://svn.apache.org/repos/asf/poi/trunk at revision 
'2021-04-15T17:54:44.504 -0700'
Workspace appear to be locked, so getting a fresh workspace
Cleaning local Directory .
Also:           Also:   java.nio.file.FileSystemException: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.8/ws/.svn\svn.207053eb-cb11-422e-bf77-70dd2ffc362d.tmp>:
 The process cannot access the file because it is being used by another process.

                        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)
        Also:   java.nio.file.FileSystemException: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.8/ws/.svn\svn.207053eb-cb11-422e-bf77-70dd2ffc362d.tmp>:
 The process cannot access the file because it is being used by another process.

                        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)
jenkins.util.io.CompositeIOException: Unable to remove file 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.8/ws/.svn\svn.207053eb-cb11-422e-bf77-70dd2ffc362d.tmp>
                at 
jenkins.util.io.PathRemover.removeOrMakeRemovableThenRemove(PathRemover.java:252)
                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)
Also:           Also:   java.nio.file.DirectoryNotEmptyException: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.8/ws/.svn>
                        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)
        Also:   java.nio.file.DirectoryNotEmptyException: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.8/ws/.svn>
                        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)
jenkins.util.io.CompositeIOException: Unable to remove directory 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.8/ws/.svn> with 
directory contents: 
[<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.8/ws/.svn\svn.207053eb-cb11-422e-bf77-70dd2ffc362d.tmp]>
                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)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to 
JNLP4-connect connection from 
static.83.58.9.5.clients.your-server.de/5.9.58.83:51993
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:1001)
                at hudson.FilePath.act(FilePath.java:1157)
                at hudson.FilePath.act(FilePath.java:1146)
                at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:936)
                at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:867)
                at hudson.scm.SCM.checkout(SCM.java:505)
                at 
hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:637)
                at 
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:509)
                at hudson.model.Run.execute(Run.java:1907)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
jenkins.util.io.CompositeIOException: Unable to delete 
'<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.8/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:262)
        at hudson.Util.deleteContentsRecursive(Util.java:251)
        at 
hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:90)
        at 
hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
        at 
hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
        at 
hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:185)
        at 
hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
        at 
hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1040)
        at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1016)
        at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:989)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3313)
        at hudson.remoting.UserRequest.perform(UserRequest.java:211)
        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:117)
        at java.lang.Thread.run(Unknown Source)
Retrying after 10 seconds
Checking out a fresh workspace because there's no workspace at 
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.8
Cleaning local Directory .
Also:           Also:   java.nio.file.FileSystemException: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.8/ws/.svn\svn.207053eb-cb11-422e-bf77-70dd2ffc362d.tmp>:
 The process cannot access the file because it is being used by another process.

                        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)
        Also:   java.nio.file.FileSystemException: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.8/ws/.svn\svn.207053eb-cb11-422e-bf77-70dd2ffc362d.tmp>:
 The process cannot access the file because it is being used by another process.

                        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)
jenkins.util.io.CompositeIOException: Unable to remove file 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.8/ws/.svn\svn.207053eb-cb11-422e-bf77-70dd2ffc362d.tmp>
                at 
jenkins.util.io.PathRemover.removeOrMakeRemovableThenRemove(PathRemover.java:252)
                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)
Also:           Also:   java.nio.file.DirectoryNotEmptyException: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.8/ws/.svn>
                        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)
        Also:   java.nio.file.DirectoryNotEmptyException: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.8/ws/.svn>
                        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)
jenkins.util.io.CompositeIOException: Unable to remove directory 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.8/ws/.svn> with 
directory contents: 
[<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.8/ws/.svn\svn.207053eb-cb11-422e-bf77-70dd2ffc362d.tmp]>
                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)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to 
JNLP4-connect connection from 
static.83.58.9.5.clients.your-server.de/5.9.58.83:51993
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:1001)
                at hudson.FilePath.act(FilePath.java:1157)
                at hudson.FilePath.act(FilePath.java:1146)
                at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:936)
                at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:867)
                at hudson.scm.SCM.checkout(SCM.java:505)
                at 
hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:637)
                at 
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:509)
                at hudson.model.Run.execute(Run.java:1907)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
jenkins.util.io.CompositeIOException: Unable to delete 
'<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.8/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:262)
        at hudson.Util.deleteContentsRecursive(Util.java:251)
        at 
hudson.scm.subversion.CheckoutUpdater$SubversionUpdateTask.perform(CheckoutUpdater.java:90)
        at 
hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
        at 
hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:176)
        at 
hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:132)
        at 
hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
        at 
hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1040)
        at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1016)
        at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:989)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3313)
        at hudson.remoting.UserRequest.perform(UserRequest.java:211)
        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:117)
        at java.lang.Thread.run(Unknown Source)
[SpotBugs] Skipping execution of recorder since overall result is 'FAILURE'
Archiving artifacts
Skipping publisher since build result is FAILURE
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files 
were found. Configuration error?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to