Skip to content

Console Output

13:29:19 [2022-04-04T13:29:19.925Z] The recommended git tool is: git
13:29:21 [2022-04-04T13:29:21.893Z] using credential docker-jenkins-github-credentials
13:29:21 [2022-04-04T13:29:21.901Z] Cloning the remote Git repository
13:29:21 [2022-04-04T13:29:21.901Z] Cloning with configured refspecs honoured and without tags
13:29:21 [2022-04-04T13:29:21.936Z] Cloning repository https://github.com/moby/moby.git
13:29:21 [2022-04-04T13:29:21.967Z]  > git init /home/ubuntu/workspace/moby_PR-43457 # timeout=10
13:29:22 [2022-04-04T13:29:22.472Z] Fetching upstream changes from https://github.com/moby/moby.git
13:29:22 [2022-04-04T13:29:22.473Z]  > git --version # timeout=10
13:29:22 [2022-04-04T13:29:22.480Z]  > git --version # 'git version 2.25.1'
13:29:22 [2022-04-04T13:29:22.480Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:29:22 [2022-04-04T13:29:22.482Z]  > 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:29:40 [2022-04-04T13:29:40.172Z] Fetching without tags
13:29:40 [2022-04-04T13:29:40.417Z] Merging remotes/origin/master commit 83970db5efb46bf61b2b239e8039400c67a7c7b7 into PR head commit a35b4ac54a5c8b7e822293ba62f198047a52a0aa
13:29:41 [2022-04-04T13:29:41.218Z] Merge succeeded, producing a35b4ac54a5c8b7e822293ba62f198047a52a0aa
13:29:41 [2022-04-04T13:29:41.218Z] Checking out Revision a35b4ac54a5c8b7e822293ba62f198047a52a0aa (PR-43457)
13:29:40 [2022-04-04T13:29:40.143Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:29:40 [2022-04-04T13:29:40.152Z]  > git config --add remote.origin.fetch +refs/pull/43457/head:refs/remotes/origin/PR-43457 # timeout=10
13:29:40 [2022-04-04T13:29:40.170Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:29:40 [2022-04-04T13:29:40.179Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:29:40 [2022-04-04T13:29:40.195Z] Fetching upstream changes from https://github.com/moby/moby.git
13:29:40 [2022-04-04T13:29:40.195Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:29:40 [2022-04-04T13:29:40.196Z]  > 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:29:40 [2022-04-04T13:29:40.447Z]  > git config core.sparsecheckout # timeout=10
13:29:40 [2022-04-04T13:29:40.458Z]  > git checkout -f a35b4ac54a5c8b7e822293ba62f198047a52a0aa # timeout=10
13:29:41 [2022-04-04T13:29:41.195Z]  > git remote # timeout=10
13:29:41 [2022-04-04T13:29:41.208Z]  > git config --get remote.origin.url # timeout=10
13:29:41 [2022-04-04T13:29:41.219Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:29:41 [2022-04-04T13:29:41.220Z]  > git merge 83970db5efb46bf61b2b239e8039400c67a7c7b7 # timeout=10
13:29:41 [2022-04-04T13:29:41.230Z]  > git rev-parse HEAD^{commit} # timeout=10
13:29:41 [2022-04-04T13:29:41.240Z]  > git config core.sparsecheckout # timeout=10
13:29:41 [2022-04-04T13:29:41.246Z]  > git checkout -f a35b4ac54a5c8b7e822293ba62f198047a52a0aa # timeout=10
13:29:44 [2022-04-04T13:29:44.965Z] Commit message: "daemon/config: Validate(): validate hosts"