Skip to content

Console Output

18:17:46 [2021-07-03T18:17:46.889Z] The recommended git tool is: git
18:17:47 [2021-07-03T18:17:47.096Z] using credential docker-jenkins-github-credentials
18:17:47 [2021-07-03T18:17:47.169Z] Cloning the remote Git repository
18:17:47 [2021-07-03T18:17:47.169Z] Cloning with configured refspecs honoured and without tags
18:17:47 [2021-07-03T18:17:47.201Z] Cloning repository https://github.com/moby/moby.git
18:17:47 [2021-07-03T18:17:47.201Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
18:17:47 [2021-07-03T18:17:47.547Z] Fetching upstream changes from https://github.com/moby/moby.git
18:17:47 [2021-07-03T18:17:47.547Z]  > git --version # timeout=10
18:17:47 [2021-07-03T18:17:47.592Z]  > git --version # 'git version 2.24.1.windows.2'
18:17:47 [2021-07-03T18:17:47.593Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:17:47 [2021-07-03T18:17:47.595Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42063/head:refs/remotes/origin/PR-42063 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:18:00 [2021-07-03T18:18:00.575Z] Fetching without tags
18:18:00 [2021-07-03T18:18:00.293Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:18:00 [2021-07-03T18:18:00.336Z]  > git config --add remote.origin.fetch +refs/pull/42063/head:refs/remotes/origin/PR-42063 # timeout=10
18:18:00 [2021-07-03T18:18:00.380Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
18:18:00 [2021-07-03T18:18:00.494Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:18:00 [2021-07-03T18:18:00.607Z] Fetching upstream changes from https://github.com/moby/moby.git
18:18:00 [2021-07-03T18:18:00.608Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:18:00 [2021-07-03T18:18:00.610Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42063/head:refs/remotes/origin/PR-42063 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:18:01 [2021-07-03T18:18:01.424Z] Merging remotes/origin/master commit 3f53b2ef7fab1e72a0368ab53c4ed993f0f5653f into PR head commit 477244cca51173426779c67024411d6e6a709bc9
18:18:01 [2021-07-03T18:18:01.457Z]  > git config core.sparsecheckout # timeout=10
18:18:01 [2021-07-03T18:18:01.500Z]  > git checkout -f 477244cca51173426779c67024411d6e6a709bc9 # timeout=10
18:18:04 [2021-07-03T18:18:04.217Z] Merge succeeded, producing 477244cca51173426779c67024411d6e6a709bc9
18:18:04 [2021-07-03T18:18:04.218Z] Checking out Revision 477244cca51173426779c67024411d6e6a709bc9 (PR-42063)
18:18:03 [2021-07-03T18:18:03.940Z]  > git remote # timeout=10
18:18:03 [2021-07-03T18:18:03.981Z]  > git config --get remote.origin.url # timeout=10
18:18:04 [2021-07-03T18:18:04.019Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:18:04 [2021-07-03T18:18:04.021Z]  > git merge 3f53b2ef7fab1e72a0368ab53c4ed993f0f5653f # timeout=10
18:18:04 [2021-07-03T18:18:04.140Z]  > git rev-parse "HEAD^{commit}" # timeout=10
18:18:04 [2021-07-03T18:18:04.250Z]  > git config core.sparsecheckout # timeout=10
18:18:04 [2021-07-03T18:18:04.306Z]  > git checkout -f 477244cca51173426779c67024411d6e6a709bc9 # timeout=10
18:18:04 [2021-07-03T18:18:04.827Z] Commit message: "API: update API version to v1.42"