Skip to content

Console Output

15:39:10 [2019-09-30T15:39:10.311Z] using credential docker-jenkins-github-credentials
15:39:10 [2019-09-30T15:39:10.375Z] Cloning the remote Git repository
15:39:10 [2019-09-30T15:39:10.375Z] Cloning with configured refspecs honoured and without tags
15:39:10 [2019-09-30T15:39:10.419Z] Cloning repository https://github.com/moby/moby.git
15:39:10 [2019-09-30T15:39:10.422Z]  > git init /home/jenkins/workspace/moby_PR-40013 # timeout=10
15:39:10 [2019-09-30T15:39:10.465Z] Fetching upstream changes from https://github.com/moby/moby.git
15:39:10 [2019-09-30T15:39:10.468Z]  > git --version # timeout=10
15:39:10 [2019-09-30T15:39:10.490Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:39:10 [2019-09-30T15:39:10.492Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40013/head:refs/remotes/origin/PR-40013 +refs/heads/master:refs/remotes/origin/master
15:39:19 [2019-09-30T15:39:19.478Z] Fetching without tags
15:39:19 [2019-09-30T15:39:19.324Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:39:19 [2019-09-30T15:39:19.344Z]  > git config --add remote.origin.fetch +refs/pull/40013/head:refs/remotes/origin/PR-40013 # timeout=10
15:39:19 [2019-09-30T15:39:19.364Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:39:19 [2019-09-30T15:39:19.441Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:39:19 [2019-09-30T15:39:19.520Z] Fetching upstream changes from https://github.com/moby/moby.git
15:39:19 [2019-09-30T15:39:19.523Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:39:19 [2019-09-30T15:39:19.524Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40013/head:refs/remotes/origin/PR-40013 +refs/heads/master:refs/remotes/origin/master
15:39:19 [2019-09-30T15:39:19.923Z] Merging remotes/origin/master commit 517b9957b67e0aff3de5d89ecd0f719fc6c7c237 into PR head commit f60d6ee4bc742ff12ff295507e73d24407b64fba
15:39:20 [2019-09-30T15:39:20.940Z] Merge succeeded, producing f60d6ee4bc742ff12ff295507e73d24407b64fba
15:39:20 [2019-09-30T15:39:20.941Z] Checking out Revision f60d6ee4bc742ff12ff295507e73d24407b64fba (PR-40013)
15:39:19 [2019-09-30T15:39:19.974Z]  > git config core.sparsecheckout # timeout=10
15:39:19 [2019-09-30T15:39:19.996Z]  > git checkout -f f60d6ee4bc742ff12ff295507e73d24407b64fba
15:39:20 [2019-09-30T15:39:20.642Z]  > git merge 517b9957b67e0aff3de5d89ecd0f719fc6c7c237 # timeout=10
15:39:20 [2019-09-30T15:39:20.722Z]  > git rev-parse HEAD^{commit} # timeout=10
15:39:20 [2019-09-30T15:39:20.992Z]  > git config core.sparsecheckout # timeout=10
15:39:21 [2019-09-30T15:39:21.015Z]  > git checkout -f f60d6ee4bc742ff12ff295507e73d24407b64fba
15:39:21 [2019-09-30T15:39:21.772Z] Commit message: "testutil: update WithInitsignature to be a daemon.Option"