Skip to content

Console Output

22:35:30 [2022-06-02T22:35:30.722Z] The recommended git tool is: git
22:35:33 [2022-06-02T22:35:33.069Z] using credential docker-jenkins-github-credentials
22:35:33 [2022-06-02T22:35:33.081Z] Cloning the remote Git repository
22:35:33 [2022-06-02T22:35:33.081Z] Cloning with configured refspecs honoured and without tags
22:35:33 [2022-06-02T22:35:33.204Z] Cloning repository https://github.com/moby/moby.git
22:35:33 [2022-06-02T22:35:33.261Z]  > git init /home/ubuntu/workspace/moby_PR-43632 # timeout=10
22:35:33 [2022-06-02T22:35:33.497Z] Fetching upstream changes from https://github.com/moby/moby.git
22:35:33 [2022-06-02T22:35:33.497Z]  > git --version # timeout=10
22:35:33 [2022-06-02T22:35:33.506Z]  > git --version # 'git version 2.25.1'
22:35:33 [2022-06-02T22:35:33.506Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:35:33 [2022-06-02T22:35:33.508Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43632/head:refs/remotes/origin/PR-43632 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:35:52 [2022-06-02T22:35:52.235Z] Fetching without tags
22:35:52 [2022-06-02T22:35:52.419Z] Merging remotes/origin/master commit 0e04b514fba723f1ee6be889c80aabff33c12014 into PR head commit cd58d11b2ab10131b9ab8e835c39ffd6e53917e3
22:35:52 [2022-06-02T22:35:52.178Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:35:52 [2022-06-02T22:35:52.189Z]  > git config --add remote.origin.fetch +refs/pull/43632/head:refs/remotes/origin/PR-43632 # timeout=10
22:35:52 [2022-06-02T22:35:52.209Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:35:52 [2022-06-02T22:35:52.223Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:35:52 [2022-06-02T22:35:52.238Z] Fetching upstream changes from https://github.com/moby/moby.git
22:35:52 [2022-06-02T22:35:52.239Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:35:52 [2022-06-02T22:35:52.240Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43632/head:refs/remotes/origin/PR-43632 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:35:52 [2022-06-02T22:35:52.426Z]  > git config core.sparsecheckout # timeout=10
22:35:52 [2022-06-02T22:35:52.448Z]  > git checkout -f cd58d11b2ab10131b9ab8e835c39ffd6e53917e3 # timeout=10
22:35:53 [2022-06-02T22:35:53.265Z] Merge succeeded, producing cd58d11b2ab10131b9ab8e835c39ffd6e53917e3
22:35:53 [2022-06-02T22:35:53.265Z] Checking out Revision cd58d11b2ab10131b9ab8e835c39ffd6e53917e3 (PR-43632)
22:35:53 [2022-06-02T22:35:53.209Z]  > git remote # timeout=10
22:35:53 [2022-06-02T22:35:53.223Z]  > git config --get remote.origin.url # timeout=10
22:35:53 [2022-06-02T22:35:53.231Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:35:53 [2022-06-02T22:35:53.232Z]  > git merge 0e04b514fba723f1ee6be889c80aabff33c12014 # timeout=10
22:35:53 [2022-06-02T22:35:53.250Z]  > git rev-parse HEAD^{commit} # timeout=10
22:35:53 [2022-06-02T22:35:53.267Z]  > git config core.sparsecheckout # timeout=10
22:35:53 [2022-06-02T22:35:53.275Z]  > git checkout -f cd58d11b2ab10131b9ab8e835c39ffd6e53917e3 # timeout=10
22:35:57 [2022-06-02T22:35:57.192Z] Commit message: "volume/local.New(): extract loading options to a function"