Skip to content

Console Output

09:00:38 [2022-03-17T09:00:38.581Z] The recommended git tool is: git
09:00:43 [2022-03-17T09:00:43.433Z] using credential docker-jenkins-github-credentials
09:00:43 [2022-03-17T09:00:43.448Z] Cloning the remote Git repository
09:00:43 [2022-03-17T09:00:43.448Z] Cloning with configured refspecs honoured and without tags
09:00:43 [2022-03-17T09:00:43.455Z] Cloning repository https://github.com/moby/moby.git
09:00:43 [2022-03-17T09:00:43.524Z]  > git init /home/ubuntu/workspace/moby_PR-43214 # timeout=10
09:00:44 [2022-03-17T09:00:44.146Z] Fetching upstream changes from https://github.com/moby/moby.git
09:00:44 [2022-03-17T09:00:44.147Z]  > git --version # timeout=10
09:00:44 [2022-03-17T09:00:44.157Z]  > git --version # 'git version 2.25.1'
09:00:44 [2022-03-17T09:00:44.157Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:00:44 [2022-03-17T09:00:44.290Z]  > 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:01:07 [2022-03-17T09:01:07.973Z] Fetching without tags
09:01:08 [2022-03-17T09:01:08.258Z] Merging remotes/origin/master commit 7f99438ce7f17c9272793bd62b840028ab72a521 into PR head commit 427b0cd63688a6a167256855c1c3f5fa15ddf889
09:01:07 [2022-03-17T09:01:07.871Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:01:07 [2022-03-17T09:01:07.902Z]  > git config --add remote.origin.fetch +refs/pull/43214/head:refs/remotes/origin/PR-43214 # timeout=10
09:01:07 [2022-03-17T09:01:07.923Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:01:07 [2022-03-17T09:01:07.939Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:01:07 [2022-03-17T09:01:07.961Z] Fetching upstream changes from https://github.com/moby/moby.git
09:01:07 [2022-03-17T09:01:07.961Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:01:08 [2022-03-17T09:01:08.013Z]  > 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:01:08 [2022-03-17T09:01:08.250Z]  > git config core.sparsecheckout # timeout=10
09:01:08 [2022-03-17T09:01:08.262Z]  > git checkout -f 427b0cd63688a6a167256855c1c3f5fa15ddf889 # timeout=10
09:01:09 [2022-03-17T09:01:09.720Z] Merge succeeded, producing 427b0cd63688a6a167256855c1c3f5fa15ddf889
09:01:09 [2022-03-17T09:01:09.720Z] Checking out Revision 427b0cd63688a6a167256855c1c3f5fa15ddf889 (PR-43214)
09:01:09 [2022-03-17T09:01:09.588Z]  > git remote # timeout=10
09:01:09 [2022-03-17T09:01:09.600Z]  > git config --get remote.origin.url # timeout=10
09:01:09 [2022-03-17T09:01:09.621Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:01:09 [2022-03-17T09:01:09.672Z]  > git merge 7f99438ce7f17c9272793bd62b840028ab72a521 # timeout=10
09:01:09 [2022-03-17T09:01:09.693Z]  > git rev-parse HEAD^{commit} # timeout=10
09:01:09 [2022-03-17T09:01:09.712Z]  > git config core.sparsecheckout # timeout=10
09:01:09 [2022-03-17T09:01:09.731Z]  > git checkout -f 427b0cd63688a6a167256855c1c3f5fa15ddf889 # timeout=10
09:01:14 [2022-03-17T09:01:14.104Z] Commit message: "api/types: fix KernelMemory deprecation comment, and omitempty"