Skip to content

Console Output

09:50:46 [2021-07-02T09:50:46.891Z] The recommended git tool is: git
09:50:50 [2021-07-02T09:50:50.151Z] using credential docker-jenkins-github-credentials
09:50:50 [2021-07-02T09:50:50.158Z] Cloning the remote Git repository
09:50:50 [2021-07-02T09:50:50.158Z] Cloning with configured refspecs honoured and without tags
09:50:50 [2021-07-02T09:50:50.179Z] Cloning repository https://github.com/moby/moby.git
09:50:50 [2021-07-02T09:50:50.235Z]  > git init /home/ubuntu/workspace/moby_PR-42550 # timeout=10
09:50:50 [2021-07-02T09:50:50.551Z] Fetching upstream changes from https://github.com/moby/moby.git
09:50:50 [2021-07-02T09:50:50.552Z]  > git --version # timeout=10
09:50:50 [2021-07-02T09:50:50.586Z]  > git --version # 'git version 2.25.1'
09:50:50 [2021-07-02T09:50:50.586Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:50:50 [2021-07-02T09:50:50.588Z]  > 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:08 [2021-07-02T09:51:08.922Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:51:08 [2021-07-02T09:51:08.939Z]  > 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.999Z] Fetching without tags
09:51:09 [2021-07-02T09:51:09.294Z] Merging remotes/origin/master commit 2a562b15833fe87adf03405edec6bd7235945f7f into PR head commit af3e5568fcca17bacb7d27d1bbff0b68bb855b83
09:51:10 [2021-07-02T09:51:10.121Z] Merge succeeded, producing af3e5568fcca17bacb7d27d1bbff0b68bb855b83
09:51:10 [2021-07-02T09:51:10.122Z] Checking out Revision af3e5568fcca17bacb7d27d1bbff0b68bb855b83 (PR-42550)
09:51:08 [2021-07-02T09:51:08.955Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:51:08 [2021-07-02T09:51:08.971Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:51:09 [2021-07-02T09:51:09.003Z] Fetching upstream changes from https://github.com/moby/moby.git
09:51:09 [2021-07-02T09:51:09.004Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:51:09 [2021-07-02T09:51:09.005Z]  > 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:09 [2021-07-02T09:51:09.301Z]  > git config core.sparsecheckout # timeout=10
09:51:09 [2021-07-02T09:51:09.319Z]  > git checkout -f af3e5568fcca17bacb7d27d1bbff0b68bb855b83 # timeout=10
09:51:10 [2021-07-02T09:51:10.064Z]  > git remote # timeout=10
09:51:10 [2021-07-02T09:51:10.078Z]  > git config --get remote.origin.url # timeout=10
09:51:10 [2021-07-02T09:51:10.087Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:51:10 [2021-07-02T09:51:10.088Z]  > git merge 2a562b15833fe87adf03405edec6bd7235945f7f # timeout=10
09:51:10 [2021-07-02T09:51:10.106Z]  > git rev-parse HEAD^{commit} # timeout=10
09:51:10 [2021-07-02T09:51:10.124Z]  > git config core.sparsecheckout # timeout=10
09:51:10 [2021-07-02T09:51:10.139Z]  > git checkout -f af3e5568fcca17bacb7d27d1bbff0b68bb855b83 # timeout=10
09:51:13 [2021-07-02T09:51:13.869Z] Commit message: "daemon/images: fix shared size computation for filtered requests"