Skip to content

Console Output

14:57:34 [2023-03-22T14:57:34.210Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45197/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-45197/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e55d9b155daad92ba1151ce2ebde1c80ae846fbb -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:e55d9b155daad92ba1151ce2ebde1c80ae846fbb hack/validate/default
14:57:34 [2023-03-22T14:57:34.779Z] Congratulations!  All commits are properly signed with the DCO!
14:57:35 [2023-03-22T14:57:35.715Z] Congratulations!  Seccomp profile generation is done correctly.
14:57:35 [2023-03-22T14:57:35.973Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
14:57:44 [2023-03-22T14:57:44.105Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
14:57:45 [2023-03-22T14:57:45.040Z] Congratulations!  All API changes are done the right way.
14:57:45 [2023-03-22T14:57:45.040Z] Congratulations!  All TOML source files changed here have valid syntax.
14:57:45 [2023-03-22T14:57:45.040Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
14:57:45 [2023-03-22T14:57:45.040Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
14:57:45 [2023-03-22T14:57:45.040Z] Congratulations!  No new tests were added to integration-cli.
14:57:45 [2023-03-22T14:57:45.298Z] 
14:57:45 [2023-03-22T14:57:45.298Z] INFO Start validation with golang-ci-lint
14:57:45 [2023-03-22T14:57:45.298Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
14:57:45 [2023-03-22T14:57:45.298Z] INFO [lintersdb] Active 11 linters: [goimports gosec gosimple govet ineffassign misspell revive staticcheck typecheck unconvert unused] 
14:57:45 [2023-03-22T14:57:45.298Z] INFO [loader] Using build tags: [apparmor seccomp] 
15:00:21 [2023-03-22T15:00:21.780Z] INFO [loader] Go packages loading at mode 575 (deps|imports|name|compiled_files|exports_file|files|types_sizes) took 2m30.322862995s 
15:00:21 [2023-03-22T15:00:21.780Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 406.154874ms 
15:01:43 [2023-03-22T15:01:43.222Z] INFO [linters context/goanalysis] analyzers took 4m52.843824212s with top 10 stages: buildir: 1m56.840239545s, goimports: 23.81093326s, the_only_name: 19.681399859s, unconvert: 17.043636763s, S1038: 13.743604171s, gosec: 12.263899686s, misspell: 5.314501163s, unused: 4.420163383s, S1039: 3.980181206s, inspect: 3.307343149s 
15:01:43 [2023-03-22T15:01:43.224Z] INFO [runner] Issues before processing: 1851, after processing: 0 
15:01:43 [2023-03-22T15:01:43.224Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 58/1753, skip_dirs: 1773/1773, autogenerated_exclude: 1753/1773, identifier_marker: 1753/1753, skip_files: 1773/1773, filename_unadjuster: 1773/1773, path_prettifier: 1773/1773, nolint: 0/58, cgo: 1773/1851, exclude: 1753/1753 
15:01:43 [2023-03-22T15:01:43.224Z] INFO [runner] processing took 114.922688ms with stages: identifier_marker: 38.471767ms, nolint: 28.48533ms, path_prettifier: 20.399172ms, exclude-rules: 14.002122ms, autogenerated_exclude: 10.253726ms, skip_dirs: 2.888495ms, cgo: 247.085µs, filename_unadjuster: 168.39µs, max_same_issues: 1.711µs, skip_files: 919ns, uniq_by_line: 759ns, exclude: 618ns, max_from_linter: 590ns, source_code: 445ns, path_shortener: 352ns, diff: 350ns, sort_results: 271ns, severity-rules: 246ns, max_per_file_from_linter: 233ns, path_prefixer: 107ns 
15:01:43 [2023-03-22T15:01:43.224Z] INFO [runner] linters took 1m26.5156467s with stages: goanalysis_metalinter: 1m26.400419483s 
15:01:43 [2023-03-22T15:01:43.224Z] INFO File cache stats: 1458 entries of total size 6.9MiB 
15:01:43 [2023-03-22T15:01:43.224Z] INFO Memory: 2374 samples, avg is 280.5MB, max is 1077.6MB 
15:01:43 [2023-03-22T15:01:43.224Z] INFO Execution took 3m57.253913551s               
15:01:43 [2023-03-22T15:01:43.224Z] Congratulations! The shell scripts are properly formatted.