Skip to content

Console Output

11:50:18 [2021-09-20T11:50:18.451Z] The recommended git tool is: git
11:50:42 [2021-09-20T11:50:42.935Z] using credential docker-jenkins-github-credentials
11:50:43 [2021-09-20T11:50:43.010Z] Cloning the remote Git repository
11:50:43 [2021-09-20T11:50:43.011Z] Cloning with configured refspecs honoured and without tags
11:50:43 [2021-09-20T11:50:43.201Z] Cloning repository https://github.com/moby/moby.git
11:50:43 [2021-09-20T11:50:43.593Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
11:50:44 [2021-09-20T11:50:44.438Z] Fetching upstream changes from https://github.com/moby/moby.git
11:50:44 [2021-09-20T11:50:44.438Z]  > git --version # timeout=10
11:50:44 [2021-09-20T11:50:44.485Z]  > git --version # 'git version 2.24.1.windows.2'
11:50:44 [2021-09-20T11:50:44.485Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:50:44 [2021-09-20T11:50:44.488Z]  > 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:50:59 [2021-09-20T11:50:59.280Z] Fetching without tags
11:50:58 [2021-09-20T11:50:58.998Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:50:59 [2021-09-20T11:50:59.042Z]  > git config --add remote.origin.fetch +refs/pull/42868/head:refs/remotes/origin/PR-42868 # timeout=10
11:50:59 [2021-09-20T11:50:59.085Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
11:50:59 [2021-09-20T11:50:59.198Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:51:00 [2021-09-20T11:51:00.056Z] Merging remotes/origin/master commit 6014c1e29dc34dffa77fb5749cc3281c1b4854ac into PR head commit f1d02ecb5ff25cec5bceffb9658450a8a1968ac8
11:50:59 [2021-09-20T11:50:59.318Z] Fetching upstream changes from https://github.com/moby/moby.git
11:50:59 [2021-09-20T11:50:59.318Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:50:59 [2021-09-20T11:50:59.319Z]  > 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:00 [2021-09-20T11:51:00.165Z]  > git config core.sparsecheckout # timeout=10
11:51:00 [2021-09-20T11:51:00.211Z]  > git checkout -f f1d02ecb5ff25cec5bceffb9658450a8a1968ac8 # timeout=10
11:51:02 [2021-09-20T11:51:02.756Z] Merge succeeded, producing f1d02ecb5ff25cec5bceffb9658450a8a1968ac8
11:51:02 [2021-09-20T11:51:02.756Z] Checking out Revision f1d02ecb5ff25cec5bceffb9658450a8a1968ac8 (PR-42868)
11:51:02 [2021-09-20T11:51:02.418Z]  > git remote # timeout=10
11:51:02 [2021-09-20T11:51:02.488Z]  > git config --get remote.origin.url # timeout=10
11:51:02 [2021-09-20T11:51:02.531Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:51:02 [2021-09-20T11:51:02.532Z]  > git merge 6014c1e29dc34dffa77fb5749cc3281c1b4854ac # timeout=10
11:51:02 [2021-09-20T11:51:02.664Z]  > git rev-parse "HEAD^{commit}" # timeout=10
11:51:02 [2021-09-20T11:51:02.792Z]  > git config core.sparsecheckout # timeout=10
11:51:02 [2021-09-20T11:51:02.834Z]  > git checkout -f f1d02ecb5ff25cec5bceffb9658450a8a1968ac8 # timeout=10
11:51:13 [2021-09-20T11:51:13.668Z] Commit message: "quota: Make package compile when `cgo` is disabled"