Skip to content

Console Output

22:11:21 [2022-09-08T22:11:21.391Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44121/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44121/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=366d551cd26362304f2580737fa1cec28da92359 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:366d551cd26362304f2580737fa1cec28da92359 hack/validate/default
22:11:23 [2022-09-08T22:11:23.294Z] Congratulations!  Seccomp profile generation is done correctly.
22:11:23 [2022-09-08T22:11:23.294Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
22:11:23 [2022-09-08T22:11:23.294Z] Congratulations! yamllint config file formatted correctly
22:12:02 [2022-09-08T22:12:02.015Z] Congratulations! YAML files are formatted correctly
22:12:04 [2022-09-08T22:12:04.543Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
22:12:07 [2022-09-08T22:12:07.886Z] Congratulations!  All API changes are done the right way.
22:12:07 [2022-09-08T22:12:07.886Z] Congratulations!  All TOML source files changed here have valid syntax.
22:12:07 [2022-09-08T22:12:07.886Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
22:12:07 [2022-09-08T22:12:07.886Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
22:12:07 [2022-09-08T22:12:07.886Z] 
22:12:07 [2022-09-08T22:12:07.886Z] INFO Start validation with golang-ci-lint
22:12:08 [2022-09-08T22:12:08.452Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
22:12:08 [2022-09-08T22:12:08.452Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
22:15:14 [2022-09-08T22:15:14.940Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|name|types_sizes|compiled_files|imports|files) took 2m53.416700785s 
22:15:14 [2022-09-08T22:15:14.940Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 520.322197ms 
22:16:51 [2022-09-08T22:16:51.382Z] INFO [linters context/goanalysis] analyzers took 7m18.54628063s with top 10 stages: buildir: 2m27.777904875s, the_only_name: 43.252408232s, goimports: 29.813856582s, unconvert: 24.438798262s, S1038: 19.390973952s, gosec: 18.067237454s, misspell: 7.940276027s, S1039: 6.904995444s, nilness: 4.928723021s, unused: 4.812765037s 
22:16:51 [2022-09-08T22:16:51.382Z] INFO [runner] Issues before processing: 2417, after processing: 0 
22:16:51 [2022-09-08T22:16:51.382Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 2028/2151, path_prettifier: 2151/2151, skip_dirs: 2151/2151, identifier_marker: 2028/2028, exclude-rules: 78/2028, cgo: 2151/2417, filename_unadjuster: 2151/2151, skip_files: 2151/2151, exclude: 2028/2028, nolint: 0/78 
22:16:51 [2022-09-08T22:16:51.382Z] INFO [runner] processing took 85.02231ms with stages: nolint: 33.538971ms, identifier_marker: 22.26018ms, path_prettifier: 9.453781ms, autogenerated_exclude: 8.420248ms, exclude-rules: 7.95999ms, skip_dirs: 1.70102ms, cgo: 1.456219ms, filename_unadjuster: 226.724µs, max_same_issues: 1.659µs, uniq_by_line: 548ns, skip_files: 487ns, exclude: 373ns, path_shortener: 347ns, diff: 307ns, max_from_linter: 304ns, source_code: 284ns, max_per_file_from_linter: 258ns, severity-rules: 221ns, sort_results: 209ns, path_prefixer: 180ns 
22:16:51 [2022-09-08T22:16:51.382Z] INFO [runner] linters took 1m47.410051628s with stages: goanalysis_metalinter: 1m47.324905839s 
22:16:51 [2022-09-08T22:16:51.382Z] INFO File cache stats: 1677 entries of total size 8.6MiB 
22:16:51 [2022-09-08T22:16:51.382Z] INFO Memory: 2815 samples, avg is 319.6MB, max is 1210.8MB 
22:16:51 [2022-09-08T22:16:51.382Z] INFO Execution took 4m41.356323412s               
22:16:51 [2022-09-08T22:16:51.382Z] Congratulations! The shell scripts are properly formatted.