Skip to content

Console Output

08:36:18 [2022-06-27T08:36:18.540Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43745/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43745/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cf543a0bd5186b3f05954088ff7f2c2c75c92f06 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:cf543a0bd5186b3f05954088ff7f2c2c75c92f06 hack/validate/default
08:36:19 [2022-06-27T08:36:19.111Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
08:36:19 [2022-06-27T08:36:19.111Z] No api/types/ or api/swagger.yaml changes in diff.
08:36:19 [2022-06-27T08:36:19.111Z] Congratulations!  All TOML source files changed here have valid syntax.
08:36:19 [2022-06-27T08:36:19.111Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
08:36:19 [2022-06-27T08:36:19.111Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
08:36:19 [2022-06-27T08:36:19.111Z] 
08:36:19 [2022-06-27T08:36:19.111Z] INFO Start validation with golang-ci-lint
08:36:20 [2022-06-27T08:36:20.054Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
08:36:20 [2022-06-27T08:36:20.054Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:39:11 [2022-06-27T08:39:11.618Z] INFO [loader] Go packages loading at mode 575 (types_sizes|deps|exports_file|imports|name|compiled_files|files) took 2m51.606805775s 
08:39:11 [2022-06-27T08:39:11.618Z] 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:39:12 [2022-06-27T08:39:12.190Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 508.318782ms 
08:40:48 [2022-06-27T08:40:48.717Z] INFO [linters context/goanalysis] analyzers took 5m12.090411235s with top 10 stages: buildir: 2m1.810464172s, goimports: 25.432356359s, unconvert: 21.568428631s, gosec: 17.79516093s, S1038: 9.51767903s, golint: 9.035713611s, misspell: 6.006510001s, nilness: 5.037045351s, unused: 4.093266729s, printf: 3.416288854s 
08:40:48 [2022-06-27T08:40:48.717Z] INFO [runner] Issues before processing: 3035, after processing: 0 
08:40:48 [2022-06-27T08:40:48.717Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2419/2419, autogenerated_exclude: 2036/2419, exclude-rules: 77/2036, cgo: 2419/3035, filename_unadjuster: 2419/2419, path_prettifier: 2419/2419, skip_files: 2419/2419, exclude: 2036/2036, nolint: 0/77, identifier_marker: 2036/2036 
08:40:48 [2022-06-27T08:40:48.717Z] INFO [runner] processing took 80.684753ms with stages: nolint: 31.874019ms, identifier_marker: 21.415085ms, path_prettifier: 9.058393ms, autogenerated_exclude: 8.186971ms, exclude-rules: 7.963109ms, skip_dirs: 1.756927ms, cgo: 277.167µs, filename_unadjuster: 148.247µs, max_same_issues: 1.291µs, uniq_by_line: 664ns, skip_files: 391ns, max_from_linter: 377ns, source_code: 333ns, diff: 329ns, exclude: 319ns, path_shortener: 245ns, severity-rules: 234ns, sort_results: 228ns, max_per_file_from_linter: 226ns, path_prefixer: 198ns 
08:40:48 [2022-06-27T08:40:48.717Z] INFO [runner] linters took 1m32.611347526s with stages: goanalysis_metalinter: 1m32.530467843s 
08:40:48 [2022-06-27T08:40:48.717Z] INFO File cache stats: 1674 entries of total size 8.6MiB 
08:40:48 [2022-06-27T08:40:48.717Z] INFO Memory: 2649 samples, avg is 290.9MB, max is 1233.6MB 
08:40:48 [2022-06-27T08:40:48.717Z] INFO Execution took 4m24.737906882s               
08:40:48 [2022-06-27T08:40:48.717Z] Congratulations! The shell scripts are properly formatted.