Skip to content

Console Output

10:54:38 [2023-03-28T10:54:38.722Z] The recommended git tool is: git
10:54:41 [2023-03-28T10:54:41.576Z] using credential docker-jenkins-github-credentials
10:54:41 [2023-03-28T10:54:41.589Z] Cloning the remote Git repository
10:54:41 [2023-03-28T10:54:41.589Z] Cloning with configured refspecs honoured and without tags
10:54:41 [2023-03-28T10:54:41.654Z] Cloning repository https://github.com/moby/moby.git
10:54:41 [2023-03-28T10:54:41.712Z]  > git init /home/ubuntu/workspace/moby_PR-45219 # timeout=10
10:54:42 [2023-03-28T10:54:42.251Z] Fetching upstream changes from https://github.com/moby/moby.git
10:54:42 [2023-03-28T10:54:42.251Z]  > git --version # timeout=10
10:54:42 [2023-03-28T10:54:42.260Z]  > git --version # 'git version 2.25.1'
10:54:42 [2023-03-28T10:54:42.260Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:54:42 [2023-03-28T10:54:42.353Z]  > 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:54:57 [2023-03-28T10:54:57.941Z] Fetching without tags
10:54:58 [2023-03-28T10:54:58.195Z] Merging remotes/origin/20.10 commit d9433ee0968c963bc1c993ad408b5da791340175 into PR head commit b56fe595050578ced98af6c2deb70f3126cad0f9
10:54:57 [2023-03-28T10:54:57.904Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:54:57 [2023-03-28T10:54:57.912Z]  > git config --add remote.origin.fetch +refs/pull/45219/head:refs/remotes/origin/PR-45219 # timeout=10
10:54:57 [2023-03-28T10:54:57.920Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
10:54:57 [2023-03-28T10:54:57.937Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:54:57 [2023-03-28T10:54:57.947Z] Fetching upstream changes from https://github.com/moby/moby.git
10:54:57 [2023-03-28T10:54:57.948Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:54:57 [2023-03-28T10:54:57.949Z]  > 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:54:58 [2023-03-28T10:54:58.206Z]  > git config core.sparsecheckout # timeout=10
10:54:58 [2023-03-28T10:54:58.213Z]  > git checkout -f b56fe595050578ced98af6c2deb70f3126cad0f9 # timeout=10
10:54:58 [2023-03-28T10:54:58.987Z] Merge succeeded, producing b56fe595050578ced98af6c2deb70f3126cad0f9
10:54:58 [2023-03-28T10:54:58.988Z] Checking out Revision b56fe595050578ced98af6c2deb70f3126cad0f9 (PR-45219)
10:54:58 [2023-03-28T10:54:58.822Z]  > git remote # timeout=10
10:54:58 [2023-03-28T10:54:58.840Z]  > git config --get remote.origin.url # timeout=10
10:54:58 [2023-03-28T10:54:58.848Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:54:58 [2023-03-28T10:54:58.962Z]  > git merge d9433ee0968c963bc1c993ad408b5da791340175 # timeout=10
10:54:58 [2023-03-28T10:54:58.977Z]  > git rev-parse HEAD^{commit} # timeout=10
10:54:59 [2023-03-28T10:54:59.034Z]  > git config core.sparsecheckout # timeout=10
10:54:59 [2023-03-28T10:54:59.038Z]  > git checkout -f b56fe595050578ced98af6c2deb70f3126cad0f9 # timeout=10
10:55:03 [2023-03-28T10:55:03.551Z] Commit message: "integration-cli: Enable TestExecStartFails on Windows"