Skip to content

Console Output

20:23:02 [2022-09-07T20:23:02.284Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44085/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44085/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c853881610d9d7b46e38724ca73c1d4d90b35281 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:c853881610d9d7b46e38724ca73c1d4d90b35281 hack/validate/default
20:23:04 [2022-09-07T20:23:04.190Z] Congratulations!  Seccomp profile generation is done correctly.
20:23:04 [2022-09-07T20:23:04.190Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
20:23:04 [2022-09-07T20:23:04.190Z] Congratulations! yamllint config file formatted correctly
20:23:42 [2022-09-07T20:23:42.918Z] Congratulations! YAML files are formatted correctly
20:23:45 [2022-09-07T20:23:45.448Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
20:23:48 [2022-09-07T20:23:48.732Z] Congratulations!  All API changes are done the right way.
20:23:48 [2022-09-07T20:23:48.732Z] Congratulations!  All TOML source files changed here have valid syntax.
20:23:48 [2022-09-07T20:23:48.732Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:23:48 [2022-09-07T20:23:48.732Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
20:23:48 [2022-09-07T20:23:48.732Z] 
20:23:48 [2022-09-07T20:23:48.732Z] INFO Start validation with golang-ci-lint
20:23:49 [2022-09-07T20:23:49.303Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:23:49 [2022-09-07T20:23:49.303Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
20:26:55 [2022-09-07T20:26:55.804Z] INFO [loader] Go packages loading at mode 575 (deps|files|name|types_sizes|compiled_files|exports_file|imports) took 2m56.6011043s 
20:26:55 [2022-09-07T20:26:55.804Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 515.345759ms 
20:28:47 [2022-09-07T20:28:47.432Z] INFO [linters context/goanalysis] analyzers took 6m36.916074657s with top 10 stages: buildir: 2m26.828904584s, the_only_name: 39.366370309s, goimports: 28.309922979s, unconvert: 21.493801841s, gosec: 18.199087428s, S1038: 17.534836465s, misspell: 6.893210297s, S1039: 5.551722078s, SA1012: 4.685905483s, inspect: 4.661015381s 
20:28:47 [2022-09-07T20:28:47.432Z] INFO [runner] Issues before processing: 2417, after processing: 0 
20:28:47 [2022-09-07T20:28:47.432Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2151/2151, skip_dirs: 2151/2151, exclude-rules: 78/2028, cgo: 2151/2417, path_prettifier: 2151/2151, identifier_marker: 2028/2028, exclude: 2028/2028, nolint: 0/78, skip_files: 2151/2151, autogenerated_exclude: 2028/2151 
20:28:47 [2022-09-07T20:28:47.432Z] INFO [runner] processing took 158.459471ms with stages: identifier_marker: 51.439697ms, nolint: 46.272087ms, autogenerated_exclude: 27.678408ms, path_prettifier: 14.05014ms, exclude-rules: 13.38339ms, skip_dirs: 5.287693ms, cgo: 215.472µs, filename_unadjuster: 126.64µs, max_same_issues: 1.644µs, exclude: 726ns, uniq_by_line: 634ns, skip_files: 512ns, source_code: 465ns, diff: 409ns, path_shortener: 366ns, max_from_linter: 337ns, max_per_file_from_linter: 302ns, severity-rules: 230ns, sort_results: 210ns, path_prefixer: 109ns 
20:28:47 [2022-09-07T20:28:47.432Z] INFO [runner] linters took 1m49.251006656s with stages: goanalysis_metalinter: 1m49.092377767s 
20:28:47 [2022-09-07T20:28:47.432Z] INFO File cache stats: 1677 entries of total size 8.6MiB 
20:28:47 [2022-09-07T20:28:47.432Z] INFO Memory: 2865 samples, avg is 317.7MB, max is 1177.9MB 
20:28:47 [2022-09-07T20:28:47.432Z] INFO Execution took 4m46.379158263s               
20:28:47 [2022-09-07T20:28:47.432Z] Congratulations! The shell scripts are properly formatted.