Skip to content

Console Output

06:33:34 [2020-02-14T06:33:34.600Z] using credential docker-jenkins-github-credentials
06:33:34 [2020-02-14T06:33:34.610Z] Cloning the remote Git repository
06:33:34 [2020-02-14T06:33:34.610Z] Cloning with configured refspecs honoured and without tags
06:33:34 [2020-02-14T06:33:34.650Z] Cloning repository https://github.com/moby/moby.git
06:33:34 [2020-02-14T06:33:34.695Z]  > git init /home/ubuntu/workspace/moby_PR-40486 # timeout=10
06:33:34 [2020-02-14T06:33:34.944Z] Fetching upstream changes from https://github.com/moby/moby.git
06:33:34 [2020-02-14T06:33:34.945Z]  > git --version # timeout=10
06:33:34 [2020-02-14T06:33:34.958Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
06:33:34 [2020-02-14T06:33:34.960Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40486/head:refs/remotes/origin/PR-40486 +refs/heads/master:refs/remotes/origin/master
06:33:49 [2020-02-14T06:33:49.609Z] Fetching without tags
06:33:49 [2020-02-14T06:33:49.996Z] Merging remotes/origin/master commit 31a86c4ab209528b77d6048f8c99c363ffd4c884 into PR head commit ca4b51868a5e704dcc5b7281f479bb4e56011960
06:33:49 [2020-02-14T06:33:49.562Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
06:33:49 [2020-02-14T06:33:49.580Z]  > git config --add remote.origin.fetch +refs/pull/40486/head:refs/remotes/origin/PR-40486 # timeout=10
06:33:49 [2020-02-14T06:33:49.591Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
06:33:49 [2020-02-14T06:33:49.606Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
06:33:49 [2020-02-14T06:33:49.621Z] Fetching upstream changes from https://github.com/moby/moby.git
06:33:49 [2020-02-14T06:33:49.622Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
06:33:49 [2020-02-14T06:33:49.623Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40486/head:refs/remotes/origin/PR-40486 +refs/heads/master:refs/remotes/origin/master
06:33:50 [2020-02-14T06:33:50.013Z]  > git config core.sparsecheckout # timeout=10
06:33:50 [2020-02-14T06:33:50.018Z]  > git checkout -f ca4b51868a5e704dcc5b7281f479bb4e56011960
06:33:50 [2020-02-14T06:33:50.971Z] Merge succeeded, producing ca4b51868a5e704dcc5b7281f479bb4e56011960
06:33:50 [2020-02-14T06:33:50.972Z] Checking out Revision ca4b51868a5e704dcc5b7281f479bb4e56011960 (PR-40486)
06:33:50 [2020-02-14T06:33:50.944Z]  > git merge 31a86c4ab209528b77d6048f8c99c363ffd4c884 # timeout=10
06:33:50 [2020-02-14T06:33:50.965Z]  > git rev-parse HEAD^{commit} # timeout=10
06:33:50 [2020-02-14T06:33:50.983Z]  > git config core.sparsecheckout # timeout=10
06:33:50 [2020-02-14T06:33:50.992Z]  > git checkout -f ca4b51868a5e704dcc5b7281f479bb4e56011960
06:33:52 [2020-02-14T06:33:52.322Z] Commit message: "rootless: support `--exec-opt native.cgroupdriver=systemd`"