Skip to content

Console Output

12:00:18 [2022-08-31T12:00:18.764Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44065/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44065/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f7cf9fbe486a8ff4f910b0d1a45f7fdecc66c32b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:f7cf9fbe486a8ff4f910b0d1a45f7fdecc66c32b hack/validate/default
12:00:20 [2022-08-31T12:00:20.658Z] Congratulations!  Seccomp profile generation is done correctly.
12:00:20 [2022-08-31T12:00:20.658Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
12:00:20 [2022-08-31T12:00:20.658Z] Congratulations! yamllint config file formatted correctly
12:00:59 [2022-08-31T12:00:59.338Z] Congratulations! YAML files are formatted correctly
12:01:02 [2022-08-31T12:01:02.607Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
12:01:07 [2022-08-31T12:01:07.855Z] Congratulations!  All API changes are done the right way.
12:01:07 [2022-08-31T12:01:07.855Z] Congratulations!  All TOML source files changed here have valid syntax.
12:01:07 [2022-08-31T12:01:07.855Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
12:01:07 [2022-08-31T12:01:07.855Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
12:01:07 [2022-08-31T12:01:07.855Z] 
12:01:07 [2022-08-31T12:01:07.855Z] INFO Start validation with golang-ci-lint
12:01:08 [2022-08-31T12:01:08.417Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
12:01:08 [2022-08-31T12:01:08.417Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
12:03:59 [2022-08-31T12:03:59.847Z] INFO [loader] Go packages loading at mode 575 (exports_file|imports|compiled_files|deps|types_sizes|files|name) took 2m46.918483176s 
12:03:59 [2022-08-31T12:03:59.847Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 490.999156ms 
12:05:51 [2022-08-31T12:05:51.289Z] INFO [linters context/goanalysis] analyzers took 6m13.378569727s with top 10 stages: buildir: 2m21.903084807s, the_only_name: 39.667688857s, goimports: 28.296501111s, unconvert: 20.577239623s, gosec: 17.572730932s, S1038: 16.724343593s, misspell: 5.887340068s, unused: 5.021744684s, nilness: 4.970961624s, S1039: 4.467745018s 
12:05:51 [2022-08-31T12:05:51.289Z] INFO [runner] Issues before processing: 2394, after processing: 0 
12:05:51 [2022-08-31T12:05:51.289Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2131/2131, exclude-rules: 78/2028, cgo: 2131/2394, filename_unadjuster: 2131/2131, skip_files: 2131/2131, autogenerated_exclude: 2028/2131, exclude: 2028/2028, path_prettifier: 2131/2131, identifier_marker: 2028/2028, nolint: 0/78 
12:05:51 [2022-08-31T12:05:51.289Z] INFO [runner] processing took 84.946906ms with stages: nolint: 34.495257ms, identifier_marker: 21.831544ms, path_prettifier: 9.614515ms, autogenerated_exclude: 8.273837ms, exclude-rules: 8.041861ms, skip_dirs: 2.251365ms, cgo: 290.951µs, filename_unadjuster: 143.033µs, max_same_issues: 877ns, diff: 638ns, max_from_linter: 520ns, uniq_by_line: 498ns, skip_files: 417ns, exclude: 294ns, source_code: 291ns, sort_results: 241ns, max_per_file_from_linter: 227ns, severity-rules: 220ns, path_shortener: 212ns, path_prefixer: 108ns 
12:05:51 [2022-08-31T12:05:51.289Z] INFO [runner] linters took 1m43.906137963s with stages: goanalysis_metalinter: 1m43.821060501s 
12:05:51 [2022-08-31T12:05:51.289Z] INFO File cache stats: 1677 entries of total size 8.6MiB 
12:05:51 [2022-08-31T12:05:51.289Z] INFO Memory: 2715 samples, avg is 321.2MB, max is 1236.3MB 
12:05:51 [2022-08-31T12:05:51.289Z] INFO Execution took 4m31.324831213s               
12:05:51 [2022-08-31T12:05:51.289Z] Congratulations! The shell scripts are properly formatted.