Skip to content

Console Output

17:07:01 [2022-03-18T17:07:01.419Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42491/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42491/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e34970bb077a03095a1c18f330672824ad9713e8 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e34970bb077a03095a1c18f330672824ad9713e8 hack/validate/default
17:07:02 [2022-03-18T17:07:02.352Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:07:02 [2022-03-18T17:07:02.352Z] No api/types/ or api/swagger.yaml changes in diff.
17:07:02 [2022-03-18T17:07:02.352Z] Congratulations!  All TOML source files changed here have valid syntax.
17:07:02 [2022-03-18T17:07:02.352Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:07:02 [2022-03-18T17:07:02.352Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:07:02 [2022-03-18T17:07:02.352Z] Congratulations!  No new tests were added to integration-cli.
17:07:02 [2022-03-18T17:07:02.352Z] 
17:07:02 [2022-03-18T17:07:02.352Z] INFO Start validation with golang-ci-lint
17:07:03 [2022-03-18T17:07:03.286Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:07:03 [2022-03-18T17:07:03.286Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:07:03 [2022-03-18T17:07:03.286Z] INFO [loader] Using build tags: [apparmor seccomp] 
17:09:54 [2022-03-18T17:09:54.765Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|files|types_sizes|exports_file|imports|name) took 2m42.847761595s 
17:09:54 [2022-03-18T17:09:54.765Z] 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. 
17:09:54 [2022-03-18T17:09:54.765Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 499.264999ms 
17:11:16 [2022-03-18T17:11:16.196Z] INFO [linters context/goanalysis] analyzers took 4m30.15356946s with top 10 stages: buildir: 1m55.223706704s, goimports: 23.540103049s, unconvert: 17.930710179s, gosec: 15.039813221s, S1038: 7.809586501s, golint: 7.603282138s, misspell: 6.289675849s, nilness: 4.949054755s, inspect: 4.426499131s, S1039: 4.096352858s 
17:11:16 [2022-03-18T17:11:16.196Z] INFO [runner] Issues before processing: 3056, after processing: 0 
17:11:16 [2022-03-18T17:11:16.196Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2440/2440, skip_dirs: 2440/2440, identifier_marker: 2052/2052, exclude-rules: 78/2052, cgo: 2440/3056, path_prettifier: 2440/2440, skip_files: 2440/2440, autogenerated_exclude: 2052/2440, exclude: 2052/2052, nolint: 0/78 
17:11:16 [2022-03-18T17:11:16.196Z] INFO [runner] processing took 81.677704ms with stages: nolint: 31.29348ms, identifier_marker: 21.802266ms, path_prettifier: 10.297135ms, autogenerated_exclude: 8.343432ms, exclude-rules: 7.622749ms, skip_dirs: 1.908047ms, cgo: 264.712µs, filename_unadjuster: 140.198µs, max_same_issues: 1.335µs, uniq_by_line: 700ns, source_code: 667ns, skip_files: 574ns, max_from_linter: 457ns, severity-rules: 383ns, diff: 375ns, path_shortener: 329ns, exclude: 293ns, max_per_file_from_linter: 237ns, sort_results: 217ns, path_prefixer: 118ns 
17:11:16 [2022-03-18T17:11:16.196Z] INFO [runner] linters took 1m28.302662448s with stages: goanalysis_metalinter: 1m28.22074974s 
17:11:16 [2022-03-18T17:11:16.196Z] INFO File cache stats: 1665 entries of total size 8.4MiB 
17:11:16 [2022-03-18T17:11:16.196Z] INFO Memory: 2517 samples, avg is 286.3MB, max is 1162.1MB 
17:11:16 [2022-03-18T17:11:16.196Z] INFO Execution took 4m11.661880796s               
17:11:16 [2022-03-18T17:11:16.196Z] Congratulations! The shell scripts are properly formatted.