Skip to content

Console Output

18:08:48 [2023-07-21T18:08:48.047Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-46047/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-46047/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2d76f96d0612d5d9244e28f1c45d7ded44c875d3 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:2d76f96d0612d5d9244e28f1c45d7ded44c875d3 hack/validate/default
18:08:50 [2023-07-21T18:08:50.558Z] Congratulations!  All commits are properly signed with the DCO!
18:08:50 [2023-07-21T18:08:50.814Z] Congratulations!  Seccomp profile generation is done correctly.
18:08:50 [2023-07-21T18:08:50.814Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
18:08:57 [2023-07-21T18:08:57.342Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
18:08:59 [2023-07-21T18:08:59.228Z] Congratulations!  All API changes are done the right way.
18:08:59 [2023-07-21T18:08:59.228Z] Congratulations!  All TOML source files changed here have valid syntax.
18:08:59 [2023-07-21T18:08:59.228Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
18:08:59 [2023-07-21T18:08:59.228Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
18:08:59 [2023-07-21T18:08:59.228Z] Congratulations!  No new tests were added to integration-cli.
18:08:59 [2023-07-21T18:08:59.228Z] 
18:08:59 [2023-07-21T18:08:59.228Z] INFO Start validation with golang-ci-lint
18:08:59 [2023-07-21T18:08:59.228Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
18:08:59 [2023-07-21T18:08:59.228Z] INFO [lintersdb] Active 11 linters: [goimports gosec gosimple govet ineffassign misspell revive staticcheck typecheck unconvert unused] 
18:08:59 [2023-07-21T18:08:59.228Z] INFO [loader] Using build tags: [apparmor seccomp] 
18:09:45 [2023-07-21T18:09:45.872Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|imports|name|types_sizes) took 42.664442279s 
18:09:45 [2023-07-21T18:09:45.872Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 158.895029ms 
18:10:12 [2023-07-21T18:10:12.376Z] INFO [linters context/goanalysis] analyzers took 6m46.383149635s with top 10 stages: buildir: 1m44.356898409s, goimports: 15.674901635s, the_only_name: 12.770060249s, unconvert: 9.831916955s, gosec: 7.996342134s, S1038: 7.870172777s, printf: 6.621484556s, inspect: 6.548439131s, fact_deprecated: 6.297750955s, ctrlflow: 5.639815457s 
18:10:12 [2023-07-21T18:10:12.376Z] INFO [runner] Issues before processing: 1862, after processing: 0 
18:10:12 [2023-07-21T18:10:12.376Z] INFO [runner] Processors filtering stat (out/in): cgo: 1781/1862, exclude: 1753/1753, nolint: 0/58, skip_files: 1781/1781, skip_dirs: 1781/1781, exclude-rules: 58/1753, filename_unadjuster: 1781/1781, path_prettifier: 1781/1781, autogenerated_exclude: 1753/1781, identifier_marker: 1753/1753 
18:10:12 [2023-07-21T18:10:12.376Z] INFO [runner] processing took 68.036315ms with stages: nolint: 24.581049ms, identifier_marker: 19.765595ms, path_prettifier: 7.802947ms, autogenerated_exclude: 7.228965ms, exclude-rules: 6.903635ms, skip_dirs: 1.455569ms, cgo: 158.801µs, filename_unadjuster: 134.26µs, max_same_issues: 1.998µs, uniq_by_line: 573ns, max_from_linter: 393ns, skip_files: 393ns, source_code: 324ns, exclude: 319ns, diff: 314ns, max_per_file_from_linter: 266ns, path_shortener: 248ns, sort_results: 241ns, severity-rules: 238ns, path_prefixer: 187ns 
18:10:12 [2023-07-21T18:10:12.376Z] INFO [runner] linters took 26.386225688s with stages: goanalysis_metalinter: 26.318077055s 
18:10:12 [2023-07-21T18:10:12.376Z] INFO File cache stats: 1458 entries of total size 6.9MiB 
18:10:12 [2023-07-21T18:10:12.376Z] INFO Memory: 690 samples, avg is 349.1MB, max is 1293.0MB 
18:10:12 [2023-07-21T18:10:12.376Z] INFO Execution took 1m9.217169417s                
18:10:12 [2023-07-21T18:10:12.376Z] Congratulations! The shell scripts are properly formatted.