Skip to content

Console Output

23:08:28 [2022-07-04T23:08:28.574Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43738/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43738/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=246c942797eb2958f1a0e51a16788329895ccfd5 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:246c942797eb2958f1a0e51a16788329895ccfd5 hack/validate/default
23:08:29 [2022-07-04T23:08:29.136Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
23:08:29 [2022-07-04T23:08:29.392Z] No api/types/ or api/swagger.yaml changes in diff.
23:08:29 [2022-07-04T23:08:29.392Z] Congratulations!  All TOML source files changed here have valid syntax.
23:08:29 [2022-07-04T23:08:29.392Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
23:08:29 [2022-07-04T23:08:29.392Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
23:08:29 [2022-07-04T23:08:29.392Z] 
23:08:29 [2022-07-04T23:08:29.392Z] INFO Start validation with golang-ci-lint
23:08:30 [2022-07-04T23:08:30.758Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
23:08:30 [2022-07-04T23:08:30.758Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:11:37 [2022-07-04T23:11:37.204Z] INFO [loader] Go packages loading at mode 575 (files|imports|name|types_sizes|compiled_files|exports_file|deps) took 2m52.582643269s 
23:11:37 [2022-07-04T23:11:37.204Z] 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. 
23:11:37 [2022-07-04T23:11:37.204Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 502.416099ms 
23:12:58 [2022-07-04T23:12:58.582Z] INFO [linters context/goanalysis] analyzers took 4m46.367090193s with top 10 stages: buildir: 1m58.553095719s, goimports: 24.647906401s, unconvert: 19.05949101s, gosec: 15.036316238s, S1038: 8.387165674s, golint: 7.281681308s, misspell: 6.021531582s, nilness: 4.460547798s, S1039: 3.750470359s, inspect: 3.6987805s 
23:12:58 [2022-07-04T23:12:58.582Z] INFO [runner] Issues before processing: 3029, after processing: 0 
23:12:58 [2022-07-04T23:12:58.582Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2413/2413, skip_dirs: 2413/2413, autogenerated_exclude: 2030/2413, exclude-rules: 77/2030, identifier_marker: 2030/2030, nolint: 0/77, cgo: 2413/3029, filename_unadjuster: 2413/2413, skip_files: 2413/2413, exclude: 2030/2030 
23:12:58 [2022-07-04T23:12:58.582Z] INFO [runner] processing took 82.608186ms with stages: nolint: 32.935878ms, identifier_marker: 21.534857ms, path_prettifier: 9.542181ms, autogenerated_exclude: 8.650674ms, exclude-rules: 7.753669ms, skip_dirs: 1.801629ms, cgo: 241.328µs, filename_unadjuster: 142.199µs, max_same_issues: 1.453µs, uniq_by_line: 593ns, diff: 570ns, severity-rules: 533ns, max_per_file_from_linter: 510ns, skip_files: 425ns, max_from_linter: 420ns, source_code: 304ns, exclude: 273ns, path_shortener: 261ns, sort_results: 234ns, path_prefixer: 195ns 
23:12:58 [2022-07-04T23:12:58.582Z] INFO [runner] linters took 1m32.673118524s with stages: goanalysis_metalinter: 1m32.590328639s 
23:12:58 [2022-07-04T23:12:58.582Z] INFO File cache stats: 1674 entries of total size 8.6MiB 
23:12:58 [2022-07-04T23:12:58.582Z] INFO Memory: 2659 samples, avg is 289.3MB, max is 1214.5MB 
23:12:58 [2022-07-04T23:12:58.582Z] INFO Execution took 4m25.768054419s               
23:12:58 [2022-07-04T23:12:58.582Z] Congratulations! The shell scripts are properly formatted.