Skip to content

Console Output

08:51:14 [2022-08-08T08:51:14.610Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43708/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43708/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f5d6f68657e624c4c730a8281252d5e779f07853 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f5d6f68657e624c4c730a8281252d5e779f07853 hack/validate/default
08:51:15 [2022-08-08T08:51:15.171Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
08:51:15 [2022-08-08T08:51:15.171Z] No api/types/ or api/swagger.yaml changes in diff.
08:51:15 [2022-08-08T08:51:15.171Z] Congratulations!  All TOML source files changed here have valid syntax.
08:51:15 [2022-08-08T08:51:15.171Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
08:51:15 [2022-08-08T08:51:15.171Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
08:51:15 [2022-08-08T08:51:15.171Z] 
08:51:15 [2022-08-08T08:51:15.171Z] INFO Start validation with golang-ci-lint
08:51:16 [2022-08-08T08:51:16.099Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
08:51:16 [2022-08-08T08:51:16.099Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
08:51:16 [2022-08-08T08:51:16.099Z] INFO [loader] Using build tags: [ journald]       
08:54:22 [2022-08-08T08:54:22.520Z] INFO [loader] Go packages loading at mode 575 (compiled_files|imports|types_sizes|deps|exports_file|files|name) took 2m55.728768809s 
08:54:22 [2022-08-08T08:54:22.520Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 516.688596ms 
08:56:13 [2022-08-08T08:56:13.921Z] INFO [linters context/goanalysis] analyzers took 6m25.962884438s with top 10 stages: buildir: 2m23.897874126s, the_only_name: 42.389420633s, goimports: 29.207496845s, unconvert: 25.230586439s, S1038: 17.427823871s, gosec: 17.287651805s, misspell: 6.720141906s, S1039: 5.754758229s, unused: 5.213923853s, nilness: 4.992451695s 
08:56:13 [2022-08-08T08:56:13.921Z] INFO [runner] Issues before processing: 2447, after processing: 0 
08:56:13 [2022-08-08T08:56:13.921Z] INFO [runner] Processors filtering stat (out/in): cgo: 2126/2447, autogenerated_exclude: 2023/2126, identifier_marker: 2023/2023, exclude-rules: 79/2023, exclude: 2023/2023, filename_unadjuster: 2126/2126, skip_dirs: 2126/2126, nolint: 0/79, path_prettifier: 2126/2126, skip_files: 2126/2126 
08:56:13 [2022-08-08T08:56:13.921Z] INFO [runner] processing took 83.822501ms with stages: nolint: 34.114385ms, identifier_marker: 21.479124ms, path_prettifier: 9.597907ms, autogenerated_exclude: 8.32996ms, exclude-rules: 7.907474ms, skip_dirs: 1.957042ms, cgo: 297.203µs, filename_unadjuster: 134.025µs, max_same_issues: 1.609µs, uniq_by_line: 805ns, skip_files: 429ns, exclude: 372ns, diff: 362ns, max_from_linter: 358ns, source_code: 309ns, severity-rules: 286ns, path_shortener: 245ns, sort_results: 242ns, max_per_file_from_linter: 241ns, path_prefixer: 123ns 
08:56:13 [2022-08-08T08:56:13.921Z] INFO [runner] linters took 1m48.062574447s with stages: goanalysis_metalinter: 1m47.978599941s 
08:56:13 [2022-08-08T08:56:13.922Z] INFO File cache stats: 1702 entries of total size 8.7MiB 
08:56:13 [2022-08-08T08:56:13.922Z] INFO Memory: 2843 samples, avg is 323.5MB, max is 1248.1MB 
08:56:13 [2022-08-08T08:56:13.922Z] INFO Execution took 4m44.321393564s               
08:56:13 [2022-08-08T08:56:13.922Z] Congratulations! The shell scripts are properly formatted.