Skip to content

Console Output

05:58:34 [2021-02-01T05:58:34.108Z] using credential docker-jenkins-github-credentials
05:58:34 [2021-02-01T05:58:34.117Z] Cloning the remote Git repository
05:58:34 [2021-02-01T05:58:34.117Z] Cloning with configured refspecs honoured and without tags
05:58:34 [2021-02-01T05:58:34.134Z] Cloning repository https://github.com/moby/moby.git
05:58:34 [2021-02-01T05:58:34.187Z]  > git init /home/ubuntu/workspace/moby_PR-41893 # timeout=10
05:58:34 [2021-02-01T05:58:34.429Z] Fetching upstream changes from https://github.com/moby/moby.git
05:58:34 [2021-02-01T05:58:34.429Z]  > git --version # timeout=10
05:58:34 [2021-02-01T05:58:34.441Z]  > git --version # 'git version 2.17.1'
05:58:34 [2021-02-01T05:58:34.442Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
05:58:34 [2021-02-01T05:58:34.469Z]  > 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:58 [2021-02-01T05:58:58.641Z] Fetching without tags
05:58:58 [2021-02-01T05:58:58.925Z] Merging remotes/origin/master commit 3e0025e2fc137f51e95758618e1b42627fe6ea1c into PR head commit 227687f2efb848f06e756bc0f6b470b05f7d502a
05:58:59 [2021-02-01T05:58:59.468Z] Merge succeeded, producing 227687f2efb848f06e756bc0f6b470b05f7d502a
05:58:59 [2021-02-01T05:58:59.468Z] Checking out Revision 227687f2efb848f06e756bc0f6b470b05f7d502a (PR-41893)
05:58:58 [2021-02-01T05:58:58.581Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
05:58:58 [2021-02-01T05:58:58.592Z]  > git config --add remote.origin.fetch +refs/pull/41893/head:refs/remotes/origin/PR-41893 # timeout=10
05:58:58 [2021-02-01T05:58:58.599Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
05:58:58 [2021-02-01T05:58:58.619Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
05:58:58 [2021-02-01T05:58:58.643Z] Fetching upstream changes from https://github.com/moby/moby.git
05:58:58 [2021-02-01T05:58:58.643Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
05:58:58 [2021-02-01T05:58:58.645Z]  > 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:58 [2021-02-01T05:58:58.929Z]  > git config core.sparsecheckout # timeout=10
05:58:58 [2021-02-01T05:58:58.946Z]  > git checkout -f 227687f2efb848f06e756bc0f6b470b05f7d502a # timeout=10
05:58:59 [2021-02-01T05:58:59.426Z]  > git remote # timeout=10
05:58:59 [2021-02-01T05:58:59.441Z]  > git config --get remote.origin.url # timeout=10
05:58:59 [2021-02-01T05:58:59.453Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
05:58:59 [2021-02-01T05:58:59.453Z]  > git merge 3e0025e2fc137f51e95758618e1b42627fe6ea1c # timeout=10
05:58:59 [2021-02-01T05:58:59.461Z]  > git rev-parse HEAD^{commit} # timeout=10
05:58:59 [2021-02-01T05:58:59.468Z]  > git config core.sparsecheckout # timeout=10
05:58:59 [2021-02-01T05:58:59.474Z]  > git checkout -f 227687f2efb848f06e756bc0f6b470b05f7d502a # timeout=10
05:59:03 [2021-02-01T05:59:03.666Z] Commit message: "rootless: support --pid=host"