Skip to content

Console Output

12:55:54 [2020-05-08T12:55:54.687Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40595/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40595/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bdb48fdae6f834a419d52c4acaedca1c8fefbeeb -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bdb48fdae6f834a419d52c4acaedca1c8fefbeeb hack/validate/default
12:55:55 [2020-05-08T12:55:55.622Z] Congratulations!  All commits are properly signed with the DCO!
12:55:55 [2020-05-08T12:55:55.622Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
12:55:55 [2020-05-08T12:55:55.622Z] No api/types/ or api/swagger.yaml changes in diff.
12:55:55 [2020-05-08T12:55:55.622Z] Congratulations!  All TOML source files changed here have valid syntax.
12:55:55 [2020-05-08T12:55:55.622Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
12:55:55 [2020-05-08T12:55:55.622Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
12:55:55 [2020-05-08T12:55:55.622Z] Congratulations!  No new tests were added to integration-cli.
12:55:55 [2020-05-08T12:55:55.622Z] 
12:55:55 [2020-05-08T12:55:55.622Z] INFO Start validation with golang-ci-lint
12:55:55 [2020-05-08T12:55:55.880Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
12:55:55 [2020-05-08T12:55:55.880Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:55:55 [2020-05-08T12:55:55.880Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:58:02 [2020-05-08T12:58:02.535Z] INFO [loader] Go packages loading at mode 575 (exports_file|types_sizes|compiled_files|deps|files|imports|name) took 1m55.260016744s 
12:58:02 [2020-05-08T12:58:02.535Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 456.881482ms 
12:59:10 [2020-05-08T12:59:10.225Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m8.140158221s with top 10 stages: buildssa: 1m34.2601457s, goimports: 21.675580508s, unconvert: 12.85240039s, gosec: 10.548633727s, golint: 5.699388261s, misspell: 4.59124883s, ineffassign: 4.567055771s, inspect: 3.954256428s, vrp: 2.472055127s, printf: 2.043982046s 
12:59:25 [2020-05-08T12:59:25.107Z] INFO [runner/unused/goanalysis] analyzers took 25.915097832s with top 10 stages: buildssa: 21.847250391s, U1000: 4.067847441s 
12:59:25 [2020-05-08T12:59:25.366Z] INFO [runner] Issues before processing: 2301, after processing: 0 
12:59:25 [2020-05-08T12:59:25.366Z] INFO [runner] Processors filtering stat (out/in): cgo: 1692/2301, skip_dirs: 1692/1692, identifier_marker: 1587/1587, filename_unadjuster: 1692/1692, path_prettifier: 1692/1692, skip_files: 1692/1692, autogenerated_exclude: 1587/1692, exclude-rules: 63/1587, exclude: 1587/1587, nolint: 0/63 
12:59:25 [2020-05-08T12:59:25.366Z] INFO [runner] processing took 135.049532ms with stages: nolint: 65.265832ms, identifier_marker: 38.15028ms, path_prettifier: 13.169718ms, exclude-rules: 6.781186ms, autogenerated_exclude: 6.422369ms, skip_dirs: 3.557123ms, cgo: 942.09µs, filename_unadjuster: 755.198µs, max_same_issues: 1.66µs, uniq_by_line: 710ns, max_from_linter: 582ns, diff: 531ns, path_shortener: 516ns, source_code: 507ns, skip_files: 430ns, exclude: 422ns, max_per_file_from_linter: 378ns 
12:59:25 [2020-05-08T12:59:25.366Z] INFO [runner] linters took 1m33.638012653s with stages: goanalysis_metalinter: 1m15.515413537s, unused: 17.986906461s 
12:59:25 [2020-05-08T12:59:25.366Z] INFO File cache stats: 1442 entries of total size 6.8MiB 
12:59:25 [2020-05-08T12:59:25.624Z] INFO Memory: 1582 samples, avg is 241.8MB, max is 3163.9MB 
12:59:25 [2020-05-08T12:59:25.624Z] INFO Execution took 3m29.659769341s               
12:59:25 [2020-05-08T12:59:25.882Z] Congratulations! The shell scripts are properly formatted.