Skip to content

Console Output

13:09:01 [2021-06-28T13:09:01.361Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42571/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42571/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=345a180a55253e77f40dd000c0a06b64f56fe5df -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:345a180a55253e77f40dd000c0a06b64f56fe5df hack/validate/default
13:09:02 [2021-06-28T13:09:02.305Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:09:02 [2021-06-28T13:09:02.305Z] No api/types/ or api/swagger.yaml changes in diff.
13:09:02 [2021-06-28T13:09:02.305Z] Congratulations!  All TOML source files changed here have valid syntax.
13:09:02 [2021-06-28T13:09:02.305Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:09:02 [2021-06-28T13:09:02.305Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:09:02 [2021-06-28T13:09:02.305Z] Congratulations!  No new tests were added to integration-cli.
13:09:02 [2021-06-28T13:09:02.305Z] 
13:09:02 [2021-06-28T13:09:02.305Z] INFO Start validation with golang-ci-lint
13:09:02 [2021-06-28T13:09:02.572Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:09:02 [2021-06-28T13:09:02.572Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:09:02 [2021-06-28T13:09:02.572Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:11:23 [2021-06-28T13:11:23.981Z] INFO [loader] Go packages loading at mode 575 (imports|name|types_sizes|deps|exports_file|compiled_files|files) took 2m10.833163431s 
13:11:23 [2021-06-28T13:11:23.981Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 514.526175ms 
13:12:45 [2021-06-28T13:12:45.364Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m24.425532524s with top 10 stages: buildssa: 1m40.764150534s, goimports: 22.881965969s, unconvert: 15.065634102s, gosec: 11.422957664s, golint: 7.721526639s, misspell: 4.954807448s, ineffassign: 4.782357665s, vrp: 3.739054414s, inspect: 3.583971458s, printf: 2.071899317s 
13:12:57 [2021-06-28T13:12:57.534Z] INFO [runner/unused/goanalysis] analyzers took 32.389094883s with top 10 stages: buildssa: 27.872975893s, U1000: 4.51611899s 
13:12:57 [2021-06-28T13:12:57.534Z] INFO [runner] Issues before processing: 2865, after processing: 0 
13:12:57 [2021-06-28T13:12:57.534Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2290/2290, nolint: 0/78, exclude-rules: 78/1901, cgo: 2290/2865, path_prettifier: 2290/2290, skip_files: 2290/2290, filename_unadjuster: 2290/2290, identifier_marker: 1901/1901, autogenerated_exclude: 1901/2290, exclude: 1901/1901 
13:12:57 [2021-06-28T13:12:57.534Z] INFO [runner] processing took 148.46897ms with stages: nolint: 72.566281ms, identifier_marker: 40.172549ms, path_prettifier: 15.214806ms, autogenerated_exclude: 8.372037ms, exclude-rules: 6.693653ms, skip_dirs: 2.722069ms, cgo: 1.779173ms, filename_unadjuster: 943.134µs, max_same_issues: 1.401µs, uniq_by_line: 872ns, max_per_file_from_linter: 634ns, diff: 513ns, max_from_linter: 445ns, skip_files: 403ns, exclude: 357ns, path_shortener: 332ns, source_code: 311ns 
13:12:57 [2021-06-28T13:12:57.534Z] INFO [runner] linters took 1m42.659013154s with stages: goanalysis_metalinter: 1m20.027510581s, unused: 22.482144411s 
13:12:57 [2021-06-28T13:12:57.534Z] INFO File cache stats: 1687 entries of total size 8.5MiB 
13:12:57 [2021-06-28T13:12:57.534Z] INFO Memory: 2339 samples, avg is 469.9MB, max is 4234.9MB 
13:12:57 [2021-06-28T13:12:57.534Z] INFO Execution took 3m54.019198053s               
13:12:57 [2021-06-28T13:12:57.534Z] Congratulations! The shell scripts are properly formatted.