Skip to content

Console Output

09:55:35 [2022-02-01T09:55:35.454Z] The recommended git tool is: git
09:56:00 [2022-02-01T09:56:00.240Z] using credential docker-jenkins-github-credentials
09:56:00 [2022-02-01T09:56:00.315Z] Cloning the remote Git repository
09:56:00 [2022-02-01T09:56:00.315Z] Cloning with configured refspecs honoured and without tags
09:56:00 [2022-02-01T09:56:00.503Z] Cloning repository https://github.com/moby/moby.git
09:56:00 [2022-02-01T09:56:00.893Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
09:56:01 [2022-02-01T09:56:01.854Z] Fetching upstream changes from https://github.com/moby/moby.git
09:56:01 [2022-02-01T09:56:01.854Z]  > git --version # timeout=10
09:56:01 [2022-02-01T09:56:01.904Z]  > git --version # 'git version 2.24.1.windows.2'
09:56:01 [2022-02-01T09:56:01.905Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:56:01 [2022-02-01T09:56:01.907Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43202/head:refs/remotes/origin/PR-43202 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:56:19 [2022-02-01T09:56:19.495Z] Fetching without tags
09:56:19 [2022-02-01T09:56:19.157Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:56:19 [2022-02-01T09:56:19.225Z]  > git config --add remote.origin.fetch +refs/pull/43202/head:refs/remotes/origin/PR-43202 # timeout=10
09:56:19 [2022-02-01T09:56:19.277Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:56:19 [2022-02-01T09:56:19.407Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:56:19 [2022-02-01T09:56:19.530Z] Fetching upstream changes from https://github.com/moby/moby.git
09:56:19 [2022-02-01T09:56:19.530Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:56:19 [2022-02-01T09:56:19.533Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43202/head:refs/remotes/origin/PR-43202 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:56:20 [2022-02-01T09:56:20.226Z] Merging remotes/origin/master commit 3c06ebd876687555fdf030a3307a66908c4fa57c into PR head commit 2cff05e9602dd852879807c7dc0ac50303272cf8
09:56:20 [2022-02-01T09:56:20.334Z]  > git config core.sparsecheckout # timeout=10
09:56:20 [2022-02-01T09:56:20.386Z]  > git checkout -f 2cff05e9602dd852879807c7dc0ac50303272cf8 # timeout=10
09:56:23 [2022-02-01T09:56:23.928Z] Merge succeeded, producing 2cff05e9602dd852879807c7dc0ac50303272cf8
09:56:23 [2022-02-01T09:56:23.928Z] Checking out Revision 2cff05e9602dd852879807c7dc0ac50303272cf8 (PR-43202)
09:56:23 [2022-02-01T09:56:23.544Z]  > git remote # timeout=10
09:56:23 [2022-02-01T09:56:23.638Z]  > git config --get remote.origin.url # timeout=10
09:56:23 [2022-02-01T09:56:23.687Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:56:23 [2022-02-01T09:56:23.689Z]  > git merge 3c06ebd876687555fdf030a3307a66908c4fa57c # timeout=10
09:56:23 [2022-02-01T09:56:23.838Z]  > git rev-parse "HEAD^{commit}" # timeout=10
09:56:23 [2022-02-01T09:56:23.962Z]  > git config core.sparsecheckout # timeout=10
09:56:24 [2022-02-01T09:56:24.014Z]  > git checkout -f 2cff05e9602dd852879807c7dc0ac50303272cf8 # timeout=10
09:56:35 [2022-02-01T09:56:35.281Z] Commit message: "client/request.go:157:8: SA1019: err.Temporary is deprecated (staticcheck)"