Skip to content

Console Output

16:04:13 [2022-05-25T16:04:13.997Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43629/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43629/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=06ccc0cd68705b3c15082cf5256d870081b62842 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:06ccc0cd68705b3c15082cf5256d870081b62842 hack/validate/default
16:04:14 [2022-05-25T16:04:14.564Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
16:04:21 [2022-05-25T16:04:21.118Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
16:04:24 [2022-05-25T16:04:24.482Z] Congratulations!  All API changes are done the right way.
16:04:24 [2022-05-25T16:04:24.482Z] Congratulations!  All TOML source files changed here have valid syntax.
16:04:24 [2022-05-25T16:04:24.482Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
16:04:24 [2022-05-25T16:04:24.482Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
16:04:24 [2022-05-25T16:04:24.482Z] Congratulations!  No new tests were added to integration-cli.
16:04:24 [2022-05-25T16:04:24.482Z] 
16:04:24 [2022-05-25T16:04:24.482Z] INFO Start validation with golang-ci-lint
16:04:24 [2022-05-25T16:04:24.483Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
16:04:24 [2022-05-25T16:04:24.483Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:05:20 [2022-05-25T16:05:20.937Z] INFO [loader] Go packages loading at mode 575 (files|imports|name|types_sizes|compiled_files|deps|exports_file) took 48.182915576s 
16:05:20 [2022-05-25T16:05:20.937Z] 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. 
16:05:20 [2022-05-25T16:05:20.937Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 168.759498ms 
16:05:42 [2022-05-25T16:05:42.872Z] INFO [linters context/goanalysis] analyzers took 6m39.375319732s with top 10 stages: buildir: 1m48.807588327s, goimports: 16.298808204s, gosec: 12.352968859s, unconvert: 11.251091945s, golint: 8.318835281s, directives: 8.024808904s, inspect: 6.647904326s, misspell: 5.423422757s, printf: 5.321401864s, nilness: 5.296050591s 
16:05:42 [2022-05-25T16:05:42.872Z] INFO [runner] Issues before processing: 3030, after processing: 0 
16:05:42 [2022-05-25T16:05:42.872Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2414/2414, exclude-rules: 77/2031, cgo: 2414/3030, autogenerated_exclude: 2031/2414, path_prettifier: 2414/2414, identifier_marker: 2031/2031, exclude: 2031/2031, skip_files: 2414/2414, skip_dirs: 2414/2414, nolint: 0/77 
16:05:42 [2022-05-25T16:05:42.872Z] INFO [runner] processing took 82.132281ms with stages: nolint: 32.944583ms, identifier_marker: 21.563049ms, path_prettifier: 8.924881ms, exclude-rules: 8.354756ms, autogenerated_exclude: 8.14852ms, skip_dirs: 1.762689ms, cgo: 285.883µs, filename_unadjuster: 141.798µs, max_same_issues: 1.592µs, uniq_by_line: 933ns, skip_files: 505ns, diff: 505ns, max_from_linter: 446ns, path_prefixer: 378ns, path_shortener: 326ns, exclude: 325ns, source_code: 320ns, max_per_file_from_linter: 295ns, severity-rules: 272ns, sort_results: 225ns 
16:05:42 [2022-05-25T16:05:42.872Z] INFO [runner] linters took 28.780133718s with stages: goanalysis_metalinter: 28.697871786s 
16:05:42 [2022-05-25T16:05:42.872Z] INFO File cache stats: 1671 entries of total size 8.5MiB 
16:05:42 [2022-05-25T16:05:42.872Z] INFO Memory: 763 samples, avg is 346.7MB, max is 1248.6MB 
16:05:42 [2022-05-25T16:05:42.872Z] INFO Execution took 1m17.140052187s               
16:05:42 [2022-05-25T16:05:42.872Z] Congratulations! The shell scripts are properly formatted.