Skip to content

Console Output

12:37:56 [2022-09-10T12:37:56.279Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44129/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44129/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9b71a46899d8c80e88c95edc972bb0101d36b1f0 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9b71a46899d8c80e88c95edc972bb0101d36b1f0 hack/validate/default
12:37:57 [2022-09-10T12:37:57.212Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
12:37:57 [2022-09-10T12:37:57.470Z] Congratulations! yamllint config file formatted correctly
12:37:57 [2022-09-10T12:37:57.470Z] Congratulations! YAML files are formatted correctly
12:37:57 [2022-09-10T12:37:57.470Z] No api/types/ or api/swagger.yaml changes in diff.
12:37:57 [2022-09-10T12:37:57.470Z] Congratulations!  All TOML source files changed here have valid syntax.
12:37:57 [2022-09-10T12:37:57.470Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
12:37:57 [2022-09-10T12:37:57.470Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
12:37:57 [2022-09-10T12:37:57.470Z] Congratulations!  No new tests were added to integration-cli.
12:37:57 [2022-09-10T12:37:57.470Z] 
12:37:57 [2022-09-10T12:37:57.470Z] INFO Start validation with golang-ci-lint
12:37:58 [2022-09-10T12:37:58.404Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
12:37:58 [2022-09-10T12:37:58.404Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
12:37:58 [2022-09-10T12:37:58.404Z] INFO [loader] Using build tags: [ journald]       
12:41:04 [2022-09-10T12:41:04.887Z] INFO [loader] Go packages loading at mode 575 (files|name|exports_file|deps|imports|types_sizes|compiled_files) took 2m56.121073838s 
12:41:04 [2022-09-10T12:41:04.887Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 514.068062ms 
12:42:56 [2022-09-10T12:42:56.327Z] INFO [linters context/goanalysis] analyzers took 6m46.822519292s with top 10 stages: buildir: 2m28.881315941s, the_only_name: 43.876206713s, goimports: 29.046213947s, unconvert: 23.066471966s, S1038: 19.837580702s, gosec: 18.292811824s, misspell: 7.457328853s, S1039: 5.555116903s, unused: 5.198317294s, inspect: 4.900739607s 
12:42:56 [2022-09-10T12:42:56.328Z] INFO [runner] Issues before processing: 2462, after processing: 0 
12:42:56 [2022-09-10T12:42:56.328Z] INFO [runner] Processors filtering stat (out/in): cgo: 2137/2462, filename_unadjuster: 2137/2137, skip_files: 2137/2137, path_prettifier: 2137/2137, skip_dirs: 2137/2137, autogenerated_exclude: 2014/2137, exclude: 2014/2014, nolint: 0/79, identifier_marker: 2014/2014, exclude-rules: 79/2014 
12:42:56 [2022-09-10T12:42:56.328Z] INFO [runner] processing took 83.14466ms with stages: nolint: 32.706855ms, identifier_marker: 21.799525ms, path_prettifier: 9.475297ms, autogenerated_exclude: 8.583399ms, exclude-rules: 7.760296ms, skip_dirs: 1.742195ms, cgo: 939.151µs, filename_unadjuster: 132.625µs, max_same_issues: 1.395µs, path_shortener: 662ns, uniq_by_line: 620ns, skip_files: 405ns, diff: 389ns, exclude: 344ns, max_from_linter: 339ns, sort_results: 304ns, source_code: 300ns, max_per_file_from_linter: 226ns, severity-rules: 223ns, path_prefixer: 110ns 
12:42:56 [2022-09-10T12:42:56.328Z] INFO [runner] linters took 1m47.507978656s with stages: goanalysis_metalinter: 1m47.424462914s 
12:42:56 [2022-09-10T12:42:56.328Z] INFO File cache stats: 1706 entries of total size 8.7MiB 
12:42:56 [2022-09-10T12:42:56.328Z] INFO Memory: 2843 samples, avg is 319.3MB, max is 1295.5MB 
12:42:56 [2022-09-10T12:42:56.328Z] INFO Execution took 4m44.154638464s               
12:42:56 [2022-09-10T12:42:56.328Z] Congratulations! The shell scripts are properly formatted.