Skip to content

Console Output

20:14:12 [2022-06-07T20:14:12.123Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43702/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43702/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f90056a79d114c529048138027a7834b293a1a47 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f90056a79d114c529048138027a7834b293a1a47 hack/validate/default
20:14:13 [2022-06-07T20:14:13.049Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
20:14:13 [2022-06-07T20:14:13.050Z] No api/types/ or api/swagger.yaml changes in diff.
20:14:13 [2022-06-07T20:14:13.050Z] Congratulations!  All TOML source files changed here have valid syntax.
20:14:13 [2022-06-07T20:14:13.050Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:14:13 [2022-06-07T20:14:13.050Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
20:14:13 [2022-06-07T20:14:13.050Z] Congratulations!  No new tests were added to integration-cli.
20:14:13 [2022-06-07T20:14:13.050Z] 
20:14:13 [2022-06-07T20:14:13.050Z] INFO Start validation with golang-ci-lint
20:14:13 [2022-06-07T20:14:13.978Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:14:13 [2022-06-07T20:14:13.978Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:17:05 [2022-06-07T20:17:05.408Z] INFO [loader] Go packages loading at mode 575 (compiled_files|name|types_sizes|deps|exports_file|files|imports) took 2m50.814923784s 
20:17:05 [2022-06-07T20:17:05.408Z] 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. 
20:17:05 [2022-06-07T20:17:05.408Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 498.896356ms 
20:18:41 [2022-06-07T20:18:41.815Z] INFO [linters context/goanalysis] analyzers took 4m47.843750877s with top 10 stages: buildir: 1m58.546980383s, goimports: 24.617856808s, unconvert: 16.688949294s, gosec: 15.659269176s, S1038: 8.804996911s, golint: 7.747725128s, misspell: 6.53837186s, nilness: 4.861495906s, inspect: 4.276464685s, S1039: 3.737992313s 
20:18:41 [2022-06-07T20:18:41.815Z] INFO [runner] Issues before processing: 3033, after processing: 0 
20:18:41 [2022-06-07T20:18:41.815Z] INFO [runner] Processors filtering stat (out/in): exclude: 2034/2034, nolint: 0/77, cgo: 2417/3033, filename_unadjuster: 2417/2417, skip_dirs: 2417/2417, path_prettifier: 2417/2417, skip_files: 2417/2417, autogenerated_exclude: 2034/2417, identifier_marker: 2034/2034, exclude-rules: 77/2034 
20:18:41 [2022-06-07T20:18:41.816Z] INFO [runner] processing took 84.911967ms with stages: nolint: 32.631879ms, identifier_marker: 21.948949ms, path_prettifier: 11.711694ms, autogenerated_exclude: 8.538823ms, exclude-rules: 7.749525ms, skip_dirs: 1.769593ms, cgo: 362.758µs, filename_unadjuster: 193.092µs, max_same_issues: 1.781µs, uniq_by_line: 680ns, skip_files: 677ns, exclude: 376ns, diff: 334ns, max_from_linter: 302ns, source_code: 301ns, path_shortener: 291ns, max_per_file_from_linter: 246ns, sort_results: 243ns, severity-rules: 224ns, path_prefixer: 199ns 
20:18:41 [2022-06-07T20:18:41.816Z] INFO [runner] linters took 1m31.007522444s with stages: goanalysis_metalinter: 1m30.922368216s 
20:18:41 [2022-06-07T20:18:41.816Z] INFO File cache stats: 1671 entries of total size 8.5MiB 
20:18:41 [2022-06-07T20:18:41.816Z] INFO Memory: 2625 samples, avg is 285.6MB, max is 1186.1MB 
20:18:41 [2022-06-07T20:18:41.816Z] INFO Execution took 4m22.331118031s               
20:18:41 [2022-06-07T20:18:41.816Z] Congratulations! The shell scripts are properly formatted.