Skip to content

Console Output

05:58:46 [2021-02-01T05:58:46.759Z] using credential docker-jenkins-github-credentials
05:58:46 [2021-02-01T05:58:46.785Z] Cloning the remote Git repository
05:58:46 [2021-02-01T05:58:46.785Z] Cloning with configured refspecs honoured and without tags
05:58:46 [2021-02-01T05:58:46.807Z] Cloning repository https://github.com/moby/moby.git
05:58:46 [2021-02-01T05:58:46.864Z]  > git init /home/ubuntu/workspace/moby_PR-41893 # timeout=10
05:58:47 [2021-02-01T05:58:47.091Z] Fetching upstream changes from https://github.com/moby/moby.git
05:58:47 [2021-02-01T05:58:47.091Z]  > git --version # timeout=10
05:58:47 [2021-02-01T05:58:47.101Z]  > git --version # 'git version 2.17.1'
05:58:47 [2021-02-01T05:58:47.102Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
05:58:47 [2021-02-01T05:58:47.122Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41893/head:refs/remotes/origin/PR-41893 +refs/heads/master:refs/remotes/origin/master # timeout=10
05:59:11 [2021-02-01T05:59:11.628Z] Fetching without tags
05:59:11 [2021-02-01T05:59:11.919Z] Merging remotes/origin/master commit 3e0025e2fc137f51e95758618e1b42627fe6ea1c into PR head commit 227687f2efb848f06e756bc0f6b470b05f7d502a
05:59:12 [2021-02-01T05:59:12.542Z] Merge succeeded, producing 227687f2efb848f06e756bc0f6b470b05f7d502a
05:59:12 [2021-02-01T05:59:12.542Z] Checking out Revision 227687f2efb848f06e756bc0f6b470b05f7d502a (PR-41893)
05:59:11 [2021-02-01T05:59:11.560Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
05:59:11 [2021-02-01T05:59:11.580Z]  > git config --add remote.origin.fetch +refs/pull/41893/head:refs/remotes/origin/PR-41893 # timeout=10
05:59:11 [2021-02-01T05:59:11.594Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
05:59:11 [2021-02-01T05:59:11.612Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
05:59:11 [2021-02-01T05:59:11.632Z] Fetching upstream changes from https://github.com/moby/moby.git
05:59:11 [2021-02-01T05:59:11.632Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
05:59:11 [2021-02-01T05:59:11.634Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41893/head:refs/remotes/origin/PR-41893 +refs/heads/master:refs/remotes/origin/master # timeout=10
05:59:11 [2021-02-01T05:59:11.930Z]  > git config core.sparsecheckout # timeout=10
05:59:11 [2021-02-01T05:59:11.947Z]  > git checkout -f 227687f2efb848f06e756bc0f6b470b05f7d502a # timeout=10
05:59:12 [2021-02-01T05:59:12.472Z]  > git remote # timeout=10
05:59:12 [2021-02-01T05:59:12.489Z]  > git config --get remote.origin.url # timeout=10
05:59:12 [2021-02-01T05:59:12.501Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
05:59:12 [2021-02-01T05:59:12.502Z]  > git merge 3e0025e2fc137f51e95758618e1b42627fe6ea1c # timeout=10
05:59:12 [2021-02-01T05:59:12.523Z]  > git rev-parse HEAD^{commit} # timeout=10
05:59:12 [2021-02-01T05:59:12.545Z]  > git config core.sparsecheckout # timeout=10
05:59:12 [2021-02-01T05:59:12.563Z]  > git checkout -f 227687f2efb848f06e756bc0f6b470b05f7d502a # timeout=10
05:59:16 [2021-02-01T05:59:16.840Z] Commit message: "rootless: support --pid=host"