Skip to content

Console Output

22:28:43 [2021-08-18T22:28:43.650Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42757/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42757/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b90dd66bdd6d110604a79d3a561849a3ed6a253e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b90dd66bdd6d110604a79d3a561849a3ed6a253e hack/validate/default
22:28:45 [2021-08-18T22:28:45.015Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
22:28:45 [2021-08-18T22:28:45.015Z] No api/types/ or api/swagger.yaml changes in diff.
22:28:45 [2021-08-18T22:28:45.015Z] Congratulations!  All TOML source files changed here have valid syntax.
22:28:45 [2021-08-18T22:28:45.015Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
22:28:45 [2021-08-18T22:28:45.015Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
22:28:45 [2021-08-18T22:28:45.015Z] Congratulations!  No new tests were added to integration-cli.
22:28:45 [2021-08-18T22:28:45.015Z] 
22:28:45 [2021-08-18T22:28:45.015Z] INFO Start validation with golang-ci-lint
22:28:45 [2021-08-18T22:28:45.015Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
22:28:45 [2021-08-18T22:28:45.015Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:28:45 [2021-08-18T22:28:45.015Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:31:06 [2021-08-18T22:31:06.432Z] INFO [loader] Go packages loading at mode 575 (compiled_files|files|types_sizes|deps|exports_file|imports|name) took 2m15.314616688s 
22:31:06 [2021-08-18T22:31:06.432Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 531.784488ms 
22:31:28 [2021-08-18T22:31:28.328Z] INFO [runner/unused/goanalysis] analyzers took 32.06247391s with top 10 stages: buildssa: 27.578057363s, U1000: 4.484416547s 
22:33:04 [2021-08-18T22:33:04.749Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m35.607504114s with top 10 stages: buildssa: 1m47.197391752s, goimports: 23.71161257s, unconvert: 15.36318215s, gosec: 12.226938742s, golint: 7.125280672s, misspell: 5.149911195s, ineffassign: 4.923642824s, vrp: 3.924863111s, inspect: 3.709278971s, printf: 2.490269361s 
22:33:04 [2021-08-18T22:33:04.749Z] INFO [runner] Issues before processing: 2857, after processing: 0 
22:33:04 [2021-08-18T22:33:04.749Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 1893/2282, filename_unadjuster: 2282/2282, skip_files: 2282/2282, skip_dirs: 2282/2282, exclude: 1893/1893, exclude-rules: 78/1893, cgo: 2282/2857, nolint: 0/78, identifier_marker: 1893/1893, path_prettifier: 2282/2282 
22:33:04 [2021-08-18T22:33:04.749Z] INFO [runner] processing took 119.138019ms with stages: nolint: 53.211919ms, identifier_marker: 33.402948ms, path_prettifier: 16.195548ms, autogenerated_exclude: 6.479663ms, exclude-rules: 6.413408ms, skip_dirs: 3.018095ms, cgo: 271.021µs, filename_unadjuster: 139.293µs, max_same_issues: 1.786µs, exclude: 782ns, uniq_by_line: 689ns, max_from_linter: 602ns, source_code: 520ns, diff: 518ns, skip_files: 470ns, path_shortener: 469ns, max_per_file_from_linter: 288ns 
22:33:04 [2021-08-18T22:33:04.749Z] INFO [runner] linters took 1m52.492113956s with stages: goanalysis_metalinter: 1m28.242045105s, unused: 24.130465432s 
22:33:04 [2021-08-18T22:33:04.749Z] INFO File cache stats: 1687 entries of total size 8.6MiB 
22:33:04 [2021-08-18T22:33:04.749Z] INFO Memory: 2485 samples, avg is 2139.6MB, max is 5509.1MB 
22:33:04 [2021-08-18T22:33:04.749Z] INFO Execution took 4m8.351498909s                
22:33:04 [2021-08-18T22:33:04.749Z] Congratulations! The shell scripts are properly formatted.