Skip to content

Console Output

12:54:47 [2020-07-29T12:54:47.577Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41291/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41291/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ce9d38e653975294b15c3dbd18b3575dc7a2335e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ce9d38e653975294b15c3dbd18b3575dc7a2335e hack/validate/default
12:54:48 [2020-07-29T12:54:48.143Z] Congratulations!  All commits are properly signed with the DCO!
12:54:48 [2020-07-29T12:54:48.143Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
12:54:48 [2020-07-29T12:54:48.143Z] No api/types/ or api/swagger.yaml changes in diff.
12:54:48 [2020-07-29T12:54:48.143Z] Congratulations!  All TOML source files changed here have valid syntax.
12:54:48 [2020-07-29T12:54:48.143Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
12:54:48 [2020-07-29T12:54:48.143Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
12:54:48 [2020-07-29T12:54:48.143Z] Congratulations!  No new tests were added to integration-cli.
12:54:48 [2020-07-29T12:54:48.143Z] 
12:54:48 [2020-07-29T12:54:48.143Z] INFO Start validation with golang-ci-lint
12:54:48 [2020-07-29T12:54:48.143Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
12:54:48 [2020-07-29T12:54:48.143Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:54:48 [2020-07-29T12:54:48.143Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:55:26 [2020-07-29T12:55:26.872Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|name|deps|exports_file|files|imports) took 33.773187894s 
12:55:26 [2020-07-29T12:55:26.872Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 166.991401ms 
12:55:48 [2020-07-29T12:55:48.806Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m37.055328068s with top 10 stages: buildssa: 1m25.323730316s, goimports: 15.448305493s, unconvert: 10.390026572s, gosec: 8.592027538s, golint: 6.249919686s, inspect: 5.620045209s, ineffassign: 4.413101596s, misspell: 4.410662215s, deadcode: 3.936594715s, fact_deprecated: 3.535235575s 
12:55:52 [2020-07-29T12:55:52.095Z] INFO [runner/unused/goanalysis] analyzers took 25.661285641s with top 10 stages: buildssa: 20.095039333s, U1000: 5.566246308s 
12:55:52 [2020-07-29T12:55:52.095Z] INFO [runner] Issues before processing: 2303, after processing: 0 
12:55:52 [2020-07-29T12:55:52.095Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1694/1694, identifier_marker: 1589/1589, autogenerated_exclude: 1589/1694, exclude-rules: 64/1589, nolint: 0/64, cgo: 1694/2303, filename_unadjuster: 1694/1694, skip_files: 1694/1694, skip_dirs: 1694/1694, exclude: 1589/1589 
12:55:52 [2020-07-29T12:55:52.095Z] INFO [runner] processing took 61.220698ms with stages: nolint: 27.08318ms, identifier_marker: 16.811174ms, path_prettifier: 7.820463ms, autogenerated_exclude: 4.197707ms, exclude-rules: 3.37169ms, skip_dirs: 1.645081ms, cgo: 184.901µs, filename_unadjuster: 101.53µs, max_same_issues: 1.658µs, uniq_by_line: 687ns, max_from_linter: 484ns, diff: 474ns, exclude: 409ns, skip_files: 374ns, path_shortener: 326ns, source_code: 300ns, max_per_file_from_linter: 260ns 
12:55:52 [2020-07-29T12:55:52.095Z] INFO [runner] linters took 30.04754735s with stages: goanalysis_metalinter: 23.639199465s, unused: 6.347007344s 
12:55:52 [2020-07-29T12:55:52.095Z] INFO File cache stats: 1444 entries of total size 6.8MiB 
12:55:52 [2020-07-29T12:55:52.095Z] INFO Memory: 586 samples, avg is 477.9MB, max is 2700.8MB 
12:55:52 [2020-07-29T12:55:52.095Z] INFO Execution took 1m3.994897244s                
12:55:52 [2020-07-29T12:55:52.353Z] Congratulations! The shell scripts are properly formatted.