Skip to content

Console Output

09:35:32 [2020-05-08T09:35:32.848Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40929/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40929/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5d3a9e43198d467ac8bd02d8b16fb1ec52106c1d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5d3a9e43198d467ac8bd02d8b16fb1ec52106c1d hack/validate/default
09:35:33 [2020-05-08T09:35:33.409Z] Congratulations!  All commits are properly signed with the DCO!
09:35:39 [2020-05-08T09:35:39.942Z] Congratulations!  Seccomp profile generation is done correctly.
09:35:39 [2020-05-08T09:35:39.942Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
09:35:39 [2020-05-08T09:35:39.942Z] No api/types/ or api/swagger.yaml changes in diff.
09:35:39 [2020-05-08T09:35:39.942Z] Congratulations!  All TOML source files changed here have valid syntax.
09:35:39 [2020-05-08T09:35:39.942Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:35:39 [2020-05-08T09:35:39.942Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
09:35:39 [2020-05-08T09:35:39.942Z] Congratulations!  No new tests were added to integration-cli.
09:35:39 [2020-05-08T09:35:39.942Z] 
09:35:39 [2020-05-08T09:35:39.942Z] INFO Start validation with golang-ci-lint
09:35:39 [2020-05-08T09:35:39.942Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:35:39 [2020-05-08T09:35:39.942Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:35:39 [2020-05-08T09:35:39.942Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:37:46 [2020-05-08T09:37:46.345Z] INFO [loader] Go packages loading at mode 575 (exports_file|name|compiled_files|deps|types_sizes|files|imports) took 1m52.596415439s 
09:37:46 [2020-05-08T09:37:46.345Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 474.377365ms 
09:37:52 [2020-05-08T09:37:52.873Z] INFO [runner/unused/goanalysis] analyzers took 27.258621878s with top 10 stages: buildssa: 23.301221868s, U1000: 3.95740001s 
09:39:14 [2020-05-08T09:39:14.228Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m10.401002803s with top 10 stages: buildssa: 1m39.210833115s, goimports: 24.380392387s, unconvert: 13.724971581s, gosec: 10.964152718s, golint: 6.269648121s, ineffassign: 4.47277059s, misspell: 4.12680172s, inspect: 3.462296538s, vrp: 2.736403091s, fact_purity: 1.692808336s 
09:39:14 [2020-05-08T09:39:14.228Z] INFO [runner] Issues before processing: 2301, after processing: 0 
09:39:14 [2020-05-08T09:39:14.228Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 63/1587, nolint: 0/63, autogenerated_exclude: 1587/1692, path_prettifier: 1692/1692, skip_files: 1692/1692, exclude: 1587/1587, filename_unadjuster: 1692/1692, identifier_marker: 1587/1587, cgo: 1692/2301, skip_dirs: 1692/1692 
09:39:14 [2020-05-08T09:39:14.228Z] INFO [runner] processing took 60.413102ms with stages: nolint: 26.515281ms, identifier_marker: 16.731593ms, path_prettifier: 7.974401ms, autogenerated_exclude: 3.778286ms, exclude-rules: 3.469815ms, skip_dirs: 1.640293ms, cgo: 177.358µs, filename_unadjuster: 120.243µs, max_same_issues: 2.008µs, uniq_by_line: 688ns, diff: 583ns, exclude: 548ns, skip_files: 500ns, max_from_linter: 474ns, path_shortener: 431ns, source_code: 404ns, max_per_file_from_linter: 196ns 
09:39:14 [2020-05-08T09:39:14.228Z] INFO [runner] linters took 1m39.327719742s with stages: goanalysis_metalinter: 1m19.417602825s, unused: 19.849360271s 
09:39:14 [2020-05-08T09:39:14.228Z] INFO File cache stats: 1442 entries of total size 6.8MiB 
09:39:14 [2020-05-08T09:39:14.228Z] INFO Memory: 1441 samples, avg is 696.1MB, max is 3237.0MB 
09:39:14 [2020-05-08T09:39:14.228Z] INFO Execution took 3m32.407806234s               
09:39:14 [2020-05-08T09:39:14.228Z] Congratulations! The shell scripts are properly formatted.