Skip to content

Console Output

22:35:30 [2022-06-02T22:35:30.892Z] The recommended git tool is: git
22:35:33 [2022-06-02T22:35:33.882Z] using credential docker-jenkins-github-credentials
22:35:33 [2022-06-02T22:35:33.893Z] Cloning the remote Git repository
22:35:33 [2022-06-02T22:35:33.893Z] Cloning with configured refspecs honoured and without tags
22:35:33 [2022-06-02T22:35:33.921Z] Cloning repository https://github.com/moby/moby.git
22:35:33 [2022-06-02T22:35:33.979Z]  > git init /home/ubuntu/workspace/moby_PR-43632 # timeout=10
22:35:34 [2022-06-02T22:35:34.316Z] Fetching upstream changes from https://github.com/moby/moby.git
22:35:34 [2022-06-02T22:35:34.316Z]  > git --version # timeout=10
22:35:34 [2022-06-02T22:35:34.344Z]  > git --version # 'git version 2.17.1'
22:35:34 [2022-06-02T22:35:34.345Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:35:34 [2022-06-02T22:35:34.346Z]  > git fetch --no-tags --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:36:01 [2022-06-02T22:36:01.825Z] Fetching without tags
22:36:02 [2022-06-02T22:36:02.096Z] Merging remotes/origin/master commit 0e04b514fba723f1ee6be889c80aabff33c12014 into PR head commit cd58d11b2ab10131b9ab8e835c39ffd6e53917e3
22:36:03 [2022-06-02T22:36:03.047Z] Merge succeeded, producing cd58d11b2ab10131b9ab8e835c39ffd6e53917e3
22:36:03 [2022-06-02T22:36:03.047Z] Checking out Revision cd58d11b2ab10131b9ab8e835c39ffd6e53917e3 (PR-43632)
22:36:01 [2022-06-02T22:36:01.721Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:36:01 [2022-06-02T22:36:01.731Z]  > git config --add remote.origin.fetch +refs/pull/43632/head:refs/remotes/origin/PR-43632 # timeout=10
22:36:01 [2022-06-02T22:36:01.747Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:36:01 [2022-06-02T22:36:01.792Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:36:01 [2022-06-02T22:36:01.833Z] Fetching upstream changes from https://github.com/moby/moby.git
22:36:01 [2022-06-02T22:36:01.833Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:36:01 [2022-06-02T22:36:01.835Z]  > git fetch --no-tags --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:36:02 [2022-06-02T22:36:02.107Z]  > git config core.sparsecheckout # timeout=10
22:36:02 [2022-06-02T22:36:02.139Z]  > git checkout -f cd58d11b2ab10131b9ab8e835c39ffd6e53917e3 # timeout=10
22:36:02 [2022-06-02T22:36:02.942Z]  > git remote # timeout=10
22:36:02 [2022-06-02T22:36:02.973Z]  > git config --get remote.origin.url # timeout=10
22:36:02 [2022-06-02T22:36:02.997Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:36:02 [2022-06-02T22:36:02.998Z]  > git merge 0e04b514fba723f1ee6be889c80aabff33c12014 # timeout=10
22:36:03 [2022-06-02T22:36:03.026Z]  > git rev-parse HEAD^{commit} # timeout=10
22:36:03 [2022-06-02T22:36:03.050Z]  > git config core.sparsecheckout # timeout=10
22:36:03 [2022-06-02T22:36:03.068Z]  > git checkout -f cd58d11b2ab10131b9ab8e835c39ffd6e53917e3 # timeout=10
22:36:07 [2022-06-02T22:36:07.985Z] Commit message: "volume/local.New(): extract loading options to a function"