Skip to content

Console Output

19:32:00 [2020-11-06T19:32:00.302Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41640/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41640/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5505059b39c129449505a540c74342e462559c2c -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5505059b39c129449505a540c74342e462559c2c hack/validate/default
19:32:00 [2020-11-06T19:32:00.871Z] Congratulations!  All commits are properly signed with the DCO!
19:32:00 [2020-11-06T19:32:00.871Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
19:32:01 [2020-11-06T19:32:01.131Z] No api/types/ or api/swagger.yaml changes in diff.
19:32:01 [2020-11-06T19:32:01.131Z] Congratulations!  All TOML source files changed here have valid syntax.
19:32:01 [2020-11-06T19:32:01.131Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
19:32:01 [2020-11-06T19:32:01.131Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
19:32:01 [2020-11-06T19:32:01.131Z] Congratulations!  No new tests were added to integration-cli.
19:32:01 [2020-11-06T19:32:01.131Z] 
19:32:01 [2020-11-06T19:32:01.131Z] INFO Start validation with golang-ci-lint
19:32:01 [2020-11-06T19:32:01.131Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
19:32:01 [2020-11-06T19:32:01.131Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
19:32:01 [2020-11-06T19:32:01.131Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
19:34:07 [2020-11-06T19:34:07.644Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|types_sizes|compiled_files|files|imports|name) took 2m1.376105264s 
19:34:07 [2020-11-06T19:34:07.644Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 673.829424ms 
19:35:29 [2020-11-06T19:35:29.124Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m9.468182048s with top 10 stages: buildssa: 1m36.383888098s, goimports: 22.932672015s, unconvert: 11.40453693s, gosec: 10.158249239s, golint: 6.199567988s, ineffassign: 4.491408561s, misspell: 4.446543836s, inspect: 3.483464971s, vrp: 3.397167394s, fact_purity: 1.876584763s 
19:35:41 [2020-11-06T19:35:41.362Z] INFO [runner/unused/goanalysis] analyzers took 26.56158465s with top 10 stages: buildssa: 22.200532421s, U1000: 4.361052229s 
19:35:41 [2020-11-06T19:35:41.362Z] INFO [runner] Issues before processing: 2258, after processing: 0 
19:35:41 [2020-11-06T19:35:41.362Z] INFO [runner] Processors filtering stat (out/in): exclude: 1573/1573, filename_unadjuster: 1678/1678, nolint: 0/64, skip_files: 1678/1678, identifier_marker: 1573/1573, autogenerated_exclude: 1573/1678, path_prettifier: 1678/1678, skip_dirs: 1678/1678, exclude-rules: 64/1573, cgo: 1678/2258 
19:35:41 [2020-11-06T19:35:41.362Z] INFO [runner] processing took 134.529056ms with stages: nolint: 63.434469ms, identifier_marker: 38.297578ms, path_prettifier: 13.430832ms, autogenerated_exclude: 7.373511ms, exclude-rules: 6.619171ms, skip_dirs: 3.724556ms, cgo: 894.05µs, filename_unadjuster: 748.36µs, max_same_issues: 1.786µs, uniq_by_line: 1.028µs, diff: 703ns, path_shortener: 629ns, exclude: 605ns, max_from_linter: 517ns, skip_files: 516ns, source_code: 469ns, max_per_file_from_linter: 276ns 
19:35:41 [2020-11-06T19:35:41.362Z] INFO [runner] linters took 1m36.973060276s with stages: goanalysis_metalinter: 1m17.798135222s, unused: 19.039883121s 
19:35:41 [2020-11-06T19:35:41.362Z] INFO File cache stats: 1442 entries of total size 6.8MiB 
19:35:41 [2020-11-06T19:35:41.362Z] INFO Memory: 1653 samples, avg is 238.5MB, max is 3163.9MB 
19:35:41 [2020-11-06T19:35:41.362Z] INFO Execution took 3m39.605119162s               
19:35:41 [2020-11-06T19:35:41.362Z] Congratulations! The shell scripts are properly formatted.