Skip to content

Console Output

08:42:43 [2022-05-27T08:42:43.626Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43649/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43649/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a04e3326e7fba79475269bd5fe19e304d77d25c6 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a04e3326e7fba79475269bd5fe19e304d77d25c6 hack/validate/default
08:42:44 [2022-05-27T08:42:44.553Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
08:42:44 [2022-05-27T08:42:44.553Z] No api/types/ or api/swagger.yaml changes in diff.
08:42:44 [2022-05-27T08:42:44.553Z] Congratulations!  All TOML source files changed here have valid syntax.
08:42:44 [2022-05-27T08:42:44.553Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
08:42:44 [2022-05-27T08:42:44.553Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
08:42:44 [2022-05-27T08:42:44.553Z] Congratulations!  No new tests were added to integration-cli.
08:42:44 [2022-05-27T08:42:44.553Z] 
08:42:44 [2022-05-27T08:42:44.553Z] INFO Start validation with golang-ci-lint
08:42:45 [2022-05-27T08:42:45.485Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
08:42:45 [2022-05-27T08:42:45.485Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:45:51 [2022-05-27T08:45:51.925Z] INFO [loader] Go packages loading at mode 575 (files|name|types_sizes|compiled_files|deps|exports_file|imports) took 2m51.996428068s 
08:45:51 [2022-05-27T08:45:51.925Z] 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. 
08:45:51 [2022-05-27T08:45:51.925Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 509.495661ms 
08:47:13 [2022-05-27T08:47:13.312Z] INFO [linters context/goanalysis] analyzers took 4m43.488736293s with top 10 stages: buildir: 2m1.866621067s, goimports: 23.899795238s, unconvert: 19.101710455s, gosec: 15.25785967s, golint: 8.264227707s, S1038: 7.577445584s, misspell: 6.329239475s, inspect: 4.760479437s, nilness: 4.459566504s, S1039: 3.986915241s 
08:47:13 [2022-05-27T08:47:13.312Z] INFO [runner] Issues before processing: 3030, after processing: 0 
08:47:13 [2022-05-27T08:47:13.312Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 77/2031, skip_files: 2414/2414, nolint: 0/77, path_prettifier: 2414/2414, autogenerated_exclude: 2031/2414, identifier_marker: 2031/2031, cgo: 2414/3030, filename_unadjuster: 2414/2414, skip_dirs: 2414/2414, exclude: 2031/2031 
08:47:13 [2022-05-27T08:47:13.312Z] INFO [runner] processing took 82.670372ms with stages: nolint: 31.948393ms, identifier_marker: 21.994723ms, path_prettifier: 9.558447ms, autogenerated_exclude: 8.519349ms, exclude-rules: 7.976144ms, skip_dirs: 1.820946ms, cgo: 709.491µs, filename_unadjuster: 137.317µs, max_same_issues: 1.575µs, skip_files: 703ns, uniq_by_line: 647ns, diff: 451ns, source_code: 420ns, max_from_linter: 372ns, path_shortener: 323ns, exclude: 277ns, max_per_file_from_linter: 252ns, severity-rules: 229ns, sort_results: 200ns, path_prefixer: 113ns 
08:47:13 [2022-05-27T08:47:13.312Z] INFO [runner] linters took 1m32.3413485s with stages: goanalysis_metalinter: 1m32.258468099s 
08:47:13 [2022-05-27T08:47:13.312Z] INFO File cache stats: 1671 entries of total size 8.5MiB 
08:47:13 [2022-05-27T08:47:13.312Z] INFO Memory: 2649 samples, avg is 287.3MB, max is 1183.8MB 
08:47:13 [2022-05-27T08:47:13.312Z] INFO Execution took 4m24.857185454s               
08:47:13 [2022-05-27T08:47:13.312Z] Congratulations! The shell scripts are properly formatted.