Skip to content

Console Output

14:18:54 [2022-06-23T14:18:54.824Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43741/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43741/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=04c51cba84301af9bbce4ea719e1cbf239efb37c -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:04c51cba84301af9bbce4ea719e1cbf239efb37c hack/validate/default
14:18:55 [2022-06-23T14:18:55.758Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
14:18:55 [2022-06-23T14:18:55.758Z] No api/types/ or api/swagger.yaml changes in diff.
14:18:55 [2022-06-23T14:18:55.758Z] Congratulations!  All TOML source files changed here have valid syntax.
14:18:55 [2022-06-23T14:18:55.758Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
14:18:55 [2022-06-23T14:18:55.758Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
14:18:55 [2022-06-23T14:18:55.758Z] 
14:18:55 [2022-06-23T14:18:55.758Z] INFO Start validation with golang-ci-lint
14:18:57 [2022-06-23T14:18:57.138Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
14:18:57 [2022-06-23T14:18:57.138Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:22:03 [2022-06-23T14:22:03.818Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|files|types_sizes|compiled_files|imports|name) took 2m56.422289895s 
14:22:03 [2022-06-23T14:22:03.818Z] 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. 
14:22:03 [2022-06-23T14:22:03.818Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 513.688204ms 
14:23:40 [2022-06-23T14:23:40.300Z] INFO [linters context/goanalysis] analyzers took 4m56.433939724s with top 10 stages: buildir: 2m5.256487001s, goimports: 24.052510929s, unconvert: 18.052086108s, gosec: 16.415405553s, golint: 8.024777438s, S1038: 7.85016357s, misspell: 6.236399614s, nilness: 4.758501497s, S1039: 4.032881994s, inspect: 3.621639902s 
14:23:40 [2022-06-23T14:23:40.300Z] INFO [runner] Issues before processing: 3035, after processing: 0 
14:23:40 [2022-06-23T14:23:40.300Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/77, skip_dirs: 2419/2419, identifier_marker: 2036/2036, exclude: 2036/2036, exclude-rules: 77/2036, skip_files: 2419/2419, autogenerated_exclude: 2036/2419, cgo: 2419/3035, path_prettifier: 2419/2419, filename_unadjuster: 2419/2419 
14:23:40 [2022-06-23T14:23:40.300Z] INFO [runner] processing took 152.648447ms with stages: identifier_marker: 61.065269ms, nolint: 49.382442ms, autogenerated_exclude: 15.944615ms, exclude-rules: 14.847767ms, path_prettifier: 9.157482ms, skip_dirs: 1.780377ms, cgo: 324.46µs, filename_unadjuster: 139.468µs, max_same_issues: 1.7µs, uniq_by_line: 1.119µs, source_code: 773ns, max_from_linter: 523ns, skip_files: 431ns, exclude: 381ns, diff: 354ns, path_shortener: 287ns, severity-rules: 267ns, sort_results: 256ns, max_per_file_from_linter: 253ns, path_prefixer: 223ns 
14:23:40 [2022-06-23T14:23:40.300Z] INFO [runner] linters took 1m33.186037449s with stages: goanalysis_metalinter: 1m33.033250987s 
14:23:40 [2022-06-23T14:23:40.300Z] INFO File cache stats: 1673 entries of total size 8.6MiB 
14:23:40 [2022-06-23T14:23:40.300Z] INFO Memory: 2703 samples, avg is 281.8MB, max is 1211.9MB 
14:23:40 [2022-06-23T14:23:40.300Z] INFO Execution took 4m30.131807217s               
14:23:40 [2022-06-23T14:23:40.300Z] Congratulations! The shell scripts are properly formatted.