EPICS Home

Experimental Physics and Industrial Control System


 
2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  <20222023  2024  2025  Index 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  <20222023  2024  2025 
<== Date ==> <== Thread ==>

Subject: epics-7.0 » linux64 - Build # 413 - Still Failing!
From: APS Jenkins via Core-talk <core-talk at aps.anl.gov>
To: core-talk at aps.anl.gov
Date: Mon, 1 Aug 2022 11:56:36 -0500 (CDT)

Build URL: https://jenkins.aps.anl.gov/job/epics-7.0/OS=linux64/413/

This job failed to build.

Started by upstream project "epics-7.0" build number 413
originally caused by:
 Started by user Andrew Johnson
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building on the built-in node in workspace /Jenkins/jenkins/jobs/epics-7.0/workspace/OS/linux64
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.launchpad.net/epics-base/
 > git init /Jenkins/jenkins/jobs/epics-7.0/workspace/OS/linux64 # timeout=10
Fetching upstream changes from https://git.launchpad.net/epics-base/
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
Setting http proxy: webproxy1.anl.gov:9091
 > git fetch --tags --progress https://git.launchpad.net/epics-base/ +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.launchpad.net/epics-base/ # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 007279cf2905cd006879b780a50faeb592d20cd9 (refs/remotes/origin/7.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 007279cf2905cd006879b780a50faeb592d20cd9 # timeout=10
Commit message: "Release notes updated"
 > git rev-list --no-walk 007279cf2905cd006879b780a50faeb592d20cd9 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
 > git submodule foreach --recursive git reset --hard # timeout=10
 > git submodule foreach git clean -fdx # timeout=10
 > git remote # timeout=10
 > git submodule init # timeout=10
 > git submodule sync # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git submodule init # timeout=10
 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
 > git config --get submodule.modules/pvData.url # timeout=10
 > git config -f .gitmodules --get submodule.modules/pvData.path # timeout=10
 > git config --get submodule.modules/pvAccess.url # timeout=10
 > git config -f .gitmodules --get submodule.modules/pvAccess.path # timeout=10
 > git config --get submodule.modules/normativeTypes.url # timeout=10
 > git config -f .gitmodules --get submodule.modules/normativeTypes.path # timeout=10
 > git config --get submodule.modules/pvaClient.url # timeout=10
 > git config -f .gitmodules --get submodule.modules/pvaClient.path # timeout=10
 > git config --get submodule.modules/pvDatabase.url # timeout=10
 > git config -f .gitmodules --get submodule.modules/pvDatabase.path # timeout=10
 > git config --get submodule.modules/pva2pva.url # timeout=10
 > git config -f .gitmodules --get submodule.modules/pva2pva.path # timeout=10
 > git config --get submodule..ci.url # timeout=10
 > git config -f .gitmodules --get submodule..ci.path # timeout=10
Setting http proxy: webproxy1.anl.gov:9091
 > git submodule update modules/pvData # timeout=10
Setting http proxy: webproxy1.anl.gov:9091
 > git submodule update modules/pvAccess # timeout=10
Setting http proxy: webproxy1.anl.gov:9091
 > git submodule update modules/normativeTypes # timeout=10
Setting http proxy: webproxy1.anl.gov:9091
 > git submodule update modules/pvaClient # timeout=10
Setting http proxy: webproxy1.anl.gov:9091
 > git submodule update modules/pvDatabase # timeout=10
Setting http proxy: webproxy1.anl.gov:9091
 > git submodule update modules/pva2pva # timeout=10
Setting http proxy: webproxy1.anl.gov:9091
 > git submodule update .ci # timeout=10
hudson.plugins.git.GitException: Command "git submodule update .ci" returned status code 1:
stdout: Cloning into '.ci'...

stderr: fatal: reference is not a tree: 8a2666a9deeb6c618bcc73ba80f1a83a878c7a84
Unable to checkout '8a2666a9deeb6c618bcc73ba80f1a83a878c7a84' in submodule path '.ci'

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2671)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2096)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:84)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$7.lambda$execute$0(CliGitAPIImpl.java:1505)
	at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:131)
	at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:74)
	at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:82)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at com.google.common.util.concurrent.MoreExecutors$DirectExecutorService.execute(MoreExecutors.java:323)
	at java.util.concurrent.ExecutorCompletionService.submit(ExecutorCompletionService.java:181)
	at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.submitRemainingCommand(GitCommandsExecutor.java:98)
	at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.invokeAll(GitCommandsExecutor.java:92)
Caused: hudson.plugins.git.GitException
	at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.checkResult(GitCommandsExecutor.java:110)
	at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.invokeAll(GitCommandsExecutor.java:91)
	at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.invokeAll(GitCommandsExecutor.java:49)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$7.execute(CliGitAPIImpl.java:1508)
	at hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:160)
Caused: java.io.IOException: Could not perform submodule update
	at hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:165)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1393)
	at hudson.scm.SCM.checkout(SCM.java:540)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1217)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:647)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:519)
	at hudson.model.Run.execute(Run.java:1897)
	at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
TAP Reports Processing: START
Looking for TAP results report in workspace using pattern: **/O.*/*.tap
Did not find any matching files.
Notifying upstream projects of job completion
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Sending email to: core-talk at aps.anl.gov

Replies:
epics-base/.ci submodule problem Andrew Johnson via Core-talk
epics-7.0 » linux64 - Build # 414 - Still Failing! APS Jenkins via Core-talk
References:
epics-7.0 » linux64 - Build # 412 - Failure! APS Jenkins via Core-talk

Navigate by Date:
Prev: epics-7.0 » mac - Build # 412 - Failure! APS Jenkins via Core-talk
Next: epics-7.0 » linux32 - Build # 413 - Still Failing! APS Jenkins via Core-talk
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  <20222023  2024  2025 
Navigate by Thread:
Prev: epics-7.0 » linux64 - Build # 412 - Failure! APS Jenkins via Core-talk
Next: epics-base/.ci submodule problem Andrew Johnson via Core-talk
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  <20222023  2024  2025