Skip to content

Console Output

10:36:47 [2021-04-17T10:36:47.650Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42270/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42270/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=42de7a5171aa4cba04ecb3c14d7dc0fe5bb03249 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:42de7a5171aa4cba04ecb3c14d7dc0fe5bb03249 hack/validate/default
10:36:48 [2021-04-17T10:36:48.588Z] Congratulations!  All commits are properly signed with the DCO!
10:36:48 [2021-04-17T10:36:48.588Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
10:36:48 [2021-04-17T10:36:48.588Z] No api/types/ or api/swagger.yaml changes in diff.
10:36:48 [2021-04-17T10:36:48.588Z] Congratulations!  All TOML source files changed here have valid syntax.
10:36:48 [2021-04-17T10:36:48.588Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
10:36:48 [2021-04-17T10:36:48.588Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
10:36:48 [2021-04-17T10:36:48.588Z] Congratulations!  No new tests were added to integration-cli.
10:36:48 [2021-04-17T10:36:48.588Z] 
10:36:48 [2021-04-17T10:36:48.588Z] INFO Start validation with golang-ci-lint
10:36:48 [2021-04-17T10:36:48.588Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
10:36:48 [2021-04-17T10:36:48.588Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:36:48 [2021-04-17T10:36:48.588Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:38:55 [2021-04-17T10:38:55.081Z] INFO [loader] Go packages loading at mode 575 (types_sizes|deps|exports_file|name|compiled_files|files|imports) took 2m3.220828807s 
10:38:55 [2021-04-17T10:38:55.081Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 466.000814ms 
10:39:17 [2021-04-17T10:39:17.028Z] INFO [runner/unused/goanalysis] analyzers took 30.238502854s with top 10 stages: buildssa: 25.745409141s, U1000: 4.493093713s 
10:40:38 [2021-04-17T10:40:38.478Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m22.639687797s with top 10 stages: buildssa: 1m45.54650873s, goimports: 23.973674019s, unconvert: 12.514599572s, gosec: 10.819093701s, golint: 5.915790854s, ineffassign: 5.063939736s, misspell: 4.77050689s, inspect: 3.42507592s, vrp: 3.093868213s, printf: 1.944343829s 
10:40:38 [2021-04-17T10:40:38.478Z] INFO [runner] Issues before processing: 2262, after processing: 0 
10:40:38 [2021-04-17T10:40:38.478Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 1683/1683, autogenerated_exclude: 1578/1683, cgo: 1683/2262, filename_unadjuster: 1683/1683, exclude-rules: 64/1578, path_prettifier: 1683/1683, nolint: 0/64, skip_files: 1683/1683, identifier_marker: 1578/1578, exclude: 1578/1578 
10:40:38 [2021-04-17T10:40:38.478Z] INFO [runner] processing took 122.560934ms with stages: nolint: 56.046926ms, identifier_marker: 36.184834ms, path_prettifier: 13.39754ms, autogenerated_exclude: 6.398078ms, exclude-rules: 6.349321ms, skip_dirs: 3.265971ms, cgo: 531.655µs, filename_unadjuster: 379.851µs, max_same_issues: 1.678µs, uniq_by_line: 1.073µs, skip_files: 851ns, path_shortener: 719ns, diff: 654ns, max_from_linter: 579ns, source_code: 480ns, exclude: 441ns, max_per_file_from_linter: 283ns 
10:40:38 [2021-04-17T10:40:38.478Z] INFO [runner] linters took 1m44.030345751s with stages: goanalysis_metalinter: 1m22.566255173s, unused: 21.340959702s 
10:40:38 [2021-04-17T10:40:38.478Z] INFO File cache stats: 1456 entries of total size 6.8MiB 
10:40:38 [2021-04-17T10:40:38.478Z] INFO Memory: 1563 samples, avg is 747.4MB, max is 3703.4MB 
10:40:38 [2021-04-17T10:40:38.478Z] INFO Execution took 3m47.831374667s               
10:40:38 [2021-04-17T10:40:38.478Z] Congratulations! The shell scripts are properly formatted.