Skip to content

Console Output

14:53:41 [2020-05-01T14:53:41.324Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40883/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40883/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a4400d328c5a040193483d03d7691a6f79d49bf1 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a4400d328c5a040193483d03d7691a6f79d49bf1 hack/validate/default
14:53:42 [2020-05-01T14:53:42.254Z] Congratulations!  All commits are properly signed with the DCO!
14:53:42 [2020-05-01T14:53:42.254Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
14:53:42 [2020-05-01T14:53:42.254Z] No api/types/ or api/swagger.yaml changes in diff.
14:53:42 [2020-05-01T14:53:42.254Z] Congratulations!  All TOML source files changed here have valid syntax.
14:53:42 [2020-05-01T14:53:42.254Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
14:53:42 [2020-05-01T14:53:42.254Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
14:53:42 [2020-05-01T14:53:42.254Z] Congratulations!  No new tests were added to integration-cli.
14:53:42 [2020-05-01T14:53:42.254Z] 
14:53:42 [2020-05-01T14:53:42.254Z] INFO Start validation with golang-ci-lint
14:53:42 [2020-05-01T14:53:42.254Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
14:53:42 [2020-05-01T14:53:42.254Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:53:42 [2020-05-01T14:53:42.254Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:55:48 [2020-05-01T14:55:48.747Z] INFO [loader] Go packages loading at mode 575 (exports_file|imports|compiled_files|deps|files|name|types_sizes) took 1m56.804580152s 
14:55:48 [2020-05-01T14:55:48.747Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 470.568101ms 
14:56:00 [2020-05-01T14:56:00.939Z] INFO [runner/unused/goanalysis] analyzers took 27.048557936s with top 10 stages: buildssa: 23.151567373s, U1000: 3.896990563s 
14:57:22 [2020-05-01T14:57:22.340Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m8.799771818s with top 10 stages: buildssa: 1m36.757901486s, goimports: 22.773240872s, unconvert: 13.417025226s, gosec: 10.269818738s, golint: 6.000399913s, ineffassign: 4.249418648s, misspell: 4.103994176s, vrp: 2.99983103s, inspect: 2.914740995s, fact_purity: 1.804875002s 
14:57:22 [2020-05-01T14:57:22.340Z] INFO [runner] Issues before processing: 2298, after processing: 0 
14:57:22 [2020-05-01T14:57:22.340Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/63, exclude: 1584/1584, exclude-rules: 63/1584, cgo: 1689/2298, filename_unadjuster: 1689/1689, skip_files: 1689/1689, autogenerated_exclude: 1584/1689, path_prettifier: 1689/1689, skip_dirs: 1689/1689, identifier_marker: 1584/1584 
14:57:22 [2020-05-01T14:57:22.340Z] INFO [runner] processing took 58.977559ms with stages: nolint: 25.675839ms, identifier_marker: 16.984643ms, path_prettifier: 7.307428ms, autogenerated_exclude: 3.657665ms, exclude-rules: 3.437356ms, skip_dirs: 1.569886ms, cgo: 245.33µs, filename_unadjuster: 94.062µs, max_same_issues: 2.097µs, max_from_linter: 608ns, uniq_by_line: 568ns, diff: 459ns, path_shortener: 361ns, source_code: 354ns, exclude: 336ns, skip_files: 320ns, max_per_file_from_linter: 247ns 
14:57:22 [2020-05-01T14:57:22.340Z] INFO [runner] linters took 1m38.900539224s with stages: goanalysis_metalinter: 1m19.615599904s, unused: 19.22582598s 
14:57:22 [2020-05-01T14:57:22.340Z] INFO File cache stats: 1442 entries of total size 6.8MiB 
14:57:22 [2020-05-01T14:57:22.340Z] INFO Memory: 1470 samples, avg is 767.2MB, max is 3974.7MB 
14:57:22 [2020-05-01T14:57:22.340Z] INFO Execution took 3m36.18495467s                
14:57:22 [2020-05-01T14:57:22.340Z] Congratulations! The shell scripts are properly formatted.