Skip to content

Console Output

20:40:07 [2020-04-15T20:40:07.513Z] using credential docker-jenkins-github-credentials
20:40:07 [2020-04-15T20:40:07.534Z] Cloning the remote Git repository
20:40:07 [2020-04-15T20:40:07.534Z] Cloning with configured refspecs honoured and without tags
20:40:07 [2020-04-15T20:40:07.538Z] Cloning repository https://github.com/moby/moby.git
20:40:07 [2020-04-15T20:40:07.539Z]  > git init /home/ubuntu/workspace/moby_PR-39882 # timeout=10
20:40:07 [2020-04-15T20:40:07.555Z] Fetching upstream changes from https://github.com/moby/moby.git
20:40:07 [2020-04-15T20:40:07.555Z]  > git --version # timeout=10
20:40:07 [2020-04-15T20:40:07.565Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:40:07 [2020-04-15T20:40:07.567Z]  > git fetch --no-tags --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:40:21 [2020-04-15T20:40:21.972Z] Fetching without tags
20:40:22 [2020-04-15T20:40:22.359Z] Merging remotes/origin/master commit f4b067356562fd061705977786032aae35d06583 into PR head commit 157c53c8e00a0e97eb6bd5f6b041c8cde96e5d3b
20:40:23 [2020-04-15T20:40:23.313Z] Merge succeeded, producing 157c53c8e00a0e97eb6bd5f6b041c8cde96e5d3b
20:40:23 [2020-04-15T20:40:23.313Z] Checking out Revision 157c53c8e00a0e97eb6bd5f6b041c8cde96e5d3b (PR-39882)
20:40:21 [2020-04-15T20:40:21.945Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:40:21 [2020-04-15T20:40:21.949Z]  > git config --add remote.origin.fetch +refs/pull/39882/head:refs/remotes/origin/PR-39882 # timeout=10
20:40:21 [2020-04-15T20:40:21.955Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:40:21 [2020-04-15T20:40:21.967Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:40:21 [2020-04-15T20:40:21.976Z] Fetching upstream changes from https://github.com/moby/moby.git
20:40:21 [2020-04-15T20:40:21.976Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:40:21 [2020-04-15T20:40:21.977Z]  > git fetch --no-tags --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:40:22 [2020-04-15T20:40:22.362Z]  > git config core.sparsecheckout # timeout=10
20:40:22 [2020-04-15T20:40:22.371Z]  > git checkout -f 157c53c8e00a0e97eb6bd5f6b041c8cde96e5d3b # timeout=10
20:40:23 [2020-04-15T20:40:23.293Z]  > git merge f4b067356562fd061705977786032aae35d06583 # timeout=10
20:40:23 [2020-04-15T20:40:23.307Z]  > git rev-parse HEAD^{commit} # timeout=10
20:40:23 [2020-04-15T20:40:23.316Z]  > git config core.sparsecheckout # timeout=10
20:40:23 [2020-04-15T20:40:23.322Z]  > git checkout -f 157c53c8e00a0e97eb6bd5f6b041c8cde96e5d3b # timeout=10
20:40:23 [2020-04-15T20:40:23.626Z] Commit message: "Add API support for PidsLimit on services"