Skip to content

Console Output

13:46:57 [2022-08-22T13:46:57.231Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43613/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43613/.git:/go/src/github.com/docker/docker/.git --name docker-pr13 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f111f1d96fa7d13f2a2a38538c9fcf435a40c418 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f111f1d96fa7d13f2a2a38538c9fcf435a40c418 hack/validate/default
13:46:57 [2022-08-22T13:46:57.801Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:46:57 [2022-08-22T13:46:57.801Z] No api/types/ or api/swagger.yaml changes in diff.
13:46:57 [2022-08-22T13:46:57.801Z] Congratulations!  All TOML source files changed here have valid syntax.
13:46:57 [2022-08-22T13:46:57.801Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:46:57 [2022-08-22T13:46:57.801Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:46:58 [2022-08-22T13:46:58.060Z] 
13:46:58 [2022-08-22T13:46:58.060Z] INFO Start validation with golang-ci-lint
13:46:58 [2022-08-22T13:46:58.630Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:46:58 [2022-08-22T13:46:58.630Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
13:46:58 [2022-08-22T13:46:58.630Z] INFO [loader] Using build tags: [ journald]       
13:50:05 [2022-08-22T13:50:05.164Z] INFO [loader] Go packages loading at mode 575 (exports_file|imports|name|compiled_files|deps|files|types_sizes) took 2m53.192835498s 
13:50:05 [2022-08-22T13:50:05.164Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 499.188392ms 
13:51:41 [2022-08-22T13:51:41.767Z] INFO [linters context/goanalysis] analyzers took 6m34.206279428s with top 10 stages: buildir: 2m23.783697492s, the_only_name: 39.046505086s, goimports: 27.956966971s, unconvert: 22.708988484s, gosec: 18.498429689s, S1038: 17.187823096s, misspell: 6.346548482s, unused: 5.943910338s, nilness: 5.75201376s, S1039: 5.688700756s 
13:51:41 [2022-08-22T13:51:41.767Z] INFO [runner] Issues before processing: 2446, after processing: 0 
13:51:41 [2022-08-22T13:51:41.767Z] INFO [runner] Processors filtering stat (out/in): cgo: 2125/2446, filename_unadjuster: 2125/2125, skip_dirs: 2125/2125, nolint: 0/79, path_prettifier: 2125/2125, autogenerated_exclude: 2022/2125, skip_files: 2125/2125, identifier_marker: 2022/2022, exclude: 2022/2022, exclude-rules: 79/2022 
13:51:41 [2022-08-22T13:51:41.767Z] INFO [runner] processing took 165.025354ms with stages: nolint: 55.58147ms, identifier_marker: 52.39498ms, autogenerated_exclude: 31.068685ms, exclude-rules: 14.733049ms, path_prettifier: 8.901548ms, skip_dirs: 1.737503ms, cgo: 356.74µs, filename_unadjuster: 245.087µs, max_same_issues: 1.73µs, uniq_by_line: 786ns, max_from_linter: 634ns, diff: 423ns, skip_files: 420ns, path_shortener: 410ns, severity-rules: 368ns, source_code: 355ns, exclude: 344ns, max_per_file_from_linter: 317ns, sort_results: 289ns, path_prefixer: 216ns 
13:51:41 [2022-08-22T13:51:41.767Z] INFO [runner] linters took 1m47.14810655s with stages: goanalysis_metalinter: 1m46.98293763s 
13:51:41 [2022-08-22T13:51:41.767Z] INFO File cache stats: 1703 entries of total size 8.7MiB 
13:51:41 [2022-08-22T13:51:41.767Z] INFO Memory: 2809 samples, avg is 311.8MB, max is 1210.9MB 
13:51:41 [2022-08-22T13:51:41.767Z] INFO Execution took 4m40.851799127s               
13:51:41 [2022-08-22T13:51:41.767Z] Congratulations! The shell scripts are properly formatted.