Skip to content

Console Output

09:56:52 [2022-02-01T09:56:52.422Z] The recommended git tool is: git
09:57:17 [2022-02-01T09:57:17.774Z] using credential docker-jenkins-github-credentials
09:57:17 [2022-02-01T09:57:17.852Z] Cloning the remote Git repository
09:57:17 [2022-02-01T09:57:17.852Z] Cloning with configured refspecs honoured and without tags
09:57:18 [2022-02-01T09:57:18.051Z] Cloning repository https://github.com/moby/moby.git
09:57:18 [2022-02-01T09:57:18.459Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
09:57:20 [2022-02-01T09:57:20.014Z] Fetching upstream changes from https://github.com/moby/moby.git
09:57:20 [2022-02-01T09:57:20.015Z]  > git --version # timeout=10
09:57:20 [2022-02-01T09:57:20.061Z]  > git --version # 'git version 2.24.1.windows.2'
09:57:20 [2022-02-01T09:57:20.062Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:57:20 [2022-02-01T09:57:20.065Z]  > 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:57:37 [2022-02-01T09:57:37.343Z] Fetching without tags
09:57:38 [2022-02-01T09:57:38.061Z] Merging remotes/origin/master commit 3c06ebd876687555fdf030a3307a66908c4fa57c into PR head commit 2cff05e9602dd852879807c7dc0ac50303272cf8
09:57:37 [2022-02-01T09:57:37.001Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:57:37 [2022-02-01T09:57:37.074Z]  > git config --add remote.origin.fetch +refs/pull/43202/head:refs/remotes/origin/PR-43202 # timeout=10
09:57:37 [2022-02-01T09:57:37.126Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:57:37 [2022-02-01T09:57:37.251Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:57:37 [2022-02-01T09:57:37.382Z] Fetching upstream changes from https://github.com/moby/moby.git
09:57:37 [2022-02-01T09:57:37.383Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:57:37 [2022-02-01T09:57:37.384Z]  > 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:57:38 [2022-02-01T09:57:38.175Z]  > git config core.sparsecheckout # timeout=10
09:57:38 [2022-02-01T09:57:38.224Z]  > git checkout -f 2cff05e9602dd852879807c7dc0ac50303272cf8 # timeout=10
09:57:41 [2022-02-01T09:57:41.494Z] Merge succeeded, producing 2cff05e9602dd852879807c7dc0ac50303272cf8
09:57:41 [2022-02-01T09:57:41.494Z] Checking out Revision 2cff05e9602dd852879807c7dc0ac50303272cf8 (PR-43202)
09:57:41 [2022-02-01T09:57:41.131Z]  > git remote # timeout=10
09:57:41 [2022-02-01T09:57:41.208Z]  > git config --get remote.origin.url # timeout=10
09:57:41 [2022-02-01T09:57:41.256Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:57:41 [2022-02-01T09:57:41.258Z]  > git merge 3c06ebd876687555fdf030a3307a66908c4fa57c # timeout=10
09:57:41 [2022-02-01T09:57:41.401Z]  > git rev-parse "HEAD^{commit}" # timeout=10
09:57:41 [2022-02-01T09:57:41.530Z]  > git config core.sparsecheckout # timeout=10
09:57:41 [2022-02-01T09:57:41.578Z]  > git checkout -f 2cff05e9602dd852879807c7dc0ac50303272cf8 # timeout=10
09:57:53 [2022-02-01T09:57:53.998Z] Commit message: "client/request.go:157:8: SA1019: err.Temporary is deprecated (staticcheck)"