Skip to content

Console Output

11:10:28 [2022-07-01T11:10:28.452Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43760/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43760/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b1a6d5388dfd54f4a0674eefecb4bb7cdc3f9aed -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b1a6d5388dfd54f4a0674eefecb4bb7cdc3f9aed hack/validate/default
11:10:29 [2022-07-01T11:10:29.020Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
11:10:29 [2022-07-01T11:10:29.020Z] No api/types/ or api/swagger.yaml changes in diff.
11:10:29 [2022-07-01T11:10:29.020Z] Congratulations!  All TOML source files changed here have valid syntax.
11:10:29 [2022-07-01T11:10:29.020Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
11:10:29 [2022-07-01T11:10:29.020Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
11:10:29 [2022-07-01T11:10:29.020Z] 
11:10:29 [2022-07-01T11:10:29.020Z] INFO Start validation with golang-ci-lint
11:10:29 [2022-07-01T11:10:29.964Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
11:10:29 [2022-07-01T11:10:29.964Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:13:36 [2022-07-01T11:13:36.478Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|imports|compiled_files|deps|name|types_sizes) took 2m52.272603399s 
11:13:36 [2022-07-01T11:13:36.478Z] 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. 
11:13:36 [2022-07-01T11:13:36.478Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 503.014521ms 
11:14:57 [2022-07-01T11:14:57.917Z] INFO [linters context/goanalysis] analyzers took 4m45.452634995s with top 10 stages: buildir: 2m1.422279829s, goimports: 24.840037897s, unconvert: 17.838417809s, gosec: 16.01114337s, S1038: 9.038025048s, golint: 8.500655807s, misspell: 5.061615997s, nilness: 3.981479401s, S1039: 3.449023824s, unused: 3.316628289s 
11:14:57 [2022-07-01T11:14:57.917Z] INFO [runner] Issues before processing: 3029, after processing: 0 
11:14:57 [2022-07-01T11:14:57.917Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 2030/2030, cgo: 2413/3029, filename_unadjuster: 2413/2413, path_prettifier: 2413/2413, exclude: 2030/2030, nolint: 0/77, skip_dirs: 2413/2413, autogenerated_exclude: 2030/2413, skip_files: 2413/2413, exclude-rules: 77/2030 
11:14:57 [2022-07-01T11:14:57.917Z] INFO [runner] processing took 83.79061ms with stages: nolint: 33.301227ms, identifier_marker: 22.000254ms, path_prettifier: 9.715971ms, autogenerated_exclude: 8.637025ms, exclude-rules: 7.904499ms, skip_dirs: 1.840681ms, cgo: 232.998µs, filename_unadjuster: 152.246µs, max_same_issues: 1.738µs, uniq_by_line: 638ns, skip_files: 523ns, source_code: 431ns, diff: 428ns, max_from_linter: 391ns, exclude: 364ns, max_per_file_from_linter: 319ns, severity-rules: 238ns, sort_results: 220ns, path_shortener: 213ns, path_prefixer: 206ns 
11:14:57 [2022-07-01T11:14:57.917Z] INFO [runner] linters took 1m31.984536685s with stages: goanalysis_metalinter: 1m31.900621716s 
11:14:57 [2022-07-01T11:14:57.917Z] INFO File cache stats: 1674 entries of total size 8.6MiB 
11:14:57 [2022-07-01T11:14:57.917Z] INFO Memory: 2649 samples, avg is 279.4MB, max is 1149.3MB 
11:14:57 [2022-07-01T11:14:57.917Z] INFO Execution took 4m24.77288424s                
11:14:57 [2022-07-01T11:14:57.917Z] Congratulations! The shell scripts are properly formatted.