Skip to content

Console Output

15:18:03 [2022-09-01T15:18:03.704Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44081/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44081/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7dac25a3a9725f627c3e457764ef4c115b5db2a8 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:7dac25a3a9725f627c3e457764ef4c115b5db2a8 hack/validate/default
15:18:04 [2022-09-01T15:18:04.646Z] Congratulations!  All commits are properly signed with the DCO!
15:18:05 [2022-09-01T15:18:05.582Z] Congratulations!  Seccomp profile generation is done correctly.
15:18:05 [2022-09-01T15:18:05.582Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
15:18:13 [2022-09-01T15:18:13.703Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
15:18:15 [2022-09-01T15:18:15.078Z] Congratulations!  All API changes are done the right way.
15:18:15 [2022-09-01T15:18:15.078Z] Congratulations!  All TOML source files changed here have valid syntax.
15:18:15 [2022-09-01T15:18:15.078Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
15:18:15 [2022-09-01T15:18:15.078Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
15:18:15 [2022-09-01T15:18:15.078Z] Congratulations!  No new tests were added to integration-cli.
15:18:15 [2022-09-01T15:18:15.078Z] 
15:18:15 [2022-09-01T15:18:15.078Z] INFO Start validation with golang-ci-lint
15:18:15 [2022-09-01T15:18:15.336Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
15:18:15 [2022-09-01T15:18:15.336Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:18:15 [2022-09-01T15:18:15.595Z] INFO [loader] Using build tags: [apparmor seccomp] 
15:20:52 [2022-09-01T15:20:52.102Z] INFO [loader] Go packages loading at mode 575 (compiled_files|files|imports|name|deps|exports_file|types_sizes) took 2m29.854435853s 
15:20:52 [2022-09-01T15:20:52.102Z] WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner.  Replaced by revive. 
15:20:52 [2022-09-01T15:20:52.102Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 402.480531ms 
15:22:13 [2022-09-01T15:22:13.556Z] INFO [linters context/goanalysis] analyzers took 4m1.845369554s with top 10 stages: buildir: 1m45.433169629s, goimports: 21.680795517s, unconvert: 15.721443004s, gosec: 12.988653961s, S1038: 6.540387482s, golint: 6.375812388s, misspell: 4.960902801s, inspect: 3.594303402s, nilness: 3.372643708s, SA1012: 2.893452687s 
15:22:13 [2022-09-01T15:22:13.556Z] INFO [runner] Issues before processing: 2482, after processing: 0 
15:22:13 [2022-09-01T15:22:13.556Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1870/1870, autogenerated_exclude: 1765/1870, identifier_marker: 1765/1765, nolint: 0/78, skip_files: 1870/1870, exclude: 1765/1765, exclude-rules: 78/1765, cgo: 1870/2482, filename_unadjuster: 1870/1870, skip_dirs: 1870/1870 
15:22:13 [2022-09-01T15:22:13.556Z] INFO [runner] processing took 159.244179ms with stages: nolint: 53.936658ms, identifier_marker: 50.492165ms, exclude-rules: 25.459171ms, autogenerated_exclude: 13.351529ms, path_prettifier: 13.292398ms, skip_dirs: 2.395ms, cgo: 192.915µs, filename_unadjuster: 117.977µs, max_same_issues: 1.847µs, uniq_by_line: 656ns, max_from_linter: 629ns, severity-rules: 551ns, diff: 531ns, skip_files: 449ns, exclude: 365ns, source_code: 348ns, max_per_file_from_linter: 293ns, sort_results: 287ns, path_shortener: 264ns, path_prefixer: 146ns 
15:22:13 [2022-09-01T15:22:13.556Z] INFO [runner] linters took 1m19.951874873s with stages: goanalysis_metalinter: 1m19.79007357s 
15:22:13 [2022-09-01T15:22:13.556Z] INFO File cache stats: 1456 entries of total size 6.9MiB 
15:22:13 [2022-09-01T15:22:13.556Z] INFO Memory: 2303 samples, avg is 272.4MB, max is 1047.0MB 
15:22:13 [2022-09-01T15:22:13.556Z] INFO Execution took 3m50.219789107s               
15:22:13 [2022-09-01T15:22:13.556Z] Congratulations! The shell scripts are properly formatted.