Skip to content

Console Output

22:11:11 [2021-08-23T22:11:11.912Z] The recommended git tool is: git
22:11:36 [2021-08-23T22:11:36.216Z] using credential docker-jenkins-github-credentials
22:11:36 [2021-08-23T22:11:36.290Z] Cloning the remote Git repository
22:11:36 [2021-08-23T22:11:36.290Z] Cloning with configured refspecs honoured and without tags
22:11:36 [2021-08-23T22:11:36.473Z] Cloning repository https://github.com/moby/moby.git
22:11:36 [2021-08-23T22:11:36.846Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
22:11:37 [2021-08-23T22:11:37.732Z] Fetching upstream changes from https://github.com/moby/moby.git
22:11:37 [2021-08-23T22:11:37.732Z]  > git --version # timeout=10
22:11:37 [2021-08-23T22:11:37.776Z]  > git --version # 'git version 2.24.1.windows.2'
22:11:37 [2021-08-23T22:11:37.777Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:11:37 [2021-08-23T22:11:37.779Z]  > 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.047Z] Fetching without tags
22:11:54 [2021-08-23T22:11:54.744Z] Merging remotes/origin/master commit 2561e33771b90a9095ca94f392536e8a6d70fb3f into PR head commit 247f4796d21d98909974410ff27b61233776ae3a
22:11:53 [2021-08-23T22:11:53.748Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:11:53 [2021-08-23T22:11:53.807Z]  > 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.850Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:11:53 [2021-08-23T22:11:53.965Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:11:54 [2021-08-23T22:11:54.083Z] Fetching upstream changes from https://github.com/moby/moby.git
22:11:54 [2021-08-23T22:11:54.083Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:11:54 [2021-08-23T22:11:54.085Z]  > 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.966Z]  > git config core.sparsecheckout # timeout=10
22:11:55 [2021-08-23T22:11:55.013Z]  > git checkout -f 247f4796d21d98909974410ff27b61233776ae3a # timeout=10
22:11:57 [2021-08-23T22:11:57.547Z] Merge succeeded, producing 247f4796d21d98909974410ff27b61233776ae3a
22:11:57 [2021-08-23T22:11:57.547Z] Checking out Revision 247f4796d21d98909974410ff27b61233776ae3a (PR-42770)
22:11:57 [2021-08-23T22:11:57.195Z]  > git remote # timeout=10
22:11:57 [2021-08-23T22:11:57.268Z]  > git config --get remote.origin.url # timeout=10
22:11:57 [2021-08-23T22:11:57.310Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:11:57 [2021-08-23T22:11:57.312Z]  > git merge 2561e33771b90a9095ca94f392536e8a6d70fb3f # timeout=10
22:11:57 [2021-08-23T22:11:57.453Z]  > git rev-parse "HEAD^{commit}" # timeout=10
22:11:57 [2021-08-23T22:11:57.581Z]  > git config core.sparsecheckout # timeout=10
22:11:57 [2021-08-23T22:11:57.627Z]  > git checkout -f 247f4796d21d98909974410ff27b61233776ae3a # timeout=10
22:12:09 [2021-08-23T22:12:09.024Z] Commit message: "api/types/events: add "Type" type for event-type enum"