Skip to content

Console Output

15:51:14 [2021-11-11T15:51:14.256Z] The recommended git tool is: git
15:51:16 [2021-11-11T15:51:16.007Z] using credential docker-jenkins-github-credentials
15:51:16 [2021-11-11T15:51:16.016Z] Cloning the remote Git repository
15:51:16 [2021-11-11T15:51:16.016Z] Cloning with configured refspecs honoured and without tags
15:51:16 [2021-11-11T15:51:16.030Z] Cloning repository https://github.com/moby/moby.git
15:51:16 [2021-11-11T15:51:16.091Z]  > git init /home/ubuntu/workspace/moby_PR-42785 # timeout=10
15:51:16 [2021-11-11T15:51:16.288Z] Fetching upstream changes from https://github.com/moby/moby.git
15:51:16 [2021-11-11T15:51:16.288Z]  > git --version # timeout=10
15:51:16 [2021-11-11T15:51:16.292Z]  > git --version # 'git version 2.17.1'
15:51:16 [2021-11-11T15:51:16.292Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:51:16 [2021-11-11T15:51:16.293Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42785/head:refs/remotes/origin/PR-42785 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:51:28 [2021-11-11T15:51:28.761Z] Fetching without tags
15:51:28 [2021-11-11T15:51:28.980Z] Merging remotes/origin/master commit 99cb9adcab42058fde139897ce02ff192316b76f into PR head commit 894230b82d621d95a9c315d27b4439d134dc55d0
15:51:30 [2021-11-11T15:51:30.233Z] Merge succeeded, producing 3728850941ba2e912ad275c30d1a19719aca25ae
15:51:30 [2021-11-11T15:51:30.233Z] Checking out Revision 3728850941ba2e912ad275c30d1a19719aca25ae (PR-42785)
15:51:28 [2021-11-11T15:51:28.747Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:51:28 [2021-11-11T15:51:28.750Z]  > git config --add remote.origin.fetch +refs/pull/42785/head:refs/remotes/origin/PR-42785 # timeout=10
15:51:28 [2021-11-11T15:51:28.753Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:51:28 [2021-11-11T15:51:28.758Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:51:28 [2021-11-11T15:51:28.765Z] Fetching upstream changes from https://github.com/moby/moby.git
15:51:28 [2021-11-11T15:51:28.765Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:51:28 [2021-11-11T15:51:28.766Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42785/head:refs/remotes/origin/PR-42785 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:51:28 [2021-11-11T15:51:28.987Z]  > git config core.sparsecheckout # timeout=10
15:51:28 [2021-11-11T15:51:28.990Z]  > git checkout -f 894230b82d621d95a9c315d27b4439d134dc55d0 # timeout=10
15:51:29 [2021-11-11T15:51:29.465Z]  > git remote # timeout=10
15:51:29 [2021-11-11T15:51:29.468Z]  > git config --get remote.origin.url # timeout=10
15:51:29 [2021-11-11T15:51:29.470Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:51:29 [2021-11-11T15:51:29.471Z]  > git merge 99cb9adcab42058fde139897ce02ff192316b76f # timeout=10
15:51:30 [2021-11-11T15:51:30.231Z]  > git rev-parse HEAD^{commit} # timeout=10
15:51:30 [2021-11-11T15:51:30.237Z]  > git config core.sparsecheckout # timeout=10
15:51:30 [2021-11-11T15:51:30.239Z]  > git checkout -f 3728850941ba2e912ad275c30d1a19719aca25ae # timeout=10
15:51:33 [2021-11-11T15:51:33.672Z] Commit message: "Merge commit '99cb9adcab42058fde139897ce02ff192316b76f' into HEAD"