Skip to content

Console Output

07:36:47 [2020-04-17T07:36:47.780Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40662/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40662/.git:/go/src/github.com/docker/docker/.git --name docker-pr27 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0896a72686a4f7ada68210605b7cf9c358a8cc1b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0896a72686a4f7ada68210605b7cf9c358a8cc1b hack/validate/default
07:36:48 [2020-04-17T07:36:48.713Z] Congratulations!  All commits are properly signed with the DCO!
07:36:48 [2020-04-17T07:36:48.713Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
07:36:56 [2020-04-17T07:36:56.816Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
07:36:58 [2020-04-17T07:36:58.712Z] Congratulations!  All API changes are done the right way.
07:36:58 [2020-04-17T07:36:58.712Z] Congratulations!  All TOML source files changed here have valid syntax.
07:36:58 [2020-04-17T07:36:58.712Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
07:36:58 [2020-04-17T07:36:58.712Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
07:36:58 [2020-04-17T07:36:58.712Z] Congratulations!  No new tests were added to integration-cli.
07:36:58 [2020-04-17T07:36:58.712Z] 
07:36:58 [2020-04-17T07:36:58.712Z] INFO Start validation with golang-ci-lint
07:36:58 [2020-04-17T07:36:58.712Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
07:36:58 [2020-04-17T07:36:58.712Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
07:36:58 [2020-04-17T07:36:58.712Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
07:39:05 [2020-04-17T07:39:05.222Z] INFO [loader] Go packages loading at mode 575 (exports_file|imports|name|compiled_files|deps|files|types_sizes) took 1m56.1660169s 
07:39:05 [2020-04-17T07:39:05.222Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 469.276746ms 
07:40:12 [2020-04-17T07:40:12.918Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m11.234409706s with top 10 stages: buildssa: 1m33.772566207s, goimports: 21.580479894s, unconvert: 13.797409509s, gosec: 10.320649419s, golint: 5.842315338s, ineffassign: 4.880288284s, misspell: 4.770097586s, inspect: 4.015915627s, vrp: 2.721033299s, printf: 2.021830561s 
07:40:30 [2020-04-17T07:40:30.982Z] INFO [runner/unused/goanalysis] analyzers took 26.288297448s with top 10 stages: buildssa: 22.24886845s, U1000: 4.039428998s 
07:40:30 [2020-04-17T07:40:30.982Z] INFO [runner] Issues before processing: 2297, after processing: 0 
07:40:30 [2020-04-17T07:40:30.982Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 63/1583, filename_unadjuster: 1688/1688, identifier_marker: 1583/1583, path_prettifier: 1688/1688, autogenerated_exclude: 1583/1688, cgo: 1688/2297, skip_dirs: 1688/1688, nolint: 0/63, skip_files: 1688/1688, exclude: 1583/1583 
07:40:30 [2020-04-17T07:40:30.982Z] INFO [runner] processing took 125.780655ms with stages: nolint: 54.964626ms, identifier_marker: 38.844229ms, path_prettifier: 13.024918ms, exclude-rules: 7.050031ms, autogenerated_exclude: 6.581491ms, skip_dirs: 3.622475ms, cgo: 929.401µs, filename_unadjuster: 757.179µs, max_same_issues: 1.753µs, uniq_by_line: 970ns, diff: 670ns, path_shortener: 585ns, max_from_linter: 566ns, source_code: 534ns, skip_files: 466ns, exclude: 424ns, max_per_file_from_linter: 337ns 
07:40:30 [2020-04-17T07:40:30.982Z] INFO [runner] linters took 1m34.739131217s with stages: goanalysis_metalinter: 1m16.290302413s, unused: 18.322650697s 
07:40:30 [2020-04-17T07:40:30.982Z] INFO File cache stats: 1449 entries of total size 6.8MiB 
07:40:30 [2020-04-17T07:40:30.982Z] INFO Memory: 1585 samples, avg is 235.1MB, max is 3097.2MB 
07:40:30 [2020-04-17T07:40:30.982Z] INFO Execution took 3m31.918405173s               
07:40:30 [2020-04-17T07:40:30.982Z] Congratulations! The shell scripts are properly formatted.