Skip to content

Console Output

07:36:35 [2021-12-26T07:36:35.290Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42978/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42978/.git:/go/src/github.com/docker/docker/.git --name docker-pr15 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1012ce15f6d8ffcfde5645f9e8478702a4005c63 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1012ce15f6d8ffcfde5645f9e8478702a4005c63 hack/validate/default
07:36:36 [2021-12-26T07:36:36.234Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
07:36:36 [2021-12-26T07:36:36.234Z] No api/types/ or api/swagger.yaml changes in diff.
07:36:36 [2021-12-26T07:36:36.234Z] Congratulations!  All TOML source files changed here have valid syntax.
07:36:36 [2021-12-26T07:36:36.234Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
07:36:36 [2021-12-26T07:36:36.234Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
07:36:36 [2021-12-26T07:36:36.234Z] Congratulations!  No new tests were added to integration-cli.
07:36:36 [2021-12-26T07:36:36.234Z] 
07:36:36 [2021-12-26T07:36:36.234Z] INFO Start validation with golang-ci-lint
07:36:36 [2021-12-26T07:36:36.495Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
07:36:36 [2021-12-26T07:36:36.759Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
07:36:36 [2021-12-26T07:36:36.760Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
07:39:13 [2021-12-26T07:39:13.301Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|files|imports|types_sizes|compiled_files|name) took 2m22.890159688s 
07:39:13 [2021-12-26T07:39:13.301Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 499.248136ms 
07:40:21 [2021-12-26T07:40:21.044Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m3.552610473s with top 10 stages: buildssa: 1m30.662427107s, goimports: 20.714323761s, unconvert: 14.417902544s, gosec: 9.629402302s, golint: 5.760195228s, misspell: 4.75390877s, ineffassign: 4.272650159s, inspect: 4.099450389s, vrp: 2.458656737s, ctrlflow: 1.976477593s 
07:40:39 [2021-12-26T07:40:39.167Z] INFO [runner/unused/goanalysis] analyzers took 29.175156806s with top 10 stages: buildssa: 25.249913434s, U1000: 3.925243372s 
07:40:39 [2021-12-26T07:40:39.167Z] INFO [runner] Issues before processing: 2759, after processing: 0 
07:40:39 [2021-12-26T07:40:39.167Z] INFO [runner] Processors filtering stat (out/in): cgo: 2178/2759, skip_files: 2178/2178, identifier_marker: 1790/1790, exclude-rules: 78/1790, path_prettifier: 2178/2178, autogenerated_exclude: 1790/2178, filename_unadjuster: 2178/2178, skip_dirs: 2178/2178, exclude: 1790/1790, nolint: 0/78 
07:40:39 [2021-12-26T07:40:39.167Z] INFO [runner] processing took 108.206805ms with stages: nolint: 44.42297ms, identifier_marker: 33.309933ms, path_prettifier: 15.379372ms, autogenerated_exclude: 6.078551ms, exclude-rules: 4.90605ms, skip_dirs: 3.000929ms, filename_unadjuster: 830.725µs, cgo: 271.043µs, max_same_issues: 2.348µs, skip_files: 791ns, max_from_linter: 780ns, exclude: 715ns, uniq_by_line: 692ns, diff: 621ns, path_shortener: 510ns, source_code: 484ns, max_per_file_from_linter: 291ns 
07:40:39 [2021-12-26T07:40:39.167Z] INFO [runner] linters took 1m39.027283396s with stages: goanalysis_metalinter: 1m17.20617745s, unused: 21.7024595s 
07:40:39 [2021-12-26T07:40:39.167Z] INFO File cache stats: 1689 entries of total size 8.5MiB 
07:40:39 [2021-12-26T07:40:39.167Z] INFO Memory: 2425 samples, avg is 419.9MB, max is 3954.8MB 
07:40:39 [2021-12-26T07:40:39.167Z] INFO Execution took 4m2.4317507s                  
07:40:39 [2021-12-26T07:40:39.740Z] Congratulations! The shell scripts are properly formatted.