Skip to content

Console Output

19:03:39 [2023-05-05T19:03:39.844Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45406/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-45406/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=db9ab6438debd1b262c29479a23b4e972405ff75 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:db9ab6438debd1b262c29479a23b4e972405ff75 hack/validate/default
19:03:40 [2023-05-05T19:03:40.407Z] Congratulations!  All commits are properly signed with the DCO!
19:03:40 [2023-05-05T19:03:40.971Z] Congratulations!  Seccomp profile generation is done correctly.
19:03:40 [2023-05-05T19:03:40.972Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
19:03:49 [2023-05-05T19:03:49.069Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
19:03:49 [2023-05-05T19:03:49.633Z] Congratulations!  All API changes are done the right way.
19:03:49 [2023-05-05T19:03:49.633Z] Congratulations!  All TOML source files changed here have valid syntax.
19:03:49 [2023-05-05T19:03:49.633Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
19:03:49 [2023-05-05T19:03:49.633Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
19:03:49 [2023-05-05T19:03:49.633Z] Congratulations!  No new tests were added to integration-cli.
19:03:49 [2023-05-05T19:03:49.633Z] 
19:03:49 [2023-05-05T19:03:49.633Z] INFO Start validation with golang-ci-lint
19:03:49 [2023-05-05T19:03:49.633Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
19:03:49 [2023-05-05T19:03:49.633Z] INFO [lintersdb] Active 11 linters: [goimports gosec gosimple govet ineffassign misspell revive staticcheck typecheck unconvert unused] 
19:03:49 [2023-05-05T19:03:49.633Z] INFO [loader] Using build tags: [apparmor seccomp] 
19:04:36 [2023-05-05T19:04:36.302Z] INFO [loader] Go packages loading at mode 575 (exports_file|imports|types_sizes|compiled_files|deps|files|name) took 42.990408722s 
19:04:36 [2023-05-05T19:04:36.302Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 146.024768ms 
19:05:02 [2023-05-05T19:05:02.837Z] INFO [linters context/goanalysis] analyzers took 6m48.87170053s with top 10 stages: buildir: 1m46.111039803s, goimports: 15.389576834s, the_only_name: 12.471619156s, unconvert: 9.887005394s, gosec: 8.495192351s, S1038: 7.549908542s, inspect: 6.979622449s, misspell: 5.599139648s, fact_deprecated: 5.591655872s, printf: 5.27567689s 
19:05:02 [2023-05-05T19:05:02.837Z] INFO [runner] Issues before processing: 1862, after processing: 0 
19:05:02 [2023-05-05T19:05:02.837Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1781/1781, cgo: 1781/1862, path_prettifier: 1781/1781, skip_dirs: 1781/1781, autogenerated_exclude: 1753/1781, skip_files: 1781/1781, identifier_marker: 1753/1753, exclude: 1753/1753, exclude-rules: 58/1753, nolint: 0/58 
19:05:02 [2023-05-05T19:05:02.837Z] INFO [runner] processing took 67.442245ms with stages: nolint: 24.452985ms, identifier_marker: 19.589263ms, path_prettifier: 7.548562ms, autogenerated_exclude: 7.425512ms, exclude-rules: 6.748536ms, skip_dirs: 1.422215ms, cgo: 150.653µs, filename_unadjuster: 100.09µs, max_same_issues: 961ns, uniq_by_line: 551ns, max_per_file_from_linter: 454ns, skip_files: 420ns, max_from_linter: 287ns, source_code: 275ns, exclude: 264ns, diff: 255ns, path_prefixer: 253ns, sort_results: 245ns, path_shortener: 234ns, severity-rules: 230ns 
19:05:02 [2023-05-05T19:05:02.837Z] INFO [runner] linters took 26.259540363s with stages: goanalysis_metalinter: 26.191988413s 
19:05:02 [2023-05-05T19:05:02.837Z] INFO File cache stats: 1458 entries of total size 6.9MiB 
19:05:02 [2023-05-05T19:05:02.837Z] INFO Memory: 687 samples, avg is 346.6MB, max is 1326.8MB 
19:05:02 [2023-05-05T19:05:02.837Z] INFO Execution took 1m9.404293402s                
19:05:02 [2023-05-05T19:05:02.837Z] Congratulations! The shell scripts are properly formatted.