Skip to content

Console Output

09:02:59 [2022-03-17T09:02:59.818Z] The recommended git tool is: git
09:03:24 [2022-03-17T09:03:24.672Z] using credential docker-jenkins-github-credentials
09:03:24 [2022-03-17T09:03:24.746Z] Cloning the remote Git repository
09:03:24 [2022-03-17T09:03:24.746Z] Cloning with configured refspecs honoured and without tags
09:03:24 [2022-03-17T09:03:24.932Z] Cloning repository https://github.com/moby/moby.git
09:03:25 [2022-03-17T09:03:25.329Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
09:03:26 [2022-03-17T09:03:26.338Z] Fetching upstream changes from https://github.com/moby/moby.git
09:03:26 [2022-03-17T09:03:26.338Z]  > git --version # timeout=10
09:03:26 [2022-03-17T09:03:26.386Z]  > git --version # 'git version 2.24.1.windows.2'
09:03:26 [2022-03-17T09:03:26.386Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:03:26 [2022-03-17T09:03:26.390Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43214/head:refs/remotes/origin/PR-43214 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:03:45 [2022-03-17T09:03:45.127Z] Fetching without tags
09:03:45 [2022-03-17T09:03:45.817Z] Merging remotes/origin/master commit 7f99438ce7f17c9272793bd62b840028ab72a521 into PR head commit 427b0cd63688a6a167256855c1c3f5fa15ddf889
09:03:44 [2022-03-17T09:03:44.807Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:03:44 [2022-03-17T09:03:44.865Z]  > git config --add remote.origin.fetch +refs/pull/43214/head:refs/remotes/origin/PR-43214 # timeout=10
09:03:44 [2022-03-17T09:03:44.911Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:03:45 [2022-03-17T09:03:45.037Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:03:45 [2022-03-17T09:03:45.161Z] Fetching upstream changes from https://github.com/moby/moby.git
09:03:45 [2022-03-17T09:03:45.162Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:03:45 [2022-03-17T09:03:45.164Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43214/head:refs/remotes/origin/PR-43214 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:03:45 [2022-03-17T09:03:45.923Z]  > git config core.sparsecheckout # timeout=10
09:03:45 [2022-03-17T09:03:45.967Z]  > git checkout -f 427b0cd63688a6a167256855c1c3f5fa15ddf889 # timeout=10
09:03:49 [2022-03-17T09:03:49.494Z] Merge succeeded, producing 427b0cd63688a6a167256855c1c3f5fa15ddf889
09:03:49 [2022-03-17T09:03:49.494Z] Checking out Revision 427b0cd63688a6a167256855c1c3f5fa15ddf889 (PR-43214)
09:03:49 [2022-03-17T09:03:49.142Z]  > git remote # timeout=10
09:03:49 [2022-03-17T09:03:49.218Z]  > git config --get remote.origin.url # timeout=10
09:03:49 [2022-03-17T09:03:49.264Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:03:49 [2022-03-17T09:03:49.265Z]  > git merge 7f99438ce7f17c9272793bd62b840028ab72a521 # timeout=10
09:03:49 [2022-03-17T09:03:49.406Z]  > git rev-parse "HEAD^{commit}" # timeout=10
09:03:49 [2022-03-17T09:03:49.528Z]  > git config core.sparsecheckout # timeout=10
09:03:49 [2022-03-17T09:03:49.570Z]  > git checkout -f 427b0cd63688a6a167256855c1c3f5fa15ddf889 # timeout=10
09:04:01 [2022-03-17T09:04:01.034Z] Commit message: "api/types: fix KernelMemory deprecation comment, and omitempty"