Skip to content

Console Output

22:12:30 [2021-08-23T22:12:30.580Z] The recommended git tool is: git
22:12:34 [2021-08-23T22:12:34.636Z] using credential docker-jenkins-github-credentials
22:12:34 [2021-08-23T22:12:34.645Z] Cloning the remote Git repository
22:12:34 [2021-08-23T22:12:34.645Z] Cloning with configured refspecs honoured and without tags
22:12:34 [2021-08-23T22:12:34.675Z] Cloning repository https://github.com/moby/moby.git
22:12:34 [2021-08-23T22:12:34.746Z]  > git init /home/ubuntu/workspace/moby_PR-42770 # timeout=10
22:12:35 [2021-08-23T22:12:35.127Z] Fetching upstream changes from https://github.com/moby/moby.git
22:12:35 [2021-08-23T22:12:35.127Z]  > git --version # timeout=10
22:12:35 [2021-08-23T22:12:35.168Z]  > git --version # 'git version 2.25.1'
22:12:35 [2021-08-23T22:12:35.168Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:12:35 [2021-08-23T22:12:35.252Z]  > 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:12:55 [2021-08-23T22:12:55.409Z] Fetching without tags
22:12:55 [2021-08-23T22:12:55.771Z] Merging remotes/origin/master commit 2561e33771b90a9095ca94f392536e8a6d70fb3f into PR head commit 247f4796d21d98909974410ff27b61233776ae3a
22:12:55 [2021-08-23T22:12:55.326Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:12:55 [2021-08-23T22:12:55.359Z]  > git config --add remote.origin.fetch +refs/pull/42770/head:refs/remotes/origin/PR-42770 # timeout=10
22:12:55 [2021-08-23T22:12:55.365Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:12:55 [2021-08-23T22:12:55.376Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:12:55 [2021-08-23T22:12:55.415Z] Fetching upstream changes from https://github.com/moby/moby.git
22:12:55 [2021-08-23T22:12:55.416Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:12:55 [2021-08-23T22:12:55.418Z]  > 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:12:55 [2021-08-23T22:12:55.781Z]  > git config core.sparsecheckout # timeout=10
22:12:55 [2021-08-23T22:12:55.791Z]  > git checkout -f 247f4796d21d98909974410ff27b61233776ae3a # timeout=10
22:12:58 [2021-08-23T22:12:58.131Z] Merge succeeded, producing 247f4796d21d98909974410ff27b61233776ae3a
22:12:58 [2021-08-23T22:12:58.132Z] Checking out Revision 247f4796d21d98909974410ff27b61233776ae3a (PR-42770)
22:12:57 [2021-08-23T22:12:57.910Z]  > git remote # timeout=10
22:12:57 [2021-08-23T22:12:57.932Z]  > git config --get remote.origin.url # timeout=10
22:12:57 [2021-08-23T22:12:57.944Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:12:58 [2021-08-23T22:12:58.048Z]  > git merge 2561e33771b90a9095ca94f392536e8a6d70fb3f # timeout=10
22:12:58 [2021-08-23T22:12:58.117Z]  > git rev-parse HEAD^{commit} # timeout=10
22:12:58 [2021-08-23T22:12:58.136Z]  > git config core.sparsecheckout # timeout=10
22:12:58 [2021-08-23T22:12:58.145Z]  > git checkout -f 247f4796d21d98909974410ff27b61233776ae3a # timeout=10
22:13:02 [2021-08-23T22:13:02.662Z] Commit message: "api/types/events: add "Type" type for event-type enum"