Skip to content

Console Output

16:37:16 [2020-07-02T16:37:16.647Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41025/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41025/.git:/go/src/github.com/docker/docker/.git --name docker-pr24 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=91ca3e7a8dbc161b99ddf82c61812e7123865ed8 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:91ca3e7a8dbc161b99ddf82c61812e7123865ed8 hack/validate/default
16:37:17 [2020-07-02T16:37:17.590Z] Congratulations!  All commits are properly signed with the DCO!
16:37:17 [2020-07-02T16:37:17.590Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
16:37:17 [2020-07-02T16:37:17.590Z] No api/types/ or api/swagger.yaml changes in diff.
16:37:17 [2020-07-02T16:37:17.590Z] Congratulations!  All TOML source files changed here have valid syntax.
16:37:17 [2020-07-02T16:37:17.590Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
16:37:17 [2020-07-02T16:37:17.590Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
16:37:17 [2020-07-02T16:37:17.590Z] Congratulations!  No new tests were added to integration-cli.
16:37:17 [2020-07-02T16:37:17.590Z] 
16:37:17 [2020-07-02T16:37:17.590Z] INFO Start validation with golang-ci-lint
16:37:17 [2020-07-02T16:37:17.590Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
16:37:17 [2020-07-02T16:37:17.590Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:37:17 [2020-07-02T16:37:17.590Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:39:24 [2020-07-02T16:39:24.119Z] INFO [loader] Go packages loading at mode 575 (name|types_sizes|compiled_files|files|imports|deps|exports_file) took 1m58.000179129s 
16:39:24 [2020-07-02T16:39:24.119Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 667.806695ms 
16:39:36 [2020-07-02T16:39:36.343Z] INFO [runner/unused/goanalysis] analyzers took 27.205916688s with top 10 stages: buildssa: 23.25807513s, U1000: 3.947841558s 
16:40:57 [2020-07-02T16:40:57.829Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m9.253837167s with top 10 stages: buildssa: 1m39.403527023s, goimports: 22.968275485s, unconvert: 13.340830141s, gosec: 10.286324959s, golint: 6.55171108s, ineffassign: 4.857658237s, misspell: 4.640129454s, vrp: 3.357099311s, inspect: 2.935971388s, fact_purity: 1.614637853s 
16:40:57 [2020-07-02T16:40:57.829Z] INFO [runner] Issues before processing: 2302, after processing: 0 
16:40:57 [2020-07-02T16:40:57.829Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 64/1588, path_prettifier: 1693/1693, skip_files: 1693/1693, exclude: 1588/1588, nolint: 0/64, filename_unadjuster: 1693/1693, autogenerated_exclude: 1588/1693, identifier_marker: 1588/1588, cgo: 1693/2302, skip_dirs: 1693/1693 
16:40:57 [2020-07-02T16:40:57.829Z] INFO [runner] processing took 59.935573ms with stages: nolint: 25.577049ms, identifier_marker: 17.031425ms, path_prettifier: 7.986275ms, autogenerated_exclude: 3.841105ms, exclude-rules: 3.506116ms, skip_dirs: 1.693568ms, cgo: 201.861µs, filename_unadjuster: 94.018µs, max_same_issues: 1.35µs, uniq_by_line: 504ns, max_from_linter: 460ns, diff: 379ns, skip_files: 353ns, exclude: 348ns, source_code: 263ns, path_shortener: 262ns, max_per_file_from_linter: 237ns 
16:40:57 [2020-07-02T16:40:57.829Z] INFO [runner] linters took 1m39.533739762s with stages: goanalysis_metalinter: 1m19.58150867s, unused: 19.892120641s 
16:40:57 [2020-07-02T16:40:57.829Z] INFO File cache stats: 1443 entries of total size 6.8MiB 
16:40:57 [2020-07-02T16:40:57.829Z] INFO Memory: 1503 samples, avg is 721.2MB, max is 3570.0MB 
16:40:57 [2020-07-02T16:40:57.829Z] INFO Execution took 3m38.212482912s               
16:40:57 [2020-07-02T16:40:57.829Z] Congratulations! The shell scripts are properly formatted.