Skip to content

Console Output

11:40:47 [2020-05-06T11:40:47.172Z] using credential docker-jenkins-github-credentials
11:40:47 [2020-05-06T11:40:47.180Z] Cloning the remote Git repository
11:40:47 [2020-05-06T11:40:47.180Z] Cloning with configured refspecs honoured and without tags
11:40:47 [2020-05-06T11:40:47.197Z] Cloning repository https://github.com/moby/moby.git
11:40:47 [2020-05-06T11:40:47.246Z]  > git init /home/ubuntu/workspace/moby_PR-40914 # timeout=10
11:40:47 [2020-05-06T11:40:47.291Z] Fetching upstream changes from https://github.com/moby/moby.git
11:40:47 [2020-05-06T11:40:47.291Z]  > git --version # timeout=10
11:40:47 [2020-05-06T11:40:47.310Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:40:47 [2020-05-06T11:40:47.311Z]  > 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.460Z] Fetching without tags
11:41:05 [2020-05-06T11:41:05.767Z] Merging remotes/origin/master commit 1655290016ac041bab80bb58a27a7fcc38415368 into PR head commit 7608e42da5abdd56c4d7b209384a6e512928d054
11:41:06 [2020-05-06T11:41:06.368Z] Merge succeeded, producing 7608e42da5abdd56c4d7b209384a6e512928d054
11:41:06 [2020-05-06T11:41:06.368Z] Checking out Revision 7608e42da5abdd56c4d7b209384a6e512928d054 (PR-40914)
11:41:05 [2020-05-06T11:41:05.398Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:41:05 [2020-05-06T11:41:05.405Z]  > 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.422Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
11:41:05 [2020-05-06T11:41:05.438Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:41:05 [2020-05-06T11:41:05.466Z] Fetching upstream changes from https://github.com/moby/moby.git
11:41:05 [2020-05-06T11:41:05.466Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:41:05 [2020-05-06T11:41:05.467Z]  > 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.772Z]  > git config core.sparsecheckout # timeout=10
11:41:05 [2020-05-06T11:41:05.781Z]  > git checkout -f 7608e42da5abdd56c4d7b209384a6e512928d054 # timeout=10
11:41:06 [2020-05-06T11:41:06.326Z]  > git merge 1655290016ac041bab80bb58a27a7fcc38415368 # timeout=10
11:41:06 [2020-05-06T11:41:06.347Z]  > git rev-parse HEAD^{commit} # timeout=10
11:41:06 [2020-05-06T11:41:06.370Z]  > git config core.sparsecheckout # timeout=10
11:41:06 [2020-05-06T11:41:06.386Z]  > git checkout -f 7608e42da5abdd56c4d7b209384a6e512928d054 # timeout=10
11:41:10 [2020-05-06T11:41:10.197Z] Commit message: "Fix curl progress flags"