Skip to content

Console Output

08:32:54 [2022-05-27T08:32:54.184Z] The recommended git tool is: git
08:32:57 [2022-05-27T08:32:57.157Z] using credential docker-jenkins-github-credentials
08:32:57 [2022-05-27T08:32:57.165Z] Cloning the remote Git repository
08:32:57 [2022-05-27T08:32:57.165Z] Cloning with configured refspecs honoured and without tags
08:32:57 [2022-05-27T08:32:57.191Z] Cloning repository https://github.com/moby/moby.git
08:32:57 [2022-05-27T08:32:57.245Z]  > git init /home/ubuntu/workspace/moby_PR-43649 # timeout=10
08:32:57 [2022-05-27T08:32:57.567Z] Fetching upstream changes from https://github.com/moby/moby.git
08:32:57 [2022-05-27T08:32:57.569Z]  > git --version # timeout=10
08:32:57 [2022-05-27T08:32:57.593Z]  > git --version # 'git version 2.25.1'
08:32:57 [2022-05-27T08:32:57.594Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:32:57 [2022-05-27T08:32:57.596Z]  > 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:33:18 [2022-05-27T08:33:18.837Z] Fetching without tags
08:33:19 [2022-05-27T08:33:19.082Z] Merging remotes/origin/master commit 262f574f01e7e525af37e3bf278300045c076b71 into PR head commit a04e3326e7fba79475269bd5fe19e304d77d25c6
08:33:19 [2022-05-27T08:33:19.977Z] Merge succeeded, producing a04e3326e7fba79475269bd5fe19e304d77d25c6
08:33:19 [2022-05-27T08:33:19.978Z] Checking out Revision a04e3326e7fba79475269bd5fe19e304d77d25c6 (PR-43649)
08:33:18 [2022-05-27T08:33:18.747Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:33:18 [2022-05-27T08:33:18.778Z]  > git config --add remote.origin.fetch +refs/pull/43649/head:refs/remotes/origin/PR-43649 # timeout=10
08:33:18 [2022-05-27T08:33:18.795Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
08:33:18 [2022-05-27T08:33:18.820Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:33:18 [2022-05-27T08:33:18.853Z] Fetching upstream changes from https://github.com/moby/moby.git
08:33:18 [2022-05-27T08:33:18.853Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:33:18 [2022-05-27T08:33:18.854Z]  > 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:33:19 [2022-05-27T08:33:19.101Z]  > git config core.sparsecheckout # timeout=10
08:33:19 [2022-05-27T08:33:19.131Z]  > git checkout -f a04e3326e7fba79475269bd5fe19e304d77d25c6 # timeout=10
08:33:19 [2022-05-27T08:33:19.889Z]  > git remote # timeout=10
08:33:19 [2022-05-27T08:33:19.901Z]  > git config --get remote.origin.url # timeout=10
08:33:19 [2022-05-27T08:33:19.910Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:33:19 [2022-05-27T08:33:19.911Z]  > git merge 262f574f01e7e525af37e3bf278300045c076b71 # timeout=10
08:33:19 [2022-05-27T08:33:19.950Z]  > git rev-parse HEAD^{commit} # timeout=10
08:33:19 [2022-05-27T08:33:19.988Z]  > git config core.sparsecheckout # timeout=10
08:33:20 [2022-05-27T08:33:20.005Z]  > git checkout -f a04e3326e7fba79475269bd5fe19e304d77d25c6 # timeout=10
08:33:24 [2022-05-27T08:33:24.465Z] Commit message: "Fix constant `WARNING: No swap limit support` on cgroup v2 hosts"