Skip to content

Console Output

18:06:24 [2022-12-29T18:06:24.880Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44691/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44691/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0c207b05169f329c9f17f8b9cf5008b582798f02 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:0c207b05169f329c9f17f8b9cf5008b582798f02 hack/validate/default
18:06:25 [2022-12-29T18:06:25.445Z] Congratulations!  All commits are properly signed with the DCO!
18:06:26 [2022-12-29T18:06:26.378Z] Congratulations!  Seccomp profile generation is done correctly.
18:06:26 [2022-12-29T18:06:26.378Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
18:06:34 [2022-12-29T18:06:34.484Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
18:06:35 [2022-12-29T18:06:35.417Z] Congratulations!  All API changes are done the right way.
18:06:35 [2022-12-29T18:06:35.417Z] Congratulations!  All TOML source files changed here have valid syntax.
18:06:35 [2022-12-29T18:06:35.417Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
18:06:35 [2022-12-29T18:06:35.417Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
18:06:35 [2022-12-29T18:06:35.417Z] Congratulations!  No new tests were added to integration-cli.
18:06:35 [2022-12-29T18:06:35.417Z] 
18:06:35 [2022-12-29T18:06:35.417Z] INFO Start validation with golang-ci-lint
18:06:35 [2022-12-29T18:06:35.984Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
18:06:36 [2022-12-29T18:06:36.242Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:06:36 [2022-12-29T18:06:36.242Z] INFO [loader] Using build tags: [apparmor seccomp] 
18:09:12 [2022-12-29T18:09:12.705Z] INFO [loader] Go packages loading at mode 575 (types_sizes|name|files|imports|compiled_files|deps|exports_file) took 2m26.99960238s 
18:09:12 [2022-12-29T18:09:12.705Z] 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. 
18:09:12 [2022-12-29T18:09:12.705Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 400.969365ms 
18:10:34 [2022-12-29T18:10:34.124Z] INFO [linters context/goanalysis] analyzers took 3m54.689778507s with top 10 stages: buildir: 1m44.80908217s, goimports: 21.550449192s, unconvert: 14.501182077s, gosec: 11.949650237s, S1038: 6.766415692s, golint: 6.124077018s, misspell: 5.515544488s, inspect: 3.398935468s, nilness: 3.319594893s, printf: 3.118178533s 
18:10:34 [2022-12-29T18:10:34.124Z] INFO [runner] Issues before processing: 2495, after processing: 0 
18:10:34 [2022-12-29T18:10:34.124Z] INFO [runner] Processors filtering stat (out/in): cgo: 1877/2495, exclude-rules: 78/1772, autogenerated_exclude: 1772/1877, identifier_marker: 1772/1772, nolint: 0/78, filename_unadjuster: 1877/1877, skip_files: 1877/1877, exclude: 1772/1772, path_prettifier: 1877/1877, skip_dirs: 1877/1877 
18:10:34 [2022-12-29T18:10:34.124Z] INFO [runner] processing took 179.006235ms with stages: nolint: 65.842402ms, identifier_marker: 45.719653ms, exclude-rules: 29.217721ms, path_prettifier: 18.962165ms, autogenerated_exclude: 16.55358ms, skip_dirs: 2.296121ms, cgo: 254.904µs, filename_unadjuster: 153.505µs, max_same_issues: 1.909µs, uniq_by_line: 668ns, max_from_linter: 494ns, skip_files: 459ns, severity-rules: 420ns, diff: 407ns, exclude: 401ns, source_code: 356ns, path_shortener: 286ns, max_per_file_from_linter: 284ns, sort_results: 273ns, path_prefixer: 227ns 
18:10:34 [2022-12-29T18:10:34.124Z] INFO [runner] linters took 1m18.778610834s with stages: goanalysis_metalinter: 1m18.599413521s 
18:10:34 [2022-12-29T18:10:34.124Z] INFO File cache stats: 1458 entries of total size 6.9MiB 
18:10:34 [2022-12-29T18:10:34.124Z] INFO Memory: 2263 samples, avg is 283.7MB, max is 1079.3MB 
18:10:34 [2022-12-29T18:10:34.124Z] INFO Execution took 3m46.194553301s               
18:10:34 [2022-12-29T18:10:34.124Z] Congratulations! The shell scripts are properly formatted.