Skip to content

Console Output

07:20:24 [2021-05-26T07:20:24.631Z] The recommended git tool is: git
07:20:29 [2021-05-26T07:20:29.393Z] using credential docker-jenkins-github-credentials
07:20:29 [2021-05-26T07:20:29.400Z] Cloning the remote Git repository
07:20:29 [2021-05-26T07:20:29.401Z] Cloning with configured refspecs honoured and without tags
07:20:29 [2021-05-26T07:20:29.434Z] Cloning repository https://github.com/moby/moby.git
07:20:29 [2021-05-26T07:20:29.503Z]  > git init /home/ubuntu/workspace/moby_PR-42421 # timeout=10
07:20:30 [2021-05-26T07:20:30.272Z] Fetching upstream changes from https://github.com/moby/moby.git
07:20:30 [2021-05-26T07:20:30.273Z]  > git --version # timeout=10
07:20:30 [2021-05-26T07:20:30.284Z]  > git --version # 'git version 2.25.1'
07:20:30 [2021-05-26T07:20:30.284Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:20:30 [2021-05-26T07:20:30.363Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42421/head:refs/remotes/origin/PR-42421 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
07:20:50 [2021-05-26T07:20:50.298Z] Fetching without tags
07:20:50 [2021-05-26T07:20:50.636Z] Merging remotes/origin/20.10 commit 3db8385b187168d99680aa8b68ffb5020c606982 into PR head commit 003e3c0551518bc0a9be44be46f1eb96a351951b
07:20:50 [2021-05-26T07:20:50.242Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:20:50 [2021-05-26T07:20:50.249Z]  > git config --add remote.origin.fetch +refs/pull/42421/head:refs/remotes/origin/PR-42421 # timeout=10
07:20:50 [2021-05-26T07:20:50.270Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
07:20:50 [2021-05-26T07:20:50.286Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:20:50 [2021-05-26T07:20:50.304Z] Fetching upstream changes from https://github.com/moby/moby.git
07:20:50 [2021-05-26T07:20:50.304Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:20:50 [2021-05-26T07:20:50.307Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42421/head:refs/remotes/origin/PR-42421 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
07:20:50 [2021-05-26T07:20:50.646Z]  > git config core.sparsecheckout # timeout=10
07:20:50 [2021-05-26T07:20:50.664Z]  > git checkout -f 003e3c0551518bc0a9be44be46f1eb96a351951b # timeout=10
07:20:51 [2021-05-26T07:20:51.732Z] Merge succeeded, producing 003e3c0551518bc0a9be44be46f1eb96a351951b
07:20:51 [2021-05-26T07:20:51.732Z] Checking out Revision 003e3c0551518bc0a9be44be46f1eb96a351951b (PR-42421)
07:20:51 [2021-05-26T07:20:51.690Z]  > git remote # timeout=10
07:20:51 [2021-05-26T07:20:51.696Z]  > git config --get remote.origin.url # timeout=10
07:20:51 [2021-05-26T07:20:51.701Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:20:51 [2021-05-26T07:20:51.703Z]  > git merge 3db8385b187168d99680aa8b68ffb5020c606982 # timeout=10
07:20:51 [2021-05-26T07:20:51.723Z]  > git rev-parse HEAD^{commit} # timeout=10
07:20:51 [2021-05-26T07:20:51.736Z]  > git config core.sparsecheckout # timeout=10
07:20:51 [2021-05-26T07:20:51.751Z]  > git checkout -f 003e3c0551518bc0a9be44be46f1eb96a351951b # timeout=10
07:20:56 [2021-05-26T07:20:56.347Z] Commit message: "pkg/signal: ignore SIGURG on all platforms"