Skip to content

Console Output

11:30:24 [2022-06-28T11:30:24.363Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42542/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42542/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f70a9788c54d720aaad9e63b2d9f79959e0b2930 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f70a9788c54d720aaad9e63b2d9f79959e0b2930 hack/validate/default
11:30:24 [2022-06-28T11:30:24.931Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
11:30:24 [2022-06-28T11:30:24.931Z] No api/types/ or api/swagger.yaml changes in diff.
11:30:24 [2022-06-28T11:30:24.931Z] Congratulations!  All TOML source files changed here have valid syntax.
11:30:24 [2022-06-28T11:30:24.931Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
11:30:24 [2022-06-28T11:30:24.931Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
11:30:24 [2022-06-28T11:30:24.931Z] 
11:30:24 [2022-06-28T11:30:24.931Z] INFO Start validation with golang-ci-lint
11:30:25 [2022-06-28T11:30:25.499Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
11:30:25 [2022-06-28T11:30:25.499Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:33:17 [2022-06-28T11:33:17.015Z] INFO [loader] Go packages loading at mode 575 (deps|files|name|compiled_files|imports|types_sizes|exports_file) took 2m44.958115733s 
11:33:17 [2022-06-28T11:33:17.015Z] WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner.  Replaced by revive. 
11:33:17 [2022-06-28T11:33:17.015Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 486.859307ms 
11:34:53 [2022-06-28T11:34:53.494Z] INFO [linters context/goanalysis] analyzers took 4m46.051376711s with top 10 stages: buildir: 1m59.525662757s, goimports: 25.876696854s, unconvert: 18.514478199s, gosec: 16.228687935s, S1038: 9.172533332s, golint: 8.62401811s, misspell: 6.013928018s, nilness: 3.838490853s, S1039: 3.805440845s, directives: 3.37195542s 
11:34:53 [2022-06-28T11:34:53.494Z] INFO [runner] Issues before processing: 3035, after processing: 0 
11:34:53 [2022-06-28T11:34:53.494Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2419/2419, cgo: 2419/3035, identifier_marker: 2036/2036, filename_unadjuster: 2419/2419, path_prettifier: 2419/2419, exclude-rules: 77/2036, nolint: 0/77, skip_files: 2419/2419, autogenerated_exclude: 2036/2419, exclude: 2036/2036 
11:34:53 [2022-06-28T11:34:53.494Z] INFO [runner] processing took 82.032751ms with stages: nolint: 32.276013ms, identifier_marker: 21.74326ms, path_prettifier: 9.461551ms, autogenerated_exclude: 8.377919ms, exclude-rules: 7.827285ms, skip_dirs: 1.790472ms, cgo: 373.948µs, filename_unadjuster: 177.785µs, max_same_issues: 1.222µs, uniq_by_line: 500ns, skip_files: 396ns, exclude: 330ns, max_from_linter: 325ns, diff: 320ns, source_code: 289ns, path_shortener: 256ns, path_prefixer: 240ns, severity-rules: 218ns, max_per_file_from_linter: 215ns, sort_results: 207ns 
11:34:53 [2022-06-28T11:34:53.494Z] INFO [runner] linters took 1m29.687903198s with stages: goanalysis_metalinter: 1m29.605751256s 
11:34:53 [2022-06-28T11:34:53.494Z] INFO File cache stats: 1674 entries of total size 8.6MiB 
11:34:53 [2022-06-28T11:34:53.494Z] INFO Memory: 2552 samples, avg is 287.0MB, max is 1190.9MB 
11:34:53 [2022-06-28T11:34:53.494Z] INFO Execution took 4m15.142607223s               
11:34:53 [2022-06-28T11:34:53.494Z] Congratulations! The shell scripts are properly formatted.