Skip to content

Console Output

22:20:15 [2021-08-18T22:20:15.389Z] The recommended git tool is: git
22:20:18 [2021-08-18T22:20:18.328Z] using credential docker-jenkins-github-credentials
22:20:18 [2021-08-18T22:20:18.335Z] Cloning the remote Git repository
22:20:18 [2021-08-18T22:20:18.335Z] Cloning with configured refspecs honoured and without tags
22:20:18 [2021-08-18T22:20:18.361Z] Cloning repository https://github.com/moby/moby.git
22:20:18 [2021-08-18T22:20:18.427Z]  > git init /home/ubuntu/workspace/moby_PR-42757 # timeout=10
22:20:18 [2021-08-18T22:20:18.693Z] Fetching upstream changes from https://github.com/moby/moby.git
22:20:18 [2021-08-18T22:20:18.693Z]  > git --version # timeout=10
22:20:18 [2021-08-18T22:20:18.727Z]  > git --version # 'git version 2.17.1'
22:20:18 [2021-08-18T22:20:18.727Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:20:18 [2021-08-18T22:20:18.743Z]  > 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:40 [2021-08-18T22:20:40.824Z] Fetching without tags
22:20:41 [2021-08-18T22:20:41.170Z] Merging remotes/origin/master commit ba2adeebdb8d4ec442f1d3107405ae55d0c1a0c2 into PR head commit b90dd66bdd6d110604a79d3a561849a3ed6a253e
22:20:40 [2021-08-18T22:20:40.719Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:20:40 [2021-08-18T22:20:40.733Z]  > git config --add remote.origin.fetch +refs/pull/42757/head:refs/remotes/origin/PR-42757 # timeout=10
22:20:40 [2021-08-18T22:20:40.775Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:20:40 [2021-08-18T22:20:40.797Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:20:40 [2021-08-18T22:20:40.827Z] Fetching upstream changes from https://github.com/moby/moby.git
22:20:40 [2021-08-18T22:20:40.827Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:20:40 [2021-08-18T22:20:40.828Z]  > 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:41 [2021-08-18T22:20:41.180Z]  > git config core.sparsecheckout # timeout=10
22:20:41 [2021-08-18T22:20:41.221Z]  > git checkout -f b90dd66bdd6d110604a79d3a561849a3ed6a253e # timeout=10
22:20:42 [2021-08-18T22:20:42.228Z] Merge succeeded, producing b90dd66bdd6d110604a79d3a561849a3ed6a253e
22:20:42 [2021-08-18T22:20:42.228Z] Checking out Revision b90dd66bdd6d110604a79d3a561849a3ed6a253e (PR-42757)
22:20:42 [2021-08-18T22:20:42.116Z]  > git remote # timeout=10
22:20:42 [2021-08-18T22:20:42.143Z]  > git config --get remote.origin.url # timeout=10
22:20:42 [2021-08-18T22:20:42.168Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:20:42 [2021-08-18T22:20:42.169Z]  > git merge ba2adeebdb8d4ec442f1d3107405ae55d0c1a0c2 # timeout=10
22:20:42 [2021-08-18T22:20:42.190Z]  > git rev-parse HEAD^{commit} # timeout=10
22:20:42 [2021-08-18T22:20:42.231Z]  > git config core.sparsecheckout # timeout=10
22:20:42 [2021-08-18T22:20:42.267Z]  > git checkout -f b90dd66bdd6d110604a79d3a561849a3ed6a253e # timeout=10
22:20:46 [2021-08-18T22:20:46.377Z] Commit message: "testutil: don't import "opts" package"