Skip to content

Console Output

22:22:53 [2021-08-18T22:22:53.382Z] The recommended git tool is: git
22:23:17 [2021-08-18T22:23:17.788Z] using credential docker-jenkins-github-credentials
22:23:17 [2021-08-18T22:23:17.863Z] Cloning the remote Git repository
22:23:17 [2021-08-18T22:23:17.863Z] Cloning with configured refspecs honoured and without tags
22:23:18 [2021-08-18T22:23:18.051Z] Cloning repository https://github.com/moby/moby.git
22:23:18 [2021-08-18T22:23:18.436Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
22:23:19 [2021-08-18T22:23:19.365Z] Fetching upstream changes from https://github.com/moby/moby.git
22:23:19 [2021-08-18T22:23:19.365Z]  > git --version # timeout=10
22:23:19 [2021-08-18T22:23:19.420Z]  > git --version # 'git version 2.24.1.windows.2'
22:23:19 [2021-08-18T22:23:19.421Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:23:19 [2021-08-18T22:23:19.425Z]  > 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:23:45 [2021-08-18T22:23:45.708Z] Fetching without tags
22:23:46 [2021-08-18T22:23:46.434Z] Merging remotes/origin/master commit ba2adeebdb8d4ec442f1d3107405ae55d0c1a0c2 into PR head commit b90dd66bdd6d110604a79d3a561849a3ed6a253e
22:23:45 [2021-08-18T22:23:45.379Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:23:45 [2021-08-18T22:23:45.454Z]  > git config --add remote.origin.fetch +refs/pull/42757/head:refs/remotes/origin/PR-42757 # timeout=10
22:23:45 [2021-08-18T22:23:45.507Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:23:45 [2021-08-18T22:23:45.622Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:23:45 [2021-08-18T22:23:45.743Z] Fetching upstream changes from https://github.com/moby/moby.git
22:23:45 [2021-08-18T22:23:45.743Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:23:45 [2021-08-18T22:23:45.744Z]  > 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:23:49 [2021-08-18T22:23:49.718Z] Merge succeeded, producing b90dd66bdd6d110604a79d3a561849a3ed6a253e
22:23:49 [2021-08-18T22:23:49.718Z] Checking out Revision b90dd66bdd6d110604a79d3a561849a3ed6a253e (PR-42757)
22:23:46 [2021-08-18T22:23:46.540Z]  > git config core.sparsecheckout # timeout=10
22:23:46 [2021-08-18T22:23:46.589Z]  > git checkout -f b90dd66bdd6d110604a79d3a561849a3ed6a253e # timeout=10
22:23:49 [2021-08-18T22:23:49.325Z]  > git remote # timeout=10
22:23:49 [2021-08-18T22:23:49.409Z]  > git config --get remote.origin.url # timeout=10
22:23:49 [2021-08-18T22:23:49.461Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:23:49 [2021-08-18T22:23:49.463Z]  > git merge ba2adeebdb8d4ec442f1d3107405ae55d0c1a0c2 # timeout=10
22:23:49 [2021-08-18T22:23:49.607Z]  > git rev-parse "HEAD^{commit}" # timeout=10
22:23:49 [2021-08-18T22:23:49.752Z]  > git config core.sparsecheckout # timeout=10
22:23:49 [2021-08-18T22:23:49.797Z]  > git checkout -f b90dd66bdd6d110604a79d3a561849a3ed6a253e # timeout=10
22:24:01 [2021-08-18T22:24:01.133Z] Commit message: "testutil: don't import "opts" package"