Skip to content

Console Output

05:58:44 [2021-02-01T05:58:44.521Z] using credential docker-jenkins-github-credentials
05:58:44 [2021-02-01T05:58:44.546Z] Cloning the remote Git repository
05:58:44 [2021-02-01T05:58:44.546Z] Cloning with configured refspecs honoured and without tags
05:58:44 [2021-02-01T05:58:44.147Z] Cloning repository https://github.com/moby/moby.git
05:58:44 [2021-02-01T05:58:44.212Z]  > git init /home/ubuntu/workspace/moby_PR-41893 # timeout=10
05:58:44 [2021-02-01T05:58:44.447Z] Fetching upstream changes from https://github.com/moby/moby.git
05:58:44 [2021-02-01T05:58:44.447Z]  > git --version # timeout=10
05:58:44 [2021-02-01T05:58:44.458Z]  > git --version # 'git version 2.7.4'
05:58:44 [2021-02-01T05:58:44.459Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
05:58:44 [2021-02-01T05:58:44.462Z]  > 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:01 [2021-02-01T05:59:01.849Z] Fetching without tags
05:59:02 [2021-02-01T05:59:02.294Z] Merging remotes/origin/master commit 3e0025e2fc137f51e95758618e1b42627fe6ea1c into PR head commit 227687f2efb848f06e756bc0f6b470b05f7d502a
05:59:03 [2021-02-01T05:59:03.254Z] Merge succeeded, producing 227687f2efb848f06e756bc0f6b470b05f7d502a
05:59:03 [2021-02-01T05:59:03.254Z] Checking out Revision 227687f2efb848f06e756bc0f6b470b05f7d502a (PR-41893)
05:59:01 [2021-02-01T05:59:01.774Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
05:59:01 [2021-02-01T05:59:01.795Z]  > git config --add remote.origin.fetch +refs/pull/41893/head:refs/remotes/origin/PR-41893 # timeout=10
05:59:01 [2021-02-01T05:59:01.813Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
05:59:01 [2021-02-01T05:59:01.825Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
05:59:01 [2021-02-01T05:59:01.855Z] Fetching upstream changes from https://github.com/moby/moby.git
05:59:01 [2021-02-01T05:59:01.855Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
05:59:01 [2021-02-01T05:59:01.856Z]  > 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:02 [2021-02-01T05:59:02.304Z]  > git config core.sparsecheckout # timeout=10
05:59:02 [2021-02-01T05:59:02.320Z]  > git checkout -f 227687f2efb848f06e756bc0f6b470b05f7d502a # timeout=10
05:59:03 [2021-02-01T05:59:03.206Z]  > git remote # timeout=10
05:59:03 [2021-02-01T05:59:03.221Z]  > git config --get remote.origin.url # timeout=10
05:59:03 [2021-02-01T05:59:03.231Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
05:59:03 [2021-02-01T05:59:03.233Z]  > git merge 3e0025e2fc137f51e95758618e1b42627fe6ea1c # timeout=10
05:59:03 [2021-02-01T05:59:03.249Z]  > git rev-parse HEAD^{commit} # timeout=10
05:59:03 [2021-02-01T05:59:03.258Z]  > git config core.sparsecheckout # timeout=10
05:59:03 [2021-02-01T05:59:03.269Z]  > git checkout -f 227687f2efb848f06e756bc0f6b470b05f7d502a # timeout=10
05:59:07 [2021-02-01T05:59:07.420Z] Commit message: "rootless: support --pid=host"