Skip to content

Console Output

07:38:35 [2020-04-27T07:38:35.485Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40860/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40860/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f6ac84163305e8b79a22f5910004321d0b5250e2 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f6ac84163305e8b79a22f5910004321d0b5250e2 hack/validate/default
07:38:36 [2020-04-27T07:38:36.855Z] Congratulations!  All commits are properly signed with the DCO!
07:38:36 [2020-04-27T07:38:36.855Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
07:38:36 [2020-04-27T07:38:36.855Z] No api/types/ or api/swagger.yaml changes in diff.
07:38:36 [2020-04-27T07:38:36.855Z] Congratulations!  All TOML source files changed here have valid syntax.
07:38:36 [2020-04-27T07:38:36.855Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
07:38:36 [2020-04-27T07:38:36.855Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
07:38:36 [2020-04-27T07:38:36.855Z] Congratulations!  No new tests were added to integration-cli.
07:38:36 [2020-04-27T07:38:36.855Z] 
07:38:36 [2020-04-27T07:38:36.855Z] INFO Start validation with golang-ci-lint
07:38:36 [2020-04-27T07:38:36.855Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
07:38:36 [2020-04-27T07:38:36.855Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
07:38:36 [2020-04-27T07:38:36.855Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
07:40:43 [2020-04-27T07:40:43.286Z] INFO [loader] Go packages loading at mode 575 (files|imports|compiled_files|deps|types_sizes|exports_file|name) took 1m54.221743031s 
07:40:43 [2020-04-27T07:40:43.286Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 469.135162ms 
07:41:50 [2020-04-27T07:41:50.947Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m6.903564984s with top 10 stages: buildssa: 1m33.732460221s, goimports: 22.175455818s, unconvert: 12.979090986s, gosec: 10.889389784s, golint: 5.748776278s, misspell: 4.394869797s, ineffassign: 3.980588854s, inspect: 3.471891802s, vrp: 3.2357796s, ctrlflow: 2.062323559s 
07:42:05 [2020-04-27T07:42:05.811Z] INFO [runner/unused/goanalysis] analyzers took 25.553749974s with top 10 stages: buildssa: 21.422757644s, U1000: 4.13099233s 
07:42:05 [2020-04-27T07:42:05.811Z] INFO [runner] Issues before processing: 2296, after processing: 0 
07:42:05 [2020-04-27T07:42:05.811Z] INFO [runner] Processors filtering stat (out/in): exclude: 1582/1582, exclude-rules: 63/1582, filename_unadjuster: 1687/1687, skip_files: 1687/1687, autogenerated_exclude: 1582/1687, identifier_marker: 1582/1582, nolint: 0/63, skip_dirs: 1687/1687, cgo: 1687/2296, path_prettifier: 1687/1687 
07:42:05 [2020-04-27T07:42:05.811Z] INFO [runner] processing took 148.580579ms with stages: nolint: 63.293231ms, identifier_marker: 42.798305ms, autogenerated_exclude: 17.052558ms, path_prettifier: 13.214107ms, exclude-rules: 6.692556ms, skip_dirs: 3.503331ms, cgo: 1.111097ms, filename_unadjuster: 909.29µs, max_same_issues: 2.028µs, uniq_by_line: 663ns, max_from_linter: 608ns, diff: 548ns, source_code: 522ns, path_shortener: 484ns, exclude: 457ns, skip_files: 441ns, max_per_file_from_linter: 353ns 
07:42:05 [2020-04-27T07:42:05.811Z] INFO [runner] linters took 1m33.294620624s with stages: goanalysis_metalinter: 1m15.1739862s, unused: 17.971631813s 
07:42:05 [2020-04-27T07:42:05.811Z] INFO File cache stats: 1441 entries of total size 6.8MiB 
07:42:06 [2020-04-27T07:42:06.067Z] INFO Memory: 1557 samples, avg is 253.8MB, max is 2965.6MB 
07:42:06 [2020-04-27T07:42:06.067Z] INFO Execution took 3m29.361932447s               
07:42:06 [2020-04-27T07:42:06.324Z] Congratulations! The shell scripts are properly formatted.