Skip to content

Console Output

09:53:02 [2022-02-01T09:53:02.812Z] The recommended git tool is: git
09:53:05 [2022-02-01T09:53:05.419Z] using credential docker-jenkins-github-credentials
09:53:05 [2022-02-01T09:53:05.426Z] Cloning the remote Git repository
09:53:05 [2022-02-01T09:53:05.427Z] Cloning with configured refspecs honoured and without tags
09:53:05 [2022-02-01T09:53:05.547Z] Cloning repository https://github.com/moby/moby.git
09:53:05 [2022-02-01T09:53:05.622Z]  > git init /home/ubuntu/workspace/moby_PR-43202 # timeout=10
09:53:05 [2022-02-01T09:53:05.990Z] Fetching upstream changes from https://github.com/moby/moby.git
09:53:05 [2022-02-01T09:53:05.990Z]  > git --version # timeout=10
09:53:06 [2022-02-01T09:53:06.023Z]  > git --version # 'git version 2.25.1'
09:53:06 [2022-02-01T09:53:06.023Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:53:06 [2022-02-01T09:53:06.025Z]  > 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:53:24 [2022-02-01T09:53:24.629Z] Fetching without tags
09:53:24 [2022-02-01T09:53:24.573Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:53:24 [2022-02-01T09:53:24.592Z]  > git config --add remote.origin.fetch +refs/pull/43202/head:refs/remotes/origin/PR-43202 # timeout=10
09:53:24 [2022-02-01T09:53:24.607Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:53:24 [2022-02-01T09:53:24.615Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:53:24 [2022-02-01T09:53:24.674Z] Fetching upstream changes from https://github.com/moby/moby.git
09:53:24 [2022-02-01T09:53:24.674Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:53:24 [2022-02-01T09:53:24.676Z]  > 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:53:24 [2022-02-01T09:53:24.960Z] Merging remotes/origin/master commit 3c06ebd876687555fdf030a3307a66908c4fa57c into PR head commit 2cff05e9602dd852879807c7dc0ac50303272cf8
09:53:25 [2022-02-01T09:53:25.644Z] Merge succeeded, producing 2cff05e9602dd852879807c7dc0ac50303272cf8
09:53:25 [2022-02-01T09:53:25.645Z] Checking out Revision 2cff05e9602dd852879807c7dc0ac50303272cf8 (PR-43202)
09:53:24 [2022-02-01T09:53:24.967Z]  > git config core.sparsecheckout # timeout=10
09:53:24 [2022-02-01T09:53:24.977Z]  > git checkout -f 2cff05e9602dd852879807c7dc0ac50303272cf8 # timeout=10
09:53:25 [2022-02-01T09:53:25.592Z]  > git remote # timeout=10
09:53:25 [2022-02-01T09:53:25.607Z]  > git config --get remote.origin.url # timeout=10
09:53:25 [2022-02-01T09:53:25.620Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:53:25 [2022-02-01T09:53:25.621Z]  > git merge 3c06ebd876687555fdf030a3307a66908c4fa57c # timeout=10
09:53:25 [2022-02-01T09:53:25.630Z]  > git rev-parse HEAD^{commit} # timeout=10
09:53:25 [2022-02-01T09:53:25.645Z]  > git config core.sparsecheckout # timeout=10
09:53:25 [2022-02-01T09:53:25.653Z]  > git checkout -f 2cff05e9602dd852879807c7dc0ac50303272cf8 # timeout=10
09:53:29 [2022-02-01T09:53:29.604Z] Commit message: "client/request.go:157:8: SA1019: err.Temporary is deprecated (staticcheck)"