Skip to content

Console Output

19:21:08 [2022-02-15T19:21:08.726Z] The recommended git tool is: git
19:21:33 [2022-02-15T19:21:33.211Z] using credential docker-jenkins-github-credentials
19:21:33 [2022-02-15T19:21:33.285Z] Cloning the remote Git repository
19:21:33 [2022-02-15T19:21:33.285Z] Cloning with configured refspecs honoured and without tags
19:21:33 [2022-02-15T19:21:33.471Z] Cloning repository https://github.com/moby/moby.git
19:21:33 [2022-02-15T19:21:33.861Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
19:21:34 [2022-02-15T19:21:34.829Z] Fetching upstream changes from https://github.com/moby/moby.git
19:21:34 [2022-02-15T19:21:34.829Z]  > git --version # timeout=10
19:21:34 [2022-02-15T19:21:34.870Z]  > git --version # 'git version 2.24.1.windows.2'
19:21:34 [2022-02-15T19:21:34.871Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:21:34 [2022-02-15T19:21:34.874Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43238/head:refs/remotes/origin/PR-43238 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:22:08 [2022-02-15T19:22:08.075Z] Fetching without tags
19:22:08 [2022-02-15T19:22:08.759Z] Merging remotes/origin/master commit 67b4b032f33698eef5fefcadd228893e911aa3a3 into PR head commit b9c8eca468259c087931a6c98129fd38892f834c
19:22:07 [2022-02-15T19:22:07.786Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:22:07 [2022-02-15T19:22:07.839Z]  > git config --add remote.origin.fetch +refs/pull/43238/head:refs/remotes/origin/PR-43238 # timeout=10
19:22:07 [2022-02-15T19:22:07.880Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:22:07 [2022-02-15T19:22:07.993Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:22:08 [2022-02-15T19:22:08.112Z] Fetching upstream changes from https://github.com/moby/moby.git
19:22:08 [2022-02-15T19:22:08.112Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:22:08 [2022-02-15T19:22:08.114Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43238/head:refs/remotes/origin/PR-43238 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:22:08 [2022-02-15T19:22:08.873Z]  > git config core.sparsecheckout # timeout=10
19:22:08 [2022-02-15T19:22:08.915Z]  > git checkout -f b9c8eca468259c087931a6c98129fd38892f834c # timeout=10
19:22:11 [2022-02-15T19:22:11.737Z] Merge succeeded, producing b9c8eca468259c087931a6c98129fd38892f834c
19:22:11 [2022-02-15T19:22:11.738Z] Checking out Revision b9c8eca468259c087931a6c98129fd38892f834c (PR-43238)
19:22:11 [2022-02-15T19:22:11.414Z]  > git remote # timeout=10
19:22:11 [2022-02-15T19:22:11.481Z]  > git config --get remote.origin.url # timeout=10
19:22:11 [2022-02-15T19:22:11.521Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:22:11 [2022-02-15T19:22:11.523Z]  > git merge 67b4b032f33698eef5fefcadd228893e911aa3a3 # timeout=10
19:22:11 [2022-02-15T19:22:11.654Z]  > git rev-parse "HEAD^{commit}" # timeout=10
19:22:11 [2022-02-15T19:22:11.773Z]  > git config core.sparsecheckout # timeout=10
19:22:11 [2022-02-15T19:22:11.816Z]  > git checkout -f b9c8eca468259c087931a6c98129fd38892f834c # timeout=10
19:22:22 [2022-02-15T19:22:22.811Z] Commit message: "libnetwork/networkdb: remove some redundant fmt.Sprintf()'s"