Skip to content

Console Output

09:09:44 [2021-07-11T09:09:44.871Z] The recommended git tool is: git
09:10:08 [2021-07-11T09:10:08.851Z] using credential docker-jenkins-github-credentials
09:10:08 [2021-07-11T09:10:08.927Z] Cloning the remote Git repository
09:10:08 [2021-07-11T09:10:08.927Z] Cloning with configured refspecs honoured and without tags
09:10:09 [2021-07-11T09:10:09.116Z] Cloning repository https://github.com/moby/moby.git
09:10:09 [2021-07-11T09:10:09.519Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
09:10:10 [2021-07-11T09:10:10.433Z] Fetching upstream changes from https://github.com/moby/moby.git
09:10:10 [2021-07-11T09:10:10.434Z]  > git --version # timeout=10
09:10:10 [2021-07-11T09:10:10.487Z]  > git --version # 'git version 2.24.1.windows.2'
09:10:10 [2021-07-11T09:10:10.487Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:10:10 [2021-07-11T09:10:10.490Z]  > 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:28 [2021-07-11T09:10:28.436Z] Fetching without tags
09:10:28 [2021-07-11T09:10:28.103Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:10:28 [2021-07-11T09:10:28.170Z]  > git config --add remote.origin.fetch +refs/pull/42618/head:refs/remotes/origin/PR-42618 # timeout=10
09:10:28 [2021-07-11T09:10:28.222Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:10:28 [2021-07-11T09:10:28.348Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:10:29 [2021-07-11T09:10:29.186Z] Merging remotes/origin/master commit c81abefdb1f907bbc5f5b8b1b1fba942821ae5b3 into PR head commit 0ff80c844ddebf9d2783c9f0e4675df03590a1c8
09:10:28 [2021-07-11T09:10:28.472Z] Fetching upstream changes from https://github.com/moby/moby.git
09:10:28 [2021-07-11T09:10:28.472Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:10:28 [2021-07-11T09:10:28.474Z]  > 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.294Z]  > git config core.sparsecheckout # timeout=10
09:10:29 [2021-07-11T09:10:29.344Z]  > git checkout -f 0ff80c844ddebf9d2783c9f0e4675df03590a1c8 # timeout=10
09:10:32 [2021-07-11T09:10:32.717Z] Merge succeeded, producing 0ff80c844ddebf9d2783c9f0e4675df03590a1c8
09:10:32 [2021-07-11T09:10:32.717Z] Checking out Revision 0ff80c844ddebf9d2783c9f0e4675df03590a1c8 (PR-42618)
09:10:32 [2021-07-11T09:10:32.316Z]  > git remote # timeout=10
09:10:32 [2021-07-11T09:10:32.401Z]  > git config --get remote.origin.url # timeout=10
09:10:32 [2021-07-11T09:10:32.450Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:10:32 [2021-07-11T09:10:32.452Z]  > git merge c81abefdb1f907bbc5f5b8b1b1fba942821ae5b3 # timeout=10
09:10:32 [2021-07-11T09:10:32.611Z]  > git rev-parse "HEAD^{commit}" # timeout=10
09:10:32 [2021-07-11T09:10:32.751Z]  > git config core.sparsecheckout # timeout=10
09:10:32 [2021-07-11T09:10:32.799Z]  > git checkout -f 0ff80c844ddebf9d2783c9f0e4675df03590a1c8 # timeout=10
09:10:44 [2021-07-11T09:10:44.458Z] Commit message: "daemon/config.New(): rewrite to be slightly more idiomatic"