Skip to content

Console Output

19:20:36 [2022-02-15T19:20:36.803Z] The recommended git tool is: git
19:21:01 [2022-02-15T19:21:01.359Z] using credential docker-jenkins-github-credentials
19:21:01 [2022-02-15T19:21:01.436Z] Cloning the remote Git repository
19:21:01 [2022-02-15T19:21:01.436Z] Cloning with configured refspecs honoured and without tags
19:21:01 [2022-02-15T19:21:01.628Z] Cloning repository https://github.com/moby/moby.git
19:21:02 [2022-02-15T19:21:02.036Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
19:21:02 [2022-02-15T19:21:02.936Z] Fetching upstream changes from https://github.com/moby/moby.git
19:21:02 [2022-02-15T19:21:02.937Z]  > git --version # timeout=10
19:21:02 [2022-02-15T19:21:02.992Z]  > git --version # 'git version 2.24.1.windows.2'
19:21:02 [2022-02-15T19:21:02.993Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:21:02 [2022-02-15T19:21:02.996Z]  > 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:21:21 [2022-02-15T19:21:21.942Z] Fetching without tags
19:21:22 [2022-02-15T19:21:22.803Z] Merging remotes/origin/master commit 67b4b032f33698eef5fefcadd228893e911aa3a3 into PR head commit b9c8eca468259c087931a6c98129fd38892f834c
19:21:21 [2022-02-15T19:21:21.577Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:21:21 [2022-02-15T19:21:21.645Z]  > git config --add remote.origin.fetch +refs/pull/43238/head:refs/remotes/origin/PR-43238 # timeout=10
19:21:21 [2022-02-15T19:21:21.696Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:21:21 [2022-02-15T19:21:21.834Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:21:21 [2022-02-15T19:21:21.980Z] Fetching upstream changes from https://github.com/moby/moby.git
19:21:21 [2022-02-15T19:21:21.981Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:21:21 [2022-02-15T19:21:21.983Z]  > 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:21:22 [2022-02-15T19:21:22.912Z]  > git config core.sparsecheckout # timeout=10
19:21:22 [2022-02-15T19:21:22.982Z]  > git checkout -f b9c8eca468259c087931a6c98129fd38892f834c # timeout=10
19:21:26 [2022-02-15T19:21:26.516Z] Merge succeeded, producing b9c8eca468259c087931a6c98129fd38892f834c
19:21:26 [2022-02-15T19:21:26.516Z] Checking out Revision b9c8eca468259c087931a6c98129fd38892f834c (PR-43238)
19:21:26 [2022-02-15T19:21:26.127Z]  > git remote # timeout=10
19:21:26 [2022-02-15T19:21:26.208Z]  > git config --get remote.origin.url # timeout=10
19:21:26 [2022-02-15T19:21:26.267Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:21:26 [2022-02-15T19:21:26.269Z]  > git merge 67b4b032f33698eef5fefcadd228893e911aa3a3 # timeout=10
19:21:26 [2022-02-15T19:21:26.424Z]  > git rev-parse "HEAD^{commit}" # timeout=10
19:21:26 [2022-02-15T19:21:26.551Z]  > git config core.sparsecheckout # timeout=10
19:21:26 [2022-02-15T19:21:26.604Z]  > git checkout -f b9c8eca468259c087931a6c98129fd38892f834c # timeout=10
19:21:37 [2022-02-15T19:21:37.860Z] Commit message: "libnetwork/networkdb: remove some redundant fmt.Sprintf()'s"