Skip to content

Console Output

17:31:03 [2021-07-11T17:31:03.729Z] The recommended git tool is: git
17:31:07 [2021-07-11T17:31:07.132Z] using credential docker-jenkins-github-credentials
17:31:07 [2021-07-11T17:31:07.140Z] Cloning the remote Git repository
17:31:07 [2021-07-11T17:31:07.140Z] Cloning with configured refspecs honoured and without tags
17:31:07 [2021-07-11T17:31:07.160Z] Cloning repository https://github.com/moby/moby.git
17:31:07 [2021-07-11T17:31:07.234Z]  > git init /home/ubuntu/workspace/moby_PR-42620 # timeout=10
17:31:07 [2021-07-11T17:31:07.472Z] Fetching upstream changes from https://github.com/moby/moby.git
17:31:07 [2021-07-11T17:31:07.472Z]  > git --version # timeout=10
17:31:07 [2021-07-11T17:31:07.498Z]  > git --version # 'git version 2.17.1'
17:31:07 [2021-07-11T17:31:07.498Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:31:07 [2021-07-11T17:31:07.499Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42620/head:refs/remotes/origin/PR-42620 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:31:33 [2021-07-11T17:31:33.846Z] Fetching without tags
17:31:34 [2021-07-11T17:31:34.305Z] Merging remotes/origin/master commit c81abefdb1f907bbc5f5b8b1b1fba942821ae5b3 into PR head commit 115b37b8f7fc5d4b674fdf76eea5790f0e4a64b7
17:31:33 [2021-07-11T17:31:33.753Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:31:33 [2021-07-11T17:31:33.770Z]  > git config --add remote.origin.fetch +refs/pull/42620/head:refs/remotes/origin/PR-42620 # timeout=10
17:31:33 [2021-07-11T17:31:33.783Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:31:33 [2021-07-11T17:31:33.822Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:31:33 [2021-07-11T17:31:33.855Z] Fetching upstream changes from https://github.com/moby/moby.git
17:31:33 [2021-07-11T17:31:33.855Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:31:33 [2021-07-11T17:31:33.858Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42620/head:refs/remotes/origin/PR-42620 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:31:34 [2021-07-11T17:31:34.317Z]  > git config core.sparsecheckout # timeout=10
17:31:34 [2021-07-11T17:31:34.341Z]  > git checkout -f 115b37b8f7fc5d4b674fdf76eea5790f0e4a64b7 # timeout=10
17:31:35 [2021-07-11T17:31:35.288Z] Merge succeeded, producing 115b37b8f7fc5d4b674fdf76eea5790f0e4a64b7
17:31:35 [2021-07-11T17:31:35.289Z] Checking out Revision 115b37b8f7fc5d4b674fdf76eea5790f0e4a64b7 (PR-42620)
17:31:35 [2021-07-11T17:31:35.178Z]  > git remote # timeout=10
17:31:35 [2021-07-11T17:31:35.205Z]  > git config --get remote.origin.url # timeout=10
17:31:35 [2021-07-11T17:31:35.237Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:31:35 [2021-07-11T17:31:35.238Z]  > git merge c81abefdb1f907bbc5f5b8b1b1fba942821ae5b3 # timeout=10
17:31:35 [2021-07-11T17:31:35.266Z]  > git rev-parse HEAD^{commit} # timeout=10
17:31:35 [2021-07-11T17:31:35.293Z]  > git config core.sparsecheckout # timeout=10
17:31:35 [2021-07-11T17:31:35.317Z]  > git checkout -f 115b37b8f7fc5d4b674fdf76eea5790f0e4a64b7 # timeout=10
17:31:39 [2021-07-11T17:31:39.301Z] Commit message: "daemon: use object literal for stats"