Skip to content

Console Output

08:33:03 [2022-05-27T08:33:03.774Z] The recommended git tool is: git
08:33:06 [2022-05-27T08:33:06.994Z] using credential docker-jenkins-github-credentials
08:33:07 [2022-05-27T08:33:07.002Z] Cloning the remote Git repository
08:33:07 [2022-05-27T08:33:07.002Z] Cloning with configured refspecs honoured and without tags
08:33:06 [2022-05-27T08:33:06.676Z] Cloning repository https://github.com/moby/moby.git
08:33:06 [2022-05-27T08:33:06.746Z]  > git init /home/ubuntu/workspace/moby_PR-43649 # timeout=10
08:33:07 [2022-05-27T08:33:07.096Z] Fetching upstream changes from https://github.com/moby/moby.git
08:33:07 [2022-05-27T08:33:07.096Z]  > git --version # timeout=10
08:33:07 [2022-05-27T08:33:07.114Z]  > git --version # 'git version 2.17.1'
08:33:07 [2022-05-27T08:33:07.114Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:33:07 [2022-05-27T08:33:07.116Z]  > git fetch --no-tags --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:33:29 [2022-05-27T08:33:29.258Z] Fetching without tags
08:33:29 [2022-05-27T08:33:29.168Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:33:29 [2022-05-27T08:33:29.179Z]  > git config --add remote.origin.fetch +refs/pull/43649/head:refs/remotes/origin/PR-43649 # timeout=10
08:33:29 [2022-05-27T08:33:29.200Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
08:33:29 [2022-05-27T08:33:29.216Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:33:29 [2022-05-27T08:33:29.242Z] Fetching upstream changes from https://github.com/moby/moby.git
08:33:29 [2022-05-27T08:33:29.242Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:33:29 [2022-05-27T08:33:29.243Z]  > git fetch --no-tags --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:33:29 [2022-05-27T08:33:29.628Z] Merging remotes/origin/master commit 262f574f01e7e525af37e3bf278300045c076b71 into PR head commit a04e3326e7fba79475269bd5fe19e304d77d25c6
08:33:31 [2022-05-27T08:33:31.085Z] Merge succeeded, producing a04e3326e7fba79475269bd5fe19e304d77d25c6
08:33:31 [2022-05-27T08:33:31.085Z] Checking out Revision a04e3326e7fba79475269bd5fe19e304d77d25c6 (PR-43649)
08:33:29 [2022-05-27T08:33:29.616Z]  > git config core.sparsecheckout # timeout=10
08:33:29 [2022-05-27T08:33:29.643Z]  > git checkout -f a04e3326e7fba79475269bd5fe19e304d77d25c6 # timeout=10
08:33:30 [2022-05-27T08:33:30.969Z]  > git remote # timeout=10
08:33:30 [2022-05-27T08:33:30.992Z]  > git config --get remote.origin.url # timeout=10
08:33:31 [2022-05-27T08:33:31.015Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:33:31 [2022-05-27T08:33:31.016Z]  > git merge 262f574f01e7e525af37e3bf278300045c076b71 # timeout=10
08:33:31 [2022-05-27T08:33:31.036Z]  > git rev-parse HEAD^{commit} # timeout=10
08:33:31 [2022-05-27T08:33:31.072Z]  > git config core.sparsecheckout # timeout=10
08:33:31 [2022-05-27T08:33:31.092Z]  > git checkout -f a04e3326e7fba79475269bd5fe19e304d77d25c6 # timeout=10
08:33:35 [2022-05-27T08:33:35.953Z] Commit message: "Fix constant `WARNING: No swap limit support` on cgroup v2 hosts"