Skip to content

Console Output

18:48:58 [2022-07-18T18:48:58.477Z] The recommended git tool is: git
18:49:01 [2022-07-18T18:49:01.689Z] using credential docker-jenkins-github-credentials
18:49:01 [2022-07-18T18:49:01.700Z] Cloning the remote Git repository
18:49:01 [2022-07-18T18:49:01.700Z] Cloning with configured refspecs honoured and without tags
18:49:01 [2022-07-18T18:49:01.720Z] Cloning repository https://github.com/moby/moby.git
18:49:01 [2022-07-18T18:49:01.773Z]  > git init /home/ubuntu/workspace/moby_PR-43819 # timeout=10
18:49:02 [2022-07-18T18:49:02.351Z] Fetching upstream changes from https://github.com/moby/moby.git
18:49:02 [2022-07-18T18:49:02.351Z]  > git --version # timeout=10
18:49:02 [2022-07-18T18:49:02.375Z]  > git --version # 'git version 2.25.1'
18:49:02 [2022-07-18T18:49:02.376Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:49:02 [2022-07-18T18:49:02.378Z]  > git fetch --no-tags --force --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:23 [2022-07-18T18:49:23.356Z] Fetching without tags
18:49:23 [2022-07-18T18:49:23.853Z] Merging remotes/origin/master commit 992961c56c06e8e765b51471fe0431caef0923e2 into PR head commit 11e6176669c1ce8d738e00561c416caff589a3d2
18:49:24 [2022-07-18T18:49:24.562Z] Merge succeeded, producing 11e6176669c1ce8d738e00561c416caff589a3d2
18:49:24 [2022-07-18T18:49:24.562Z] Checking out Revision 11e6176669c1ce8d738e00561c416caff589a3d2 (PR-43819)
18:49:23 [2022-07-18T18:49:23.284Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:49:23 [2022-07-18T18:49:23.303Z]  > git config --add remote.origin.fetch +refs/pull/43819/head:refs/remotes/origin/PR-43819 # timeout=10
18:49:23 [2022-07-18T18:49:23.320Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
18:49:23 [2022-07-18T18:49:23.344Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:49:23 [2022-07-18T18:49:23.363Z] Fetching upstream changes from https://github.com/moby/moby.git
18:49:23 [2022-07-18T18:49:23.363Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:49:23 [2022-07-18T18:49:23.364Z]  > git fetch --no-tags --force --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:23 [2022-07-18T18:49:23.861Z]  > git config core.sparsecheckout # timeout=10
18:49:23 [2022-07-18T18:49:23.878Z]  > git checkout -f 11e6176669c1ce8d738e00561c416caff589a3d2 # timeout=10
18:49:24 [2022-07-18T18:49:24.525Z]  > git remote # timeout=10
18:49:24 [2022-07-18T18:49:24.530Z]  > git config --get remote.origin.url # timeout=10
18:49:24 [2022-07-18T18:49:24.537Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:49:24 [2022-07-18T18:49:24.538Z]  > git merge 992961c56c06e8e765b51471fe0431caef0923e2 # timeout=10
18:49:24 [2022-07-18T18:49:24.552Z]  > git rev-parse HEAD^{commit} # timeout=10
18:49:24 [2022-07-18T18:49:24.566Z]  > git config core.sparsecheckout # timeout=10
18:49:24 [2022-07-18T18:49:24.576Z]  > git checkout -f 11e6176669c1ce8d738e00561c416caff589a3d2 # timeout=10
18:49:29 [2022-07-18T18:49:29.033Z] Commit message: "produce progress events polling ctrd's content.Store"