Skip to content

Console Output

10:12:19 [2022-04-04T10:12:19.853Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43456/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43456/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d8656583fe9c6ac5d9ac430feb06eb10952be147 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:d8656583fe9c6ac5d9ac430feb06eb10952be147 hack/validate/default
10:12:20 [2022-04-04T10:12:20.418Z] Congratulations!  All commits are properly signed with the DCO!
10:12:21 [2022-04-04T10:12:21.353Z] Congratulations!  Seccomp profile generation is done correctly.
10:12:21 [2022-04-04T10:12:21.353Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
10:12:29 [2022-04-04T10:12:29.472Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
10:12:31 [2022-04-04T10:12:31.373Z] Congratulations!  All API changes are done the right way.
10:12:31 [2022-04-04T10:12:31.373Z] Congratulations!  All TOML source files changed here have valid syntax.
10:12:31 [2022-04-04T10:12:31.373Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
10:12:31 [2022-04-04T10:12:31.373Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
10:12:31 [2022-04-04T10:12:31.373Z] Congratulations!  No new tests were added to integration-cli.
10:12:31 [2022-04-04T10:12:31.373Z] 
10:12:31 [2022-04-04T10:12:31.373Z] INFO Start validation with golang-ci-lint
10:12:31 [2022-04-04T10:12:31.373Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
10:12:31 [2022-04-04T10:12:31.373Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:12:31 [2022-04-04T10:12:31.373Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:14:37 [2022-04-04T10:14:37.920Z] INFO [loader] Go packages loading at mode 575 (compiled_files|files|types_sizes|deps|exports_file|imports|name) took 2m2.511415206s 
10:14:37 [2022-04-04T10:14:37.920Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 421.818953ms 
10:15:59 [2022-04-04T10:15:59.367Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 2m57.702820436s with top 10 stages: buildssa: 1m32.554976077s, goimports: 18.97535683s, unconvert: 10.373452458s, gosec: 8.480846717s, golint: 5.159759596s, inspect: 4.033848893s, ineffassign: 3.661973309s, misspell: 3.49247332s, vrp: 3.166149573s, ctrlflow: 1.955407404s 
10:16:05 [2022-04-04T10:16:05.932Z] INFO [runner/unused/goanalysis] analyzers took 23.809070965s with top 10 stages: buildssa: 20.409121061s, U1000: 3.399949904s 
10:16:05 [2022-04-04T10:16:05.932Z] INFO [runner] Issues before processing: 2258, after processing: 0 
10:16:05 [2022-04-04T10:16:05.932Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 64/1577, identifier_marker: 1577/1577, filename_unadjuster: 1682/1682, autogenerated_exclude: 1577/1682, nolint: 0/64, path_prettifier: 1682/1682, skip_files: 1682/1682, skip_dirs: 1682/1682, exclude: 1577/1577, cgo: 1682/2258 
10:16:05 [2022-04-04T10:16:05.932Z] INFO [runner] processing took 111.199844ms with stages: nolint: 39.552945ms, identifier_marker: 35.777721ms, path_prettifier: 17.945437ms, autogenerated_exclude: 7.269294ms, exclude-rules: 5.488494ms, skip_dirs: 3.278854ms, filename_unadjuster: 1.053924ms, cgo: 827.796µs, max_same_issues: 1.417µs, uniq_by_line: 745ns, diff: 721ns, exclude: 474ns, source_code: 471ns, max_from_linter: 468ns, skip_files: 423ns, path_shortener: 363ns, max_per_file_from_linter: 297ns 
10:16:05 [2022-04-04T10:16:05.932Z] INFO [runner] linters took 1m31.359401356s with stages: goanalysis_metalinter: 1m13.886387043s, unused: 17.360363528s 
10:16:05 [2022-04-04T10:16:05.932Z] INFO File cache stats: 1455 entries of total size 6.9MiB 
10:16:05 [2022-04-04T10:16:05.932Z] INFO Memory: 2144 samples, avg is 412.6MB, max is 3298.1MB 
10:16:05 [2022-04-04T10:16:05.932Z] INFO Execution took 3m34.306084539s               
10:16:05 [2022-04-04T10:16:05.932Z] Congratulations! The shell scripts are properly formatted.