Skip to content

Console Output

08:33:03 [2022-05-27T08:33:03.795Z] The recommended git tool is: git
08:33:06 [2022-05-27T08:33:06.608Z] using credential docker-jenkins-github-credentials
08:33:06 [2022-05-27T08:33:06.617Z] Cloning the remote Git repository
08:33:06 [2022-05-27T08:33:06.617Z] Cloning with configured refspecs honoured and without tags
08:33:06 [2022-05-27T08:33:06.645Z] Cloning repository https://github.com/moby/moby.git
08:33:06 [2022-05-27T08:33:06.717Z]  > git init /home/ubuntu/workspace/moby_PR-43649 # timeout=10
08:33:07 [2022-05-27T08:33:07.038Z] Fetching upstream changes from https://github.com/moby/moby.git
08:33:07 [2022-05-27T08:33:07.039Z]  > git --version # timeout=10
08:33:07 [2022-05-27T08:33:07.049Z]  > git --version # 'git version 2.17.1'
08:33:07 [2022-05-27T08:33:07.049Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:33:07 [2022-05-27T08:33:07.051Z]  > 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.625Z] Fetching without tags
08:33:29 [2022-05-27T08:33:29.522Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:33:29 [2022-05-27T08:33:29.552Z]  > 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.577Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
08:33:29 [2022-05-27T08:33:29.607Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:33:29 [2022-05-27T08:33:29.637Z] Fetching upstream changes from https://github.com/moby/moby.git
08:33:29 [2022-05-27T08:33:29.637Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:33:29 [2022-05-27T08:33:29.638Z]  > 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.933Z] Merging remotes/origin/master commit 262f574f01e7e525af37e3bf278300045c076b71 into PR head commit a04e3326e7fba79475269bd5fe19e304d77d25c6
08:33:31 [2022-05-27T08:33:31.301Z] Merge succeeded, producing a04e3326e7fba79475269bd5fe19e304d77d25c6
08:33:31 [2022-05-27T08:33:31.301Z] Checking out Revision a04e3326e7fba79475269bd5fe19e304d77d25c6 (PR-43649)
08:33:29 [2022-05-27T08:33:29.957Z]  > git config core.sparsecheckout # timeout=10
08:33:29 [2022-05-27T08:33:29.986Z]  > git checkout -f a04e3326e7fba79475269bd5fe19e304d77d25c6 # timeout=10
08:33:31 [2022-05-27T08:33:31.205Z]  > git remote # timeout=10
08:33:31 [2022-05-27T08:33:31.225Z]  > git config --get remote.origin.url # timeout=10
08:33:31 [2022-05-27T08:33:31.249Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:33:31 [2022-05-27T08:33:31.250Z]  > git merge 262f574f01e7e525af37e3bf278300045c076b71 # timeout=10
08:33:31 [2022-05-27T08:33:31.283Z]  > git rev-parse HEAD^{commit} # timeout=10
08:33:31 [2022-05-27T08:33:31.312Z]  > git config core.sparsecheckout # timeout=10
08:33:31 [2022-05-27T08:33:31.333Z]  > git checkout -f a04e3326e7fba79475269bd5fe19e304d77d25c6 # timeout=10
08:33:35 [2022-05-27T08:33:35.866Z] Commit message: "Fix constant `WARNING: No swap limit support` on cgroup v2 hosts"