Skip to content

Console Output

13:19:26 [2022-06-27T13:19:26.522Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43748/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43748/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=db977355b0a192282dedca39ea087a1fd114fc55 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:db977355b0a192282dedca39ea087a1fd114fc55 hack/validate/default
13:19:27 [2022-06-27T13:19:27.130Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:19:27 [2022-06-27T13:19:27.130Z] No api/types/ or api/swagger.yaml changes in diff.
13:19:27 [2022-06-27T13:19:27.130Z] Congratulations!  All TOML source files changed here have valid syntax.
13:19:27 [2022-06-27T13:19:27.130Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:19:27 [2022-06-27T13:19:27.130Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:19:27 [2022-06-27T13:19:27.130Z] 
13:19:27 [2022-06-27T13:19:27.130Z] INFO Start validation with golang-ci-lint
13:19:28 [2022-06-27T13:19:28.063Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:19:28 [2022-06-27T13:19:28.063Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:22:34 [2022-06-27T13:22:34.539Z] INFO [loader] Go packages loading at mode 575 (types_sizes|deps|exports_file|name|compiled_files|files|imports) took 2m55.50820079s 
13:22:34 [2022-06-27T13:22:34.539Z] 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. 
13:22:34 [2022-06-27T13:22:34.539Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 511.711529ms 
13:24:10 [2022-06-27T13:24:10.980Z] INFO [linters context/goanalysis] analyzers took 4m44.742853591s with top 10 stages: buildir: 2m4.187323436s, goimports: 23.688516869s, unconvert: 19.075239304s, gosec: 14.441514295s, golint: 7.731027974s, S1038: 7.372725622s, misspell: 6.070306491s, nilness: 4.697030983s, S1039: 3.612675543s, inspect: 3.494031391s 
13:24:10 [2022-06-27T13:24:10.980Z] INFO [runner] Issues before processing: 3035, after processing: 0 
13:24:10 [2022-06-27T13:24:10.980Z] INFO [runner] Processors filtering stat (out/in): exclude: 2036/2036, nolint: 0/77, cgo: 2419/3035, filename_unadjuster: 2419/2419, path_prettifier: 2419/2419, autogenerated_exclude: 2036/2419, identifier_marker: 2036/2036, exclude-rules: 77/2036, skip_files: 2419/2419, skip_dirs: 2419/2419 
13:24:10 [2022-06-27T13:24:10.980Z] INFO [runner] processing took 83.699448ms with stages: nolint: 32.938138ms, identifier_marker: 21.935194ms, path_prettifier: 10.006928ms, autogenerated_exclude: 8.692311ms, exclude-rules: 7.900421ms, skip_dirs: 1.845282ms, cgo: 230.427µs, filename_unadjuster: 144.546µs, max_same_issues: 1.98µs, max_from_linter: 698ns, uniq_by_line: 624ns, max_per_file_from_linter: 505ns, source_code: 461ns, skip_files: 392ns, exclude: 331ns, diff: 299ns, path_shortener: 273ns, severity-rules: 222ns, sort_results: 215ns, path_prefixer: 201ns 
13:24:10 [2022-06-27T13:24:10.980Z] INFO [runner] linters took 1m33.845316135s with stages: goanalysis_metalinter: 1m33.761489621s 
13:24:10 [2022-06-27T13:24:10.980Z] INFO File cache stats: 1674 entries of total size 8.6MiB 
13:24:10 [2022-06-27T13:24:10.980Z] INFO Memory: 2700 samples, avg is 285.3MB, max is 1195.7MB 
13:24:10 [2022-06-27T13:24:10.980Z] INFO Execution took 4m29.876469082s               
13:24:10 [2022-06-27T13:24:10.980Z] Congratulations! The shell scripts are properly formatted.