Skip to content

Console Output

22:01:02 [2022-02-18T22:01:02.918Z] The recommended git tool is: git
22:01:06 [2022-02-18T22:01:06.698Z] using credential docker-jenkins-github-credentials
22:01:06 [2022-02-18T22:01:06.706Z] Cloning the remote Git repository
22:01:06 [2022-02-18T22:01:06.706Z] Cloning with configured refspecs honoured and without tags
22:01:06 [2022-02-18T22:01:06.737Z] Cloning repository https://github.com/moby/moby.git
22:01:06 [2022-02-18T22:01:06.790Z]  > git init /home/ubuntu/workspace/moby_PR-43254 # timeout=10
22:01:07 [2022-02-18T22:01:07.508Z] Fetching upstream changes from https://github.com/moby/moby.git
22:01:07 [2022-02-18T22:01:07.508Z]  > git --version # timeout=10
22:01:07 [2022-02-18T22:01:07.515Z]  > git --version # 'git version 2.25.1'
22:01:07 [2022-02-18T22:01:07.515Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:01:07 [2022-02-18T22:01:07.664Z]  > 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:01:25 [2022-02-18T22:01:25.848Z] Fetching without tags
22:01:26 [2022-02-18T22:01:26.113Z] Merging remotes/origin/master commit 54d35c071dd8b8e757c70870e1e3c4d63c957dc1 into PR head commit 705f9b68cc5b905de0f3b42b5de78abcc4483698
22:01:26 [2022-02-18T22:01:26.702Z] Merge succeeded, producing 705f9b68cc5b905de0f3b42b5de78abcc4483698
22:01:26 [2022-02-18T22:01:26.703Z] Checking out Revision 705f9b68cc5b905de0f3b42b5de78abcc4483698 (PR-43254)
22:01:25 [2022-02-18T22:01:25.820Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:01:25 [2022-02-18T22:01:25.825Z]  > git config --add remote.origin.fetch +refs/pull/43254/head:refs/remotes/origin/PR-43254 # timeout=10
22:01:25 [2022-02-18T22:01:25.831Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:01:25 [2022-02-18T22:01:25.838Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:01:25 [2022-02-18T22:01:25.851Z] Fetching upstream changes from https://github.com/moby/moby.git
22:01:25 [2022-02-18T22:01:25.851Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:01:25 [2022-02-18T22:01:25.852Z]  > 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:01:26 [2022-02-18T22:01:26.118Z]  > git config core.sparsecheckout # timeout=10
22:01:26 [2022-02-18T22:01:26.132Z]  > git checkout -f 705f9b68cc5b905de0f3b42b5de78abcc4483698 # timeout=10
22:01:26 [2022-02-18T22:01:26.671Z]  > git remote # timeout=10
22:01:26 [2022-02-18T22:01:26.675Z]  > git config --get remote.origin.url # timeout=10
22:01:26 [2022-02-18T22:01:26.685Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:01:26 [2022-02-18T22:01:26.686Z]  > git merge 54d35c071dd8b8e757c70870e1e3c4d63c957dc1 # timeout=10
22:01:26 [2022-02-18T22:01:26.698Z]  > git rev-parse HEAD^{commit} # timeout=10
22:01:26 [2022-02-18T22:01:26.705Z]  > git config core.sparsecheckout # timeout=10
22:01:26 [2022-02-18T22:01:26.711Z]  > git checkout -f 705f9b68cc5b905de0f3b42b5de78abcc4483698 # timeout=10
22:01:30 [2022-02-18T22:01:30.913Z] Commit message: "some cleaning up of isolation checks, and platform information"