Skip to content

Console Output

08:47:53 [2020-09-01T08:47:53.901Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41401/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41401/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fdd22e562839a5680b00b3874ba1779b0e1c86f7 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fdd22e562839a5680b00b3874ba1779b0e1c86f7 hack/validate/default
08:47:54 [2020-09-01T08:47:54.839Z] Congratulations!  All commits are properly signed with the DCO!
08:47:54 [2020-09-01T08:47:54.839Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
08:47:54 [2020-09-01T08:47:54.839Z] No api/types/ or api/swagger.yaml changes in diff.
08:47:54 [2020-09-01T08:47:54.839Z] Congratulations!  All TOML source files changed here have valid syntax.
08:47:54 [2020-09-01T08:47:54.839Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
08:47:54 [2020-09-01T08:47:54.839Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
08:47:54 [2020-09-01T08:47:54.839Z] Congratulations!  No new tests were added to integration-cli.
08:47:54 [2020-09-01T08:47:54.839Z] 
08:47:54 [2020-09-01T08:47:54.839Z] INFO Start validation with golang-ci-lint
08:47:54 [2020-09-01T08:47:54.839Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
08:47:54 [2020-09-01T08:47:54.839Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:47:54 [2020-09-01T08:47:54.839Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:50:01 [2020-09-01T08:50:01.314Z] INFO [loader] Go packages loading at mode 575 (deps|files|name|types_sizes|compiled_files|imports|exports_file) took 1m56.954143444s 
08:50:01 [2020-09-01T08:50:01.314Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 697.62093ms 
08:50:13 [2020-09-01T08:50:13.525Z] INFO [runner/unused/goanalysis] analyzers took 28.033319765s with top 10 stages: buildssa: 23.654639771s, U1000: 4.378679994s 
08:51:34 [2020-09-01T08:51:34.976Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m7.341437339s with top 10 stages: buildssa: 1m39.449892707s, goimports: 22.656886724s, unconvert: 12.854691242s, gosec: 11.259534414s, golint: 5.878567138s, misspell: 4.543940583s, ineffassign: 4.244584783s, inspect: 3.758844552s, vrp: 2.531686608s, printf: 1.753313327s 
08:51:34 [2020-09-01T08:51:34.976Z] INFO [runner] Issues before processing: 2304, after processing: 0 
08:51:34 [2020-09-01T08:51:34.976Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1695/1695, exclude: 1590/1590, skip_dirs: 1695/1695, autogenerated_exclude: 1590/1695, identifier_marker: 1590/1590, exclude-rules: 64/1590, cgo: 1695/2304, skip_files: 1695/1695, filename_unadjuster: 1695/1695, nolint: 0/64 
08:51:34 [2020-09-01T08:51:34.976Z] INFO [runner] processing took 106.254777ms with stages: nolint: 43.051062ms, identifier_marker: 34.600112ms, path_prettifier: 12.173896ms, exclude-rules: 6.221639ms, autogenerated_exclude: 6.119097ms, skip_dirs: 3.192699ms, cgo: 516.376µs, filename_unadjuster: 373.263µs, max_same_issues: 2.026µs, uniq_by_line: 989ns, exclude: 816ns, diff: 664ns, source_code: 560ns, skip_files: 539ns, max_from_linter: 385ns, path_shortener: 361ns, max_per_file_from_linter: 293ns 
08:51:34 [2020-09-01T08:51:34.976Z] INFO [runner] linters took 1m39.501101457s with stages: goanalysis_metalinter: 1m19.403774687s, unused: 19.990908021s 
08:51:34 [2020-09-01T08:51:34.976Z] INFO File cache stats: 1444 entries of total size 6.8MiB 
08:51:34 [2020-09-01T08:51:34.976Z] INFO Memory: 1483 samples, avg is 705.2MB, max is 3504.8MB 
08:51:34 [2020-09-01T08:51:34.976Z] INFO Execution took 3m37.164207746s               
08:51:34 [2020-09-01T08:51:34.976Z] Congratulations! The shell scripts are properly formatted.