Skip to content

Console Output

15:47:18 [2020-01-06T15:47:18.661Z] using credential docker-jenkins-github-credentials
15:47:18 [2020-01-06T15:47:18.712Z] Cloning the remote Git repository
15:47:18 [2020-01-06T15:47:18.712Z] Cloning with configured refspecs honoured and without tags
15:47:18 [2020-01-06T15:47:18.755Z] Cloning repository https://github.com/moby/moby.git
15:47:18 [2020-01-06T15:47:18.758Z]  > git init /home/jenkins/workspace/moby_PR-40340 # timeout=10
15:47:18 [2020-01-06T15:47:18.794Z] Fetching upstream changes from https://github.com/moby/moby.git
15:47:18 [2020-01-06T15:47:18.796Z]  > git --version # timeout=10
15:47:18 [2020-01-06T15:47:18.815Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:47:18 [2020-01-06T15:47:18.816Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40340/head:refs/remotes/origin/PR-40340 +refs/heads/master:refs/remotes/origin/master
15:47:27 [2020-01-06T15:47:27.893Z] Fetching without tags
15:47:27 [2020-01-06T15:47:27.754Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:47:27 [2020-01-06T15:47:27.774Z]  > git config --add remote.origin.fetch +refs/pull/40340/head:refs/remotes/origin/PR-40340 # timeout=10
15:47:27 [2020-01-06T15:47:27.793Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:47:27 [2020-01-06T15:47:27.857Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:47:27 [2020-01-06T15:47:27.930Z] Fetching upstream changes from https://github.com/moby/moby.git
15:47:27 [2020-01-06T15:47:27.933Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:47:27 [2020-01-06T15:47:27.934Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40340/head:refs/remotes/origin/PR-40340 +refs/heads/master:refs/remotes/origin/master
15:47:28 [2020-01-06T15:47:28.326Z] Merging remotes/origin/master commit a9507c6f76627fdc092edc542d5a7ef4a6df5eec into PR head commit 8311d6ba9fe69197912f4bba01eab1a92d92ce08
15:47:29 [2020-01-06T15:47:29.083Z] Merge succeeded, producing 8311d6ba9fe69197912f4bba01eab1a92d92ce08
15:47:29 [2020-01-06T15:47:29.084Z] Checking out Revision 8311d6ba9fe69197912f4bba01eab1a92d92ce08 (PR-40340)
15:47:28 [2020-01-06T15:47:28.361Z]  > git config core.sparsecheckout # timeout=10
15:47:28 [2020-01-06T15:47:28.380Z]  > git checkout -f 8311d6ba9fe69197912f4bba01eab1a92d92ce08
15:47:28 [2020-01-06T15:47:28.976Z]  > git merge a9507c6f76627fdc092edc542d5a7ef4a6df5eec # timeout=10
15:47:29 [2020-01-06T15:47:29.047Z]  > git rev-parse HEAD^{commit} # timeout=10
15:47:29 [2020-01-06T15:47:29.119Z]  > git config core.sparsecheckout # timeout=10
15:47:29 [2020-01-06T15:47:29.140Z]  > git checkout -f 8311d6ba9fe69197912f4bba01eab1a92d92ce08
15:47:29 [2020-01-06T15:47:29.863Z] Commit message: "API: omit classic swarm "SystemStatus" field if empty"