Skip to content

Console Output

20:39:47 [2021-06-10T20:39:47.116Z] The recommended git tool is: git
20:39:47 [2021-06-10T20:39:47.133Z] using credential docker-jenkins-github-credentials
20:39:47 [2021-06-10T20:39:47.138Z] Cloning the remote Git repository
20:39:47 [2021-06-10T20:39:47.138Z] Cloning with configured refspecs honoured and without tags
20:39:47 [2021-06-10T20:39:47.186Z] Cloning repository https://github.com/moby/moby.git
20:39:47 [2021-06-10T20:39:47.186Z]  > git init /home/ubuntu/workspace/moby_PR-42511 # timeout=10
20:39:47 [2021-06-10T20:39:47.203Z] Fetching upstream changes from https://github.com/moby/moby.git
20:39:47 [2021-06-10T20:39:47.203Z]  > git --version # timeout=10
20:39:47 [2021-06-10T20:39:47.209Z]  > git --version # 'git version 2.17.1'
20:39:47 [2021-06-10T20:39:47.209Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:39:47 [2021-06-10T20:39:47.210Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42511/head:refs/remotes/origin/PR-42511 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:40:01 [2021-06-10T20:40:01.688Z] Fetching without tags
20:40:02 [2021-06-10T20:40:02.042Z] Merging remotes/origin/master commit b7b7571331f500c0164716dc22bcc54edfaa7119 into PR head commit dc7cbb9b337c84bdd76e849ae361dffb191dd936
20:40:02 [2021-06-10T20:40:02.538Z] Merge succeeded, producing dc7cbb9b337c84bdd76e849ae361dffb191dd936
20:40:02 [2021-06-10T20:40:02.538Z] Checking out Revision dc7cbb9b337c84bdd76e849ae361dffb191dd936 (PR-42511)
20:40:01 [2021-06-10T20:40:01.669Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:40:01 [2021-06-10T20:40:01.674Z]  > git config --add remote.origin.fetch +refs/pull/42511/head:refs/remotes/origin/PR-42511 # timeout=10
20:40:01 [2021-06-10T20:40:01.678Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:40:01 [2021-06-10T20:40:01.685Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:40:01 [2021-06-10T20:40:01.694Z] Fetching upstream changes from https://github.com/moby/moby.git
20:40:01 [2021-06-10T20:40:01.694Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:40:01 [2021-06-10T20:40:01.695Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42511/head:refs/remotes/origin/PR-42511 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:40:02 [2021-06-10T20:40:02.045Z]  > git config core.sparsecheckout # timeout=10
20:40:02 [2021-06-10T20:40:02.054Z]  > git checkout -f dc7cbb9b337c84bdd76e849ae361dffb191dd936 # timeout=10
20:40:02 [2021-06-10T20:40:02.514Z]  > git remote # timeout=10
20:40:02 [2021-06-10T20:40:02.520Z]  > git config --get remote.origin.url # timeout=10
20:40:02 [2021-06-10T20:40:02.525Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:40:02 [2021-06-10T20:40:02.526Z]  > git merge b7b7571331f500c0164716dc22bcc54edfaa7119 # timeout=10
20:40:02 [2021-06-10T20:40:02.534Z]  > git rev-parse HEAD^{commit} # timeout=10
20:40:02 [2021-06-10T20:40:02.541Z]  > git config core.sparsecheckout # timeout=10
20:40:02 [2021-06-10T20:40:02.548Z]  > git checkout -f dc7cbb9b337c84bdd76e849ae361dffb191dd936 # timeout=10
20:40:03 [2021-06-10T20:40:03.089Z] Commit message: "remove layerstore indexing by OS (used for LCOW)"