Skip to content

Console Output

19:03:23 [2022-03-10T19:03:23.688Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43356/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43356/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f5c56eaca842b4269934b162e237487b28c7cc9d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:f5c56eaca842b4269934b162e237487b28c7cc9d hack/validate/default
19:03:24 [2022-03-10T19:03:24.254Z] Congratulations!  All commits are properly signed with the DCO!
19:03:25 [2022-03-10T19:03:25.216Z] Congratulations!  Seccomp profile generation is done correctly.
19:03:25 [2022-03-10T19:03:25.216Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
19:03:33 [2022-03-10T19:03:33.363Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
19:03:35 [2022-03-10T19:03:35.266Z] Congratulations!  All API changes are done the right way.
19:03:35 [2022-03-10T19:03:35.266Z] Congratulations!  All TOML source files changed here have valid syntax.
19:03:35 [2022-03-10T19:03:35.266Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
19:03:35 [2022-03-10T19:03:35.266Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
19:03:35 [2022-03-10T19:03:35.266Z] Congratulations!  No new tests were added to integration-cli.
19:03:35 [2022-03-10T19:03:35.266Z] 
19:03:35 [2022-03-10T19:03:35.266Z] INFO Start validation with golang-ci-lint
19:03:35 [2022-03-10T19:03:35.266Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
19:03:35 [2022-03-10T19:03:35.266Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
19:03:35 [2022-03-10T19:03:35.266Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
19:05:41 [2022-03-10T19:05:41.750Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|imports|types_sizes|compiled_files|files|name) took 2m4.672817952s 
19:05:41 [2022-03-10T19:05:41.750Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 423.312648ms 
19:07:03 [2022-03-10T19:07:03.188Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 2m55.382934703s with top 10 stages: buildssa: 1m31.899967178s, goimports: 19.36579478s, unconvert: 11.468724553s, gosec: 8.92341687s, golint: 5.934132762s, ineffassign: 3.962830138s, misspell: 3.812041326s, inspect: 3.773018881s, vrp: 2.796975339s, printf: 2.038609354s 
19:07:11 [2022-03-10T19:07:11.313Z] INFO [runner/unused/goanalysis] analyzers took 24.066147408s with top 10 stages: buildssa: 20.843103504s, U1000: 3.223043904s 
19:07:11 [2022-03-10T19:07:11.313Z] INFO [runner] Issues before processing: 2258, after processing: 0 
19:07:11 [2022-03-10T19:07:11.313Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1682/1682, identifier_marker: 1577/1577, nolint: 0/64, filename_unadjuster: 1682/1682, skip_files: 1682/1682, exclude-rules: 64/1577, cgo: 1682/2258, skip_dirs: 1682/1682, autogenerated_exclude: 1577/1682, exclude: 1577/1577 
19:07:11 [2022-03-10T19:07:11.313Z] INFO [runner] processing took 50.959887ms with stages: nolint: 19.362323ms, identifier_marker: 15.462372ms, path_prettifier: 7.365664ms, autogenerated_exclude: 3.837142ms, exclude-rules: 3.159478ms, skip_dirs: 1.467061ms, cgo: 216.514µs, filename_unadjuster: 85.443µs, uniq_by_line: 964ns, max_same_issues: 793ns, skip_files: 493ns, diff: 339ns, max_from_linter: 319ns, source_code: 305ns, exclude: 302ns, path_shortener: 211ns, max_per_file_from_linter: 164ns 
19:07:11 [2022-03-10T19:07:11.313Z] INFO [runner] linters took 1m31.21699506s with stages: goanalysis_metalinter: 1m13.178720897s, unused: 17.986932615s 
19:07:11 [2022-03-10T19:07:11.313Z] INFO File cache stats: 1454 entries of total size 6.9MiB 
19:07:11 [2022-03-10T19:07:11.313Z] INFO Memory: 2165 samples, avg is 398.4MB, max is 3165.2MB 
19:07:11 [2022-03-10T19:07:11.313Z] INFO Execution took 3m36.322276383s               
19:07:11 [2022-03-10T19:07:11.572Z] Congratulations! The shell scripts are properly formatted.