Skip to content

Console Output

20:45:13 [2020-04-15T20:45:13.827Z] using credential docker-jenkins-github-credentials
20:45:13 [2020-04-15T20:45:13.901Z] Cloning the remote Git repository
20:45:13 [2020-04-15T20:45:13.901Z] Cloning with configured refspecs honoured and without tags
20:45:14 [2020-04-15T20:45:14.133Z] Cloning repository https://github.com/moby/moby.git
20:45:14 [2020-04-15T20:45:14.653Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
20:45:16 [2020-04-15T20:45:16.230Z] Fetching upstream changes from https://github.com/moby/moby.git
20:45:16 [2020-04-15T20:45:16.231Z]  > git --version # timeout=10
20:45:16 [2020-04-15T20:45:16.298Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:45:16 [2020-04-15T20:45:16.302Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/39882/head:refs/remotes/origin/PR-39882 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:45:34 [2020-04-15T20:45:34.471Z] Fetching without tags
20:45:35 [2020-04-15T20:45:35.272Z] Merging remotes/origin/master commit f4b067356562fd061705977786032aae35d06583 into PR head commit 157c53c8e00a0e97eb6bd5f6b041c8cde96e5d3b
20:45:34 [2020-04-15T20:45:34.054Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:45:34 [2020-04-15T20:45:34.161Z]  > git config --add remote.origin.fetch +refs/pull/39882/head:refs/remotes/origin/PR-39882 # timeout=10
20:45:34 [2020-04-15T20:45:34.220Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:45:34 [2020-04-15T20:45:34.347Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:45:34 [2020-04-15T20:45:34.500Z] Fetching upstream changes from https://github.com/moby/moby.git
20:45:34 [2020-04-15T20:45:34.500Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:45:34 [2020-04-15T20:45:34.502Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/39882/head:refs/remotes/origin/PR-39882 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:45:35 [2020-04-15T20:45:35.370Z]  > git config core.sparsecheckout # timeout=10
20:45:35 [2020-04-15T20:45:35.428Z]  > git checkout -f 157c53c8e00a0e97eb6bd5f6b041c8cde96e5d3b # timeout=10
20:45:39 [2020-04-15T20:45:39.046Z] Merge succeeded, producing 157c53c8e00a0e97eb6bd5f6b041c8cde96e5d3b
20:45:39 [2020-04-15T20:45:39.046Z] Checking out Revision 157c53c8e00a0e97eb6bd5f6b041c8cde96e5d3b (PR-39882)
20:45:38 [2020-04-15T20:45:38.725Z]  > git merge f4b067356562fd061705977786032aae35d06583 # timeout=10
20:45:38 [2020-04-15T20:45:38.912Z]  > git rev-parse "HEAD^{commit}" # timeout=10
20:45:39 [2020-04-15T20:45:39.074Z]  > git config core.sparsecheckout # timeout=10
20:45:39 [2020-04-15T20:45:39.138Z]  > git checkout -f 157c53c8e00a0e97eb6bd5f6b041c8cde96e5d3b # timeout=10
20:45:55 [2020-04-15T20:45:55.030Z] Commit message: "Add API support for PidsLimit on services"