Skip to content

Console Output

22:30:32 [2022-08-04T22:30:32.738Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43917/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43917/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4e46d9f963b5f7cec5022e2f9528acda08b6134a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4e46d9f963b5f7cec5022e2f9528acda08b6134a hack/validate/default
22:30:33 [2022-08-04T22:30:33.676Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
22:30:33 [2022-08-04T22:30:33.676Z] No api/types/ or api/swagger.yaml changes in diff.
22:30:33 [2022-08-04T22:30:33.676Z] Congratulations!  All TOML source files changed here have valid syntax.
22:30:33 [2022-08-04T22:30:33.676Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
22:30:33 [2022-08-04T22:30:33.676Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
22:30:33 [2022-08-04T22:30:33.676Z] 
22:30:33 [2022-08-04T22:30:33.676Z] INFO Start validation with golang-ci-lint
22:30:34 [2022-08-04T22:30:34.616Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
22:30:34 [2022-08-04T22:30:34.616Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
22:30:34 [2022-08-04T22:30:34.616Z] INFO [loader] Using build tags: [ journald]       
22:33:41 [2022-08-04T22:33:41.158Z] INFO [loader] Go packages loading at mode 575 (compiled_files|imports|files|name|types_sizes|deps|exports_file) took 2m55.384324359s 
22:33:41 [2022-08-04T22:33:41.158Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 510.019503ms 
22:35:17 [2022-08-04T22:35:17.676Z] INFO [linters context/goanalysis] analyzers took 6m55.164820673s with top 10 stages: buildir: 2m22.791904362s, the_only_name: 41.434459485s, goimports: 28.51694994s, unconvert: 25.464226138s, gosec: 18.145147084s, S1038: 17.669279252s, misspell: 6.918290092s, unused: 5.862457132s, S1039: 5.113969448s, SA4030: 4.906692376s 
22:35:17 [2022-08-04T22:35:17.676Z] INFO [runner] Issues before processing: 2447, after processing: 0 
22:35:17 [2022-08-04T22:35:17.676Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 2023/2023, nolint: 0/79, path_prettifier: 2126/2126, skip_dirs: 2126/2126, exclude: 2023/2023, autogenerated_exclude: 2023/2126, skip_files: 2126/2126, exclude-rules: 79/2023, cgo: 2126/2447, filename_unadjuster: 2126/2126 
22:35:17 [2022-08-04T22:35:17.676Z] INFO [runner] processing took 88.837979ms with stages: nolint: 34.628331ms, identifier_marker: 23.501306ms, path_prettifier: 10.174528ms, autogenerated_exclude: 8.924198ms, exclude-rules: 7.791941ms, skip_dirs: 2.339872ms, cgo: 1.334277ms, filename_unadjuster: 139.048µs, max_same_issues: 1.29µs, uniq_by_line: 519ns, skip_files: 413ns, exclude: 335ns, max_from_linter: 313ns, diff: 285ns, sort_results: 249ns, source_code: 246ns, max_per_file_from_linter: 246ns, path_shortener: 240ns, severity-rules: 227ns, path_prefixer: 115ns 
22:35:17 [2022-08-04T22:35:17.676Z] INFO [runner] linters took 1m46.666534985s with stages: goanalysis_metalinter: 1m46.577500419s 
22:35:17 [2022-08-04T22:35:17.676Z] INFO File cache stats: 1702 entries of total size 8.7MiB 
22:35:17 [2022-08-04T22:35:17.676Z] INFO Memory: 2826 samples, avg is 317.5MB, max is 1214.6MB 
22:35:17 [2022-08-04T22:35:17.676Z] INFO Execution took 4m42.57169065s                
22:35:17 [2022-08-04T22:35:17.942Z] Congratulations! The shell scripts are properly formatted.