Skip to content

Console Output

16:38:10 [2022-12-05T16:38:10.903Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44476/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44476/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6c311578f056227b363614031fc88a54bd957ae4 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:6c311578f056227b363614031fc88a54bd957ae4 hack/validate/default
16:38:12 [2022-12-05T16:38:12.792Z] Congratulations!  All commits are properly signed with the DCO!
16:38:13 [2022-12-05T16:38:13.724Z] Congratulations!  Seccomp profile generation is done correctly.
16:38:13 [2022-12-05T16:38:13.724Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
16:38:21 [2022-12-05T16:38:21.821Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
16:38:23 [2022-12-05T16:38:23.188Z] Congratulations!  All API changes are done the right way.
16:38:23 [2022-12-05T16:38:23.188Z] Congratulations!  All TOML source files changed here have valid syntax.
16:38:23 [2022-12-05T16:38:23.188Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
16:38:23 [2022-12-05T16:38:23.188Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
16:38:23 [2022-12-05T16:38:23.188Z] Congratulations!  No new tests were added to integration-cli.
16:38:23 [2022-12-05T16:38:23.188Z] 
16:38:23 [2022-12-05T16:38:23.188Z] INFO Start validation with golang-ci-lint
16:38:23 [2022-12-05T16:38:23.444Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
16:38:23 [2022-12-05T16:38:23.700Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:38:23 [2022-12-05T16:38:23.700Z] INFO [loader] Using build tags: [apparmor seccomp] 
16:41:00 [2022-12-05T16:41:00.117Z] INFO [loader] Go packages loading at mode 575 (imports|name|exports_file|files|types_sizes|compiled_files|deps) took 2m26.442737992s 
16:41:00 [2022-12-05T16:41:00.117Z] WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner.  Replaced by revive. 
16:41:00 [2022-12-05T16:41:00.117Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 398.548101ms 
16:42:21 [2022-12-05T16:42:21.506Z] INFO [linters context/goanalysis] analyzers took 3m51.233347123s with top 10 stages: buildir: 1m40.950171079s, goimports: 21.181103554s, unconvert: 14.12590844s, gosec: 12.286378377s, S1038: 7.204509509s, golint: 6.537057239s, misspell: 5.264057961s, nilness: 3.504490756s, printf: 2.92135384s, unused: 2.882479386s 
16:42:21 [2022-12-05T16:42:21.506Z] INFO [runner] Issues before processing: 2495, after processing: 0 
16:42:21 [2022-12-05T16:42:21.506Z] INFO [runner] Processors filtering stat (out/in): cgo: 1877/2495, identifier_marker: 1772/1772, nolint: 0/78, exclude-rules: 78/1772, path_prettifier: 1877/1877, skip_files: 1877/1877, autogenerated_exclude: 1772/1877, exclude: 1772/1772, filename_unadjuster: 1877/1877, skip_dirs: 1877/1877 
16:42:21 [2022-12-05T16:42:21.506Z] INFO [runner] processing took 149.323375ms with stages: nolint: 58.699158ms, identifier_marker: 42.778207ms, exclude-rules: 24.850563ms, path_prettifier: 11.26987ms, autogenerated_exclude: 9.595119ms, skip_dirs: 1.782147ms, cgo: 235.235µs, filename_unadjuster: 106.608µs, max_same_issues: 1.868µs, max_from_linter: 900ns, uniq_by_line: 875ns, diff: 491ns, exclude: 390ns, skip_files: 347ns, path_shortener: 344ns, source_code: 334ns, severity-rules: 271ns, max_per_file_from_linter: 257ns, sort_results: 253ns, path_prefixer: 138ns 
16:42:21 [2022-12-05T16:42:21.506Z] INFO [runner] linters took 1m18.088932021s with stages: goanalysis_metalinter: 1m17.939321567s 
16:42:21 [2022-12-05T16:42:21.506Z] INFO File cache stats: 1458 entries of total size 6.9MiB 
16:42:21 [2022-12-05T16:42:21.506Z] INFO Memory: 2251 samples, avg is 283.4MB, max is 1070.6MB 
16:42:21 [2022-12-05T16:42:21.506Z] INFO Execution took 3m44.940793061s               
16:42:21 [2022-12-05T16:42:21.506Z] Congratulations! The shell scripts are properly formatted.