Skip to content

Console Output

09:39:21 [2021-02-18T09:39:21.560Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41976/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41976/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1cc1f634b2e103d170d0890c2aa93c4119182b85 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:1cc1f634b2e103d170d0890c2aa93c4119182b85 hack/validate/default
09:39:22 [2021-02-18T09:39:22.487Z] Congratulations!  All commits are properly signed with the DCO!
09:39:23 [2021-02-18T09:39:23.048Z] Congratulations!  Seccomp profile generation is done correctly.
09:39:23 [2021-02-18T09:39:23.048Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
09:39:32 [2021-02-18T09:39:32.998Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
09:39:32 [2021-02-18T09:39:32.998Z] Congratulations!  All API changes are done the right way.
09:39:32 [2021-02-18T09:39:32.998Z] Congratulations!  All TOML source files changed here have valid syntax.
09:39:32 [2021-02-18T09:39:32.998Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:39:32 [2021-02-18T09:39:32.998Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
09:39:32 [2021-02-18T09:39:32.998Z] Congratulations!  No new tests were added to integration-cli.
09:39:32 [2021-02-18T09:39:32.998Z] 
09:39:32 [2021-02-18T09:39:32.998Z] INFO Start validation with golang-ci-lint
09:39:33 [2021-02-18T09:39:33.254Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:39:33 [2021-02-18T09:39:33.254Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:39:33 [2021-02-18T09:39:33.254Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:41:39 [2021-02-18T09:41:39.645Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|types_sizes|compiled_files|deps|imports|name) took 1m59.707995851s 
09:41:39 [2021-02-18T09:41:39.645Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 453.24558ms 
09:43:01 [2021-02-18T09:43:01.018Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m6.939359612s with top 10 stages: buildssa: 1m39.396828203s, goimports: 21.989951264s, unconvert: 11.917998611s, gosec: 10.017778557s, golint: 6.041637537s, ineffassign: 4.038002647s, inspect: 3.843436811s, misspell: 3.772647793s, vrp: 3.303161407s, ctrlflow: 1.781766799s 
09:43:13 [2021-02-18T09:43:13.233Z] INFO [runner/unused/goanalysis] analyzers took 28.221169859s with top 10 stages: buildssa: 24.066478499s, U1000: 4.15469136s 
09:43:13 [2021-02-18T09:43:13.233Z] INFO [runner] Issues before processing: 2262, after processing: 0 
09:43:13 [2021-02-18T09:43:13.233Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 1682/1682, autogenerated_exclude: 1577/1682, identifier_marker: 1577/1577, filename_unadjuster: 1682/1682, exclude: 1577/1577, nolint: 0/64, exclude-rules: 64/1577, cgo: 1682/2262, path_prettifier: 1682/1682, skip_files: 1682/1682 
09:43:13 [2021-02-18T09:43:13.233Z] INFO [runner] processing took 139.811238ms with stages: nolint: 57.781321ms, identifier_marker: 48.774928ms, path_prettifier: 13.736871ms, autogenerated_exclude: 7.444936ms, exclude-rules: 6.496334ms, skip_dirs: 3.638301ms, cgo: 1.145567ms, filename_unadjuster: 787.475µs, max_same_issues: 1.532µs, uniq_by_line: 809ns, max_from_linter: 531ns, diff: 529ns, path_shortener: 487ns, source_code: 487ns, exclude: 409ns, skip_files: 399ns, max_per_file_from_linter: 322ns 
09:43:13 [2021-02-18T09:43:13.233Z] INFO [runner] linters took 1m38.269039066s with stages: goanalysis_metalinter: 1m18.896192098s, unused: 19.232356012s 
09:43:13 [2021-02-18T09:43:13.233Z] INFO File cache stats: 1448 entries of total size 6.8MiB 
09:43:13 [2021-02-18T09:43:13.233Z] INFO Memory: 1631 samples, avg is 243.2MB, max is 3429.3MB 
09:43:13 [2021-02-18T09:43:13.233Z] INFO Execution took 3m39.382773638s               
09:43:13 [2021-02-18T09:43:13.233Z] Congratulations! The shell scripts are properly formatted.