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 #78
From: APS Jenkins via Core-talk <[email protected]>
To: [email protected]
Date: Fri, 30 Nov 2018 10:07:34 -0600 (CST)
See <https://jenkins.aps.anl.gov/job/epics-7.0-windows/LIBRARIES=STATIC,OS=win64/78/display/redirect>

------------------------------------------
Started by upstream project "epics-7.0-windows" build number 78
originally caused by:
 Started by an SCM change
[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/>
 > C:/Program Files/Git/cmd/git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > C:/Program Files/Git/cmd/git.exe config remote.origin.url https://git.launchpad.net/epics-base/ # timeout=10
Fetching upstream changes from https://git.launchpad.net/epics-base/
 > C:/Program Files/Git/cmd/git.exe --version # timeout=10
Setting http proxy: webproxy1.anl.gov:9091
 > C:/Program Files/Git/cmd/git.exe fetch --tags --progress https://git.launchpad.net/epics-base/ +refs/heads/*:refs/remotes/origin/*
Checking out Revision 0649a2f13f1c1f6d09f03cf7cbdcaf21b2637df6 (refs/remotes/origin/7.0)
 > C:/Program Files/Git/cmd/git.exe config core.sparsecheckout # timeout=10
 > C:/Program Files/Git/cmd/git.exe checkout -f 0649a2f13f1c1f6d09f03cf7cbdcaf21b2637df6
Commit message: "configure: silence tr1 namespace deprecation warnings on MSVC"
 > C:/Program Files/Git/cmd/git.exe rev-list --no-walk 5e10b98a995af6f559c50c6b8950131cb47e1195 # timeout=10
Cleaning workspace
 > C:/Program Files/Git/cmd/git.exe rev-parse --verify HEAD # timeout=10
Resetting working tree
 > C:/Program Files/Git/cmd/git.exe reset --hard # timeout=10
 > C:/Program Files/Git/cmd/git.exe clean -fdx # timeout=10
FATAL: Command "C:/Program Files/Git/cmd/git.exe clean -fdx" returned status code 1:
stdout: 
stderr: warning: failed to remove bin/windows-x64-static/caRepeater.exe: Invalid argument
warning: failed to remove modules/database/test/std/rec/O.windows-x64-static/: Permission denied

Also:   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 hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
		at com.sun.proxy.$Proxy95.clean(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:450)
		at hudson.plugins.git.extensions.impl.CleanCheckout.onCheckoutCompleted(CleanCheckout.java:30)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1264)
		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:1819)
		at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
hudson.plugins.git.GitException: Command "C:/Program Files/Git/cmd/git.exe clean -fdx" returned status code 1:
stdout: 
stderr: warning: failed to remove bin/windows-x64-static/caRepeater.exe: Invalid argument
warning: failed to remove modules/database/test/std/rec/O.windows-x64-static/: Permission denied

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2016)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1984)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1980)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1612)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1624)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:802)
	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:922)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:896)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:853)
	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)
[WARNINGS] Skipping publisher since build result is FAILURE

Replies:
Build failed in Jenkins: epics-7.0-windows » STATIC,win64 #80 APS Jenkins via Core-talk
References:
Build failed in Jenkins: epics-7.0-windows » STATIC,win64 #77 APS Jenkins via Core-talk

Navigate by Date:
Prev: Build failed in Jenkins: epics-7.0-windows » DLL, win64 #77 APS Jenkins via Core-talk
Next: Jenkins build is back to normal : epics-7.0-windows » DLL,win64 #78 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 #77 APS Jenkins via Core-talk
Next: Build failed in Jenkins: epics-7.0-windows » STATIC,win64 #80 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, 10 Dec 2018 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·