Skip to content

Console Output

10:54:44 [2023-03-28T10:54:44.656Z] The recommended git tool is: git
10:54:47 [2023-03-28T10:54:47.706Z] using credential docker-jenkins-github-credentials
10:54:47 [2023-03-28T10:54:47.718Z] Cloning the remote Git repository
10:54:47 [2023-03-28T10:54:47.718Z] Cloning with configured refspecs honoured and without tags
10:54:47 [2023-03-28T10:54:47.743Z] Cloning repository https://github.com/moby/moby.git
10:54:47 [2023-03-28T10:54:47.802Z]  > git init /home/ubuntu/workspace/moby_PR-45219 # timeout=10
10:54:48 [2023-03-28T10:54:48.081Z] Fetching upstream changes from https://github.com/moby/moby.git
10:54:48 [2023-03-28T10:54:48.081Z]  > git --version # timeout=10
10:54:48 [2023-03-28T10:54:48.095Z]  > git --version # 'git version 2.25.1'
10:54:48 [2023-03-28T10:54:48.095Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:54:48 [2023-03-28T10:54:48.097Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45219/head:refs/remotes/origin/PR-45219 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
10:55:07 [2023-03-28T10:55:07.231Z] Fetching without tags
10:55:07 [2023-03-28T10:55:07.494Z] Merging remotes/origin/20.10 commit d9433ee0968c963bc1c993ad408b5da791340175 into PR head commit b56fe595050578ced98af6c2deb70f3126cad0f9
10:55:07 [2023-03-28T10:55:07.146Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:55:07 [2023-03-28T10:55:07.167Z]  > git config --add remote.origin.fetch +refs/pull/45219/head:refs/remotes/origin/PR-45219 # timeout=10
10:55:07 [2023-03-28T10:55:07.176Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
10:55:07 [2023-03-28T10:55:07.222Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:55:07 [2023-03-28T10:55:07.279Z] Fetching upstream changes from https://github.com/moby/moby.git
10:55:07 [2023-03-28T10:55:07.279Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:55:07 [2023-03-28T10:55:07.282Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45219/head:refs/remotes/origin/PR-45219 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
10:55:07 [2023-03-28T10:55:07.502Z]  > git config core.sparsecheckout # timeout=10
10:55:07 [2023-03-28T10:55:07.508Z]  > git checkout -f b56fe595050578ced98af6c2deb70f3126cad0f9 # timeout=10
10:55:08 [2023-03-28T10:55:08.906Z] Merge succeeded, producing b56fe595050578ced98af6c2deb70f3126cad0f9
10:55:08 [2023-03-28T10:55:08.906Z] Checking out Revision b56fe595050578ced98af6c2deb70f3126cad0f9 (PR-45219)
10:55:08 [2023-03-28T10:55:08.745Z]  > git remote # timeout=10
10:55:08 [2023-03-28T10:55:08.759Z]  > git config --get remote.origin.url # timeout=10
10:55:08 [2023-03-28T10:55:08.777Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:55:08 [2023-03-28T10:55:08.802Z]  > git merge d9433ee0968c963bc1c993ad408b5da791340175 # timeout=10
10:55:08 [2023-03-28T10:55:08.889Z]  > git rev-parse HEAD^{commit} # timeout=10
10:55:08 [2023-03-28T10:55:08.954Z]  > git config core.sparsecheckout # timeout=10
10:55:08 [2023-03-28T10:55:08.959Z]  > git checkout -f b56fe595050578ced98af6c2deb70f3126cad0f9 # timeout=10
10:55:13 [2023-03-28T10:55:13.650Z] Commit message: "integration-cli: Enable TestExecStartFails on Windows"