Skip to content

Console Output

10:29:13 [2021-03-19T10:29:13.397Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42147/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42147/.git:/go/src/github.com/docker/docker/.git --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=074270703c1a6b096231f1a3347d04468bd6af51 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:074270703c1a6b096231f1a3347d04468bd6af51 hack/validate/default
10:29:14 [2021-03-19T10:29:14.332Z] Congratulations!  All commits are properly signed with the DCO!
10:29:15 [2021-03-19T10:29:15.708Z] Congratulations!  Seccomp profile generation is done correctly.
10:29:15 [2021-03-19T10:29:15.708Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
10:29:23 [2021-03-19T10:29:23.827Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
10:29:28 [2021-03-19T10:29:28.012Z] Congratulations!  All API changes are done the right way.
10:29:28 [2021-03-19T10:29:28.012Z] Congratulations!  All TOML source files changed here have valid syntax.
10:29:28 [2021-03-19T10:29:28.012Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
10:29:28 [2021-03-19T10:29:28.012Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
10:29:28 [2021-03-19T10:29:28.012Z] Congratulations!  No new tests were added to integration-cli.
10:29:28 [2021-03-19T10:29:28.012Z] 
10:29:28 [2021-03-19T10:29:28.012Z] INFO Start validation with golang-ci-lint
10:29:28 [2021-03-19T10:29:28.290Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
10:29:28 [2021-03-19T10:29:28.290Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:29:28 [2021-03-19T10:29:28.290Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:31:34 [2021-03-19T10:31:34.759Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|types_sizes|compiled_files|files|imports|name) took 2m0.594451992s 
10:31:34 [2021-03-19T10:31:34.759Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 459.663099ms 
10:31:49 [2021-03-19T10:31:49.637Z] INFO [runner/unused/goanalysis] analyzers took 28.074406592s with top 10 stages: buildssa: 24.060527392s, U1000: 4.0138792s 
10:33:11 [2021-03-19T10:33:11.069Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m11.577216381s with top 10 stages: buildssa: 1m43.656414998s, goimports: 22.565035402s, unconvert: 13.37274359s, gosec: 10.562644449s, golint: 6.173395537s, misspell: 4.305827919s, ineffassign: 4.275704872s, inspect: 3.714673446s, vrp: 2.303548855s, printf: 1.629618871s 
10:33:11 [2021-03-19T10:33:11.069Z] INFO [runner] Issues before processing: 2265, after processing: 0 
10:33:11 [2021-03-19T10:33:11.069Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1685/1685, exclude: 1580/1580, nolint: 0/64, skip_files: 1685/1685, filename_unadjuster: 1685/1685, autogenerated_exclude: 1580/1685, identifier_marker: 1580/1580, cgo: 1685/2265, skip_dirs: 1685/1685, exclude-rules: 64/1580 
10:33:11 [2021-03-19T10:33:11.069Z] INFO [runner] processing took 120.296355ms with stages: nolint: 51.035178ms, identifier_marker: 40.232625ms, path_prettifier: 12.558807ms, exclude-rules: 6.232378ms, autogenerated_exclude: 6.075062ms, skip_dirs: 3.256918ms, cgo: 511.108µs, filename_unadjuster: 388.188µs, max_same_issues: 1.848µs, uniq_by_line: 1.003µs, diff: 596ns, exclude: 523ns, max_from_linter: 485ns, source_code: 461ns, path_shortener: 459ns, skip_files: 435ns, max_per_file_from_linter: 281ns 
10:33:11 [2021-03-19T10:33:11.069Z] INFO [runner] linters took 1m41.504751478s with stages: goanalysis_metalinter: 1m21.199505392s, unused: 20.184087078s 
10:33:11 [2021-03-19T10:33:11.069Z] INFO File cache stats: 1450 entries of total size 6.8MiB 
10:33:11 [2021-03-19T10:33:11.069Z] INFO Memory: 1513 samples, avg is 761.6MB, max is 3904.8MB 
10:33:11 [2021-03-19T10:33:11.069Z] INFO Execution took 3m42.795315011s               
10:33:11 [2021-03-19T10:33:11.327Z] Congratulations! The shell scripts are properly formatted.