Skip to content

Console Output

20:47:44 [2019-09-06T20:47:44.101Z] using credential docker-jenkins-github-credentials
20:47:44 [2019-09-06T20:47:44.109Z] Cloning the remote Git repository
20:47:44 [2019-09-06T20:47:44.109Z] Cloning with configured refspecs honoured and without tags
20:47:43 [2019-09-06T20:47:43.996Z] Cloning repository https://github.com/docker/engine.git
20:47:44 [2019-09-06T20:47:44.033Z]  > git init /home/ubuntu/workspace/engine_PR-347 # timeout=10
20:47:44 [2019-09-06T20:47:44.331Z] Fetching upstream changes from https://github.com/docker/engine.git
20:47:44 [2019-09-06T20:47:44.331Z]  > git --version # timeout=10
20:47:44 [2019-09-06T20:47:44.354Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:47:44 [2019-09-06T20:47:44.355Z]  > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/347/head:refs/remotes/origin/PR-347 +refs/heads/19.03:refs/remotes/origin/19.03
20:48:05 [2019-09-06T20:48:05.829Z] Fetching without tags
20:48:06 [2019-09-06T20:48:06.026Z] Merging remotes/origin/19.03 commit ed20165a37b40ff1cfbe55e218344c5e89f30ee2 into PR head commit 0485e536755d3465f800783876ea2e068fce5bdf
20:48:06 [2019-09-06T20:48:06.985Z] Merge succeeded, producing 0485e536755d3465f800783876ea2e068fce5bdf
20:48:06 [2019-09-06T20:48:06.986Z] Checking out Revision 0485e536755d3465f800783876ea2e068fce5bdf (PR-347)
20:48:05 [2019-09-06T20:48:05.705Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
20:48:05 [2019-09-06T20:48:05.723Z]  > git config --add remote.origin.fetch +refs/pull/347/head:refs/remotes/origin/PR-347 # timeout=10
20:48:05 [2019-09-06T20:48:05.734Z]  > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
20:48:05 [2019-09-06T20:48:05.775Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
20:48:05 [2019-09-06T20:48:05.810Z] Fetching upstream changes from https://github.com/docker/engine.git
20:48:05 [2019-09-06T20:48:05.810Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:48:05 [2019-09-06T20:48:05.811Z]  > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/347/head:refs/remotes/origin/PR-347 +refs/heads/19.03:refs/remotes/origin/19.03
20:48:06 [2019-09-06T20:48:06.008Z]  > git config core.sparsecheckout # timeout=10
20:48:06 [2019-09-06T20:48:06.037Z]  > git checkout -f 0485e536755d3465f800783876ea2e068fce5bdf
20:48:06 [2019-09-06T20:48:06.899Z]  > git merge ed20165a37b40ff1cfbe55e218344c5e89f30ee2 # timeout=10
20:48:06 [2019-09-06T20:48:06.933Z]  > git rev-parse HEAD^{commit} # timeout=10
20:48:06 [2019-09-06T20:48:06.962Z]  > git config core.sparsecheckout # timeout=10
20:48:06 [2019-09-06T20:48:06.981Z]  > git checkout -f 0485e536755d3465f800783876ea2e068fce5bdf
20:48:08 [2019-09-06T20:48:08.647Z] Commit message: "Use correct `LOOP_CTL_GET_FREE` API in `pkg/loopback`"