Skip to content

Console Output

08:34:27 [2022-05-27T08:34:27.811Z] The recommended git tool is: git
08:34:50 [2022-05-27T08:34:50.885Z] using credential docker-jenkins-github-credentials
08:34:50 [2022-05-27T08:34:50.958Z] Cloning the remote Git repository
08:34:50 [2022-05-27T08:34:50.958Z] Cloning with configured refspecs honoured and without tags
08:34:51 [2022-05-27T08:34:51.146Z] Cloning repository https://github.com/moby/moby.git
08:34:51 [2022-05-27T08:34:51.518Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
08:34:52 [2022-05-27T08:34:52.057Z] Fetching upstream changes from https://github.com/moby/moby.git
08:34:52 [2022-05-27T08:34:52.057Z]  > git --version # timeout=10
08:34:52 [2022-05-27T08:34:52.115Z]  > git --version # 'git version 2.24.1.windows.2'
08:34:52 [2022-05-27T08:34:52.116Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:34:52 [2022-05-27T08:34:52.118Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43649/head:refs/remotes/origin/PR-43649 +refs/heads/master:refs/remotes/origin/master # timeout=10
08:35:07 [2022-05-27T08:35:07.673Z] Fetching without tags
08:35:08 [2022-05-27T08:35:08.332Z] Merging remotes/origin/master commit 262f574f01e7e525af37e3bf278300045c076b71 into PR head commit a04e3326e7fba79475269bd5fe19e304d77d25c6
08:35:07 [2022-05-27T08:35:07.409Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:35:07 [2022-05-27T08:35:07.461Z]  > git config --add remote.origin.fetch +refs/pull/43649/head:refs/remotes/origin/PR-43649 # timeout=10
08:35:07 [2022-05-27T08:35:07.499Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
08:35:07 [2022-05-27T08:35:07.605Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:35:07 [2022-05-27T08:35:07.714Z] Fetching upstream changes from https://github.com/moby/moby.git
08:35:07 [2022-05-27T08:35:07.715Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:35:07 [2022-05-27T08:35:07.716Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43649/head:refs/remotes/origin/PR-43649 +refs/heads/master:refs/remotes/origin/master # timeout=10
08:35:11 [2022-05-27T08:35:11.010Z] Merge succeeded, producing a04e3326e7fba79475269bd5fe19e304d77d25c6
08:35:11 [2022-05-27T08:35:11.011Z] Checking out Revision a04e3326e7fba79475269bd5fe19e304d77d25c6 (PR-43649)
08:35:08 [2022-05-27T08:35:08.441Z]  > git config core.sparsecheckout # timeout=10
08:35:08 [2022-05-27T08:35:08.479Z]  > git checkout -f a04e3326e7fba79475269bd5fe19e304d77d25c6 # timeout=10
08:35:10 [2022-05-27T08:35:10.721Z]  > git remote # timeout=10
08:35:10 [2022-05-27T08:35:10.777Z]  > git config --get remote.origin.url # timeout=10
08:35:10 [2022-05-27T08:35:10.816Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:35:10 [2022-05-27T08:35:10.817Z]  > git merge 262f574f01e7e525af37e3bf278300045c076b71 # timeout=10
08:35:10 [2022-05-27T08:35:10.939Z]  > git rev-parse "HEAD^{commit}" # timeout=10
08:35:11 [2022-05-27T08:35:11.050Z]  > git config core.sparsecheckout # timeout=10
08:35:11 [2022-05-27T08:35:11.089Z]  > git checkout -f a04e3326e7fba79475269bd5fe19e304d77d25c6 # timeout=10
08:35:21 [2022-05-27T08:35:21.466Z] Commit message: "Fix constant `WARNING: No swap limit support` on cgroup v2 hosts"