Skip to content

Console Output

14:46:02 [2022-09-08T14:46:02.468Z] The recommended git tool is: git
14:46:04 [2022-09-08T14:46:04.671Z] using credential docker-jenkins-github-credentials
14:46:04 [2022-09-08T14:46:04.682Z] Cloning the remote Git repository
14:46:04 [2022-09-08T14:46:04.682Z] Cloning with configured refspecs honoured and without tags
14:46:04 [2022-09-08T14:46:04.696Z] Cloning repository https://github.com/moby/moby.git
14:46:04 [2022-09-08T14:46:04.727Z]  > git init /home/ubuntu/workspace/moby_PR-43867 # timeout=10
14:46:05 [2022-09-08T14:46:05.036Z] Fetching upstream changes from https://github.com/moby/moby.git
14:46:05 [2022-09-08T14:46:05.036Z]  > git --version # timeout=10
14:46:05 [2022-09-08T14:46:05.042Z]  > git --version # 'git version 2.25.1'
14:46:05 [2022-09-08T14:46:05.043Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:46:05 [2022-09-08T14:46:05.045Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43867/head:refs/remotes/origin/PR-43867 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:46:21 [2022-09-08T14:46:21.232Z] Fetching without tags
14:46:21 [2022-09-08T14:46:21.515Z] Merging remotes/origin/master commit dba081975aa0c8fa1a6a90998505764986e35fad into PR head commit f6b695d2fbe37cf850250f2f9003d0c941e4a7bc
14:46:21 [2022-09-08T14:46:21.181Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:46:21 [2022-09-08T14:46:21.187Z]  > git config --add remote.origin.fetch +refs/pull/43867/head:refs/remotes/origin/PR-43867 # timeout=10
14:46:21 [2022-09-08T14:46:21.194Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:46:21 [2022-09-08T14:46:21.211Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:46:21 [2022-09-08T14:46:21.232Z] Fetching upstream changes from https://github.com/moby/moby.git
14:46:21 [2022-09-08T14:46:21.232Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:46:21 [2022-09-08T14:46:21.233Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43867/head:refs/remotes/origin/PR-43867 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:46:21 [2022-09-08T14:46:21.519Z]  > git config core.sparsecheckout # timeout=10
14:46:21 [2022-09-08T14:46:21.532Z]  > git checkout -f f6b695d2fbe37cf850250f2f9003d0c941e4a7bc # timeout=10
14:46:22 [2022-09-08T14:46:22.220Z]  > git remote # timeout=10
14:46:22 [2022-09-08T14:46:22.236Z]  > git config --get remote.origin.url # timeout=10
14:46:22 [2022-09-08T14:46:22.241Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:46:22 [2022-09-08T14:46:22.242Z]  > git merge dba081975aa0c8fa1a6a90998505764986e35fad # timeout=10
14:46:22 [2022-09-08T14:46:22.283Z] Merge succeeded, producing f6b695d2fbe37cf850250f2f9003d0c941e4a7bc
14:46:22 [2022-09-08T14:46:22.284Z] Checking out Revision f6b695d2fbe37cf850250f2f9003d0c941e4a7bc (PR-43867)
14:46:22 [2022-09-08T14:46:22.266Z]  > git rev-parse HEAD^{commit} # timeout=10
14:46:22 [2022-09-08T14:46:22.282Z]  > git config core.sparsecheckout # timeout=10
14:46:22 [2022-09-08T14:46:22.295Z]  > git checkout -f f6b695d2fbe37cf850250f2f9003d0c941e4a7bc # timeout=10
14:46:26 [2022-09-08T14:46:26.058Z] Commit message: "use consistent alias for gotest.tools/v3/assert/cmp"