Skip to content

Console Output

09:55:39 [2022-02-01T09:55:39.082Z] The recommended git tool is: git
09:56:03 [2022-02-01T09:56:03.269Z] using credential docker-jenkins-github-credentials
09:56:03 [2022-02-01T09:56:03.343Z] Cloning the remote Git repository
09:56:03 [2022-02-01T09:56:03.343Z] Cloning with configured refspecs honoured and without tags
09:56:03 [2022-02-01T09:56:03.530Z] Cloning repository https://github.com/moby/moby.git
09:56:03 [2022-02-01T09:56:03.924Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
09:56:05 [2022-02-01T09:56:05.234Z] Fetching upstream changes from https://github.com/moby/moby.git
09:56:05 [2022-02-01T09:56:05.234Z]  > git --version # timeout=10
09:56:05 [2022-02-01T09:56:05.281Z]  > git --version # 'git version 2.24.1.windows.2'
09:56:05 [2022-02-01T09:56:05.282Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:56:05 [2022-02-01T09:56:05.284Z]  > 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:25 [2022-02-01T09:56:25.625Z] Fetching without tags
09:56:25 [2022-02-01T09:56:25.306Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:56:25 [2022-02-01T09:56:25.375Z]  > git config --add remote.origin.fetch +refs/pull/43202/head:refs/remotes/origin/PR-43202 # timeout=10
09:56:25 [2022-02-01T09:56:25.422Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:56:25 [2022-02-01T09:56:25.538Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:56:25 [2022-02-01T09:56:25.658Z] Fetching upstream changes from https://github.com/moby/moby.git
09:56:25 [2022-02-01T09:56:25.659Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:56:25 [2022-02-01T09:56:25.662Z]  > 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:26 [2022-02-01T09:56:26.346Z] Merging remotes/origin/master commit 3c06ebd876687555fdf030a3307a66908c4fa57c into PR head commit 2cff05e9602dd852879807c7dc0ac50303272cf8
09:56:26 [2022-02-01T09:56:26.452Z]  > git config core.sparsecheckout # timeout=10
09:56:26 [2022-02-01T09:56:26.498Z]  > git checkout -f 2cff05e9602dd852879807c7dc0ac50303272cf8 # timeout=10
09:56:29 [2022-02-01T09:56:29.909Z] Merge succeeded, producing 2cff05e9602dd852879807c7dc0ac50303272cf8
09:56:29 [2022-02-01T09:56:29.909Z] Checking out Revision 2cff05e9602dd852879807c7dc0ac50303272cf8 (PR-43202)
09:56:29 [2022-02-01T09:56:29.560Z]  > git remote # timeout=10
09:56:29 [2022-02-01T09:56:29.636Z]  > git config --get remote.origin.url # timeout=10
09:56:29 [2022-02-01T09:56:29.682Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:56:29 [2022-02-01T09:56:29.684Z]  > git merge 3c06ebd876687555fdf030a3307a66908c4fa57c # timeout=10
09:56:29 [2022-02-01T09:56:29.820Z]  > git rev-parse "HEAD^{commit}" # timeout=10
09:56:29 [2022-02-01T09:56:29.941Z]  > git config core.sparsecheckout # timeout=10
09:56:29 [2022-02-01T09:56:29.987Z]  > git checkout -f 2cff05e9602dd852879807c7dc0ac50303272cf8 # timeout=10
09:56:41 [2022-02-01T09:56:41.227Z] Commit message: "client/request.go:157:8: SA1019: err.Temporary is deprecated (staticcheck)"