Skip to content

Console Output

08:35:05 [2022-05-27T08:35:05.132Z] The recommended git tool is: git
08:35:28 [2022-05-27T08:35:28.618Z] using credential docker-jenkins-github-credentials
08:35:28 [2022-05-27T08:35:28.691Z] Cloning the remote Git repository
08:35:28 [2022-05-27T08:35:28.691Z] Cloning with configured refspecs honoured and without tags
08:35:28 [2022-05-27T08:35:28.879Z] Cloning repository https://github.com/moby/moby.git
08:35:29 [2022-05-27T08:35:29.264Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
08:35:29 [2022-05-27T08:35:29.843Z] Fetching upstream changes from https://github.com/moby/moby.git
08:35:29 [2022-05-27T08:35:29.843Z]  > git --version # timeout=10
08:35:29 [2022-05-27T08:35:29.893Z]  > git --version # 'git version 2.24.1.windows.2'
08:35:29 [2022-05-27T08:35:29.894Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:35:29 [2022-05-27T08:35:29.897Z]  > 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:48 [2022-05-27T08:35:48.214Z] Fetching without tags
08:35:47 [2022-05-27T08:35:47.904Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:35:47 [2022-05-27T08:35:47.968Z]  > git config --add remote.origin.fetch +refs/pull/43649/head:refs/remotes/origin/PR-43649 # timeout=10
08:35:48 [2022-05-27T08:35:48.015Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
08:35:48 [2022-05-27T08:35:48.133Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:35:48 [2022-05-27T08:35:48.254Z] Fetching upstream changes from https://github.com/moby/moby.git
08:35:48 [2022-05-27T08:35:48.255Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:35:48 [2022-05-27T08:35:48.257Z]  > 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:48 [2022-05-27T08:35:48.957Z] Merging remotes/origin/master commit 262f574f01e7e525af37e3bf278300045c076b71 into PR head commit a04e3326e7fba79475269bd5fe19e304d77d25c6
08:35:49 [2022-05-27T08:35:49.067Z]  > git config core.sparsecheckout # timeout=10
08:35:49 [2022-05-27T08:35:49.118Z]  > git checkout -f a04e3326e7fba79475269bd5fe19e304d77d25c6 # timeout=10
08:35:52 [2022-05-27T08:35:52.367Z] Merge succeeded, producing a04e3326e7fba79475269bd5fe19e304d77d25c6
08:35:52 [2022-05-27T08:35:52.368Z] Checking out Revision a04e3326e7fba79475269bd5fe19e304d77d25c6 (PR-43649)
08:35:51 [2022-05-27T08:35:51.965Z]  > git remote # timeout=10
08:35:52 [2022-05-27T08:35:52.118Z]  > git config --get remote.origin.url # timeout=10
08:35:52 [2022-05-27T08:35:52.162Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:35:52 [2022-05-27T08:35:52.164Z]  > git merge 262f574f01e7e525af37e3bf278300045c076b71 # timeout=10
08:35:52 [2022-05-27T08:35:52.290Z]  > git rev-parse "HEAD^{commit}" # timeout=10
08:35:52 [2022-05-27T08:35:52.406Z]  > git config core.sparsecheckout # timeout=10
08:35:52 [2022-05-27T08:35:52.454Z]  > git checkout -f a04e3326e7fba79475269bd5fe19e304d77d25c6 # timeout=10
08:36:03 [2022-05-27T08:36:03.270Z] Commit message: "Fix constant `WARNING: No swap limit support` on cgroup v2 hosts"