Skip to content

Console Output

04:30:38 [2021-03-25T04:30:38.719Z] The recommended git tool is: git
04:31:00 [2021-03-25T04:31:00.455Z] using credential docker-jenkins-github-credentials
04:31:00 [2021-03-25T04:31:00.529Z] Cloning the remote Git repository
04:31:00 [2021-03-25T04:31:00.529Z] Cloning with configured refspecs honoured and without tags
04:31:00 [2021-03-25T04:31:00.740Z] Cloning repository https://github.com/moby/moby.git
04:31:01 [2021-03-25T04:31:01.138Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
04:31:02 [2021-03-25T04:31:02.077Z] Fetching upstream changes from https://github.com/moby/moby.git
04:31:02 [2021-03-25T04:31:02.077Z]  > git --version # timeout=10
04:31:02 [2021-03-25T04:31:02.144Z]  > git --version # 'git version 2.24.1.windows.2'
04:31:02 [2021-03-25T04:31:02.145Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
04:31:02 [2021-03-25T04:31:02.149Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42197/head:refs/remotes/origin/PR-42197 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
04:31:19 [2021-03-25T04:31:19.397Z] Fetching without tags
04:31:18 [2021-03-25T04:31:18.987Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
04:31:19 [2021-03-25T04:31:19.084Z]  > git config --add remote.origin.fetch +refs/pull/42197/head:refs/remotes/origin/PR-42197 # timeout=10
04:31:19 [2021-03-25T04:31:19.154Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
04:31:19 [2021-03-25T04:31:19.291Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
04:31:19 [2021-03-25T04:31:19.433Z] Fetching upstream changes from https://github.com/moby/moby.git
04:31:19 [2021-03-25T04:31:19.433Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
04:31:19 [2021-03-25T04:31:19.437Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42197/head:refs/remotes/origin/PR-42197 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
04:31:20 [2021-03-25T04:31:20.199Z] Merging remotes/origin/20.10 commit 653b58cc8a707fd4e5ff0a7a04d44226f1cda4de into PR head commit 915b239519116e239c08f64df49ceb32807963e3
04:31:20 [2021-03-25T04:31:20.308Z]  > git config core.sparsecheckout # timeout=10
04:31:20 [2021-03-25T04:31:20.378Z]  > git checkout -f 915b239519116e239c08f64df49ceb32807963e3 # timeout=10
04:31:24 [2021-03-25T04:31:24.015Z] Merge succeeded, producing 915b239519116e239c08f64df49ceb32807963e3
04:31:24 [2021-03-25T04:31:24.015Z] Checking out Revision 915b239519116e239c08f64df49ceb32807963e3 (PR-42197)
04:31:23 [2021-03-25T04:31:23.563Z]  > git remote # timeout=10
04:31:23 [2021-03-25T04:31:23.680Z]  > git config --get remote.origin.url # timeout=10
04:31:23 [2021-03-25T04:31:23.739Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
04:31:23 [2021-03-25T04:31:23.741Z]  > git merge 653b58cc8a707fd4e5ff0a7a04d44226f1cda4de # timeout=10
04:31:23 [2021-03-25T04:31:23.905Z]  > git rev-parse "HEAD^{commit}" # timeout=10
04:31:24 [2021-03-25T04:31:24.049Z]  > git config core.sparsecheckout # timeout=10
04:31:24 [2021-03-25T04:31:24.110Z]  > git checkout -f 915b239519116e239c08f64df49ceb32807963e3 # timeout=10
04:31:35 [2021-03-25T04:31:35.865Z] Commit message: "builder: produce error when using unsupported Dockerfile option"