Skip to content

Console Output

20:41:09 [2021-06-10T20:41:09.086Z] The recommended git tool is: git
20:41:13 [2021-06-10T20:41:13.781Z] using credential docker-jenkins-github-credentials
20:41:13 [2021-06-10T20:41:13.789Z] Cloning the remote Git repository
20:41:13 [2021-06-10T20:41:13.789Z] Cloning with configured refspecs honoured and without tags
20:41:13 [2021-06-10T20:41:13.980Z] Cloning repository https://github.com/moby/moby.git
20:41:14 [2021-06-10T20:41:14.041Z]  > git init /home/ubuntu/workspace/moby_PR-42511 # timeout=10
20:41:14 [2021-06-10T20:41:14.445Z] Fetching upstream changes from https://github.com/moby/moby.git
20:41:14 [2021-06-10T20:41:14.446Z]  > git --version # timeout=10
20:41:14 [2021-06-10T20:41:14.453Z]  > git --version # 'git version 2.25.1'
20:41:14 [2021-06-10T20:41:14.454Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:41:14 [2021-06-10T20:41:14.457Z]  > 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:33 [2021-06-10T20:41:33.861Z] Fetching without tags
20:41:34 [2021-06-10T20:41:34.224Z] Merging remotes/origin/master commit b7b7571331f500c0164716dc22bcc54edfaa7119 into PR head commit dc7cbb9b337c84bdd76e849ae361dffb191dd936
20:41:35 [2021-06-10T20:41:35.319Z] Merge succeeded, producing dc7cbb9b337c84bdd76e849ae361dffb191dd936
20:41:35 [2021-06-10T20:41:35.320Z] Checking out Revision dc7cbb9b337c84bdd76e849ae361dffb191dd936 (PR-42511)
20:41:33 [2021-06-10T20:41:33.823Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:41:33 [2021-06-10T20:41:33.833Z]  > git config --add remote.origin.fetch +refs/pull/42511/head:refs/remotes/origin/PR-42511 # timeout=10
20:41:33 [2021-06-10T20:41:33.841Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:41:33 [2021-06-10T20:41:33.856Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:41:33 [2021-06-10T20:41:33.868Z] Fetching upstream changes from https://github.com/moby/moby.git
20:41:33 [2021-06-10T20:41:33.868Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:41:33 [2021-06-10T20:41:33.870Z]  > 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:34 [2021-06-10T20:41:34.235Z]  > git config core.sparsecheckout # timeout=10
20:41:34 [2021-06-10T20:41:34.243Z]  > git checkout -f dc7cbb9b337c84bdd76e849ae361dffb191dd936 # timeout=10
20:41:35 [2021-06-10T20:41:35.276Z]  > git remote # timeout=10
20:41:35 [2021-06-10T20:41:35.282Z]  > git config --get remote.origin.url # timeout=10
20:41:35 [2021-06-10T20:41:35.287Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:41:35 [2021-06-10T20:41:35.289Z]  > git merge b7b7571331f500c0164716dc22bcc54edfaa7119 # timeout=10
20:41:35 [2021-06-10T20:41:35.301Z]  > git rev-parse HEAD^{commit} # timeout=10
20:41:35 [2021-06-10T20:41:35.322Z]  > git config core.sparsecheckout # timeout=10
20:41:35 [2021-06-10T20:41:35.326Z]  > git checkout -f dc7cbb9b337c84bdd76e849ae361dffb191dd936 # timeout=10
20:41:39 [2021-06-10T20:41:39.432Z] Commit message: "remove layerstore indexing by OS (used for LCOW)"