Skip to content

Console Output

21:34:16 [2019-10-21T21:34:16.498Z] using credential docker-jenkins-github-credentials
21:34:16 [2019-10-21T21:34:16.507Z] Cloning the remote Git repository
21:34:16 [2019-10-21T21:34:16.507Z] Cloning with configured refspecs honoured and without tags
21:34:16 [2019-10-21T21:34:16.509Z] Cloning repository https://github.com/docker/engine.git
21:34:16 [2019-10-21T21:34:16.511Z]  > git init /home/ubuntu/workspace/engine_PR-400 # timeout=10
21:34:16 [2019-10-21T21:34:16.524Z] Fetching upstream changes from https://github.com/docker/engine.git
21:34:16 [2019-10-21T21:34:16.524Z]  > git --version # timeout=10
21:34:16 [2019-10-21T21:34:16.533Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
21:34:16 [2019-10-21T21:34:16.534Z]  > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/400/head:refs/remotes/origin/PR-400 +refs/heads/18.09:refs/remotes/origin/18.09
21:34:29 [2019-10-21T21:34:29.747Z] Fetching without tags
21:34:29 [2019-10-21T21:34:29.899Z] Merging remotes/origin/18.09 commit 5e3d67cc14c712a77975f568941aa33607a194ef into PR head commit 9605322965bfa28c3d3c46f7d424c81271279635
21:34:30 [2019-10-21T21:34:30.440Z] Merge succeeded, producing 9605322965bfa28c3d3c46f7d424c81271279635
21:34:30 [2019-10-21T21:34:30.441Z] Checking out Revision 9605322965bfa28c3d3c46f7d424c81271279635 (PR-400)
21:34:29 [2019-10-21T21:34:29.711Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
21:34:29 [2019-10-21T21:34:29.721Z]  > git config --add remote.origin.fetch +refs/pull/400/head:refs/remotes/origin/PR-400 # timeout=10
21:34:29 [2019-10-21T21:34:29.725Z]  > git config --add remote.origin.fetch +refs/heads/18.09:refs/remotes/origin/18.09 # timeout=10
21:34:29 [2019-10-21T21:34:29.737Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
21:34:29 [2019-10-21T21:34:29.790Z] Fetching upstream changes from https://github.com/docker/engine.git
21:34:29 [2019-10-21T21:34:29.791Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
21:34:29 [2019-10-21T21:34:29.791Z]  > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/400/head:refs/remotes/origin/PR-400 +refs/heads/18.09:refs/remotes/origin/18.09
21:34:29 [2019-10-21T21:34:29.901Z]  > git config core.sparsecheckout # timeout=10
21:34:29 [2019-10-21T21:34:29.911Z]  > git checkout -f 9605322965bfa28c3d3c46f7d424c81271279635
21:34:30 [2019-10-21T21:34:30.426Z]  > git merge 5e3d67cc14c712a77975f568941aa33607a194ef # timeout=10
21:34:30 [2019-10-21T21:34:30.434Z]  > git rev-parse HEAD^{commit} # timeout=10
21:34:30 [2019-10-21T21:34:30.486Z]  > git config core.sparsecheckout # timeout=10
21:34:30 [2019-10-21T21:34:30.491Z]  > git checkout -f 9605322965bfa28c3d3c46f7d424c81271279635
21:34:30 [2019-10-21T21:34:30.861Z] Commit message: "Jenkinsfile: set repo and branch for DCO check as well"