Skip to content

Console Output

09:09:45 [2021-07-11T09:09:45.611Z] The recommended git tool is: git
09:10:11 [2021-07-11T09:10:11.181Z] using credential docker-jenkins-github-credentials
09:10:11 [2021-07-11T09:10:11.257Z] Cloning the remote Git repository
09:10:11 [2021-07-11T09:10:11.257Z] Cloning with configured refspecs honoured and without tags
09:10:11 [2021-07-11T09:10:11.447Z] Cloning repository https://github.com/moby/moby.git
09:10:11 [2021-07-11T09:10:11.888Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
09:10:12 [2021-07-11T09:10:12.812Z] Fetching upstream changes from https://github.com/moby/moby.git
09:10:12 [2021-07-11T09:10:12.812Z]  > git --version # timeout=10
09:10:12 [2021-07-11T09:10:12.857Z]  > git --version # 'git version 2.24.1.windows.2'
09:10:12 [2021-07-11T09:10:12.857Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:10:12 [2021-07-11T09:10:12.861Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42618/head:refs/remotes/origin/PR-42618 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:10:29 [2021-07-11T09:10:29.266Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:10:29 [2021-07-11T09:10:29.322Z]  > git config --add remote.origin.fetch +refs/pull/42618/head:refs/remotes/origin/PR-42618 # timeout=10
09:10:29 [2021-07-11T09:10:29.362Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:10:29 [2021-07-11T09:10:29.554Z] Fetching without tags
09:10:30 [2021-07-11T09:10:30.308Z] Merging remotes/origin/master commit c81abefdb1f907bbc5f5b8b1b1fba942821ae5b3 into PR head commit 0ff80c844ddebf9d2783c9f0e4675df03590a1c8
09:10:29 [2021-07-11T09:10:29.473Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:10:29 [2021-07-11T09:10:29.588Z] Fetching upstream changes from https://github.com/moby/moby.git
09:10:29 [2021-07-11T09:10:29.588Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:10:29 [2021-07-11T09:10:29.589Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42618/head:refs/remotes/origin/PR-42618 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:10:30 [2021-07-11T09:10:30.414Z]  > git config core.sparsecheckout # timeout=10
09:10:30 [2021-07-11T09:10:30.455Z]  > git checkout -f 0ff80c844ddebf9d2783c9f0e4675df03590a1c8 # timeout=10
09:10:33 [2021-07-11T09:10:33.594Z] Merge succeeded, producing 0ff80c844ddebf9d2783c9f0e4675df03590a1c8
09:10:33 [2021-07-11T09:10:33.594Z] Checking out Revision 0ff80c844ddebf9d2783c9f0e4675df03590a1c8 (PR-42618)
09:10:33 [2021-07-11T09:10:33.233Z]  > git remote # timeout=10
09:10:33 [2021-07-11T09:10:33.305Z]  > git config --get remote.origin.url # timeout=10
09:10:33 [2021-07-11T09:10:33.347Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:10:33 [2021-07-11T09:10:33.348Z]  > git merge c81abefdb1f907bbc5f5b8b1b1fba942821ae5b3 # timeout=10
09:10:33 [2021-07-11T09:10:33.492Z]  > git rev-parse "HEAD^{commit}" # timeout=10
09:10:33 [2021-07-11T09:10:33.627Z]  > git config core.sparsecheckout # timeout=10
09:10:33 [2021-07-11T09:10:33.668Z]  > git checkout -f 0ff80c844ddebf9d2783c9f0e4675df03590a1c8 # timeout=10
09:10:45 [2021-07-11T09:10:45.337Z] Commit message: "daemon/config.New(): rewrite to be slightly more idiomatic"