Skip to content

Console Output

07:44:26 [2019-08-05T07:44:26.476Z] using credential docker-jenkins-github-credentials
07:44:26 [2019-08-05T07:44:26.483Z] Cloning the remote Git repository
07:44:26 [2019-08-05T07:44:26.483Z] Cloning with configured refspecs honoured and without tags
07:44:26 [2019-08-05T07:44:26.472Z] Cloning repository https://github.com/moby/moby.git
07:44:26 [2019-08-05T07:44:26.544Z]  > git init /home/ubuntu/workspace/moby_PR-39635-M5AEVD2GBCYARMNLMXVLNUUYJHFWKTDOOXSV5VLVLUCMXJUDBPBA # timeout=10
07:44:26 [2019-08-05T07:44:26.926Z] Fetching upstream changes from https://github.com/moby/moby.git
07:44:26 [2019-08-05T07:44:26.927Z]  > git --version # timeout=10
07:44:26 [2019-08-05T07:44:26.969Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:44:26 [2019-08-05T07:44:26.971Z]  > 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:49 [2019-08-05T07:44:49.349Z] Fetching without tags
07:44:49 [2019-08-05T07:44:49.827Z] Merging remotes/origin/master commit 7449ca395c3743e7fb05972340c29099c1016382 into PR head commit b0835dd0889b00e231edf78b25fc929a6b148b05
07:44:50 [2019-08-05T07:44:50.692Z] Merge succeeded, producing b0835dd0889b00e231edf78b25fc929a6b148b05
07:44:50 [2019-08-05T07:44:50.693Z] Checking out Revision b0835dd0889b00e231edf78b25fc929a6b148b05 (PR-39635)
07:44:49 [2019-08-05T07:44:49.138Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:44:49 [2019-08-05T07:44:49.208Z]  > git config --add remote.origin.fetch +refs/pull/39635/head:refs/remotes/origin/PR-39635 # timeout=10
07:44:49 [2019-08-05T07:44:49.231Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
07:44:49 [2019-08-05T07:44:49.299Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:44:49 [2019-08-05T07:44:49.368Z] Fetching upstream changes from https://github.com/moby/moby.git
07:44:49 [2019-08-05T07:44:49.368Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:44:49 [2019-08-05T07:44:49.370Z]  > 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:49 [2019-08-05T07:44:49.857Z]  > git config core.sparsecheckout # timeout=10
07:44:49 [2019-08-05T07:44:49.945Z]  > git checkout -f b0835dd0889b00e231edf78b25fc929a6b148b05
07:44:50 [2019-08-05T07:44:50.650Z]  > git merge 7449ca395c3743e7fb05972340c29099c1016382 # timeout=10
07:44:50 [2019-08-05T07:44:50.683Z]  > git rev-parse HEAD^{commit} # timeout=10
07:44:50 [2019-08-05T07:44:50.709Z]  > git config core.sparsecheckout # timeout=10
07:44:50 [2019-08-05T07:44:50.729Z]  > git checkout -f b0835dd0889b00e231edf78b25fc929a6b148b05
07:44:52 [2019-08-05T07:44:52.046Z] Commit message: "Dockerfile: use --no-install-recommends for all stages"