Skip to content

Console Output

17:15:53 [2021-03-18T17:15:53.970Z] The recommended git tool is: git
17:15:53 [2021-03-18T17:15:53.976Z] using credential docker-jenkins-github-credentials
17:15:53 [2021-03-18T17:15:53.981Z] Cloning the remote Git repository
17:15:53 [2021-03-18T17:15:53.981Z] Cloning with configured refspecs honoured and without tags
17:15:53 [2021-03-18T17:15:53.983Z] Cloning repository https://github.com/moby/moby.git
17:15:53 [2021-03-18T17:15:53.983Z]  > git init /home/ubuntu/workspace/moby_PR-42163 # timeout=10
17:15:53 [2021-03-18T17:15:53.988Z] Fetching upstream changes from https://github.com/moby/moby.git
17:15:53 [2021-03-18T17:15:53.988Z]  > git --version # timeout=10
17:15:53 [2021-03-18T17:15:53.990Z]  > git --version # 'git version 2.17.1'
17:15:53 [2021-03-18T17:15:53.990Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:15:53 [2021-03-18T17:15:53.990Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42163/head:refs/remotes/origin/PR-42163 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:16:07 [2021-03-18T17:16:07.299Z] Fetching without tags
17:16:07 [2021-03-18T17:16:07.539Z] Merging remotes/origin/master commit 737b400e0bb19308b92640468df4d2d826b1a425 into PR head commit e31086320ea0305e2cc70490160ee30480471680
17:16:07 [2021-03-18T17:16:07.975Z] Merge succeeded, producing e31086320ea0305e2cc70490160ee30480471680
17:16:07 [2021-03-18T17:16:07.975Z] Checking out Revision e31086320ea0305e2cc70490160ee30480471680 (PR-42163)
17:16:07 [2021-03-18T17:16:07.288Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:16:07 [2021-03-18T17:16:07.290Z]  > git config --add remote.origin.fetch +refs/pull/42163/head:refs/remotes/origin/PR-42163 # timeout=10
17:16:07 [2021-03-18T17:16:07.292Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:16:07 [2021-03-18T17:16:07.296Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:16:07 [2021-03-18T17:16:07.302Z] Fetching upstream changes from https://github.com/moby/moby.git
17:16:07 [2021-03-18T17:16:07.302Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:16:07 [2021-03-18T17:16:07.302Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42163/head:refs/remotes/origin/PR-42163 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:16:07 [2021-03-18T17:16:07.541Z]  > git config core.sparsecheckout # timeout=10
17:16:07 [2021-03-18T17:16:07.543Z]  > git checkout -f e31086320ea0305e2cc70490160ee30480471680 # timeout=10
17:16:07 [2021-03-18T17:16:07.959Z]  > git remote # timeout=10
17:16:07 [2021-03-18T17:16:07.961Z]  > git config --get remote.origin.url # timeout=10
17:16:07 [2021-03-18T17:16:07.963Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:16:07 [2021-03-18T17:16:07.964Z]  > git merge 737b400e0bb19308b92640468df4d2d826b1a425 # timeout=10
17:16:07 [2021-03-18T17:16:07.972Z]  > git rev-parse HEAD^{commit} # timeout=10
17:16:07 [2021-03-18T17:16:07.977Z]  > git config core.sparsecheckout # timeout=10
17:16:07 [2021-03-18T17:16:07.979Z]  > git checkout -f e31086320ea0305e2cc70490160ee30480471680 # timeout=10
17:16:08 [2021-03-18T17:16:08.469Z] Commit message: "Remove cli test for duplicate --net/--network opts"