Skip to content

Console Output

22:03:13 [2022-02-18T22:03:13.028Z] The recommended git tool is: git
22:03:38 [2022-02-18T22:03:38.436Z] using credential docker-jenkins-github-credentials
22:03:38 [2022-02-18T22:03:38.516Z] Cloning the remote Git repository
22:03:38 [2022-02-18T22:03:38.516Z] Cloning with configured refspecs honoured and without tags
22:03:38 [2022-02-18T22:03:38.715Z] Cloning repository https://github.com/moby/moby.git
22:03:39 [2022-02-18T22:03:39.172Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
22:03:40 [2022-02-18T22:03:40.231Z] Fetching upstream changes from https://github.com/moby/moby.git
22:03:40 [2022-02-18T22:03:40.233Z]  > git --version # timeout=10
22:03:40 [2022-02-18T22:03:40.280Z]  > git --version # 'git version 2.24.1.windows.2'
22:03:40 [2022-02-18T22:03:40.281Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:03:40 [2022-02-18T22:03:40.283Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43254/head:refs/remotes/origin/PR-43254 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:03:57 [2022-02-18T22:03:57.499Z] Fetching without tags
22:03:58 [2022-02-18T22:03:58.212Z] Merging remotes/origin/master commit 54d35c071dd8b8e757c70870e1e3c4d63c957dc1 into PR head commit 705f9b68cc5b905de0f3b42b5de78abcc4483698
22:03:57 [2022-02-18T22:03:57.175Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:03:57 [2022-02-18T22:03:57.240Z]  > git config --add remote.origin.fetch +refs/pull/43254/head:refs/remotes/origin/PR-43254 # timeout=10
22:03:57 [2022-02-18T22:03:57.288Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:03:57 [2022-02-18T22:03:57.411Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:03:57 [2022-02-18T22:03:57.539Z] Fetching upstream changes from https://github.com/moby/moby.git
22:03:57 [2022-02-18T22:03:57.539Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:03:57 [2022-02-18T22:03:57.541Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43254/head:refs/remotes/origin/PR-43254 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:03:58 [2022-02-18T22:03:58.324Z]  > git config core.sparsecheckout # timeout=10
22:03:58 [2022-02-18T22:03:58.373Z]  > git checkout -f 705f9b68cc5b905de0f3b42b5de78abcc4483698 # timeout=10
22:04:01 [2022-02-18T22:04:01.665Z] Merge succeeded, producing 705f9b68cc5b905de0f3b42b5de78abcc4483698
22:04:01 [2022-02-18T22:04:01.665Z] Checking out Revision 705f9b68cc5b905de0f3b42b5de78abcc4483698 (PR-43254)
22:04:01 [2022-02-18T22:04:01.299Z]  > git remote # timeout=10
22:04:01 [2022-02-18T22:04:01.380Z]  > git config --get remote.origin.url # timeout=10
22:04:01 [2022-02-18T22:04:01.429Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:04:01 [2022-02-18T22:04:01.431Z]  > git merge 54d35c071dd8b8e757c70870e1e3c4d63c957dc1 # timeout=10
22:04:01 [2022-02-18T22:04:01.574Z]  > git rev-parse "HEAD^{commit}" # timeout=10
22:04:01 [2022-02-18T22:04:01.702Z]  > git config core.sparsecheckout # timeout=10
22:04:01 [2022-02-18T22:04:01.752Z]  > git checkout -f 705f9b68cc5b905de0f3b42b5de78abcc4483698 # timeout=10
22:04:13 [2022-02-18T22:04:13.817Z] Commit message: "some cleaning up of isolation checks, and platform information"