Skip to content

Console Output

10:54:59 [2022-08-04T10:54:59.963Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43822/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43822/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e788316298b8ecb0c08c6d33fa41a89ff72a1fd7 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e788316298b8ecb0c08c6d33fa41a89ff72a1fd7 hack/validate/default
10:55:00 [2022-08-04T10:55:00.531Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
10:55:00 [2022-08-04T10:55:00.531Z] No api/types/ or api/swagger.yaml changes in diff.
10:55:00 [2022-08-04T10:55:00.531Z] Congratulations!  All TOML source files changed here have valid syntax.
10:55:00 [2022-08-04T10:55:00.531Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
10:55:00 [2022-08-04T10:55:00.531Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
10:55:00 [2022-08-04T10:55:00.531Z] 
10:55:00 [2022-08-04T10:55:00.531Z] INFO Start validation with golang-ci-lint
10:55:01 [2022-08-04T10:55:01.469Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
10:55:01 [2022-08-04T10:55:01.469Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
10:55:01 [2022-08-04T10:55:01.469Z] INFO [loader] Using build tags: [ journald]       
10:58:07 [2022-08-04T10:58:07.984Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|files|compiled_files|imports|name|types_sizes) took 2m54.248220558s 
10:58:07 [2022-08-04T10:58:07.985Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 514.712619ms 
10:59:44 [2022-08-04T10:59:44.459Z] INFO [linters context/goanalysis] analyzers took 6m39.659925637s with top 10 stages: buildir: 2m22.104092825s, the_only_name: 41.869122144s, goimports: 29.619426482s, unconvert: 23.87093905s, S1038: 18.617220975s, gosec: 18.399000926s, misspell: 6.408780167s, unused: 6.029224651s, nilness: 5.812349377s, S1039: 4.979695398s 
10:59:44 [2022-08-04T10:59:44.459Z] INFO [runner] Issues before processing: 2446, after processing: 0 
10:59:44 [2022-08-04T10:59:44.459Z] INFO [runner] Processors filtering stat (out/in): cgo: 2125/2446, filename_unadjuster: 2125/2125, path_prettifier: 2125/2125, identifier_marker: 2022/2022, exclude-rules: 78/2022, nolint: 0/78, skip_files: 2125/2125, skip_dirs: 2125/2125, autogenerated_exclude: 2022/2125, exclude: 2022/2022 
10:59:44 [2022-08-04T10:59:44.459Z] INFO [runner] processing took 85.9989ms with stages: nolint: 34.153124ms, identifier_marker: 22.261274ms, path_prettifier: 11.150511ms, autogenerated_exclude: 8.441447ms, exclude-rules: 7.777215ms, skip_dirs: 1.854136ms, cgo: 227.785µs, filename_unadjuster: 128.23µs, max_same_issues: 1.53µs, uniq_by_line: 618ns, skip_files: 537ns, max_from_linter: 424ns, source_code: 317ns, max_per_file_from_linter: 285ns, exclude: 284ns, diff: 276ns, sort_results: 246ns, severity-rules: 237ns, path_shortener: 235ns, path_prefixer: 189ns 
10:59:44 [2022-08-04T10:59:44.459Z] INFO [runner] linters took 1m46.809429079s with stages: goanalysis_metalinter: 1m46.72323393s 
10:59:44 [2022-08-04T10:59:44.459Z] INFO File cache stats: 1702 entries of total size 8.7MiB 
10:59:44 [2022-08-04T10:59:44.459Z] INFO Memory: 2817 samples, avg is 315.5MB, max is 1230.7MB 
10:59:44 [2022-08-04T10:59:44.459Z] INFO Execution took 4m41.583077445s               
10:59:44 [2022-08-04T10:59:44.459Z] Congratulations! The shell scripts are properly formatted.