Skip to content

Console Output

15:53:51 [2020-01-10T15:53:51.860Z] using credential docker-jenkins-github-credentials
15:53:51 [2020-01-10T15:53:51.870Z] Cloning the remote Git repository
15:53:51 [2020-01-10T15:53:51.870Z] Cloning with configured refspecs honoured and without tags
15:53:52 [2020-01-10T15:53:52.014Z] Cloning repository https://github.com/moby/moby.git
15:53:52 [2020-01-10T15:53:52.056Z]  > git init /home/ubuntu/workspace/moby_PR-40361 # timeout=10
15:53:52 [2020-01-10T15:53:52.284Z] Fetching upstream changes from https://github.com/moby/moby.git
15:53:52 [2020-01-10T15:53:52.284Z]  > git --version # timeout=10
15:53:52 [2020-01-10T15:53:52.292Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:53:52 [2020-01-10T15:53:52.295Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40361/head:refs/remotes/origin/PR-40361 +refs/heads/master:refs/remotes/origin/master
15:54:12 [2020-01-10T15:54:12.113Z] Fetching without tags
15:54:12 [2020-01-10T15:54:12.501Z] Merging remotes/origin/master commit f7065313ec87960bde830a1092331d4cf91a826c into PR head commit 339fb74cbcd2e39295e40484c013100ad404fbdf
15:54:12 [2020-01-10T15:54:12.053Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:54:12 [2020-01-10T15:54:12.079Z]  > git config --add remote.origin.fetch +refs/pull/40361/head:refs/remotes/origin/PR-40361 # timeout=10
15:54:12 [2020-01-10T15:54:12.091Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:54:12 [2020-01-10T15:54:12.115Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:54:12 [2020-01-10T15:54:12.128Z] Fetching upstream changes from https://github.com/moby/moby.git
15:54:12 [2020-01-10T15:54:12.128Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:54:12 [2020-01-10T15:54:12.129Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40361/head:refs/remotes/origin/PR-40361 +refs/heads/master:refs/remotes/origin/master
15:54:12 [2020-01-10T15:54:12.522Z]  > git config core.sparsecheckout # timeout=10
15:54:12 [2020-01-10T15:54:12.534Z]  > git checkout -f 339fb74cbcd2e39295e40484c013100ad404fbdf
15:54:14 [2020-01-10T15:54:14.545Z] Merge succeeded, producing 339fb74cbcd2e39295e40484c013100ad404fbdf
15:54:14 [2020-01-10T15:54:14.546Z] Checking out Revision 339fb74cbcd2e39295e40484c013100ad404fbdf (PR-40361)
15:54:14 [2020-01-10T15:54:14.529Z]  > git merge f7065313ec87960bde830a1092331d4cf91a826c # timeout=10
15:54:14 [2020-01-10T15:54:14.544Z]  > git rev-parse HEAD^{commit} # timeout=10
15:54:14 [2020-01-10T15:54:14.555Z]  > git config core.sparsecheckout # timeout=10
15:54:14 [2020-01-10T15:54:14.564Z]  > git checkout -f 339fb74cbcd2e39295e40484c013100ad404fbdf
15:54:15 [2020-01-10T15:54:15.909Z] Commit message: "prevent panic if TINI_COMMIT isn't set during build"