Skip to content

Console Output

14:24:28 [2022-01-25T14:24:28.230Z] The recommended git tool is: git
14:24:28 [2022-01-25T14:24:28.242Z] using credential docker-jenkins-github-credentials
14:24:28 [2022-01-25T14:24:28.251Z] Cloning the remote Git repository
14:24:28 [2022-01-25T14:24:28.251Z] Cloning with configured refspecs honoured and without tags
14:24:28 [2022-01-25T14:24:28.272Z] Cloning repository https://github.com/moby/moby.git
14:24:28 [2022-01-25T14:24:28.272Z]  > git init /home/ubuntu/workspace/moby_PR-43187 # timeout=10
14:24:28 [2022-01-25T14:24:28.300Z] Fetching upstream changes from https://github.com/moby/moby.git
14:24:28 [2022-01-25T14:24:28.301Z]  > git --version # timeout=10
14:24:28 [2022-01-25T14:24:28.304Z]  > git --version # 'git version 2.17.1'
14:24:28 [2022-01-25T14:24:28.305Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:24:28 [2022-01-25T14:24:28.305Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43187/head:refs/remotes/origin/PR-43187 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:24:43 [2022-01-25T14:24:43.367Z] Fetching without tags
14:24:43 [2022-01-25T14:24:43.594Z] Merging remotes/origin/master commit 559ff0ac661c1ca27bb17765629f6166d90ff499 into PR head commit b36d896fceba189f86cb9d57679c7559a63721e5
14:24:44 [2022-01-25T14:24:44.100Z] Merge succeeded, producing b36d896fceba189f86cb9d57679c7559a63721e5
14:24:44 [2022-01-25T14:24:44.100Z] Checking out Revision b36d896fceba189f86cb9d57679c7559a63721e5 (PR-43187)
14:24:43 [2022-01-25T14:24:43.345Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:24:43 [2022-01-25T14:24:43.352Z]  > git config --add remote.origin.fetch +refs/pull/43187/head:refs/remotes/origin/PR-43187 # timeout=10
14:24:43 [2022-01-25T14:24:43.356Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:24:43 [2022-01-25T14:24:43.372Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:24:43 [2022-01-25T14:24:43.387Z] Fetching upstream changes from https://github.com/moby/moby.git
14:24:43 [2022-01-25T14:24:43.387Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:24:43 [2022-01-25T14:24:43.388Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43187/head:refs/remotes/origin/PR-43187 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:24:43 [2022-01-25T14:24:43.613Z]  > git config core.sparsecheckout # timeout=10
14:24:43 [2022-01-25T14:24:43.621Z]  > git checkout -f b36d896fceba189f86cb9d57679c7559a63721e5 # timeout=10
14:24:44 [2022-01-25T14:24:44.080Z]  > git remote # timeout=10
14:24:44 [2022-01-25T14:24:44.085Z]  > git config --get remote.origin.url # timeout=10
14:24:44 [2022-01-25T14:24:44.088Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:24:44 [2022-01-25T14:24:44.089Z]  > git merge 559ff0ac661c1ca27bb17765629f6166d90ff499 # timeout=10
14:24:44 [2022-01-25T14:24:44.108Z]  > git rev-parse HEAD^{commit} # timeout=10
14:24:44 [2022-01-25T14:24:44.120Z]  > git config core.sparsecheckout # timeout=10
14:24:44 [2022-01-25T14:24:44.122Z]  > git checkout -f b36d896fceba189f86cb9d57679c7559a63721e5 # timeout=10
14:24:44 [2022-01-25T14:24:44.227Z] Commit message: "layer: remove OS from layerstore"