Skip to content

Console Output

23:18:56 [2022-05-12T23:18:56.655Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42501/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42501/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d1ea89c7ee74ea2174abf55f33e502bcd905101f -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d1ea89c7ee74ea2174abf55f33e502bcd905101f hack/validate/default
23:18:58 [2022-05-12T23:18:58.552Z] Congratulations!  Seccomp profile generation is done correctly.
23:18:58 [2022-05-12T23:18:58.552Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
23:18:58 [2022-05-12T23:18:58.552Z] No api/types/ or api/swagger.yaml changes in diff.
23:18:58 [2022-05-12T23:18:58.552Z] Congratulations!  All TOML source files changed here have valid syntax.
23:18:58 [2022-05-12T23:18:58.552Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
23:18:58 [2022-05-12T23:18:58.552Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
23:18:58 [2022-05-12T23:18:58.552Z] Congratulations!  No new tests were added to integration-cli.
23:18:58 [2022-05-12T23:18:58.552Z] 
23:18:58 [2022-05-12T23:18:58.552Z] INFO Start validation with golang-ci-lint
23:18:59 [2022-05-12T23:18:59.118Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
23:18:59 [2022-05-12T23:18:59.118Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:21:50 [2022-05-12T23:21:50.589Z] INFO [loader] Go packages loading at mode 575 (imports|types_sizes|compiled_files|deps|exports_file|files|name) took 2m49.025008861s 
23:21:50 [2022-05-12T23:21:50.589Z] 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. 
23:21:50 [2022-05-12T23:21:50.589Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 493.439253ms 
23:23:27 [2022-05-12T23:23:27.010Z] INFO [linters context/goanalysis] analyzers took 4m53.983152293s with top 10 stages: buildir: 2m0.466310383s, goimports: 25.000490078s, unconvert: 18.072527577s, gosec: 15.271930535s, golint: 8.506596304s, S1038: 8.439464207s, misspell: 6.01638201s, nilness: 4.284229815s, inspect: 3.846188314s, S1039: 3.436303699s 
23:23:27 [2022-05-12T23:23:27.010Z] INFO [runner] Issues before processing: 3036, after processing: 0 
23:23:27 [2022-05-12T23:23:27.010Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2420/2420, skip_dirs: 2420/2420, cgo: 2420/3036, filename_unadjuster: 2420/2420, identifier_marker: 2037/2037, exclude-rules: 78/2037, skip_files: 2420/2420, autogenerated_exclude: 2037/2420, exclude: 2037/2037, nolint: 0/78 
23:23:27 [2022-05-12T23:23:27.010Z] INFO [runner] processing took 81.177322ms with stages: nolint: 31.543661ms, identifier_marker: 21.643942ms, path_prettifier: 9.60353ms, autogenerated_exclude: 8.121583ms, exclude-rules: 7.936797ms, skip_dirs: 1.838996ms, cgo: 349.271µs, filename_unadjuster: 133.803µs, max_same_issues: 1.658µs, uniq_by_line: 626ns, max_from_linter: 514ns, diff: 477ns, skip_files: 446ns, exclude: 364ns, path_prefixer: 354ns, path_shortener: 309ns, source_code: 298ns, severity-rules: 256ns, max_per_file_from_linter: 220ns, sort_results: 217ns 
23:23:27 [2022-05-12T23:23:27.010Z] INFO [runner] linters took 1m30.985412628s with stages: goanalysis_metalinter: 1m30.904033219s 
23:23:27 [2022-05-12T23:23:27.010Z] INFO File cache stats: 1665 entries of total size 8.4MiB 
23:23:27 [2022-05-12T23:23:27.010Z] INFO Memory: 2606 samples, avg is 288.6MB, max is 1174.4MB 
23:23:27 [2022-05-12T23:23:27.010Z] INFO Execution took 4m20.515341407s               
23:23:27 [2022-05-12T23:23:27.010Z] Congratulations! The shell scripts are properly formatted.