Skip to content

Console Output

07:20:07 [2021-05-26T07:20:07.820Z] The recommended git tool is: git
07:20:12 [2021-05-26T07:20:12.107Z] using credential docker-jenkins-github-credentials
07:20:12 [2021-05-26T07:20:12.114Z] Cloning the remote Git repository
07:20:12 [2021-05-26T07:20:12.114Z] Cloning with configured refspecs honoured and without tags
07:20:12 [2021-05-26T07:20:12.136Z] Cloning repository https://github.com/moby/moby.git
07:20:12 [2021-05-26T07:20:12.211Z]  > git init /home/ubuntu/workspace/moby_PR-42421 # timeout=10
07:20:12 [2021-05-26T07:20:12.469Z] Fetching upstream changes from https://github.com/moby/moby.git
07:20:12 [2021-05-26T07:20:12.469Z]  > git --version # timeout=10
07:20:12 [2021-05-26T07:20:12.517Z]  > git --version # 'git version 2.25.1'
07:20:12 [2021-05-26T07:20:12.518Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:20:12 [2021-05-26T07:20:12.521Z]  > 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:32 [2021-05-26T07:20:32.027Z] Fetching without tags
07:20:32 [2021-05-26T07:20:32.396Z] Merging remotes/origin/20.10 commit 3db8385b187168d99680aa8b68ffb5020c606982 into PR head commit 003e3c0551518bc0a9be44be46f1eb96a351951b
07:20:33 [2021-05-26T07:20:33.340Z] Merge succeeded, producing 003e3c0551518bc0a9be44be46f1eb96a351951b
07:20:33 [2021-05-26T07:20:33.340Z] Checking out Revision 003e3c0551518bc0a9be44be46f1eb96a351951b (PR-42421)
07:20:31 [2021-05-26T07:20:31.923Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:20:31 [2021-05-26T07:20:31.945Z]  > git config --add remote.origin.fetch +refs/pull/42421/head:refs/remotes/origin/PR-42421 # timeout=10
07:20:31 [2021-05-26T07:20:31.967Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
07:20:31 [2021-05-26T07:20:31.986Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:20:32 [2021-05-26T07:20:32.032Z] Fetching upstream changes from https://github.com/moby/moby.git
07:20:32 [2021-05-26T07:20:32.032Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:20:32 [2021-05-26T07:20:32.033Z]  > 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:32 [2021-05-26T07:20:32.403Z]  > git config core.sparsecheckout # timeout=10
07:20:32 [2021-05-26T07:20:32.425Z]  > git checkout -f 003e3c0551518bc0a9be44be46f1eb96a351951b # timeout=10
07:20:33 [2021-05-26T07:20:33.265Z]  > git remote # timeout=10
07:20:33 [2021-05-26T07:20:33.285Z]  > git config --get remote.origin.url # timeout=10
07:20:33 [2021-05-26T07:20:33.300Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:20:33 [2021-05-26T07:20:33.302Z]  > git merge 3db8385b187168d99680aa8b68ffb5020c606982 # timeout=10
07:20:33 [2021-05-26T07:20:33.320Z]  > git rev-parse HEAD^{commit} # timeout=10
07:20:33 [2021-05-26T07:20:33.342Z]  > git config core.sparsecheckout # timeout=10
07:20:33 [2021-05-26T07:20:33.352Z]  > git checkout -f 003e3c0551518bc0a9be44be46f1eb96a351951b # timeout=10
07:20:37 [2021-05-26T07:20:37.132Z] Commit message: "pkg/signal: ignore SIGURG on all platforms"