Skip to content

Console Output

09:50:58 [2021-07-02T09:50:58.404Z] The recommended git tool is: git
09:51:03 [2021-07-02T09:51:03.123Z] using credential docker-jenkins-github-credentials
09:51:03 [2021-07-02T09:51:03.132Z] Cloning the remote Git repository
09:51:03 [2021-07-02T09:51:03.132Z] Cloning with configured refspecs honoured and without tags
09:51:03 [2021-07-02T09:51:03.227Z] Cloning repository https://github.com/moby/moby.git
09:51:03 [2021-07-02T09:51:03.302Z]  > git init /home/ubuntu/workspace/moby_PR-42550 # timeout=10
09:51:03 [2021-07-02T09:51:03.819Z] Fetching upstream changes from https://github.com/moby/moby.git
09:51:03 [2021-07-02T09:51:03.820Z]  > git --version # timeout=10
09:51:03 [2021-07-02T09:51:03.830Z]  > git --version # 'git version 2.25.1'
09:51:03 [2021-07-02T09:51:03.830Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:51:03 [2021-07-02T09:51:03.833Z]  > git fetch --no-tags --force --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:25 [2021-07-02T09:51:25.500Z] Fetching without tags
09:51:25 [2021-07-02T09:51:25.825Z] Merging remotes/origin/master commit 2a562b15833fe87adf03405edec6bd7235945f7f into PR head commit af3e5568fcca17bacb7d27d1bbff0b68bb855b83
09:51:26 [2021-07-02T09:51:26.937Z] Merge succeeded, producing af3e5568fcca17bacb7d27d1bbff0b68bb855b83
09:51:26 [2021-07-02T09:51:26.937Z] Checking out Revision af3e5568fcca17bacb7d27d1bbff0b68bb855b83 (PR-42550)
09:51:25 [2021-07-02T09:51:25.457Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:51:25 [2021-07-02T09:51:25.464Z]  > git config --add remote.origin.fetch +refs/pull/42550/head:refs/remotes/origin/PR-42550 # timeout=10
09:51:25 [2021-07-02T09:51:25.480Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:51:25 [2021-07-02T09:51:25.491Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:51:25 [2021-07-02T09:51:25.507Z] Fetching upstream changes from https://github.com/moby/moby.git
09:51:25 [2021-07-02T09:51:25.507Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:51:25 [2021-07-02T09:51:25.509Z]  > git fetch --no-tags --force --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:25 [2021-07-02T09:51:25.835Z]  > git config core.sparsecheckout # timeout=10
09:51:25 [2021-07-02T09:51:25.841Z]  > git checkout -f af3e5568fcca17bacb7d27d1bbff0b68bb855b83 # timeout=10
09:51:26 [2021-07-02T09:51:26.897Z]  > git remote # timeout=10
09:51:26 [2021-07-02T09:51:26.904Z]  > git config --get remote.origin.url # timeout=10
09:51:26 [2021-07-02T09:51:26.917Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:51:26 [2021-07-02T09:51:26.918Z]  > git merge 2a562b15833fe87adf03405edec6bd7235945f7f # timeout=10
09:51:26 [2021-07-02T09:51:26.931Z]  > git rev-parse HEAD^{commit} # timeout=10
09:51:26 [2021-07-02T09:51:26.941Z]  > git config core.sparsecheckout # timeout=10
09:51:26 [2021-07-02T09:51:26.945Z]  > git checkout -f af3e5568fcca17bacb7d27d1bbff0b68bb855b83 # timeout=10
09:51:31 [2021-07-02T09:51:31.764Z] Commit message: "daemon/images: fix shared size computation for filtered requests"