Skip to content

Console Output

07:44:23 [2019-08-05T07:44:23.573Z] using credential docker-jenkins-github-credentials
07:44:23 [2019-08-05T07:44:23.584Z] Cloning the remote Git repository
07:44:23 [2019-08-05T07:44:23.584Z] Cloning with configured refspecs honoured and without tags
07:44:23 [2019-08-05T07:44:23.621Z] Cloning repository https://github.com/moby/moby.git
07:44:23 [2019-08-05T07:44:23.672Z]  > git init /home/ubuntu/workspace/moby_PR-39635-M5AEVD2GBCYARMNLMXVLNUUYJHFWKTDOOXSV5VLVLUCMXJUDBPBA # timeout=10
07:44:23 [2019-08-05T07:44:23.960Z] Fetching upstream changes from https://github.com/moby/moby.git
07:44:23 [2019-08-05T07:44:23.961Z]  > git --version # timeout=10
07:44:24 [2019-08-05T07:44:24.002Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:44:24 [2019-08-05T07:44:24.003Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39635/head:refs/remotes/origin/PR-39635 +refs/heads/master:refs/remotes/origin/master
07:44:48 [2019-08-05T07:44:48.189Z] Fetching without tags
07:44:47 [2019-08-05T07:44:47.958Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:44:47 [2019-08-05T07:44:47.972Z]  > git config --add remote.origin.fetch +refs/pull/39635/head:refs/remotes/origin/PR-39635 # timeout=10
07:44:48 [2019-08-05T07:44:48.070Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
07:44:48 [2019-08-05T07:44:48.155Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:44:48 [2019-08-05T07:44:48.193Z] Fetching upstream changes from https://github.com/moby/moby.git
07:44:48 [2019-08-05T07:44:48.193Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:44:48 [2019-08-05T07:44:48.248Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39635/head:refs/remotes/origin/PR-39635 +refs/heads/master:refs/remotes/origin/master
07:44:48 [2019-08-05T07:44:48.848Z] Merging remotes/origin/master commit 7449ca395c3743e7fb05972340c29099c1016382 into PR head commit b0835dd0889b00e231edf78b25fc929a6b148b05
07:44:50 [2019-08-05T07:44:50.344Z] Merge succeeded, producing b0835dd0889b00e231edf78b25fc929a6b148b05
07:44:50 [2019-08-05T07:44:50.344Z] Checking out Revision b0835dd0889b00e231edf78b25fc929a6b148b05 (PR-39635)
07:44:48 [2019-08-05T07:44:48.855Z]  > git config core.sparsecheckout # timeout=10
07:44:48 [2019-08-05T07:44:48.889Z]  > git checkout -f b0835dd0889b00e231edf78b25fc929a6b148b05
07:44:50 [2019-08-05T07:44:50.274Z]  > git merge 7449ca395c3743e7fb05972340c29099c1016382 # timeout=10
07:44:50 [2019-08-05T07:44:50.308Z]  > git rev-parse HEAD^{commit} # timeout=10
07:44:50 [2019-08-05T07:44:50.346Z]  > git config core.sparsecheckout # timeout=10
07:44:50 [2019-08-05T07:44:50.373Z]  > git checkout -f b0835dd0889b00e231edf78b25fc929a6b148b05
07:44:51 [2019-08-05T07:44:51.559Z] Commit message: "Dockerfile: use --no-install-recommends for all stages"