Skip to content

Console Output

20:28:40 [2022-01-20T20:28:40.857Z] The recommended git tool is: git
20:28:43 [2022-01-20T20:28:43.594Z] using credential docker-jenkins-github-credentials
20:28:43 [2022-01-20T20:28:43.602Z] Cloning the remote Git repository
20:28:43 [2022-01-20T20:28:43.602Z] Cloning with configured refspecs honoured and without tags
20:28:43 [2022-01-20T20:28:43.563Z] Cloning repository https://github.com/moby/moby.git
20:28:43 [2022-01-20T20:28:43.624Z]  > git init /home/ubuntu/workspace/moby_PR-43172 # timeout=10
20:28:43 [2022-01-20T20:28:43.829Z] Fetching upstream changes from https://github.com/moby/moby.git
20:28:43 [2022-01-20T20:28:43.829Z]  > git --version # timeout=10
20:28:43 [2022-01-20T20:28:43.854Z]  > git --version # 'git version 2.17.1'
20:28:43 [2022-01-20T20:28:43.855Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:28:43 [2022-01-20T20:28:43.856Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43172/head:refs/remotes/origin/PR-43172 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:29:05 [2022-01-20T20:29:05.729Z] Fetching without tags
20:29:06 [2022-01-20T20:29:06.128Z] Merging remotes/origin/master commit 6e05fa7076670a55d94c57578a3b0097f3ca4b53 into PR head commit 839e2ecc1bee37225c19e4b8025dc36f3d613e40
20:29:05 [2022-01-20T20:29:05.645Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:29:05 [2022-01-20T20:29:05.660Z]  > git config --add remote.origin.fetch +refs/pull/43172/head:refs/remotes/origin/PR-43172 # timeout=10
20:29:05 [2022-01-20T20:29:05.678Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:29:05 [2022-01-20T20:29:05.707Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:29:05 [2022-01-20T20:29:05.733Z] Fetching upstream changes from https://github.com/moby/moby.git
20:29:05 [2022-01-20T20:29:05.733Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:29:05 [2022-01-20T20:29:05.734Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43172/head:refs/remotes/origin/PR-43172 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:29:06 [2022-01-20T20:29:06.132Z]  > git config core.sparsecheckout # timeout=10
20:29:06 [2022-01-20T20:29:06.142Z]  > git checkout -f 839e2ecc1bee37225c19e4b8025dc36f3d613e40 # timeout=10
20:29:07 [2022-01-20T20:29:07.213Z] Merge succeeded, producing 839e2ecc1bee37225c19e4b8025dc36f3d613e40
20:29:07 [2022-01-20T20:29:07.214Z] Checking out Revision 839e2ecc1bee37225c19e4b8025dc36f3d613e40 (PR-43172)
20:29:07 [2022-01-20T20:29:07.087Z]  > git remote # timeout=10
20:29:07 [2022-01-20T20:29:07.116Z]  > git config --get remote.origin.url # timeout=10
20:29:07 [2022-01-20T20:29:07.129Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:29:07 [2022-01-20T20:29:07.160Z]  > git merge 6e05fa7076670a55d94c57578a3b0097f3ca4b53 # timeout=10
20:29:07 [2022-01-20T20:29:07.188Z]  > git rev-parse HEAD^{commit} # timeout=10
20:29:07 [2022-01-20T20:29:07.211Z]  > git config core.sparsecheckout # timeout=10
20:29:07 [2022-01-20T20:29:07.229Z]  > git checkout -f 839e2ecc1bee37225c19e4b8025dc36f3d613e40 # timeout=10
20:29:11 [2022-01-20T20:29:11.031Z] Commit message: "docs: remove HostConfig.LxcConf field from API docs"