Skip to content

Console Output

13:29:09 [2022-08-08T13:29:09.496Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43911/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43911/.git:/go/src/github.com/docker/docker/.git --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2ce81c2d7b99b5da3954720f857a30757e6ec1fd -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:2ce81c2d7b99b5da3954720f857a30757e6ec1fd hack/validate/default
13:29:10 [2022-08-08T13:29:10.062Z] Congratulations!  All commits are properly signed with the DCO!
13:29:11 [2022-08-08T13:29:11.015Z] Congratulations!  Seccomp profile generation is done correctly.
13:29:11 [2022-08-08T13:29:11.015Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:29:19 [2022-08-08T13:29:19.128Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
13:29:20 [2022-08-08T13:29:20.064Z] Congratulations!  All API changes are done the right way.
13:29:20 [2022-08-08T13:29:20.064Z] Congratulations!  All TOML source files changed here have valid syntax.
13:29:20 [2022-08-08T13:29:20.064Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:29:20 [2022-08-08T13:29:20.064Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:29:20 [2022-08-08T13:29:20.064Z] Congratulations!  No new tests were added to integration-cli.
13:29:20 [2022-08-08T13:29:20.064Z] 
13:29:20 [2022-08-08T13:29:20.064Z] INFO Start validation with golang-ci-lint
13:29:20 [2022-08-08T13:29:20.322Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:29:20 [2022-08-08T13:29:20.322Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:29:20 [2022-08-08T13:29:20.322Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:31:41 [2022-08-08T13:31:41.800Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|name|types_sizes|compiled_files|files|imports) took 2m12.358710634s 
13:31:41 [2022-08-08T13:31:41.800Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 405.026405ms 
13:31:54 [2022-08-08T13:31:54.010Z] INFO [runner/unused/goanalysis] analyzers took 23.250814575s with top 10 stages: buildssa: 20.339545148s, U1000: 2.911269427s 
13:33:15 [2022-08-08T13:33:15.479Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 2m49.028275658s with top 10 stages: buildssa: 1m31.622758894s, goimports: 18.7642314s, unconvert: 10.439728718s, gosec: 8.012419137s, golint: 4.803437383s, inspect: 4.328229085s, misspell: 4.293755997s, ineffassign: 3.219389605s, vrp: 2.213395951s, printf: 1.719009649s 
13:33:15 [2022-08-08T13:33:15.479Z] INFO [runner] Issues before processing: 2258, after processing: 0 
13:33:15 [2022-08-08T13:33:15.479Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 1682/1682, identifier_marker: 1577/1577, cgo: 1682/2258, path_prettifier: 1682/1682, skip_files: 1682/1682, autogenerated_exclude: 1577/1682, nolint: 0/64, filename_unadjuster: 1682/1682, exclude: 1577/1577, exclude-rules: 64/1577 
13:33:15 [2022-08-08T13:33:15.479Z] INFO [runner] processing took 59.464906ms with stages: identifier_marker: 23.218745ms, nolint: 20.445152ms, path_prettifier: 7.607406ms, autogenerated_exclude: 3.694589ms, exclude-rules: 2.681169ms, skip_dirs: 1.469001ms, cgo: 272.334µs, filename_unadjuster: 72.303µs, max_same_issues: 1.627µs, uniq_by_line: 496ns, exclude: 351ns, max_from_linter: 348ns, skip_files: 300ns, max_per_file_from_linter: 286ns, diff: 277ns, source_code: 263ns, path_shortener: 259ns 
13:33:15 [2022-08-08T13:33:15.479Z] INFO [runner] linters took 1m37.433953337s with stages: goanalysis_metalinter: 1m18.234598079s, unused: 19.139769055s 
13:33:15 [2022-08-08T13:33:15.479Z] INFO File cache stats: 1456 entries of total size 6.9MiB 
13:33:15 [2022-08-08T13:33:15.479Z] INFO Memory: 2304 samples, avg is 1259.0MB, max is 3286.2MB 
13:33:15 [2022-08-08T13:33:15.479Z] INFO Execution took 3m50.205614682s               
13:33:15 [2022-08-08T13:33:15.479Z] Congratulations! The shell scripts are properly formatted.