Skip to content

Console Output

10:00:25 [2021-04-02T10:00:25.145Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42182/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42182/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7937f27c9d15e4e3f01a915d6d7a71e87fd15da8 hack/validate/default
10:00:26 [2021-04-02T10:00:26.072Z] Congratulations!  All commits are properly signed with the DCO!
10:00:26 [2021-04-02T10:00:26.072Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
10:00:26 [2021-04-02T10:00:26.072Z] No api/types/ or api/swagger.yaml changes in diff.
10:00:26 [2021-04-02T10:00:26.072Z] Congratulations!  All TOML source files changed here have valid syntax.
10:00:26 [2021-04-02T10:00:26.072Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
10:00:26 [2021-04-02T10:00:26.072Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
10:00:26 [2021-04-02T10:00:26.072Z] Congratulations!  No new tests were added to integration-cli.
10:00:26 [2021-04-02T10:00:26.072Z] 
10:00:26 [2021-04-02T10:00:26.072Z] INFO Start validation with golang-ci-lint
10:00:26 [2021-04-02T10:00:26.072Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
10:00:26 [2021-04-02T10:00:26.072Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:00:26 [2021-04-02T10:00:26.072Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:02:32 [2021-04-02T10:02:32.469Z] INFO [loader] Go packages loading at mode 575 (types_sizes|deps|imports|name|compiled_files|exports_file|files) took 2m0.440355912s 
10:02:32 [2021-04-02T10:02:32.469Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 644.669045ms 
10:03:53 [2021-04-02T10:03:53.910Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m12.735077643s with top 10 stages: buildssa: 1m39.259254302s, goimports: 23.394395428s, unconvert: 12.520039031s, gosec: 10.641897369s, golint: 5.790256723s, inspect: 3.820874662s, misspell: 3.691728488s, ineffassign: 3.558937922s, vrp: 3.021547016s, fact_purity: 1.874421856s 
10:04:06 [2021-04-02T10:04:06.080Z] INFO [runner/unused/goanalysis] analyzers took 28.534188972s with top 10 stages: buildssa: 24.348747945s, U1000: 4.185441027s 
10:04:06 [2021-04-02T10:04:06.080Z] INFO [runner] Issues before processing: 2263, after processing: 0 
10:04:06 [2021-04-02T10:04:06.080Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 1578/1578, exclude-rules: 64/1578, nolint: 0/64, skip_files: 1683/1683, exclude: 1578/1578, cgo: 1683/2263, path_prettifier: 1683/1683, skip_dirs: 1683/1683, filename_unadjuster: 1683/1683, autogenerated_exclude: 1578/1683 
10:04:06 [2021-04-02T10:04:06.080Z] INFO [runner] processing took 126.797206ms with stages: nolint: 54.168488ms, identifier_marker: 38.695366ms, path_prettifier: 14.587068ms, autogenerated_exclude: 7.519829ms, exclude-rules: 6.45566ms, skip_dirs: 3.699582ms, cgo: 907.285µs, filename_unadjuster: 758.894µs, max_same_issues: 1.471µs, max_from_linter: 556ns, diff: 499ns, uniq_by_line: 497ns, skip_files: 467ns, source_code: 466ns, path_shortener: 407ns, exclude: 385ns, max_per_file_from_linter: 286ns 
10:04:06 [2021-04-02T10:04:06.080Z] INFO [runner] linters took 1m38.827338168s with stages: goanalysis_metalinter: 1m18.851391824s, unused: 19.84876714s 
10:04:06 [2021-04-02T10:04:06.080Z] INFO File cache stats: 1454 entries of total size 6.8MiB 
10:04:07 [2021-04-02T10:04:07.008Z] INFO Memory: 1640 samples, avg is 247.2MB, max is 3495.8MB 
10:04:07 [2021-04-02T10:04:07.008Z] INFO Execution took 3m40.804892257s               
10:04:07 [2021-04-02T10:04:07.008Z] Congratulations! The shell scripts are properly formatted.