Skip to content

Console Output

22:11:11 [2021-08-23T22:11:11.935Z] The recommended git tool is: git
22:11:35 [2021-08-23T22:11:35.409Z] using credential docker-jenkins-github-credentials
22:11:35 [2021-08-23T22:11:35.482Z] Cloning the remote Git repository
22:11:35 [2021-08-23T22:11:35.482Z] Cloning with configured refspecs honoured and without tags
22:11:35 [2021-08-23T22:11:35.665Z] Cloning repository https://github.com/moby/moby.git
22:11:36 [2021-08-23T22:11:36.043Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
22:11:36 [2021-08-23T22:11:36.969Z] Fetching upstream changes from https://github.com/moby/moby.git
22:11:36 [2021-08-23T22:11:36.969Z]  > git --version # timeout=10
22:11:37 [2021-08-23T22:11:37.005Z]  > git --version # 'git version 2.24.1.windows.2'
22:11:37 [2021-08-23T22:11:37.006Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:11:37 [2021-08-23T22:11:37.008Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42770/head:refs/remotes/origin/PR-42770 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:11:53 [2021-08-23T22:11:53.602Z] Fetching without tags
22:11:54 [2021-08-23T22:11:54.262Z] Merging remotes/origin/master commit 2561e33771b90a9095ca94f392536e8a6d70fb3f into PR head commit 247f4796d21d98909974410ff27b61233776ae3a
22:11:53 [2021-08-23T22:11:53.343Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:11:53 [2021-08-23T22:11:53.380Z]  > git config --add remote.origin.fetch +refs/pull/42770/head:refs/remotes/origin/PR-42770 # timeout=10
22:11:53 [2021-08-23T22:11:53.419Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:11:53 [2021-08-23T22:11:53.525Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:11:53 [2021-08-23T22:11:53.636Z] Fetching upstream changes from https://github.com/moby/moby.git
22:11:53 [2021-08-23T22:11:53.637Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:11:53 [2021-08-23T22:11:53.638Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42770/head:refs/remotes/origin/PR-42770 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:11:54 [2021-08-23T22:11:54.367Z]  > git config core.sparsecheckout # timeout=10
22:11:54 [2021-08-23T22:11:54.403Z]  > git checkout -f 247f4796d21d98909974410ff27b61233776ae3a # timeout=10
22:11:56 [2021-08-23T22:11:56.942Z] Merge succeeded, producing 247f4796d21d98909974410ff27b61233776ae3a
22:11:56 [2021-08-23T22:11:56.943Z] Checking out Revision 247f4796d21d98909974410ff27b61233776ae3a (PR-42770)
22:11:56 [2021-08-23T22:11:56.586Z]  > git remote # timeout=10
22:11:56 [2021-08-23T22:11:56.693Z]  > git config --get remote.origin.url # timeout=10
22:11:56 [2021-08-23T22:11:56.730Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:11:56 [2021-08-23T22:11:56.732Z]  > git merge 2561e33771b90a9095ca94f392536e8a6d70fb3f # timeout=10
22:11:56 [2021-08-23T22:11:56.844Z]  > git rev-parse "HEAD^{commit}" # timeout=10
22:11:56 [2021-08-23T22:11:56.976Z]  > git config core.sparsecheckout # timeout=10
22:11:57 [2021-08-23T22:11:57.013Z]  > git checkout -f 247f4796d21d98909974410ff27b61233776ae3a # timeout=10
22:12:07 [2021-08-23T22:12:07.953Z] Commit message: "api/types/events: add "Type" type for event-type enum"