Skip to content

Console Output

16:19:52 [2022-04-04T16:19:52.029Z] The recommended git tool is: git
16:19:54 [2022-04-04T16:19:54.761Z] using credential docker-jenkins-github-credentials
16:19:54 [2022-04-04T16:19:54.769Z] Cloning the remote Git repository
16:19:54 [2022-04-04T16:19:54.769Z] Cloning with configured refspecs honoured and without tags
16:19:54 [2022-04-04T16:19:54.209Z] Cloning repository https://github.com/moby/moby.git
16:19:54 [2022-04-04T16:19:54.281Z]  > git init /home/ubuntu/workspace/moby_PR-43455 # timeout=10
16:19:54 [2022-04-04T16:19:54.541Z] Fetching upstream changes from https://github.com/moby/moby.git
16:19:54 [2022-04-04T16:19:54.542Z]  > git --version # timeout=10
16:19:54 [2022-04-04T16:19:54.562Z]  > git --version # 'git version 2.17.1'
16:19:54 [2022-04-04T16:19:54.563Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:19:54 [2022-04-04T16:19:54.565Z]  > 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:22 [2022-04-04T16:20:22.074Z] Fetching without tags
16:20:22 [2022-04-04T16:20:22.431Z] Merging remotes/origin/master commit 83970db5efb46bf61b2b239e8039400c67a7c7b7 into PR head commit 846af8e413e10efa87aa05eed55008dfce692cca
16:20:21 [2022-04-04T16:20:21.960Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:20:21 [2022-04-04T16:20:21.989Z]  > git config --add remote.origin.fetch +refs/pull/43455/head:refs/remotes/origin/PR-43455 # timeout=10
16:20:22 [2022-04-04T16:20:22.009Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:20:22 [2022-04-04T16:20:22.039Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:20:22 [2022-04-04T16:20:22.078Z] Fetching upstream changes from https://github.com/moby/moby.git
16:20:22 [2022-04-04T16:20:22.078Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:20:22 [2022-04-04T16:20:22.079Z]  > 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:22 [2022-04-04T16:20:22.441Z]  > git config core.sparsecheckout # timeout=10
16:20:22 [2022-04-04T16:20:22.459Z]  > git checkout -f 846af8e413e10efa87aa05eed55008dfce692cca # timeout=10
16:20:23 [2022-04-04T16:20:23.321Z] Merge succeeded, producing 846af8e413e10efa87aa05eed55008dfce692cca
16:20:23 [2022-04-04T16:20:23.322Z] Checking out Revision 846af8e413e10efa87aa05eed55008dfce692cca (PR-43455)
16:20:23 [2022-04-04T16:20:23.216Z]  > git remote # timeout=10
16:20:23 [2022-04-04T16:20:23.242Z]  > git config --get remote.origin.url # timeout=10
16:20:23 [2022-04-04T16:20:23.262Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:20:23 [2022-04-04T16:20:23.263Z]  > git merge 83970db5efb46bf61b2b239e8039400c67a7c7b7 # timeout=10
16:20:23 [2022-04-04T16:20:23.294Z]  > git rev-parse HEAD^{commit} # timeout=10
16:20:23 [2022-04-04T16:20:23.324Z]  > git config core.sparsecheckout # timeout=10
16:20:23 [2022-04-04T16:20:23.348Z]  > git checkout -f 846af8e413e10efa87aa05eed55008dfce692cca # timeout=10
16:20:27 [2022-04-04T16:20:27.387Z] Commit message: "cmd/dockerd: update --ip6tables description to include "experimental""