Skip to content

Console Output

20:36:40 [2021-05-27T20:36:40.467Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41212/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41212/.git:/go/src/github.com/docker/docker/.git --name docker-pr12 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=24d22aced7940dd9fdc6163497e36182fe3b8981 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:24d22aced7940dd9fdc6163497e36182fe3b8981 hack/validate/default
20:36:42 [2021-05-27T20:36:42.356Z] Congratulations!  Seccomp profile generation is done correctly.
20:36:42 [2021-05-27T20:36:42.356Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
20:36:50 [2021-05-27T20:36:50.450Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
20:36:51 [2021-05-27T20:36:51.815Z] Congratulations!  All API changes are done the right way.
20:36:51 [2021-05-27T20:36:51.815Z] Congratulations!  All TOML source files changed here have valid syntax.
20:36:51 [2021-05-27T20:36:51.815Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:36:51 [2021-05-27T20:36:51.815Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
20:36:51 [2021-05-27T20:36:51.815Z] Congratulations!  No new tests were added to integration-cli.
20:36:51 [2021-05-27T20:36:51.815Z] 
20:36:51 [2021-05-27T20:36:51.815Z] INFO Start validation with golang-ci-lint
20:36:52 [2021-05-27T20:36:52.070Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:36:52 [2021-05-27T20:36:52.071Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:36:52 [2021-05-27T20:36:52.071Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:38:58 [2021-05-27T20:38:58.467Z] INFO [loader] Go packages loading at mode 575 (compiled_files|imports|types_sizes|deps|exports_file|files|name) took 1m56.991530351s 
20:38:58 [2021-05-27T20:38:58.467Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 464.365166ms 
20:40:19 [2021-05-27T20:40:19.876Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m4.390152211s with top 10 stages: buildssa: 1m36.181835881s, goimports: 21.509797072s, unconvert: 12.567029879s, gosec: 10.149851417s, golint: 6.06174851s, ineffassign: 4.326681801s, misspell: 4.183924989s, inspect: 3.057211087s, vrp: 2.658416686s, ctrlflow: 1.835157018s 
20:40:26 [2021-05-27T20:40:26.416Z] INFO [runner/unused/goanalysis] analyzers took 27.732088028s with top 10 stages: buildssa: 23.717686666s, U1000: 4.014401362s 
20:40:26 [2021-05-27T20:40:26.416Z] INFO [runner] Issues before processing: 2262, after processing: 0 
20:40:26 [2021-05-27T20:40:26.416Z] INFO [runner] Processors filtering stat (out/in): cgo: 1683/2262, skip_dirs: 1683/1683, path_prettifier: 1683/1683, skip_files: 1683/1683, identifier_marker: 1578/1578, nolint: 0/64, filename_unadjuster: 1683/1683, autogenerated_exclude: 1578/1683, exclude: 1578/1578, exclude-rules: 64/1578 
20:40:26 [2021-05-27T20:40:26.416Z] INFO [runner] processing took 59.567605ms with stages: nolint: 25.5253ms, identifier_marker: 16.144881ms, path_prettifier: 8.274911ms, autogenerated_exclude: 4.072727ms, exclude-rules: 3.227397ms, skip_dirs: 2.025649ms, cgo: 192.108µs, filename_unadjuster: 100.407µs, max_same_issues: 1.064µs, uniq_by_line: 684ns, skip_files: 560ns, source_code: 478ns, diff: 437ns, max_from_linter: 394ns, exclude: 261ns, path_shortener: 176ns, max_per_file_from_linter: 171ns 
20:40:26 [2021-05-27T20:40:26.416Z] INFO [runner] linters took 1m35.911044906s with stages: goanalysis_metalinter: 1m17.005545172s, unused: 18.845807583s 
20:40:26 [2021-05-27T20:40:26.416Z] INFO File cache stats: 1456 entries of total size 6.8MiB 
20:40:26 [2021-05-27T20:40:26.416Z] INFO Memory: 1608 samples, avg is 249.0MB, max is 3564.9MB 
20:40:26 [2021-05-27T20:40:26.416Z] INFO Execution took 3m33.375348649s               
20:40:26 [2021-05-27T20:40:26.416Z] Congratulations! The shell scripts are properly formatted.