Skip to content

Console Output

18:16:11 [2020-02-25T18:16:11.615Z] using credential docker-jenkins-github-credentials
18:16:11 [2020-02-25T18:16:11.660Z] Cloning the remote Git repository
18:16:11 [2020-02-25T18:16:11.660Z] Cloning with configured refspecs honoured and without tags
18:16:11 [2020-02-25T18:16:11.690Z] Cloning repository https://github.com/moby/moby.git
18:16:11 [2020-02-25T18:16:11.692Z]  > git init /home/jenkins/workspace/moby_PR-40576 # timeout=10
18:16:11 [2020-02-25T18:16:11.716Z] Fetching upstream changes from https://github.com/moby/moby.git
18:16:11 [2020-02-25T18:16:11.717Z]  > git --version # timeout=10
18:16:11 [2020-02-25T18:16:11.729Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:16:11 [2020-02-25T18:16:11.730Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40576/head:refs/remotes/origin/PR-40576 +refs/heads/master:refs/remotes/origin/master
18:16:19 [2020-02-25T18:16:19.565Z] Fetching without tags
18:16:19 [2020-02-25T18:16:19.463Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:16:19 [2020-02-25T18:16:19.476Z]  > git config --add remote.origin.fetch +refs/pull/40576/head:refs/remotes/origin/PR-40576 # timeout=10
18:16:19 [2020-02-25T18:16:19.488Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
18:16:19 [2020-02-25T18:16:19.540Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:16:19 [2020-02-25T18:16:19.596Z] Fetching upstream changes from https://github.com/moby/moby.git
18:16:19 [2020-02-25T18:16:19.598Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:16:19 [2020-02-25T18:16:19.599Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40576/head:refs/remotes/origin/PR-40576 +refs/heads/master:refs/remotes/origin/master
18:16:19 [2020-02-25T18:16:19.942Z] Merging remotes/origin/master commit 9fee52d5441526450ce88934dfb01ed726b9e284 into PR head commit e6281b1b3f2234bc14d5b5185f8a7c849fc25acf
18:16:20 [2020-02-25T18:16:20.588Z] Merge succeeded, producing e6281b1b3f2234bc14d5b5185f8a7c849fc25acf
18:16:20 [2020-02-25T18:16:20.589Z] Checking out Revision e6281b1b3f2234bc14d5b5185f8a7c849fc25acf (PR-40576)
18:16:19 [2020-02-25T18:16:19.971Z]  > git config core.sparsecheckout # timeout=10
18:16:19 [2020-02-25T18:16:19.984Z]  > git checkout -f e6281b1b3f2234bc14d5b5185f8a7c849fc25acf
18:16:20 [2020-02-25T18:16:20.502Z]  > git merge 9fee52d5441526450ce88934dfb01ed726b9e284 # timeout=10
18:16:20 [2020-02-25T18:16:20.556Z]  > git rev-parse HEAD^{commit} # timeout=10
18:16:20 [2020-02-25T18:16:20.640Z]  > git config core.sparsecheckout # timeout=10
18:16:20 [2020-02-25T18:16:20.656Z]  > git checkout -f e6281b1b3f2234bc14d5b5185f8a7c849fc25acf
18:16:21 [2020-02-25T18:16:21.285Z] Commit message: "Revert "Don't die when daemon cannot read certs.d""