Skip to content

Console Output

06:27:10 [2021-06-30T06:27:10.879Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42569/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42569/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d4d1c88bf06a78a8324a637a3fbee3d259d947b8 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d4d1c88bf06a78a8324a637a3fbee3d259d947b8 hack/validate/default
06:27:11 [2021-06-30T06:27:11.807Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
06:27:11 [2021-06-30T06:27:11.807Z] No api/types/ or api/swagger.yaml changes in diff.
06:27:11 [2021-06-30T06:27:11.807Z] Congratulations!  All TOML source files changed here have valid syntax.
06:27:11 [2021-06-30T06:27:11.807Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
06:27:11 [2021-06-30T06:27:11.807Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
06:27:11 [2021-06-30T06:27:11.807Z] Congratulations!  No new tests were added to integration-cli.
06:27:11 [2021-06-30T06:27:11.807Z] 
06:27:11 [2021-06-30T06:27:11.807Z] INFO Start validation with golang-ci-lint
06:27:11 [2021-06-30T06:27:11.807Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
06:27:11 [2021-06-30T06:27:11.807Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
06:27:11 [2021-06-30T06:27:11.807Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
06:29:33 [2021-06-30T06:29:33.222Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|types_sizes|files|imports|name) took 2m11.57890448s 
06:29:33 [2021-06-30T06:29:33.222Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 531.967486ms 
06:30:54 [2021-06-30T06:30:54.598Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m30.984383994s with top 10 stages: buildssa: 1m40.683302737s, goimports: 23.034468192s, unconvert: 13.714519495s, gosec: 11.61144539s, golint: 7.206714796s, misspell: 4.902243599s, ineffassign: 4.577671889s, inspect: 4.204763213s, vrp: 3.749322281s, printf: 2.512012976s 
06:31:09 [2021-06-30T06:31:09.504Z] INFO [runner/unused/goanalysis] analyzers took 33.499895266s with top 10 stages: buildssa: 29.069850318s, U1000: 4.430044948s 
06:31:09 [2021-06-30T06:31:09.504Z] INFO [runner] Issues before processing: 2865, after processing: 0 
06:31:09 [2021-06-30T06:31:09.504Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 1901/2290, exclude-rules: 78/1901, nolint: 0/78, exclude: 1901/1901, cgo: 2290/2865, filename_unadjuster: 2290/2290, path_prettifier: 2290/2290, skip_files: 2290/2290, skip_dirs: 2290/2290, identifier_marker: 1901/1901 
06:31:09 [2021-06-30T06:31:09.504Z] INFO [runner] processing took 69.336513ms with stages: nolint: 27.513678ms, identifier_marker: 18.909377ms, path_prettifier: 11.020235ms, autogenerated_exclude: 5.238468ms, exclude-rules: 3.671675ms, skip_dirs: 1.913541ms, cgo: 948.137µs, filename_unadjuster: 117.351µs, max_same_issues: 1.345µs, uniq_by_line: 547ns, diff: 397ns, skip_files: 368ns, max_from_linter: 330ns, source_code: 313ns, exclude: 302ns, path_shortener: 265ns, max_per_file_from_linter: 184ns 
06:31:09 [2021-06-30T06:31:09.504Z] INFO [runner] linters took 1m44.148036105s with stages: goanalysis_metalinter: 1m20.102911569s, unused: 23.975587611s 
06:31:09 [2021-06-30T06:31:09.504Z] INFO File cache stats: 1687 entries of total size 8.5MiB 
06:31:09 [2021-06-30T06:31:09.504Z] INFO Memory: 2364 samples, avg is 498.1MB, max is 4170.0MB 
06:31:09 [2021-06-30T06:31:09.504Z] INFO Execution took 3m56.269638254s               
06:31:09 [2021-06-30T06:31:09.504Z] Congratulations! The shell scripts are properly formatted.