Skip to content

Console Output

11:40:45 [2020-05-06T11:40:45.379Z] using credential docker-jenkins-github-credentials
11:40:45 [2020-05-06T11:40:45.405Z] Cloning the remote Git repository
11:40:45 [2020-05-06T11:40:45.405Z] Cloning with configured refspecs honoured and without tags
11:40:45 [2020-05-06T11:40:45.419Z] Cloning repository https://github.com/moby/moby.git
11:40:45 [2020-05-06T11:40:45.420Z]  > git init /home/docker/workspace/moby_PR-40914 # timeout=10
11:40:45 [2020-05-06T11:40:45.434Z] Fetching upstream changes from https://github.com/moby/moby.git
11:40:45 [2020-05-06T11:40:45.435Z]  > git --version # timeout=10
11:40:45 [2020-05-06T11:40:45.438Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:40:45 [2020-05-06T11:40:45.439Z]  > 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:31 [2020-05-06T11:41:31.009Z] Fetching without tags
11:41:31 [2020-05-06T11:41:31.533Z] Merging remotes/origin/master commit 1655290016ac041bab80bb58a27a7fcc38415368 into PR head commit 7608e42da5abdd56c4d7b209384a6e512928d054
11:41:32 [2020-05-06T11:41:32.704Z] Merge succeeded, producing 7608e42da5abdd56c4d7b209384a6e512928d054
11:41:32 [2020-05-06T11:41:32.704Z] Checking out Revision 7608e42da5abdd56c4d7b209384a6e512928d054 (PR-40914)
11:41:30 [2020-05-06T11:41:30.831Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:41:30 [2020-05-06T11:41:30.836Z]  > git config --add remote.origin.fetch +refs/pull/40914/head:refs/remotes/origin/PR-40914 # timeout=10
11:41:30 [2020-05-06T11:41:30.839Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
11:41:30 [2020-05-06T11:41:30.994Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:41:31 [2020-05-06T11:41:31.019Z] Fetching upstream changes from https://github.com/moby/moby.git
11:41:31 [2020-05-06T11:41:31.020Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:41:31 [2020-05-06T11:41:31.021Z]  > 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:31 [2020-05-06T11:41:31.543Z]  > git config core.sparsecheckout # timeout=10
11:41:31 [2020-05-06T11:41:31.547Z]  > git checkout -f 7608e42da5abdd56c4d7b209384a6e512928d054 # timeout=10
11:41:32 [2020-05-06T11:41:32.668Z]  > git merge 1655290016ac041bab80bb58a27a7fcc38415368 # timeout=10
11:41:32 [2020-05-06T11:41:32.694Z]  > git rev-parse HEAD^{commit} # timeout=10
11:41:32 [2020-05-06T11:41:32.712Z]  > git config core.sparsecheckout # timeout=10
11:41:32 [2020-05-06T11:41:32.715Z]  > git checkout -f 7608e42da5abdd56c4d7b209384a6e512928d054 # timeout=10
11:41:33 [2020-05-06T11:41:33.611Z] Commit message: "Fix curl progress flags"