Skip to content

Console Output

14:46:02 [2022-09-08T14:46:02.332Z] The recommended git tool is: git
14:46:02 [2022-09-08T14:46:02.348Z] using credential docker-jenkins-github-credentials
14:46:02 [2022-09-08T14:46:02.358Z] Cloning the remote Git repository
14:46:02 [2022-09-08T14:46:02.358Z] Cloning with configured refspecs honoured and without tags
14:46:02 [2022-09-08T14:46:02.397Z] Cloning repository https://github.com/moby/moby.git
14:46:02 [2022-09-08T14:46:02.397Z]  > git init /home/ubuntu/workspace/moby_PR-43867 # timeout=10
14:46:02 [2022-09-08T14:46:02.419Z] Fetching upstream changes from https://github.com/moby/moby.git
14:46:02 [2022-09-08T14:46:02.419Z]  > git --version # timeout=10
14:46:02 [2022-09-08T14:46:02.426Z]  > git --version # 'git version 2.17.1'
14:46:02 [2022-09-08T14:46:02.426Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:46:02 [2022-09-08T14:46:02.427Z]  > git fetch --no-tags --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:18 [2022-09-08T14:46:18.797Z] Fetching without tags
14:46:18 [2022-09-08T14:46:18.972Z] Merging remotes/origin/master commit dba081975aa0c8fa1a6a90998505764986e35fad into PR head commit f6b695d2fbe37cf850250f2f9003d0c941e4a7bc
14:46:19 [2022-09-08T14:46:19.538Z] Merge succeeded, producing f6b695d2fbe37cf850250f2f9003d0c941e4a7bc
14:46:19 [2022-09-08T14:46:19.538Z] Checking out Revision f6b695d2fbe37cf850250f2f9003d0c941e4a7bc (PR-43867)
14:46:18 [2022-09-08T14:46:18.765Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:46:18 [2022-09-08T14:46:18.772Z]  > git config --add remote.origin.fetch +refs/pull/43867/head:refs/remotes/origin/PR-43867 # timeout=10
14:46:18 [2022-09-08T14:46:18.777Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:46:18 [2022-09-08T14:46:18.784Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:46:18 [2022-09-08T14:46:18.794Z] Fetching upstream changes from https://github.com/moby/moby.git
14:46:18 [2022-09-08T14:46:18.794Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:46:18 [2022-09-08T14:46:18.794Z]  > git fetch --no-tags --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:18 [2022-09-08T14:46:18.968Z]  > git config core.sparsecheckout # timeout=10
14:46:18 [2022-09-08T14:46:18.976Z]  > git checkout -f f6b695d2fbe37cf850250f2f9003d0c941e4a7bc # timeout=10
14:46:19 [2022-09-08T14:46:19.494Z]  > git remote # timeout=10
14:46:19 [2022-09-08T14:46:19.502Z]  > git config --get remote.origin.url # timeout=10
14:46:19 [2022-09-08T14:46:19.508Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:46:19 [2022-09-08T14:46:19.509Z]  > git merge dba081975aa0c8fa1a6a90998505764986e35fad # timeout=10
14:46:19 [2022-09-08T14:46:19.522Z]  > git rev-parse HEAD^{commit} # timeout=10
14:46:19 [2022-09-08T14:46:19.535Z]  > git config core.sparsecheckout # timeout=10
14:46:19 [2022-09-08T14:46:19.543Z]  > git checkout -f f6b695d2fbe37cf850250f2f9003d0c941e4a7bc # timeout=10
14:46:20 [2022-09-08T14:46:20.157Z] Commit message: "use consistent alias for gotest.tools/v3/assert/cmp"