Skip to content

Console Output

20:37:29 [2022-01-20T20:37:29.597Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43172/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43172/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=839e2ecc1bee37225c19e4b8025dc36f3d613e40 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:839e2ecc1bee37225c19e4b8025dc36f3d613e40 hack/validate/default
20:37:30 [2022-01-20T20:37:30.970Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
20:37:32 [2022-01-20T20:37:32.347Z] api/swagger.yaml
20:37:32 [2022-01-20T20:37:32.347Z]   5287:7    warning  comment not indented like content  (comments-indentation)
20:37:32 [2022-01-20T20:37:32.913Z] 
20:37:38 [2022-01-20T20:37:38.184Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
20:37:39 [2022-01-20T20:37:39.559Z] Congratulations!  All API changes are done the right way.
20:37:39 [2022-01-20T20:37:39.559Z] Congratulations!  All TOML source files changed here have valid syntax.
20:37:39 [2022-01-20T20:37:39.559Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:37:39 [2022-01-20T20:37:39.559Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
20:37:39 [2022-01-20T20:37:39.559Z] Congratulations!  No new tests were added to integration-cli.
20:37:39 [2022-01-20T20:37:39.559Z] 
20:37:39 [2022-01-20T20:37:39.559Z] INFO Start validation with golang-ci-lint
20:37:39 [2022-01-20T20:37:39.559Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:37:39 [2022-01-20T20:37:39.559Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:37:39 [2022-01-20T20:37:39.559Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:40:01 [2022-01-20T20:40:01.208Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|imports|name|files|types_sizes) took 2m19.947959718s 
20:40:01 [2022-01-20T20:40:01.208Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 495.11648ms 
20:41:22 [2022-01-20T20:41:22.639Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m9.187005543s with top 10 stages: buildssa: 1m32.474794526s, goimports: 21.124604351s, unconvert: 13.153162161s, gosec: 10.016057787s, golint: 6.465005431s, ineffassign: 5.010305892s, inspect: 4.749263873s, misspell: 4.737830247s, vrp: 2.338423756s, printf: 1.995741904s 
20:41:37 [2022-01-20T20:41:37.518Z] INFO [runner/unused/goanalysis] analyzers took 27.304316592s with top 10 stages: buildssa: 22.98603556s, U1000: 4.318281032s 
20:41:37 [2022-01-20T20:41:37.519Z] INFO [runner] Issues before processing: 2718, after processing: 0 
20:41:37 [2022-01-20T20:41:37.519Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2137/2137, exclude-rules: 64/1749, nolint: 0/64, filename_unadjuster: 2137/2137, skip_dirs: 2137/2137, identifier_marker: 1749/1749, exclude: 1749/1749, cgo: 2137/2718, path_prettifier: 2137/2137, autogenerated_exclude: 1749/2137 
20:41:37 [2022-01-20T20:41:37.519Z] INFO [runner] processing took 315.935808ms with stages: identifier_marker: 129.33959ms, nolint: 70.630295ms, path_prettifier: 42.185506ms, skip_dirs: 28.97287ms, autogenerated_exclude: 27.826433ms, cgo: 8.36342ms, exclude-rules: 5.233999ms, filename_unadjuster: 3.377377ms, max_same_issues: 1.684µs, uniq_by_line: 830ns, max_from_linter: 800ns, skip_files: 732ns, source_code: 679ns, diff: 518ns, exclude: 401ns, max_per_file_from_linter: 367ns, path_shortener: 307ns 
20:41:37 [2022-01-20T20:41:37.519Z] INFO [runner] linters took 1m37.318832455s with stages: goanalysis_metalinter: 1m16.786024867s, unused: 20.211899668s 
20:41:37 [2022-01-20T20:41:37.519Z] INFO File cache stats: 1673 entries of total size 8.4MiB 
20:41:37 [2022-01-20T20:41:37.519Z] INFO Memory: 2379 samples, avg is 390.3MB, max is 4005.0MB 
20:41:37 [2022-01-20T20:41:37.519Z] INFO Execution took 3m57.782178177s               
20:41:37 [2022-01-20T20:41:37.519Z] Congratulations! The shell scripts are properly formatted.