Skip to content

Console Output

15:00:19 [2020-12-15T15:00:19.479Z] using credential docker-jenkins-github-credentials
15:00:19 [2020-12-15T15:00:19.487Z] Cloning the remote Git repository
15:00:19 [2020-12-15T15:00:19.487Z] Cloning with configured refspecs honoured and without tags
15:00:19 [2020-12-15T15:00:19.506Z] Cloning repository https://github.com/moby/moby.git
15:00:19 [2020-12-15T15:00:19.573Z]  > git init /home/ubuntu/workspace/moby_PR-41800 # timeout=10
15:00:19 [2020-12-15T15:00:19.804Z] Fetching upstream changes from https://github.com/moby/moby.git
15:00:19 [2020-12-15T15:00:19.805Z]  > git --version # timeout=10
15:00:19 [2020-12-15T15:00:19.826Z]  > git --version # 'git version 2.17.1'
15:00:19 [2020-12-15T15:00:19.827Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:00:19 [2020-12-15T15:00:19.849Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41800/head:refs/remotes/origin/PR-41800 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:00:46 [2020-12-15T15:00:46.791Z] Fetching without tags
15:00:46 [2020-12-15T15:00:46.602Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:00:46 [2020-12-15T15:00:46.640Z]  > git config --add remote.origin.fetch +refs/pull/41800/head:refs/remotes/origin/PR-41800 # timeout=10
15:00:46 [2020-12-15T15:00:46.686Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:00:46 [2020-12-15T15:00:46.757Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:00:46 [2020-12-15T15:00:46.795Z] Fetching upstream changes from https://github.com/moby/moby.git
15:00:46 [2020-12-15T15:00:46.795Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:00:46 [2020-12-15T15:00:46.848Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41800/head:refs/remotes/origin/PR-41800 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:00:47 [2020-12-15T15:00:47.245Z] Merging remotes/origin/master commit f0014860c1b3345e1fcc7ed81c491298de2633fb into PR head commit 7e600eaae087b830802285e3cd2556761fc729aa
15:00:49 [2020-12-15T15:00:49.093Z] Merge succeeded, producing 7e600eaae087b830802285e3cd2556761fc729aa
15:00:49 [2020-12-15T15:00:49.093Z] Checking out Revision 7e600eaae087b830802285e3cd2556761fc729aa (PR-41800)
15:00:47 [2020-12-15T15:00:47.253Z]  > git config core.sparsecheckout # timeout=10
15:00:47 [2020-12-15T15:00:47.293Z]  > git checkout -f 7e600eaae087b830802285e3cd2556761fc729aa # timeout=10
15:00:48 [2020-12-15T15:00:48.806Z]  > git remote # timeout=10
15:00:48 [2020-12-15T15:00:48.879Z]  > git config --get remote.origin.url # timeout=10
15:00:48 [2020-12-15T15:00:48.908Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:00:48 [2020-12-15T15:00:48.987Z]  > git merge f0014860c1b3345e1fcc7ed81c491298de2633fb # timeout=10
15:00:49 [2020-12-15T15:00:49.031Z]  > git rev-parse HEAD^{commit} # timeout=10
15:00:49 [2020-12-15T15:00:49.099Z]  > git config core.sparsecheckout # timeout=10
15:00:49 [2020-12-15T15:00:49.114Z]  > git checkout -f 7e600eaae087b830802285e3cd2556761fc729aa # timeout=10
15:00:53 [2020-12-15T15:00:53.873Z] Commit message: "daemon: improve log messages during startup / shutdown"