Skip to content

Console Output

17:31:25 [2021-07-11T17:31:25.482Z] The recommended git tool is: git
17:31:28 [2021-07-11T17:31:28.693Z] using credential docker-jenkins-github-credentials
17:31:28 [2021-07-11T17:31:28.711Z] Cloning the remote Git repository
17:31:28 [2021-07-11T17:31:28.711Z] Cloning with configured refspecs honoured and without tags
17:31:28 [2021-07-11T17:31:28.766Z] Cloning repository https://github.com/moby/moby.git
17:31:28 [2021-07-11T17:31:28.838Z]  > git init /home/ubuntu/workspace/moby_PR-42620 # timeout=10
17:31:29 [2021-07-11T17:31:29.247Z] Fetching upstream changes from https://github.com/moby/moby.git
17:31:29 [2021-07-11T17:31:29.247Z]  > git --version # timeout=10
17:31:29 [2021-07-11T17:31:29.275Z]  > git --version # 'git version 2.25.1'
17:31:29 [2021-07-11T17:31:29.275Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:31:29 [2021-07-11T17:31:29.277Z]  > git fetch --no-tags --force --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:47 [2021-07-11T17:31:47.043Z] Fetching without tags
17:31:47 [2021-07-11T17:31:47.330Z] Merging remotes/origin/master commit c81abefdb1f907bbc5f5b8b1b1fba942821ae5b3 into PR head commit 115b37b8f7fc5d4b674fdf76eea5790f0e4a64b7
17:31:46 [2021-07-11T17:31:46.969Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:31:46 [2021-07-11T17:31:46.991Z]  > git config --add remote.origin.fetch +refs/pull/42620/head:refs/remotes/origin/PR-42620 # timeout=10
17:31:47 [2021-07-11T17:31:47.002Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:31:47 [2021-07-11T17:31:47.022Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:31:47 [2021-07-11T17:31:47.047Z] Fetching upstream changes from https://github.com/moby/moby.git
17:31:47 [2021-07-11T17:31:47.047Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:31:47 [2021-07-11T17:31:47.049Z]  > git fetch --no-tags --force --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:47 [2021-07-11T17:31:47.337Z]  > git config core.sparsecheckout # timeout=10
17:31:47 [2021-07-11T17:31:47.355Z]  > git checkout -f 115b37b8f7fc5d4b674fdf76eea5790f0e4a64b7 # timeout=10
17:31:48 [2021-07-11T17:31:48.067Z] Merge succeeded, producing 115b37b8f7fc5d4b674fdf76eea5790f0e4a64b7
17:31:48 [2021-07-11T17:31:48.067Z] Checking out Revision 115b37b8f7fc5d4b674fdf76eea5790f0e4a64b7 (PR-42620)
17:31:47 [2021-07-11T17:31:47.995Z]  > git remote # timeout=10
17:31:48 [2021-07-11T17:31:48.019Z]  > git config --get remote.origin.url # timeout=10
17:31:48 [2021-07-11T17:31:48.031Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:31:48 [2021-07-11T17:31:48.032Z]  > git merge c81abefdb1f907bbc5f5b8b1b1fba942821ae5b3 # timeout=10
17:31:48 [2021-07-11T17:31:48.045Z]  > git rev-parse HEAD^{commit} # timeout=10
17:31:48 [2021-07-11T17:31:48.069Z]  > git config core.sparsecheckout # timeout=10
17:31:48 [2021-07-11T17:31:48.085Z]  > git checkout -f 115b37b8f7fc5d4b674fdf76eea5790f0e4a64b7 # timeout=10
17:31:52 [2021-07-11T17:31:52.153Z] Commit message: "daemon: use object literal for stats"