Skip to content

Console Output

08:59:11 [2022-03-17T08:59:11.660Z] The recommended git tool is: git
08:59:14 [2022-03-17T08:59:14.257Z] using credential docker-jenkins-github-credentials
08:59:14 [2022-03-17T08:59:14.266Z] Cloning the remote Git repository
08:59:14 [2022-03-17T08:59:14.266Z] Cloning with configured refspecs honoured and without tags
08:59:14 [2022-03-17T08:59:14.341Z] Cloning repository https://github.com/moby/moby.git
08:59:14 [2022-03-17T08:59:14.394Z]  > git init /home/ubuntu/workspace/moby_PR-43214 # timeout=10
08:59:14 [2022-03-17T08:59:14.604Z] Fetching upstream changes from https://github.com/moby/moby.git
08:59:14 [2022-03-17T08:59:14.605Z]  > git --version # timeout=10
08:59:14 [2022-03-17T08:59:14.617Z]  > git --version # 'git version 2.17.1'
08:59:14 [2022-03-17T08:59:14.617Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:59:14 [2022-03-17T08:59:14.619Z]  > git fetch --no-tags --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
08:59:40 [2022-03-17T08:59:40.592Z] Fetching without tags
08:59:40 [2022-03-17T08:59:40.963Z] Merging remotes/origin/master commit 7f99438ce7f17c9272793bd62b840028ab72a521 into PR head commit 427b0cd63688a6a167256855c1c3f5fa15ddf889
08:59:41 [2022-03-17T08:59:41.861Z] Merge succeeded, producing 427b0cd63688a6a167256855c1c3f5fa15ddf889
08:59:41 [2022-03-17T08:59:41.862Z] Checking out Revision 427b0cd63688a6a167256855c1c3f5fa15ddf889 (PR-43214)
08:59:40 [2022-03-17T08:59:40.519Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:59:40 [2022-03-17T08:59:40.551Z]  > git config --add remote.origin.fetch +refs/pull/43214/head:refs/remotes/origin/PR-43214 # timeout=10
08:59:40 [2022-03-17T08:59:40.564Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
08:59:40 [2022-03-17T08:59:40.580Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:59:40 [2022-03-17T08:59:40.595Z] Fetching upstream changes from https://github.com/moby/moby.git
08:59:40 [2022-03-17T08:59:40.595Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:59:40 [2022-03-17T08:59:40.602Z]  > git fetch --no-tags --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
08:59:40 [2022-03-17T08:59:40.974Z]  > git config core.sparsecheckout # timeout=10
08:59:40 [2022-03-17T08:59:40.996Z]  > git checkout -f 427b0cd63688a6a167256855c1c3f5fa15ddf889 # timeout=10
08:59:41 [2022-03-17T08:59:41.767Z]  > git remote # timeout=10
08:59:41 [2022-03-17T08:59:41.795Z]  > git config --get remote.origin.url # timeout=10
08:59:41 [2022-03-17T08:59:41.832Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:59:41 [2022-03-17T08:59:41.833Z]  > git merge 7f99438ce7f17c9272793bd62b840028ab72a521 # timeout=10
08:59:41 [2022-03-17T08:59:41.848Z]  > git rev-parse HEAD^{commit} # timeout=10
08:59:41 [2022-03-17T08:59:41.863Z]  > git config core.sparsecheckout # timeout=10
08:59:41 [2022-03-17T08:59:41.877Z]  > git checkout -f 427b0cd63688a6a167256855c1c3f5fa15ddf889 # timeout=10
08:59:46 [2022-03-17T08:59:46.568Z] Commit message: "api/types: fix KernelMemory deprecation comment, and omitempty"