Skip to content

Console Output

09:56:33 [2022-04-27T09:56:33.256Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43535/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43535/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=21dac5e441d608260e700984fd6219753f038b28 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:21dac5e441d608260e700984fd6219753f038b28 hack/validate/default
09:56:33 [2022-04-27T09:56:33.826Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
09:56:33 [2022-04-27T09:56:33.826Z] No api/types/ or api/swagger.yaml changes in diff.
09:56:33 [2022-04-27T09:56:33.826Z] Congratulations!  All TOML source files changed here have valid syntax.
09:56:33 [2022-04-27T09:56:33.826Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:56:33 [2022-04-27T09:56:33.826Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
09:56:33 [2022-04-27T09:56:33.826Z] Congratulations!  No new tests were added to integration-cli.
09:56:33 [2022-04-27T09:56:33.826Z] 
09:56:33 [2022-04-27T09:56:33.826Z] INFO Start validation with golang-ci-lint
09:56:34 [2022-04-27T09:56:34.763Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:56:34 [2022-04-27T09:56:34.763Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:56:34 [2022-04-27T09:56:34.763Z] INFO [loader] Using build tags: [apparmor seccomp] 
09:59:26 [2022-04-27T09:59:26.304Z] INFO [loader] Go packages loading at mode 575 (imports|types_sizes|deps|exports_file|files|name|compiled_files) took 2m50.093077746s 
09:59:26 [2022-04-27T09:59:26.304Z] 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. 
09:59:26 [2022-04-27T09:59:26.304Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 483.114659ms 
10:01:02 [2022-04-27T10:01:02.753Z] INFO [linters context/goanalysis] analyzers took 4m35.592243513s with top 10 stages: buildir: 1m58.502030618s, goimports: 23.086532222s, unconvert: 16.794957779s, gosec: 15.386312551s, golint: 8.233915135s, S1038: 7.942019699s, misspell: 6.158508419s, nilness: 3.865002845s, directives: 3.843023365s, inspect: 3.740594999s 
10:01:02 [2022-04-27T10:01:02.753Z] INFO [runner] Issues before processing: 3053, after processing: 0 
10:01:02 [2022-04-27T10:01:02.753Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 78/2053, nolint: 0/78, skip_files: 2437/2437, filename_unadjuster: 2437/2437, skip_dirs: 2437/2437, identifier_marker: 2053/2053, cgo: 2437/3053, path_prettifier: 2437/2437, autogenerated_exclude: 2053/2437, exclude: 2053/2053 
10:01:02 [2022-04-27T10:01:02.754Z] INFO [runner] processing took 193.531434ms with stages: nolint: 64.958664ms, identifier_marker: 53.668016ms, autogenerated_exclude: 37.142721ms, path_prettifier: 15.755122ms, exclude-rules: 15.528112ms, skip_dirs: 4.84677ms, cgo: 903.967µs, filename_unadjuster: 721.391µs, max_same_issues: 1.654µs, skip_files: 931ns, uniq_by_line: 592ns, max_from_linter: 567ns, source_code: 540ns, exclude: 475ns, diff: 415ns, path_shortener: 382ns, max_per_file_from_linter: 359ns, severity-rules: 337ns, sort_results: 251ns, path_prefixer: 168ns 
10:01:02 [2022-04-27T10:01:02.754Z] INFO [runner] linters took 1m30.779918618s with stages: goanalysis_metalinter: 1m30.586192857s 
10:01:02 [2022-04-27T10:01:02.754Z] INFO File cache stats: 1665 entries of total size 8.5MiB 
10:01:02 [2022-04-27T10:01:02.754Z] INFO Memory: 2615 samples, avg is 285.5MB, max is 1139.8MB 
10:01:02 [2022-04-27T10:01:02.754Z] INFO Execution took 4m21.369793939s               
10:01:02 [2022-04-27T10:01:02.754Z] Congratulations! The shell scripts are properly formatted.