Skip to content

Console Output

16:25:37 [2021-08-07T16:25:37.561Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42720/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42720/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b1f7ffea9f1cbb1c46856a6045b88d3cd6f9da27 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b1f7ffea9f1cbb1c46856a6045b88d3cd6f9da27 hack/validate/default
16:25:38 [2021-08-07T16:25:38.936Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
16:25:38 [2021-08-07T16:25:38.936Z] No api/types/ or api/swagger.yaml changes in diff.
16:25:38 [2021-08-07T16:25:38.936Z] Congratulations!  All TOML source files changed here have valid syntax.
16:25:38 [2021-08-07T16:25:38.936Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
16:25:38 [2021-08-07T16:25:38.936Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
16:25:38 [2021-08-07T16:25:38.936Z] Congratulations!  No new tests were added to integration-cli.
16:25:38 [2021-08-07T16:25:38.936Z] 
16:25:38 [2021-08-07T16:25:38.936Z] INFO Start validation with golang-ci-lint
16:25:38 [2021-08-07T16:25:38.936Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
16:25:38 [2021-08-07T16:25:38.936Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:25:38 [2021-08-07T16:25:38.936Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:28:00 [2021-08-07T16:28:00.407Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|name|types_sizes|deps|files|imports) took 2m14.607209201s 
16:28:00 [2021-08-07T16:28:00.407Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 562.265197ms 
16:29:21 [2021-08-07T16:29:21.881Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m12.87091646s with top 10 stages: buildssa: 1m40.164680202s, goimports: 22.292378621s, unconvert: 13.869293004s, gosec: 10.446270737s, golint: 6.929757332s, misspell: 4.478927481s, inspect: 4.290493753s, ineffassign: 4.040986255s, vrp: 3.491489583s, printf: 2.210477873s 
16:29:39 [2021-08-07T16:29:39.964Z] INFO [runner/unused/goanalysis] analyzers took 33.615530107s with top 10 stages: buildssa: 29.115994992s, U1000: 4.499535115s 
16:29:39 [2021-08-07T16:29:39.964Z] INFO [runner] Issues before processing: 2856, after processing: 0 
16:29:39 [2021-08-07T16:29:39.964Z] INFO [runner] Processors filtering stat (out/in): cgo: 2281/2856, filename_unadjuster: 2281/2281, identifier_marker: 1892/1892, exclude-rules: 78/1892, path_prettifier: 2281/2281, nolint: 0/78, skip_files: 2281/2281, skip_dirs: 2281/2281, autogenerated_exclude: 1892/2281, exclude: 1892/1892 
16:29:39 [2021-08-07T16:29:39.964Z] INFO [runner] processing took 179.533198ms with stages: nolint: 75.376223ms, identifier_marker: 52.068667ms, path_prettifier: 31.494828ms, exclude-rules: 10.533178ms, autogenerated_exclude: 6.578411ms, skip_dirs: 3.053948ms, cgo: 282.679µs, filename_unadjuster: 138.078µs, max_same_issues: 2.236µs, exclude: 1.032µs, uniq_by_line: 825ns, path_shortener: 654ns, source_code: 571ns, diff: 531ns, skip_files: 517ns, max_from_linter: 507ns, max_per_file_from_linter: 313ns 
16:29:39 [2021-08-07T16:29:39.964Z] INFO [runner] linters took 1m45.695708398s with stages: goanalysis_metalinter: 1m21.480262057s, unused: 24.034857602s 
16:29:39 [2021-08-07T16:29:39.964Z] INFO File cache stats: 1687 entries of total size 8.5MiB 
16:29:39 [2021-08-07T16:29:39.964Z] INFO Memory: 2410 samples, avg is 492.9MB, max is 4103.7MB 
16:29:39 [2021-08-07T16:29:39.964Z] INFO Execution took 4m0.884339189s                
16:29:40 [2021-08-07T16:29:40.222Z] Congratulations! The shell scripts are properly formatted.