Skip to content

Console Output

13:42:08 [2022-08-23T13:42:08.386Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43739/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43739/.git:/go/src/github.com/docker/docker/.git --name docker-pr44 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4b84a3321723a849295d5cbf7342ec36077f9179 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4b84a3321723a849295d5cbf7342ec36077f9179 hack/validate/default
13:42:08 [2022-08-23T13:42:08.949Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:42:08 [2022-08-23T13:42:08.949Z] No api/types/ or api/swagger.yaml changes in diff.
13:42:08 [2022-08-23T13:42:08.949Z] Congratulations!  All TOML source files changed here have valid syntax.
13:42:08 [2022-08-23T13:42:08.949Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:42:08 [2022-08-23T13:42:08.949Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:42:08 [2022-08-23T13:42:08.949Z] 
13:42:08 [2022-08-23T13:42:08.949Z] INFO Start validation with golang-ci-lint
13:42:09 [2022-08-23T13:42:09.878Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:42:09 [2022-08-23T13:42:09.878Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
13:42:09 [2022-08-23T13:42:09.878Z] INFO [loader] Using build tags: [ journald]       
13:45:16 [2022-08-23T13:45:16.312Z] INFO [loader] Go packages loading at mode 575 (name|types_sizes|exports_file|files|imports|compiled_files|deps) took 2m54.781759016s 
13:45:16 [2022-08-23T13:45:16.312Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 511.240514ms 
13:46:52 [2022-08-23T13:46:52.699Z] INFO [linters context/goanalysis] analyzers took 6m24.02002856s with top 10 stages: buildir: 2m24.468332576s, the_only_name: 40.49344277s, goimports: 29.661467357s, unconvert: 22.23009026s, gosec: 18.465532622s, S1038: 18.164669313s, misspell: 7.136159404s, unused: 5.341200838s, S1039: 5.149895778s, nilness: 4.725507998s 
13:46:52 [2022-08-23T13:46:52.699Z] INFO [runner] Issues before processing: 2444, after processing: 0 
13:46:52 [2022-08-23T13:46:52.699Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/79, path_prettifier: 2123/2123, skip_files: 2123/2123, cgo: 2123/2444, exclude-rules: 79/2020, filename_unadjuster: 2123/2123, identifier_marker: 2020/2020, exclude: 2020/2020, skip_dirs: 2123/2123, autogenerated_exclude: 2020/2123 
13:46:52 [2022-08-23T13:46:52.699Z] INFO [runner] processing took 83.768623ms with stages: nolint: 34.283796ms, identifier_marker: 21.505749ms, path_prettifier: 9.522561ms, autogenerated_exclude: 8.488619ms, exclude-rules: 7.808369ms, skip_dirs: 1.815935ms, cgo: 201.495µs, filename_unadjuster: 137.371µs, max_same_issues: 1.225µs, uniq_by_line: 493ns, skip_files: 440ns, max_from_linter: 351ns, source_code: 325ns, diff: 320ns, exclude: 308ns, severity-rules: 305ns, sort_results: 277ns, path_shortener: 253ns, max_per_file_from_linter: 244ns, path_prefixer: 187ns 
13:46:52 [2022-08-23T13:46:52.699Z] INFO [runner] linters took 1m46.276532259s with stages: goanalysis_metalinter: 1m46.192512399s 
13:46:52 [2022-08-23T13:46:52.699Z] INFO File cache stats: 1703 entries of total size 8.7MiB 
13:46:52 [2022-08-23T13:46:52.699Z] INFO Memory: 2817 samples, avg is 316.9MB, max is 1228.2MB 
13:46:52 [2022-08-23T13:46:52.699Z] INFO Execution took 4m41.579599917s               
13:46:52 [2022-08-23T13:46:52.699Z] Congratulations! The shell scripts are properly formatted.