Skip to content

Console Output

11:48:52 [2021-09-20T11:48:52.286Z] The recommended git tool is: git
11:48:55 [2021-09-20T11:48:55.528Z] using credential docker-jenkins-github-credentials
11:48:55 [2021-09-20T11:48:55.539Z] Cloning the remote Git repository
11:48:55 [2021-09-20T11:48:55.539Z] Cloning with configured refspecs honoured and without tags
11:48:55 [2021-09-20T11:48:55.492Z] Cloning repository https://github.com/moby/moby.git
11:48:55 [2021-09-20T11:48:55.585Z]  > git init /home/ubuntu/workspace/moby_PR-42868 # timeout=10
11:48:55 [2021-09-20T11:48:55.938Z] Fetching upstream changes from https://github.com/moby/moby.git
11:48:55 [2021-09-20T11:48:55.938Z]  > git --version # timeout=10
11:48:55 [2021-09-20T11:48:55.979Z]  > git --version # 'git version 2.17.1'
11:48:55 [2021-09-20T11:48:55.980Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:48:55 [2021-09-20T11:48:55.985Z]  > 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:20 [2021-09-20T11:49:20.981Z] Fetching without tags
11:49:21 [2021-09-20T11:49:21.345Z] Merging remotes/origin/master commit 6014c1e29dc34dffa77fb5749cc3281c1b4854ac into PR head commit f1d02ecb5ff25cec5bceffb9658450a8a1968ac8
11:49:22 [2021-09-20T11:49:22.213Z] Merge succeeded, producing f1d02ecb5ff25cec5bceffb9658450a8a1968ac8
11:49:22 [2021-09-20T11:49:22.213Z] Checking out Revision f1d02ecb5ff25cec5bceffb9658450a8a1968ac8 (PR-42868)
11:49:20 [2021-09-20T11:49:20.871Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:49:20 [2021-09-20T11:49:20.901Z]  > git config --add remote.origin.fetch +refs/pull/42868/head:refs/remotes/origin/PR-42868 # timeout=10
11:49:20 [2021-09-20T11:49:20.929Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
11:49:20 [2021-09-20T11:49:20.950Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:49:20 [2021-09-20T11:49:20.981Z] Fetching upstream changes from https://github.com/moby/moby.git
11:49:20 [2021-09-20T11:49:20.982Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:49:20 [2021-09-20T11:49:20.983Z]  > 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:21 [2021-09-20T11:49:21.352Z]  > git config core.sparsecheckout # timeout=10
11:49:21 [2021-09-20T11:49:21.381Z]  > git checkout -f f1d02ecb5ff25cec5bceffb9658450a8a1968ac8 # timeout=10
11:49:22 [2021-09-20T11:49:22.104Z]  > git remote # timeout=10
11:49:22 [2021-09-20T11:49:22.128Z]  > git config --get remote.origin.url # timeout=10
11:49:22 [2021-09-20T11:49:22.150Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:49:22 [2021-09-20T11:49:22.151Z]  > git merge 6014c1e29dc34dffa77fb5749cc3281c1b4854ac # timeout=10
11:49:22 [2021-09-20T11:49:22.183Z]  > git rev-parse HEAD^{commit} # timeout=10
11:49:22 [2021-09-20T11:49:22.212Z]  > git config core.sparsecheckout # timeout=10
11:49:22 [2021-09-20T11:49:22.236Z]  > git checkout -f f1d02ecb5ff25cec5bceffb9658450a8a1968ac8 # timeout=10
11:49:26 [2021-09-20T11:49:26.123Z] Commit message: "quota: Make package compile when `cgo` is disabled"