Skip to content

Console Output

07:20:07 [2021-05-26T07:20:07.708Z] The recommended git tool is: git
07:20:11 [2021-05-26T07:20:11.062Z] using credential docker-jenkins-github-credentials
07:20:11 [2021-05-26T07:20:11.075Z] Cloning the remote Git repository
07:20:11 [2021-05-26T07:20:11.075Z] Cloning with configured refspecs honoured and without tags
07:20:11 [2021-05-26T07:20:11.104Z] Cloning repository https://github.com/moby/moby.git
07:20:11 [2021-05-26T07:20:11.183Z]  > git init /home/ubuntu/workspace/moby_PR-42421 # timeout=10
07:20:11 [2021-05-26T07:20:11.559Z] Fetching upstream changes from https://github.com/moby/moby.git
07:20:11 [2021-05-26T07:20:11.559Z]  > git --version # timeout=10
07:20:11 [2021-05-26T07:20:11.625Z]  > git --version # 'git version 2.17.1'
07:20:11 [2021-05-26T07:20:11.626Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:20:11 [2021-05-26T07:20:11.631Z]  > git fetch --no-tags --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:34 [2021-05-26T07:20:34.726Z] Fetching without tags
07:20:35 [2021-05-26T07:20:35.070Z] Merging remotes/origin/20.10 commit 3db8385b187168d99680aa8b68ffb5020c606982 into PR head commit 003e3c0551518bc0a9be44be46f1eb96a351951b
07:20:35 [2021-05-26T07:20:35.967Z] Merge succeeded, producing 003e3c0551518bc0a9be44be46f1eb96a351951b
07:20:35 [2021-05-26T07:20:35.967Z] Checking out Revision 003e3c0551518bc0a9be44be46f1eb96a351951b (PR-42421)
07:20:34 [2021-05-26T07:20:34.614Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:20:34 [2021-05-26T07:20:34.628Z]  > git config --add remote.origin.fetch +refs/pull/42421/head:refs/remotes/origin/PR-42421 # timeout=10
07:20:34 [2021-05-26T07:20:34.665Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
07:20:34 [2021-05-26T07:20:34.694Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:20:34 [2021-05-26T07:20:34.731Z] Fetching upstream changes from https://github.com/moby/moby.git
07:20:34 [2021-05-26T07:20:34.731Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:20:34 [2021-05-26T07:20:34.732Z]  > git fetch --no-tags --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:35 [2021-05-26T07:20:35.080Z]  > git config core.sparsecheckout # timeout=10
07:20:35 [2021-05-26T07:20:35.114Z]  > git checkout -f 003e3c0551518bc0a9be44be46f1eb96a351951b # timeout=10
07:20:35 [2021-05-26T07:20:35.864Z]  > git remote # timeout=10
07:20:35 [2021-05-26T07:20:35.890Z]  > git config --get remote.origin.url # timeout=10
07:20:35 [2021-05-26T07:20:35.920Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:20:35 [2021-05-26T07:20:35.921Z]  > git merge 3db8385b187168d99680aa8b68ffb5020c606982 # timeout=10
07:20:35 [2021-05-26T07:20:35.946Z]  > git rev-parse HEAD^{commit} # timeout=10
07:20:35 [2021-05-26T07:20:35.970Z]  > git config core.sparsecheckout # timeout=10
07:20:35 [2021-05-26T07:20:35.994Z]  > git checkout -f 003e3c0551518bc0a9be44be46f1eb96a351951b # timeout=10
07:20:40 [2021-05-26T07:20:40.608Z] Commit message: "pkg/signal: ignore SIGURG on all platforms"