Skip to content

Console Output

22:24:47 [2022-08-04T22:24:47.260Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43916/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43916/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7376bf948b1c9539185cfc4d1886d5299d5f8771 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7376bf948b1c9539185cfc4d1886d5299d5f8771 hack/validate/default
22:24:47 [2022-08-04T22:24:47.822Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
22:24:47 [2022-08-04T22:24:47.822Z] No api/types/ or api/swagger.yaml changes in diff.
22:24:47 [2022-08-04T22:24:47.822Z] Congratulations!  All TOML source files changed here have valid syntax.
22:24:47 [2022-08-04T22:24:47.822Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
22:24:47 [2022-08-04T22:24:47.822Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
22:24:47 [2022-08-04T22:24:47.822Z] 
22:24:47 [2022-08-04T22:24:47.822Z] INFO Start validation with golang-ci-lint
22:24:48 [2022-08-04T22:24:48.751Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
22:24:48 [2022-08-04T22:24:48.751Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
22:24:48 [2022-08-04T22:24:48.751Z] INFO [loader] Using build tags: [ journald]       
22:27:55 [2022-08-04T22:27:55.271Z] INFO [loader] Go packages loading at mode 575 (types_sizes|name|compiled_files|deps|exports_file|files|imports) took 2m53.981509358s 
22:27:55 [2022-08-04T22:27:55.271Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 512.990858ms 
22:29:31 [2022-08-04T22:29:31.704Z] INFO [linters context/goanalysis] analyzers took 6m39.933777936s with top 10 stages: buildir: 2m24.145649887s, the_only_name: 42.268940841s, goimports: 29.541290343s, unconvert: 24.832694423s, S1038: 19.180548214s, gosec: 18.495704837s, misspell: 6.820728171s, S1039: 5.452286736s, unused: 5.199575983s, inspect: 4.985898868s 
22:29:31 [2022-08-04T22:29:31.704Z] INFO [runner] Issues before processing: 2447, after processing: 0 
22:29:31 [2022-08-04T22:29:31.704Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2126/2126, autogenerated_exclude: 2023/2126, identifier_marker: 2023/2023, skip_dirs: 2126/2126, path_prettifier: 2126/2126, nolint: 0/79, cgo: 2126/2447, filename_unadjuster: 2126/2126, exclude: 2023/2023, exclude-rules: 79/2023 
22:29:31 [2022-08-04T22:29:31.704Z] INFO [runner] processing took 82.874895ms with stages: nolint: 33.97727ms, identifier_marker: 21.381167ms, path_prettifier: 9.690804ms, autogenerated_exclude: 7.92213ms, exclude-rules: 7.734165ms, skip_dirs: 1.791503ms, cgo: 246.277µs, filename_unadjuster: 126.943µs, max_same_issues: 1.337µs, uniq_by_line: 546ns, skip_files: 445ns, path_shortener: 316ns, diff: 312ns, max_from_linter: 299ns, exclude: 292ns, sort_results: 260ns, source_code: 249ns, max_per_file_from_linter: 241ns, severity-rules: 226ns, path_prefixer: 113ns 
22:29:31 [2022-08-04T22:29:31.704Z] INFO [runner] linters took 1m46.028659668s with stages: goanalysis_metalinter: 1m45.945630006s 
22:29:31 [2022-08-04T22:29:31.704Z] INFO File cache stats: 1702 entries of total size 8.7MiB 
22:29:31 [2022-08-04T22:29:31.704Z] INFO Memory: 2807 samples, avg is 321.4MB, max is 1230.7MB 
22:29:31 [2022-08-04T22:29:31.704Z] INFO Execution took 4m40.533144425s               
22:29:31 [2022-08-04T22:29:31.704Z] Congratulations! The shell scripts are properly formatted.