Skip to content

Console Output

11:40:48 [2020-05-06T11:40:48.208Z] using credential docker-jenkins-github-credentials
11:40:48 [2020-05-06T11:40:48.217Z] Cloning the remote Git repository
11:40:48 [2020-05-06T11:40:48.218Z] Cloning with configured refspecs honoured and without tags
11:40:48 [2020-05-06T11:40:48.250Z] Cloning repository https://github.com/moby/moby.git
11:40:48 [2020-05-06T11:40:48.315Z]  > git init /home/ubuntu/workspace/moby_PR-40914 # timeout=10
11:40:48 [2020-05-06T11:40:48.355Z] Fetching upstream changes from https://github.com/moby/moby.git
11:40:48 [2020-05-06T11:40:48.355Z]  > git --version # timeout=10
11:40:48 [2020-05-06T11:40:48.374Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:40:48 [2020-05-06T11:40:48.379Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40914/head:refs/remotes/origin/PR-40914 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:41:08 [2020-05-06T11:41:08.590Z] Fetching without tags
11:41:08 [2020-05-06T11:41:08.979Z] Merging remotes/origin/master commit 1655290016ac041bab80bb58a27a7fcc38415368 into PR head commit 7608e42da5abdd56c4d7b209384a6e512928d054
11:41:08 [2020-05-06T11:41:08.534Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:41:08 [2020-05-06T11:41:08.541Z]  > git config --add remote.origin.fetch +refs/pull/40914/head:refs/remotes/origin/PR-40914 # timeout=10
11:41:08 [2020-05-06T11:41:08.551Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
11:41:08 [2020-05-06T11:41:08.562Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:41:08 [2020-05-06T11:41:08.600Z] Fetching upstream changes from https://github.com/moby/moby.git
11:41:08 [2020-05-06T11:41:08.600Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:41:08 [2020-05-06T11:41:08.602Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40914/head:refs/remotes/origin/PR-40914 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:41:08 [2020-05-06T11:41:08.987Z]  > git config core.sparsecheckout # timeout=10
11:41:08 [2020-05-06T11:41:08.997Z]  > git checkout -f 7608e42da5abdd56c4d7b209384a6e512928d054 # timeout=10
11:41:10 [2020-05-06T11:41:10.080Z] Merge succeeded, producing 7608e42da5abdd56c4d7b209384a6e512928d054
11:41:10 [2020-05-06T11:41:10.080Z] Checking out Revision 7608e42da5abdd56c4d7b209384a6e512928d054 (PR-40914)
11:41:10 [2020-05-06T11:41:10.048Z]  > git merge 1655290016ac041bab80bb58a27a7fcc38415368 # timeout=10
11:41:10 [2020-05-06T11:41:10.065Z]  > git rev-parse HEAD^{commit} # timeout=10
11:41:10 [2020-05-06T11:41:10.082Z]  > git config core.sparsecheckout # timeout=10
11:41:10 [2020-05-06T11:41:10.096Z]  > git checkout -f 7608e42da5abdd56c4d7b209384a6e512928d054 # timeout=10
11:41:13 [2020-05-06T11:41:13.777Z] Commit message: "Fix curl progress flags"