Skip to content

Console Output

06:54:06 [2020-05-26T06:54:06.887Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41026/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41026/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=429ae97b598fa84b60d54232cbd6964ecd3b8078 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:429ae97b598fa84b60d54232cbd6964ecd3b8078 hack/validate/default
06:54:07 [2020-05-26T06:54:07.819Z] Congratulations!  All commits are properly signed with the DCO!
06:54:07 [2020-05-26T06:54:07.820Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
06:54:07 [2020-05-26T06:54:07.820Z] No api/types/ or api/swagger.yaml changes in diff.
06:54:07 [2020-05-26T06:54:07.820Z] Congratulations!  All TOML source files changed here have valid syntax.
06:54:07 [2020-05-26T06:54:07.820Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
06:54:07 [2020-05-26T06:54:07.820Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
06:54:07 [2020-05-26T06:54:07.820Z] Congratulations!  No new tests were added to integration-cli.
06:54:07 [2020-05-26T06:54:07.820Z] 
06:54:07 [2020-05-26T06:54:07.820Z] INFO Start validation with golang-ci-lint
06:54:08 [2020-05-26T06:54:08.077Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
06:54:08 [2020-05-26T06:54:08.077Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
06:54:08 [2020-05-26T06:54:08.077Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
06:56:14 [2020-05-26T06:56:14.523Z] INFO [loader] Go packages loading at mode 575 (compiled_files|files|name|deps|exports_file|imports|types_sizes) took 1m57.177594793s 
06:56:14 [2020-05-26T06:56:14.523Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 467.316892ms 
06:57:35 [2020-05-26T06:57:35.954Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m11.411617145s with top 10 stages: buildssa: 1m35.883252001s, goimports: 22.819458929s, unconvert: 12.546637774s, gosec: 11.211019781s, golint: 6.541858933s, ineffassign: 4.808265711s, misspell: 4.344611405s, inspect: 4.161714354s, vrp: 3.05439767s, ctrlflow: 1.852195394s 
06:57:42 [2020-05-26T06:57:42.511Z] INFO [runner/unused/goanalysis] analyzers took 27.062074586s with top 10 stages: buildssa: 22.531914473s, U1000: 4.530160113s 
06:57:42 [2020-05-26T06:57:42.511Z] INFO [runner] Issues before processing: 2302, after processing: 0 
06:57:42 [2020-05-26T06:57:42.511Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 1693/1693, nolint: 0/64, skip_files: 1693/1693, exclude: 1588/1588, exclude-rules: 64/1588, filename_unadjuster: 1693/1693, autogenerated_exclude: 1588/1693, cgo: 1693/2302, identifier_marker: 1588/1588, path_prettifier: 1693/1693 
06:57:42 [2020-05-26T06:57:42.511Z] INFO [runner] processing took 122.017287ms with stages: nolint: 49.060425ms, identifier_marker: 39.838575ms, path_prettifier: 13.81397ms, autogenerated_exclude: 7.134957ms, exclude-rules: 6.81284ms, skip_dirs: 3.617968ms, cgo: 933.545µs, filename_unadjuster: 799.036µs, max_same_issues: 1.983µs, uniq_by_line: 957ns, max_from_linter: 522ns, source_code: 495ns, exclude: 480ns, diff: 455ns, skip_files: 424ns, path_shortener: 348ns, max_per_file_from_linter: 307ns 
06:57:42 [2020-05-26T06:57:42.511Z] INFO [runner] linters took 1m35.80502375s with stages: goanalysis_metalinter: 1m16.886932618s, unused: 18.795882011s 
06:57:42 [2020-05-26T06:57:42.511Z] INFO File cache stats: 1442 entries of total size 6.8MiB 
06:57:42 [2020-05-26T06:57:42.511Z] INFO Memory: 1604 samples, avg is 243.1MB, max is 3231.4MB 
06:57:42 [2020-05-26T06:57:42.511Z] INFO Execution took 3m33.45905077s                
06:57:42 [2020-05-26T06:57:42.511Z] Congratulations! The shell scripts are properly formatted.