Skip to content

Console Output

16:10:41 [2022-02-18T16:10:41.096Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43183/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43183/.git:/go/src/github.com/docker/docker/.git --name docker-pr11 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=79ea1b16b1579147aa366282444bd22d7c44be96 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:79ea1b16b1579147aa366282444bd22d7c44be96 hack/validate/default
16:10:41 [2022-02-18T16:10:41.663Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
16:10:41 [2022-02-18T16:10:41.663Z] No api/types/ or api/swagger.yaml changes in diff.
16:10:41 [2022-02-18T16:10:41.663Z] Congratulations!  All TOML source files changed here have valid syntax.
16:10:41 [2022-02-18T16:10:41.663Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
16:10:41 [2022-02-18T16:10:41.663Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
16:10:41 [2022-02-18T16:10:41.663Z] Congratulations!  No new tests were added to integration-cli.
16:10:41 [2022-02-18T16:10:41.663Z] 
16:10:41 [2022-02-18T16:10:41.663Z] INFO Start validation with golang-ci-lint
16:10:43 [2022-02-18T16:10:43.042Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
16:10:43 [2022-02-18T16:10:43.042Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:10:43 [2022-02-18T16:10:43.042Z] INFO [loader] Using build tags: [apparmor seccomp] 
16:13:19 [2022-02-18T16:13:19.539Z] INFO [loader] Go packages loading at mode 575 (imports|types_sizes|compiled_files|deps|exports_file|files|name) took 2m24.170302339s 
16:13:19 [2022-02-18T16:13:19.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. 
16:13:19 [2022-02-18T16:13:19.539Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 490.806772ms 
16:14:40 [2022-02-18T16:14:40.997Z] INFO [linters context/goanalysis] analyzers took 4m21.847330322s with top 10 stages: buildir: 1m47.918710959s, goimports: 22.788735338s, unconvert: 19.052139483s, gosec: 13.144078552s, golint: 7.527859989s, misspell: 6.863853627s, S1038: 6.818449654s, nilness: 4.582080327s, inspect: 3.741434344s, unused: 3.298529177s 
16:14:40 [2022-02-18T16:14:40.997Z] INFO [runner] Issues before processing: 3050, after processing: 0 
16:14:40 [2022-02-18T16:14:40.997Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/76, path_prettifier: 2443/2443, skip_files: 2443/2443, identifier_marker: 2055/2055, exclude-rules: 76/2055, cgo: 2443/3050, skip_dirs: 2443/2443, exclude: 2055/2055, filename_unadjuster: 2443/2443, autogenerated_exclude: 2055/2443 
16:14:40 [2022-02-18T16:14:40.997Z] INFO [runner] processing took 83.012693ms with stages: nolint: 31.947337ms, identifier_marker: 22.645809ms, path_prettifier: 9.820438ms, autogenerated_exclude: 8.156981ms, exclude-rules: 8.073914ms, skip_dirs: 1.941236ms, cgo: 288.468µs, filename_unadjuster: 133.744µs, max_same_issues: 1.104µs, uniq_by_line: 802ns, diff: 478ns, source_code: 370ns, exclude: 343ns, max_from_linter: 307ns, skip_files: 265ns, severity-rules: 239ns, sort_results: 226ns, path_shortener: 224ns, max_per_file_from_linter: 221ns, path_prefixer: 187ns 
16:14:40 [2022-02-18T16:14:40.997Z] INFO [runner] linters took 1m27.371094487s with stages: goanalysis_metalinter: 1m27.287909716s 
16:14:40 [2022-02-18T16:14:40.997Z] INFO File cache stats: 1672 entries of total size 8.4MiB 
16:14:40 [2022-02-18T16:14:40.997Z] INFO Memory: 2322 samples, avg is 301.2MB, max is 1117.3MB 
16:14:40 [2022-02-18T16:14:40.997Z] INFO Execution took 3m52.041226511s               
16:14:40 [2022-02-18T16:14:40.997Z] Congratulations! The shell scripts are properly formatted.