Skip to content

Console Output

19:59:24 [2022-02-23T19:59:24.279Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43277/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43277/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8038b3fc67fa4db19ef5dd649d4790c41bb00034 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8038b3fc67fa4db19ef5dd649d4790c41bb00034 hack/validate/default
19:59:25 [2022-02-23T19:59:25.213Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
19:59:26 [2022-02-23T19:59:26.584Z] api/swagger.yaml
19:59:26 [2022-02-23T19:59:26.584Z]   5295:7    warning  comment not indented like content  (comments-indentation)
19:59:27 [2022-02-23T19:59:27.526Z] 
19:59:32 [2022-02-23T19:59:32.774Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
19:59:34 [2022-02-23T19:59:34.141Z] Congratulations!  All API changes are done the right way.
19:59:34 [2022-02-23T19:59:34.141Z] Congratulations!  All TOML source files changed here have valid syntax.
19:59:34 [2022-02-23T19:59:34.141Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
19:59:34 [2022-02-23T19:59:34.141Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
19:59:34 [2022-02-23T19:59:34.141Z] Congratulations!  No new tests were added to integration-cli.
19:59:34 [2022-02-23T19:59:34.141Z] 
19:59:34 [2022-02-23T19:59:34.141Z] INFO Start validation with golang-ci-lint
19:59:35 [2022-02-23T19:59:35.070Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
19:59:35 [2022-02-23T19:59:35.070Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
19:59:35 [2022-02-23T19:59:35.070Z] INFO [loader] Using build tags: [apparmor seccomp] 
20:02:11 [2022-02-23T20:02:11.506Z] INFO [loader] Go packages loading at mode 575 (imports|name|compiled_files|exports_file|files|deps|types_sizes) took 2m24.606786867s 
20:02:11 [2022-02-23T20:02:11.506Z] WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner.  Replaced by revive. 
20:02:11 [2022-02-23T20:02:11.506Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 485.766276ms 
20:03:32 [2022-02-23T20:03:32.908Z] INFO [linters context/goanalysis] analyzers took 4m28.312634387s with top 10 stages: buildir: 1m54.086189027s, goimports: 22.574157174s, unconvert: 18.140249755s, gosec: 13.201547919s, S1038: 7.575572866s, golint: 7.451961148s, misspell: 4.857190796s, nilness: 4.353828352s, inspect: 4.152154263s, S1039: 3.350519711s 
20:03:32 [2022-02-23T20:03:32.908Z] INFO [runner] Issues before processing: 3050, after processing: 0 
20:03:32 [2022-02-23T20:03:32.908Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 76/2055, nolint: 0/76, filename_unadjuster: 2443/2443, identifier_marker: 2055/2055, exclude: 2055/2055, path_prettifier: 2443/2443, skip_files: 2443/2443, autogenerated_exclude: 2055/2443, cgo: 2443/3050, skip_dirs: 2443/2443 
20:03:32 [2022-02-23T20:03:32.908Z] INFO [runner] processing took 167.079443ms with stages: identifier_marker: 63.276717ms, nolint: 54.159778ms, exclude-rules: 17.356728ms, path_prettifier: 16.926872ms, autogenerated_exclude: 11.706612ms, skip_dirs: 3.14538ms, cgo: 320.905µs, filename_unadjuster: 179.472µs, max_same_issues: 1.733µs, max_from_linter: 909ns, diff: 868ns, uniq_by_line: 775ns, skip_files: 576ns, source_code: 507ns, exclude: 404ns, severity-rules: 289ns, path_shortener: 288ns, max_per_file_from_linter: 252ns, sort_results: 249ns, path_prefixer: 129ns 
20:03:32 [2022-02-23T20:03:32.908Z] INFO [runner] linters took 1m30.801203455s with stages: goanalysis_metalinter: 1m30.633783518s 
20:03:32 [2022-02-23T20:03:32.908Z] INFO File cache stats: 1672 entries of total size 8.4MiB 
20:03:32 [2022-02-23T20:03:32.908Z] INFO Memory: 2361 samples, avg is 305.1MB, max is 1093.2MB 
20:03:32 [2022-02-23T20:03:32.908Z] INFO Execution took 3m55.904220021s               
20:03:32 [2022-02-23T20:03:32.908Z] Congratulations! The shell scripts are properly formatted.