Skip to content

Console Output

09:50:38 [2021-07-02T09:50:38.601Z] The recommended git tool is: git
09:50:41 [2021-07-02T09:50:41.383Z] using credential docker-jenkins-github-credentials
09:50:41 [2021-07-02T09:50:41.394Z] Cloning the remote Git repository
09:50:41 [2021-07-02T09:50:41.395Z] Cloning with configured refspecs honoured and without tags
09:50:41 [2021-07-02T09:50:41.413Z] Cloning repository https://github.com/moby/moby.git
09:50:41 [2021-07-02T09:50:41.483Z]  > git init /home/ubuntu/workspace/moby_PR-42550 # timeout=10
09:50:41 [2021-07-02T09:50:41.763Z] Fetching upstream changes from https://github.com/moby/moby.git
09:50:41 [2021-07-02T09:50:41.764Z]  > git --version # timeout=10
09:50:41 [2021-07-02T09:50:41.809Z]  > git --version # 'git version 2.17.1'
09:50:41 [2021-07-02T09:50:41.809Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:50:41 [2021-07-02T09:50:41.811Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42550/head:refs/remotes/origin/PR-42550 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:51:05 [2021-07-02T09:51:05.128Z] Fetching without tags
09:51:05 [2021-07-02T09:51:05.443Z] Merging remotes/origin/master commit 2a562b15833fe87adf03405edec6bd7235945f7f into PR head commit af3e5568fcca17bacb7d27d1bbff0b68bb855b83
09:51:06 [2021-07-02T09:51:06.308Z] Merge succeeded, producing af3e5568fcca17bacb7d27d1bbff0b68bb855b83
09:51:06 [2021-07-02T09:51:06.308Z] Checking out Revision af3e5568fcca17bacb7d27d1bbff0b68bb855b83 (PR-42550)
09:51:05 [2021-07-02T09:51:05.046Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:51:05 [2021-07-02T09:51:05.058Z]  > git config --add remote.origin.fetch +refs/pull/42550/head:refs/remotes/origin/PR-42550 # timeout=10
09:51:05 [2021-07-02T09:51:05.090Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:51:05 [2021-07-02T09:51:05.109Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:51:05 [2021-07-02T09:51:05.131Z] Fetching upstream changes from https://github.com/moby/moby.git
09:51:05 [2021-07-02T09:51:05.132Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:51:05 [2021-07-02T09:51:05.133Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42550/head:refs/remotes/origin/PR-42550 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:51:05 [2021-07-02T09:51:05.450Z]  > git config core.sparsecheckout # timeout=10
09:51:05 [2021-07-02T09:51:05.470Z]  > git checkout -f af3e5568fcca17bacb7d27d1bbff0b68bb855b83 # timeout=10
09:51:06 [2021-07-02T09:51:06.218Z]  > git remote # timeout=10
09:51:06 [2021-07-02T09:51:06.232Z]  > git config --get remote.origin.url # timeout=10
09:51:06 [2021-07-02T09:51:06.246Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:51:06 [2021-07-02T09:51:06.289Z]  > git merge 2a562b15833fe87adf03405edec6bd7235945f7f # timeout=10
09:51:06 [2021-07-02T09:51:06.299Z]  > git rev-parse HEAD^{commit} # timeout=10
09:51:06 [2021-07-02T09:51:06.310Z]  > git config core.sparsecheckout # timeout=10
09:51:06 [2021-07-02T09:51:06.317Z]  > git checkout -f af3e5568fcca17bacb7d27d1bbff0b68bb855b83 # timeout=10
09:51:10 [2021-07-02T09:51:10.356Z] Commit message: "daemon/images: fix shared size computation for filtered requests"