EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  <20182019  2020  2021  2022  2023  2024  Index 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  <20182019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Build failed in Jenkins: epics-7.0-windows » STATIC,win64 #82
From: APS Jenkins via Core-talk <[email protected]>
To: [email protected]
Date: Wed, 12 Dec 2018 16:06:11 -0600 (CST)
See <https://jenkins.aps.anl.gov/job/epics-7.0-windows/LIBRARIES=STATIC,OS=win64/82/display/redirect>

------------------------------------------
Started by upstream project "epics-7.0-windows" build number 82
originally caused by:
 Started by user Andrew Johnson
[EnvInject] - Loading node environment variables.
Building remotely on win64-1 (win64) in workspace <https://jenkins.aps.anl.gov/job/epics-7.0-windows/LIBRARIES=STATIC,OS=win64/ws/>
Cloning the remote Git repository
Cloning repository https://git.launchpad.net/epics-base/
ERROR: Failed to clean the workspace
java.io.IOException: Unable to delete 'C:\jenkins\win64-1\workspace\epics-7.0-windows\LIBRARIES\STATIC\OS\win64'. Tried 3 times (of a maximum of 3) waiting 0.1 sec between attempts.
	at hudson.Util.deleteContentsRecursive(Util.java:257)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:570)
	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:207)
	at hudson.remoting.UserRequest.perform(UserRequest.java:53)
	at hudson.remoting.Request$2.run(Request.java:358)
	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 java.lang.Thread.run(Unknown Source)
Caused by: java.nio.file.AccessDeniedException: C:\jenkins\win64-1\workspace\epics-7.0-windows\LIBRARIES\STATIC\OS\win64\bin\windows-x64-static\caRepeater.exe
	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 hudson.Util.tryOnceDeleteFile(Util.java:316)
	at hudson.Util.tryOnceDeleteRecursive(Util.java:388)
	at hudson.Util.tryOnceDeleteContentsRecursive(Util.java:407)
	at hudson.Util.tryOnceDeleteRecursive(Util.java:387)
	at hudson.Util.tryOnceDeleteContentsRecursive(Util.java:407)
	at hudson.Util.tryOnceDeleteRecursive(Util.java:387)
	at hudson.Util.tryOnceDeleteContentsRecursive(Util.java:407)
	at hudson.Util.deleteContentsRecursive(Util.java:252)
	... 11 more
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Failed to delete workspace
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:573)
	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:207)
	at hudson.remoting.UserRequest.perform(UserRequest.java:53)
	at hudson.remoting.Request$2.run(Request.java:358)
	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 java.lang.Thread.run(Unknown Source)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to win64-1
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserResponse.retrieve(UserRequest.java:389)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
		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.$Proxy126.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1146)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1810)
		at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused by: java.io.IOException: Unable to delete 'C:\jenkins\win64-1\workspace\epics-7.0-windows\LIBRARIES\STATIC\OS\win64'. Tried 3 times (of a maximum of 3) waiting 0.1 sec between attempts.
	at hudson.Util.deleteContentsRecursive(Util.java:257)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:570)
	... 10 more
Caused by: java.nio.file.AccessDeniedException: C:\jenkins\win64-1\workspace\epics-7.0-windows\LIBRARIES\STATIC\OS\win64\bin\windows-x64-static\caRepeater.exe
	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 hudson.Util.tryOnceDeleteFile(Util.java:316)
	at hudson.Util.tryOnceDeleteRecursive(Util.java:388)
	at hudson.Util.tryOnceDeleteContentsRecursive(Util.java:407)
	at hudson.Util.tryOnceDeleteRecursive(Util.java:387)
	at hudson.Util.tryOnceDeleteContentsRecursive(Util.java:407)
	at hudson.Util.tryOnceDeleteRecursive(Util.java:387)
	at hudson.Util.tryOnceDeleteContentsRecursive(Util.java:407)
	at hudson.Util.deleteContentsRecursive(Util.java:252)
	... 11 more
ERROR: Error cloning remote repo 'origin'
[WARNINGS] Skipping publisher since build result is FAILURE

Replies:
Jenkins build is back to normal : epics-7.0-windows » STATIC,win64 #83 APS Jenkins via Core-talk
References:
Build failed in Jenkins: epics-7.0-windows » STATIC,win64 #81 APS Jenkins via Core-talk

Navigate by Date:
Prev: Jenkins build is back to stable : epics-7.0 » linux64 #89 APS Jenkins via Core-talk
Next: Build failed in Jenkins: epics-7.0-windows » DLL, win32 #83 APS Jenkins via Core-talk
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  <20182019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Build failed in Jenkins: epics-7.0-windows » STATIC,win64 #81 APS Jenkins via Core-talk
Next: Jenkins build is back to normal : epics-7.0-windows » STATIC,win64 #83 APS Jenkins via Core-talk
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  <20182019  2020  2021  2022  2023  2024 
ANJ, 12 Dec 2018 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·