Skip to content

Console Output

15:22:48 [2022-04-27T15:22:48.829Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43538/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43538/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a0bcdbdb7a50ff466b40703efca6b555d9c036a4 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a0bcdbdb7a50ff466b40703efca6b555d9c036a4 hack/validate/default
15:22:49 [2022-04-27T15:22:49.770Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
15:22:49 [2022-04-27T15:22:49.770Z] No api/types/ or api/swagger.yaml changes in diff.
15:22:49 [2022-04-27T15:22:49.770Z] Congratulations!  All TOML source files changed here have valid syntax.
15:22:49 [2022-04-27T15:22:49.770Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
15:22:49 [2022-04-27T15:22:49.770Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
15:22:49 [2022-04-27T15:22:49.770Z] Congratulations!  No new tests were added to integration-cli.
15:22:49 [2022-04-27T15:22:49.770Z] 
15:22:49 [2022-04-27T15:22:49.770Z] INFO Start validation with golang-ci-lint
15:22:50 [2022-04-27T15:22:50.712Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
15:22:50 [2022-04-27T15:22:50.712Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:22:50 [2022-04-27T15:22:50.712Z] INFO [loader] Using build tags: [apparmor seccomp] 
15:25:57 [2022-04-27T15:25:57.297Z] INFO [loader] Go packages loading at mode 575 (compiled_files|files|types_sizes|deps|exports_file|imports|name) took 2m52.171666845s 
15:25:57 [2022-04-27T15:25:57.297Z] 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:25:57 [2022-04-27T15:25:57.297Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 496.398734ms 
15:27:18 [2022-04-27T15:27:18.795Z] INFO [linters context/goanalysis] analyzers took 4m44.407857674s with top 10 stages: buildir: 2m0.966955716s, goimports: 23.566265502s, unconvert: 17.965527204s, gosec: 15.921663713s, golint: 7.775075319s, S1038: 7.344775235s, misspell: 6.247775461s, nilness: 5.081495307s, inspect: 4.901853212s, unused: 4.034615352s 
15:27:18 [2022-04-27T15:27:18.795Z] INFO [runner] Issues before processing: 3054, after processing: 0 
15:27:18 [2022-04-27T15:27:18.795Z] INFO [runner] Processors filtering stat (out/in): cgo: 2438/3054, filename_unadjuster: 2438/2438, path_prettifier: 2438/2438, skip_dirs: 2438/2438, autogenerated_exclude: 2054/2438, exclude: 2054/2054, skip_files: 2438/2438, exclude-rules: 78/2054, nolint: 0/78, identifier_marker: 2054/2054 
15:27:18 [2022-04-27T15:27:18.795Z] INFO [runner] processing took 82.041239ms with stages: nolint: 31.407967ms, identifier_marker: 22.614415ms, path_prettifier: 9.354412ms, autogenerated_exclude: 8.692119ms, exclude-rules: 7.747074ms, skip_dirs: 1.800761ms, cgo: 275.71µs, filename_unadjuster: 142.711µs, max_same_issues: 1.54µs, skip_files: 902ns, uniq_by_line: 578ns, max_from_linter: 485ns, severity-rules: 472ns, exclude: 457ns, path_shortener: 376ns, diff: 325ns, max_per_file_from_linter: 303ns, source_code: 300ns, sort_results: 230ns, path_prefixer: 102ns 
15:27:18 [2022-04-27T15:27:18.795Z] INFO [runner] linters took 1m32.085205381s with stages: goanalysis_metalinter: 1m32.003035605s 
15:27:18 [2022-04-27T15:27:18.795Z] INFO File cache stats: 1668 entries of total size 8.5MiB 
15:27:18 [2022-04-27T15:27:18.795Z] INFO Memory: 2649 samples, avg is 283.7MB, max is 1202.3MB 
15:27:18 [2022-04-27T15:27:18.796Z] INFO Execution took 4m24.7633815s                 
15:27:18 [2022-04-27T15:27:18.796Z] Congratulations! The shell scripts are properly formatted.