Skip to content

Console Output

22:47:06 [2022-06-02T22:47:06.178Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43632/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43632/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cd58d11b2ab10131b9ab8e835c39ffd6e53917e3 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:cd58d11b2ab10131b9ab8e835c39ffd6e53917e3 hack/validate/default
22:47:08 [2022-06-02T22:47:08.086Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
22:47:08 [2022-06-02T22:47:08.086Z] No api/types/ or api/swagger.yaml changes in diff.
22:47:08 [2022-06-02T22:47:08.086Z] Congratulations!  All TOML source files changed here have valid syntax.
22:47:08 [2022-06-02T22:47:08.086Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
22:47:08 [2022-06-02T22:47:08.086Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
22:47:08 [2022-06-02T22:47:08.086Z] Congratulations!  No new tests were added to integration-cli.
22:47:08 [2022-06-02T22:47:08.086Z] 
22:47:08 [2022-06-02T22:47:08.086Z] INFO Start validation with golang-ci-lint
22:47:09 [2022-06-02T22:47:09.027Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
22:47:09 [2022-06-02T22:47:09.027Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:50:15 [2022-06-02T22:50:15.613Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|imports|name|types_sizes) took 2m52.635254459s 
22:50:15 [2022-06-02T22:50:15.613Z] 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. 
22:50:15 [2022-06-02T22:50:15.613Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 504.006762ms 
22:51:37 [2022-06-02T22:51:37.098Z] INFO [linters context/goanalysis] analyzers took 4m39.43672386s with top 10 stages: buildir: 2m1.273399802s, goimports: 24.106574021s, unconvert: 18.332317907s, gosec: 15.544506489s, S1038: 8.659885477s, golint: 7.562412148s, misspell: 5.92846977s, nilness: 4.306461371s, S1039: 3.951375559s, inspect: 3.89727687s 
22:51:37 [2022-06-02T22:51:37.098Z] INFO [runner] Issues before processing: 3033, after processing: 0 
22:51:37 [2022-06-02T22:51:37.098Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2417/2417, exclude-rules: 77/2034, cgo: 2417/3033, skip_dirs: 2417/2417, autogenerated_exclude: 2034/2417, identifier_marker: 2034/2034, exclude: 2034/2034, nolint: 0/77, filename_unadjuster: 2417/2417, path_prettifier: 2417/2417 
22:51:37 [2022-06-02T22:51:37.098Z] INFO [runner] processing took 82.71448ms with stages: nolint: 32.260942ms, identifier_marker: 22.065855ms, path_prettifier: 9.452242ms, autogenerated_exclude: 8.29197ms, exclude-rules: 7.789361ms, skip_dirs: 1.773427ms, filename_unadjuster: 866.655µs, cgo: 208.022µs, max_same_issues: 2.047µs, uniq_by_line: 680ns, source_code: 544ns, skip_files: 532ns, max_from_linter: 457ns, diff: 330ns, exclude: 282ns, path_shortener: 266ns, max_per_file_from_linter: 226ns, severity-rules: 225ns, sort_results: 218ns, path_prefixer: 199ns 
22:51:37 [2022-06-02T22:51:37.098Z] INFO [runner] linters took 1m32.209294174s with stages: goanalysis_metalinter: 1m32.126370899s 
22:51:37 [2022-06-02T22:51:37.098Z] INFO File cache stats: 1671 entries of total size 8.5MiB 
22:51:37 [2022-06-02T22:51:37.098Z] INFO Memory: 2655 samples, avg is 291.4MB, max is 1237.1MB 
22:51:37 [2022-06-02T22:51:37.098Z] INFO Execution took 4m25.359503842s               
22:51:37 [2022-06-02T22:51:37.098Z] Congratulations! The shell scripts are properly formatted.