Skip to content

Console Output

16:19:36 [2022-04-04T16:19:36.283Z] The recommended git tool is: git
16:19:38 [2022-04-04T16:19:38.805Z] using credential docker-jenkins-github-credentials
16:19:38 [2022-04-04T16:19:38.816Z] Cloning the remote Git repository
16:19:38 [2022-04-04T16:19:38.816Z] Cloning with configured refspecs honoured and without tags
16:19:37 [2022-04-04T16:19:37.848Z] Cloning repository https://github.com/moby/moby.git
16:19:37 [2022-04-04T16:19:37.902Z]  > git init /home/ubuntu/workspace/moby_PR-43455 # timeout=10
16:19:38 [2022-04-04T16:19:38.126Z] Fetching upstream changes from https://github.com/moby/moby.git
16:19:38 [2022-04-04T16:19:38.127Z]  > git --version # timeout=10
16:19:38 [2022-04-04T16:19:38.145Z]  > git --version # 'git version 2.17.1'
16:19:38 [2022-04-04T16:19:38.146Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:19:38 [2022-04-04T16:19:38.147Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43455/head:refs/remotes/origin/PR-43455 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:20:05 [2022-04-04T16:20:05.664Z] Fetching without tags
16:20:05 [2022-04-04T16:20:05.968Z] Merging remotes/origin/master commit 83970db5efb46bf61b2b239e8039400c67a7c7b7 into PR head commit 846af8e413e10efa87aa05eed55008dfce692cca
16:20:06 [2022-04-04T16:20:06.919Z] Merge succeeded, producing 846af8e413e10efa87aa05eed55008dfce692cca
16:20:06 [2022-04-04T16:20:06.920Z] Checking out Revision 846af8e413e10efa87aa05eed55008dfce692cca (PR-43455)
16:20:05 [2022-04-04T16:20:05.558Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:20:05 [2022-04-04T16:20:05.576Z]  > git config --add remote.origin.fetch +refs/pull/43455/head:refs/remotes/origin/PR-43455 # timeout=10
16:20:05 [2022-04-04T16:20:05.606Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:20:05 [2022-04-04T16:20:05.626Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:20:05 [2022-04-04T16:20:05.667Z] Fetching upstream changes from https://github.com/moby/moby.git
16:20:05 [2022-04-04T16:20:05.668Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:20:05 [2022-04-04T16:20:05.669Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43455/head:refs/remotes/origin/PR-43455 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:20:05 [2022-04-04T16:20:05.978Z]  > git config core.sparsecheckout # timeout=10
16:20:06 [2022-04-04T16:20:06.007Z]  > git checkout -f 846af8e413e10efa87aa05eed55008dfce692cca # timeout=10
16:20:06 [2022-04-04T16:20:06.806Z]  > git remote # timeout=10
16:20:06 [2022-04-04T16:20:06.831Z]  > git config --get remote.origin.url # timeout=10
16:20:06 [2022-04-04T16:20:06.856Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:20:06 [2022-04-04T16:20:06.857Z]  > git merge 83970db5efb46bf61b2b239e8039400c67a7c7b7 # timeout=10
16:20:06 [2022-04-04T16:20:06.886Z]  > git rev-parse HEAD^{commit} # timeout=10
16:20:06 [2022-04-04T16:20:06.922Z]  > git config core.sparsecheckout # timeout=10
16:20:06 [2022-04-04T16:20:06.946Z]  > git checkout -f 846af8e413e10efa87aa05eed55008dfce692cca # timeout=10
16:20:11 [2022-04-04T16:20:11.655Z] Commit message: "cmd/dockerd: update --ip6tables description to include "experimental""