Skip to content

Console Output

06:33:32 [2020-02-14T06:33:32.372Z] using credential docker-jenkins-github-credentials
06:33:32 [2020-02-14T06:33:32.532Z] Cloning the remote Git repository
06:33:32 [2020-02-14T06:33:32.532Z] Cloning with configured refspecs honoured and without tags
06:33:32 [2020-02-14T06:33:32.569Z] Cloning repository https://github.com/moby/moby.git
06:33:32 [2020-02-14T06:33:32.571Z]  > git init /home/jenkins/workspace/moby_PR-40486 # timeout=10
06:33:32 [2020-02-14T06:33:32.599Z] Fetching upstream changes from https://github.com/moby/moby.git
06:33:32 [2020-02-14T06:33:32.600Z]  > git --version # timeout=10
06:33:32 [2020-02-14T06:33:32.617Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
06:33:32 [2020-02-14T06:33:32.625Z]  > 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:40 [2020-02-14T06:33:40.646Z] Fetching without tags
06:33:41 [2020-02-14T06:33:41.039Z] Merging remotes/origin/master commit 31a86c4ab209528b77d6048f8c99c363ffd4c884 into PR head commit ca4b51868a5e704dcc5b7281f479bb4e56011960
06:33:41 [2020-02-14T06:33:41.687Z] Merge succeeded, producing ca4b51868a5e704dcc5b7281f479bb4e56011960
06:33:41 [2020-02-14T06:33:41.688Z] Checking out Revision ca4b51868a5e704dcc5b7281f479bb4e56011960 (PR-40486)
06:33:40 [2020-02-14T06:33:40.531Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
06:33:40 [2020-02-14T06:33:40.548Z]  > git config --add remote.origin.fetch +refs/pull/40486/head:refs/remotes/origin/PR-40486 # timeout=10
06:33:40 [2020-02-14T06:33:40.564Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
06:33:40 [2020-02-14T06:33:40.619Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
06:33:40 [2020-02-14T06:33:40.679Z] Fetching upstream changes from https://github.com/moby/moby.git
06:33:40 [2020-02-14T06:33:40.681Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
06:33:40 [2020-02-14T06:33:40.682Z]  > 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:41 [2020-02-14T06:33:41.070Z]  > git config core.sparsecheckout # timeout=10
06:33:41 [2020-02-14T06:33:41.086Z]  > git checkout -f ca4b51868a5e704dcc5b7281f479bb4e56011960
06:33:41 [2020-02-14T06:33:41.598Z]  > git merge 31a86c4ab209528b77d6048f8c99c363ffd4c884 # timeout=10
06:33:41 [2020-02-14T06:33:41.658Z]  > git rev-parse HEAD^{commit} # timeout=10
06:33:41 [2020-02-14T06:33:41.719Z]  > git config core.sparsecheckout # timeout=10
06:33:41 [2020-02-14T06:33:41.737Z]  > git checkout -f ca4b51868a5e704dcc5b7281f479bb4e56011960
06:33:42 [2020-02-14T06:33:42.349Z] Commit message: "rootless: support `--exec-opt native.cgroupdriver=systemd`"