Skip to content

Console Output

08:32:55 [2022-05-27T08:32:55.101Z] The recommended git tool is: git
08:32:58 [2022-05-27T08:32:58.757Z] using credential docker-jenkins-github-credentials
08:32:58 [2022-05-27T08:32:58.767Z] Cloning the remote Git repository
08:32:58 [2022-05-27T08:32:58.768Z] Cloning with configured refspecs honoured and without tags
08:32:58 [2022-05-27T08:32:58.815Z] Cloning repository https://github.com/moby/moby.git
08:32:58 [2022-05-27T08:32:58.885Z]  > git init /home/ubuntu/workspace/moby_PR-43649 # timeout=10
08:32:59 [2022-05-27T08:32:59.408Z] Fetching upstream changes from https://github.com/moby/moby.git
08:32:59 [2022-05-27T08:32:59.409Z]  > git --version # timeout=10
08:32:59 [2022-05-27T08:32:59.422Z]  > git --version # 'git version 2.25.1'
08:32:59 [2022-05-27T08:32:59.422Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:32:59 [2022-05-27T08:32:59.424Z]  > 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.143Z] Fetching without tags
08:33:19 [2022-05-27T08:33:19.051Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:33:19 [2022-05-27T08:33:19.062Z]  > git config --add remote.origin.fetch +refs/pull/43649/head:refs/remotes/origin/PR-43649 # timeout=10
08:33:19 [2022-05-27T08:33:19.084Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
08:33:19 [2022-05-27T08:33:19.132Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:33:19 [2022-05-27T08:33:19.166Z] Fetching upstream changes from https://github.com/moby/moby.git
08:33:19 [2022-05-27T08:33:19.166Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:33:19 [2022-05-27T08:33:19.177Z]  > 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.482Z] Merging remotes/origin/master commit 262f574f01e7e525af37e3bf278300045c076b71 into PR head commit a04e3326e7fba79475269bd5fe19e304d77d25c6
08:33:20 [2022-05-27T08:33:20.646Z] Merge succeeded, producing a04e3326e7fba79475269bd5fe19e304d77d25c6
08:33:20 [2022-05-27T08:33:20.647Z] Checking out Revision a04e3326e7fba79475269bd5fe19e304d77d25c6 (PR-43649)
08:33:19 [2022-05-27T08:33:19.501Z]  > git config core.sparsecheckout # timeout=10
08:33:19 [2022-05-27T08:33:19.527Z]  > git checkout -f a04e3326e7fba79475269bd5fe19e304d77d25c6 # timeout=10
08:33:20 [2022-05-27T08:33:20.543Z]  > git remote # timeout=10
08:33:20 [2022-05-27T08:33:20.557Z]  > git config --get remote.origin.url # timeout=10
08:33:20 [2022-05-27T08:33:20.570Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:33:20 [2022-05-27T08:33:20.639Z]  > git merge 262f574f01e7e525af37e3bf278300045c076b71 # timeout=10
08:33:20 [2022-05-27T08:33:20.649Z]  > git rev-parse HEAD^{commit} # timeout=10
08:33:20 [2022-05-27T08:33:20.658Z]  > git config core.sparsecheckout # timeout=10
08:33:20 [2022-05-27T08:33:20.666Z]  > git checkout -f a04e3326e7fba79475269bd5fe19e304d77d25c6 # timeout=10
08:33:24 [2022-05-27T08:33:24.921Z] Commit message: "Fix constant `WARNING: No swap limit support` on cgroup v2 hosts"