Skip to content

Console Output

11:53:12 [2020-07-18T11:53:12.086Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41231/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41231/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d82725e25192db5d3f796f47a61af995571fd8f7 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d82725e25192db5d3f796f47a61af995571fd8f7 hack/validate/default
11:53:12 [2020-07-18T11:53:12.658Z] Congratulations!  All commits are properly signed with the DCO!
11:53:12 [2020-07-18T11:53:12.658Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
11:53:14 [2020-07-18T11:53:14.564Z] Congratulations!  All API changes are done the right way.
11:53:14 [2020-07-18T11:53:14.564Z] Congratulations!  All TOML source files changed here have valid syntax.
11:53:14 [2020-07-18T11:53:14.564Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
11:53:14 [2020-07-18T11:53:14.564Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
11:53:14 [2020-07-18T11:53:14.564Z] Congratulations!  No new tests were added to integration-cli.
11:53:14 [2020-07-18T11:53:14.564Z] 
11:53:14 [2020-07-18T11:53:14.564Z] INFO Start validation with golang-ci-lint
11:53:14 [2020-07-18T11:53:14.564Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
11:53:14 [2020-07-18T11:53:14.564Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:53:14 [2020-07-18T11:53:14.564Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:55:21 [2020-07-18T11:55:21.062Z] INFO [loader] Go packages loading at mode 575 (compiled_files|name|deps|exports_file|files|imports|types_sizes) took 1m55.949445857s 
11:55:21 [2020-07-18T11:55:21.062Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 458.726161ms 
11:56:28 [2020-07-18T11:56:28.766Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m3.575027982s with top 10 stages: buildssa: 1m33.288818583s, goimports: 22.569245435s, unconvert: 12.736653758s, gosec: 9.886687965s, golint: 5.765857077s, misspell: 4.67022386s, ineffassign: 4.240116301s, vrp: 3.454795874s, inspect: 3.164879377s, printf: 2.099745206s 
11:56:46 [2020-07-18T11:56:46.857Z] INFO [runner/unused/goanalysis] analyzers took 26.480193806s with top 10 stages: buildssa: 22.358498937s, U1000: 4.121694869s 
11:56:46 [2020-07-18T11:56:46.857Z] INFO [runner] Issues before processing: 2301, after processing: 0 
11:56:46 [2020-07-18T11:56:46.857Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 1692/1692, nolint: 0/64, skip_files: 1692/1692, autogenerated_exclude: 1587/1692, identifier_marker: 1587/1587, exclude: 1587/1587, exclude-rules: 64/1587, cgo: 1692/2301, filename_unadjuster: 1692/1692, path_prettifier: 1692/1692 
11:56:46 [2020-07-18T11:56:46.857Z] INFO [runner] processing took 127.349153ms with stages: nolint: 53.7629ms, identifier_marker: 40.107137ms, path_prettifier: 13.448628ms, autogenerated_exclude: 7.108509ms, exclude-rules: 7.029444ms, skip_dirs: 3.81403ms, cgo: 1.287908ms, filename_unadjuster: 779.569µs, uniq_by_line: 5.391µs, max_same_issues: 2.071µs, diff: 714ns, exclude: 670ns, max_from_linter: 596ns, source_code: 559ns, path_shortener: 412ns, skip_files: 336ns, max_per_file_from_linter: 279ns 
11:56:46 [2020-07-18T11:56:46.857Z] INFO [runner] linters took 1m34.09368794s with stages: goanalysis_metalinter: 1m15.655100169s, unused: 18.310106155s 
11:56:46 [2020-07-18T11:56:46.857Z] INFO File cache stats: 1444 entries of total size 6.8MiB 
11:56:46 [2020-07-18T11:56:46.857Z] INFO Memory: 1591 samples, avg is 242.9MB, max is 2965.4MB 
11:56:46 [2020-07-18T11:56:46.857Z] INFO Execution took 3m31.779251092s               
11:56:46 [2020-07-18T11:56:46.857Z] Congratulations! The shell scripts are properly formatted.