Skip to content

Console Output

15:45:49 [2021-07-29T15:45:49.654Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42679/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42679/.git:/go/src/github.com/docker/docker/.git --name docker-pr12 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=dbd424ad0125ff9d0d3047570cf4b9ed075b16ce -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:dbd424ad0125ff9d0d3047570cf4b9ed075b16ce hack/validate/default
15:45:50 [2021-07-29T15:45:50.586Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
15:45:50 [2021-07-29T15:45:50.586Z] No api/types/ or api/swagger.yaml changes in diff.
15:45:50 [2021-07-29T15:45:50.586Z] Congratulations!  All TOML source files changed here have valid syntax.
15:45:50 [2021-07-29T15:45:50.586Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
15:45:50 [2021-07-29T15:45:50.586Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
15:45:50 [2021-07-29T15:45:50.586Z] Congratulations!  No new tests were added to integration-cli.
15:45:50 [2021-07-29T15:45:50.586Z] 
15:45:50 [2021-07-29T15:45:50.586Z] INFO Start validation with golang-ci-lint
15:45:50 [2021-07-29T15:45:50.586Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
15:45:50 [2021-07-29T15:45:50.586Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:45:50 [2021-07-29T15:45:50.586Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:48:12 [2021-07-29T15:48:12.023Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|files|imports|name|exports_file|types_sizes) took 2m14.087296452s 
15:48:12 [2021-07-29T15:48:12.023Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 537.358429ms 
15:49:33 [2021-07-29T15:49:33.462Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m22.560063318s with top 10 stages: buildssa: 1m43.039510615s, goimports: 22.857622038s, unconvert: 14.954924877s, gosec: 11.161735734s, golint: 5.98151214s, ineffassign: 5.19582898s, misspell: 4.928516816s, inspect: 4.500815011s, vrp: 3.875982008s, ctrlflow: 2.136939953s 
15:49:48 [2021-07-29T15:49:48.325Z] INFO [runner/unused/goanalysis] analyzers took 29.34313224s with top 10 stages: buildssa: 25.311606347s, U1000: 4.031525893s 
15:49:48 [2021-07-29T15:49:48.325Z] INFO [runner] Issues before processing: 2856, after processing: 0 
15:49:48 [2021-07-29T15:49:48.325Z] INFO [runner] Processors filtering stat (out/in): cgo: 2281/2856, skip_dirs: 2281/2281, exclude-rules: 78/1892, exclude: 1892/1892, filename_unadjuster: 2281/2281, skip_files: 2281/2281, autogenerated_exclude: 1892/2281, nolint: 0/78, path_prettifier: 2281/2281, identifier_marker: 1892/1892 
15:49:48 [2021-07-29T15:49:48.325Z] INFO [runner] processing took 73.854943ms with stages: nolint: 27.091185ms, identifier_marker: 19.449351ms, path_prettifier: 15.138141ms, autogenerated_exclude: 5.867768ms, exclude-rules: 3.763312ms, skip_dirs: 1.977558ms, cgo: 332.837µs, filename_unadjuster: 229.307µs, max_same_issues: 1.526µs, exclude: 730ns, source_code: 613ns, skip_files: 563ns, uniq_by_line: 529ns, path_shortener: 514ns, diff: 435ns, max_from_linter: 358ns, max_per_file_from_linter: 216ns 
15:49:48 [2021-07-29T15:49:48.325Z] INFO [runner] linters took 1m42.995484926s with stages: goanalysis_metalinter: 1m21.09609017s, unused: 21.825406096s 
15:49:48 [2021-07-29T15:49:48.325Z] INFO File cache stats: 1688 entries of total size 8.5MiB 
15:49:48 [2021-07-29T15:49:48.325Z] INFO Memory: 2378 samples, avg is 465.3MB, max is 4036.4MB 
15:49:48 [2021-07-29T15:49:48.325Z] INFO Execution took 3m57.629759453s               
15:49:48 [2021-07-29T15:49:48.582Z] Congratulations! The shell scripts are properly formatted.