Skip to content

Console Output

20:40:59 [2021-06-10T20:40:59.487Z] The recommended git tool is: git
20:41:02 [2021-06-10T20:41:02.068Z] using credential docker-jenkins-github-credentials
20:41:02 [2021-06-10T20:41:02.074Z] Cloning the remote Git repository
20:41:02 [2021-06-10T20:41:02.074Z] Cloning with configured refspecs honoured and without tags
20:41:02 [2021-06-10T20:41:02.093Z] Cloning repository https://github.com/moby/moby.git
20:41:02 [2021-06-10T20:41:02.150Z]  > git init /home/ubuntu/workspace/moby_PR-42511 # timeout=10
20:41:02 [2021-06-10T20:41:02.441Z] Fetching upstream changes from https://github.com/moby/moby.git
20:41:02 [2021-06-10T20:41:02.442Z]  > git --version # timeout=10
20:41:02 [2021-06-10T20:41:02.457Z]  > git --version # 'git version 2.25.1'
20:41:02 [2021-06-10T20:41:02.458Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:41:02 [2021-06-10T20:41:02.460Z]  > git fetch --no-tags --force --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:41:19 [2021-06-10T20:41:19.831Z] Fetching without tags
20:41:20 [2021-06-10T20:41:20.118Z] Merging remotes/origin/master commit b7b7571331f500c0164716dc22bcc54edfaa7119 into PR head commit dc7cbb9b337c84bdd76e849ae361dffb191dd936
20:41:20 [2021-06-10T20:41:20.923Z] Merge succeeded, producing dc7cbb9b337c84bdd76e849ae361dffb191dd936
20:41:20 [2021-06-10T20:41:20.924Z] Checking out Revision dc7cbb9b337c84bdd76e849ae361dffb191dd936 (PR-42511)
20:41:19 [2021-06-10T20:41:19.774Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:41:19 [2021-06-10T20:41:19.793Z]  > git config --add remote.origin.fetch +refs/pull/42511/head:refs/remotes/origin/PR-42511 # timeout=10
20:41:19 [2021-06-10T20:41:19.800Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:41:19 [2021-06-10T20:41:19.815Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:41:19 [2021-06-10T20:41:19.834Z] Fetching upstream changes from https://github.com/moby/moby.git
20:41:19 [2021-06-10T20:41:19.835Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:41:19 [2021-06-10T20:41:19.835Z]  > git fetch --no-tags --force --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:41:20 [2021-06-10T20:41:20.125Z]  > git config core.sparsecheckout # timeout=10
20:41:20 [2021-06-10T20:41:20.143Z]  > git checkout -f dc7cbb9b337c84bdd76e849ae361dffb191dd936 # timeout=10
20:41:20 [2021-06-10T20:41:20.862Z]  > git remote # timeout=10
20:41:20 [2021-06-10T20:41:20.887Z]  > git config --get remote.origin.url # timeout=10
20:41:20 [2021-06-10T20:41:20.899Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:41:20 [2021-06-10T20:41:20.899Z]  > git merge b7b7571331f500c0164716dc22bcc54edfaa7119 # timeout=10
20:41:20 [2021-06-10T20:41:20.914Z]  > git rev-parse HEAD^{commit} # timeout=10
20:41:20 [2021-06-10T20:41:20.928Z]  > git config core.sparsecheckout # timeout=10
20:41:20 [2021-06-10T20:41:20.936Z]  > git checkout -f dc7cbb9b337c84bdd76e849ae361dffb191dd936 # timeout=10
20:41:25 [2021-06-10T20:41:25.044Z] Commit message: "remove layerstore indexing by OS (used for LCOW)"