Skip to content

Console Output

09:00:33 [2022-03-17T09:00:33.869Z] The recommended git tool is: git
09:00:37 [2022-03-17T09:00:37.254Z] using credential docker-jenkins-github-credentials
09:00:37 [2022-03-17T09:00:37.263Z] Cloning the remote Git repository
09:00:37 [2022-03-17T09:00:37.263Z] Cloning with configured refspecs honoured and without tags
09:00:37 [2022-03-17T09:00:37.284Z] Cloning repository https://github.com/moby/moby.git
09:00:37 [2022-03-17T09:00:37.338Z]  > git init /home/ubuntu/workspace/moby_PR-43214 # timeout=10
09:00:37 [2022-03-17T09:00:37.817Z] Fetching upstream changes from https://github.com/moby/moby.git
09:00:37 [2022-03-17T09:00:37.817Z]  > git --version # timeout=10
09:00:37 [2022-03-17T09:00:37.846Z]  > git --version # 'git version 2.25.1'
09:00:37 [2022-03-17T09:00:37.846Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:00:37 [2022-03-17T09:00:37.848Z]  > 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:00 [2022-03-17T09:01:00.536Z] Fetching without tags
09:01:00 [2022-03-17T09:01:00.868Z] Merging remotes/origin/master commit 7f99438ce7f17c9272793bd62b840028ab72a521 into PR head commit 427b0cd63688a6a167256855c1c3f5fa15ddf889
09:01:02 [2022-03-17T09:01:02.135Z] Merge succeeded, producing 427b0cd63688a6a167256855c1c3f5fa15ddf889
09:01:02 [2022-03-17T09:01:02.135Z] Checking out Revision 427b0cd63688a6a167256855c1c3f5fa15ddf889 (PR-43214)
09:01:00 [2022-03-17T09:01:00.400Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:01:00 [2022-03-17T09:01:00.447Z]  > git config --add remote.origin.fetch +refs/pull/43214/head:refs/remotes/origin/PR-43214 # timeout=10
09:01:00 [2022-03-17T09:01:00.465Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:01:00 [2022-03-17T09:01:00.498Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:01:00 [2022-03-17T09:01:00.544Z] Fetching upstream changes from https://github.com/moby/moby.git
09:01:00 [2022-03-17T09:01:00.544Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:01:00 [2022-03-17T09:01:00.547Z]  > 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:00 [2022-03-17T09:01:00.892Z]  > git config core.sparsecheckout # timeout=10
09:01:00 [2022-03-17T09:01:00.916Z]  > git checkout -f 427b0cd63688a6a167256855c1c3f5fa15ddf889 # timeout=10
09:01:02 [2022-03-17T09:01:02.032Z]  > git remote # timeout=10
09:01:02 [2022-03-17T09:01:02.043Z]  > git config --get remote.origin.url # timeout=10
09:01:02 [2022-03-17T09:01:02.075Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:01:02 [2022-03-17T09:01:02.076Z]  > git merge 7f99438ce7f17c9272793bd62b840028ab72a521 # timeout=10
09:01:02 [2022-03-17T09:01:02.111Z]  > git rev-parse HEAD^{commit} # timeout=10
09:01:02 [2022-03-17T09:01:02.139Z]  > git config core.sparsecheckout # timeout=10
09:01:02 [2022-03-17T09:01:02.153Z]  > git checkout -f 427b0cd63688a6a167256855c1c3f5fa15ddf889 # timeout=10
09:01:06 [2022-03-17T09:01:06.934Z] Commit message: "api/types: fix KernelMemory deprecation comment, and omitempty"