Skip to content

Console Output

19:40:40 [2022-08-25T19:40:40.043Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44029/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44029/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9aeda305fd66dcfe01ea4eca3862a6b78f631ee4 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:9aeda305fd66dcfe01ea4eca3862a6b78f631ee4 hack/validate/default
19:40:42 [2022-08-25T19:40:42.573Z] Congratulations!  Seccomp profile generation is done correctly.
19:40:42 [2022-08-25T19:40:42.573Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
19:40:50 [2022-08-25T19:40:50.686Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
19:40:53 [2022-08-25T19:40:53.214Z] Congratulations!  All API changes are done the right way.
19:40:53 [2022-08-25T19:40:53.214Z] Congratulations!  All TOML source files changed here have valid syntax.
19:40:53 [2022-08-25T19:40:53.214Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
19:40:53 [2022-08-25T19:40:53.214Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
19:40:53 [2022-08-25T19:40:53.214Z] 
19:40:53 [2022-08-25T19:40:53.214Z] INFO Start validation with golang-ci-lint
19:40:54 [2022-08-25T19:40:54.148Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
19:40:54 [2022-08-25T19:40:54.148Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
19:44:00 [2022-08-25T19:44:00.672Z] INFO [loader] Go packages loading at mode 575 (deps|files|imports|types_sizes|compiled_files|exports_file|name) took 2m54.252379737s 
19:44:00 [2022-08-25T19:44:00.672Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 504.220102ms 
19:45:37 [2022-08-25T19:45:37.116Z] INFO [linters context/goanalysis] analyzers took 6m32.661492878s with top 10 stages: buildir: 2m22.192493021s, the_only_name: 40.453762399s, goimports: 28.274757489s, unconvert: 24.968794387s, gosec: 17.932378282s, S1038: 17.107545473s, misspell: 6.615490368s, nilness: 5.6392708s, S1039: 5.167008576s, unused: 4.60295351s 
19:45:37 [2022-08-25T19:45:37.116Z] INFO [runner] Issues before processing: 2397, after processing: 0 
19:45:37 [2022-08-25T19:45:37.116Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 2031/2134, exclude: 2031/2031, cgo: 2134/2397, filename_unadjuster: 2134/2134, skip_files: 2134/2134, skip_dirs: 2134/2134, identifier_marker: 2031/2031, path_prettifier: 2134/2134, exclude-rules: 78/2031, nolint: 0/78 
19:45:37 [2022-08-25T19:45:37.116Z] INFO [runner] processing took 100.460377ms with stages: nolint: 34.39805ms, identifier_marker: 29.140034ms, path_prettifier: 13.672431ms, autogenerated_exclude: 10.998597ms, exclude-rules: 8.497739ms, skip_dirs: 3.13901ms, cgo: 398.577µs, filename_unadjuster: 210.574µs, max_same_issues: 1.605µs, uniq_by_line: 602ns, source_code: 588ns, skip_files: 443ns, max_from_linter: 419ns, exclude: 339ns, diff: 291ns, sort_results: 255ns, max_per_file_from_linter: 236ns, severity-rules: 236ns, path_shortener: 231ns, path_prefixer: 120ns 
19:45:37 [2022-08-25T19:45:37.116Z] INFO [runner] linters took 1m47.792283041s with stages: goanalysis_metalinter: 1m47.69154364s 
19:45:37 [2022-08-25T19:45:37.116Z] INFO File cache stats: 1675 entries of total size 8.6MiB 
19:45:37 [2022-08-25T19:45:37.116Z] INFO Memory: 2827 samples, avg is 322.0MB, max is 1255.4MB 
19:45:37 [2022-08-25T19:45:37.116Z] INFO Execution took 4m42.566660157s               
19:45:37 [2022-08-25T19:45:37.116Z] Congratulations! The shell scripts are properly formatted.