Skip to content

Console Output

10:04:59 [2023-07-17T10:04:59.263Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_20.10/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_20.10/.git:/go/src/github.com/docker/docker/.git --name docker-pr254 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0d4b9ed98be2aecf27e8dd014bef7bad0be15457 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH= docker:0d4b9ed98be2aecf27e8dd014bef7bad0be15457 hack/validate/default
10:05:09 [2023-07-17T10:05:09.197Z] Congratulations!  All commits are properly signed with the DCO!
10:05:09 [2023-07-17T10:05:09.758Z] Congratulations!  Seccomp profile generation is done correctly.
10:05:14 [2023-07-17T10:05:14.997Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
10:05:23 [2023-07-17T10:05:23.077Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
10:05:23 [2023-07-17T10:05:23.638Z] Congratulations!  All API changes are done the right way.
10:05:24 [2023-07-17T10:05:24.198Z] Congratulations!  All TOML source files changed here have valid syntax.
10:05:24 [2023-07-17T10:05:24.198Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
10:05:24 [2023-07-17T10:05:24.198Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
10:05:24 [2023-07-17T10:05:24.454Z] Congratulations!  No new tests were added to integration-cli.
10:05:24 [2023-07-17T10:05:24.454Z] 
10:05:24 [2023-07-17T10:05:24.454Z] INFO Start validation with golang-ci-lint
10:05:24 [2023-07-17T10:05:24.454Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
10:05:24 [2023-07-17T10:05:24.454Z] INFO [lintersdb] Active 11 linters: [goimports gosec gosimple govet ineffassign misspell revive staticcheck typecheck unconvert unused] 
10:05:24 [2023-07-17T10:05:24.454Z] INFO [loader] Using build tags: [apparmor seccomp] 
10:06:11 [2023-07-17T10:06:11.103Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|imports|types_sizes|compiled_files|name|deps) took 42.96973118s 
10:06:11 [2023-07-17T10:06:11.103Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 157.990568ms 
10:06:37 [2023-07-17T10:06:37.611Z] INFO [linters context/goanalysis] analyzers took 8m13.142533552s with top 10 stages: buildir: 1m47.984670764s, goimports: 16.129154309s, the_only_name: 13.749515722s, unconvert: 11.420929043s, S1038: 9.070459844s, gosec: 8.334506145s, inspect: 7.997900123s, printf: 6.703242899s, ctrlflow: 6.537411633s, fact_deprecated: 6.323958281s 
10:06:37 [2023-07-17T10:06:37.611Z] INFO [runner] Issues before processing: 1862, after processing: 0 
10:06:37 [2023-07-17T10:06:37.611Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1781/1781, nolint: 0/58, identifier_marker: 1753/1753, filename_unadjuster: 1781/1781, path_prettifier: 1781/1781, skip_dirs: 1781/1781, exclude: 1753/1753, cgo: 1781/1862, autogenerated_exclude: 1753/1781, exclude-rules: 58/1753 
10:06:37 [2023-07-17T10:06:37.611Z] INFO [runner] processing took 67.266823ms with stages: nolint: 24.011612ms, identifier_marker: 19.789464ms, path_prettifier: 7.465627ms, autogenerated_exclude: 7.293216ms, exclude-rules: 7.027045ms, skip_dirs: 1.423417ms, cgo: 149.768µs, filename_unadjuster: 101.821µs, max_same_issues: 1.201µs, uniq_by_line: 584ns, diff: 564ns, skip_files: 398ns, sort_results: 329ns, exclude: 313ns, source_code: 306ns, severity-rules: 262ns, path_shortener: 236ns, max_per_file_from_linter: 234ns, max_from_linter: 229ns, path_prefixer: 197ns 
10:06:37 [2023-07-17T10:06:37.611Z] INFO [runner] linters took 26.294841342s with stages: goanalysis_metalinter: 26.227454752s 
10:06:37 [2023-07-17T10:06:37.611Z] INFO File cache stats: 1458 entries of total size 6.9MiB 
10:06:37 [2023-07-17T10:06:37.611Z] INFO Memory: 694 samples, avg is 350.6MB, max is 1276.6MB 
10:06:37 [2023-07-17T10:06:37.611Z] INFO Execution took 1m9.430019655s                
10:06:37 [2023-07-17T10:06:37.611Z] Congratulations! The shell scripts are properly formatted.