Skip to content

Console Output

20:12:30 [2022-02-22T20:12:30.191Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43280/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43280/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ff408210da8ebcb6d3c333b6270b921442bcc1da -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ff408210da8ebcb6d3c333b6270b921442bcc1da hack/validate/default
20:12:30 [2022-02-22T20:12:30.753Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
20:12:30 [2022-02-22T20:12:30.753Z] No api/types/ or api/swagger.yaml changes in diff.
20:12:30 [2022-02-22T20:12:30.753Z] Congratulations!  All TOML source files changed here have valid syntax.
20:12:30 [2022-02-22T20:12:30.753Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:12:30 [2022-02-22T20:12:30.753Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
20:12:30 [2022-02-22T20:12:30.753Z] Congratulations!  No new tests were added to integration-cli.
20:12:30 [2022-02-22T20:12:30.753Z] 
20:12:30 [2022-02-22T20:12:30.753Z] INFO Start validation with golang-ci-lint
20:12:31 [2022-02-22T20:12:31.315Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:12:31 [2022-02-22T20:12:31.315Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:12:31 [2022-02-22T20:12:31.315Z] INFO [loader] Using build tags: [apparmor seccomp] 
20:14:52 [2022-02-22T20:14:52.731Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|name|types_sizes|exports_file|files|imports) took 2m19.780748417s 
20:14:52 [2022-02-22T20:14:52.731Z] 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. 
20:14:52 [2022-02-22T20:14:52.731Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 501.989879ms 
20:16:29 [2022-02-22T20:16:29.138Z] INFO [linters context/goanalysis] analyzers took 4m22.039440598s with top 10 stages: buildir: 1m46.829622988s, goimports: 22.840626354s, unconvert: 18.406486427s, gosec: 14.259964099s, golint: 7.813106341s, S1038: 6.555715439s, misspell: 5.399857997s, inspect: 4.63613047s, nilness: 3.999459948s, unused: 3.5374804s 
20:16:29 [2022-02-22T20:16:29.138Z] INFO [runner] Issues before processing: 3050, after processing: 0 
20:16:29 [2022-02-22T20:16:29.138Z] INFO [runner] Processors filtering stat (out/in): cgo: 2443/3050, exclude: 2055/2055, nolint: 0/76, autogenerated_exclude: 2055/2443, identifier_marker: 2055/2055, exclude-rules: 76/2055, filename_unadjuster: 2443/2443, path_prettifier: 2443/2443, skip_files: 2443/2443, skip_dirs: 2443/2443 
20:16:29 [2022-02-22T20:16:29.138Z] INFO [runner] processing took 81.142752ms with stages: nolint: 32.456906ms, identifier_marker: 21.049478ms, path_prettifier: 9.855772ms, autogenerated_exclude: 8.123737ms, exclude-rules: 7.372547ms, skip_dirs: 1.833501ms, cgo: 311.948µs, filename_unadjuster: 133.998µs, max_same_issues: 1.229µs, uniq_by_line: 623ns, diff: 530ns, skip_files: 396ns, source_code: 390ns, max_from_linter: 372ns, exclude: 264ns, path_shortener: 247ns, severity-rules: 238ns, max_per_file_from_linter: 235ns, sort_results: 229ns, path_prefixer: 112ns 
20:16:29 [2022-02-22T20:16:29.138Z] INFO [runner] linters took 1m26.516571899s with stages: goanalysis_metalinter: 1m26.435016976s 
20:16:29 [2022-02-22T20:16:29.138Z] INFO File cache stats: 1672 entries of total size 8.4MiB 
20:16:29 [2022-02-22T20:16:29.138Z] INFO Memory: 2270 samples, avg is 306.5MB, max is 1147.9MB 
20:16:29 [2022-02-22T20:16:29.138Z] INFO Execution took 3m46.80859963s                
20:16:29 [2022-02-22T20:16:29.138Z] Congratulations! The shell scripts are properly formatted.