Skip to content

Console Output

09:00:47 [2023-04-07T09:00:47.238Z] The recommended git tool is: git
09:00:47 [2023-04-07T09:00:47.248Z] using credential docker-jenkins-github-credentials
09:00:47 [2023-04-07T09:00:47.261Z] Cloning the remote Git repository
09:00:47 [2023-04-07T09:00:47.261Z] Cloning with configured refspecs honoured and without tags
09:00:47 [2023-04-07T09:00:47.264Z] Cloning repository https://github.com/moby/moby.git
09:00:47 [2023-04-07T09:00:47.265Z]  > git init /home/ubuntu/workspace/moby_PR-45267 # timeout=10
09:00:47 [2023-04-07T09:00:47.271Z] Fetching upstream changes from https://github.com/moby/moby.git
09:00:47 [2023-04-07T09:00:47.271Z]  > git --version # timeout=10
09:00:47 [2023-04-07T09:00:47.277Z]  > git --version # 'git version 2.25.1'
09:00:47 [2023-04-07T09:00:47.277Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:00:47 [2023-04-07T09:00:47.278Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45267/head:refs/remotes/origin/PR-45267 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:01:00 [2023-04-07T09:01:00.138Z] Fetching without tags
09:01:00 [2023-04-07T09:01:00.363Z] Merging remotes/origin/master commit dd3b71d17c614f837c4bba18baed9fa2cb31f1a4 into PR head commit be4abf9d6e7332785ba6819fa026f0f3e4fdca6f
09:01:00 [2023-04-07T09:01:00.962Z] Merge succeeded, producing be4abf9d6e7332785ba6819fa026f0f3e4fdca6f
09:01:00 [2023-04-07T09:01:00.963Z] Checking out Revision be4abf9d6e7332785ba6819fa026f0f3e4fdca6f (PR-45267)
09:01:00 [2023-04-07T09:01:00.118Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:01:00 [2023-04-07T09:01:00.123Z]  > git config --add remote.origin.fetch +refs/pull/45267/head:refs/remotes/origin/PR-45267 # timeout=10
09:01:00 [2023-04-07T09:01:00.126Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:01:00 [2023-04-07T09:01:00.132Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:01:00 [2023-04-07T09:01:00.142Z] Fetching upstream changes from https://github.com/moby/moby.git
09:01:00 [2023-04-07T09:01:00.142Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:01:00 [2023-04-07T09:01:00.143Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45267/head:refs/remotes/origin/PR-45267 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:01:00 [2023-04-07T09:01:00.366Z]  > git config core.sparsecheckout # timeout=10
09:01:00 [2023-04-07T09:01:00.369Z]  > git checkout -f be4abf9d6e7332785ba6819fa026f0f3e4fdca6f # timeout=10
09:01:00 [2023-04-07T09:01:00.935Z]  > git remote # timeout=10
09:01:00 [2023-04-07T09:01:00.939Z]  > git config --get remote.origin.url # timeout=10
09:01:00 [2023-04-07T09:01:00.947Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:01:00 [2023-04-07T09:01:00.948Z]  > git merge dd3b71d17c614f837c4bba18baed9fa2cb31f1a4 # timeout=10
09:01:00 [2023-04-07T09:01:00.957Z]  > git rev-parse HEAD^{commit} # timeout=10
09:01:00 [2023-04-07T09:01:00.966Z]  > git config core.sparsecheckout # timeout=10
09:01:00 [2023-04-07T09:01:00.971Z]  > git checkout -f be4abf9d6e7332785ba6819fa026f0f3e4fdca6f # timeout=10
09:01:01 [2023-04-07T09:01:01.771Z] Commit message: "Vendor containerd 1.6.x with the readonly mount fix"