Skip to content

Console Output

10:55:08 [2020-09-01T10:55:08.823Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41407/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41407/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=322c9e68667d2f9c3dd97c2d13cf745bea7d963c -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:322c9e68667d2f9c3dd97c2d13cf745bea7d963c hack/validate/default
10:55:09 [2020-09-01T10:55:09.392Z] Congratulations!  All commits are properly signed with the DCO!
10:55:09 [2020-09-01T10:55:09.392Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
10:55:09 [2020-09-01T10:55:09.392Z] No api/types/ or api/swagger.yaml changes in diff.
10:55:09 [2020-09-01T10:55:09.392Z] Congratulations!  All TOML source files changed here have valid syntax.
10:55:09 [2020-09-01T10:55:09.652Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
10:55:09 [2020-09-01T10:55:09.652Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
10:55:09 [2020-09-01T10:55:09.652Z] Congratulations!  No new tests were added to integration-cli.
10:55:09 [2020-09-01T10:55:09.652Z] 
10:55:09 [2020-09-01T10:55:09.652Z] INFO Start validation with golang-ci-lint
10:55:09 [2020-09-01T10:55:09.652Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
10:55:09 [2020-09-01T10:55:09.652Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:55:09 [2020-09-01T10:55:09.652Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:57:16 [2020-09-01T10:57:16.126Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|exports_file|files|imports|name) took 1m55.882386933s 
10:57:16 [2020-09-01T10:57:16.126Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 469.044363ms 
10:57:26 [2020-09-01T10:57:26.110Z] INFO [runner/unused/goanalysis] analyzers took 28.75596435s with top 10 stages: buildssa: 24.395624686s, U1000: 4.360339664s 
10:58:47 [2020-09-01T10:58:47.565Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m7.243832778s with top 10 stages: buildssa: 1m37.717580279s, goimports: 23.43240409s, unconvert: 13.905622499s, gosec: 10.764927385s, golint: 5.973097328s, ineffassign: 3.8467662s, inspect: 3.721730659s, misspell: 3.446981804s, vrp: 3.231817821s, printf: 2.085456861s 
10:58:47 [2020-09-01T10:58:47.565Z] INFO [runner] Issues before processing: 2304, after processing: 0 
10:58:47 [2020-09-01T10:58:47.565Z] INFO [runner] Processors filtering stat (out/in): cgo: 1695/2304, filename_unadjuster: 1695/1695, path_prettifier: 1695/1695, skip_files: 1695/1695, identifier_marker: 1590/1590, skip_dirs: 1695/1695, autogenerated_exclude: 1590/1695, exclude: 1590/1590, exclude-rules: 64/1590, nolint: 0/64 
10:58:47 [2020-09-01T10:58:47.565Z] INFO [runner] processing took 60.161359ms with stages: nolint: 26.438772ms, identifier_marker: 16.815658ms, path_prettifier: 7.590302ms, autogenerated_exclude: 3.98409ms, exclude-rules: 3.315168ms, skip_dirs: 1.633502ms, cgo: 271.101µs, filename_unadjuster: 107.377µs, max_same_issues: 1.761µs, uniq_by_line: 705ns, source_code: 579ns, path_shortener: 478ns, diff: 445ns, max_from_linter: 423ns, skip_files: 377ns, exclude: 322ns, max_per_file_from_linter: 299ns 
10:58:47 [2020-09-01T10:58:47.565Z] INFO [runner] linters took 1m39.162181986s with stages: goanalysis_metalinter: 1m18.998273191s, unused: 20.103593692s 
10:58:47 [2020-09-01T10:58:47.565Z] INFO File cache stats: 1444 entries of total size 6.8MiB 
10:58:47 [2020-09-01T10:58:47.565Z] INFO Memory: 1480 samples, avg is 695.5MB, max is 3304.1MB 
10:58:47 [2020-09-01T10:58:47.565Z] INFO Execution took 3m35.52177252s                
10:58:47 [2020-09-01T10:58:47.565Z] Congratulations! The shell scripts are properly formatted.