Skip to content

Console Output

22:35:30 [2022-06-02T22:35:30.806Z] The recommended git tool is: git
22:35:33 [2022-06-02T22:35:33.897Z] using credential docker-jenkins-github-credentials
22:35:33 [2022-06-02T22:35:33.905Z] Cloning the remote Git repository
22:35:33 [2022-06-02T22:35:33.905Z] Cloning with configured refspecs honoured and without tags
22:35:33 [2022-06-02T22:35:33.982Z] Cloning repository https://github.com/moby/moby.git
22:35:34 [2022-06-02T22:35:34.050Z]  > git init /home/ubuntu/workspace/moby_PR-43632 # timeout=10
22:35:34 [2022-06-02T22:35:34.661Z] Fetching upstream changes from https://github.com/moby/moby.git
22:35:34 [2022-06-02T22:35:34.662Z]  > git --version # timeout=10
22:35:34 [2022-06-02T22:35:34.671Z]  > git --version # 'git version 2.25.1'
22:35:34 [2022-06-02T22:35:34.671Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:35:34 [2022-06-02T22:35:34.673Z]  > 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:50 [2022-06-02T22:35:50.832Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:35:50 [2022-06-02T22:35:50.916Z] Fetching without tags
22:35:51 [2022-06-02T22:35:51.225Z] Merging remotes/origin/master commit 0e04b514fba723f1ee6be889c80aabff33c12014 into PR head commit cd58d11b2ab10131b9ab8e835c39ffd6e53917e3
22:35:52 [2022-06-02T22:35:52.241Z] Merge succeeded, producing cd58d11b2ab10131b9ab8e835c39ffd6e53917e3
22:35:52 [2022-06-02T22:35:52.241Z] Checking out Revision cd58d11b2ab10131b9ab8e835c39ffd6e53917e3 (PR-43632)
22:35:50 [2022-06-02T22:35:50.865Z]  > git config --add remote.origin.fetch +refs/pull/43632/head:refs/remotes/origin/PR-43632 # timeout=10
22:35:50 [2022-06-02T22:35:50.883Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:35:50 [2022-06-02T22:35:50.909Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:35:50 [2022-06-02T22:35:50.930Z] Fetching upstream changes from https://github.com/moby/moby.git
22:35:50 [2022-06-02T22:35:50.930Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:35:50 [2022-06-02T22:35:50.937Z]  > 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:51 [2022-06-02T22:35:51.243Z]  > git config core.sparsecheckout # timeout=10
22:35:51 [2022-06-02T22:35:51.272Z]  > git checkout -f cd58d11b2ab10131b9ab8e835c39ffd6e53917e3 # timeout=10
22:35:52 [2022-06-02T22:35:52.189Z]  > git remote # timeout=10
22:35:52 [2022-06-02T22:35:52.206Z]  > git config --get remote.origin.url # timeout=10
22:35:52 [2022-06-02T22:35:52.219Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:35:52 [2022-06-02T22:35:52.220Z]  > git merge 0e04b514fba723f1ee6be889c80aabff33c12014 # timeout=10
22:35:52 [2022-06-02T22:35:52.231Z]  > git rev-parse HEAD^{commit} # timeout=10
22:35:52 [2022-06-02T22:35:52.253Z]  > git config core.sparsecheckout # timeout=10
22:35:52 [2022-06-02T22:35:52.266Z]  > git checkout -f cd58d11b2ab10131b9ab8e835c39ffd6e53917e3 # timeout=10
22:35:56 [2022-06-02T22:35:56.070Z] Commit message: "volume/local.New(): extract loading options to a function"