Skip to content

Console Output

07:20:07 [2021-05-26T07:20:07.916Z] The recommended git tool is: git
07:20:11 [2021-05-26T07:20:11.650Z] using credential docker-jenkins-github-credentials
07:20:11 [2021-05-26T07:20:11.658Z] Cloning the remote Git repository
07:20:11 [2021-05-26T07:20:11.658Z] Cloning with configured refspecs honoured and without tags
07:20:11 [2021-05-26T07:20:11.691Z] Cloning repository https://github.com/moby/moby.git
07:20:11 [2021-05-26T07:20:11.772Z]  > git init /home/ubuntu/workspace/moby_PR-42421 # timeout=10
07:20:12 [2021-05-26T07:20:12.234Z] Fetching upstream changes from https://github.com/moby/moby.git
07:20:12 [2021-05-26T07:20:12.236Z]  > git --version # timeout=10
07:20:12 [2021-05-26T07:20:12.262Z]  > git --version # 'git version 2.17.1'
07:20:12 [2021-05-26T07:20:12.263Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:20:12 [2021-05-26T07:20:12.264Z]  > 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.500Z] Fetching without tags
07:20:34 [2021-05-26T07:20:34.801Z] Merging remotes/origin/20.10 commit 3db8385b187168d99680aa8b68ffb5020c606982 into PR head commit 003e3c0551518bc0a9be44be46f1eb96a351951b
07:20:35 [2021-05-26T07:20:35.730Z] Merge succeeded, producing 003e3c0551518bc0a9be44be46f1eb96a351951b
07:20:35 [2021-05-26T07:20:35.731Z] Checking out Revision 003e3c0551518bc0a9be44be46f1eb96a351951b (PR-42421)
07:20:34 [2021-05-26T07:20:34.404Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:20:34 [2021-05-26T07:20:34.425Z]  > 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.445Z]  > 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.471Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:20:34 [2021-05-26T07:20:34.504Z] Fetching upstream changes from https://github.com/moby/moby.git
07:20:34 [2021-05-26T07:20:34.504Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:20:34 [2021-05-26T07:20:34.506Z]  > 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.816Z]  > git config core.sparsecheckout # timeout=10
07:20:34 [2021-05-26T07:20:34.833Z]  > git checkout -f 003e3c0551518bc0a9be44be46f1eb96a351951b # timeout=10
07:20:35 [2021-05-26T07:20:35.614Z]  > git remote # timeout=10
07:20:35 [2021-05-26T07:20:35.640Z]  > git config --get remote.origin.url # timeout=10
07:20:35 [2021-05-26T07:20:35.669Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:20:35 [2021-05-26T07:20:35.670Z]  > git merge 3db8385b187168d99680aa8b68ffb5020c606982 # timeout=10
07:20:35 [2021-05-26T07:20:35.702Z]  > git rev-parse HEAD^{commit} # timeout=10
07:20:35 [2021-05-26T07:20:35.733Z]  > git config core.sparsecheckout # timeout=10
07:20:35 [2021-05-26T07:20:35.755Z]  > git checkout -f 003e3c0551518bc0a9be44be46f1eb96a351951b # timeout=10
07:20:40 [2021-05-26T07:20:40.382Z] Commit message: "pkg/signal: ignore SIGURG on all platforms"