Skip to content

Console Output

09:15:08 [2021-07-11T09:15:08.838Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42618/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42618/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0ff80c844ddebf9d2783c9f0e4675df03590a1c8 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0ff80c844ddebf9d2783c9f0e4675df03590a1c8 hack/validate/default
09:15:09 [2021-07-11T09:15:09.775Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
09:15:09 [2021-07-11T09:15:09.775Z] No api/types/ or api/swagger.yaml changes in diff.
09:15:09 [2021-07-11T09:15:09.775Z] Congratulations!  All TOML source files changed here have valid syntax.
09:15:09 [2021-07-11T09:15:09.775Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:15:09 [2021-07-11T09:15:09.775Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
09:15:09 [2021-07-11T09:15:09.775Z] Congratulations!  No new tests were added to integration-cli.
09:15:09 [2021-07-11T09:15:09.775Z] 
09:15:09 [2021-07-11T09:15:09.775Z] INFO Start validation with golang-ci-lint
09:15:09 [2021-07-11T09:15:09.775Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:15:09 [2021-07-11T09:15:09.775Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:15:09 [2021-07-11T09:15:09.775Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:17:31 [2021-07-11T09:17:31.264Z] INFO [loader] Go packages loading at mode 575 (name|files|deps|exports_file|imports|types_sizes|compiled_files) took 2m15.718725523s 
09:17:31 [2021-07-11T09:17:31.264Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 533.109012ms 
09:18:52 [2021-07-11T09:18:52.817Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m21.184767682s with top 10 stages: buildssa: 1m41.243563295s, goimports: 23.664326247s, unconvert: 13.832306195s, gosec: 11.91966246s, golint: 7.687042293s, ineffassign: 5.239479576s, misspell: 5.057966311s, inspect: 4.348491084s, vrp: 3.378373192s, printf: 2.274383063s 
09:19:14 [2021-07-11T09:19:14.804Z] INFO [runner/unused/goanalysis] analyzers took 35.312479859s with top 10 stages: buildssa: 30.816174007s, U1000: 4.496305852s 
09:19:14 [2021-07-11T09:19:14.804Z] INFO [runner] Issues before processing: 2863, after processing: 0 
09:19:14 [2021-07-11T09:19:14.804Z] INFO [runner] Processors filtering stat (out/in): cgo: 2288/2863, skip_dirs: 2288/2288, nolint: 0/78, path_prettifier: 2288/2288, skip_files: 2288/2288, identifier_marker: 1899/1899, exclude-rules: 78/1899, filename_unadjuster: 2288/2288, autogenerated_exclude: 1899/2288, exclude: 1899/1899 
09:19:14 [2021-07-11T09:19:14.804Z] INFO [runner] processing took 127.765861ms with stages: nolint: 46.650859ms, identifier_marker: 33.98256ms, path_prettifier: 30.306115ms, autogenerated_exclude: 6.395553ms, exclude-rules: 6.336887ms, skip_dirs: 2.963056ms, cgo: 962.425µs, filename_unadjuster: 162.076µs, max_same_issues: 1.877µs, path_shortener: 758ns, uniq_by_line: 732ns, diff: 694ns, max_from_linter: 541ns, exclude: 537ns, source_code: 480ns, skip_files: 441ns, max_per_file_from_linter: 270ns 
09:19:14 [2021-07-11T09:19:14.804Z] INFO [runner] linters took 1m46.663596091s with stages: goanalysis_metalinter: 1m21.426135223s, unused: 25.109306986s 
09:19:14 [2021-07-11T09:19:14.804Z] INFO File cache stats: 1685 entries of total size 8.5MiB 
09:19:14 [2021-07-11T09:19:14.804Z] INFO Memory: 2431 samples, avg is 494.6MB, max is 4304.5MB 
09:19:14 [2021-07-11T09:19:14.804Z] INFO Execution took 4m2.929985197s                
09:19:14 [2021-07-11T09:19:14.804Z] Congratulations! The shell scripts are properly formatted.