Skip to content

Console Output

10:54:45 [2023-03-28T10:54:45.744Z] The recommended git tool is: git
10:54:48 [2023-03-28T10:54:48.218Z] using credential docker-jenkins-github-credentials
10:54:48 [2023-03-28T10:54:48.228Z] Cloning the remote Git repository
10:54:48 [2023-03-28T10:54:48.228Z] Cloning with configured refspecs honoured and without tags
10:54:48 [2023-03-28T10:54:48.246Z] Cloning repository https://github.com/moby/moby.git
10:54:48 [2023-03-28T10:54:48.296Z]  > git init /home/ubuntu/workspace/moby_PR-45219 # timeout=10
10:54:48 [2023-03-28T10:54:48.723Z] Fetching upstream changes from https://github.com/moby/moby.git
10:54:48 [2023-03-28T10:54:48.723Z]  > git --version # timeout=10
10:54:48 [2023-03-28T10:54:48.741Z]  > git --version # 'git version 2.17.1'
10:54:48 [2023-03-28T10:54:48.741Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:54:48 [2023-03-28T10:54:48.745Z]  > git fetch --no-tags --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:09 [2023-03-28T10:55:09.465Z] Fetching without tags
10:55:09 [2023-03-28T10:55:09.394Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:55:09 [2023-03-28T10:55:09.409Z]  > git config --add remote.origin.fetch +refs/pull/45219/head:refs/remotes/origin/PR-45219 # timeout=10
10:55:09 [2023-03-28T10:55:09.429Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
10:55:09 [2023-03-28T10:55:09.452Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:55:09 [2023-03-28T10:55:09.470Z] Fetching upstream changes from https://github.com/moby/moby.git
10:55:09 [2023-03-28T10:55:09.470Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:55:09 [2023-03-28T10:55:09.471Z]  > git fetch --no-tags --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:09 [2023-03-28T10:55:09.685Z] Merging remotes/origin/20.10 commit d9433ee0968c963bc1c993ad408b5da791340175 into PR head commit b56fe595050578ced98af6c2deb70f3126cad0f9
10:55:10 [2023-03-28T10:55:10.516Z] Merge succeeded, producing b56fe595050578ced98af6c2deb70f3126cad0f9
10:55:10 [2023-03-28T10:55:10.516Z] Checking out Revision b56fe595050578ced98af6c2deb70f3126cad0f9 (PR-45219)
10:55:09 [2023-03-28T10:55:09.697Z]  > git config core.sparsecheckout # timeout=10
10:55:09 [2023-03-28T10:55:09.714Z]  > git checkout -f b56fe595050578ced98af6c2deb70f3126cad0f9 # timeout=10
10:55:10 [2023-03-28T10:55:10.373Z]  > git remote # timeout=10
10:55:10 [2023-03-28T10:55:10.393Z]  > git config --get remote.origin.url # timeout=10
10:55:10 [2023-03-28T10:55:10.407Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:55:10 [2023-03-28T10:55:10.482Z]  > git merge d9433ee0968c963bc1c993ad408b5da791340175 # timeout=10
10:55:10 [2023-03-28T10:55:10.502Z]  > git rev-parse HEAD^{commit} # timeout=10
10:55:10 [2023-03-28T10:55:10.520Z]  > git config core.sparsecheckout # timeout=10
10:55:10 [2023-03-28T10:55:10.533Z]  > git checkout -f b56fe595050578ced98af6c2deb70f3126cad0f9 # timeout=10
10:55:14 [2023-03-28T10:55:14.502Z] Commit message: "integration-cli: Enable TestExecStartFails on Windows"