Skip to content

Console Output

16:22:18 [2022-04-04T16:22:18.155Z] The recommended git tool is: git
16:22:43 [2022-04-04T16:22:43.367Z] using credential docker-jenkins-github-credentials
16:22:43 [2022-04-04T16:22:43.445Z] Cloning the remote Git repository
16:22:43 [2022-04-04T16:22:43.445Z] Cloning with configured refspecs honoured and without tags
16:22:43 [2022-04-04T16:22:43.644Z] Cloning repository https://github.com/moby/moby.git
16:22:44 [2022-04-04T16:22:44.052Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
16:22:44 [2022-04-04T16:22:44.876Z] Fetching upstream changes from https://github.com/moby/moby.git
16:22:44 [2022-04-04T16:22:44.876Z]  > git --version # timeout=10
16:22:44 [2022-04-04T16:22:44.922Z]  > git --version # 'git version 2.24.1.windows.2'
16:22:44 [2022-04-04T16:22:44.922Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:22:44 [2022-04-04T16:22:44.925Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43455/head:refs/remotes/origin/PR-43455 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:23:03 [2022-04-04T16:23:03.330Z] Fetching without tags
16:23:04 [2022-04-04T16:23:04.103Z] Merging remotes/origin/master commit 83970db5efb46bf61b2b239e8039400c67a7c7b7 into PR head commit 846af8e413e10efa87aa05eed55008dfce692cca
16:23:03 [2022-04-04T16:23:03.009Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:23:03 [2022-04-04T16:23:03.075Z]  > git config --add remote.origin.fetch +refs/pull/43455/head:refs/remotes/origin/PR-43455 # timeout=10
16:23:03 [2022-04-04T16:23:03.123Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:23:03 [2022-04-04T16:23:03.244Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:23:03 [2022-04-04T16:23:03.368Z] Fetching upstream changes from https://github.com/moby/moby.git
16:23:03 [2022-04-04T16:23:03.368Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:23:03 [2022-04-04T16:23:03.371Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43455/head:refs/remotes/origin/PR-43455 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:23:04 [2022-04-04T16:23:04.216Z]  > git config core.sparsecheckout # timeout=10
16:23:04 [2022-04-04T16:23:04.261Z]  > git checkout -f 846af8e413e10efa87aa05eed55008dfce692cca # timeout=10
16:23:07 [2022-04-04T16:23:07.943Z] Merge succeeded, producing 846af8e413e10efa87aa05eed55008dfce692cca
16:23:07 [2022-04-04T16:23:07.943Z] Checking out Revision 846af8e413e10efa87aa05eed55008dfce692cca (PR-43455)
16:23:07 [2022-04-04T16:23:07.591Z]  > git remote # timeout=10
16:23:07 [2022-04-04T16:23:07.665Z]  > git config --get remote.origin.url # timeout=10
16:23:07 [2022-04-04T16:23:07.711Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:23:07 [2022-04-04T16:23:07.713Z]  > git merge 83970db5efb46bf61b2b239e8039400c67a7c7b7 # timeout=10
16:23:07 [2022-04-04T16:23:07.857Z]  > git rev-parse "HEAD^{commit}" # timeout=10
16:23:07 [2022-04-04T16:23:07.981Z]  > git config core.sparsecheckout # timeout=10
16:23:08 [2022-04-04T16:23:08.033Z]  > git checkout -f 846af8e413e10efa87aa05eed55008dfce692cca # timeout=10
16:23:23 [2022-04-04T16:23:23.966Z] Commit message: "cmd/dockerd: update --ip6tables description to include "experimental""