Skip to content

Console Output

18:03:39 [2021-03-30T18:03:39.089Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42226/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42226/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 hack/validate/default
18:03:39 [2021-03-30T18:03:39.650Z] Congratulations!  All commits are properly signed with the DCO!
18:03:39 [2021-03-30T18:03:39.650Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
18:03:42 [2021-03-30T18:03:42.165Z] Congratulations!  All API changes are done the right way.
18:03:42 [2021-03-30T18:03:42.165Z] Congratulations!  All TOML source files changed here have valid syntax.
18:03:42 [2021-03-30T18:03:42.165Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
18:03:42 [2021-03-30T18:03:42.165Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
18:03:42 [2021-03-30T18:03:42.165Z] Congratulations!  No new tests were added to integration-cli.
18:03:42 [2021-03-30T18:03:42.165Z] 
18:03:42 [2021-03-30T18:03:42.165Z] INFO Start validation with golang-ci-lint
18:03:42 [2021-03-30T18:03:42.165Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
18:03:42 [2021-03-30T18:03:42.165Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:03:42 [2021-03-30T18:03:42.165Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:04:20 [2021-03-30T18:04:20.844Z] INFO [loader] Go packages loading at mode 575 (files|imports|name|types_sizes|compiled_files|deps|exports_file) took 35.397382791s 
18:04:20 [2021-03-30T18:04:20.844Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 175.595777ms 
18:04:42 [2021-03-30T18:04:42.745Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m48.751306856s with top 10 stages: buildssa: 1m29.01636336s, goimports: 15.80503386s, unconvert: 9.980345961s, gosec: 9.675603424s, golint: 6.650054822s, inspect: 5.180378682s, misspell: 5.141609371s, ineffassign: 4.591651151s, deadcode: 4.379148405s, isgenerated: 3.711674588s 
18:04:49 [2021-03-30T18:04:49.283Z] INFO [runner/unused/goanalysis] analyzers took 27.141554873s with top 10 stages: buildssa: 21.051502883s, U1000: 6.09005199s 
18:04:49 [2021-03-30T18:04:49.283Z] INFO [runner] Issues before processing: 2267, after processing: 0 
18:04:49 [2021-03-30T18:04:49.283Z] INFO [runner] Processors filtering stat (out/in): cgo: 1687/2267, exclude-rules: 64/1582, nolint: 0/64, filename_unadjuster: 1687/1687, path_prettifier: 1687/1687, skip_dirs: 1687/1687, exclude: 1582/1582, autogenerated_exclude: 1582/1687, identifier_marker: 1582/1582, skip_files: 1687/1687 
18:04:49 [2021-03-30T18:04:49.283Z] INFO [runner] processing took 127.16153ms with stages: nolint: 53.755165ms, identifier_marker: 38.765386ms, path_prettifier: 14.391666ms, autogenerated_exclude: 7.82495ms, exclude-rules: 6.351122ms, skip_dirs: 3.992438ms, cgo: 1.102158ms, filename_unadjuster: 971.691µs, max_same_issues: 2.011µs, diff: 984ns, path_shortener: 774ns, uniq_by_line: 689ns, exclude: 566ns, max_from_linter: 561ns, skip_files: 542ns, source_code: 527ns, max_per_file_from_linter: 300ns 
18:04:49 [2021-03-30T18:04:49.283Z] INFO [runner] linters took 30.997680534s with stages: goanalysis_metalinter: 24.646452156s, unused: 6.22317497s 
18:04:49 [2021-03-30T18:04:49.283Z] INFO File cache stats: 1454 entries of total size 6.8MiB 
18:04:49 [2021-03-30T18:04:49.283Z] INFO Memory: 611 samples, avg is 495.9MB, max is 3165.1MB 
18:04:49 [2021-03-30T18:04:49.283Z] INFO Execution took 1m6.602529335s                
18:04:49 [2021-03-30T18:04:49.283Z] Congratulations! The shell scripts are properly formatted.