Skip to content

Console Output

14:46:02 [2022-09-08T14:46:02.417Z] The recommended git tool is: git
14:46:02 [2022-09-08T14:46:02.428Z] using credential docker-jenkins-github-credentials
14:46:02 [2022-09-08T14:46:02.441Z] Cloning the remote Git repository
14:46:02 [2022-09-08T14:46:02.441Z] Cloning with configured refspecs honoured and without tags
14:46:02 [2022-09-08T14:46:02.461Z] Cloning repository https://github.com/moby/moby.git
14:46:02 [2022-09-08T14:46:02.462Z]  > git init /home/ubuntu/workspace/moby_PR-43867 # timeout=10
14:46:02 [2022-09-08T14:46:02.476Z] Fetching upstream changes from https://github.com/moby/moby.git
14:46:02 [2022-09-08T14:46:02.476Z]  > git --version # timeout=10
14:46:02 [2022-09-08T14:46:02.482Z]  > git --version # 'git version 2.25.1'
14:46:02 [2022-09-08T14:46:02.482Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:46:02 [2022-09-08T14:46:02.483Z]  > 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:15 [2022-09-08T14:46:15.152Z] Fetching without tags
14:46:15 [2022-09-08T14:46:15.360Z] Merging remotes/origin/master commit dba081975aa0c8fa1a6a90998505764986e35fad into PR head commit f6b695d2fbe37cf850250f2f9003d0c941e4a7bc
14:46:15 [2022-09-08T14:46:15.949Z] Merge succeeded, producing f6b695d2fbe37cf850250f2f9003d0c941e4a7bc
14:46:15 [2022-09-08T14:46:15.949Z] Checking out Revision f6b695d2fbe37cf850250f2f9003d0c941e4a7bc (PR-43867)
14:46:15 [2022-09-08T14:46:15.143Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:46:15 [2022-09-08T14:46:15.152Z]  > git config --add remote.origin.fetch +refs/pull/43867/head:refs/remotes/origin/PR-43867 # timeout=10
14:46:15 [2022-09-08T14:46:15.155Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:46:15 [2022-09-08T14:46:15.162Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:46:15 [2022-09-08T14:46:15.172Z] Fetching upstream changes from https://github.com/moby/moby.git
14:46:15 [2022-09-08T14:46:15.173Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:46:15 [2022-09-08T14:46:15.173Z]  > 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:15 [2022-09-08T14:46:15.380Z]  > git config core.sparsecheckout # timeout=10
14:46:15 [2022-09-08T14:46:15.383Z]  > git checkout -f f6b695d2fbe37cf850250f2f9003d0c941e4a7bc # timeout=10
14:46:15 [2022-09-08T14:46:15.937Z]  > git remote # timeout=10
14:46:15 [2022-09-08T14:46:15.942Z]  > git config --get remote.origin.url # timeout=10
14:46:15 [2022-09-08T14:46:15.946Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:46:15 [2022-09-08T14:46:15.950Z]  > git merge dba081975aa0c8fa1a6a90998505764986e35fad # timeout=10
14:46:15 [2022-09-08T14:46:15.961Z]  > git rev-parse HEAD^{commit} # timeout=10
14:46:15 [2022-09-08T14:46:15.969Z]  > git config core.sparsecheckout # timeout=10
14:46:15 [2022-09-08T14:46:15.974Z]  > git checkout -f f6b695d2fbe37cf850250f2f9003d0c941e4a7bc # timeout=10
14:46:16 [2022-09-08T14:46:16.695Z] Commit message: "use consistent alias for gotest.tools/v3/assert/cmp"