Skip to content

Console Output

23:38:23 [2020-10-07T23:38:23.224Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41533/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41533/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f6f294bd830f3dfa08ed04b51398d4b822c8fbf2 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f6f294bd830f3dfa08ed04b51398d4b822c8fbf2 hack/validate/default
23:38:24 [2020-10-07T23:38:24.151Z] Congratulations!  All commits are properly signed with the DCO!
23:38:24 [2020-10-07T23:38:24.151Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
23:38:24 [2020-10-07T23:38:24.151Z] No api/types/ or api/swagger.yaml changes in diff.
23:38:24 [2020-10-07T23:38:24.151Z] Congratulations!  All TOML source files changed here have valid syntax.
23:38:24 [2020-10-07T23:38:24.151Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
23:38:24 [2020-10-07T23:38:24.151Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
23:38:24 [2020-10-07T23:38:24.151Z] Congratulations!  No new tests were added to integration-cli.
23:38:24 [2020-10-07T23:38:24.151Z] 
23:38:24 [2020-10-07T23:38:24.151Z] INFO Start validation with golang-ci-lint
23:38:24 [2020-10-07T23:38:24.151Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
23:38:24 [2020-10-07T23:38:24.151Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:38:24 [2020-10-07T23:38:24.151Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:40:30 [2020-10-07T23:40:30.569Z] INFO [loader] Go packages loading at mode 575 (types_sizes|deps|name|compiled_files|exports_file|files|imports) took 1m55.864345672s 
23:40:30 [2020-10-07T23:40:30.569Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 471.278758ms 
23:41:38 [2020-10-07T23:41:38.278Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m7.840618843s with top 10 stages: buildssa: 1m35.776814024s, goimports: 21.593445775s, unconvert: 13.35723002s, gosec: 9.852056204s, golint: 5.669695251s, ineffassign: 4.19709839s, misspell: 4.152884708s, inspect: 3.510031799s, vrp: 2.440530609s, ctrlflow: 1.994928628s 
23:41:56 [2020-10-07T23:41:56.335Z] INFO [runner/unused/goanalysis] analyzers took 26.011458636s with top 10 stages: buildssa: 21.9447955s, U1000: 4.066663136s 
23:41:56 [2020-10-07T23:41:56.335Z] INFO [runner] Issues before processing: 2274, after processing: 0 
23:41:56 [2020-10-07T23:41:56.335Z] INFO [runner] Processors filtering stat (out/in): cgo: 1694/2274, filename_unadjuster: 1694/1694, skip_files: 1694/1694, autogenerated_exclude: 1589/1694, exclude: 1589/1589, nolint: 0/64, path_prettifier: 1694/1694, skip_dirs: 1694/1694, identifier_marker: 1589/1589, exclude-rules: 64/1589 
23:41:56 [2020-10-07T23:41:56.335Z] INFO [runner] processing took 130.999126ms with stages: nolint: 57.79803ms, identifier_marker: 39.064379ms, path_prettifier: 13.836531ms, exclude-rules: 7.45804ms, autogenerated_exclude: 7.237062ms, skip_dirs: 3.783541ms, filename_unadjuster: 911.513µs, cgo: 903.999µs, max_same_issues: 1.976µs, path_shortener: 682ns, diff: 621ns, skip_files: 596ns, uniq_by_line: 502ns, source_code: 463ns, max_from_linter: 461ns, exclude: 412ns, max_per_file_from_linter: 318ns 
23:41:56 [2020-10-07T23:41:56.335Z] INFO [runner] linters took 1m35.51358987s with stages: goanalysis_metalinter: 1m16.729492346s, unused: 18.652562977s 
23:41:56 [2020-10-07T23:41:56.335Z] INFO File cache stats: 1445 entries of total size 6.8MiB 
23:41:56 [2020-10-07T23:41:56.335Z] INFO Memory: 1595 samples, avg is 247.2MB, max is 3230.5MB 
23:41:56 [2020-10-07T23:41:56.335Z] INFO Execution took 3m32.015603215s               
23:41:56 [2020-10-07T23:41:56.335Z] Congratulations! The shell scripts are properly formatted.