Skip to content

Console Output

15:12:08 [2022-07-20T15:12:08.575Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43841/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43841/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a9081299dd762c8023a5bddccd51f3c4ece69ad5 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:a9081299dd762c8023a5bddccd51f3c4ece69ad5 hack/validate/default
15:12:11 [2022-07-20T15:12:11.104Z] Congratulations!  Seccomp profile generation is done correctly.
15:12:11 [2022-07-20T15:12:11.104Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
15:12:19 [2022-07-20T15:12:19.220Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
15:12:24 [2022-07-20T15:12:24.481Z] Congratulations!  All API changes are done the right way.
15:12:24 [2022-07-20T15:12:24.481Z] Congratulations!  All TOML source files changed here have valid syntax.
15:12:24 [2022-07-20T15:12:24.481Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
15:12:24 [2022-07-20T15:12:24.481Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
15:12:24 [2022-07-20T15:12:24.481Z] 
15:12:24 [2022-07-20T15:12:24.481Z] INFO Start validation with golang-ci-lint
15:12:24 [2022-07-20T15:12:24.481Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
15:12:24 [2022-07-20T15:12:24.481Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
15:15:15 [2022-07-20T15:15:15.968Z] INFO [loader] Go packages loading at mode 575 (name|types_sizes|deps|files|imports|compiled_files|exports_file) took 2m51.515540838s 
15:15:16 [2022-07-20T15:15:16.535Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 515.67658ms 
15:17:07 [2022-07-20T15:17:07.990Z] INFO [linters context/goanalysis] analyzers took 6m37.414901073s with top 10 stages: buildir: 2m24.795910932s, the_only_name: 42.245714119s, goimports: 29.290890968s, unconvert: 25.622628591s, gosec: 20.25910984s, S1038: 18.146193378s, misspell: 8.373272914s, S1039: 5.63026895s, unused: 5.06633783s, inspect: 4.720399204s 
15:17:07 [2022-07-20T15:17:07.990Z] INFO [runner] Issues before processing: 2396, after processing: 0 
15:17:07 [2022-07-20T15:17:07.990Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2133/2133, autogenerated_exclude: 2030/2133, cgo: 2133/2396, path_prettifier: 2133/2133, skip_files: 2133/2133, skip_dirs: 2133/2133, exclude: 2030/2030, exclude-rules: 77/2030, identifier_marker: 2030/2030, nolint: 0/77 
15:17:07 [2022-07-20T15:17:07.990Z] INFO [runner] processing took 81.991723ms with stages: nolint: 32.908668ms, identifier_marker: 21.664233ms, path_prettifier: 9.144601ms, autogenerated_exclude: 8.279568ms, exclude-rules: 7.836216ms, skip_dirs: 1.769433ms, cgo: 243.695µs, filename_unadjuster: 138.734µs, max_same_issues: 1.955µs, skip_files: 1.049µs, uniq_by_line: 726ns, max_from_linter: 415ns, exclude: 389ns, diff: 358ns, source_code: 342ns, sort_results: 310ns, max_per_file_from_linter: 305ns, severity-rules: 247ns, path_shortener: 246ns, path_prefixer: 233ns 
15:17:07 [2022-07-20T15:17:07.990Z] INFO [runner] linters took 1m46.358731314s with stages: goanalysis_metalinter: 1m46.276613723s 
15:17:07 [2022-07-20T15:17:07.990Z] INFO File cache stats: 1674 entries of total size 8.6MiB 
15:17:07 [2022-07-20T15:17:07.990Z] INFO Memory: 2783 samples, avg is 318.3MB, max is 1201.3MB 
15:17:07 [2022-07-20T15:17:07.990Z] INFO Execution took 4m38.405790457s               
15:17:07 [2022-07-20T15:17:07.990Z] Congratulations! The shell scripts are properly formatted.