Skip to content

Console Output

03:37:05 [2020-11-27T03:37:05.713Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41720/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41720/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f9b2989e973e8a0d0b310c4d90bdd0b8510b7bc0 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f9b2989e973e8a0d0b310c4d90bdd0b8510b7bc0 hack/validate/default
03:37:06 [2020-11-27T03:37:06.669Z] 0 adds, 0 deletions; nothing to validate! :)
03:37:06 [2020-11-27T03:37:06.669Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
03:37:06 [2020-11-27T03:37:06.669Z] No api/types/ or api/swagger.yaml changes in diff.
03:37:06 [2020-11-27T03:37:06.669Z] Congratulations!  All TOML source files changed here have valid syntax.
03:37:06 [2020-11-27T03:37:06.669Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
03:37:06 [2020-11-27T03:37:06.669Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
03:37:06 [2020-11-27T03:37:06.669Z] Congratulations!  No new tests were added to integration-cli.
03:37:06 [2020-11-27T03:37:06.669Z] 
03:37:06 [2020-11-27T03:37:06.669Z] INFO Start validation with golang-ci-lint
03:37:06 [2020-11-27T03:37:06.669Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
03:37:06 [2020-11-27T03:37:06.669Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
03:37:06 [2020-11-27T03:37:06.669Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
03:39:13 [2020-11-27T03:39:13.170Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|imports|files|name|types_sizes) took 2m4.284947052s 
03:39:13 [2020-11-27T03:39:13.170Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 469.416874ms 
03:40:34 [2020-11-27T03:40:34.639Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m15.609910272s with top 10 stages: buildssa: 1m39.887357439s, goimports: 23.880585639s, unconvert: 12.244405171s, gosec: 10.687385635s, golint: 6.463766422s, ineffassign: 5.131757191s, misspell: 4.411761264s, vrp: 3.86248425s, inspect: 3.808992025s, ctrlflow: 2.040090022s 
03:40:52 [2020-11-27T03:40:52.808Z] INFO [runner/unused/goanalysis] analyzers took 27.01621321s with top 10 stages: buildssa: 22.67158844s, U1000: 4.34462477s 
03:40:52 [2020-11-27T03:40:52.809Z] INFO [runner] Issues before processing: 2262, after processing: 0 
03:40:52 [2020-11-27T03:40:52.809Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 1577/1682, identifier_marker: 1577/1577, exclude-rules: 64/1577, nolint: 0/64, path_prettifier: 1682/1682, skip_files: 1682/1682, skip_dirs: 1682/1682, filename_unadjuster: 1682/1682, exclude: 1577/1577, cgo: 1682/2262 
03:40:52 [2020-11-27T03:40:52.809Z] INFO [runner] processing took 131.323433ms with stages: nolint: 55.903964ms, identifier_marker: 39.742138ms, path_prettifier: 14.746527ms, autogenerated_exclude: 7.917656ms, exclude-rules: 6.38735ms, skip_dirs: 3.912266ms, cgo: 1.727548ms, filename_unadjuster: 979.915µs, max_same_issues: 1.592µs, source_code: 864ns, uniq_by_line: 778ns, max_from_linter: 571ns, diff: 571ns, skip_files: 521ns, exclude: 490ns, path_shortener: 394ns, max_per_file_from_linter: 288ns 
03:40:52 [2020-11-27T03:40:52.809Z] INFO [runner] linters took 1m39.283282828s with stages: goanalysis_metalinter: 1m20.039508181s, unused: 19.111558571s 
03:40:52 [2020-11-27T03:40:52.809Z] INFO File cache stats: 1448 entries of total size 6.8MiB 
03:40:52 [2020-11-27T03:40:52.809Z] INFO Memory: 1697 samples, avg is 248.2MB, max is 3032.3MB 
03:40:52 [2020-11-27T03:40:52.809Z] INFO Execution took 3m45.772845717s               
03:40:52 [2020-11-27T03:40:52.809Z] Congratulations! The shell scripts are properly formatted.