Skip to content

Console Output

04:24:20 [2021-03-25T04:24:20.110Z] The recommended git tool is: git
04:24:20 [2021-03-25T04:24:20.147Z] using credential docker-jenkins-github-credentials
04:24:20 [2021-03-25T04:24:20.162Z] Cloning the remote Git repository
04:24:20 [2021-03-25T04:24:20.162Z] Cloning with configured refspecs honoured and without tags
04:24:20 [2021-03-25T04:24:20.169Z] Cloning repository https://github.com/moby/moby.git
04:24:20 [2021-03-25T04:24:20.169Z]  > git init /home/docker/workspace/moby_PR-42197 # timeout=10
04:24:20 [2021-03-25T04:24:20.185Z] Fetching upstream changes from https://github.com/moby/moby.git
04:24:20 [2021-03-25T04:24:20.185Z]  > git --version # timeout=10
04:24:20 [2021-03-25T04:24:20.188Z]  > git --version # 'git version 2.7.4'
04:24:20 [2021-03-25T04:24:20.188Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
04:24:20 [2021-03-25T04:24:20.190Z]  > git fetch --no-tags --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:24:38 [2021-03-25T04:24:38.175Z] Fetching without tags
04:24:38 [2021-03-25T04:24:38.570Z] Merging remotes/origin/20.10 commit 653b58cc8a707fd4e5ff0a7a04d44226f1cda4de into PR head commit 915b239519116e239c08f64df49ceb32807963e3
04:24:39 [2021-03-25T04:24:39.399Z] Merge succeeded, producing 915b239519116e239c08f64df49ceb32807963e3
04:24:39 [2021-03-25T04:24:39.399Z] Checking out Revision 915b239519116e239c08f64df49ceb32807963e3 (PR-42197)
04:24:38 [2021-03-25T04:24:38.143Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
04:24:38 [2021-03-25T04:24:38.148Z]  > git config --add remote.origin.fetch +refs/pull/42197/head:refs/remotes/origin/PR-42197 # timeout=10
04:24:38 [2021-03-25T04:24:38.152Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
04:24:38 [2021-03-25T04:24:38.168Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
04:24:38 [2021-03-25T04:24:38.182Z] Fetching upstream changes from https://github.com/moby/moby.git
04:24:38 [2021-03-25T04:24:38.182Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
04:24:38 [2021-03-25T04:24:38.183Z]  > git fetch --no-tags --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:24:38 [2021-03-25T04:24:38.577Z]  > git config core.sparsecheckout # timeout=10
04:24:38 [2021-03-25T04:24:38.579Z]  > git checkout -f 915b239519116e239c08f64df49ceb32807963e3 # timeout=10
04:24:39 [2021-03-25T04:24:39.362Z]  > git remote # timeout=10
04:24:39 [2021-03-25T04:24:39.365Z]  > git config --get remote.origin.url # timeout=10
04:24:39 [2021-03-25T04:24:39.368Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
04:24:39 [2021-03-25T04:24:39.369Z]  > git merge 653b58cc8a707fd4e5ff0a7a04d44226f1cda4de # timeout=10
04:24:39 [2021-03-25T04:24:39.391Z]  > git rev-parse HEAD^{commit} # timeout=10
04:24:39 [2021-03-25T04:24:39.406Z]  > git config core.sparsecheckout # timeout=10
04:24:39 [2021-03-25T04:24:39.408Z]  > git checkout -f 915b239519116e239c08f64df49ceb32807963e3 # timeout=10
04:24:39 [2021-03-25T04:24:39.927Z] Commit message: "builder: produce error when using unsupported Dockerfile option"