Skip to content

Console Output

11:47:59 [2020-06-25T11:47:59.625Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41153/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41153/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ab6b92b6b2071376ab43e1a298338a5137f2d397 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ab6b92b6b2071376ab43e1a298338a5137f2d397 hack/validate/default
11:48:00 [2020-06-25T11:48:00.188Z] Congratulations!  All commits are properly signed with the DCO!
11:48:00 [2020-06-25T11:48:00.188Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
11:48:00 [2020-06-25T11:48:00.188Z] No api/types/ or api/swagger.yaml changes in diff.
11:48:00 [2020-06-25T11:48:00.188Z] Congratulations!  All TOML source files changed here have valid syntax.
11:48:00 [2020-06-25T11:48:00.451Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
11:48:00 [2020-06-25T11:48:00.451Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
11:48:00 [2020-06-25T11:48:00.451Z] Congratulations!  No new tests were added to integration-cli.
11:48:00 [2020-06-25T11:48:00.451Z] 
11:48:00 [2020-06-25T11:48:00.451Z] INFO Start validation with golang-ci-lint
11:48:00 [2020-06-25T11:48:00.451Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
11:48:00 [2020-06-25T11:48:00.451Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:48:00 [2020-06-25T11:48:00.451Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:50:06 [2020-06-25T11:50:06.875Z] INFO [loader] Go packages loading at mode 575 (files|types_sizes|deps|exports_file|name|compiled_files|imports) took 1m57.13317577s 
11:50:06 [2020-06-25T11:50:06.875Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 665.064735ms 
11:50:19 [2020-06-25T11:50:19.061Z] INFO [runner/unused/goanalysis] analyzers took 28.440747341s with top 10 stages: buildssa: 23.777709987s, U1000: 4.663037354s 
11:51:40 [2020-06-25T11:51:40.460Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m10.573831258s with top 10 stages: buildssa: 1m37.892355013s, goimports: 23.414677272s, unconvert: 13.297207596s, gosec: 10.472771145s, golint: 6.202995575s, misspell: 4.485808489s, ineffassign: 4.441122089s, vrp: 3.918164307s, inspect: 3.053236251s, printf: 1.805073988s 
11:51:40 [2020-06-25T11:51:40.460Z] INFO [runner] Issues before processing: 2302, after processing: 0 
11:51:40 [2020-06-25T11:51:40.460Z] INFO [runner] Processors filtering stat (out/in): cgo: 1693/2302, skip_dirs: 1693/1693, identifier_marker: 1588/1588, path_prettifier: 1693/1693, skip_files: 1693/1693, exclude-rules: 64/1588, exclude: 1588/1588, filename_unadjuster: 1693/1693, autogenerated_exclude: 1588/1693, nolint: 0/64 
11:51:40 [2020-06-25T11:51:40.460Z] INFO [runner] processing took 134.297568ms with stages: nolint: 60.615011ms, identifier_marker: 38.067652ms, path_prettifier: 13.024268ms, autogenerated_exclude: 11.06587ms, exclude-rules: 6.836532ms, skip_dirs: 3.218671ms, cgo: 739.969µs, filename_unadjuster: 722.725µs, max_same_issues: 2.094µs, max_from_linter: 873ns, uniq_by_line: 759ns, diff: 725ns, max_per_file_from_linter: 587ns, source_code: 528ns, exclude: 465ns, path_shortener: 430ns, skip_files: 409ns 
11:51:40 [2020-06-25T11:51:40.460Z] INFO [runner] linters took 1m39.568958155s with stages: goanalysis_metalinter: 1m19.432827466s, unused: 20.000909214s 
11:51:40 [2020-06-25T11:51:40.460Z] INFO File cache stats: 1443 entries of total size 6.8MiB 
11:51:40 [2020-06-25T11:51:40.460Z] INFO Memory: 1502 samples, avg is 743.0MB, max is 3570.7MB 
11:51:40 [2020-06-25T11:51:40.460Z] INFO Execution took 3m37.726880877s               
11:51:40 [2020-06-25T11:51:40.460Z] Congratulations! The shell scripts are properly formatted.