Skip to content

Console Output

14:45:48 [2020-01-17T14:45:48.525Z] using credential docker-jenkins-github-credentials
14:45:48 [2020-01-17T14:45:48.601Z] Cloning the remote Git repository
14:45:48 [2020-01-17T14:45:48.601Z] Cloning with configured refspecs honoured and without tags
14:45:48 [2020-01-17T14:45:48.817Z] Cloning repository https://github.com/docker/engine.git
14:45:49 [2020-01-17T14:45:49.193Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
14:45:50 [2020-01-17T14:45:50.090Z] Fetching upstream changes from https://github.com/docker/engine.git
14:45:50 [2020-01-17T14:45:50.091Z]  > git --version # timeout=10
14:45:50 [2020-01-17T14:45:50.152Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:45:50 [2020-01-17T14:45:50.154Z]  > git fetch --no-tags --force --progress -- https://github.com/docker/engine.git +refs/pull/448/head:refs/remotes/origin/PR-448 +refs/heads/19.03:refs/remotes/origin/19.03
14:46:06 [2020-01-17T14:46:06.346Z] Fetching without tags
14:46:06 [2020-01-17T14:46:06.825Z] Merging remotes/origin/19.03 commit 9077436e6e9c4b4a7050d2412b370ff49d6e161b into PR head commit 71dec69ef554e889f53dc2909a213dbab7499a84
14:46:06 [2020-01-17T14:46:06.006Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
14:46:06 [2020-01-17T14:46:06.065Z]  > git config --add remote.origin.fetch +refs/pull/448/head:refs/remotes/origin/PR-448 # timeout=10
14:46:06 [2020-01-17T14:46:06.118Z]  > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
14:46:06 [2020-01-17T14:46:06.244Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
14:46:06 [2020-01-17T14:46:06.383Z] Fetching upstream changes from https://github.com/docker/engine.git
14:46:06 [2020-01-17T14:46:06.383Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:46:06 [2020-01-17T14:46:06.384Z]  > git fetch --no-tags --force --progress -- https://github.com/docker/engine.git +refs/pull/448/head:refs/remotes/origin/PR-448 +refs/heads/19.03:refs/remotes/origin/19.03
14:46:06 [2020-01-17T14:46:06.932Z]  > git config core.sparsecheckout # timeout=10
14:46:06 [2020-01-17T14:46:06.990Z]  > git checkout -f 71dec69ef554e889f53dc2909a213dbab7499a84
14:46:10 [2020-01-17T14:46:10.062Z] Merge succeeded, producing 71dec69ef554e889f53dc2909a213dbab7499a84
14:46:10 [2020-01-17T14:46:10.063Z] Checking out Revision 71dec69ef554e889f53dc2909a213dbab7499a84 (PR-448)
14:46:09 [2020-01-17T14:46:09.787Z]  > git merge 9077436e6e9c4b4a7050d2412b370ff49d6e161b # timeout=10
14:46:09 [2020-01-17T14:46:09.941Z]  > git rev-parse "HEAD^{commit}" # timeout=10
14:46:10 [2020-01-17T14:46:10.097Z]  > git config core.sparsecheckout # timeout=10
14:46:10 [2020-01-17T14:46:10.165Z]  > git checkout -f 71dec69ef554e889f53dc2909a213dbab7499a84
14:46:18 [2020-01-17T14:46:18.887Z] Commit message: "pkg/parsers/kernel: gofmt hex value (preparation for Go 1.13+)"