Skip to content

Console Output

11:45:53 [2019-09-16T11:45:53.150Z] using credential docker-jenkins-github-credentials
11:45:53 [2019-09-16T11:45:53.201Z] Cloning the remote Git repository
11:45:53 [2019-09-16T11:45:53.201Z] Cloning with configured refspecs honoured and without tags
11:45:53 [2019-09-16T11:45:53.248Z] Cloning repository https://github.com/docker/engine.git
11:45:53 [2019-09-16T11:45:53.250Z]  > git init /home/jenkins/workspace/engine_PR-345 # timeout=10
11:45:53 [2019-09-16T11:45:53.289Z] Fetching upstream changes from https://github.com/docker/engine.git
11:45:53 [2019-09-16T11:45:53.291Z]  > git --version # timeout=10
11:45:53 [2019-09-16T11:45:53.309Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:45:53 [2019-09-16T11:45:53.317Z]  > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/345/head:refs/remotes/origin/PR-345 +refs/heads/19.03:refs/remotes/origin/19.03
11:46:01 [2019-09-16T11:46:01.188Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
11:46:01 [2019-09-16T11:46:01.325Z] Fetching without tags
11:46:01 [2019-09-16T11:46:01.629Z] Merging remotes/origin/19.03 commit 6ffb8e2b6727077d833ce4824830d0d0535eb4df into PR head commit c93da8ded9ac4efac6ac23af2ac32ab1ac50bb9b
11:46:02 [2019-09-16T11:46:02.380Z] Merge succeeded, producing c93da8ded9ac4efac6ac23af2ac32ab1ac50bb9b
11:46:02 [2019-09-16T11:46:02.381Z] Checking out Revision c93da8ded9ac4efac6ac23af2ac32ab1ac50bb9b (PR-345)
11:46:01 [2019-09-16T11:46:01.211Z]  > git config --add remote.origin.fetch +refs/pull/345/head:refs/remotes/origin/PR-345 # timeout=10
11:46:01 [2019-09-16T11:46:01.230Z]  > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
11:46:01 [2019-09-16T11:46:01.297Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
11:46:01 [2019-09-16T11:46:01.371Z] Fetching upstream changes from https://github.com/docker/engine.git
11:46:01 [2019-09-16T11:46:01.374Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:46:01 [2019-09-16T11:46:01.375Z]  > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/345/head:refs/remotes/origin/PR-345 +refs/heads/19.03:refs/remotes/origin/19.03
11:46:01 [2019-09-16T11:46:01.668Z]  > git config core.sparsecheckout # timeout=10
11:46:01 [2019-09-16T11:46:01.686Z]  > git checkout -f c93da8ded9ac4efac6ac23af2ac32ab1ac50bb9b
11:46:02 [2019-09-16T11:46:02.279Z]  > git merge 6ffb8e2b6727077d833ce4824830d0d0535eb4df # timeout=10
11:46:02 [2019-09-16T11:46:02.349Z]  > git rev-parse HEAD^{commit} # timeout=10
11:46:02 [2019-09-16T11:46:02.419Z]  > git config core.sparsecheckout # timeout=10
11:46:02 [2019-09-16T11:46:02.439Z]  > git checkout -f c93da8ded9ac4efac6ac23af2ac32ab1ac50bb9b
11:46:02 [2019-09-16T11:46:02.959Z] Commit message: "Fix TestSwarmClusterRotateUnlockKey"