Skip to content

Console Output

06:53:49 [2022-04-29T06:53:49.034Z] The recommended git tool is: git
06:53:49 [2022-04-29T06:53:49.043Z] using credential docker-jenkins-github-credentials
06:53:49 [2022-04-29T06:53:49.052Z] Cloning the remote Git repository
06:53:49 [2022-04-29T06:53:49.052Z] Cloning with configured refspecs honoured and without tags
06:53:49 [2022-04-29T06:53:49.054Z] Cloning repository https://github.com/moby/moby.git
06:53:49 [2022-04-29T06:53:49.055Z]  > git init /home/ubuntu/workspace/moby_PR-43530 # timeout=10
06:53:49 [2022-04-29T06:53:49.073Z] Fetching upstream changes from https://github.com/moby/moby.git
06:53:49 [2022-04-29T06:53:49.073Z]  > git --version # timeout=10
06:53:49 [2022-04-29T06:53:49.080Z]  > git --version # 'git version 2.25.1'
06:53:49 [2022-04-29T06:53:49.081Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
06:53:49 [2022-04-29T06:53:49.082Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43530/head:refs/remotes/origin/PR-43530 +refs/heads/master:refs/remotes/origin/master # timeout=10
06:54:04 [2022-04-29T06:54:04.042Z] Fetching without tags
06:54:04 [2022-04-29T06:54:04.224Z] Merging remotes/origin/master commit b3332b851a6ffeb4fd15f234436d8740df38a5d5 into PR head commit 41b96bff556e1467882f98a657b8396afaee6733
06:54:04 [2022-04-29T06:54:04.776Z] Merge succeeded, producing 41b96bff556e1467882f98a657b8396afaee6733
06:54:04 [2022-04-29T06:54:04.777Z] Checking out Revision 41b96bff556e1467882f98a657b8396afaee6733 (PR-43530)
06:54:04 [2022-04-29T06:54:04.019Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
06:54:04 [2022-04-29T06:54:04.025Z]  > git config --add remote.origin.fetch +refs/pull/43530/head:refs/remotes/origin/PR-43530 # timeout=10
06:54:04 [2022-04-29T06:54:04.029Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
06:54:04 [2022-04-29T06:54:04.038Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
06:54:04 [2022-04-29T06:54:04.044Z] Fetching upstream changes from https://github.com/moby/moby.git
06:54:04 [2022-04-29T06:54:04.044Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
06:54:04 [2022-04-29T06:54:04.046Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43530/head:refs/remotes/origin/PR-43530 +refs/heads/master:refs/remotes/origin/master # timeout=10
06:54:04 [2022-04-29T06:54:04.226Z]  > git config core.sparsecheckout # timeout=10
06:54:04 [2022-04-29T06:54:04.231Z]  > git checkout -f 41b96bff556e1467882f98a657b8396afaee6733 # timeout=10
06:54:04 [2022-04-29T06:54:04.750Z]  > git remote # timeout=10
06:54:04 [2022-04-29T06:54:04.753Z]  > git config --get remote.origin.url # timeout=10
06:54:04 [2022-04-29T06:54:04.757Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
06:54:04 [2022-04-29T06:54:04.757Z]  > git merge b3332b851a6ffeb4fd15f234436d8740df38a5d5 # timeout=10
06:54:04 [2022-04-29T06:54:04.770Z]  > git rev-parse HEAD^{commit} # timeout=10
06:54:04 [2022-04-29T06:54:04.779Z]  > git config core.sparsecheckout # timeout=10
06:54:04 [2022-04-29T06:54:04.785Z]  > git checkout -f 41b96bff556e1467882f98a657b8396afaee6733 # timeout=10
06:54:05 [2022-04-29T06:54:05.390Z] Commit message: "update uses of container.ContainerCreateCreatedBody to CreateResponse"