Skip to content

Console Output

11:51:07 [2021-09-20T11:51:07.097Z] The recommended git tool is: git
11:51:31 [2021-09-20T11:51:31.431Z] using credential docker-jenkins-github-credentials
11:51:31 [2021-09-20T11:51:31.506Z] Cloning the remote Git repository
11:51:31 [2021-09-20T11:51:31.506Z] Cloning with configured refspecs honoured and without tags
11:51:31 [2021-09-20T11:51:31.693Z] Cloning repository https://github.com/moby/moby.git
11:51:32 [2021-09-20T11:51:32.092Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
11:51:32 [2021-09-20T11:51:32.853Z] Fetching upstream changes from https://github.com/moby/moby.git
11:51:32 [2021-09-20T11:51:32.853Z]  > git --version # timeout=10
11:51:32 [2021-09-20T11:51:32.890Z]  > git --version # 'git version 2.24.1.windows.2'
11:51:32 [2021-09-20T11:51:32.891Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:51:32 [2021-09-20T11:51:32.893Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42868/head:refs/remotes/origin/PR-42868 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:51:47 [2021-09-20T11:51:47.225Z] Fetching without tags
11:51:47 [2021-09-20T11:51:47.897Z] Merging remotes/origin/master commit 6014c1e29dc34dffa77fb5749cc3281c1b4854ac into PR head commit f1d02ecb5ff25cec5bceffb9658450a8a1968ac8
11:51:46 [2021-09-20T11:51:46.958Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:51:46 [2021-09-20T11:51:46.999Z]  > git config --add remote.origin.fetch +refs/pull/42868/head:refs/remotes/origin/PR-42868 # timeout=10
11:51:47 [2021-09-20T11:51:47.039Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
11:51:47 [2021-09-20T11:51:47.149Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:51:47 [2021-09-20T11:51:47.259Z] Fetching upstream changes from https://github.com/moby/moby.git
11:51:47 [2021-09-20T11:51:47.259Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:51:47 [2021-09-20T11:51:47.260Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42868/head:refs/remotes/origin/PR-42868 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:51:48 [2021-09-20T11:51:48.003Z]  > git config core.sparsecheckout # timeout=10
11:51:48 [2021-09-20T11:51:48.042Z]  > git checkout -f f1d02ecb5ff25cec5bceffb9658450a8a1968ac8 # timeout=10
11:51:50 [2021-09-20T11:51:50.485Z] Merge succeeded, producing f1d02ecb5ff25cec5bceffb9658450a8a1968ac8
11:51:50 [2021-09-20T11:51:50.486Z] Checking out Revision f1d02ecb5ff25cec5bceffb9658450a8a1968ac8 (PR-42868)
11:51:50 [2021-09-20T11:51:50.174Z]  > git remote # timeout=10
11:51:50 [2021-09-20T11:51:50.244Z]  > git config --get remote.origin.url # timeout=10
11:51:50 [2021-09-20T11:51:50.282Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:51:50 [2021-09-20T11:51:50.283Z]  > git merge 6014c1e29dc34dffa77fb5749cc3281c1b4854ac # timeout=10
11:51:50 [2021-09-20T11:51:50.397Z]  > git rev-parse "HEAD^{commit}" # timeout=10
11:51:50 [2021-09-20T11:51:50.520Z]  > git config core.sparsecheckout # timeout=10
11:51:50 [2021-09-20T11:51:50.560Z]  > git checkout -f f1d02ecb5ff25cec5bceffb9658450a8a1968ac8 # timeout=10
11:52:01 [2021-09-20T11:52:01.863Z] Commit message: "quota: Make package compile when `cgo` is disabled"