Skip to content

Console Output

10:54:45 [2023-03-28T10:54:45.476Z] The recommended git tool is: git
10:54:48 [2023-03-28T10:54:48.330Z] using credential docker-jenkins-github-credentials
10:54:48 [2023-03-28T10:54:48.342Z] Cloning the remote Git repository
10:54:48 [2023-03-28T10:54:48.342Z] Cloning with configured refspecs honoured and without tags
10:54:48 [2023-03-28T10:54:48.471Z] Cloning repository https://github.com/moby/moby.git
10:54:48 [2023-03-28T10:54:48.526Z]  > git init /home/ubuntu/workspace/moby_PR-45219 # timeout=10
10:54:48 [2023-03-28T10:54:48.887Z] Fetching upstream changes from https://github.com/moby/moby.git
10:54:48 [2023-03-28T10:54:48.887Z]  > git --version # timeout=10
10:54:48 [2023-03-28T10:54:48.901Z]  > git --version # 'git version 2.17.1'
10:54:48 [2023-03-28T10:54:48.902Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:54:48 [2023-03-28T10:54:48.903Z]  > 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.165Z] Fetching without tags
10:55:09 [2023-03-28T10:55:09.091Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:55:09 [2023-03-28T10:55:09.110Z]  > 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.119Z]  > 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.145Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:55:09 [2023-03-28T10:55:09.159Z] Fetching upstream changes from https://github.com/moby/moby.git
10:55:09 [2023-03-28T10:55:09.160Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:55:09 [2023-03-28T10:55:09.161Z]  > 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.605Z] Merging remotes/origin/20.10 commit d9433ee0968c963bc1c993ad408b5da791340175 into PR head commit b56fe595050578ced98af6c2deb70f3126cad0f9
10:55:10 [2023-03-28T10:55:10.455Z] Merge succeeded, producing b56fe595050578ced98af6c2deb70f3126cad0f9
10:55:10 [2023-03-28T10:55:10.455Z] Checking out Revision b56fe595050578ced98af6c2deb70f3126cad0f9 (PR-45219)
10:55:09 [2023-03-28T10:55:09.603Z]  > git config core.sparsecheckout # timeout=10
10:55:09 [2023-03-28T10:55:09.627Z]  > git checkout -f b56fe595050578ced98af6c2deb70f3126cad0f9 # timeout=10
10:55:10 [2023-03-28T10:55:10.328Z]  > git remote # timeout=10
10:55:10 [2023-03-28T10:55:10.343Z]  > git config --get remote.origin.url # timeout=10
10:55:10 [2023-03-28T10:55:10.354Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:55:10 [2023-03-28T10:55:10.420Z]  > git merge d9433ee0968c963bc1c993ad408b5da791340175 # timeout=10
10:55:10 [2023-03-28T10:55:10.436Z]  > git rev-parse HEAD^{commit} # timeout=10
10:55:10 [2023-03-28T10:55:10.447Z]  > git config core.sparsecheckout # timeout=10
10:55:10 [2023-03-28T10:55:10.456Z]  > git checkout -f b56fe595050578ced98af6c2deb70f3126cad0f9 # timeout=10
10:55:14 [2023-03-28T10:55:14.545Z] Commit message: "integration-cli: Enable TestExecStartFails on Windows"