Skip to content

Console Output

23:48:16 [2020-07-08T23:48:16.138Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41194/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41194/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=276c725394426b45e5f3d6cbac3f9ff4acf4feaa -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:276c725394426b45e5f3d6cbac3f9ff4acf4feaa hack/validate/default
23:48:16 [2020-07-08T23:48:16.706Z] Congratulations!  All commits are properly signed with the DCO!
23:48:16 [2020-07-08T23:48:16.706Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
23:48:18 [2020-07-08T23:48:18.619Z] Congratulations!  All API changes are done the right way.
23:48:18 [2020-07-08T23:48:18.619Z] Congratulations!  All TOML source files changed here have valid syntax.
23:48:18 [2020-07-08T23:48:18.619Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
23:48:18 [2020-07-08T23:48:18.619Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
23:48:18 [2020-07-08T23:48:18.619Z] Congratulations!  No new tests were added to integration-cli.
23:48:18 [2020-07-08T23:48:18.619Z] 
23:48:18 [2020-07-08T23:48:18.619Z] INFO Start validation with golang-ci-lint
23:48:18 [2020-07-08T23:48:18.619Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
23:48:18 [2020-07-08T23:48:18.619Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:48:18 [2020-07-08T23:48:18.619Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:50:25 [2020-07-08T23:50:25.170Z] INFO [loader] Go packages loading at mode 575 (compiled_files|files|name|deps|exports_file|imports|types_sizes) took 1m57.828863596s 
23:50:25 [2020-07-08T23:50:25.170Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 689.061471ms 
23:50:37 [2020-07-08T23:50:37.407Z] INFO [runner/unused/goanalysis] analyzers took 27.952668145s with top 10 stages: buildssa: 23.5374254s, U1000: 4.415242745s 
23:51:58 [2020-07-08T23:51:58.884Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m7.565617585s with top 10 stages: buildssa: 1m36.294384963s, goimports: 23.167044306s, unconvert: 12.724862206s, gosec: 10.56725673s, golint: 5.985638973s, ineffassign: 4.550008705s, misspell: 4.300395186s, inspect: 3.433335644s, vrp: 3.42522663s, printf: 1.861580972s 
23:51:58 [2020-07-08T23:51:58.884Z] INFO [runner] Issues before processing: 2302, after processing: 0 
23:51:58 [2020-07-08T23:51:58.885Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 1588/1588, exclude: 1588/1588, filename_unadjuster: 1693/1693, skip_dirs: 1693/1693, autogenerated_exclude: 1588/1693, exclude-rules: 64/1588, nolint: 0/64, cgo: 1693/2302, path_prettifier: 1693/1693, skip_files: 1693/1693 
23:51:58 [2020-07-08T23:51:58.885Z] INFO [runner] processing took 59.602452ms with stages: nolint: 25.395014ms, identifier_marker: 16.492206ms, path_prettifier: 8.203319ms, autogenerated_exclude: 4.078014ms, exclude-rules: 3.462014ms, skip_dirs: 1.677886ms, cgo: 200.815µs, filename_unadjuster: 88.732µs, max_same_issues: 1.236µs, uniq_by_line: 711ns, diff: 520ns, exclude: 430ns, max_from_linter: 397ns, skip_files: 381ns, source_code: 284ns, path_shortener: 258ns, max_per_file_from_linter: 235ns 
23:51:58 [2020-07-08T23:51:58.885Z] INFO [runner] linters took 1m39.277068944s with stages: goanalysis_metalinter: 1m19.388362503s, unused: 19.828891395s 
23:51:58 [2020-07-08T23:51:58.885Z] INFO File cache stats: 1443 entries of total size 6.8MiB 
23:51:58 [2020-07-08T23:51:58.885Z] INFO Memory: 1501 samples, avg is 801.4MB, max is 3974.3MB 
23:51:58 [2020-07-08T23:51:58.885Z] INFO Execution took 3m37.80569957s                
23:51:58 [2020-07-08T23:51:58.885Z] Congratulations! The shell scripts are properly formatted.