Skip to content

Console Output

04:23:29 [2020-04-17T04:23:29.855Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_master/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/engine_master/.git:/go/src/github.com/docker/docker/.git --name docker-pr246 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=130b0bc6032cc675d064e1cc62626cacc9c07a57 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/docker/engine.git -e VALIDATE_BRANCH= docker:130b0bc6032cc675d064e1cc62626cacc9c07a57 hack/validate/default
04:23:30 [2020-04-17T04:23:30.414Z] 0 adds, 0 deletions; nothing to validate! :)
04:23:35 [2020-04-17T04:23:35.643Z] Congratulations!  Seccomp profile generation is done correctly.
04:23:35 [2020-04-17T04:23:35.643Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
04:23:43 [2020-04-17T04:23:43.880Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
04:23:45 [2020-04-17T04:23:45.802Z] Congratulations!  All API changes are done the right way.
04:23:45 [2020-04-17T04:23:45.802Z] Congratulations!  All TOML source files changed here have valid syntax.
04:23:45 [2020-04-17T04:23:45.802Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
04:23:45 [2020-04-17T04:23:45.802Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
04:23:45 [2020-04-17T04:23:45.802Z] Congratulations!  No new tests were added to integration-cli.
04:23:45 [2020-04-17T04:23:45.802Z] 
04:23:45 [2020-04-17T04:23:45.802Z] INFO Start validation with golang-ci-lint
04:23:45 [2020-04-17T04:23:45.802Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
04:23:45 [2020-04-17T04:23:45.802Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
04:23:45 [2020-04-17T04:23:45.802Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
04:25:37 [2020-04-17T04:25:37.246Z] INFO [loader] Go packages loading at mode 575 (types_sizes|exports_file|files|name|compiled_files|deps|imports) took 1m51.25396743s 
04:25:37 [2020-04-17T04:25:37.544Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 471.715414ms 
04:26:00 [2020-04-17T04:26:00.110Z] INFO [runner/unused/goanalysis] analyzers took 27.440384271s with top 10 stages: buildssa: 23.018902061s, U1000: 4.42148221s 
04:27:22 [2020-04-17T04:27:22.995Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m6.970812329s with top 10 stages: buildssa: 1m35.847242154s, goimports: 23.305579581s, unconvert: 12.415384042s, gosec: 10.679055911s, golint: 6.058210243s, misspell: 4.508641801s, ineffassign: 4.18682486s, vrp: 3.360991163s, inspect: 3.116926815s, printf: 2.035747352s 
04:27:22 [2020-04-17T04:27:22.995Z] INFO [runner] Issues before processing: 2295, after processing: 0 
04:27:22 [2020-04-17T04:27:22.995Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1686/1686, skip_dirs: 1686/1686, cgo: 1686/2295, autogenerated_exclude: 1581/1686, filename_unadjuster: 1686/1686, identifier_marker: 1581/1581, exclude-rules: 63/1581, nolint: 0/63, skip_files: 1686/1686, exclude: 1581/1581 
04:27:22 [2020-04-17T04:27:22.995Z] INFO [runner] processing took 58.844961ms with stages: nolint: 25.637623ms, identifier_marker: 16.577142ms, path_prettifier: 7.548908ms, autogenerated_exclude: 3.671736ms, exclude-rules: 3.407534ms, skip_dirs: 1.670661ms, cgo: 234.959µs, filename_unadjuster: 91.03µs, max_same_issues: 1.774µs, uniq_by_line: 872ns, diff: 686ns, source_code: 415ns, max_from_linter: 401ns, skip_files: 345ns, exclude: 325ns, path_shortener: 295ns, max_per_file_from_linter: 255ns 
04:27:22 [2020-04-17T04:27:22.995Z] INFO [runner] linters took 1m37.737051095s with stages: goanalysis_metalinter: 1m18.233482743s, unused: 19.444553113s 
04:27:22 [2020-04-17T04:27:22.995Z] INFO File cache stats: 1448 entries of total size 6.8MiB 
04:27:22 [2020-04-17T04:27:22.995Z] INFO Memory: 1415 samples, avg is 750.9MB, max is 3706.0MB 
04:27:22 [2020-04-17T04:27:22.995Z] INFO Execution took 3m29.471262712s               
04:27:22 [2020-04-17T04:27:22.995Z] Congratulations! The shell scripts are properly formatted.