Skip to content

Console Output

14:24:13 [2022-01-25T14:24:13.446Z] The recommended git tool is: git
14:24:13 [2022-01-25T14:24:13.456Z] using credential docker-jenkins-github-credentials
14:24:13 [2022-01-25T14:24:13.464Z] Cloning the remote Git repository
14:24:13 [2022-01-25T14:24:13.464Z] Cloning with configured refspecs honoured and without tags
14:24:13 [2022-01-25T14:24:13.464Z] Cloning repository https://github.com/moby/moby.git
14:24:13 [2022-01-25T14:24:13.464Z]  > git init /home/ubuntu/workspace/moby_PR-43187 # timeout=10
14:24:13 [2022-01-25T14:24:13.478Z] Fetching upstream changes from https://github.com/moby/moby.git
14:24:13 [2022-01-25T14:24:13.479Z]  > git --version # timeout=10
14:24:13 [2022-01-25T14:24:13.484Z]  > git --version # 'git version 2.25.1'
14:24:13 [2022-01-25T14:24:13.484Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:24:13 [2022-01-25T14:24:13.485Z]  > git fetch --no-tags --force --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:28 [2022-01-25T14:24:28.530Z] Fetching without tags
14:24:28 [2022-01-25T14:24:28.760Z] Merging remotes/origin/master commit 559ff0ac661c1ca27bb17765629f6166d90ff499 into PR head commit b36d896fceba189f86cb9d57679c7559a63721e5
14:24:29 [2022-01-25T14:24:29.259Z] Merge succeeded, producing b36d896fceba189f86cb9d57679c7559a63721e5
14:24:29 [2022-01-25T14:24:29.259Z] Checking out Revision b36d896fceba189f86cb9d57679c7559a63721e5 (PR-43187)
14:24:28 [2022-01-25T14:24:28.502Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:24:28 [2022-01-25T14:24:28.507Z]  > git config --add remote.origin.fetch +refs/pull/43187/head:refs/remotes/origin/PR-43187 # timeout=10
14:24:28 [2022-01-25T14:24:28.510Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:24:28 [2022-01-25T14:24:28.518Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:24:28 [2022-01-25T14:24:28.531Z] Fetching upstream changes from https://github.com/moby/moby.git
14:24:28 [2022-01-25T14:24:28.531Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:24:28 [2022-01-25T14:24:28.532Z]  > git fetch --no-tags --force --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:28 [2022-01-25T14:24:28.760Z]  > git config core.sparsecheckout # timeout=10
14:24:28 [2022-01-25T14:24:28.763Z]  > git checkout -f b36d896fceba189f86cb9d57679c7559a63721e5 # timeout=10
14:24:29 [2022-01-25T14:24:29.237Z]  > git remote # timeout=10
14:24:29 [2022-01-25T14:24:29.243Z]  > git config --get remote.origin.url # timeout=10
14:24:29 [2022-01-25T14:24:29.246Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:24:29 [2022-01-25T14:24:29.246Z]  > git merge 559ff0ac661c1ca27bb17765629f6166d90ff499 # timeout=10
14:24:29 [2022-01-25T14:24:29.253Z]  > git rev-parse HEAD^{commit} # timeout=10
14:24:29 [2022-01-25T14:24:29.260Z]  > git config core.sparsecheckout # timeout=10
14:24:29 [2022-01-25T14:24:29.264Z]  > git checkout -f b36d896fceba189f86cb9d57679c7559a63721e5 # timeout=10
14:24:29 [2022-01-25T14:24:29.553Z] Commit message: "layer: remove OS from layerstore"