Skip to content

Console Output

10:26:04 [2019-10-22T10:26:04.120Z] using credential docker-jenkins-github-credentials
10:26:04 [2019-10-22T10:26:04.132Z] Cloning the remote Git repository
10:26:04 [2019-10-22T10:26:04.132Z] Cloning with configured refspecs honoured and without tags
10:26:04 [2019-10-22T10:26:04.204Z] Cloning repository https://github.com/docker/engine.git
10:26:04 [2019-10-22T10:26:04.256Z]  > git init /home/ubuntu/workspace/engine_PR-409 # timeout=10
10:26:04 [2019-10-22T10:26:04.676Z] Fetching upstream changes from https://github.com/docker/engine.git
10:26:04 [2019-10-22T10:26:04.676Z]  > git --version # timeout=10
10:26:04 [2019-10-22T10:26:04.703Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:26:04 [2019-10-22T10:26:04.718Z]  > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/409/head:refs/remotes/origin/PR-409 +refs/heads/18.09:refs/remotes/origin/18.09
10:26:26 [2019-10-22T10:26:26.659Z] Fetching without tags
10:26:26 [2019-10-22T10:26:26.913Z] Merging remotes/origin/18.09 commit 5e3d67cc14c712a77975f568941aa33607a194ef into PR head commit 7243249fb367ef0af31a590ba0f3f8e20b6c7bd6
10:26:26 [2019-10-22T10:26:26.576Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
10:26:26 [2019-10-22T10:26:26.603Z]  > git config --add remote.origin.fetch +refs/pull/409/head:refs/remotes/origin/PR-409 # timeout=10
10:26:26 [2019-10-22T10:26:26.616Z]  > git config --add remote.origin.fetch +refs/heads/18.09:refs/remotes/origin/18.09 # timeout=10
10:26:26 [2019-10-22T10:26:26.638Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
10:26:26 [2019-10-22T10:26:26.663Z] Fetching upstream changes from https://github.com/docker/engine.git
10:26:26 [2019-10-22T10:26:26.663Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:26:26 [2019-10-22T10:26:26.664Z]  > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/409/head:refs/remotes/origin/PR-409 +refs/heads/18.09:refs/remotes/origin/18.09
10:26:26 [2019-10-22T10:26:26.921Z]  > git config core.sparsecheckout # timeout=10
10:26:26 [2019-10-22T10:26:26.953Z]  > git checkout -f 7243249fb367ef0af31a590ba0f3f8e20b6c7bd6
10:26:28 [2019-10-22T10:26:28.135Z] Merge succeeded, producing 7243249fb367ef0af31a590ba0f3f8e20b6c7bd6
10:26:28 [2019-10-22T10:26:28.137Z] Checking out Revision 7243249fb367ef0af31a590ba0f3f8e20b6c7bd6 (PR-409)
10:26:28 [2019-10-22T10:26:28.047Z]  > git merge 5e3d67cc14c712a77975f568941aa33607a194ef # timeout=10
10:26:28 [2019-10-22T10:26:28.090Z]  > git rev-parse HEAD^{commit} # timeout=10
10:26:28 [2019-10-22T10:26:28.139Z]  > git config core.sparsecheckout # timeout=10
10:26:28 [2019-10-22T10:26:28.166Z]  > git checkout -f 7243249fb367ef0af31a590ba0f3f8e20b6c7bd6
10:26:29 [2019-10-22T10:26:29.994Z] Commit message: "Add GoDoc to fix linting validation"