Skip to content

Console Output

20:29:41 [2022-01-20T20:29:41.512Z] The recommended git tool is: git
20:29:45 [2022-01-20T20:29:45.001Z] using credential docker-jenkins-github-credentials
20:29:45 [2022-01-20T20:29:45.011Z] Cloning the remote Git repository
20:29:45 [2022-01-20T20:29:45.011Z] Cloning with configured refspecs honoured and without tags
20:29:45 [2022-01-20T20:29:45.029Z] Cloning repository https://github.com/moby/moby.git
20:29:45 [2022-01-20T20:29:45.087Z]  > git init /home/ubuntu/workspace/moby_PR-43172 # timeout=10
20:29:45 [2022-01-20T20:29:45.500Z] Fetching upstream changes from https://github.com/moby/moby.git
20:29:45 [2022-01-20T20:29:45.500Z]  > git --version # timeout=10
20:29:45 [2022-01-20T20:29:45.515Z]  > git --version # 'git version 2.25.1'
20:29:45 [2022-01-20T20:29:45.516Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:29:45 [2022-01-20T20:29:45.524Z]  > git fetch --no-tags --force --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:30:04 [2022-01-20T20:30:04.882Z] Fetching without tags
20:30:05 [2022-01-20T20:30:05.154Z] Merging remotes/origin/master commit 6e05fa7076670a55d94c57578a3b0097f3ca4b53 into PR head commit 839e2ecc1bee37225c19e4b8025dc36f3d613e40
20:30:05 [2022-01-20T20:30:05.784Z] Merge succeeded, producing 839e2ecc1bee37225c19e4b8025dc36f3d613e40
20:30:05 [2022-01-20T20:30:05.784Z] Checking out Revision 839e2ecc1bee37225c19e4b8025dc36f3d613e40 (PR-43172)
20:30:04 [2022-01-20T20:30:04.853Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:30:04 [2022-01-20T20:30:04.859Z]  > git config --add remote.origin.fetch +refs/pull/43172/head:refs/remotes/origin/PR-43172 # timeout=10
20:30:04 [2022-01-20T20:30:04.864Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:30:04 [2022-01-20T20:30:04.874Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:30:04 [2022-01-20T20:30:04.885Z] Fetching upstream changes from https://github.com/moby/moby.git
20:30:04 [2022-01-20T20:30:04.886Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:30:04 [2022-01-20T20:30:04.887Z]  > git fetch --no-tags --force --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:30:05 [2022-01-20T20:30:05.160Z]  > git config core.sparsecheckout # timeout=10
20:30:05 [2022-01-20T20:30:05.172Z]  > git checkout -f 839e2ecc1bee37225c19e4b8025dc36f3d613e40 # timeout=10
20:30:05 [2022-01-20T20:30:05.731Z]  > git remote # timeout=10
20:30:05 [2022-01-20T20:30:05.741Z]  > git config --get remote.origin.url # timeout=10
20:30:05 [2022-01-20T20:30:05.746Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:30:05 [2022-01-20T20:30:05.747Z]  > git merge 6e05fa7076670a55d94c57578a3b0097f3ca4b53 # timeout=10
20:30:05 [2022-01-20T20:30:05.777Z]  > git rev-parse HEAD^{commit} # timeout=10
20:30:05 [2022-01-20T20:30:05.786Z]  > git config core.sparsecheckout # timeout=10
20:30:05 [2022-01-20T20:30:05.791Z]  > git checkout -f 839e2ecc1bee37225c19e4b8025dc36f3d613e40 # timeout=10
20:30:10 [2022-01-20T20:30:10.007Z] Commit message: "docs: remove HostConfig.LxcConf field from API docs"