Skip to content

Console Output

16:53:28 [2020-01-06T16:53:28.518Z] using credential docker-jenkins-github-credentials
16:53:28 [2020-01-06T16:53:28.567Z] Cloning the remote Git repository
16:53:28 [2020-01-06T16:53:28.567Z] Cloning with configured refspecs honoured and without tags
16:53:28 [2020-01-06T16:53:28.601Z] Cloning repository https://github.com/moby/moby.git
16:53:28 [2020-01-06T16:53:28.603Z]  > git init /home/jenkins/workspace/moby_PR-40349 # timeout=10
16:53:28 [2020-01-06T16:53:28.649Z] Fetching upstream changes from https://github.com/moby/moby.git
16:53:28 [2020-01-06T16:53:28.651Z]  > git --version # timeout=10
16:53:28 [2020-01-06T16:53:28.665Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:53:28 [2020-01-06T16:53:28.666Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40349/head:refs/remotes/origin/PR-40349 +refs/heads/master:refs/remotes/origin/master
16:53:38 [2020-01-06T16:53:38.144Z] Fetching without tags
16:53:38 [2020-01-06T16:53:38.582Z] Merging remotes/origin/master commit a9507c6f76627fdc092edc542d5a7ef4a6df5eec into PR head commit 1c16572fe6a606c0899eb9307edd006fbfa17e5e
16:53:39 [2020-01-06T16:53:39.293Z] Merge succeeded, producing 1c16572fe6a606c0899eb9307edd006fbfa17e5e
16:53:39 [2020-01-06T16:53:39.294Z] Checking out Revision 1c16572fe6a606c0899eb9307edd006fbfa17e5e (PR-40349)
16:53:38 [2020-01-06T16:53:38.027Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:53:38 [2020-01-06T16:53:38.042Z]  > git config --add remote.origin.fetch +refs/pull/40349/head:refs/remotes/origin/PR-40349 # timeout=10
16:53:38 [2020-01-06T16:53:38.056Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:53:38 [2020-01-06T16:53:38.115Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:53:38 [2020-01-06T16:53:38.179Z] Fetching upstream changes from https://github.com/moby/moby.git
16:53:38 [2020-01-06T16:53:38.181Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:53:38 [2020-01-06T16:53:38.182Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40349/head:refs/remotes/origin/PR-40349 +refs/heads/master:refs/remotes/origin/master
16:53:38 [2020-01-06T16:53:38.614Z]  > git config core.sparsecheckout # timeout=10
16:53:38 [2020-01-06T16:53:38.629Z]  > git checkout -f 1c16572fe6a606c0899eb9307edd006fbfa17e5e
16:53:39 [2020-01-06T16:53:39.197Z]  > git merge a9507c6f76627fdc092edc542d5a7ef4a6df5eec # timeout=10
16:53:39 [2020-01-06T16:53:39.261Z]  > git rev-parse HEAD^{commit} # timeout=10
16:53:39 [2020-01-06T16:53:39.326Z]  > git config core.sparsecheckout # timeout=10
16:53:39 [2020-01-06T16:53:39.343Z]  > git checkout -f 1c16572fe6a606c0899eb9307edd006fbfa17e5e
16:53:39 [2020-01-06T16:53:39.787Z] Commit message: "registry: fix goimports"