Skip to content

Console Output

08:34:57 [2022-05-27T08:34:57.175Z] The recommended git tool is: git
08:35:21 [2022-05-27T08:35:21.085Z] using credential docker-jenkins-github-credentials
08:35:21 [2022-05-27T08:35:21.161Z] Cloning the remote Git repository
08:35:21 [2022-05-27T08:35:21.161Z] Cloning with configured refspecs honoured and without tags
08:35:21 [2022-05-27T08:35:21.360Z] Cloning repository https://github.com/moby/moby.git
08:35:21 [2022-05-27T08:35:21.749Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
08:35:22 [2022-05-27T08:35:22.453Z] Fetching upstream changes from https://github.com/moby/moby.git
08:35:22 [2022-05-27T08:35:22.453Z]  > git --version # timeout=10
08:35:22 [2022-05-27T08:35:22.499Z]  > git --version # 'git version 2.24.1.windows.2'
08:35:22 [2022-05-27T08:35:22.500Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:35:22 [2022-05-27T08:35:22.503Z]  > 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:55 [2022-05-27T08:35:55.682Z] Fetching without tags
08:35:56 [2022-05-27T08:35:56.401Z] Merging remotes/origin/master commit 262f574f01e7e525af37e3bf278300045c076b71 into PR head commit a04e3326e7fba79475269bd5fe19e304d77d25c6
08:35:55 [2022-05-27T08:35:55.395Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:35:55 [2022-05-27T08:35:55.447Z]  > git config --add remote.origin.fetch +refs/pull/43649/head:refs/remotes/origin/PR-43649 # timeout=10
08:35:55 [2022-05-27T08:35:55.495Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
08:35:55 [2022-05-27T08:35:55.610Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:35:55 [2022-05-27T08:35:55.727Z] Fetching upstream changes from https://github.com/moby/moby.git
08:35:55 [2022-05-27T08:35:55.727Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:35:55 [2022-05-27T08:35:55.729Z]  > 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:56 [2022-05-27T08:35:56.519Z]  > git config core.sparsecheckout # timeout=10
08:35:56 [2022-05-27T08:35:56.568Z]  > git checkout -f a04e3326e7fba79475269bd5fe19e304d77d25c6 # timeout=10
08:35:59 [2022-05-27T08:35:59.705Z] Merge succeeded, producing a04e3326e7fba79475269bd5fe19e304d77d25c6
08:35:59 [2022-05-27T08:35:59.705Z] Checking out Revision a04e3326e7fba79475269bd5fe19e304d77d25c6 (PR-43649)
08:35:59 [2022-05-27T08:35:59.372Z]  > git remote # timeout=10
08:35:59 [2022-05-27T08:35:59.439Z]  > git config --get remote.origin.url # timeout=10
08:35:59 [2022-05-27T08:35:59.487Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:35:59 [2022-05-27T08:35:59.490Z]  > git merge 262f574f01e7e525af37e3bf278300045c076b71 # timeout=10
08:35:59 [2022-05-27T08:35:59.624Z]  > git rev-parse "HEAD^{commit}" # timeout=10
08:35:59 [2022-05-27T08:35:59.752Z]  > git config core.sparsecheckout # timeout=10
08:35:59 [2022-05-27T08:35:59.799Z]  > git checkout -f a04e3326e7fba79475269bd5fe19e304d77d25c6 # timeout=10
08:36:11 [2022-05-27T08:36:11.203Z] Commit message: "Fix constant `WARNING: No swap limit support` on cgroup v2 hosts"