Skip to content

Console Output

12:01:17 [2021-11-11T12:01:17.186Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42993/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42993/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1bdaff0455ceaf1c4bd59c7e6b0ece094508e5bd -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1bdaff0455ceaf1c4bd59c7e6b0ece094508e5bd hack/validate/default
12:01:18 [2021-11-11T12:01:18.120Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
12:01:18 [2021-11-11T12:01:18.120Z] No api/types/ or api/swagger.yaml changes in diff.
12:01:18 [2021-11-11T12:01:18.378Z] Congratulations!  All TOML source files changed here have valid syntax.
12:01:18 [2021-11-11T12:01:18.378Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
12:01:18 [2021-11-11T12:01:18.378Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
12:01:18 [2021-11-11T12:01:18.378Z] Congratulations!  No new tests were added to integration-cli.
12:01:18 [2021-11-11T12:01:18.378Z] 
12:01:18 [2021-11-11T12:01:18.378Z] INFO Start validation with golang-ci-lint
12:01:18 [2021-11-11T12:01:18.638Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
12:01:18 [2021-11-11T12:01:18.638Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:01:18 [2021-11-11T12:01:18.638Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:03:55 [2021-11-11T12:03:55.136Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|imports|name|files|types_sizes) took 2m24.354043422s 
12:03:55 [2021-11-11T12:03:55.136Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 500.436158ms 
12:05:02 [2021-11-11T12:05:02.810Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m11.35750685s with top 10 stages: buildssa: 1m33.071053365s, goimports: 21.155873689s, unconvert: 13.650639939s, gosec: 10.499707084s, golint: 6.627714803s, misspell: 4.901225495s, ineffassign: 4.848493057s, inspect: 4.384457697s, vrp: 2.45850303s, printf: 1.988644477s 
12:05:24 [2021-11-11T12:05:24.747Z] INFO [runner/unused/goanalysis] analyzers took 27.690628551s with top 10 stages: buildssa: 23.551746854s, U1000: 4.138881697s 
12:05:24 [2021-11-11T12:05:24.747Z] INFO [runner] Issues before processing: 2759, after processing: 0 
12:05:24 [2021-11-11T12:05:24.747Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2178/2178, skip_dirs: 2178/2178, exclude: 1790/1790, exclude-rules: 78/1790, nolint: 0/78, cgo: 2178/2759, filename_unadjuster: 2178/2178, path_prettifier: 2178/2178, autogenerated_exclude: 1790/2178, identifier_marker: 1790/1790 
12:05:24 [2021-11-11T12:05:24.747Z] INFO [runner] processing took 275.301149ms with stages: nolint: 120.683898ms, identifier_marker: 87.830178ms, path_prettifier: 39.608836ms, filename_unadjuster: 8.86818ms, autogenerated_exclude: 8.422872ms, exclude-rules: 5.334549ms, skip_dirs: 3.57666ms, cgo: 968.627µs, max_same_issues: 1.802µs, uniq_by_line: 1.273µs, exclude: 797ns, skip_files: 762ns, source_code: 721ns, max_from_linter: 714ns, diff: 585ns, path_shortener: 385ns, max_per_file_from_linter: 310ns 
12:05:24 [2021-11-11T12:05:24.747Z] INFO [runner] linters took 1m38.557346257s with stages: goanalysis_metalinter: 1m16.888337054s, unused: 21.393463444s 
12:05:24 [2021-11-11T12:05:24.747Z] INFO File cache stats: 1688 entries of total size 8.5MiB 
12:05:24 [2021-11-11T12:05:24.747Z] INFO Memory: 2436 samples, avg is 406.6MB, max is 4095.2MB 
12:05:24 [2021-11-11T12:05:24.747Z] INFO Execution took 4m3.439245241s                
12:05:24 [2021-11-11T12:05:24.747Z] Congratulations! The shell scripts are properly formatted.