Skip to content

Console Output

06:03:04 [2021-02-01T06:03:04.838Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41893/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41893/.git:/go/src/github.com/docker/docker/.git --name docker-pr11 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=227687f2efb848f06e756bc0f6b470b05f7d502a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:227687f2efb848f06e756bc0f6b470b05f7d502a hack/validate/default
06:03:05 [2021-02-01T06:03:05.765Z] Congratulations!  All commits are properly signed with the DCO!
06:03:05 [2021-02-01T06:03:05.765Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
06:03:05 [2021-02-01T06:03:05.765Z] No api/types/ or api/swagger.yaml changes in diff.
06:03:05 [2021-02-01T06:03:05.765Z] Congratulations!  All TOML source files changed here have valid syntax.
06:03:05 [2021-02-01T06:03:05.765Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
06:03:05 [2021-02-01T06:03:05.766Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
06:03:05 [2021-02-01T06:03:05.766Z] Congratulations!  No new tests were added to integration-cli.
06:03:05 [2021-02-01T06:03:05.766Z] 
06:03:05 [2021-02-01T06:03:05.766Z] INFO Start validation with golang-ci-lint
06:03:05 [2021-02-01T06:03:05.766Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
06:03:05 [2021-02-01T06:03:05.766Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
06:03:05 [2021-02-01T06:03:05.766Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
06:05:12 [2021-02-01T06:05:12.172Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|imports|compiled_files|name|types_sizes|files) took 2m1.229638403s 
06:05:12 [2021-02-01T06:05:12.172Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 454.277039ms 
06:06:33 [2021-02-01T06:06:33.562Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m6.668335116s with top 10 stages: buildssa: 1m40.885725184s, goimports: 21.516554275s, unconvert: 11.751433731s, gosec: 9.6343806s, golint: 5.714833334s, inspect: 3.824426696s, ineffassign: 3.76174289s, misspell: 3.543250645s, vrp: 3.462515155s, printf: 1.763163712s 
06:06:48 [2021-02-01T06:06:48.408Z] INFO [runner/unused/goanalysis] analyzers took 26.57309291s with top 10 stages: buildssa: 22.755047239s, U1000: 3.818045671s 
06:06:48 [2021-02-01T06:06:48.408Z] INFO [runner] Issues before processing: 2264, after processing: 0 
06:06:48 [2021-02-01T06:06:48.408Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1684/1684, exclude: 1579/1579, cgo: 1684/2264, skip_dirs: 1684/1684, nolint: 0/64, filename_unadjuster: 1684/1684, identifier_marker: 1579/1579, skip_files: 1684/1684, autogenerated_exclude: 1579/1684, exclude-rules: 64/1579 
06:06:48 [2021-02-01T06:06:48.408Z] INFO [runner] processing took 137.364119ms with stages: nolint: 53.967077ms, identifier_marker: 47.726803ms, path_prettifier: 14.296131ms, autogenerated_exclude: 9.098365ms, exclude-rules: 6.447664ms, skip_dirs: 3.708758ms, cgo: 1.168318ms, filename_unadjuster: 944.34µs, max_same_issues: 1.965µs, uniq_by_line: 904ns, max_from_linter: 900ns, exclude: 624ns, diff: 597ns, source_code: 473ns, skip_files: 456ns, path_shortener: 425ns, max_per_file_from_linter: 319ns 
06:06:48 [2021-02-01T06:06:48.408Z] INFO [runner] linters took 1m39.324833823s with stages: goanalysis_metalinter: 1m19.839255652s, unused: 19.34790249s 
06:06:48 [2021-02-01T06:06:48.408Z] INFO File cache stats: 1450 entries of total size 6.8MiB 
06:06:48 [2021-02-01T06:06:48.408Z] INFO Memory: 1654 samples, avg is 271.0MB, max is 3363.7MB 
06:06:48 [2021-02-01T06:06:48.408Z] INFO Execution took 3m42.563150897s               
06:06:48 [2021-02-01T06:06:48.664Z] Congratulations! The shell scripts are properly formatted.