Skip to content

Console Output

15:09:57 [2022-07-20T15:09:57.290Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43839/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43839/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=75577fe7a8d9f21442b00df90c8ac33ebea2ac67 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:75577fe7a8d9f21442b00df90c8ac33ebea2ac67 hack/validate/default
15:09:57 [2022-07-20T15:09:57.859Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
15:09:57 [2022-07-20T15:09:57.859Z] No api/types/ or api/swagger.yaml changes in diff.
15:09:57 [2022-07-20T15:09:57.859Z] Congratulations!  All TOML source files changed here have valid syntax.
15:09:58 [2022-07-20T15:09:58.119Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
15:09:58 [2022-07-20T15:09:58.119Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
15:09:58 [2022-07-20T15:09:58.119Z] 
15:09:58 [2022-07-20T15:09:58.119Z] INFO Start validation with golang-ci-lint
15:09:58 [2022-07-20T15:09:58.689Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
15:09:58 [2022-07-20T15:09:58.949Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
15:13:05 [2022-07-20T15:13:05.490Z] INFO [loader] Go packages loading at mode 575 (deps|files|imports|compiled_files|exports_file|name|types_sizes) took 2m52.873279794s 
15:13:05 [2022-07-20T15:13:05.490Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 502.580481ms 
15:14:41 [2022-07-20T15:14:41.967Z] INFO [linters context/goanalysis] analyzers took 6m7.257000515s with top 10 stages: buildir: 2m20.007339966s, the_only_name: 39.393991672s, goimports: 27.909795356s, unconvert: 22.198661365s, gosec: 16.668183837s, S1038: 15.741504716s, misspell: 6.773652027s, nilness: 5.732737599s, unused: 4.840381244s, SA4030: 4.158026241s 
15:14:41 [2022-07-20T15:14:41.967Z] INFO [runner] Issues before processing: 2383, after processing: 0 
15:14:41 [2022-07-20T15:14:41.967Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2120/2120, exclude-rules: 77/2017, nolint: 0/77, cgo: 2120/2383, identifier_marker: 2017/2017, path_prettifier: 2120/2120, exclude: 2017/2017, skip_dirs: 2120/2120, autogenerated_exclude: 2017/2120, filename_unadjuster: 2120/2120 
15:14:41 [2022-07-20T15:14:41.967Z] INFO [runner] processing took 82.871837ms with stages: nolint: 33.122398ms, identifier_marker: 22.374258ms, path_prettifier: 8.854971ms, autogenerated_exclude: 8.254002ms, exclude-rules: 8.06827ms, skip_dirs: 1.703489ms, cgo: 346.167µs, filename_unadjuster: 142.859µs, max_same_issues: 1.518µs, skip_files: 797ns, uniq_by_line: 669ns, diff: 395ns, max_from_linter: 319ns, exclude: 294ns, severity-rules: 281ns, max_per_file_from_linter: 267ns, source_code: 262ns, path_shortener: 253ns, sort_results: 235ns, path_prefixer: 133ns 
15:14:41 [2022-07-20T15:14:41.967Z] INFO [runner] linters took 1m46.055735015s with stages: goanalysis_metalinter: 1m45.972661572s 
15:14:41 [2022-07-20T15:14:41.967Z] INFO File cache stats: 1689 entries of total size 8.6MiB 
15:14:41 [2022-07-20T15:14:41.967Z] INFO Memory: 2796 samples, avg is 323.3MB, max is 1222.3MB 
15:14:41 [2022-07-20T15:14:41.967Z] INFO Execution took 4m39.443273287s               
15:14:41 [2022-07-20T15:14:41.967Z] Congratulations! The shell scripts are properly formatted.