Skip to content

Console Output

15:05:26 [2022-02-15T15:05:26.048Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43241/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43241/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 hack/validate/default
15:05:26 [2022-02-15T15:05:26.623Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
15:05:26 [2022-02-15T15:05:26.623Z] No api/types/ or api/swagger.yaml changes in diff.
15:05:26 [2022-02-15T15:05:26.623Z] Congratulations!  All TOML source files changed here have valid syntax.
15:05:26 [2022-02-15T15:05:26.623Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
15:05:26 [2022-02-15T15:05:26.623Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
15:05:26 [2022-02-15T15:05:26.623Z] Congratulations!  No new tests were added to integration-cli.
15:05:26 [2022-02-15T15:05:26.623Z] 
15:05:26 [2022-02-15T15:05:26.623Z] INFO Start validation with golang-ci-lint
15:05:27 [2022-02-15T15:05:27.565Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
15:05:27 [2022-02-15T15:05:27.565Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:05:27 [2022-02-15T15:05:27.565Z] INFO [loader] Using build tags: [apparmor seccomp] 
15:08:04 [2022-02-15T15:08:04.108Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|types_sizes|deps|files|imports|name) took 2m29.798184236s 
15:08:04 [2022-02-15T15:08:04.108Z] 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. 
15:08:04 [2022-02-15T15:08:04.108Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 503.546579ms 
15:09:40 [2022-02-15T15:09:40.607Z] INFO [linters context/goanalysis] analyzers took 4m23.107361348s with top 10 stages: buildir: 1m54.27686019s, goimports: 23.079604136s, unconvert: 18.817370699s, gosec: 13.19708605s, golint: 7.37117262s, S1038: 7.164146547s, misspell: 5.557387905s, nilness: 4.618625447s, inspect: 4.079382512s, directives: 3.757925332s 
15:09:40 [2022-02-15T15:09:40.607Z] INFO [runner] Issues before processing: 3050, after processing: 0 
15:09:40 [2022-02-15T15:09:40.607Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2443/2443, identifier_marker: 2055/2055, nolint: 0/76, path_prettifier: 2443/2443, autogenerated_exclude: 2055/2443, exclude: 2055/2055, exclude-rules: 76/2055, cgo: 2443/3050, filename_unadjuster: 2443/2443, skip_files: 2443/2443 
15:09:40 [2022-02-15T15:09:40.607Z] INFO [runner] processing took 374.084209ms with stages: nolint: 146.103964ms, identifier_marker: 118.678292ms, path_prettifier: 36.913785ms, exclude-rules: 35.849936ms, autogenerated_exclude: 20.86453ms, skip_dirs: 13.806175ms, cgo: 963.029µs, filename_unadjuster: 897.694µs, max_same_issues: 1.739µs, uniq_by_line: 810ns, exclude: 630ns, max_from_linter: 573ns, diff: 560ns, source_code: 470ns, skip_files: 401ns, sort_results: 380ns, path_shortener: 339ns, severity-rules: 339ns, max_per_file_from_linter: 317ns, path_prefixer: 246ns 
15:09:40 [2022-02-15T15:09:40.607Z] INFO [runner] linters took 1m33.159210878s with stages: goanalysis_metalinter: 1m32.760149022s 
15:09:40 [2022-02-15T15:09:40.607Z] INFO File cache stats: 1672 entries of total size 8.4MiB 
15:09:40 [2022-02-15T15:09:40.607Z] INFO Memory: 2430 samples, avg is 302.8MB, max is 1083.8MB 
15:09:40 [2022-02-15T15:09:40.607Z] INFO Execution took 4m3.475688606s                
15:09:40 [2022-02-15T15:09:40.607Z] Congratulations! The shell scripts are properly formatted.