Skip to content

Console Output

11:40:47 [2020-05-06T11:40:47.046Z] using credential docker-jenkins-github-credentials
11:40:47 [2020-05-06T11:40:47.056Z] Cloning the remote Git repository
11:40:47 [2020-05-06T11:40:47.056Z] Cloning with configured refspecs honoured and without tags
11:40:47 [2020-05-06T11:40:47.076Z] Cloning repository https://github.com/moby/moby.git
11:40:47 [2020-05-06T11:40:47.133Z]  > git init /home/ubuntu/workspace/moby_PR-40914 # timeout=10
11:40:47 [2020-05-06T11:40:47.167Z] Fetching upstream changes from https://github.com/moby/moby.git
11:40:47 [2020-05-06T11:40:47.168Z]  > git --version # timeout=10
11:40:47 [2020-05-06T11:40:47.179Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:40:47 [2020-05-06T11:40:47.181Z]  > 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:05 [2020-05-06T11:41:05.833Z] Fetching without tags
11:41:06 [2020-05-06T11:41:06.261Z] Merging remotes/origin/master commit 1655290016ac041bab80bb58a27a7fcc38415368 into PR head commit 7608e42da5abdd56c4d7b209384a6e512928d054
11:41:05 [2020-05-06T11:41:05.745Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:41:05 [2020-05-06T11:41:05.764Z]  > git config --add remote.origin.fetch +refs/pull/40914/head:refs/remotes/origin/PR-40914 # timeout=10
11:41:05 [2020-05-06T11:41:05.785Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
11:41:05 [2020-05-06T11:41:05.806Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:41:05 [2020-05-06T11:41:05.841Z] Fetching upstream changes from https://github.com/moby/moby.git
11:41:05 [2020-05-06T11:41:05.841Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:41:05 [2020-05-06T11:41:05.843Z]  > 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:06 [2020-05-06T11:41:06.271Z]  > git config core.sparsecheckout # timeout=10
11:41:06 [2020-05-06T11:41:06.291Z]  > git checkout -f 7608e42da5abdd56c4d7b209384a6e512928d054 # timeout=10
11:41:06 [2020-05-06T11:41:06.994Z] Merge succeeded, producing 7608e42da5abdd56c4d7b209384a6e512928d054
11:41:06 [2020-05-06T11:41:06.995Z] Checking out Revision 7608e42da5abdd56c4d7b209384a6e512928d054 (PR-40914)
11:41:06 [2020-05-06T11:41:06.955Z]  > git merge 1655290016ac041bab80bb58a27a7fcc38415368 # timeout=10
11:41:06 [2020-05-06T11:41:06.974Z]  > git rev-parse HEAD^{commit} # timeout=10
11:41:06 [2020-05-06T11:41:06.994Z]  > git config core.sparsecheckout # timeout=10
11:41:07 [2020-05-06T11:41:07.017Z]  > git checkout -f 7608e42da5abdd56c4d7b209384a6e512928d054 # timeout=10
11:41:11 [2020-05-06T11:41:11.550Z] Commit message: "Fix curl progress flags"