Skip to content

Console Output

17:04:49 [2022-05-18T17:04:49.191Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43597/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43597/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b972d7a4135c5da38b41c0318fff637e5e130e99 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b972d7a4135c5da38b41c0318fff637e5e130e99 hack/validate/default
17:04:50 [2022-05-18T17:04:50.119Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:04:50 [2022-05-18T17:04:50.119Z] No api/types/ or api/swagger.yaml changes in diff.
17:04:50 [2022-05-18T17:04:50.119Z] Congratulations!  All TOML source files changed here have valid syntax.
17:04:50 [2022-05-18T17:04:50.119Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:04:50 [2022-05-18T17:04:50.119Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:04:50 [2022-05-18T17:04:50.119Z] Congratulations!  No new tests were added to integration-cli.
17:04:50 [2022-05-18T17:04:50.119Z] 
17:04:50 [2022-05-18T17:04:50.119Z] INFO Start validation with golang-ci-lint
17:04:50 [2022-05-18T17:04:50.680Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:04:50 [2022-05-18T17:04:50.680Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:07:57 [2022-05-18T17:07:57.155Z] INFO [loader] Go packages loading at mode 575 (exports_file|imports|name|types_sizes|compiled_files|deps|files) took 2m51.65575694s 
17:07:57 [2022-05-18T17:07:57.155Z] 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. 
17:07:57 [2022-05-18T17:07:57.155Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 502.731411ms 
17:09:33 [2022-05-18T17:09:33.583Z] INFO [linters context/goanalysis] analyzers took 5m11.970088683s with top 10 stages: buildir: 2m12.437216753s, goimports: 25.935182274s, unconvert: 18.975374138s, gosec: 16.071085421s, S1038: 8.999713112s, golint: 8.120222662s, misspell: 7.293640728s, nilness: 5.603739221s, inspect: 5.083915037s, S1039: 4.094312714s 
17:09:33 [2022-05-18T17:09:33.583Z] INFO [runner] Issues before processing: 3043, after processing: 0 
17:09:33 [2022-05-18T17:09:33.583Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 2044/2427, skip_files: 2427/2427, skip_dirs: 2427/2427, exclude: 2044/2044, nolint: 0/78, filename_unadjuster: 2427/2427, path_prettifier: 2427/2427, identifier_marker: 2044/2044, exclude-rules: 78/2044, cgo: 2427/3043 
17:09:33 [2022-05-18T17:09:33.583Z] INFO [runner] processing took 82.272902ms with stages: nolint: 31.504948ms, identifier_marker: 22.287245ms, path_prettifier: 9.38441ms, autogenerated_exclude: 8.643772ms, exclude-rules: 8.303766ms, skip_dirs: 1.761337ms, cgo: 231.695µs, filename_unadjuster: 149.307µs, max_same_issues: 2.296µs, path_shortener: 646ns, uniq_by_line: 616ns, skip_files: 509ns, diff: 466ns, max_from_linter: 352ns, exclude: 325ns, source_code: 316ns, max_per_file_from_linter: 253ns, severity-rules: 239ns, sort_results: 212ns, path_prefixer: 192ns 
17:09:33 [2022-05-18T17:09:33.583Z] INFO [runner] linters took 1m39.165283532s with stages: goanalysis_metalinter: 1m39.082574198s 
17:09:33 [2022-05-18T17:09:33.583Z] INFO File cache stats: 1673 entries of total size 8.5MiB 
17:09:33 [2022-05-18T17:09:33.583Z] INFO Memory: 2715 samples, avg is 305.1MB, max is 1229.1MB 
17:09:33 [2022-05-18T17:09:33.583Z] INFO Execution took 4m31.334991517s               
17:09:33 [2022-05-18T17:09:33.583Z] Congratulations! The shell scripts are properly formatted.