Skip to content

Console Output

16:12:51 [2022-07-02T16:12:51.901Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43763/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43763/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b935e36e9918286d16ec7bee2ef3ce019881466e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b935e36e9918286d16ec7bee2ef3ce019881466e hack/validate/default
16:12:52 [2022-07-02T16:12:52.463Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
16:12:52 [2022-07-02T16:12:52.463Z] No api/types/ or api/swagger.yaml changes in diff.
16:12:52 [2022-07-02T16:12:52.463Z] Congratulations!  All TOML source files changed here have valid syntax.
16:12:52 [2022-07-02T16:12:52.463Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
16:12:52 [2022-07-02T16:12:52.463Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
16:12:52 [2022-07-02T16:12:52.463Z] 
16:12:52 [2022-07-02T16:12:52.463Z] INFO Start validation with golang-ci-lint
16:12:53 [2022-07-02T16:12:53.392Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
16:12:53 [2022-07-02T16:12:53.392Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:15:59 [2022-07-02T16:15:59.822Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|files|types_sizes|compiled_files|imports|name) took 2m52.785776091s 
16:15:59 [2022-07-02T16:15:59.822Z] 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. 
16:15:59 [2022-07-02T16:15:59.822Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 504.707945ms 
16:17:21 [2022-07-02T16:17:21.280Z] INFO [linters context/goanalysis] analyzers took 5m17.78060149s with top 10 stages: buildir: 2m3.577177684s, goimports: 25.128205256s, unconvert: 18.165813509s, gosec: 17.148299334s, golint: 8.306078591s, S1038: 8.286602301s, misspell: 6.644008901s, nilness: 4.517431465s, directives: 4.321313072s, S1039: 4.037996796s 
16:17:21 [2022-07-02T16:17:21.280Z] INFO [runner] Issues before processing: 3029, after processing: 0 
16:17:21 [2022-07-02T16:17:21.280Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2413/2413, autogenerated_exclude: 2030/2413, exclude-rules: 77/2030, nolint: 0/77, skip_dirs: 2413/2413, exclude: 2030/2030, cgo: 2413/3029, filename_unadjuster: 2413/2413, path_prettifier: 2413/2413, identifier_marker: 2030/2030 
16:17:21 [2022-07-02T16:17:21.280Z] INFO [runner] processing took 83.072777ms with stages: nolint: 32.677329ms, identifier_marker: 21.975796ms, path_prettifier: 9.287858ms, autogenerated_exclude: 9.002ms, exclude-rules: 7.907677ms, skip_dirs: 1.796609ms, cgo: 276.059µs, filename_unadjuster: 144.054µs, max_same_issues: 1.793µs, uniq_by_line: 684ns, max_from_linter: 401ns, skip_files: 393ns, diff: 347ns, exclude: 341ns, source_code: 295ns, path_shortener: 271ns, sort_results: 229ns, severity-rules: 223ns, max_per_file_from_linter: 223ns, path_prefixer: 195ns 
16:17:21 [2022-07-02T16:17:21.280Z] INFO [runner] linters took 1m32.899171651s with stages: goanalysis_metalinter: 1m32.815971757s 
16:17:21 [2022-07-02T16:17:21.280Z] INFO File cache stats: 1674 entries of total size 8.6MiB 
16:17:21 [2022-07-02T16:17:21.280Z] INFO Memory: 2663 samples, avg is 281.3MB, max is 1142.0MB 
16:17:21 [2022-07-02T16:17:21.280Z] INFO Execution took 4m26.199711938s               
16:17:21 [2022-07-02T16:17:21.280Z] Congratulations! The shell scripts are properly formatted.