Skip to content

Console Output

13:40:49 [2022-04-04T13:40:49.954Z] The recommended git tool is: git
13:40:49 [2022-04-04T13:40:49.969Z] using credential docker-jenkins-github-credentials
13:40:49 [2022-04-04T13:40:49.977Z] Cloning the remote Git repository
13:40:49 [2022-04-04T13:40:49.978Z] Cloning with configured refspecs honoured and without tags
13:40:50 [2022-04-04T13:40:50.005Z] Cloning repository https://github.com/moby/moby.git
13:40:50 [2022-04-04T13:40:50.011Z]  > git init /home/ubuntu/workspace/moby_PR-43457 # timeout=10
13:40:50 [2022-04-04T13:40:50.041Z] Fetching upstream changes from https://github.com/moby/moby.git
13:40:50 [2022-04-04T13:40:50.041Z]  > git --version # timeout=10
13:40:50 [2022-04-04T13:40:50.046Z]  > git --version # 'git version 2.25.1'
13:40:50 [2022-04-04T13:40:50.047Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:40:50 [2022-04-04T13:40:50.047Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43457/head:refs/remotes/origin/PR-43457 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:41:02 [2022-04-04T13:41:02.760Z] Fetching without tags
13:41:03 [2022-04-04T13:41:03.008Z] Merging remotes/origin/master commit 83970db5efb46bf61b2b239e8039400c67a7c7b7 into PR head commit a35b4ac54a5c8b7e822293ba62f198047a52a0aa
13:41:03 [2022-04-04T13:41:03.525Z] Merge succeeded, producing a35b4ac54a5c8b7e822293ba62f198047a52a0aa
13:41:03 [2022-04-04T13:41:03.526Z] Checking out Revision a35b4ac54a5c8b7e822293ba62f198047a52a0aa (PR-43457)
13:41:02 [2022-04-04T13:41:02.767Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:41:02 [2022-04-04T13:41:02.769Z]  > git config --add remote.origin.fetch +refs/pull/43457/head:refs/remotes/origin/PR-43457 # timeout=10
13:41:02 [2022-04-04T13:41:02.775Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:41:02 [2022-04-04T13:41:02.780Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:41:02 [2022-04-04T13:41:02.787Z] Fetching upstream changes from https://github.com/moby/moby.git
13:41:02 [2022-04-04T13:41:02.788Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:41:02 [2022-04-04T13:41:02.788Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43457/head:refs/remotes/origin/PR-43457 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:41:03 [2022-04-04T13:41:03.035Z]  > git config core.sparsecheckout # timeout=10
13:41:03 [2022-04-04T13:41:03.037Z]  > git checkout -f a35b4ac54a5c8b7e822293ba62f198047a52a0aa # timeout=10
13:41:03 [2022-04-04T13:41:03.529Z]  > git remote # timeout=10
13:41:03 [2022-04-04T13:41:03.534Z]  > git config --get remote.origin.url # timeout=10
13:41:03 [2022-04-04T13:41:03.538Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:41:03 [2022-04-04T13:41:03.539Z]  > git merge 83970db5efb46bf61b2b239e8039400c67a7c7b7 # timeout=10
13:41:03 [2022-04-04T13:41:03.547Z]  > git rev-parse HEAD^{commit} # timeout=10
13:41:03 [2022-04-04T13:41:03.553Z]  > git config core.sparsecheckout # timeout=10
13:41:03 [2022-04-04T13:41:03.556Z]  > git checkout -f a35b4ac54a5c8b7e822293ba62f198047a52a0aa # timeout=10
13:41:04 [2022-04-04T13:41:04.227Z] Commit message: "daemon/config: Validate(): validate hosts"