Skip to content

Console Output

10:49:49 [2022-07-12T10:49:49.756Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43797/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43797/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=10829dd2221fdf8c5fe8610ff257f9a910068ba4 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:10829dd2221fdf8c5fe8610ff257f9a910068ba4 hack/validate/default
10:49:50 [2022-07-12T10:49:50.325Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
10:49:50 [2022-07-12T10:49:50.325Z] No api/types/ or api/swagger.yaml changes in diff.
10:49:50 [2022-07-12T10:49:50.325Z] Congratulations!  All TOML source files changed here have valid syntax.
10:49:50 [2022-07-12T10:49:50.325Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
10:49:50 [2022-07-12T10:49:50.325Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
10:49:50 [2022-07-12T10:49:50.325Z] 
10:49:50 [2022-07-12T10:49:50.325Z] INFO Start validation with golang-ci-lint
10:49:51 [2022-07-12T10:49:51.264Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
10:49:51 [2022-07-12T10:49:51.264Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
10:52:57 [2022-07-12T10:52:57.817Z] INFO [loader] Go packages loading at mode 575 (exports_file|types_sizes|compiled_files|deps|files|imports|name) took 2m52.434124971s 
10:52:57 [2022-07-12T10:52:57.817Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 490.269115ms 
10:54:34 [2022-07-12T10:54:34.308Z] INFO [linters context/goanalysis] analyzers took 6m25.392324198s with top 10 stages: buildir: 2m18.551729555s, the_only_name: 40.750810977s, goimports: 28.795914781s, unconvert: 25.117063723s, gosec: 18.589432752s, S1038: 17.101003136s, misspell: 7.284042497s, S1039: 5.261738836s, nilness: 4.977693281s, unused: 4.58099091s 
10:54:34 [2022-07-12T10:54:34.308Z] INFO [runner] Issues before processing: 2388, after processing: 0 
10:54:34 [2022-07-12T10:54:34.308Z] INFO [runner] Processors filtering stat (out/in): cgo: 2125/2388, skip_dirs: 2125/2125, path_prettifier: 2125/2125, exclude: 2022/2022, nolint: 0/77, skip_files: 2125/2125, autogenerated_exclude: 2022/2125, filename_unadjuster: 2125/2125, identifier_marker: 2022/2022, exclude-rules: 77/2022 
10:54:34 [2022-07-12T10:54:34.308Z] INFO [runner] processing took 80.940719ms with stages: nolint: 32.554827ms, identifier_marker: 21.572954ms, path_prettifier: 9.039767ms, autogenerated_exclude: 7.917742ms, exclude-rules: 7.768366ms, skip_dirs: 1.737271ms, cgo: 213.598µs, filename_unadjuster: 131.166µs, max_same_issues: 1.523µs, diff: 566ns, uniq_by_line: 519ns, skip_files: 388ns, exclude: 352ns, max_from_linter: 272ns, source_code: 262ns, severity-rules: 241ns, max_per_file_from_linter: 238ns, path_shortener: 237ns, sort_results: 233ns, path_prefixer: 197ns 
10:54:34 [2022-07-12T10:54:34.308Z] INFO [runner] linters took 1m44.783746657s with stages: goanalysis_metalinter: 1m44.702626637s 
10:54:34 [2022-07-12T10:54:34.308Z] INFO File cache stats: 1673 entries of total size 8.6MiB 
10:54:34 [2022-07-12T10:54:34.308Z] INFO Memory: 2778 samples, avg is 311.6MB, max is 1231.1MB 
10:54:34 [2022-07-12T10:54:34.308Z] INFO Execution took 4m37.71825244s                
10:54:34 [2022-07-12T10:54:34.308Z] Congratulations! The shell scripts are properly formatted.