Skip to content

Console Output

20:28:41 [2022-01-20T20:28:41.046Z] The recommended git tool is: git
20:28:43 [2022-01-20T20:28:43.712Z] using credential docker-jenkins-github-credentials
20:28:43 [2022-01-20T20:28:43.721Z] Cloning the remote Git repository
20:28:43 [2022-01-20T20:28:43.721Z] Cloning with configured refspecs honoured and without tags
20:28:43 [2022-01-20T20:28:43.740Z] Cloning repository https://github.com/moby/moby.git
20:28:43 [2022-01-20T20:28:43.797Z]  > git init /home/ubuntu/workspace/moby_PR-43172 # timeout=10
20:28:43 [2022-01-20T20:28:43.999Z] Fetching upstream changes from https://github.com/moby/moby.git
20:28:44 [2022-01-20T20:28:44.000Z]  > git --version # timeout=10
20:28:44 [2022-01-20T20:28:44.037Z]  > git --version # 'git version 2.17.1'
20:28:44 [2022-01-20T20:28:44.038Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:28:44 [2022-01-20T20:28:44.039Z]  > 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.903Z] Fetching without tags
20:29:06 [2022-01-20T20:29:06.802Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:29:06 [2022-01-20T20:29:06.815Z]  > git config --add remote.origin.fetch +refs/pull/43172/head:refs/remotes/origin/PR-43172 # timeout=10
20:29:06 [2022-01-20T20:29:06.839Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:29:06 [2022-01-20T20:29:06.873Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:29:06 [2022-01-20T20:29:06.907Z] Fetching upstream changes from https://github.com/moby/moby.git
20:29:06 [2022-01-20T20:29:06.908Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:29:06 [2022-01-20T20:29:06.921Z]  > 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:07 [2022-01-20T20:29:07.301Z] Merging remotes/origin/master commit 6e05fa7076670a55d94c57578a3b0097f3ca4b53 into PR head commit 839e2ecc1bee37225c19e4b8025dc36f3d613e40
20:29:08 [2022-01-20T20:29:08.264Z] Merge succeeded, producing 839e2ecc1bee37225c19e4b8025dc36f3d613e40
20:29:08 [2022-01-20T20:29:08.264Z] Checking out Revision 839e2ecc1bee37225c19e4b8025dc36f3d613e40 (PR-43172)
20:29:07 [2022-01-20T20:29:07.307Z]  > git config core.sparsecheckout # timeout=10
20:29:07 [2022-01-20T20:29:07.333Z]  > git checkout -f 839e2ecc1bee37225c19e4b8025dc36f3d613e40 # timeout=10
20:29:08 [2022-01-20T20:29:08.150Z]  > git remote # timeout=10
20:29:08 [2022-01-20T20:29:08.177Z]  > git config --get remote.origin.url # timeout=10
20:29:08 [2022-01-20T20:29:08.188Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:29:08 [2022-01-20T20:29:08.242Z]  > git merge 6e05fa7076670a55d94c57578a3b0097f3ca4b53 # timeout=10
20:29:08 [2022-01-20T20:29:08.251Z]  > git rev-parse HEAD^{commit} # timeout=10
20:29:08 [2022-01-20T20:29:08.267Z]  > git config core.sparsecheckout # timeout=10
20:29:08 [2022-01-20T20:29:08.283Z]  > git checkout -f 839e2ecc1bee37225c19e4b8025dc36f3d613e40 # timeout=10
20:29:12 [2022-01-20T20:29:12.241Z] Commit message: "docs: remove HostConfig.LxcConf field from API docs"