Skip to content

Console Output

17:26:11 [2023-07-15T17:26:11.351Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45980/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-45980/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1bd0805099023c90f39f6574219dcbc3e16e1744 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:1bd0805099023c90f39f6574219dcbc3e16e1744 hack/validate/default
17:26:12 [2023-07-15T17:26:12.290Z] Congratulations!  All commits are properly signed with the DCO!
17:26:13 [2023-07-15T17:26:13.231Z] Congratulations!  Seccomp profile generation is done correctly.
17:26:13 [2023-07-15T17:26:13.231Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:26:19 [2023-07-15T17:26:19.803Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
17:26:21 [2023-07-15T17:26:21.712Z] Congratulations!  All API changes are done the right way.
17:26:21 [2023-07-15T17:26:21.712Z] Congratulations!  All TOML source files changed here have valid syntax.
17:26:21 [2023-07-15T17:26:21.712Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:26:21 [2023-07-15T17:26:21.712Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:26:21 [2023-07-15T17:26:21.712Z] Congratulations!  No new tests were added to integration-cli.
17:26:21 [2023-07-15T17:26:21.712Z] 
17:26:21 [2023-07-15T17:26:21.712Z] INFO Start validation with golang-ci-lint
17:26:21 [2023-07-15T17:26:21.712Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:26:21 [2023-07-15T17:26:21.712Z] INFO [lintersdb] Active 11 linters: [goimports gosec gosimple govet ineffassign misspell revive staticcheck typecheck unconvert unused] 
17:26:21 [2023-07-15T17:26:21.712Z] INFO [loader] Using build tags: [apparmor seccomp] 
17:27:08 [2023-07-15T17:27:08.445Z] INFO [loader] Go packages loading at mode 575 (files|compiled_files|deps|name|types_sizes|exports_file|imports) took 44.518617242s 
17:27:08 [2023-07-15T17:27:08.445Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 156.160644ms 
17:27:35 [2023-07-15T17:27:35.028Z] INFO [linters context/goanalysis] analyzers took 7m28.280669246s with top 10 stages: buildir: 1m50.613885673s, goimports: 15.641186835s, the_only_name: 15.632210326s, unconvert: 12.079299057s, gosec: 8.040281752s, inspect: 8.033591972s, S1038: 7.562357375s, fact_deprecated: 6.625831578s, printf: 5.659190363s, misspell: 5.548431428s 
17:27:35 [2023-07-15T17:27:35.028Z] INFO [runner] Issues before processing: 1862, after processing: 0 
17:27:35 [2023-07-15T17:27:35.028Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1781/1781, skip_dirs: 1781/1781, nolint: 0/58, autogenerated_exclude: 1753/1781, skip_files: 1781/1781, identifier_marker: 1753/1753, exclude-rules: 58/1753, cgo: 1781/1862, path_prettifier: 1781/1781, exclude: 1753/1753 
17:27:35 [2023-07-15T17:27:35.028Z] INFO [runner] processing took 69.282499ms with stages: nolint: 24.526655ms, identifier_marker: 20.195114ms, autogenerated_exclude: 7.868772ms, path_prettifier: 7.801078ms, exclude-rules: 6.926196ms, skip_dirs: 1.57119ms, cgo: 284.61µs, filename_unadjuster: 103.183µs, max_same_issues: 1.99µs, uniq_by_line: 697ns, skip_files: 439ns, max_from_linter: 412ns, source_code: 405ns, exclude: 350ns, diff: 302ns, severity-rules: 261ns, sort_results: 257ns, max_per_file_from_linter: 246ns, path_shortener: 234ns, path_prefixer: 108ns 
17:27:35 [2023-07-15T17:27:35.028Z] INFO [runner] linters took 27.373794256s with stages: goanalysis_metalinter: 27.304380937s 
17:27:35 [2023-07-15T17:27:35.028Z] INFO File cache stats: 1458 entries of total size 6.9MiB 
17:27:35 [2023-07-15T17:27:35.028Z] INFO Memory: 710 samples, avg is 331.9MB, max is 1273.2MB 
17:27:35 [2023-07-15T17:27:35.028Z] INFO Execution took 1m12.05662091s                
17:27:35 [2023-07-15T17:27:35.028Z] Congratulations! The shell scripts are properly formatted.