Skip to content

Console Output

09:56:39 [2021-07-02T09:56:39.429Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42550/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42550/.git:/go/src/github.com/docker/docker/.git --name docker-pr15 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=af3e5568fcca17bacb7d27d1bbff0b68bb855b83 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:af3e5568fcca17bacb7d27d1bbff0b68bb855b83 hack/validate/default
09:56:40 [2021-07-02T09:56:40.359Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
09:56:40 [2021-07-02T09:56:40.359Z] No api/types/ or api/swagger.yaml changes in diff.
09:56:40 [2021-07-02T09:56:40.359Z] Congratulations!  All TOML source files changed here have valid syntax.
09:56:40 [2021-07-02T09:56:40.359Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:56:40 [2021-07-02T09:56:40.359Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
09:56:40 [2021-07-02T09:56:40.359Z] Congratulations!  No new tests were added to integration-cli.
09:56:40 [2021-07-02T09:56:40.359Z] 
09:56:40 [2021-07-02T09:56:40.359Z] INFO Start validation with golang-ci-lint
09:56:40 [2021-07-02T09:56:40.359Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:56:40 [2021-07-02T09:56:40.359Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:56:40 [2021-07-02T09:56:40.359Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:59:01 [2021-07-02T09:59:01.830Z] INFO [loader] Go packages loading at mode 575 (deps|files|imports|name|compiled_files|types_sizes|exports_file) took 2m12.057467537s 
09:59:01 [2021-07-02T09:59:01.830Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 530.959374ms 
09:59:16 [2021-07-02T09:59:16.687Z] INFO [runner/unused/goanalysis] analyzers took 31.979971948s with top 10 stages: buildssa: 27.231051079s, U1000: 4.748920869s 
10:00:53 [2021-07-02T10:00:53.091Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m34.432052757s with top 10 stages: buildssa: 1m47.936327564s, goimports: 25.021768885s, unconvert: 13.809618431s, gosec: 11.725729969s, golint: 7.844001224s, misspell: 5.675728746s, ineffassign: 5.377965864s, inspect: 4.461007863s, vrp: 2.857424029s, printf: 2.198148772s 
10:00:53 [2021-07-02T10:00:53.091Z] INFO [runner] Issues before processing: 2865, after processing: 0 
10:00:53 [2021-07-02T10:00:53.091Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2290/2290, skip_dirs: 2290/2290, exclude: 1901/1901, path_prettifier: 2290/2290, nolint: 0/78, cgo: 2290/2865, filename_unadjuster: 2290/2290, identifier_marker: 1901/1901, autogenerated_exclude: 1901/2290, exclude-rules: 78/1901 
10:00:53 [2021-07-02T10:00:53.091Z] INFO [runner] processing took 66.12733ms with stages: nolint: 27.204842ms, identifier_marker: 18.193473ms, path_prettifier: 9.046337ms, autogenerated_exclude: 4.665732ms, exclude-rules: 3.609678ms, skip_dirs: 1.914553ms, cgo: 1.368728ms, filename_unadjuster: 120.005µs, max_same_issues: 1.046µs, uniq_by_line: 547ns, diff: 470ns, source_code: 369ns, max_from_linter: 354ns, skip_files: 353ns, exclude: 323ns, path_shortener: 281ns, max_per_file_from_linter: 239ns 
10:00:53 [2021-07-02T10:00:53.091Z] INFO [runner] linters took 1m50.795726983s with stages: goanalysis_metalinter: 1m27.043524367s, unused: 23.685865146s 
10:00:53 [2021-07-02T10:00:53.091Z] INFO File cache stats: 1687 entries of total size 8.5MiB 
10:00:53 [2021-07-02T10:00:53.091Z] INFO Memory: 2435 samples, avg is 2092.0MB, max is 5308.7MB 
10:00:53 [2021-07-02T10:00:53.091Z] INFO Execution took 4m3.394876871s                
10:00:53 [2021-07-02T10:00:53.091Z] Congratulations! The shell scripts are properly formatted.