Skip to content

Console Output

18:37:26 [2022-05-31T18:37:26.767Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43670/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43670/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b12e9e712b1e00b072df055bdbbf18cd65942955 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b12e9e712b1e00b072df055bdbbf18cd65942955 hack/validate/default
18:37:27 [2022-05-31T18:37:27.700Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
18:37:27 [2022-05-31T18:37:27.700Z] No api/types/ or api/swagger.yaml changes in diff.
18:37:27 [2022-05-31T18:37:27.700Z] Congratulations!  All TOML source files changed here have valid syntax.
18:37:27 [2022-05-31T18:37:27.700Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
18:37:27 [2022-05-31T18:37:27.700Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
18:37:27 [2022-05-31T18:37:27.700Z] Congratulations!  No new tests were added to integration-cli.
18:37:27 [2022-05-31T18:37:27.700Z] 
18:37:27 [2022-05-31T18:37:27.700Z] INFO Start validation with golang-ci-lint
18:37:28 [2022-05-31T18:37:28.635Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
18:37:28 [2022-05-31T18:37:28.635Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:40:20 [2022-05-31T18:40:20.110Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|name|deps|files|imports|types_sizes) took 2m51.344704188s 
18:40:20 [2022-05-31T18:40:20.110Z] 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. 
18:40:20 [2022-05-31T18:40:20.369Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 502.244803ms 
18:41:56 [2022-05-31T18:41:56.817Z] INFO [linters context/goanalysis] analyzers took 4m44.01915175s with top 10 stages: buildir: 2m0.670959275s, goimports: 25.252087128s, unconvert: 18.018121112s, gosec: 15.958442164s, S1038: 8.290855085s, golint: 7.598635007s, misspell: 6.19828917s, nilness: 4.304070769s, inspect: 4.127749991s, S1039: 3.829817123s 
18:41:56 [2022-05-31T18:41:56.817Z] INFO [runner] Issues before processing: 3027, after processing: 0 
18:41:56 [2022-05-31T18:41:56.817Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2411/2411, cgo: 2411/3027, filename_unadjuster: 2411/2411, nolint: 0/77, skip_files: 2411/2411, identifier_marker: 2028/2028, exclude-rules: 77/2028, exclude: 2028/2028, skip_dirs: 2411/2411, autogenerated_exclude: 2028/2411 
18:41:56 [2022-05-31T18:41:56.817Z] INFO [runner] processing took 120.272103ms with stages: identifier_marker: 39.721156ms, nolint: 33.890419ms, path_prettifier: 19.778065ms, autogenerated_exclude: 11.247906ms, exclude-rules: 10.984918ms, skip_dirs: 3.256889ms, cgo: 772.891µs, filename_unadjuster: 614.154µs, max_same_issues: 1.852µs, uniq_by_line: 592ns, source_code: 538ns, exclude: 468ns, skip_files: 420ns, max_from_linter: 388ns, diff: 313ns, path_shortener: 310ns, severity-rules: 273ns, max_per_file_from_linter: 239ns, sort_results: 205ns, path_prefixer: 107ns 
18:41:56 [2022-05-31T18:41:56.817Z] INFO [runner] linters took 1m32.208692751s with stages: goanalysis_metalinter: 1m32.088240664s 
18:41:56 [2022-05-31T18:41:56.817Z] INFO File cache stats: 1671 entries of total size 8.5MiB 
18:41:56 [2022-05-31T18:41:56.817Z] INFO Memory: 2642 samples, avg is 288.8MB, max is 1182.6MB 
18:41:56 [2022-05-31T18:41:56.817Z] INFO Execution took 4m24.067526393s               
18:41:56 [2022-05-31T18:41:56.817Z] Congratulations! The shell scripts are properly formatted.