Skip to content

Console Output

15:47:18 [2020-01-06T15:47:18.365Z] using credential docker-jenkins-github-credentials
15:47:18 [2020-01-06T15:47:18.373Z] Cloning the remote Git repository
15:47:18 [2020-01-06T15:47:18.374Z] Cloning with configured refspecs honoured and without tags
15:47:18 [2020-01-06T15:47:18.380Z] Cloning repository https://github.com/moby/moby.git
15:47:18 [2020-01-06T15:47:18.381Z]  > git init /home/ubuntu/workspace/moby_PR-40340 # timeout=10
15:47:18 [2020-01-06T15:47:18.394Z] Fetching upstream changes from https://github.com/moby/moby.git
15:47:18 [2020-01-06T15:47:18.394Z]  > git --version # timeout=10
15:47:18 [2020-01-06T15:47:18.398Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:47:18 [2020-01-06T15:47:18.399Z]  > 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:32 [2020-01-06T15:47:32.667Z] Fetching without tags
15:47:33 [2020-01-06T15:47:33.048Z] Merging remotes/origin/master commit a9507c6f76627fdc092edc542d5a7ef4a6df5eec into PR head commit 8311d6ba9fe69197912f4bba01eab1a92d92ce08
15:47:33 [2020-01-06T15:47:33.898Z] Merge succeeded, producing 8311d6ba9fe69197912f4bba01eab1a92d92ce08
15:47:33 [2020-01-06T15:47:33.899Z] Checking out Revision 8311d6ba9fe69197912f4bba01eab1a92d92ce08 (PR-40340)
15:47:32 [2020-01-06T15:47:32.646Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:47:32 [2020-01-06T15:47:32.650Z]  > git config --add remote.origin.fetch +refs/pull/40340/head:refs/remotes/origin/PR-40340 # timeout=10
15:47:32 [2020-01-06T15:47:32.654Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:47:32 [2020-01-06T15:47:32.662Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:47:32 [2020-01-06T15:47:32.671Z] Fetching upstream changes from https://github.com/moby/moby.git
15:47:32 [2020-01-06T15:47:32.671Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:47:32 [2020-01-06T15:47:32.672Z]  > 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:33 [2020-01-06T15:47:33.051Z]  > git config core.sparsecheckout # timeout=10
15:47:33 [2020-01-06T15:47:33.055Z]  > git checkout -f 8311d6ba9fe69197912f4bba01eab1a92d92ce08
15:47:33 [2020-01-06T15:47:33.877Z]  > git merge a9507c6f76627fdc092edc542d5a7ef4a6df5eec # timeout=10
15:47:33 [2020-01-06T15:47:33.892Z]  > git rev-parse HEAD^{commit} # timeout=10
15:47:33 [2020-01-06T15:47:33.902Z]  > git config core.sparsecheckout # timeout=10
15:47:33 [2020-01-06T15:47:33.906Z]  > git checkout -f 8311d6ba9fe69197912f4bba01eab1a92d92ce08
15:47:34 [2020-01-06T15:47:34.621Z] Commit message: "API: omit classic swarm "SystemStatus" field if empty"