Skip to content

Console Output

08:37:38 [2022-09-01T08:37:38.512Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44072/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44072/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=13f99eb65f5b96b58f9791495fb4a579c6b0afb1 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:13f99eb65f5b96b58f9791495fb4a579c6b0afb1 hack/validate/default
08:37:39 [2022-09-01T08:37:39.081Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
08:37:39 [2022-09-01T08:37:39.340Z] Congratulations! yamllint config file formatted correctly
08:37:39 [2022-09-01T08:37:39.340Z] Congratulations! YAML files are formatted correctly
08:37:39 [2022-09-01T08:37:39.340Z] No api/types/ or api/swagger.yaml changes in diff.
08:37:39 [2022-09-01T08:37:39.340Z] Congratulations!  All TOML source files changed here have valid syntax.
08:37:39 [2022-09-01T08:37:39.340Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
08:37:39 [2022-09-01T08:37:39.340Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
08:37:39 [2022-09-01T08:37:39.340Z] 
08:37:39 [2022-09-01T08:37:39.340Z] INFO Start validation with golang-ci-lint
08:37:40 [2022-09-01T08:37:40.278Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
08:37:40 [2022-09-01T08:37:40.278Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
08:37:40 [2022-09-01T08:37:40.278Z] INFO [loader] Using build tags: [ journald]       
08:40:46 [2022-09-01T08:40:46.864Z] INFO [loader] Go packages loading at mode 575 (types_sizes|deps|imports|files|name|compiled_files|exports_file) took 2m53.024196061s 
08:40:46 [2022-09-01T08:40:46.864Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 503.50455ms 
08:42:23 [2022-09-01T08:42:23.343Z] INFO [linters context/goanalysis] analyzers took 6m38.887726888s with top 10 stages: buildir: 2m19.344055915s, the_only_name: 40.621085193s, goimports: 28.382214522s, unconvert: 23.086371316s, gosec: 18.196514752s, S1038: 17.94679873s, misspell: 7.91134593s, S1039: 6.153821778s, unused: 4.977363356s, inspect: 4.638771416s 
08:42:23 [2022-09-01T08:42:23.343Z] INFO [runner] Issues before processing: 2438, after processing: 0 
08:42:23 [2022-09-01T08:42:23.343Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2117/2117, skip_dirs: 2117/2117, cgo: 2117/2438, filename_unadjuster: 2117/2117, autogenerated_exclude: 2014/2117, exclude-rules: 79/2014, path_prettifier: 2117/2117, identifier_marker: 2014/2014, exclude: 2014/2014, nolint: 0/79 
08:42:23 [2022-09-01T08:42:23.343Z] INFO [runner] processing took 84.012446ms with stages: nolint: 34.593674ms, identifier_marker: 21.751794ms, path_prettifier: 9.383833ms, autogenerated_exclude: 8.300715ms, exclude-rules: 7.824421ms, skip_dirs: 1.795945ms, cgo: 220.394µs, filename_unadjuster: 137.032µs, max_same_issues: 1.335µs, uniq_by_line: 539ns, skip_files: 440ns, max_from_linter: 339ns, path_shortener: 297ns, source_code: 289ns, diff: 280ns, exclude: 272ns, severity-rules: 264ns, max_per_file_from_linter: 242ns, sort_results: 232ns, path_prefixer: 109ns 
08:42:23 [2022-09-01T08:42:23.343Z] INFO [runner] linters took 1m46.09609255s with stages: goanalysis_metalinter: 1m46.011939591s 
08:42:23 [2022-09-01T08:42:23.343Z] INFO File cache stats: 1706 entries of total size 8.7MiB 
08:42:23 [2022-09-01T08:42:23.343Z] INFO Memory: 2798 samples, avg is 316.0MB, max is 1213.1MB 
08:42:23 [2022-09-01T08:42:23.343Z] INFO Execution took 4m39.635088066s               
08:42:23 [2022-09-01T08:42:23.343Z] Congratulations! The shell scripts are properly formatted.