Skip to content

Console Output

20:57:34 [2022-06-06T20:57:34.110Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43700/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43700/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a7e3182757ca20217032cdf5bc04e61e528c2dfa -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a7e3182757ca20217032cdf5bc04e61e528c2dfa hack/validate/default
20:57:35 [2022-06-06T20:57:35.477Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
20:57:35 [2022-06-06T20:57:35.477Z] No api/types/ or api/swagger.yaml changes in diff.
20:57:35 [2022-06-06T20:57:35.477Z] Congratulations!  All TOML source files changed here have valid syntax.
20:57:35 [2022-06-06T20:57:35.477Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:57:35 [2022-06-06T20:57:35.477Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
20:57:35 [2022-06-06T20:57:35.477Z] Congratulations!  No new tests were added to integration-cli.
20:57:35 [2022-06-06T20:57:35.477Z] 
20:57:35 [2022-06-06T20:57:35.477Z] INFO Start validation with golang-ci-lint
20:57:36 [2022-06-06T20:57:36.039Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:57:36 [2022-06-06T20:57:36.039Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
21:00:27 [2022-06-06T21:00:27.470Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|imports|deps|files|name|types_sizes) took 2m50.554353605s 
21:00:27 [2022-06-06T21:00:27.470Z] 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. 
21:00:27 [2022-06-06T21:00:27.470Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 492.988496ms 
21:02:03 [2022-06-06T21:02:03.876Z] INFO [linters context/goanalysis] analyzers took 5m2.801919691s with top 10 stages: buildir: 2m1.984935673s, goimports: 25.286013607s, unconvert: 17.957127536s, gosec: 15.840712689s, S1038: 8.842525491s, golint: 8.062321489s, misspell: 6.56683031s, nilness: 4.475042834s, S1039: 3.958185202s, printf: 3.589671853s 
21:02:03 [2022-06-06T21:02:03.876Z] INFO [runner] Issues before processing: 3033, after processing: 0 
21:02:03 [2022-06-06T21:02:03.876Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 2034/2034, cgo: 2417/3033, filename_unadjuster: 2417/2417, path_prettifier: 2417/2417, skip_files: 2417/2417, skip_dirs: 2417/2417, exclude-rules: 77/2034, nolint: 0/77, autogenerated_exclude: 2034/2417, exclude: 2034/2034 
21:02:03 [2022-06-06T21:02:03.876Z] INFO [runner] processing took 81.595818ms with stages: nolint: 32.071304ms, identifier_marker: 21.399494ms, path_prettifier: 9.727977ms, autogenerated_exclude: 8.326043ms, exclude-rules: 7.877193ms, skip_dirs: 1.788005ms, cgo: 274.062µs, filename_unadjuster: 126.558µs, max_same_issues: 1.532µs, uniq_by_line: 607ns, max_from_linter: 480ns, diff: 420ns, skip_files: 404ns, exclude: 290ns, source_code: 287ns, path_shortener: 259ns, severity-rules: 243ns, max_per_file_from_linter: 232ns, sort_results: 227ns, path_prefixer: 201ns 
21:02:03 [2022-06-06T21:02:03.876Z] INFO [runner] linters took 1m31.636030787s with stages: goanalysis_metalinter: 1m31.554289714s 
21:02:03 [2022-06-06T21:02:03.876Z] INFO File cache stats: 1671 entries of total size 8.5MiB 
21:02:03 [2022-06-06T21:02:03.876Z] INFO Memory: 2628 samples, avg is 284.3MB, max is 1177.9MB 
21:02:03 [2022-06-06T21:02:03.876Z] INFO Execution took 4m22.695268111s               
21:02:03 [2022-06-06T21:02:03.876Z] Congratulations! The shell scripts are properly formatted.