Skip to content

Console Output

22:23:50 [2021-08-18T22:23:50.663Z] The recommended git tool is: git
22:24:14 [2021-08-18T22:24:14.873Z] using credential docker-jenkins-github-credentials
22:24:14 [2021-08-18T22:24:14.951Z] Cloning the remote Git repository
22:24:14 [2021-08-18T22:24:14.951Z] Cloning with configured refspecs honoured and without tags
22:24:15 [2021-08-18T22:24:15.138Z] Cloning repository https://github.com/moby/moby.git
22:24:15 [2021-08-18T22:24:15.532Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
22:24:16 [2021-08-18T22:24:16.636Z] Fetching upstream changes from https://github.com/moby/moby.git
22:24:16 [2021-08-18T22:24:16.637Z]  > git --version # timeout=10
22:24:16 [2021-08-18T22:24:16.695Z]  > git --version # 'git version 2.24.1.windows.2'
22:24:16 [2021-08-18T22:24:16.695Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:24:16 [2021-08-18T22:24:16.698Z]  > git fetch --no-tags --force --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:24:37 [2021-08-18T22:24:37.375Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:24:37 [2021-08-18T22:24:37.426Z]  > git config --add remote.origin.fetch +refs/pull/42757/head:refs/remotes/origin/PR-42757 # timeout=10
22:24:37 [2021-08-18T22:24:37.675Z] Fetching without tags
22:24:38 [2021-08-18T22:24:38.550Z] Merging remotes/origin/master commit ba2adeebdb8d4ec442f1d3107405ae55d0c1a0c2 into PR head commit b90dd66bdd6d110604a79d3a561849a3ed6a253e
22:24:37 [2021-08-18T22:24:37.470Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:24:37 [2021-08-18T22:24:37.591Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:24:37 [2021-08-18T22:24:37.709Z] Fetching upstream changes from https://github.com/moby/moby.git
22:24:37 [2021-08-18T22:24:37.709Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:24:37 [2021-08-18T22:24:37.711Z]  > git fetch --no-tags --force --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:24:38 [2021-08-18T22:24:38.655Z]  > git config core.sparsecheckout # timeout=10
22:24:38 [2021-08-18T22:24:38.699Z]  > git checkout -f b90dd66bdd6d110604a79d3a561849a3ed6a253e # timeout=10
22:24:41 [2021-08-18T22:24:41.838Z] Merge succeeded, producing b90dd66bdd6d110604a79d3a561849a3ed6a253e
22:24:41 [2021-08-18T22:24:41.839Z] Checking out Revision b90dd66bdd6d110604a79d3a561849a3ed6a253e (PR-42757)
22:24:41 [2021-08-18T22:24:41.490Z]  > git remote # timeout=10
22:24:41 [2021-08-18T22:24:41.563Z]  > git config --get remote.origin.url # timeout=10
22:24:41 [2021-08-18T22:24:41.609Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:24:41 [2021-08-18T22:24:41.610Z]  > git merge ba2adeebdb8d4ec442f1d3107405ae55d0c1a0c2 # timeout=10
22:24:41 [2021-08-18T22:24:41.746Z]  > git rev-parse "HEAD^{commit}" # timeout=10
22:24:41 [2021-08-18T22:24:41.872Z]  > git config core.sparsecheckout # timeout=10
22:24:41 [2021-08-18T22:24:41.919Z]  > git checkout -f b90dd66bdd6d110604a79d3a561849a3ed6a253e # timeout=10
22:24:52 [2021-08-18T22:24:52.732Z] Commit message: "testutil: don't import "opts" package"