Skip to content

Console Output

11:50:19 [2021-09-20T11:50:19.390Z] The recommended git tool is: git
11:50:43 [2021-09-20T11:50:43.822Z] using credential docker-jenkins-github-credentials
11:50:43 [2021-09-20T11:50:43.897Z] Cloning the remote Git repository
11:50:43 [2021-09-20T11:50:43.897Z] Cloning with configured refspecs honoured and without tags
11:50:44 [2021-09-20T11:50:44.086Z] Cloning repository https://github.com/moby/moby.git
11:50:44 [2021-09-20T11:50:44.485Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
11:50:45 [2021-09-20T11:50:45.320Z] Fetching upstream changes from https://github.com/moby/moby.git
11:50:45 [2021-09-20T11:50:45.321Z]  > git --version # timeout=10
11:50:45 [2021-09-20T11:50:45.359Z]  > git --version # 'git version 2.24.1.windows.2'
11:50:45 [2021-09-20T11:50:45.360Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:50:45 [2021-09-20T11:50:45.362Z]  > 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.011Z] Fetching without tags
11:50:59 [2021-09-20T11:50:59.755Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:50:59 [2021-09-20T11:50:59.795Z]  > 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.833Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
11:50:59 [2021-09-20T11:50:59.939Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:51:00 [2021-09-20T11:51:00.048Z] Fetching upstream changes from https://github.com/moby/moby.git
11:51:00 [2021-09-20T11:51:00.048Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:51:00 [2021-09-20T11:51:00.050Z]  > 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.860Z] Merging remotes/origin/master commit 6014c1e29dc34dffa77fb5749cc3281c1b4854ac into PR head commit f1d02ecb5ff25cec5bceffb9658450a8a1968ac8
11:51:00 [2021-09-20T11:51:00.976Z]  > git config core.sparsecheckout # timeout=10
11:51:01 [2021-09-20T11:51:01.016Z]  > git checkout -f f1d02ecb5ff25cec5bceffb9658450a8a1968ac8 # timeout=10
11:51:03 [2021-09-20T11:51:03.230Z]  > git remote # timeout=10
11:51:03 [2021-09-20T11:51:03.304Z]  > git config --get remote.origin.url # timeout=10
11:51:03 [2021-09-20T11:51:03.344Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:51:03 [2021-09-20T11:51:03.345Z]  > git merge 6014c1e29dc34dffa77fb5749cc3281c1b4854ac # timeout=10
11:51:03 [2021-09-20T11:51:03.545Z] Merge succeeded, producing f1d02ecb5ff25cec5bceffb9658450a8a1968ac8
11:51:03 [2021-09-20T11:51:03.545Z] Checking out Revision f1d02ecb5ff25cec5bceffb9658450a8a1968ac8 (PR-42868)
11:51:03 [2021-09-20T11:51:03.460Z]  > git rev-parse "HEAD^{commit}" # timeout=10
11:51:03 [2021-09-20T11:51:03.580Z]  > git config core.sparsecheckout # timeout=10
11:51:03 [2021-09-20T11:51:03.617Z]  > git checkout -f f1d02ecb5ff25cec5bceffb9658450a8a1968ac8 # timeout=10
11:51:15 [2021-09-20T11:51:15.143Z] Commit message: "quota: Make package compile when `cgo` is disabled"