Skip to content

Console Output

18:49:00 [2022-07-18T18:49:00.503Z] The recommended git tool is: git
18:49:03 [2022-07-18T18:49:03.395Z] using credential docker-jenkins-github-credentials
18:49:03 [2022-07-18T18:49:03.403Z] Cloning the remote Git repository
18:49:03 [2022-07-18T18:49:03.404Z] Cloning with configured refspecs honoured and without tags
18:49:03 [2022-07-18T18:49:03.435Z] Cloning repository https://github.com/moby/moby.git
18:49:03 [2022-07-18T18:49:03.507Z]  > git init /home/ubuntu/workspace/moby_PR-43819 # timeout=10
18:49:03 [2022-07-18T18:49:03.934Z] Fetching upstream changes from https://github.com/moby/moby.git
18:49:03 [2022-07-18T18:49:03.934Z]  > git --version # timeout=10
18:49:03 [2022-07-18T18:49:03.952Z]  > git --version # 'git version 2.17.1'
18:49:03 [2022-07-18T18:49:03.953Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:49:03 [2022-07-18T18:49:03.954Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43819/head:refs/remotes/origin/PR-43819 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:49:44 [2022-07-18T18:49:44.888Z] Fetching without tags
18:49:45 [2022-07-18T18:49:45.130Z] Merging remotes/origin/master commit 992961c56c06e8e765b51471fe0431caef0923e2 into PR head commit 11e6176669c1ce8d738e00561c416caff589a3d2
18:49:44 [2022-07-18T18:49:44.795Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:49:44 [2022-07-18T18:49:44.811Z]  > git config --add remote.origin.fetch +refs/pull/43819/head:refs/remotes/origin/PR-43819 # timeout=10
18:49:44 [2022-07-18T18:49:44.837Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
18:49:44 [2022-07-18T18:49:44.865Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:49:44 [2022-07-18T18:49:44.892Z] Fetching upstream changes from https://github.com/moby/moby.git
18:49:44 [2022-07-18T18:49:44.892Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:49:44 [2022-07-18T18:49:44.895Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43819/head:refs/remotes/origin/PR-43819 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:49:45 [2022-07-18T18:49:45.142Z]  > git config core.sparsecheckout # timeout=10
18:49:45 [2022-07-18T18:49:45.174Z]  > git checkout -f 11e6176669c1ce8d738e00561c416caff589a3d2 # timeout=10
18:49:46 [2022-07-18T18:49:46.138Z] Merge succeeded, producing 11e6176669c1ce8d738e00561c416caff589a3d2
18:49:46 [2022-07-18T18:49:46.139Z] Checking out Revision 11e6176669c1ce8d738e00561c416caff589a3d2 (PR-43819)
18:49:46 [2022-07-18T18:49:46.030Z]  > git remote # timeout=10
18:49:46 [2022-07-18T18:49:46.054Z]  > git config --get remote.origin.url # timeout=10
18:49:46 [2022-07-18T18:49:46.078Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:49:46 [2022-07-18T18:49:46.078Z]  > git merge 992961c56c06e8e765b51471fe0431caef0923e2 # timeout=10
18:49:46 [2022-07-18T18:49:46.115Z]  > git rev-parse HEAD^{commit} # timeout=10
18:49:46 [2022-07-18T18:49:46.142Z]  > git config core.sparsecheckout # timeout=10
18:49:46 [2022-07-18T18:49:46.166Z]  > git checkout -f 11e6176669c1ce8d738e00561c416caff589a3d2 # timeout=10
18:49:51 [2022-07-18T18:49:51.160Z] Commit message: "produce progress events polling ctrd's content.Store"