Skip to content

Console Output

06:02:22 [2021-02-01T06:02:22.731Z] using credential docker-jenkins-github-credentials
06:02:22 [2021-02-01T06:02:22.804Z] Cloning the remote Git repository
06:02:22 [2021-02-01T06:02:22.804Z] Cloning with configured refspecs honoured and without tags
06:02:23 [2021-02-01T06:02:23.021Z] Cloning repository https://github.com/moby/moby.git
06:02:23 [2021-02-01T06:02:23.407Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
06:02:24 [2021-02-01T06:02:24.483Z] Fetching upstream changes from https://github.com/moby/moby.git
06:02:24 [2021-02-01T06:02:24.483Z]  > git --version # timeout=10
06:02:24 [2021-02-01T06:02:24.526Z]  > git --version # 'git version 2.24.1.windows.2'
06:02:24 [2021-02-01T06:02:24.527Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
06:02:24 [2021-02-01T06:02:24.530Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41893/head:refs/remotes/origin/PR-41893 +refs/heads/master:refs/remotes/origin/master # timeout=10
06:02:41 [2021-02-01T06:02:41.128Z] Fetching without tags
06:02:40 [2021-02-01T06:02:40.831Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
06:02:40 [2021-02-01T06:02:40.887Z]  > git config --add remote.origin.fetch +refs/pull/41893/head:refs/remotes/origin/PR-41893 # timeout=10
06:02:40 [2021-02-01T06:02:40.930Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
06:02:41 [2021-02-01T06:02:41.044Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
06:02:41 [2021-02-01T06:02:41.162Z] Fetching upstream changes from https://github.com/moby/moby.git
06:02:41 [2021-02-01T06:02:41.162Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
06:02:41 [2021-02-01T06:02:41.163Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41893/head:refs/remotes/origin/PR-41893 +refs/heads/master:refs/remotes/origin/master # timeout=10
06:02:42 [2021-02-01T06:02:42.374Z] Merging remotes/origin/master commit 3e0025e2fc137f51e95758618e1b42627fe6ea1c into PR head commit 227687f2efb848f06e756bc0f6b470b05f7d502a
06:02:42 [2021-02-01T06:02:42.478Z]  > git config core.sparsecheckout # timeout=10
06:02:42 [2021-02-01T06:02:42.522Z]  > git checkout -f 227687f2efb848f06e756bc0f6b470b05f7d502a # timeout=10
06:02:44 [2021-02-01T06:02:44.705Z]  > git remote # timeout=10
06:02:44 [2021-02-01T06:02:44.792Z]  > git config --get remote.origin.url # timeout=10
06:02:44 [2021-02-01T06:02:44.833Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
06:02:44 [2021-02-01T06:02:44.835Z]  > git merge 3e0025e2fc137f51e95758618e1b42627fe6ea1c # timeout=10
06:02:45 [2021-02-01T06:02:45.064Z] Merge succeeded, producing 227687f2efb848f06e756bc0f6b470b05f7d502a
06:02:45 [2021-02-01T06:02:45.064Z] Checking out Revision 227687f2efb848f06e756bc0f6b470b05f7d502a (PR-41893)
06:02:44 [2021-02-01T06:02:44.968Z]  > git rev-parse "HEAD^{commit}" # timeout=10
06:02:45 [2021-02-01T06:02:45.096Z]  > git config core.sparsecheckout # timeout=10
06:02:45 [2021-02-01T06:02:45.139Z]  > git checkout -f 227687f2efb848f06e756bc0f6b470b05f7d502a # timeout=10
06:03:00 [2021-02-01T06:03:00.525Z] Commit message: "rootless: support --pid=host"