Skip to content

Console Output

13:43:39 [2022-05-27T13:43:39.163Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43645/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43645/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bcd2d6e515a16935d2ab4b8b03354368add47ed0 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bcd2d6e515a16935d2ab4b8b03354368add47ed0 hack/validate/default
13:43:40 [2022-05-27T13:43:40.106Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:43:40 [2022-05-27T13:43:40.106Z] No api/types/ or api/swagger.yaml changes in diff.
13:43:40 [2022-05-27T13:43:40.106Z] Congratulations!  All TOML source files changed here have valid syntax.
13:43:40 [2022-05-27T13:43:40.106Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:43:40 [2022-05-27T13:43:40.106Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:43:40 [2022-05-27T13:43:40.106Z] Congratulations!  No new tests were added to integration-cli.
13:43:40 [2022-05-27T13:43:40.106Z] 
13:43:40 [2022-05-27T13:43:40.106Z] INFO Start validation with golang-ci-lint
13:43:41 [2022-05-27T13:43:41.489Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:43:41 [2022-05-27T13:43:41.489Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:46:48 [2022-05-27T13:46:48.046Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|name|types_sizes|exports_file|files|imports) took 2m52.188865911s 
13:46:48 [2022-05-27T13:46:48.047Z] 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. 
13:46:48 [2022-05-27T13:46:48.047Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 496.431142ms 
13:48:09 [2022-05-27T13:48:09.532Z] INFO [linters context/goanalysis] analyzers took 5m15.620763364s with top 10 stages: buildir: 2m1.589788394s, goimports: 25.985525887s, unconvert: 18.017127278s, gosec: 15.315084497s, S1038: 9.478332966s, golint: 7.893305336s, misspell: 6.324037979s, nilness: 4.720948385s, inspect: 4.710020838s, S1039: 4.299483095s 
13:48:09 [2022-05-27T13:48:09.532Z] INFO [runner] Issues before processing: 3030, after processing: 0 
13:48:09 [2022-05-27T13:48:09.532Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 2031/2414, exclude: 2031/2031, filename_unadjuster: 2414/2414, nolint: 0/77, skip_files: 2414/2414, skip_dirs: 2414/2414, identifier_marker: 2031/2031, cgo: 2414/3030, exclude-rules: 77/2031, path_prettifier: 2414/2414 
13:48:09 [2022-05-27T13:48:09.532Z] INFO [runner] processing took 81.436961ms with stages: nolint: 32.223387ms, identifier_marker: 21.414969ms, path_prettifier: 9.546236ms, autogenerated_exclude: 8.210277ms, exclude-rules: 7.875609ms, skip_dirs: 1.817293ms, cgo: 209.224µs, filename_unadjuster: 134.429µs, max_same_issues: 1.474µs, uniq_by_line: 681ns, skip_files: 491ns, max_from_linter: 485ns, exclude: 422ns, diff: 396ns, max_per_file_from_linter: 325ns, source_code: 307ns, path_shortener: 295ns, severity-rules: 256ns, sort_results: 207ns, path_prefixer: 198ns 
13:48:09 [2022-05-27T13:48:09.532Z] INFO [runner] linters took 1m32.171064975s with stages: goanalysis_metalinter: 1m32.089444773s 
13:48:09 [2022-05-27T13:48:09.532Z] INFO File cache stats: 1671 entries of total size 8.5MiB 
13:48:09 [2022-05-27T13:48:09.532Z] INFO Memory: 2650 samples, avg is 287.4MB, max is 1178.8MB 
13:48:09 [2022-05-27T13:48:09.532Z] INFO Execution took 4m24.86658565s                
13:48:09 [2022-05-27T13:48:09.532Z] Congratulations! The shell scripts are properly formatted.