Skip to content

Console Output

17:29:58 [2021-07-12T17:29:58.577Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42622/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42622/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a985655ac4eb6c5b60b5eab8d8d09a487e353e1d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a985655ac4eb6c5b60b5eab8d8d09a487e353e1d hack/validate/default
17:29:59 [2021-07-12T17:29:59.994Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:29:59 [2021-07-12T17:29:59.994Z] No api/types/ or api/swagger.yaml changes in diff.
17:29:59 [2021-07-12T17:29:59.994Z] Congratulations!  All TOML source files changed here have valid syntax.
17:29:59 [2021-07-12T17:29:59.994Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:29:59 [2021-07-12T17:29:59.994Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:29:59 [2021-07-12T17:29:59.994Z] Congratulations!  No new tests were added to integration-cli.
17:29:59 [2021-07-12T17:29:59.994Z] 
17:29:59 [2021-07-12T17:29:59.994Z] INFO Start validation with golang-ci-lint
17:29:59 [2021-07-12T17:29:59.994Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:29:59 [2021-07-12T17:29:59.994Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:29:59 [2021-07-12T17:29:59.994Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:32:21 [2021-07-12T17:32:21.474Z] INFO [loader] Go packages loading at mode 575 (types_sizes|deps|name|files|imports|compiled_files|exports_file) took 2m12.911533901s 
17:32:21 [2021-07-12T17:32:21.474Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 532.355258ms 
17:33:42 [2021-07-12T17:33:42.911Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m24.369180933s with top 10 stages: buildssa: 1m43.278702359s, goimports: 23.001105468s, unconvert: 14.267367721s, gosec: 10.829895776s, golint: 6.880798047s, ineffassign: 4.826022425s, misspell: 4.67182135s, inspect: 4.476080373s, vrp: 4.082406942s, printf: 2.502558969s 
17:33:57 [2021-07-12T17:33:57.793Z] INFO [runner/unused/goanalysis] analyzers took 32.795684086s with top 10 stages: buildssa: 28.297636902s, U1000: 4.498047184s 
17:33:57 [2021-07-12T17:33:57.793Z] INFO [runner] Issues before processing: 2863, after processing: 0 
17:33:57 [2021-07-12T17:33:57.793Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2288/2288, skip_files: 2288/2288, skip_dirs: 2288/2288, exclude: 1899/1899, exclude-rules: 78/1899, nolint: 0/78, cgo: 2288/2863, filename_unadjuster: 2288/2288, autogenerated_exclude: 1899/2288, identifier_marker: 1899/1899 
17:33:57 [2021-07-12T17:33:57.793Z] INFO [runner] processing took 132.984563ms with stages: nolint: 52.427229ms, identifier_marker: 42.594303ms, path_prettifier: 16.06542ms, autogenerated_exclude: 8.658045ms, exclude-rules: 6.64963ms, skip_dirs: 4.057353ms, cgo: 1.624631ms, filename_unadjuster: 902.098µs, max_same_issues: 1.664µs, uniq_by_line: 823ns, max_from_linter: 653ns, exclude: 591ns, source_code: 549ns, diff: 489ns, path_shortener: 449ns, skip_files: 342ns, max_per_file_from_linter: 294ns 
17:33:57 [2021-07-12T17:33:57.793Z] INFO [runner] linters took 1m43.796528366s with stages: goanalysis_metalinter: 1m20.851327024s, unused: 22.811177292s 
17:33:57 [2021-07-12T17:33:57.793Z] INFO File cache stats: 1687 entries of total size 8.5MiB 
17:33:57 [2021-07-12T17:33:57.793Z] INFO Memory: 2374 samples, avg is 479.1MB, max is 4236.3MB 
17:33:57 [2021-07-12T17:33:57.793Z] INFO Execution took 3m57.251558147s               
17:33:57 [2021-07-12T17:33:57.793Z] Congratulations! The shell scripts are properly formatted.