Skip to content

Console Output

10:41:38 [2020-08-05T10:41:38.137Z] using credential docker-jenkins-github-credentials
10:41:38 [2020-08-05T10:41:38.145Z] Cloning the remote Git repository
10:41:38 [2020-08-05T10:41:38.145Z] Cloning with configured refspecs honoured and without tags
10:41:38 [2020-08-05T10:41:38.196Z] Cloning repository https://github.com/moby/moby.git
10:41:38 [2020-08-05T10:41:38.263Z]  > git init /home/ubuntu/workspace/moby_PR-41312 # timeout=10
10:41:38 [2020-08-05T10:41:38.531Z] Fetching upstream changes from https://github.com/moby/moby.git
10:41:38 [2020-08-05T10:41:38.532Z]  > git --version # timeout=10
10:41:38 [2020-08-05T10:41:38.569Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:41:38 [2020-08-05T10:41:38.573Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41312/head:refs/remotes/origin/PR-41312 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
10:41:57 [2020-08-05T10:41:57.831Z] Fetching without tags
10:41:58 [2020-08-05T10:41:58.266Z] Merging remotes/origin/19.03 commit 88820a4793eabd2a5624e7a16772207cfa073f98 into PR head commit 89da709cb784b900145099cc638bbe8e26268ecc
10:41:59 [2020-08-05T10:41:59.081Z] Merge succeeded, producing 89da709cb784b900145099cc638bbe8e26268ecc
10:41:59 [2020-08-05T10:41:59.081Z] Checking out Revision 89da709cb784b900145099cc638bbe8e26268ecc (PR-41312)
10:41:57 [2020-08-05T10:41:57.663Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:41:57 [2020-08-05T10:41:57.709Z]  > git config --add remote.origin.fetch +refs/pull/41312/head:refs/remotes/origin/PR-41312 # timeout=10
10:41:57 [2020-08-05T10:41:57.740Z]  > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
10:41:57 [2020-08-05T10:41:57.785Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:41:57 [2020-08-05T10:41:57.840Z] Fetching upstream changes from https://github.com/moby/moby.git
10:41:57 [2020-08-05T10:41:57.841Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:41:57 [2020-08-05T10:41:57.842Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41312/head:refs/remotes/origin/PR-41312 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
10:41:58 [2020-08-05T10:41:58.276Z]  > git config core.sparsecheckout # timeout=10
10:41:58 [2020-08-05T10:41:58.301Z]  > git checkout -f 89da709cb784b900145099cc638bbe8e26268ecc # timeout=10
10:41:59 [2020-08-05T10:41:59.028Z]  > git merge 88820a4793eabd2a5624e7a16772207cfa073f98 # timeout=10
10:41:59 [2020-08-05T10:41:59.059Z]  > git rev-parse HEAD^{commit} # timeout=10
10:41:59 [2020-08-05T10:41:59.085Z]  > git config core.sparsecheckout # timeout=10
10:41:59 [2020-08-05T10:41:59.096Z]  > git checkout -f 89da709cb784b900145099cc638bbe8e26268ecc # timeout=10
10:42:03 [2020-08-05T10:42:03.500Z] Commit message: "Check for context error that is wrapped in url.Error"