Skip to content

Console Output

22:04:54 [2022-02-18T22:04:54.969Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43254/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43254/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=705f9b68cc5b905de0f3b42b5de78abcc4483698 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:705f9b68cc5b905de0f3b42b5de78abcc4483698 hack/validate/default
22:04:55 [2022-02-18T22:04:55.904Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
22:04:55 [2022-02-18T22:04:55.904Z] No api/types/ or api/swagger.yaml changes in diff.
22:04:55 [2022-02-18T22:04:55.904Z] Congratulations!  All TOML source files changed here have valid syntax.
22:04:55 [2022-02-18T22:04:55.904Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
22:04:55 [2022-02-18T22:04:55.904Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
22:04:55 [2022-02-18T22:04:55.904Z] Congratulations!  No new tests were added to integration-cli.
22:04:55 [2022-02-18T22:04:55.904Z] 
22:04:55 [2022-02-18T22:04:55.904Z] INFO Start validation with golang-ci-lint
22:04:56 [2022-02-18T22:04:56.470Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
22:04:56 [2022-02-18T22:04:56.729Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:04:56 [2022-02-18T22:04:56.729Z] INFO [loader] Using build tags: [apparmor seccomp] 
22:07:18 [2022-02-18T22:07:18.218Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|files|imports|name|deps|exports_file) took 2m19.57837458s 
22:07:18 [2022-02-18T22:07:18.218Z] 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. 
22:07:18 [2022-02-18T22:07:18.218Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 472.324235ms 
22:08:54 [2022-02-18T22:08:54.679Z] INFO [linters context/goanalysis] analyzers took 4m27.901187349s with top 10 stages: buildir: 1m49.919157615s, goimports: 24.383417545s, unconvert: 17.904264692s, gosec: 15.803824888s, golint: 8.557871145s, S1038: 7.965652829s, misspell: 5.556414763s, inspect: 4.219280493s, directives: 3.665982208s, unused: 3.329060899s 
22:08:54 [2022-02-18T22:08:54.679Z] INFO [runner] Issues before processing: 3050, after processing: 0 
22:08:54 [2022-02-18T22:08:54.679Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 2055/2443, nolint: 0/76, filename_unadjuster: 2443/2443, skip_dirs: 2443/2443, skip_files: 2443/2443, exclude: 2055/2055, identifier_marker: 2055/2055, path_prettifier: 2443/2443, exclude-rules: 76/2055, cgo: 2443/3050 
22:08:54 [2022-02-18T22:08:54.679Z] INFO [runner] processing took 81.520295ms with stages: nolint: 32.538141ms, identifier_marker: 21.038748ms, path_prettifier: 9.940572ms, autogenerated_exclude: 8.374707ms, exclude-rules: 7.414376ms, skip_dirs: 1.812474ms, cgo: 259.325µs, filename_unadjuster: 136.806µs, max_same_issues: 1.31µs, uniq_by_line: 622ns, skip_files: 435ns, max_from_linter: 420ns, diff: 408ns, sort_results: 389ns, source_code: 380ns, exclude: 274ns, path_shortener: 246ns, max_per_file_from_linter: 236ns, severity-rules: 228ns, path_prefixer: 198ns 
22:08:54 [2022-02-18T22:08:54.679Z] INFO [runner] linters took 1m25.83484726s with stages: goanalysis_metalinter: 1m25.753177923s 
22:08:54 [2022-02-18T22:08:54.679Z] INFO File cache stats: 1672 entries of total size 8.4MiB 
22:08:54 [2022-02-18T22:08:54.679Z] INFO Memory: 2258 samples, avg is 298.3MB, max is 1061.0MB 
22:08:54 [2022-02-18T22:08:54.679Z] INFO Execution took 3m45.897499654s               
22:08:54 [2022-02-18T22:08:54.679Z] Congratulations! The shell scripts are properly formatted.