Skip to content

Console Output

17:28:56 [2021-06-09T17:28:56.866Z] The recommended git tool is: git
17:29:21 [2021-06-09T17:29:21.686Z] using credential docker-jenkins-github-credentials
17:29:21 [2021-06-09T17:29:21.762Z] Cloning the remote Git repository
17:29:21 [2021-06-09T17:29:21.762Z] Cloning with configured refspecs honoured and without tags
17:29:21 [2021-06-09T17:29:21.974Z] Cloning repository https://github.com/moby/moby.git
17:29:22 [2021-06-09T17:29:22.398Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
17:29:23 [2021-06-09T17:29:23.262Z] Fetching upstream changes from https://github.com/moby/moby.git
17:29:23 [2021-06-09T17:29:23.263Z]  > git --version # timeout=10
17:29:23 [2021-06-09T17:29:23.318Z]  > git --version # 'git version 2.24.1.windows.2'
17:29:23 [2021-06-09T17:29:23.319Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:29:23 [2021-06-09T17:29:23.323Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42432/head:refs/remotes/origin/PR-42432 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:29:50 [2021-06-09T17:29:50.952Z] Fetching without tags
17:29:51 [2021-06-09T17:29:51.697Z] Merging remotes/origin/master commit 86b4d88e55c7d70e77794a2b9e5fa829cc6bb8f8 into PR head commit 0d9b0ed678e2b106e769e974f13aaf100e46351c
17:29:50 [2021-06-09T17:29:50.595Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:29:50 [2021-06-09T17:29:50.684Z]  > git config --add remote.origin.fetch +refs/pull/42432/head:refs/remotes/origin/PR-42432 # timeout=10
17:29:50 [2021-06-09T17:29:50.733Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:29:50 [2021-06-09T17:29:50.862Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:29:50 [2021-06-09T17:29:50.988Z] Fetching upstream changes from https://github.com/moby/moby.git
17:29:50 [2021-06-09T17:29:50.989Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:29:50 [2021-06-09T17:29:50.991Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42432/head:refs/remotes/origin/PR-42432 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:29:51 [2021-06-09T17:29:51.810Z]  > git config core.sparsecheckout # timeout=10
17:29:51 [2021-06-09T17:29:51.862Z]  > git checkout -f 0d9b0ed678e2b106e769e974f13aaf100e46351c # timeout=10
17:29:54 [2021-06-09T17:29:54.911Z] Merge succeeded, producing 0d9b0ed678e2b106e769e974f13aaf100e46351c
17:29:54 [2021-06-09T17:29:54.912Z] Checking out Revision 0d9b0ed678e2b106e769e974f13aaf100e46351c (PR-42432)
17:29:54 [2021-06-09T17:29:54.494Z]  > git remote # timeout=10
17:29:54 [2021-06-09T17:29:54.568Z]  > git config --get remote.origin.url # timeout=10
17:29:54 [2021-06-09T17:29:54.628Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:29:54 [2021-06-09T17:29:54.630Z]  > git merge 86b4d88e55c7d70e77794a2b9e5fa829cc6bb8f8 # timeout=10
17:29:54 [2021-06-09T17:29:54.797Z]  > git rev-parse "HEAD^{commit}" # timeout=10
17:29:54 [2021-06-09T17:29:54.948Z]  > git config core.sparsecheckout # timeout=10
17:29:55 [2021-06-09T17:29:55.001Z]  > git checkout -f 0d9b0ed678e2b106e769e974f13aaf100e46351c # timeout=10
17:30:06 [2021-06-09T17:30:06.332Z] Commit message: "Fix possible overlapping IPs"