Skip to content

Console Output

09:20:13 [2020-12-15T09:20:13.565Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41764/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41764/.git:/go/src/github.com/docker/docker/.git --name docker-pr13 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ea39695fd2ceadbc0cf7b6d383f9bca049692a96 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ea39695fd2ceadbc0cf7b6d383f9bca049692a96 hack/validate/default
09:20:14 [2020-12-15T09:20:14.507Z] Congratulations!  All commits are properly signed with the DCO!
09:20:14 [2020-12-15T09:20:14.507Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
09:20:14 [2020-12-15T09:20:14.507Z] No api/types/ or api/swagger.yaml changes in diff.
09:20:14 [2020-12-15T09:20:14.507Z] Congratulations!  All TOML source files changed here have valid syntax.
09:20:14 [2020-12-15T09:20:14.507Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:20:14 [2020-12-15T09:20:14.507Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
09:20:14 [2020-12-15T09:20:14.507Z] Congratulations!  No new tests were added to integration-cli.
09:20:14 [2020-12-15T09:20:14.507Z] 
09:20:14 [2020-12-15T09:20:14.507Z] INFO Start validation with golang-ci-lint
09:20:14 [2020-12-15T09:20:14.507Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:20:14 [2020-12-15T09:20:14.507Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:20:14 [2020-12-15T09:20:14.507Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:22:21 [2020-12-15T09:22:21.045Z] INFO [loader] Go packages loading at mode 575 (files|types_sizes|imports|name|compiled_files|deps|exports_file) took 2m2.218523712s 
09:22:21 [2020-12-15T09:22:21.045Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 461.552705ms 
09:22:39 [2020-12-15T09:22:39.180Z] INFO [runner/unused/goanalysis] analyzers took 27.378638588s with top 10 stages: buildssa: 23.231932595s, U1000: 4.146705993s 
09:24:00 [2020-12-15T09:24:00.740Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m13.379064323s with top 10 stages: buildssa: 1m40.251398853s, goimports: 22.855935746s, unconvert: 13.25866996s, gosec: 11.36221164s, golint: 5.982513607s, ineffassign: 4.669470279s, misspell: 4.348489824s, vrp: 3.472660359s, inspect: 3.188680984s, fact_purity: 1.861393919s 
09:24:00 [2020-12-15T09:24:00.740Z] INFO [runner] Issues before processing: 2262, after processing: 0 
09:24:00 [2020-12-15T09:24:00.740Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1682/1682, nolint: 0/64, skip_files: 1682/1682, cgo: 1682/2262, path_prettifier: 1682/1682, autogenerated_exclude: 1577/1682, exclude-rules: 64/1577, skip_dirs: 1682/1682, identifier_marker: 1577/1577, exclude: 1577/1577 
09:24:00 [2020-12-15T09:24:00.740Z] INFO [runner] processing took 59.560785ms with stages: nolint: 25.228891ms, identifier_marker: 16.93087ms, path_prettifier: 8.404071ms, autogenerated_exclude: 3.843902ms, exclude-rules: 3.274607ms, skip_dirs: 1.607414ms, cgo: 179.16µs, filename_unadjuster: 87.542µs, max_same_issues: 1.116µs, uniq_by_line: 692ns, max_from_linter: 461ns, diff: 450ns, exclude: 421ns, skip_files: 370ns, source_code: 335ns, path_shortener: 249ns, max_per_file_from_linter: 234ns 
09:24:00 [2020-12-15T09:24:00.740Z] INFO [runner] linters took 1m40.382394061s with stages: goanalysis_metalinter: 1m20.240227928s, unused: 20.08241834s 
09:24:00 [2020-12-15T09:24:00.740Z] INFO File cache stats: 1448 entries of total size 6.8MiB 
09:24:00 [2020-12-15T09:24:00.740Z] INFO Memory: 1539 samples, avg is 697.5MB, max is 3571.6MB 
09:24:00 [2020-12-15T09:24:00.740Z] INFO Execution took 3m43.073803157s               
09:24:00 [2020-12-15T09:24:00.740Z] Congratulations! The shell scripts are properly formatted.