Skip to content

Console Output

22:12:50 [2021-11-17T22:12:50.055Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43024/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43024/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=781229ebb92184d01e91497b8a94e88934f8afc3 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:781229ebb92184d01e91497b8a94e88934f8afc3 hack/validate/default
22:12:51 [2021-11-17T22:12:51.209Z] Congratulations!  All commits are properly signed with the DCO!
22:12:52 [2021-11-17T22:12:52.152Z] Congratulations!  Seccomp profile generation is done correctly.
22:12:52 [2021-11-17T22:12:52.152Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
22:13:00 [2021-11-17T22:13:00.290Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
22:13:02 [2021-11-17T22:13:02.205Z] Congratulations!  All API changes are done the right way.
22:13:02 [2021-11-17T22:13:02.205Z] Congratulations!  All TOML source files changed here have valid syntax.
22:13:02 [2021-11-17T22:13:02.205Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
22:13:02 [2021-11-17T22:13:02.205Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
22:13:02 [2021-11-17T22:13:02.205Z] Congratulations!  No new tests were added to integration-cli.
22:13:02 [2021-11-17T22:13:02.205Z] 
22:13:02 [2021-11-17T22:13:02.205Z] INFO Start validation with golang-ci-lint
22:13:02 [2021-11-17T22:13:02.205Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
22:13:02 [2021-11-17T22:13:02.205Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:13:02 [2021-11-17T22:13:02.205Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:15:23 [2021-11-17T22:15:23.742Z] INFO [loader] Go packages loading at mode 575 (name|compiled_files|exports_file|imports|types_sizes|deps|files) took 2m6.922665858s 
22:15:23 [2021-11-17T22:15:23.742Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 413.684492ms 
22:16:31 [2021-11-17T22:16:31.479Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m11.87867738s with top 10 stages: buildssa: 1m34.808462912s, goimports: 20.380637826s, unconvert: 11.51714252s, gosec: 10.207458563s, golint: 5.948307944s, misspell: 4.379372845s, inspect: 4.350266992s, ineffassign: 3.931694064s, vrp: 3.007319637s, ctrlflow: 2.302859752s 
22:16:43 [2021-11-17T22:16:43.712Z] INFO [runner/unused/goanalysis] analyzers took 24.796761077s with top 10 stages: buildssa: 21.331499781s, U1000: 3.465261296s 
22:16:43 [2021-11-17T22:16:43.712Z] INFO [runner] Issues before processing: 2258, after processing: 0 
22:16:43 [2021-11-17T22:16:43.712Z] INFO [runner] Processors filtering stat (out/in): cgo: 1682/2258, path_prettifier: 1682/1682, skip_files: 1682/1682, autogenerated_exclude: 1577/1682, nolint: 0/64, identifier_marker: 1577/1577, exclude-rules: 64/1577, filename_unadjuster: 1682/1682, skip_dirs: 1682/1682, exclude: 1577/1577 
22:16:43 [2021-11-17T22:16:43.712Z] INFO [runner] processing took 143.601376ms with stages: nolint: 60.688142ms, identifier_marker: 53.733406ms, path_prettifier: 11.79835ms, autogenerated_exclude: 7.079615ms, exclude-rules: 5.622102ms, skip_dirs: 3.176375ms, cgo: 799.989µs, filename_unadjuster: 697.871µs, max_same_issues: 1.637µs, path_shortener: 678ns, uniq_by_line: 633ns, max_from_linter: 516ns, diff: 480ns, exclude: 471ns, source_code: 439ns, skip_files: 382ns, max_per_file_from_linter: 290ns 
22:16:43 [2021-11-17T22:16:43.712Z] INFO [runner] linters took 1m33.530043005s with stages: goanalysis_metalinter: 1m15.677847633s, unused: 17.707164s 
22:16:43 [2021-11-17T22:16:43.712Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
22:16:43 [2021-11-17T22:16:43.712Z] INFO Memory: 2210 samples, avg is 415.4MB, max is 3364.4MB 
22:16:43 [2021-11-17T22:16:43.712Z] INFO Execution took 3m40.875803216s               
22:16:43 [2021-11-17T22:16:43.712Z] Congratulations! The shell scripts are properly formatted.