[Qa-jenkins-scm] Build failed in Jenkins: janitor-setup-worker #162

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Tue Jun 23 03:18:29 BST 2020


See <https://jenkins.debian.net/job/janitor-setup-worker/162/display/redirect>

Changes:


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on osuosl-build167-amd64.debian.net (osuosl167 amd64) in workspace <https://jenkins.debian.net/job/janitor-setup-worker/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://salsa.debian.org/jelmer/debian-janitor
 > git init <https://jenkins.debian.net/job/janitor-setup-worker/ws/> # timeout=10
Fetching upstream changes from https://salsa.debian.org/jelmer/debian-janitor
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://salsa.debian.org/jelmer/debian-janitor +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://salsa.debian.org/jelmer/debian-janitor # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://salsa.debian.org/jelmer/debian-janitor # timeout=10
Fetching upstream changes from https://salsa.debian.org/jelmer/debian-janitor
 > git fetch --tags --force --progress -- https://salsa.debian.org/jelmer/debian-janitor +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ff1c385bd128622246a47d6e3d3e06afbb399ca6 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ff1c385bd128622246a47d6e3d3e06afbb399ca6 # timeout=10
Commit message: "Update breezy + dulwich."
 > git rev-list --no-walk 038ea7c8da286c1ab7f3a7d62d9a95fd0e899475 # 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.lintian-brush.url # timeout=10
 > git config -f .gitmodules --get submodule.lintian-brush.path # timeout=10
 > git config --get submodule.silver-platter.url # timeout=10
 > git config -f .gitmodules --get submodule.silver-platter.path # timeout=10
 > git config --get submodule.breezy-debian.url # timeout=10
 > git config -f .gitmodules --get submodule.breezy-debian.path # timeout=10
 > git config --get submodule.breezy.url # timeout=10
 > git config -f .gitmodules --get submodule.breezy.path # timeout=10
 > git config --get submodule.dulwich.url # timeout=10
 > git config -f .gitmodules --get submodule.dulwich.path # timeout=10
 > git config --get submodule.python-debian.url # timeout=10
 > git config -f .gitmodules --get submodule.python-debian.path # timeout=10
 > git submodule update --init --recursive lintian-brush # timeout=10
 > git submodule update --init --recursive silver-platter # timeout=10
 > git submodule update --init --recursive breezy-debian # timeout=10
 > git submodule update --init --recursive breezy # timeout=10
hudson.plugins.git.GitException: Command "git submodule update --init --recursive breezy" returned status code 1:
stdout: 
stderr: Cloning into '<https://jenkins.debian.net/job/janitor-setup-worker/ws/breezy'...>
fatal: remote error: upload-pack: not our ref c504772e6bd58b9298d794a24c5cd782bd918b85
fatal: the remote end hung up unexpectedly
Fetched in submodule path 'breezy', but it did not contain c504772e6bd58b9298d794a24c5cd782bd918b85. Direct fetching of that commit failed.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2430)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2044)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:81)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$7.lambda$execute$0(CliGitAPIImpl.java:1453)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at com.google.common.util.concurrent.MoreExecutors$SameThreadExecutorService.execute(MoreExecutors.java:253)
	at java.base/java.util.concurrent.ExecutorCompletionService.submit(ExecutorCompletionService.java:184)
	at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.submitRemainingCommand(GitCommandsExecutor.java:75)
	at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.invokeAll(GitCommandsExecutor.java:69)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to osuosl-build167-amd64.debian.net
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:998)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at jdk.internal.reflect.GeneratedMethodAccessor512.invoke(Unknown Source)
		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy81.execute(Unknown Source)
		at hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:159)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1245)
		at hudson.scm.SCM.checkout(SCM.java:505)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
		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:1880)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:428)
Caused: hudson.plugins.git.GitException
	at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.checkResult(GitCommandsExecutor.java:87)
	at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.invokeAll(GitCommandsExecutor.java:68)
	at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.invokeAll(GitCommandsExecutor.java:47)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$7.execute(CliGitAPIImpl.java:1456)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154)
	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.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused: java.io.IOException: Could not perform submodule update
	at hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:164)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1245)
	at hudson.scm.SCM.checkout(SCM.java:505)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
	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:1880)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:428)



More information about the Qa-jenkins-scm mailing list