Skip to content

Console Output

03:06:35 [2022-08-22T03:06:35.294Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44001/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44001/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 hack/validate/default
03:06:36 [2022-08-22T03:06:36.228Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
03:06:36 [2022-08-22T03:06:36.228Z] No api/types/ or api/swagger.yaml changes in diff.
03:06:36 [2022-08-22T03:06:36.228Z] Congratulations!  All TOML source files changed here have valid syntax.
03:06:36 [2022-08-22T03:06:36.228Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
03:06:36 [2022-08-22T03:06:36.228Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
03:06:36 [2022-08-22T03:06:36.228Z] 
03:06:36 [2022-08-22T03:06:36.228Z] INFO Start validation with golang-ci-lint
03:06:36 [2022-08-22T03:06:36.795Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
03:06:36 [2022-08-22T03:06:36.795Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
03:06:36 [2022-08-22T03:06:36.795Z] INFO [loader] Using build tags: [ journald]       
03:09:43 [2022-08-22T03:09:43.330Z] INFO [loader] Go packages loading at mode 575 (name|types_sizes|compiled_files|deps|files|imports|exports_file) took 2m53.83197825s 
03:09:43 [2022-08-22T03:09:43.330Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 506.53061ms 
03:11:19 [2022-08-22T03:11:19.781Z] INFO [linters context/goanalysis] analyzers took 6m14.103447266s with top 10 stages: buildir: 2m22.426429744s, the_only_name: 40.597573847s, goimports: 28.640719899s, unconvert: 24.649265568s, S1038: 17.644820353s, gosec: 16.63928811s, misspell: 7.031428375s, unused: 5.336896855s, nilness: 4.882082433s, inspect: 3.93810255s 
03:11:19 [2022-08-22T03:11:19.781Z] INFO [runner] Issues before processing: 2446, after processing: 0 
03:11:19 [2022-08-22T03:11:19.781Z] INFO [runner] Processors filtering stat (out/in): cgo: 2125/2446, nolint: 0/79, skip_files: 2125/2125, identifier_marker: 2022/2022, exclude: 2022/2022, exclude-rules: 79/2022, filename_unadjuster: 2125/2125, skip_dirs: 2125/2125, path_prettifier: 2125/2125, autogenerated_exclude: 2022/2125 
03:11:19 [2022-08-22T03:11:19.781Z] INFO [runner] processing took 86.887228ms with stages: nolint: 35.71289ms, identifier_marker: 22.409503ms, path_prettifier: 10.151893ms, autogenerated_exclude: 8.600118ms, exclude-rules: 7.821668ms, skip_dirs: 1.823889ms, cgo: 227.864µs, filename_unadjuster: 134.336µs, max_same_issues: 1.375µs, uniq_by_line: 612ns, skip_files: 441ns, sort_results: 440ns, exclude: 390ns, max_from_linter: 334ns, diff: 312ns, source_code: 309ns, path_shortener: 252ns, max_per_file_from_linter: 251ns, severity-rules: 242ns, path_prefixer: 109ns 
03:11:19 [2022-08-22T03:11:19.781Z] INFO [runner] linters took 1m47.015353958s with stages: goanalysis_metalinter: 1m46.928256795s 
03:11:19 [2022-08-22T03:11:19.781Z] INFO File cache stats: 1703 entries of total size 8.7MiB 
03:11:19 [2022-08-22T03:11:19.781Z] INFO Memory: 2815 samples, avg is 321.8MB, max is 1193.9MB 
03:11:19 [2022-08-22T03:11:19.781Z] INFO Execution took 4m41.36564203s                
03:11:19 [2022-08-22T03:11:19.781Z] Congratulations! The shell scripts are properly formatted.