Skip to content

Console Output

23:07:35 [2020-02-10T23:07:35.112Z] using credential docker-jenkins-github-credentials
23:07:35 [2020-02-10T23:07:35.126Z] Cloning the remote Git repository
23:07:35 [2020-02-10T23:07:35.126Z] Cloning with configured refspecs honoured and without tags
23:07:35 [2020-02-10T23:07:35.137Z] Cloning repository https://github.com/moby/moby.git
23:07:35 [2020-02-10T23:07:35.137Z]  > git init /home/ubuntu/workspace/moby_PR-40472 # timeout=10
23:07:35 [2020-02-10T23:07:35.150Z] Fetching upstream changes from https://github.com/moby/moby.git
23:07:35 [2020-02-10T23:07:35.150Z]  > git --version # timeout=10
23:07:35 [2020-02-10T23:07:35.154Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:07:35 [2020-02-10T23:07:35.155Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40472/head:refs/remotes/origin/PR-40472 +refs/heads/master:refs/remotes/origin/master
23:07:49 [2020-02-10T23:07:49.422Z] Fetching without tags
23:07:49 [2020-02-10T23:07:49.848Z] Merging remotes/origin/master commit c6400be46865296db2891d6cf1324982700537e0 into PR head commit 9f0b3f5609faf69537cdf1882c251deec6e9eb26
23:07:50 [2020-02-10T23:07:50.693Z] Merge succeeded, producing 9f0b3f5609faf69537cdf1882c251deec6e9eb26
23:07:50 [2020-02-10T23:07:50.693Z] Checking out Revision 9f0b3f5609faf69537cdf1882c251deec6e9eb26 (PR-40472)
23:07:49 [2020-02-10T23:07:49.404Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:07:49 [2020-02-10T23:07:49.408Z]  > git config --add remote.origin.fetch +refs/pull/40472/head:refs/remotes/origin/PR-40472 # timeout=10
23:07:49 [2020-02-10T23:07:49.412Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
23:07:49 [2020-02-10T23:07:49.421Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:07:49 [2020-02-10T23:07:49.432Z] Fetching upstream changes from https://github.com/moby/moby.git
23:07:49 [2020-02-10T23:07:49.432Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:07:49 [2020-02-10T23:07:49.433Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40472/head:refs/remotes/origin/PR-40472 +refs/heads/master:refs/remotes/origin/master
23:07:49 [2020-02-10T23:07:49.858Z]  > git config core.sparsecheckout # timeout=10
23:07:49 [2020-02-10T23:07:49.862Z]  > git checkout -f 9f0b3f5609faf69537cdf1882c251deec6e9eb26
23:07:50 [2020-02-10T23:07:50.681Z]  > git merge c6400be46865296db2891d6cf1324982700537e0 # timeout=10
23:07:50 [2020-02-10T23:07:50.695Z]  > git rev-parse HEAD^{commit} # timeout=10
23:07:50 [2020-02-10T23:07:50.704Z]  > git config core.sparsecheckout # timeout=10
23:07:50 [2020-02-10T23:07:50.711Z]  > git checkout -f 9f0b3f5609faf69537cdf1882c251deec6e9eb26
23:07:51 [2020-02-10T23:07:51.316Z] Commit message: "bump gotest.tools v3.0.1 for compatibility with Go 1.14"