Skip to content

Console Output

11:01:49 [2021-06-10T11:01:49.849Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42506/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42506/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b13f90bbe1acc09cd2dfd7fc70012af447d6eb75 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b13f90bbe1acc09cd2dfd7fc70012af447d6eb75 hack/validate/default
11:01:50 [2021-06-10T11:01:50.411Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
11:01:50 [2021-06-10T11:01:50.667Z] No api/types/ or api/swagger.yaml changes in diff.
11:01:50 [2021-06-10T11:01:50.667Z] Congratulations!  All TOML source files changed here have valid syntax.
11:01:50 [2021-06-10T11:01:50.667Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
11:01:50 [2021-06-10T11:01:50.667Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
11:01:50 [2021-06-10T11:01:50.667Z] Congratulations!  No new tests were added to integration-cli.
11:01:50 [2021-06-10T11:01:50.667Z] 
11:01:50 [2021-06-10T11:01:50.667Z] INFO Start validation with golang-ci-lint
11:01:50 [2021-06-10T11:01:50.667Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
11:01:50 [2021-06-10T11:01:50.667Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:01:50 [2021-06-10T11:01:50.667Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:04:12 [2021-06-10T11:04:12.065Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|imports|name|deps|files|types_sizes) took 2m8.139610288s 
11:04:12 [2021-06-10T11:04:12.065Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 593.338228ms 
11:04:26 [2021-06-10T11:04:26.916Z] INFO [runner/unused/goanalysis] analyzers took 36.931588055s with top 10 stages: buildssa: 31.26561283s, U1000: 5.665975225s 
11:06:03 [2021-06-10T11:06:03.314Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m40.00658683s with top 10 stages: buildssa: 1m53.665641568s, goimports: 27.260707745s, unconvert: 16.071086405s, gosec: 12.077772035s, golint: 7.650150731s, misspell: 5.296029711s, ineffassign: 4.737842661s, vrp: 4.30862274s, inspect: 3.087549822s, fact_purity: 1.957196014s 
11:06:03 [2021-06-10T11:06:03.314Z] INFO [runner] Issues before processing: 2889, after processing: 0 
11:06:03 [2021-06-10T11:06:03.314Z] INFO [runner] Processors filtering stat (out/in): cgo: 2310/2889, skip_dirs: 2310/2310, autogenerated_exclude: 1922/2310, nolint: 0/79, path_prettifier: 2310/2310, skip_files: 2310/2310, exclude-rules: 79/1922, identifier_marker: 1922/1922, filename_unadjuster: 2310/2310, exclude: 1922/1922 
11:06:03 [2021-06-10T11:06:03.314Z] INFO [runner] processing took 154.027505ms with stages: nolint: 52.603163ms, identifier_marker: 46.79205ms, path_prettifier: 25.050804ms, exclude-rules: 8.22598ms, skip_dirs: 7.606707ms, autogenerated_exclude: 6.784441ms, filename_unadjuster: 6.630906ms, cgo: 327.014µs, max_same_issues: 1.95µs, uniq_by_line: 1.015µs, source_code: 744ns, exclude: 656ns, diff: 610ns, max_from_linter: 428ns, path_shortener: 424ns, skip_files: 320ns, max_per_file_from_linter: 293ns 
11:06:03 [2021-06-10T11:06:03.314Z] INFO [runner] linters took 1m55.064875175s with stages: goanalysis_metalinter: 1m29.51404628s, unused: 25.396517948s 
11:06:03 [2021-06-10T11:06:03.314Z] INFO File cache stats: 1698 entries of total size 8.6MiB 
11:06:03 [2021-06-10T11:06:03.314Z] INFO Memory: 1624 samples, avg is 892.6MB, max is 4509.5MB 
11:06:03 [2021-06-10T11:06:03.314Z] INFO Execution took 4m3.809187267s                
11:06:03 [2021-06-10T11:06:03.314Z] Congratulations! The shell scripts are properly formatted.