Skip to content

Console Output

22:19:53 [2021-08-18T22:19:53.446Z] The recommended git tool is: git
22:19:56 [2021-08-18T22:19:56.877Z] using credential docker-jenkins-github-credentials
22:19:56 [2021-08-18T22:19:56.884Z] Cloning the remote Git repository
22:19:56 [2021-08-18T22:19:56.884Z] Cloning with configured refspecs honoured and without tags
22:19:56 [2021-08-18T22:19:56.922Z] Cloning repository https://github.com/moby/moby.git
22:19:56 [2021-08-18T22:19:56.976Z]  > git init /home/ubuntu/workspace/moby_PR-42757 # timeout=10
22:19:57 [2021-08-18T22:19:57.238Z] Fetching upstream changes from https://github.com/moby/moby.git
22:19:57 [2021-08-18T22:19:57.238Z]  > git --version # timeout=10
22:19:57 [2021-08-18T22:19:57.276Z]  > git --version # 'git version 2.17.1'
22:19:57 [2021-08-18T22:19:57.277Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:19:57 [2021-08-18T22:19:57.278Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42757/head:refs/remotes/origin/PR-42757 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:20:19 [2021-08-18T22:20:19.952Z] Fetching without tags
22:20:20 [2021-08-18T22:20:20.296Z] Merging remotes/origin/master commit ba2adeebdb8d4ec442f1d3107405ae55d0c1a0c2 into PR head commit b90dd66bdd6d110604a79d3a561849a3ed6a253e
22:20:21 [2021-08-18T22:20:21.214Z] Merge succeeded, producing b90dd66bdd6d110604a79d3a561849a3ed6a253e
22:20:21 [2021-08-18T22:20:21.214Z] Checking out Revision b90dd66bdd6d110604a79d3a561849a3ed6a253e (PR-42757)
22:20:19 [2021-08-18T22:20:19.876Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:20:19 [2021-08-18T22:20:19.890Z]  > git config --add remote.origin.fetch +refs/pull/42757/head:refs/remotes/origin/PR-42757 # timeout=10
22:20:19 [2021-08-18T22:20:19.917Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:20:19 [2021-08-18T22:20:19.940Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:20:19 [2021-08-18T22:20:19.995Z] Fetching upstream changes from https://github.com/moby/moby.git
22:20:19 [2021-08-18T22:20:19.996Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:20:19 [2021-08-18T22:20:19.997Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42757/head:refs/remotes/origin/PR-42757 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:20:20 [2021-08-18T22:20:20.304Z]  > git config core.sparsecheckout # timeout=10
22:20:20 [2021-08-18T22:20:20.349Z]  > git checkout -f b90dd66bdd6d110604a79d3a561849a3ed6a253e # timeout=10
22:20:21 [2021-08-18T22:20:21.107Z]  > git remote # timeout=10
22:20:21 [2021-08-18T22:20:21.137Z]  > git config --get remote.origin.url # timeout=10
22:20:21 [2021-08-18T22:20:21.163Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:20:21 [2021-08-18T22:20:21.164Z]  > git merge ba2adeebdb8d4ec442f1d3107405ae55d0c1a0c2 # timeout=10
22:20:21 [2021-08-18T22:20:21.190Z]  > git rev-parse HEAD^{commit} # timeout=10
22:20:21 [2021-08-18T22:20:21.215Z]  > git config core.sparsecheckout # timeout=10
22:20:21 [2021-08-18T22:20:21.233Z]  > git checkout -f b90dd66bdd6d110604a79d3a561849a3ed6a253e # timeout=10
22:20:25 [2021-08-18T22:20:25.239Z] Commit message: "testutil: don't import "opts" package"