Skip to content

Console Output

09:53:13 [2022-02-01T09:53:13.144Z] The recommended git tool is: git
09:53:15 [2022-02-01T09:53:15.686Z] using credential docker-jenkins-github-credentials
09:53:15 [2022-02-01T09:53:15.700Z] Cloning the remote Git repository
09:53:15 [2022-02-01T09:53:15.700Z] Cloning with configured refspecs honoured and without tags
09:53:15 [2022-02-01T09:53:15.637Z] Cloning repository https://github.com/moby/moby.git
09:53:15 [2022-02-01T09:53:15.706Z]  > git init /home/ubuntu/workspace/moby_PR-43202 # timeout=10
09:53:15 [2022-02-01T09:53:15.996Z] Fetching upstream changes from https://github.com/moby/moby.git
09:53:15 [2022-02-01T09:53:15.996Z]  > git --version # timeout=10
09:53:16 [2022-02-01T09:53:16.041Z]  > git --version # 'git version 2.17.1'
09:53:16 [2022-02-01T09:53:16.042Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:53:16 [2022-02-01T09:53:16.044Z]  > git fetch --no-tags --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:53:39 [2022-02-01T09:53:39.371Z] Fetching without tags
09:53:39 [2022-02-01T09:53:39.720Z] Merging remotes/origin/master commit 3c06ebd876687555fdf030a3307a66908c4fa57c into PR head commit 2cff05e9602dd852879807c7dc0ac50303272cf8
09:53:40 [2022-02-01T09:53:40.609Z] Merge succeeded, producing 2cff05e9602dd852879807c7dc0ac50303272cf8
09:53:40 [2022-02-01T09:53:40.609Z] Checking out Revision 2cff05e9602dd852879807c7dc0ac50303272cf8 (PR-43202)
09:53:39 [2022-02-01T09:53:39.259Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:53:39 [2022-02-01T09:53:39.268Z]  > git config --add remote.origin.fetch +refs/pull/43202/head:refs/remotes/origin/PR-43202 # timeout=10
09:53:39 [2022-02-01T09:53:39.298Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:53:39 [2022-02-01T09:53:39.321Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:53:39 [2022-02-01T09:53:39.392Z] Fetching upstream changes from https://github.com/moby/moby.git
09:53:39 [2022-02-01T09:53:39.392Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:53:39 [2022-02-01T09:53:39.394Z]  > git fetch --no-tags --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:53:39 [2022-02-01T09:53:39.700Z]  > git config core.sparsecheckout # timeout=10
09:53:39 [2022-02-01T09:53:39.727Z]  > git checkout -f 2cff05e9602dd852879807c7dc0ac50303272cf8 # timeout=10
09:53:40 [2022-02-01T09:53:40.489Z]  > git remote # timeout=10
09:53:40 [2022-02-01T09:53:40.513Z]  > git config --get remote.origin.url # timeout=10
09:53:40 [2022-02-01T09:53:40.535Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:53:40 [2022-02-01T09:53:40.536Z]  > git merge 3c06ebd876687555fdf030a3307a66908c4fa57c # timeout=10
09:53:40 [2022-02-01T09:53:40.562Z]  > git rev-parse HEAD^{commit} # timeout=10
09:53:40 [2022-02-01T09:53:40.586Z]  > git config core.sparsecheckout # timeout=10
09:53:40 [2022-02-01T09:53:40.611Z]  > git checkout -f 2cff05e9602dd852879807c7dc0ac50303272cf8 # timeout=10
09:53:45 [2022-02-01T09:53:45.175Z] Commit message: "client/request.go:157:8: SA1019: err.Temporary is deprecated (staticcheck)"