Skip to content

Console Output

07:31:11 [2022-04-28T07:31:11.543Z] The recommended git tool is: git
07:31:13 [2022-04-28T07:31:13.851Z] using credential docker-jenkins-github-credentials
07:31:13 [2022-04-28T07:31:13.860Z] Cloning the remote Git repository
07:31:13 [2022-04-28T07:31:13.860Z] Cloning with configured refspecs honoured and without tags
07:31:13 [2022-04-28T07:31:13.880Z] Cloning repository https://github.com/moby/moby.git
07:31:13 [2022-04-28T07:31:13.936Z]  > git init /home/ubuntu/workspace/moby_PR-43536 # timeout=10
07:31:13 [2022-04-28T07:31:13.977Z] Fetching upstream changes from https://github.com/moby/moby.git
07:31:13 [2022-04-28T07:31:13.977Z]  > git --version # timeout=10
07:31:13 [2022-04-28T07:31:13.997Z]  > git --version # 'git version 2.17.1'
07:31:13 [2022-04-28T07:31:13.997Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:31:13 [2022-04-28T07:31:13.999Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43536/head:refs/remotes/origin/PR-43536 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:31:30 [2022-04-28T07:31:30.116Z] Fetching without tags
07:31:30 [2022-04-28T07:31:30.310Z] Merging remotes/origin/master commit 1f8d44babf18811ff9020de667bf6fda8d3c4401 into PR head commit 4cf904494e221d2a9846f4d720b6701a14215cb2
07:31:31 [2022-04-28T07:31:31.049Z] Merge succeeded, producing 4cf904494e221d2a9846f4d720b6701a14215cb2
07:31:31 [2022-04-28T07:31:31.050Z] Checking out Revision 4cf904494e221d2a9846f4d720b6701a14215cb2 (PR-43536)
07:31:30 [2022-04-28T07:31:30.046Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:31:30 [2022-04-28T07:31:30.056Z]  > git config --add remote.origin.fetch +refs/pull/43536/head:refs/remotes/origin/PR-43536 # timeout=10
07:31:30 [2022-04-28T07:31:30.070Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
07:31:30 [2022-04-28T07:31:30.091Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:31:30 [2022-04-28T07:31:30.121Z] Fetching upstream changes from https://github.com/moby/moby.git
07:31:30 [2022-04-28T07:31:30.121Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:31:30 [2022-04-28T07:31:30.122Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43536/head:refs/remotes/origin/PR-43536 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:31:30 [2022-04-28T07:31:30.322Z]  > git config core.sparsecheckout # timeout=10
07:31:30 [2022-04-28T07:31:30.339Z]  > git checkout -f 4cf904494e221d2a9846f4d720b6701a14215cb2 # timeout=10
07:31:30 [2022-04-28T07:31:30.935Z]  > git remote # timeout=10
07:31:30 [2022-04-28T07:31:30.964Z]  > git config --get remote.origin.url # timeout=10
07:31:30 [2022-04-28T07:31:30.999Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:31:31 [2022-04-28T07:31:31.000Z]  > git merge 1f8d44babf18811ff9020de667bf6fda8d3c4401 # timeout=10
07:31:31 [2022-04-28T07:31:31.036Z]  > git rev-parse HEAD^{commit} # timeout=10
07:31:31 [2022-04-28T07:31:31.053Z]  > git config core.sparsecheckout # timeout=10
07:31:31 [2022-04-28T07:31:31.066Z]  > git checkout -f 4cf904494e221d2a9846f4d720b6701a14215cb2 # timeout=10
07:31:35 [2022-04-28T07:31:35.340Z] Commit message: "daemon: reloadMaxDownloadAttempts() remove validation"