Skip to content

Console Output

17:18:34 [2021-03-18T17:18:34.515Z] The recommended git tool is: git
17:18:56 [2021-03-18T17:18:56.932Z] using credential docker-jenkins-github-credentials
17:18:57 [2021-03-18T17:18:57.011Z] Cloning the remote Git repository
17:18:57 [2021-03-18T17:18:57.011Z] Cloning with configured refspecs honoured and without tags
17:18:57 [2021-03-18T17:18:57.228Z] Cloning repository https://github.com/moby/moby.git
17:18:57 [2021-03-18T17:18:57.640Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
17:18:58 [2021-03-18T17:18:58.502Z] Fetching upstream changes from https://github.com/moby/moby.git
17:18:58 [2021-03-18T17:18:58.502Z]  > git --version # timeout=10
17:18:58 [2021-03-18T17:18:58.539Z]  > git --version # 'git version 2.24.1.windows.2'
17:18:58 [2021-03-18T17:18:58.540Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:18:58 [2021-03-18T17:18:58.542Z]  > git fetch --no-tags --force --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:19:12 [2021-03-18T17:19:12.069Z] Fetching without tags
17:19:11 [2021-03-18T17:19:11.780Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:19:11 [2021-03-18T17:19:11.844Z]  > git config --add remote.origin.fetch +refs/pull/42163/head:refs/remotes/origin/PR-42163 # timeout=10
17:19:11 [2021-03-18T17:19:11.881Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:19:11 [2021-03-18T17:19:11.994Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:19:12 [2021-03-18T17:19:12.106Z] Fetching upstream changes from https://github.com/moby/moby.git
17:19:12 [2021-03-18T17:19:12.106Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:19:12 [2021-03-18T17:19:12.107Z]  > git fetch --no-tags --force --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:19:13 [2021-03-18T17:19:13.294Z] Merging remotes/origin/master commit 737b400e0bb19308b92640468df4d2d826b1a425 into PR head commit e31086320ea0305e2cc70490160ee30480471680
17:19:13 [2021-03-18T17:19:13.405Z]  > git config core.sparsecheckout # timeout=10
17:19:13 [2021-03-18T17:19:13.445Z]  > git checkout -f e31086320ea0305e2cc70490160ee30480471680 # timeout=10
17:19:15 [2021-03-18T17:19:15.812Z] Merge succeeded, producing e31086320ea0305e2cc70490160ee30480471680
17:19:15 [2021-03-18T17:19:15.813Z] Checking out Revision e31086320ea0305e2cc70490160ee30480471680 (PR-42163)
17:19:15 [2021-03-18T17:19:15.487Z]  > git remote # timeout=10
17:19:15 [2021-03-18T17:19:15.548Z]  > git config --get remote.origin.url # timeout=10
17:19:15 [2021-03-18T17:19:15.585Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:19:15 [2021-03-18T17:19:15.587Z]  > git merge 737b400e0bb19308b92640468df4d2d826b1a425 # timeout=10
17:19:15 [2021-03-18T17:19:15.713Z]  > git rev-parse "HEAD^{commit}" # timeout=10
17:19:15 [2021-03-18T17:19:15.847Z]  > git config core.sparsecheckout # timeout=10
17:19:15 [2021-03-18T17:19:15.886Z]  > git checkout -f e31086320ea0305e2cc70490160ee30480471680 # timeout=10
17:19:27 [2021-03-18T17:19:27.477Z] Commit message: "Remove cli test for duplicate --net/--network opts"