Skip to content

Console Output

21:17:14 [2023-06-28T21:17:14.078Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45840/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-45840/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b5fe60d3db085b18232df2fb27d7d4bfbb31b0f0 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:b5fe60d3db085b18232df2fb27d7d4bfbb31b0f0 hack/validate/default
21:17:14 [2023-06-28T21:17:14.638Z] Congratulations!  All commits are properly signed with the DCO!
21:17:15 [2023-06-28T21:17:15.198Z] Congratulations!  Seccomp profile generation is done correctly.
21:17:15 [2023-06-28T21:17:15.198Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
21:17:21 [2023-06-28T21:17:21.727Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
21:17:23 [2023-06-28T21:17:23.616Z] Congratulations!  All API changes are done the right way.
21:17:23 [2023-06-28T21:17:23.616Z] Congratulations!  All TOML source files changed here have valid syntax.
21:17:23 [2023-06-28T21:17:23.616Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
21:17:23 [2023-06-28T21:17:23.616Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
21:17:23 [2023-06-28T21:17:23.616Z] Congratulations!  No new tests were added to integration-cli.
21:17:23 [2023-06-28T21:17:23.616Z] 
21:17:23 [2023-06-28T21:17:23.616Z] INFO Start validation with golang-ci-lint
21:17:23 [2023-06-28T21:17:23.616Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
21:17:23 [2023-06-28T21:17:23.616Z] INFO [lintersdb] Active 11 linters: [goimports gosec gosimple govet ineffassign misspell revive staticcheck typecheck unconvert unused] 
21:17:23 [2023-06-28T21:17:23.616Z] INFO [loader] Using build tags: [apparmor seccomp] 
21:18:10 [2023-06-28T21:18:10.329Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|name|imports|types_sizes) took 42.891624359s 
21:18:10 [2023-06-28T21:18:10.329Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 154.825019ms 
21:18:36 [2023-06-28T21:18:36.831Z] INFO [linters context/goanalysis] analyzers took 7m25.606692707s with top 10 stages: buildir: 1m45.327060278s, goimports: 15.937904093s, the_only_name: 13.674772328s, unconvert: 9.57926098s, gosec: 8.590186382s, S1038: 8.097248246s, inspect: 6.670358768s, fact_deprecated: 6.657158836s, printf: 5.990070379s, ctrlflow: 5.19217451s 
21:18:36 [2023-06-28T21:18:36.831Z] INFO [runner] Issues before processing: 1862, after processing: 0 
21:18:36 [2023-06-28T21:18:36.831Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1781/1781, skip_files: 1781/1781, nolint: 0/58, path_prettifier: 1781/1781, skip_dirs: 1781/1781, exclude-rules: 58/1753, cgo: 1781/1862, autogenerated_exclude: 1753/1781, identifier_marker: 1753/1753, exclude: 1753/1753 
21:18:36 [2023-06-28T21:18:36.831Z] INFO [runner] processing took 68.144087ms with stages: nolint: 24.567585ms, identifier_marker: 19.863315ms, path_prettifier: 7.729501ms, autogenerated_exclude: 7.541802ms, exclude-rules: 6.743211ms, skip_dirs: 1.435659ms, cgo: 151.533µs, filename_unadjuster: 106.923µs, max_same_issues: 1.201µs, uniq_by_line: 562ns, max_from_linter: 496ns, skip_files: 370ns, source_code: 309ns, diff: 287ns, exclude: 274ns, severity-rules: 271ns, max_per_file_from_linter: 238ns, sort_results: 229ns, path_shortener: 223ns, path_prefixer: 98ns 
21:18:36 [2023-06-28T21:18:36.831Z] INFO [runner] linters took 26.303123185s with stages: goanalysis_metalinter: 26.234865305s 
21:18:36 [2023-06-28T21:18:36.831Z] INFO File cache stats: 1458 entries of total size 6.9MiB 
21:18:36 [2023-06-28T21:18:36.831Z] INFO Memory: 695 samples, avg is 355.4MB, max is 1335.7MB 
21:18:36 [2023-06-28T21:18:36.831Z] INFO Execution took 1m9.357180614s                
21:18:36 [2023-06-28T21:18:36.831Z] Congratulations! The shell scripts are properly formatted.