Skip to content

Console Output

09:50:46 [2021-07-02T09:50:46.228Z] The recommended git tool is: git
09:50:49 [2021-07-02T09:50:49.606Z] using credential docker-jenkins-github-credentials
09:50:49 [2021-07-02T09:50:49.617Z] Cloning the remote Git repository
09:50:49 [2021-07-02T09:50:49.617Z] Cloning with configured refspecs honoured and without tags
09:50:49 [2021-07-02T09:50:49.666Z] Cloning repository https://github.com/moby/moby.git
09:50:49 [2021-07-02T09:50:49.731Z]  > git init /home/ubuntu/workspace/moby_PR-42550 # timeout=10
09:50:50 [2021-07-02T09:50:50.107Z] Fetching upstream changes from https://github.com/moby/moby.git
09:50:50 [2021-07-02T09:50:50.107Z]  > git --version # timeout=10
09:50:50 [2021-07-02T09:50:50.134Z]  > git --version # 'git version 2.17.1'
09:50:50 [2021-07-02T09:50:50.135Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:50:50 [2021-07-02T09:50:50.136Z]  > 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:08 [2021-07-02T09:51:08.441Z] Fetching without tags
09:51:08 [2021-07-02T09:51:08.925Z] Merging remotes/origin/master commit 2a562b15833fe87adf03405edec6bd7235945f7f into PR head commit af3e5568fcca17bacb7d27d1bbff0b68bb855b83
09:51:08 [2021-07-02T09:51:08.356Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:51:08 [2021-07-02T09:51:08.382Z]  > git config --add remote.origin.fetch +refs/pull/42550/head:refs/remotes/origin/PR-42550 # timeout=10
09:51:08 [2021-07-02T09:51:08.406Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:51:08 [2021-07-02T09:51:08.428Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:51:08 [2021-07-02T09:51:08.446Z] Fetching upstream changes from https://github.com/moby/moby.git
09:51:08 [2021-07-02T09:51:08.446Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:51:08 [2021-07-02T09:51:08.447Z]  > 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:08 [2021-07-02T09:51:08.933Z]  > git config core.sparsecheckout # timeout=10
09:51:08 [2021-07-02T09:51:08.958Z]  > git checkout -f af3e5568fcca17bacb7d27d1bbff0b68bb855b83 # timeout=10
09:51:10 [2021-07-02T09:51:10.188Z]  > git remote # timeout=10
09:51:10 [2021-07-02T09:51:10.204Z]  > git config --get remote.origin.url # timeout=10
09:51:10 [2021-07-02T09:51:10.222Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:51:10 [2021-07-02T09:51:10.310Z] Merge succeeded, producing af3e5568fcca17bacb7d27d1bbff0b68bb855b83
09:51:10 [2021-07-02T09:51:10.311Z] Checking out Revision af3e5568fcca17bacb7d27d1bbff0b68bb855b83 (PR-42550)
09:51:10 [2021-07-02T09:51:10.273Z]  > git merge 2a562b15833fe87adf03405edec6bd7235945f7f # timeout=10
09:51:10 [2021-07-02T09:51:10.289Z]  > git rev-parse HEAD^{commit} # timeout=10
09:51:10 [2021-07-02T09:51:10.318Z]  > git config core.sparsecheckout # timeout=10
09:51:10 [2021-07-02T09:51:10.332Z]  > git checkout -f af3e5568fcca17bacb7d27d1bbff0b68bb855b83 # timeout=10
09:51:14 [2021-07-02T09:51:14.241Z] Commit message: "daemon/images: fix shared size computation for filtered requests"