Skip to content

Console Output

16:21:09 [2021-03-24T16:21:09.825Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42193/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42193/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5c848fc89d83e605a643968533da5e81cd644731 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5c848fc89d83e605a643968533da5e81cd644731 hack/validate/default
16:21:10 [2021-03-24T16:21:10.763Z] Congratulations!  All commits are properly signed with the DCO!
16:21:10 [2021-03-24T16:21:10.763Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
16:21:10 [2021-03-24T16:21:10.763Z] No api/types/ or api/swagger.yaml changes in diff.
16:21:10 [2021-03-24T16:21:10.763Z] Congratulations!  All TOML source files changed here have valid syntax.
16:21:10 [2021-03-24T16:21:10.763Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
16:21:10 [2021-03-24T16:21:10.763Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
16:21:10 [2021-03-24T16:21:10.763Z] Congratulations!  No new tests were added to integration-cli.
16:21:10 [2021-03-24T16:21:10.763Z] 
16:21:10 [2021-03-24T16:21:10.763Z] INFO Start validation with golang-ci-lint
16:21:10 [2021-03-24T16:21:10.763Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
16:21:10 [2021-03-24T16:21:10.763Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:21:10 [2021-03-24T16:21:10.763Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:23:17 [2021-03-24T16:23:17.269Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|imports|name|compiled_files|deps|types_sizes) took 2m0.201873244s 
16:23:17 [2021-03-24T16:23:17.269Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 636.26791ms 
16:23:32 [2021-03-24T16:23:32.176Z] INFO [runner/unused/goanalysis] analyzers took 28.327025795s with top 10 stages: buildssa: 24.012407796s, U1000: 4.314617999s 
16:25:08 [2021-03-24T16:25:08.647Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m15.72656s with top 10 stages: buildssa: 1m43.292521763s, goimports: 22.883113681s, unconvert: 13.764843336s, gosec: 10.582413982s, golint: 6.298651075s, misspell: 4.48851109s, ineffassign: 3.876983611s, inspect: 3.386209406s, vrp: 3.200572666s, printf: 1.845083159s 
16:25:08 [2021-03-24T16:25:08.647Z] INFO [runner] Issues before processing: 2267, after processing: 0 
16:25:08 [2021-03-24T16:25:08.647Z] INFO [runner] Processors filtering stat (out/in): cgo: 1687/2267, filename_unadjuster: 1687/1687, path_prettifier: 1687/1687, skip_files: 1687/1687, nolint: 0/64, skip_dirs: 1687/1687, autogenerated_exclude: 1582/1687, identifier_marker: 1582/1582, exclude: 1582/1582, exclude-rules: 64/1582 
16:25:08 [2021-03-24T16:25:08.647Z] INFO [runner] processing took 118.698411ms with stages: nolint: 51.292933ms, identifier_marker: 36.828407ms, path_prettifier: 13.306194ms, autogenerated_exclude: 6.097775ms, exclude-rules: 6.012842ms, skip_dirs: 4.206971ms, cgo: 557.75µs, filename_unadjuster: 385.71µs, diff: 4.898µs, max_same_issues: 1.568µs, uniq_by_line: 926ns, exclude: 518ns, max_from_linter: 477ns, source_code: 425ns, path_shortener: 385ns, skip_files: 338ns, max_per_file_from_linter: 294ns 
16:25:08 [2021-03-24T16:25:08.647Z] INFO [runner] linters took 1m43.260734313s with stages: goanalysis_metalinter: 1m22.865835855s, unused: 20.275964199s 
16:25:08 [2021-03-24T16:25:08.647Z] INFO File cache stats: 1454 entries of total size 6.8MiB 
16:25:08 [2021-03-24T16:25:08.647Z] INFO Memory: 1520 samples, avg is 953.3MB, max is 4979.4MB 
16:25:08 [2021-03-24T16:25:08.647Z] INFO Execution took 3m44.139393922s               
16:25:08 [2021-03-24T16:25:08.647Z] Congratulations! The shell scripts are properly formatted.