Skip to content

Console Output

05:57:37 [2021-02-01T05:57:37.446Z] using credential docker-jenkins-github-credentials
05:57:37 [2021-02-01T05:57:37.460Z] Cloning the remote Git repository
05:57:37 [2021-02-01T05:57:37.460Z] Cloning with configured refspecs honoured and without tags
05:57:37 [2021-02-01T05:57:37.467Z] Cloning repository https://github.com/moby/moby.git
05:57:37 [2021-02-01T05:57:37.468Z]  > git init /home/docker/workspace/moby_PR-41893 # timeout=10
05:57:37 [2021-02-01T05:57:37.477Z] Fetching upstream changes from https://github.com/moby/moby.git
05:57:37 [2021-02-01T05:57:37.477Z]  > git --version # timeout=10
05:57:37 [2021-02-01T05:57:37.480Z]  > git --version # 'git version 2.7.4'
05:57:37 [2021-02-01T05:57:37.481Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
05:57:37 [2021-02-01T05:57:37.482Z]  > 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:58:08 [2021-02-01T05:58:08.696Z] Fetching without tags
05:58:09 [2021-02-01T05:58:09.115Z] Merging remotes/origin/master commit 3e0025e2fc137f51e95758618e1b42627fe6ea1c into PR head commit 227687f2efb848f06e756bc0f6b470b05f7d502a
05:58:09 [2021-02-01T05:58:09.948Z] Merge succeeded, producing 227687f2efb848f06e756bc0f6b470b05f7d502a
05:58:09 [2021-02-01T05:58:09.948Z] Checking out Revision 227687f2efb848f06e756bc0f6b470b05f7d502a (PR-41893)
05:58:08 [2021-02-01T05:58:08.667Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
05:58:08 [2021-02-01T05:58:08.671Z]  > git config --add remote.origin.fetch +refs/pull/41893/head:refs/remotes/origin/PR-41893 # timeout=10
05:58:08 [2021-02-01T05:58:08.674Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
05:58:08 [2021-02-01T05:58:08.688Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
05:58:08 [2021-02-01T05:58:08.704Z] Fetching upstream changes from https://github.com/moby/moby.git
05:58:08 [2021-02-01T05:58:08.704Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
05:58:08 [2021-02-01T05:58:08.705Z]  > 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:58:09 [2021-02-01T05:58:09.122Z]  > git config core.sparsecheckout # timeout=10
05:58:09 [2021-02-01T05:58:09.125Z]  > git checkout -f 227687f2efb848f06e756bc0f6b470b05f7d502a # timeout=10
05:58:09 [2021-02-01T05:58:09.905Z]  > git remote # timeout=10
05:58:09 [2021-02-01T05:58:09.909Z]  > git config --get remote.origin.url # timeout=10
05:58:09 [2021-02-01T05:58:09.912Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
05:58:09 [2021-02-01T05:58:09.913Z]  > git merge 3e0025e2fc137f51e95758618e1b42627fe6ea1c # timeout=10
05:58:09 [2021-02-01T05:58:09.940Z]  > git rev-parse HEAD^{commit} # timeout=10
05:58:09 [2021-02-01T05:58:09.955Z]  > git config core.sparsecheckout # timeout=10
05:58:09 [2021-02-01T05:58:09.959Z]  > git checkout -f 227687f2efb848f06e756bc0f6b470b05f7d502a # timeout=10
05:58:11 [2021-02-01T05:58:11.026Z] Commit message: "rootless: support --pid=host"