Skip to content

Console Output

16:56:01 [2023-03-10T16:56:01.125Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44990/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44990/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=98c9e3f43833bf87c21e02aca77c75c7a475ecd6 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:98c9e3f43833bf87c21e02aca77c75c7a475ecd6 hack/validate/default
16:56:02 [2023-03-10T16:56:02.058Z] Congratulations!  All commits are properly signed with the DCO!
16:56:02 [2023-03-10T16:56:02.993Z] Congratulations!  Seccomp profile generation is done correctly.
16:56:02 [2023-03-10T16:56:02.993Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
16:56:11 [2023-03-10T16:56:11.105Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
16:56:12 [2023-03-10T16:56:12.097Z] Congratulations!  All API changes are done the right way.
16:56:12 [2023-03-10T16:56:12.098Z] Congratulations!  All TOML source files changed here have valid syntax.
16:56:12 [2023-03-10T16:56:12.098Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
16:56:12 [2023-03-10T16:56:12.098Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
16:56:12 [2023-03-10T16:56:12.098Z] Congratulations!  No new tests were added to integration-cli.
16:56:12 [2023-03-10T16:56:12.098Z] 
16:56:12 [2023-03-10T16:56:12.098Z] INFO Start validation with golang-ci-lint
16:56:12 [2023-03-10T16:56:12.098Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
16:56:12 [2023-03-10T16:56:12.098Z] INFO [lintersdb] Active 11 linters: [goimports gosec gosimple govet ineffassign misspell revive staticcheck typecheck unconvert unused] 
16:56:12 [2023-03-10T16:56:12.098Z] INFO [loader] Using build tags: [apparmor seccomp] 
16:58:48 [2023-03-10T16:58:48.557Z] INFO [loader] Go packages loading at mode 575 (name|compiled_files|deps|exports_file|files|imports|types_sizes) took 2m29.897087207s 
16:58:48 [2023-03-10T16:58:48.557Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 401.914908ms 
17:00:09 [2023-03-10T17:00:09.976Z] INFO [linters context/goanalysis] analyzers took 4m48.178494432s with top 10 stages: buildir: 1m57.725884348s, goimports: 22.653737204s, the_only_name: 19.127148799s, unconvert: 16.653864756s, S1038: 12.96701315s, gosec: 11.937181621s, misspell: 5.530927592s, unused: 4.248321126s, S1039: 4.111426902s, inspect: 3.632635047s 
17:00:09 [2023-03-10T17:00:09.976Z] INFO [runner] Issues before processing: 1862, after processing: 0 
17:00:09 [2023-03-10T17:00:09.976Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 1753/1781, filename_unadjuster: 1781/1781, cgo: 1781/1862, path_prettifier: 1781/1781, skip_files: 1781/1781, nolint: 0/58, skip_dirs: 1781/1781, identifier_marker: 1753/1753, exclude: 1753/1753, exclude-rules: 58/1753 
17:00:09 [2023-03-10T17:00:09.976Z] INFO [runner] processing took 69.830667ms with stages: nolint: 24.091742ms, identifier_marker: 20.570184ms, path_prettifier: 8.136944ms, autogenerated_exclude: 7.462938ms, exclude-rules: 7.428144ms, skip_dirs: 1.846293ms, cgo: 168.864µs, filename_unadjuster: 120.447µs, max_same_issues: 1.421µs, uniq_by_line: 671ns, skip_files: 429ns, max_from_linter: 405ns, exclude: 358ns, diff: 328ns, source_code: 325ns, severity-rules: 264ns, path_shortener: 248ns, sort_results: 247ns, max_per_file_from_linter: 236ns, path_prefixer: 179ns 
17:00:09 [2023-03-10T17:00:09.976Z] INFO [runner] linters took 1m26.390334925s with stages: goanalysis_metalinter: 1m26.320269435s 
17:00:09 [2023-03-10T17:00:09.976Z] INFO File cache stats: 1458 entries of total size 6.9MiB 
17:00:09 [2023-03-10T17:00:09.976Z] INFO Memory: 2368 samples, avg is 277.9MB, max is 1049.5MB 
17:00:09 [2023-03-10T17:00:09.976Z] INFO Execution took 3m56.699584048s               
17:00:09 [2023-03-10T17:00:09.976Z] Congratulations! The shell scripts are properly formatted.