Skip to content

Console Output

22:07:56 [2022-12-19T22:07:56.047Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44673/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44673/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2f212873ac83b8077ce719ac2a7d28a39f6c7532 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:2f212873ac83b8077ce719ac2a7d28a39f6c7532 hack/validate/default
22:07:56 [2022-12-19T22:07:56.613Z] Congratulations!  All commits are properly signed with the DCO!
22:07:57 [2022-12-19T22:07:57.548Z] Congratulations!  Seccomp profile generation is done correctly.
22:07:57 [2022-12-19T22:07:57.548Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
22:08:05 [2022-12-19T22:08:05.671Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
22:08:06 [2022-12-19T22:08:06.605Z] Congratulations!  All API changes are done the right way.
22:08:06 [2022-12-19T22:08:06.605Z] Congratulations!  All TOML source files changed here have valid syntax.
22:08:06 [2022-12-19T22:08:06.605Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
22:08:06 [2022-12-19T22:08:06.605Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
22:08:06 [2022-12-19T22:08:06.605Z] Congratulations!  No new tests were added to integration-cli.
22:08:06 [2022-12-19T22:08:06.605Z] 
22:08:06 [2022-12-19T22:08:06.605Z] INFO Start validation with golang-ci-lint
22:08:07 [2022-12-19T22:08:07.171Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
22:08:07 [2022-12-19T22:08:07.172Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:08:07 [2022-12-19T22:08:07.172Z] INFO [loader] Using build tags: [apparmor seccomp] 
22:10:43 [2022-12-19T22:10:43.643Z] INFO [loader] Go packages loading at mode 575 (deps|imports|files|name|types_sizes|compiled_files|exports_file) took 2m25.822180624s 
22:10:43 [2022-12-19T22:10:43.643Z] 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. 
22:10:43 [2022-12-19T22:10:43.643Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 402.019463ms 
22:12:05 [2022-12-19T22:12:05.182Z] INFO [linters context/goanalysis] analyzers took 3m59.35284729s with top 10 stages: buildir: 1m41.824366885s, goimports: 21.381115758s, unconvert: 15.344322194s, gosec: 12.638158004s, S1038: 6.538917547s, golint: 6.488407899s, misspell: 5.058180312s, nilness: 3.432286054s, unused: 2.932057825s, SA1012: 2.882598865s 
22:12:05 [2022-12-19T22:12:05.182Z] INFO [runner] Issues before processing: 2495, after processing: 0 
22:12:05 [2022-12-19T22:12:05.182Z] INFO [runner] Processors filtering stat (out/in): exclude: 1772/1772, exclude-rules: 78/1772, cgo: 1877/2495, identifier_marker: 1772/1772, filename_unadjuster: 1877/1877, skip_dirs: 1877/1877, autogenerated_exclude: 1772/1877, nolint: 0/78, path_prettifier: 1877/1877, skip_files: 1877/1877 
22:12:05 [2022-12-19T22:12:05.182Z] INFO [runner] processing took 69.366107ms with stages: nolint: 26.382481ms, identifier_marker: 18.851675ms, path_prettifier: 8.048967ms, exclude-rules: 7.139244ms, autogenerated_exclude: 6.894412ms, skip_dirs: 1.567407ms, cgo: 288.373µs, filename_unadjuster: 188.391µs, max_same_issues: 1.583µs, path_shortener: 551ns, uniq_by_line: 549ns, skip_files: 437ns, diff: 320ns, max_from_linter: 286ns, source_code: 283ns, exclude: 274ns, max_per_file_from_linter: 238ns, sort_results: 231ns, severity-rules: 225ns, path_prefixer: 180ns 
22:12:05 [2022-12-19T22:12:05.182Z] INFO [runner] linters took 1m18.40066746s with stages: goanalysis_metalinter: 1m18.331151332s 
22:12:05 [2022-12-19T22:12:05.182Z] INFO File cache stats: 1458 entries of total size 6.9MiB 
22:12:05 [2022-12-19T22:12:05.182Z] INFO Memory: 2245 samples, avg is 277.9MB, max is 1079.2MB 
22:12:05 [2022-12-19T22:12:05.182Z] INFO Execution took 3m44.633423925s               
22:12:05 [2022-12-19T22:12:05.182Z] Congratulations! The shell scripts are properly formatted.