Skip to content

Console Output

16:05:49 [2021-11-24T16:05:49.894Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43037/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43037/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=07cc08f4fa6dea5f2a610101e6eb955070f95178 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:07cc08f4fa6dea5f2a610101e6eb955070f95178 hack/validate/default
16:05:51 [2021-11-24T16:05:51.270Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
16:05:51 [2021-11-24T16:05:51.270Z] No api/types/ or api/swagger.yaml changes in diff.
16:05:51 [2021-11-24T16:05:51.270Z] Congratulations!  All TOML source files changed here have valid syntax.
16:05:51 [2021-11-24T16:05:51.270Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
16:05:51 [2021-11-24T16:05:51.270Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
16:05:51 [2021-11-24T16:05:51.270Z] Congratulations!  No new tests were added to integration-cli.
16:05:51 [2021-11-24T16:05:51.270Z] 
16:05:51 [2021-11-24T16:05:51.270Z] INFO Start validation with golang-ci-lint
16:05:51 [2021-11-24T16:05:51.530Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
16:05:51 [2021-11-24T16:05:51.788Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:05:51 [2021-11-24T16:05:51.788Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:08:28 [2021-11-24T16:08:28.272Z] INFO [loader] Go packages loading at mode 575 (deps|imports|types_sizes|compiled_files|exports_file|files|name) took 2m26.443838062s 
16:08:28 [2021-11-24T16:08:28.272Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 510.673959ms 
16:09:49 [2021-11-24T16:09:49.767Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m13.271602312s with top 10 stages: buildssa: 1m32.946259555s, goimports: 21.865525906s, unconvert: 13.871616232s, gosec: 9.749406136s, golint: 7.079117776s, ineffassign: 5.655538657s, misspell: 5.27791227s, inspect: 4.748175989s, vrp: 3.346135189s, printf: 2.442684769s 
16:09:59 [2021-11-24T16:09:59.739Z] INFO [runner/unused/goanalysis] analyzers took 27.610680376s with top 10 stages: buildssa: 23.394245196s, U1000: 4.21643518s 
16:09:59 [2021-11-24T16:09:59.739Z] INFO [runner] Issues before processing: 2759, after processing: 0 
16:09:59 [2021-11-24T16:09:59.739Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2178/2178, filename_unadjuster: 2178/2178, identifier_marker: 1790/1790, nolint: 0/78, exclude: 1790/1790, cgo: 2178/2759, path_prettifier: 2178/2178, skip_dirs: 2178/2178, autogenerated_exclude: 1790/2178, exclude-rules: 78/1790 
16:09:59 [2021-11-24T16:09:59.739Z] INFO [runner] processing took 112.834809ms with stages: identifier_marker: 41.261678ms, nolint: 38.897981ms, path_prettifier: 15.90377ms, autogenerated_exclude: 7.264114ms, exclude-rules: 5.318341ms, skip_dirs: 3.461655ms, cgo: 423.518µs, filename_unadjuster: 297.643µs, max_same_issues: 1.777µs, skip_files: 817ns, exclude: 770ns, uniq_by_line: 622ns, max_from_linter: 560ns, diff: 533ns, source_code: 456ns, max_per_file_from_linter: 309ns, path_shortener: 265ns 
16:09:59 [2021-11-24T16:09:59.739Z] INFO [runner] linters took 1m39.937199737s with stages: goanalysis_metalinter: 1m18.617533868s, unused: 21.206621738s 
16:09:59 [2021-11-24T16:09:59.739Z] INFO File cache stats: 1688 entries of total size 8.5MiB 
16:09:59 [2021-11-24T16:09:59.739Z] INFO Memory: 2471 samples, avg is 399.2MB, max is 3967.8MB 
16:09:59 [2021-11-24T16:09:59.739Z] INFO Execution took 4m6.913914677s                
16:09:59 [2021-11-24T16:09:59.739Z] Congratulations! The shell scripts are properly formatted.