Skip to content

Console Output

20:20:50 [2022-08-29T20:20:50.797Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44054/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44054/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=36f5535e5e5b5bca76da60b9f99647204cf21346 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:36f5535e5e5b5bca76da60b9f99647204cf21346 hack/validate/default
20:20:52 [2022-08-29T20:20:52.162Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
20:20:52 [2022-08-29T20:20:52.162Z] Congratulations! yamllint config file formatted correctly
20:20:52 [2022-08-29T20:20:52.162Z] Congratulations! YAML files are formatted correctly
20:20:52 [2022-08-29T20:20:52.162Z] No api/types/ or api/swagger.yaml changes in diff.
20:20:52 [2022-08-29T20:20:52.162Z] Congratulations!  All TOML source files changed here have valid syntax.
20:20:52 [2022-08-29T20:20:52.162Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:20:52 [2022-08-29T20:20:52.162Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
20:20:52 [2022-08-29T20:20:52.162Z] 
20:20:52 [2022-08-29T20:20:52.162Z] INFO Start validation with golang-ci-lint
20:20:53 [2022-08-29T20:20:53.090Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:20:53 [2022-08-29T20:20:53.090Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
20:20:53 [2022-08-29T20:20:53.090Z] INFO [loader] Using build tags: [ journald]       
20:23:44 [2022-08-29T20:23:44.517Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|imports|name|types_sizes|compiled_files|files) took 2m50.357902922s 
20:23:44 [2022-08-29T20:23:44.517Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 495.850231ms 
20:25:35 [2022-08-29T20:25:35.918Z] INFO [linters context/goanalysis] analyzers took 6m41.479839901s with top 10 stages: buildir: 2m24.386166327s, the_only_name: 41.878573116s, goimports: 28.693721236s, unconvert: 25.195963853s, gosec: 18.216899048s, S1038: 17.403412627s, misspell: 6.927442918s, unused: 5.222146941s, S1039: 5.083549464s, inspect: 4.711873952s 
20:25:35 [2022-08-29T20:25:35.918Z] INFO [runner] Issues before processing: 2441, after processing: 0 
20:25:35 [2022-08-29T20:25:35.918Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 2017/2120, nolint: 0/79, cgo: 2120/2441, path_prettifier: 2120/2120, filename_unadjuster: 2120/2120, identifier_marker: 2017/2017, skip_files: 2120/2120, exclude-rules: 79/2017, skip_dirs: 2120/2120, exclude: 2017/2017 
20:25:35 [2022-08-29T20:25:35.918Z] INFO [runner] processing took 83.167742ms with stages: nolint: 34.774703ms, identifier_marker: 21.282791ms, path_prettifier: 8.851522ms, autogenerated_exclude: 8.019259ms, exclude-rules: 7.687208ms, skip_dirs: 1.693316ms, cgo: 734.385µs, filename_unadjuster: 119.207µs, max_same_issues: 1.272µs, uniq_by_line: 820ns, skip_files: 796ns, diff: 625ns, max_from_linter: 294ns, max_per_file_from_linter: 264ns, source_code: 254ns, sort_results: 249ns, exclude: 246ns, severity-rules: 235ns, path_shortener: 194ns, path_prefixer: 102ns 
20:25:35 [2022-08-29T20:25:35.918Z] INFO [runner] linters took 1m45.05220296s with stages: goanalysis_metalinter: 1m44.96889491s 
20:25:35 [2022-08-29T20:25:35.918Z] INFO File cache stats: 1704 entries of total size 8.7MiB 
20:25:35 [2022-08-29T20:25:35.918Z] INFO Memory: 2759 samples, avg is 324.5MB, max is 1262.2MB 
20:25:35 [2022-08-29T20:25:35.918Z] INFO Execution took 4m35.915894043s               
20:25:35 [2022-08-29T20:25:35.918Z] Congratulations! The shell scripts are properly formatted.