Skip to content

Console Output

15:48:45 [2022-05-25T15:48:45.956Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43641/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43641/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c3d7a0c6033a2764dd85c3863809ac498ef129f2 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c3d7a0c6033a2764dd85c3863809ac498ef129f2 hack/validate/default
15:48:46 [2022-05-25T15:48:46.523Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
15:48:46 [2022-05-25T15:48:46.802Z] No api/types/ or api/swagger.yaml changes in diff.
15:48:46 [2022-05-25T15:48:46.802Z] Congratulations!  All TOML source files changed here have valid syntax.
15:48:46 [2022-05-25T15:48:46.802Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
15:48:46 [2022-05-25T15:48:46.802Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
15:48:46 [2022-05-25T15:48:46.802Z] Congratulations!  No new tests were added to integration-cli.
15:48:46 [2022-05-25T15:48:46.802Z] 
15:48:46 [2022-05-25T15:48:46.802Z] INFO Start validation with golang-ci-lint
15:48:47 [2022-05-25T15:48:47.739Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
15:48:47 [2022-05-25T15:48:47.739Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:51:54 [2022-05-25T15:51:54.226Z] INFO [loader] Go packages loading at mode 575 (deps|files|imports|name|compiled_files|exports_file|types_sizes) took 2m53.937294789s 
15:51:54 [2022-05-25T15:51:54.226Z] 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. 
15:51:54 [2022-05-25T15:51:54.226Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 501.439455ms 
15:53:15 [2022-05-25T15:53:15.657Z] INFO [linters context/goanalysis] analyzers took 4m33.349587752s with top 10 stages: buildir: 2m0.272576445s, goimports: 22.46062647s, unconvert: 18.709464838s, gosec: 13.09897782s, S1038: 8.060045748s, golint: 6.961144031s, misspell: 5.345001576s, inspect: 4.143293407s, printf: 3.944691084s, nilness: 3.925720559s 
15:53:15 [2022-05-25T15:53:15.657Z] INFO [runner] Issues before processing: 3030, after processing: 0 
15:53:15 [2022-05-25T15:53:15.657Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/77, exclude: 2031/2031, exclude-rules: 77/2031, filename_unadjuster: 2414/2414, skip_dirs: 2414/2414, identifier_marker: 2031/2031, autogenerated_exclude: 2031/2414, cgo: 2414/3030, path_prettifier: 2414/2414, skip_files: 2414/2414 
15:53:15 [2022-05-25T15:53:15.657Z] INFO [runner] processing took 84.007978ms with stages: nolint: 33.111236ms, identifier_marker: 22.521933ms, path_prettifier: 9.5852ms, autogenerated_exclude: 8.539694ms, exclude-rules: 8.006012ms, skip_dirs: 1.796379ms, cgo: 284.176µs, filename_unadjuster: 157.789µs, max_same_issues: 1.646µs, skip_files: 796ns, uniq_by_line: 635ns, max_from_linter: 402ns, diff: 338ns, source_code: 312ns, path_shortener: 310ns, exclude: 302ns, max_per_file_from_linter: 251ns, severity-rules: 243ns, sort_results: 211ns, path_prefixer: 113ns 
15:53:15 [2022-05-25T15:53:15.657Z] INFO [runner] linters took 1m33.250766163s with stages: goanalysis_metalinter: 1m33.166599288s 
15:53:15 [2022-05-25T15:53:15.657Z] INFO File cache stats: 1671 entries of total size 8.5MiB 
15:53:15 [2022-05-25T15:53:15.657Z] INFO Memory: 2678 samples, avg is 284.3MB, max is 1173.8MB 
15:53:15 [2022-05-25T15:53:15.657Z] INFO Execution took 4m27.699120632s               
15:53:16 [2022-05-25T15:53:16.224Z] Congratulations! The shell scripts are properly formatted.