Skip to content

Console Output

10:00:47 [2022-02-01T10:00:47.202Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43202/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43202/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2cff05e9602dd852879807c7dc0ac50303272cf8 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2cff05e9602dd852879807c7dc0ac50303272cf8 hack/validate/default
10:00:47 [2022-02-01T10:00:47.772Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
10:00:47 [2022-02-01T10:00:47.772Z] No api/types/ or api/swagger.yaml changes in diff.
10:00:47 [2022-02-01T10:00:47.772Z] Congratulations!  All TOML source files changed here have valid syntax.
10:00:47 [2022-02-01T10:00:47.772Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
10:00:47 [2022-02-01T10:00:47.772Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
10:00:47 [2022-02-01T10:00:47.772Z] Congratulations!  No new tests were added to integration-cli.
10:00:47 [2022-02-01T10:00:47.772Z] 
10:00:47 [2022-02-01T10:00:47.772Z] INFO Start validation with golang-ci-lint
10:00:48 [2022-02-01T10:00:48.032Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
10:00:48 [2022-02-01T10:00:48.032Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:00:48 [2022-02-01T10:00:48.032Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:03:09 [2022-02-01T10:03:09.653Z] INFO [loader] Go packages loading at mode 575 (deps|name|types_sizes|compiled_files|exports_file|files|imports) took 2m20.264612004s 
10:03:09 [2022-02-01T10:03:09.653Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 500.350931ms 
10:04:31 [2022-02-01T10:04:31.126Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m10.887517516s with top 10 stages: buildssa: 1m31.106498397s, goimports: 20.672469503s, unconvert: 13.761449437s, gosec: 9.4187046s, golint: 5.962514781s, ineffassign: 5.082300986s, misspell: 4.901642768s, inspect: 4.014852868s, vrp: 3.041286173s, printf: 2.358565872s 
10:04:49 [2022-02-01T10:04:49.234Z] INFO [runner/unused/goanalysis] analyzers took 26.82700135s with top 10 stages: buildssa: 23.025388205s, U1000: 3.801613145s 
10:04:49 [2022-02-01T10:04:49.234Z] INFO [runner] Issues before processing: 2718, after processing: 0 
10:04:49 [2022-02-01T10:04:49.234Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2137/2137, exclude: 1749/1749, nolint: 0/64, cgo: 2137/2718, skip_files: 2137/2137, autogenerated_exclude: 1749/2137, filename_unadjuster: 2137/2137, skip_dirs: 2137/2137, identifier_marker: 1749/1749, exclude-rules: 64/1749 
10:04:49 [2022-02-01T10:04:49.234Z] INFO [runner] processing took 212.516202ms with stages: nolint: 100.528669ms, identifier_marker: 57.619318ms, path_prettifier: 28.429097ms, autogenerated_exclude: 15.577961ms, exclude-rules: 4.778462ms, skip_dirs: 3.544108ms, filename_unadjuster: 1.200565ms, cgo: 832.251µs, max_same_issues: 1.736µs, exclude: 804ns, diff: 774ns, uniq_by_line: 620ns, source_code: 465ns, max_from_linter: 421ns, skip_files: 362ns, max_per_file_from_linter: 304ns, path_shortener: 285ns 
10:04:49 [2022-02-01T10:04:49.234Z] INFO [runner] linters took 1m37.720365851s with stages: goanalysis_metalinter: 1m16.584338775s, unused: 20.923038342s 
10:04:49 [2022-02-01T10:04:49.234Z] INFO File cache stats: 1673 entries of total size 8.4MiB 
10:04:49 [2022-02-01T10:04:49.234Z] INFO Memory: 2386 samples, avg is 413.7MB, max is 4032.7MB 
10:04:49 [2022-02-01T10:04:49.234Z] INFO Execution took 3m58.50593647s                
10:04:49 [2022-02-01T10:04:49.234Z] Congratulations! The shell scripts are properly formatted.