Skip to content

Console Output

14:39:31 [2020-01-17T14:39:31.328Z] using credential docker-jenkins-github-credentials
14:39:31 [2020-01-17T14:39:31.342Z] Cloning the remote Git repository
14:39:31 [2020-01-17T14:39:31.342Z] Cloning with configured refspecs honoured and without tags
14:39:31 [2020-01-17T14:39:31.349Z] Cloning repository https://github.com/docker/engine.git
14:39:31 [2020-01-17T14:39:31.349Z]  > git init /home/ubuntu/workspace/engine_PR-448 # timeout=10
14:39:31 [2020-01-17T14:39:31.392Z] Fetching upstream changes from https://github.com/docker/engine.git
14:39:31 [2020-01-17T14:39:31.392Z]  > git --version # timeout=10
14:39:31 [2020-01-17T14:39:31.421Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:39:31 [2020-01-17T14:39:31.422Z]  > git fetch --no-tags --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:39:53 [2020-01-17T14:39:53.902Z] Fetching without tags
14:39:54 [2020-01-17T14:39:54.056Z] Merging remotes/origin/19.03 commit 9077436e6e9c4b4a7050d2412b370ff49d6e161b into PR head commit 71dec69ef554e889f53dc2909a213dbab7499a84
14:39:54 [2020-01-17T14:39:54.780Z] Merge succeeded, producing 71dec69ef554e889f53dc2909a213dbab7499a84
14:39:54 [2020-01-17T14:39:54.781Z] Checking out Revision 71dec69ef554e889f53dc2909a213dbab7499a84 (PR-448)
14:39:53 [2020-01-17T14:39:53.833Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
14:39:53 [2020-01-17T14:39:53.865Z]  > git config --add remote.origin.fetch +refs/pull/448/head:refs/remotes/origin/PR-448 # timeout=10
14:39:53 [2020-01-17T14:39:53.879Z]  > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
14:39:53 [2020-01-17T14:39:53.899Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
14:39:53 [2020-01-17T14:39:53.911Z] Fetching upstream changes from https://github.com/docker/engine.git
14:39:53 [2020-01-17T14:39:53.912Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:39:53 [2020-01-17T14:39:53.912Z]  > git fetch --no-tags --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:39:54 [2020-01-17T14:39:54.065Z]  > git config core.sparsecheckout # timeout=10
14:39:54 [2020-01-17T14:39:54.093Z]  > git checkout -f 71dec69ef554e889f53dc2909a213dbab7499a84
14:39:54 [2020-01-17T14:39:54.737Z]  > git merge 9077436e6e9c4b4a7050d2412b370ff49d6e161b # timeout=10
14:39:54 [2020-01-17T14:39:54.754Z]  > git rev-parse HEAD^{commit} # timeout=10
14:39:54 [2020-01-17T14:39:54.790Z]  > git config core.sparsecheckout # timeout=10
14:39:54 [2020-01-17T14:39:54.801Z]  > git checkout -f 71dec69ef554e889f53dc2909a213dbab7499a84
14:39:55 [2020-01-17T14:39:55.553Z] Commit message: "pkg/parsers/kernel: gofmt hex value (preparation for Go 1.13+)"