Skip to content

Console Output

08:42:29 [2019-11-26T08:42:29.340Z] using credential docker-jenkins-github-credentials
08:42:29 [2019-11-26T08:42:29.353Z] Cloning the remote Git repository
08:42:29 [2019-11-26T08:42:29.353Z] Cloning with configured refspecs honoured and without tags
08:42:29 [2019-11-26T08:42:29.813Z] Cloning repository https://github.com/moby/moby.git
08:42:29 [2019-11-26T08:42:29.855Z]  > git init /home/ubuntu/workspace/moby_PR-40254 # timeout=10
08:42:30 [2019-11-26T08:42:30.056Z] Fetching upstream changes from https://github.com/moby/moby.git
08:42:30 [2019-11-26T08:42:30.057Z]  > git --version # timeout=10
08:42:30 [2019-11-26T08:42:30.068Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:42:30 [2019-11-26T08:42:30.071Z]  > 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:42:48 [2019-11-26T08:42:48.512Z] Fetching without tags
08:42:49 [2019-11-26T08:42:49.363Z] Merging remotes/origin/master commit a4a0429eec76dc2bb7d7649b8c851b2ec0f0beeb into PR head commit 4952248d0886d747afcbf6f8d13157f7300cc451
08:42:47 [2019-11-26T08:42:47.737Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:42:47 [2019-11-26T08:42:47.777Z]  > git config --add remote.origin.fetch +refs/pull/40254/head:refs/remotes/origin/PR-40254 # timeout=10
08:42:48 [2019-11-26T08:42:48.044Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
08:42:48 [2019-11-26T08:42:48.366Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:42:48 [2019-11-26T08:42:48.517Z] Fetching upstream changes from https://github.com/moby/moby.git
08:42:48 [2019-11-26T08:42:48.517Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:42:48 [2019-11-26T08:42:48.887Z]  > 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:42:49 [2019-11-26T08:42:49.373Z]  > git config core.sparsecheckout # timeout=10
08:42:49 [2019-11-26T08:42:49.389Z]  > git checkout -f 4952248d0886d747afcbf6f8d13157f7300cc451
08:42:51 [2019-11-26T08:42:51.592Z] Merge succeeded, producing 4952248d0886d747afcbf6f8d13157f7300cc451
08:42:51 [2019-11-26T08:42:51.593Z] Checking out Revision 4952248d0886d747afcbf6f8d13157f7300cc451 (PR-40254)
08:42:51 [2019-11-26T08:42:51.547Z]  > git merge a4a0429eec76dc2bb7d7649b8c851b2ec0f0beeb # timeout=10
08:42:51 [2019-11-26T08:42:51.578Z]  > git rev-parse HEAD^{commit} # timeout=10
08:42:51 [2019-11-26T08:42:51.595Z]  > git config core.sparsecheckout # timeout=10
08:42:51 [2019-11-26T08:42:51.602Z]  > git checkout -f 4952248d0886d747afcbf6f8d13157f7300cc451
08:42:52 [2019-11-26T08:42:52.700Z] Commit message: "Allow 'until' filters to accept formats as described in docs"