Skip to content

Console Output

11:48:52 [2021-09-20T11:48:52.161Z] The recommended git tool is: git
11:48:55 [2021-09-20T11:48:55.113Z] using credential docker-jenkins-github-credentials
11:48:55 [2021-09-20T11:48:55.122Z] Cloning the remote Git repository
11:48:55 [2021-09-20T11:48:55.122Z] Cloning with configured refspecs honoured and without tags
11:48:55 [2021-09-20T11:48:55.162Z] Cloning repository https://github.com/moby/moby.git
11:48:55 [2021-09-20T11:48:55.222Z]  > git init /home/ubuntu/workspace/moby_PR-42868 # timeout=10
11:48:55 [2021-09-20T11:48:55.574Z] Fetching upstream changes from https://github.com/moby/moby.git
11:48:55 [2021-09-20T11:48:55.575Z]  > git --version # timeout=10
11:48:55 [2021-09-20T11:48:55.604Z]  > git --version # 'git version 2.17.1'
11:48:55 [2021-09-20T11:48:55.612Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:48:55 [2021-09-20T11:48:55.614Z]  > git fetch --no-tags --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:49:18 [2021-09-20T11:49:18.679Z] Fetching without tags
11:49:19 [2021-09-20T11:49:19.032Z] Merging remotes/origin/master commit 6014c1e29dc34dffa77fb5749cc3281c1b4854ac into PR head commit f1d02ecb5ff25cec5bceffb9658450a8a1968ac8
11:49:18 [2021-09-20T11:49:18.562Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:49:18 [2021-09-20T11:49:18.577Z]  > git config --add remote.origin.fetch +refs/pull/42868/head:refs/remotes/origin/PR-42868 # timeout=10
11:49:18 [2021-09-20T11:49:18.608Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
11:49:18 [2021-09-20T11:49:18.640Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:49:18 [2021-09-20T11:49:18.677Z] Fetching upstream changes from https://github.com/moby/moby.git
11:49:18 [2021-09-20T11:49:18.677Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:49:18 [2021-09-20T11:49:18.678Z]  > git fetch --no-tags --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:49:19 [2021-09-20T11:49:19.035Z]  > git config core.sparsecheckout # timeout=10
11:49:19 [2021-09-20T11:49:19.069Z]  > git checkout -f f1d02ecb5ff25cec5bceffb9658450a8a1968ac8 # timeout=10
11:49:20 [2021-09-20T11:49:20.264Z]  > git remote # timeout=10
11:49:20 [2021-09-20T11:49:20.290Z]  > git config --get remote.origin.url # timeout=10
11:49:20 [2021-09-20T11:49:20.314Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:49:20 [2021-09-20T11:49:20.335Z]  > git merge 6014c1e29dc34dffa77fb5749cc3281c1b4854ac # timeout=10
11:49:20 [2021-09-20T11:49:20.411Z] Merge succeeded, producing f1d02ecb5ff25cec5bceffb9658450a8a1968ac8
11:49:20 [2021-09-20T11:49:20.411Z] Checking out Revision f1d02ecb5ff25cec5bceffb9658450a8a1968ac8 (PR-42868)
11:49:20 [2021-09-20T11:49:20.372Z]  > git rev-parse HEAD^{commit} # timeout=10
11:49:20 [2021-09-20T11:49:20.409Z]  > git config core.sparsecheckout # timeout=10
11:49:20 [2021-09-20T11:49:20.432Z]  > git checkout -f f1d02ecb5ff25cec5bceffb9658450a8a1968ac8 # timeout=10
11:49:24 [2021-09-20T11:49:24.632Z] Commit message: "quota: Make package compile when `cgo` is disabled"