Skip to content

Console Output

09:13:23 [2022-06-17T09:13:23.914Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43682/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43682/.git:/go/src/github.com/docker/docker/.git --name docker-pr24 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ea19413969123458cc2a9ec808dec7ee02d2b72a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ea19413969123458cc2a9ec808dec7ee02d2b72a hack/validate/default
09:13:24 [2022-06-17T09:13:24.474Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
09:13:24 [2022-06-17T09:13:24.474Z] No api/types/ or api/swagger.yaml changes in diff.
09:13:24 [2022-06-17T09:13:24.474Z] Congratulations!  All TOML source files changed here have valid syntax.
09:13:24 [2022-06-17T09:13:24.732Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:13:24 [2022-06-17T09:13:24.732Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
09:13:24 [2022-06-17T09:13:24.732Z] 
09:13:24 [2022-06-17T09:13:24.732Z] INFO Start validation with golang-ci-lint
09:13:25 [2022-06-17T09:13:25.302Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:13:25 [2022-06-17T09:13:25.557Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:16:16 [2022-06-17T09:16:16.963Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|imports|types_sizes|compiled_files|name|files) took 2m50.188790166s 
09:16:16 [2022-06-17T09:16:16.963Z] 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. 
09:16:16 [2022-06-17T09:16:16.963Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 493.839835ms 
09:17:53 [2022-06-17T09:17:53.339Z] INFO [linters context/goanalysis] analyzers took 4m38.144389642s with top 10 stages: buildir: 2m1.847578671s, goimports: 23.969877008s, unconvert: 17.573475878s, gosec: 14.936826862s, S1038: 8.264182261s, golint: 7.443471633s, misspell: 5.707862002s, inspect: 4.886720562s, nilness: 4.178567269s, unused: 3.776412248s 
09:17:53 [2022-06-17T09:17:53.339Z] INFO [runner] Issues before processing: 3035, after processing: 0 
09:17:53 [2022-06-17T09:17:53.339Z] INFO [runner] Processors filtering stat (out/in): cgo: 2419/3035, exclude: 2036/2036, path_prettifier: 2419/2419, skip_dirs: 2419/2419, autogenerated_exclude: 2036/2419, filename_unadjuster: 2419/2419, exclude-rules: 77/2036, skip_files: 2419/2419, identifier_marker: 2036/2036, nolint: 0/77 
09:17:53 [2022-06-17T09:17:53.339Z] INFO [runner] processing took 83.762514ms with stages: nolint: 32.724902ms, identifier_marker: 23.444511ms, path_prettifier: 9.221393ms, autogenerated_exclude: 8.227972ms, exclude-rules: 7.945418ms, skip_dirs: 1.826566ms, cgo: 225.54µs, filename_unadjuster: 140.365µs, max_same_issues: 1.521µs, uniq_by_line: 777ns, skip_files: 484ns, max_from_linter: 459ns, path_prefixer: 430ns, source_code: 389ns, path_shortener: 329ns, diff: 320ns, exclude: 295ns, max_per_file_from_linter: 292ns, severity-rules: 287ns, sort_results: 264ns 
09:17:53 [2022-06-17T09:17:53.339Z] INFO [runner] linters took 1m31.384640237s with stages: goanalysis_metalinter: 1m31.300748315s 
09:17:53 [2022-06-17T09:17:53.339Z] INFO File cache stats: 1674 entries of total size 8.6MiB 
09:17:53 [2022-06-17T09:17:53.339Z] INFO Memory: 2622 samples, avg is 282.0MB, max is 1176.5MB 
09:17:53 [2022-06-17T09:17:53.339Z] INFO Execution took 4m22.078738267s               
09:17:53 [2022-06-17T09:17:53.339Z] Congratulations! The shell scripts are properly formatted.