Skip to content

Console Output

09:02:44 [2022-03-17T09:02:44.160Z] The recommended git tool is: git
09:03:09 [2022-03-17T09:03:09.821Z] using credential docker-jenkins-github-credentials
09:03:09 [2022-03-17T09:03:09.900Z] Cloning the remote Git repository
09:03:09 [2022-03-17T09:03:09.901Z] Cloning with configured refspecs honoured and without tags
09:03:10 [2022-03-17T09:03:10.102Z] Cloning repository https://github.com/moby/moby.git
09:03:10 [2022-03-17T09:03:10.529Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
09:03:11 [2022-03-17T09:03:11.486Z] Fetching upstream changes from https://github.com/moby/moby.git
09:03:11 [2022-03-17T09:03:11.486Z]  > git --version # timeout=10
09:03:11 [2022-03-17T09:03:11.545Z]  > git --version # 'git version 2.24.1.windows.2'
09:03:11 [2022-03-17T09:03:11.546Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:03:11 [2022-03-17T09:03:11.553Z]  > 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:34 [2022-03-17T09:03:34.089Z] Fetching without tags
09:03:33 [2022-03-17T09:03:33.791Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:03:33 [2022-03-17T09:03:33.849Z]  > git config --add remote.origin.fetch +refs/pull/43214/head:refs/remotes/origin/PR-43214 # timeout=10
09:03:33 [2022-03-17T09:03:33.891Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:03:34 [2022-03-17T09:03:34.007Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:03:34 [2022-03-17T09:03:34.128Z] Fetching upstream changes from https://github.com/moby/moby.git
09:03:34 [2022-03-17T09:03:34.128Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:03:34 [2022-03-17T09:03:34.130Z]  > 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:34 [2022-03-17T09:03:34.802Z] Merging remotes/origin/master commit 7f99438ce7f17c9272793bd62b840028ab72a521 into PR head commit 427b0cd63688a6a167256855c1c3f5fa15ddf889
09:03:34 [2022-03-17T09:03:34.916Z]  > git config core.sparsecheckout # timeout=10
09:03:34 [2022-03-17T09:03:34.967Z]  > git checkout -f 427b0cd63688a6a167256855c1c3f5fa15ddf889 # timeout=10
09:03:38 [2022-03-17T09:03:38.347Z] Merge succeeded, producing 427b0cd63688a6a167256855c1c3f5fa15ddf889
09:03:38 [2022-03-17T09:03:38.348Z] Checking out Revision 427b0cd63688a6a167256855c1c3f5fa15ddf889 (PR-43214)
09:03:37 [2022-03-17T09:03:37.985Z]  > git remote # timeout=10
09:03:38 [2022-03-17T09:03:38.068Z]  > git config --get remote.origin.url # timeout=10
09:03:38 [2022-03-17T09:03:38.115Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:03:38 [2022-03-17T09:03:38.117Z]  > git merge 7f99438ce7f17c9272793bd62b840028ab72a521 # timeout=10
09:03:38 [2022-03-17T09:03:38.262Z]  > git rev-parse "HEAD^{commit}" # timeout=10
09:03:38 [2022-03-17T09:03:38.385Z]  > git config core.sparsecheckout # timeout=10
09:03:38 [2022-03-17T09:03:38.431Z]  > git checkout -f 427b0cd63688a6a167256855c1c3f5fa15ddf889 # timeout=10
09:03:50 [2022-03-17T09:03:50.363Z] Commit message: "api/types: fix KernelMemory deprecation comment, and omitempty"