Skip to content

Console Output

04:00:48 [2020-08-06T04:00:48.422Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41311/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41311/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2dd0b1e79cb5df63a99751e0c93b7cfadef44c37 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2dd0b1e79cb5df63a99751e0c93b7cfadef44c37 hack/validate/default
04:00:49 [2020-08-06T04:00:49.786Z] Congratulations!  All commits are properly signed with the DCO!
04:00:49 [2020-08-06T04:00:49.786Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
04:00:49 [2020-08-06T04:00:49.786Z] No api/types/ or api/swagger.yaml changes in diff.
04:00:49 [2020-08-06T04:00:49.786Z] Congratulations!  All TOML source files changed here have valid syntax.
04:00:49 [2020-08-06T04:00:49.786Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
04:00:49 [2020-08-06T04:00:49.786Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
04:00:49 [2020-08-06T04:00:49.786Z] Congratulations!  No new tests were added to integration-cli.
04:00:49 [2020-08-06T04:00:49.786Z] 
04:00:49 [2020-08-06T04:00:49.786Z] INFO Start validation with golang-ci-lint
04:00:49 [2020-08-06T04:00:49.786Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
04:00:49 [2020-08-06T04:00:49.786Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
04:00:49 [2020-08-06T04:00:49.786Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
04:02:56 [2020-08-06T04:02:56.193Z] INFO [loader] Go packages loading at mode 575 (types_sizes|exports_file|files|name|compiled_files|deps|imports) took 1m58.06216953s 
04:02:56 [2020-08-06T04:02:56.193Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 687.614ms 
04:04:17 [2020-08-06T04:04:17.574Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m13.738295979s with top 10 stages: buildssa: 1m36.332594255s, goimports: 23.369281869s, unconvert: 13.133997254s, gosec: 11.776532511s, golint: 6.624529132s, ineffassign: 5.104979811s, misspell: 5.031703614s, inspect: 3.414895496s, vrp: 2.939017867s, ctrlflow: 1.781109544s 
04:04:24 [2020-08-06T04:04:24.167Z] INFO [runner/unused/goanalysis] analyzers took 27.139892226s with top 10 stages: buildssa: 22.820053372s, U1000: 4.319838854s 
04:04:24 [2020-08-06T04:04:24.425Z] INFO [runner] Issues before processing: 2303, after processing: 0 
04:04:24 [2020-08-06T04:04:24.425Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1694/1694, nolint: 0/64, exclude-rules: 64/1589, cgo: 1694/2303, path_prettifier: 1694/1694, skip_files: 1694/1694, skip_dirs: 1694/1694, autogenerated_exclude: 1589/1694, identifier_marker: 1589/1589, exclude: 1589/1589 
04:04:24 [2020-08-06T04:04:24.425Z] INFO [runner] processing took 128.109189ms with stages: nolint: 55.242346ms, identifier_marker: 39.729426ms, path_prettifier: 13.366128ms, autogenerated_exclude: 7.206326ms, exclude-rules: 6.974389ms, skip_dirs: 3.729048ms, cgo: 1.059034ms, filename_unadjuster: 796.717µs, max_same_issues: 1.626µs, uniq_by_line: 917ns, max_from_linter: 604ns, diff: 513ns, source_code: 507ns, path_shortener: 456ns, exclude: 453ns, skip_files: 429ns, max_per_file_from_linter: 270ns 
04:04:24 [2020-08-06T04:04:24.425Z] INFO [runner] linters took 1m35.835074516s with stages: goanalysis_metalinter: 1m16.658046174s, unused: 19.047809476s 
04:04:24 [2020-08-06T04:04:24.425Z] INFO File cache stats: 1444 entries of total size 6.8MiB 
04:04:24 [2020-08-06T04:04:24.684Z] INFO Memory: 1614 samples, avg is 235.4MB, max is 3164.2MB 
04:04:24 [2020-08-06T04:04:24.684Z] INFO Execution took 3m35.028715271s               
04:04:24 [2020-08-06T04:04:24.940Z] Congratulations! The shell scripts are properly formatted.