Skip to content

Console Output

10:48:10 [2021-05-12T10:48:10.223Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42374/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42374/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=82c7e906eaca929d08b885170933be45c0e06d5e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:82c7e906eaca929d08b885170933be45c0e06d5e hack/validate/default
10:48:11 [2021-05-12T10:48:11.163Z] Congratulations!  All commits are properly signed with the DCO!
10:48:11 [2021-05-12T10:48:11.163Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
10:48:11 [2021-05-12T10:48:11.163Z] No api/types/ or api/swagger.yaml changes in diff.
10:48:11 [2021-05-12T10:48:11.163Z] Congratulations!  All TOML source files changed here have valid syntax.
10:48:11 [2021-05-12T10:48:11.163Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
10:48:11 [2021-05-12T10:48:11.163Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
10:48:11 [2021-05-12T10:48:11.163Z] Congratulations!  No new tests were added to integration-cli.
10:48:11 [2021-05-12T10:48:11.163Z] 
10:48:11 [2021-05-12T10:48:11.163Z] INFO Start validation with golang-ci-lint
10:48:11 [2021-05-12T10:48:11.163Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
10:48:11 [2021-05-12T10:48:11.163Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:48:11 [2021-05-12T10:48:11.163Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:50:17 [2021-05-12T10:50:17.688Z] INFO [loader] Go packages loading at mode 575 (compiled_files|name|deps|exports_file|files|imports|types_sizes) took 2m0.005147017s 
10:50:17 [2021-05-12T10:50:17.688Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 698.070019ms 
10:51:39 [2021-05-12T10:51:39.159Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m13.157816159s with top 10 stages: buildssa: 1m41.009098615s, goimports: 23.087978515s, unconvert: 13.623533461s, gosec: 10.702472056s, golint: 5.750259315s, ineffassign: 4.49204755s, misspell: 3.746833305s, vrp: 3.296049683s, inspect: 3.096459752s, printf: 1.96968625s 
10:51:53 [2021-05-12T10:51:53.850Z] INFO [runner/unused/goanalysis] analyzers took 29.280018194s with top 10 stages: buildssa: 24.951396282s, U1000: 4.328621912s 
10:51:53 [2021-05-12T10:51:53.850Z] INFO [runner] Issues before processing: 2262, after processing: 0 
10:51:53 [2021-05-12T10:51:53.850Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1683/1683, identifier_marker: 1578/1578, exclude-rules: 64/1578, filename_unadjuster: 1683/1683, skip_dirs: 1683/1683, autogenerated_exclude: 1578/1683, cgo: 1683/2262, exclude: 1578/1578, nolint: 0/64, skip_files: 1683/1683 
10:51:53 [2021-05-12T10:51:53.850Z] INFO [runner] processing took 59.988177ms with stages: nolint: 26.144993ms, identifier_marker: 16.262982ms, path_prettifier: 8.175272ms, autogenerated_exclude: 4.177948ms, exclude-rules: 3.273706ms, skip_dirs: 1.65755ms, cgo: 198.605µs, filename_unadjuster: 91.952µs, max_same_issues: 1.123µs, uniq_by_line: 906ns, source_code: 640ns, diff: 605ns, max_from_linter: 460ns, exclude: 447ns, skip_files: 410ns, path_shortener: 352ns, max_per_file_from_linter: 226ns 
10:51:53 [2021-05-12T10:51:53.850Z] INFO [runner] linters took 1m39.09546034s with stages: goanalysis_metalinter: 1m19.226912836s, unused: 19.80833212s 
10:51:53 [2021-05-12T10:51:53.850Z] INFO File cache stats: 1456 entries of total size 6.8MiB 
10:51:53 [2021-05-12T10:51:53.850Z] INFO Memory: 1647 samples, avg is 241.6MB, max is 3633.2MB 
10:51:53 [2021-05-12T10:51:53.850Z] INFO Execution took 3m39.808574949s               
10:51:53 [2021-05-12T10:51:53.850Z] Congratulations! The shell scripts are properly formatted.