Skip to content

Console Output

11:38:03 [2023-07-28T11:38:03.581Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-46105/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-46105/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b883976e4c5dbfe896f7a303d232f7bfe0b541c5 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:b883976e4c5dbfe896f7a303d232f7bfe0b541c5 hack/validate/default
11:38:04 [2023-07-28T11:38:04.518Z] Congratulations!  All commits are properly signed with the DCO!
11:38:05 [2023-07-28T11:38:05.087Z] Congratulations!  Seccomp profile generation is done correctly.
11:38:05 [2023-07-28T11:38:05.087Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
11:38:11 [2023-07-28T11:38:11.657Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
11:38:13 [2023-07-28T11:38:13.563Z] Congratulations!  All API changes are done the right way.
11:38:13 [2023-07-28T11:38:13.563Z] Congratulations!  All TOML source files changed here have valid syntax.
11:38:13 [2023-07-28T11:38:13.563Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
11:38:13 [2023-07-28T11:38:13.563Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
11:38:13 [2023-07-28T11:38:13.563Z] Congratulations!  No new tests were added to integration-cli.
11:38:13 [2023-07-28T11:38:13.563Z] 
11:38:13 [2023-07-28T11:38:13.563Z] INFO Start validation with golang-ci-lint
11:38:13 [2023-07-28T11:38:13.563Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
11:38:13 [2023-07-28T11:38:13.563Z] INFO [lintersdb] Active 11 linters: [goimports gosec gosimple govet ineffassign misspell revive staticcheck typecheck unconvert unused] 
11:38:13 [2023-07-28T11:38:13.563Z] INFO [loader] Using build tags: [apparmor seccomp] 
11:39:00 [2023-07-28T11:39:00.306Z] INFO [loader] Go packages loading at mode 575 (types_sizes|files|imports|name|compiled_files|deps|exports_file) took 42.315673047s 
11:39:00 [2023-07-28T11:39:00.306Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 153.952853ms 
11:39:22 [2023-07-28T11:39:22.270Z] INFO [linters context/goanalysis] analyzers took 7m26.866811125s with top 10 stages: buildir: 1m43.542487193s, goimports: 15.365282584s, the_only_name: 14.794321164s, unconvert: 11.457379477s, S1038: 7.687964628s, gosec: 7.613475136s, inspect: 6.226836183s, printf: 6.03781454s, ctrlflow: 5.190342739s, misspell: 4.347808488s 
11:39:22 [2023-07-28T11:39:22.270Z] INFO [runner] Issues before processing: 1862, after processing: 0 
11:39:22 [2023-07-28T11:39:22.270Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1781/1781, exclude: 1753/1753, cgo: 1781/1862, filename_unadjuster: 1781/1781, identifier_marker: 1753/1753, path_prettifier: 1781/1781, skip_dirs: 1781/1781, autogenerated_exclude: 1753/1781, exclude-rules: 58/1753, nolint: 0/58 
11:39:22 [2023-07-28T11:39:22.270Z] INFO [runner] processing took 67.656111ms with stages: nolint: 24.214298ms, identifier_marker: 20.202866ms, path_prettifier: 7.50029ms, autogenerated_exclude: 7.098311ms, exclude-rules: 6.947753ms, skip_dirs: 1.416897ms, cgo: 167.802µs, filename_unadjuster: 103.894µs, max_same_issues: 938ns, max_from_linter: 447ns, uniq_by_line: 429ns, skip_files: 373ns, exclude: 301ns, source_code: 261ns, diff: 246ns, max_per_file_from_linter: 243ns, severity-rules: 238ns, sort_results: 222ns, path_shortener: 199ns, path_prefixer: 103ns 
11:39:22 [2023-07-28T11:39:22.270Z] INFO [runner] linters took 26.115008525s with stages: goanalysis_metalinter: 26.047235059s 
11:39:22 [2023-07-28T11:39:22.270Z] INFO File cache stats: 1458 entries of total size 6.9MiB 
11:39:22 [2023-07-28T11:39:22.270Z] INFO Memory: 673 samples, avg is 343.1MB, max is 1285.0MB 
11:39:22 [2023-07-28T11:39:22.270Z] INFO Execution took 1m8.592454624s                
11:39:22 [2023-07-28T11:39:22.270Z] Congratulations! The shell scripts are properly formatted.