Skip to content

Console Output

08:41:15 [2019-11-26T08:41:15.835Z] using credential docker-jenkins-github-credentials
08:41:15 [2019-11-26T08:41:15.885Z] Cloning the remote Git repository
08:41:15 [2019-11-26T08:41:15.885Z] Cloning with configured refspecs honoured and without tags
08:41:15 [2019-11-26T08:41:15.921Z] Cloning repository https://github.com/moby/moby.git
08:41:15 [2019-11-26T08:41:15.923Z]  > git init /home/jenkins/workspace/moby_PR-40254 # timeout=10
08:41:15 [2019-11-26T08:41:15.954Z] Fetching upstream changes from https://github.com/moby/moby.git
08:41:15 [2019-11-26T08:41:15.956Z]  > git --version # timeout=10
08:41:15 [2019-11-26T08:41:15.975Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:41:15 [2019-11-26T08:41:15.976Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40254/head:refs/remotes/origin/PR-40254 +refs/heads/master:refs/remotes/origin/master
08:41:24 [2019-11-26T08:41:24.835Z] Fetching without tags
08:41:24 [2019-11-26T08:41:24.694Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:41:24 [2019-11-26T08:41:24.714Z]  > git config --add remote.origin.fetch +refs/pull/40254/head:refs/remotes/origin/PR-40254 # timeout=10
08:41:24 [2019-11-26T08:41:24.733Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
08:41:24 [2019-11-26T08:41:24.799Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:41:24 [2019-11-26T08:41:24.871Z] Fetching upstream changes from https://github.com/moby/moby.git
08:41:24 [2019-11-26T08:41:24.873Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:41:24 [2019-11-26T08:41:24.874Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40254/head:refs/remotes/origin/PR-40254 +refs/heads/master:refs/remotes/origin/master
08:41:25 [2019-11-26T08:41:25.270Z] Merging remotes/origin/master commit a4a0429eec76dc2bb7d7649b8c851b2ec0f0beeb into PR head commit 4952248d0886d747afcbf6f8d13157f7300cc451
08:41:25 [2019-11-26T08:41:25.303Z]  > git config core.sparsecheckout # timeout=10
08:41:25 [2019-11-26T08:41:25.322Z]  > git checkout -f 4952248d0886d747afcbf6f8d13157f7300cc451
08:41:26 [2019-11-26T08:41:26.172Z] Merge succeeded, producing 4952248d0886d747afcbf6f8d13157f7300cc451
08:41:26 [2019-11-26T08:41:26.173Z] Checking out Revision 4952248d0886d747afcbf6f8d13157f7300cc451 (PR-40254)
08:41:26 [2019-11-26T08:41:26.017Z]  > git merge a4a0429eec76dc2bb7d7649b8c851b2ec0f0beeb # timeout=10
08:41:26 [2019-11-26T08:41:26.098Z]  > git rev-parse HEAD^{commit} # timeout=10
08:41:26 [2019-11-26T08:41:26.210Z]  > git config core.sparsecheckout # timeout=10
08:41:26 [2019-11-26T08:41:26.235Z]  > git checkout -f 4952248d0886d747afcbf6f8d13157f7300cc451
08:41:27 [2019-11-26T08:41:27.016Z] Commit message: "Allow 'until' filters to accept formats as described in docs"