Skip to content

Console Output

23:50:24 [2022-08-24T23:50:24.205Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43564/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43564/.git:/go/src/github.com/docker/docker/.git --name docker-pr20 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4ce2ea1e77edfcb471e9faf5aaea5d5e6c4b9f16 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4ce2ea1e77edfcb471e9faf5aaea5d5e6c4b9f16 hack/validate/default
23:50:24 [2022-08-24T23:50:24.768Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
23:50:32 [2022-08-24T23:50:32.863Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
23:50:38 [2022-08-24T23:50:38.122Z] Congratulations!  All API changes are done the right way.
23:50:38 [2022-08-24T23:50:38.122Z] Congratulations!  All TOML source files changed here have valid syntax.
23:50:38 [2022-08-24T23:50:38.122Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
23:50:38 [2022-08-24T23:50:38.122Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
23:50:38 [2022-08-24T23:50:38.122Z] 
23:50:38 [2022-08-24T23:50:38.122Z] INFO Start validation with golang-ci-lint
23:50:38 [2022-08-24T23:50:38.684Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
23:50:38 [2022-08-24T23:50:38.684Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
23:50:38 [2022-08-24T23:50:38.684Z] INFO [loader] Using build tags: [ journald]       
23:53:30 [2022-08-24T23:53:30.173Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|imports|name|compiled_files|deps|types_sizes) took 2m50.570249983s 
23:53:30 [2022-08-24T23:53:30.173Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 497.595078ms 
23:55:21 [2022-08-24T23:55:21.582Z] INFO [linters context/goanalysis] analyzers took 6m38.891535952s with top 10 stages: buildir: 2m20.959960453s, the_only_name: 39.246839728s, goimports: 28.353658433s, unconvert: 24.257806425s, S1038: 18.011882151s, gosec: 16.933377197s, misspell: 6.053124341s, unused: 5.649255787s, nilness: 5.048928687s, S1039: 4.873535672s 
23:55:21 [2022-08-24T23:55:21.582Z] INFO [runner] Issues before processing: 2441, after processing: 0 
23:55:21 [2022-08-24T23:55:21.582Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2120/2120, exclude-rules: 79/2017, cgo: 2120/2441, skip_files: 2120/2120, nolint: 0/79, autogenerated_exclude: 2017/2120, identifier_marker: 2017/2017, exclude: 2017/2017, filename_unadjuster: 2120/2120, path_prettifier: 2120/2120 
23:55:21 [2022-08-24T23:55:21.582Z] INFO [runner] processing took 163.101482ms with stages: nolint: 47.859137ms, identifier_marker: 41.671436ms, autogenerated_exclude: 30.096908ms, path_prettifier: 15.823971ms, exclude-rules: 14.228306ms, cgo: 8.036352ms, skip_dirs: 3.404213ms, filename_unadjuster: 1.976533ms, max_same_issues: 1.432µs, uniq_by_line: 442ns, skip_files: 392ns, max_from_linter: 380ns, exclude: 296ns, diff: 285ns, source_code: 260ns, sort_results: 260ns, max_per_file_from_linter: 241ns, path_shortener: 240ns, severity-rules: 213ns, path_prefixer: 185ns 
23:55:21 [2022-08-24T23:55:21.583Z] INFO [runner] linters took 1m44.635599123s with stages: goanalysis_metalinter: 1m44.472229345s 
23:55:21 [2022-08-24T23:55:21.583Z] INFO File cache stats: 1704 entries of total size 8.7MiB 
23:55:21 [2022-08-24T23:55:21.583Z] INFO Memory: 2759 samples, avg is 313.1MB, max is 1190.8MB 
23:55:21 [2022-08-24T23:55:21.583Z] INFO Execution took 4m35.717340282s               
23:55:21 [2022-08-24T23:55:21.583Z] Congratulations! The shell scripts are properly formatted.