Skip to content

Console Output

08:47:26 [2022-07-12T08:47:26.681Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43796/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43796/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1de20b2012691465eacd782ab2752fa13d03b982 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1de20b2012691465eacd782ab2752fa13d03b982 hack/validate/default
08:47:27 [2022-07-12T08:47:27.249Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
08:47:35 [2022-07-12T08:47:35.373Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
08:47:37 [2022-07-12T08:47:37.912Z] Congratulations!  All API changes are done the right way.
08:47:37 [2022-07-12T08:47:37.912Z] Congratulations!  All TOML source files changed here have valid syntax.
08:47:37 [2022-07-12T08:47:37.912Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
08:47:37 [2022-07-12T08:47:37.912Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
08:47:37 [2022-07-12T08:47:37.912Z] 
08:47:37 [2022-07-12T08:47:37.912Z] INFO Start validation with golang-ci-lint
08:47:38 [2022-07-12T08:47:38.482Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
08:47:38 [2022-07-12T08:47:38.482Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
08:50:30 [2022-07-12T08:50:30.012Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|exports_file|files|deps|imports|name) took 2m50.770409184s 
08:50:30 [2022-07-12T08:50:30.012Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 497.138902ms 
08:52:21 [2022-07-12T08:52:21.492Z] INFO [linters context/goanalysis] analyzers took 6m40.000346411s with top 10 stages: buildir: 2m23.240581896s, the_only_name: 40.311031568s, goimports: 29.529801876s, unconvert: 25.529532069s, gosec: 19.173815812s, S1038: 18.260832761s, misspell: 6.878102055s, unused: 6.658736804s, S1039: 5.633861123s, nilness: 5.029988905s 
08:52:21 [2022-07-12T08:52:21.493Z] INFO [runner] Issues before processing: 2388, after processing: 0 
08:52:21 [2022-07-12T08:52:21.493Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 2022/2022, filename_unadjuster: 2125/2125, path_prettifier: 2125/2125, autogenerated_exclude: 2022/2125, exclude-rules: 77/2022, nolint: 0/77, cgo: 2125/2388, skip_files: 2125/2125, skip_dirs: 2125/2125, exclude: 2022/2022 
08:52:21 [2022-07-12T08:52:21.493Z] INFO [runner] processing took 80.779892ms with stages: nolint: 32.055428ms, identifier_marker: 21.87148ms, path_prettifier: 9.386682ms, autogenerated_exclude: 7.738815ms, exclude-rules: 7.730741ms, skip_dirs: 1.682177ms, cgo: 182.12µs, filename_unadjuster: 127.532µs, max_same_issues: 1.496µs, uniq_by_line: 534ns, skip_files: 499ns, source_code: 407ns, diff: 304ns, exclude: 291ns, sort_results: 266ns, severity-rules: 243ns, max_from_linter: 239ns, path_shortener: 228ns, max_per_file_from_linter: 214ns, path_prefixer: 196ns 
08:52:21 [2022-07-12T08:52:21.493Z] INFO [runner] linters took 1m45.97967004s with stages: goanalysis_metalinter: 1m45.89870685s 
08:52:21 [2022-07-12T08:52:21.493Z] INFO File cache stats: 1673 entries of total size 8.6MiB 
08:52:21 [2022-07-12T08:52:21.493Z] INFO Memory: 2773 samples, avg is 319.5MB, max is 1206.4MB 
08:52:21 [2022-07-12T08:52:21.493Z] INFO Execution took 4m37.258965824s               
08:52:21 [2022-07-12T08:52:21.493Z] Congratulations! The shell scripts are properly formatted.