Skip to content

Console Output

15:32:43 [2022-08-02T15:32:43.464Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43889/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43889/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2833aa1e4b9f6c2a028d5a7c7371f971609ec65b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:2833aa1e4b9f6c2a028d5a7c7371f971609ec65b hack/validate/default
15:32:44 [2022-08-02T15:32:44.842Z] Congratulations!  All commits are properly signed with the DCO!
15:32:45 [2022-08-02T15:32:45.783Z] Congratulations!  Seccomp profile generation is done correctly.
15:32:45 [2022-08-02T15:32:45.783Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
15:32:53 [2022-08-02T15:32:53.913Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
15:32:54 [2022-08-02T15:32:54.852Z] Congratulations!  All API changes are done the right way.
15:32:54 [2022-08-02T15:32:54.852Z] Congratulations!  All TOML source files changed here have valid syntax.
15:32:54 [2022-08-02T15:32:54.852Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
15:32:54 [2022-08-02T15:32:54.852Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
15:32:54 [2022-08-02T15:32:54.852Z] Congratulations!  No new tests were added to integration-cli.
15:32:55 [2022-08-02T15:32:55.111Z] 
15:32:55 [2022-08-02T15:32:55.111Z] INFO Start validation with golang-ci-lint
15:32:55 [2022-08-02T15:32:55.111Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
15:32:55 [2022-08-02T15:32:55.111Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:32:55 [2022-08-02T15:32:55.112Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:35:16 [2022-08-02T15:35:16.642Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|name|types_sizes|compiled_files|files|imports) took 2m14.732382984s 
15:35:16 [2022-08-02T15:35:16.642Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 413.160742ms 
15:35:31 [2022-08-02T15:35:31.542Z] INFO [runner/unused/goanalysis] analyzers took 24.334684029s with top 10 stages: buildssa: 21.319432952s, U1000: 3.015251077s 
15:36:53 [2022-08-02T15:36:53.004Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m10.964426139s with top 10 stages: buildssa: 1m36.441468778s, goimports: 20.098998409s, unconvert: 10.980837287s, gosec: 8.791014414s, golint: 5.467714876s, ineffassign: 4.74535874s, misspell: 4.186118619s, inspect: 3.879103775s, printf: 2.516542786s, vrp: 2.509810687s 
15:36:53 [2022-08-02T15:36:53.004Z] INFO [runner] Issues before processing: 2258, after processing: 0 
15:36:53 [2022-08-02T15:36:53.004Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 1682/1682, exclude: 1577/1577, exclude-rules: 64/1577, nolint: 0/64, cgo: 1682/2258, path_prettifier: 1682/1682, identifier_marker: 1577/1577, filename_unadjuster: 1682/1682, autogenerated_exclude: 1577/1682, skip_files: 1682/1682 
15:36:53 [2022-08-02T15:36:53.004Z] INFO [runner] processing took 87.861208ms with stages: identifier_marker: 32.093861ms, nolint: 31.330669ms, path_prettifier: 11.506382ms, autogenerated_exclude: 5.411929ms, exclude-rules: 4.848219ms, skip_dirs: 2.382986ms, cgo: 184.022µs, filename_unadjuster: 97.376µs, max_same_issues: 1.759µs, uniq_by_line: 748ns, source_code: 721ns, diff: 567ns, exclude: 500ns, skip_files: 457ns, max_from_linter: 390ns, max_per_file_from_linter: 336ns, path_shortener: 286ns 
15:36:53 [2022-08-02T15:36:53.004Z] INFO [runner] linters took 1m38.135288906s with stages: goanalysis_metalinter: 1m18.512060694s, unused: 19.535145761s 
15:36:53 [2022-08-02T15:36:53.004Z] INFO File cache stats: 1456 entries of total size 6.9MiB 
15:36:53 [2022-08-02T15:36:53.004Z] INFO Memory: 2334 samples, avg is 1268.7MB, max is 3360.4MB 
15:36:53 [2022-08-02T15:36:53.004Z] INFO Execution took 3m53.288784252s               
15:36:53 [2022-08-02T15:36:53.004Z] Congratulations! The shell scripts are properly formatted.