Skip to content

Console Output

20:03:40 [2022-09-07T20:03:40.680Z] The recommended git tool is: git
20:03:43 [2022-09-07T20:03:43.561Z] using credential docker-jenkins-github-credentials
20:03:43 [2022-09-07T20:03:43.571Z] Cloning the remote Git repository
20:03:43 [2022-09-07T20:03:43.571Z] Cloning with configured refspecs honoured and without tags
20:03:43 [2022-09-07T20:03:43.742Z] Cloning repository https://github.com/moby/moby.git
20:03:43 [2022-09-07T20:03:43.792Z]  > git init /home/ubuntu/workspace/moby_PR-43973 # timeout=10
20:03:44 [2022-09-07T20:03:44.078Z] Fetching upstream changes from https://github.com/moby/moby.git
20:03:44 [2022-09-07T20:03:44.078Z]  > git --version # timeout=10
20:03:44 [2022-09-07T20:03:44.105Z]  > git --version # 'git version 2.17.1'
20:03:44 [2022-09-07T20:03:44.106Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:03:44 [2022-09-07T20:03:44.109Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43973/head:refs/remotes/origin/PR-43973 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:04:06 [2022-09-07T20:04:06.621Z] Fetching without tags
20:04:06 [2022-09-07T20:04:06.545Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:04:06 [2022-09-07T20:04:06.562Z]  > git config --add remote.origin.fetch +refs/pull/43973/head:refs/remotes/origin/PR-43973 # timeout=10
20:04:06 [2022-09-07T20:04:06.592Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:04:06 [2022-09-07T20:04:06.620Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:04:06 [2022-09-07T20:04:06.653Z] Fetching upstream changes from https://github.com/moby/moby.git
20:04:06 [2022-09-07T20:04:06.653Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:04:06 [2022-09-07T20:04:06.654Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43973/head:refs/remotes/origin/PR-43973 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:04:07 [2022-09-07T20:04:07.088Z] Merging remotes/origin/master commit f3e6b7065ae54fa649bddfb4e9bd034125efe3d9 into PR head commit 4dd86a0b33b246d57507214cb5974e5359552f26
20:04:08 [2022-09-07T20:04:08.157Z] Merge succeeded, producing 4dd86a0b33b246d57507214cb5974e5359552f26
20:04:08 [2022-09-07T20:04:08.157Z] Checking out Revision 4dd86a0b33b246d57507214cb5974e5359552f26 (PR-43973)
20:04:07 [2022-09-07T20:04:07.129Z]  > git config core.sparsecheckout # timeout=10
20:04:07 [2022-09-07T20:04:07.156Z]  > git checkout -f 4dd86a0b33b246d57507214cb5974e5359552f26 # timeout=10
20:04:08 [2022-09-07T20:04:08.066Z]  > git remote # timeout=10
20:04:08 [2022-09-07T20:04:08.096Z]  > git config --get remote.origin.url # timeout=10
20:04:08 [2022-09-07T20:04:08.120Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:04:08 [2022-09-07T20:04:08.121Z]  > git merge f3e6b7065ae54fa649bddfb4e9bd034125efe3d9 # timeout=10
20:04:08 [2022-09-07T20:04:08.154Z]  > git rev-parse HEAD^{commit} # timeout=10
20:04:08 [2022-09-07T20:04:08.184Z]  > git config core.sparsecheckout # timeout=10
20:04:08 [2022-09-07T20:04:08.208Z]  > git checkout -f 4dd86a0b33b246d57507214cb5974e5359552f26 # timeout=10
20:04:12 [2022-09-07T20:04:12.326Z] Commit message: "containerd-integration: prefer error over panic where possible"