Skip to content

Console Output

22:38:38 [2022-08-04T22:38:38.694Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43919/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43919/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8ae63006f13986bd61032f9cf1f040cc4498d027 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:8ae63006f13986bd61032f9cf1f040cc4498d027 hack/validate/default
22:38:41 [2022-08-04T22:38:41.985Z] Congratulations!  Seccomp profile generation is done correctly.
22:38:41 [2022-08-04T22:38:41.985Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
22:38:50 [2022-08-04T22:38:50.120Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
22:38:55 [2022-08-04T22:38:55.401Z] Congratulations!  All API changes are done the right way.
22:38:55 [2022-08-04T22:38:55.401Z] Congratulations!  All TOML source files changed here have valid syntax.
22:38:55 [2022-08-04T22:38:55.401Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
22:38:55 [2022-08-04T22:38:55.401Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
22:38:55 [2022-08-04T22:38:55.401Z] 
22:38:55 [2022-08-04T22:38:55.401Z] INFO Start validation with golang-ci-lint
22:38:55 [2022-08-04T22:38:55.401Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
22:38:55 [2022-08-04T22:38:55.401Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
22:42:01 [2022-08-04T22:42:01.942Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|files|imports|name|deps|types_sizes) took 2m53.254281722s 
22:42:01 [2022-08-04T22:42:01.942Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 504.962928ms 
22:43:38 [2022-08-04T22:43:38.414Z] INFO [linters context/goanalysis] analyzers took 6m27.975375466s with top 10 stages: buildir: 2m25.709636883s, the_only_name: 39.989474887s, goimports: 28.656145853s, unconvert: 22.864726843s, S1038: 18.329615368s, gosec: 17.946547345s, misspell: 6.774697651s, unused: 5.761941372s, S1039: 5.138875975s, nilness: 4.757025588s 
22:43:38 [2022-08-04T22:43:38.414Z] INFO [runner] Issues before processing: 2398, after processing: 0 
22:43:38 [2022-08-04T22:43:38.414Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2135/2135, skip_dirs: 2135/2135, exclude: 2032/2032, nolint: 0/78, filename_unadjuster: 2135/2135, skip_files: 2135/2135, autogenerated_exclude: 2032/2135, identifier_marker: 2032/2032, exclude-rules: 78/2032, cgo: 2135/2398 
22:43:38 [2022-08-04T22:43:38.414Z] INFO [runner] processing took 127.835783ms with stages: identifier_marker: 39.613693ms, nolint: 39.356747ms, path_prettifier: 15.83074ms, exclude-rules: 14.925037ms, autogenerated_exclude: 12.698619ms, skip_dirs: 2.711454ms, filename_unadjuster: 1.939967ms, cgo: 753.741µs, max_same_issues: 1.97µs, uniq_by_line: 655ns, skip_files: 525ns, exclude: 475ns, max_from_linter: 344ns, diff: 331ns, source_code: 267ns, max_per_file_from_linter: 265ns, path_shortener: 263ns, sort_results: 256ns, severity-rules: 247ns, path_prefixer: 187ns 
22:43:38 [2022-08-04T22:43:38.414Z] INFO [runner] linters took 1m46.704192104s with stages: goanalysis_metalinter: 1m46.576110035s 
22:43:38 [2022-08-04T22:43:38.414Z] INFO File cache stats: 1675 entries of total size 8.6MiB 
22:43:38 [2022-08-04T22:43:38.414Z] INFO Memory: 2805 samples, avg is 317.2MB, max is 1248.3MB 
22:43:38 [2022-08-04T22:43:38.414Z] INFO Execution took 4m40.474150257s               
22:43:38 [2022-08-04T22:43:38.414Z] Congratulations! The shell scripts are properly formatted.