Skip to content

Console Output

17:28:44 [2022-01-26T17:28:44.135Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43191/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43191/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0bfc9f17e00b64afaf4fa135cd163012ea14224d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0bfc9f17e00b64afaf4fa135cd163012ea14224d hack/validate/default
17:28:44 [2022-01-26T17:28:44.703Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:28:44 [2022-01-26T17:28:44.703Z] No api/types/ or api/swagger.yaml changes in diff.
17:28:44 [2022-01-26T17:28:44.703Z] Congratulations!  All TOML source files changed here have valid syntax.
17:28:44 [2022-01-26T17:28:44.703Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:28:44 [2022-01-26T17:28:44.703Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:28:44 [2022-01-26T17:28:44.703Z] Congratulations!  No new tests were added to integration-cli.
17:28:44 [2022-01-26T17:28:44.961Z] 
17:28:44 [2022-01-26T17:28:44.961Z] INFO Start validation with golang-ci-lint
17:28:44 [2022-01-26T17:28:44.961Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:28:45 [2022-01-26T17:28:45.219Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:28:45 [2022-01-26T17:28:45.219Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:31:06 [2022-01-26T17:31:06.700Z] INFO [loader] Go packages loading at mode 575 (exports_file|imports|files|name|types_sizes|compiled_files|deps) took 2m21.687042537s 
17:31:07 [2022-01-26T17:31:07.268Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 507.552488ms 
17:31:33 [2022-01-26T17:31:33.813Z] INFO [runner/unused/goanalysis] analyzers took 27.860390724s with top 10 stages: buildssa: 23.633786248s, U1000: 4.226604476s 
17:32:55 [2022-01-26T17:32:55.246Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m6.268911527s with top 10 stages: buildssa: 1m36.850814055s, goimports: 22.041898995s, unconvert: 13.310496493s, gosec: 9.82359547s, golint: 5.828895329s, ineffassign: 4.776044122s, misspell: 4.708098247s, inspect: 2.85466078s, vrp: 2.665053653s, printf: 1.874593533s 
17:32:55 [2022-01-26T17:32:55.246Z] INFO [runner] Issues before processing: 2717, after processing: 0 
17:32:55 [2022-01-26T17:32:55.246Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 1748/1748, exclude: 1748/1748, exclude-rules: 64/1748, nolint: 0/64, filename_unadjuster: 2136/2136, skip_files: 2136/2136, cgo: 2136/2717, autogenerated_exclude: 1748/2136, path_prettifier: 2136/2136, skip_dirs: 2136/2136 
17:32:55 [2022-01-26T17:32:55.246Z] INFO [runner] processing took 233.659496ms with stages: nolint: 98.655461ms, identifier_marker: 87.670717ms, path_prettifier: 16.933903ms, exclude-rules: 12.537518ms, filename_unadjuster: 7.431518ms, autogenerated_exclude: 6.570561ms, skip_dirs: 3.284802ms, cgo: 569.095µs, max_same_issues: 2.016µs, uniq_by_line: 819ns, exclude: 694ns, diff: 506ns, source_code: 455ns, max_from_linter: 438ns, skip_files: 365ns, max_per_file_from_linter: 323ns, path_shortener: 305ns 
17:32:55 [2022-01-26T17:32:55.246Z] INFO [runner] linters took 1m45.301982627s with stages: goanalysis_metalinter: 1m22.459197525s, unused: 22.608929619s 
17:32:55 [2022-01-26T17:32:55.246Z] INFO File cache stats: 1672 entries of total size 8.4MiB 
17:32:55 [2022-01-26T17:32:55.246Z] INFO Memory: 2477 samples, avg is 2075.3MB, max is 5742.4MB 
17:32:55 [2022-01-26T17:32:55.246Z] INFO Execution took 4m7.512393598s                
17:32:55 [2022-01-26T17:32:55.246Z] Congratulations! The shell scripts are properly formatted.