Skip to content

Console Output

17:16:12 [2021-11-11T17:16:12.096Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42626/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42626/.git:/go/src/github.com/docker/docker/.git --name docker-pr17 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3ee460f1e1771e7fe03f41c6c8fc3b05e16733a4 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3ee460f1e1771e7fe03f41c6c8fc3b05e16733a4 hack/validate/default
17:16:13 [2021-11-11T17:16:13.039Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:16:13 [2021-11-11T17:16:13.039Z] No api/types/ or api/swagger.yaml changes in diff.
17:16:13 [2021-11-11T17:16:13.039Z] Congratulations!  All TOML source files changed here have valid syntax.
17:16:13 [2021-11-11T17:16:13.039Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:16:13 [2021-11-11T17:16:13.039Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:16:13 [2021-11-11T17:16:13.039Z] Congratulations!  No new tests were added to integration-cli.
17:16:13 [2021-11-11T17:16:13.039Z] 
17:16:13 [2021-11-11T17:16:13.039Z] INFO Start validation with golang-ci-lint
17:16:13 [2021-11-11T17:16:13.299Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:16:13 [2021-11-11T17:16:13.299Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:16:13 [2021-11-11T17:16:13.299Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:18:49 [2021-11-11T17:18:49.832Z] INFO [loader] Go packages loading at mode 575 (deps|imports|types_sizes|compiled_files|exports_file|files|name) took 2m22.344341747s 
17:18:49 [2021-11-11T17:18:49.832Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 506.58262ms 
17:18:57 [2021-11-11T17:18:57.963Z] INFO [runner/unused/goanalysis] analyzers took 27.449232032s with top 10 stages: buildssa: 23.663718492s, U1000: 3.78551354s 
17:20:34 [2021-11-11T17:20:34.447Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m19.126204368s with top 10 stages: buildssa: 1m41.520739775s, goimports: 21.950446993s, unconvert: 13.928472304s, gosec: 10.070687569s, golint: 7.009686394s, ineffassign: 5.517179724s, misspell: 4.867988584s, inspect: 4.25187628s, vrp: 3.284177258s, printf: 2.557022827s 
17:20:34 [2021-11-11T17:20:34.447Z] INFO [runner] Issues before processing: 2759, after processing: 0 
17:20:34 [2021-11-11T17:20:34.447Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 78/1790, nolint: 0/78, skip_dirs: 2178/2178, autogenerated_exclude: 1790/2178, identifier_marker: 1790/1790, exclude: 1790/1790, cgo: 2178/2759, filename_unadjuster: 2178/2178, path_prettifier: 2178/2178, skip_files: 2178/2178 
17:20:34 [2021-11-11T17:20:34.447Z] INFO [runner] processing took 123.907363ms with stages: nolint: 46.30812ms, identifier_marker: 35.924409ms, path_prettifier: 18.51227ms, autogenerated_exclude: 13.494389ms, exclude-rules: 5.3311ms, skip_dirs: 3.242921ms, cgo: 605.635µs, filename_unadjuster: 483.502µs, max_same_issues: 1.549µs, uniq_by_line: 671ns, exclude: 474ns, max_from_linter: 470ns, source_code: 466ns, diff: 462ns, skip_files: 364ns, max_per_file_from_linter: 292ns, path_shortener: 269ns 
17:20:34 [2021-11-11T17:20:34.447Z] INFO [runner] linters took 1m44.101360485s with stages: goanalysis_metalinter: 1m22.670166261s, unused: 21.307067258s 
17:20:34 [2021-11-11T17:20:34.447Z] INFO File cache stats: 1688 entries of total size 8.5MiB 
17:20:34 [2021-11-11T17:20:34.447Z] INFO Memory: 2470 samples, avg is 1624.0MB, max is 4304.1MB 
17:20:34 [2021-11-11T17:20:34.447Z] INFO Execution took 4m6.966471898s                
17:20:34 [2021-11-11T17:20:34.447Z] Congratulations! The shell scripts are properly formatted.