Skip to content

Console Output

13:17:57 [2022-11-16T13:17:57.026Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44472/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44472/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7ebfee940f02f1eddf144771d568344675ac38db -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:7ebfee940f02f1eddf144771d568344675ac38db hack/validate/default
13:17:57 [2022-11-16T13:17:57.958Z] Congratulations!  All commits are properly signed with the DCO!
13:17:58 [2022-11-16T13:17:58.890Z] Congratulations!  Seccomp profile generation is done correctly.
13:17:58 [2022-11-16T13:17:58.890Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:18:06 [2022-11-16T13:18:06.998Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
13:18:07 [2022-11-16T13:18:07.928Z] Congratulations!  All API changes are done the right way.
13:18:07 [2022-11-16T13:18:07.928Z] Congratulations!  All TOML source files changed here have valid syntax.
13:18:07 [2022-11-16T13:18:07.928Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:18:07 [2022-11-16T13:18:07.928Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:18:07 [2022-11-16T13:18:07.928Z] Congratulations!  No new tests were added to integration-cli.
13:18:07 [2022-11-16T13:18:07.928Z] 
13:18:07 [2022-11-16T13:18:07.928Z] INFO Start validation with golang-ci-lint
13:18:08 [2022-11-16T13:18:08.491Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:18:08 [2022-11-16T13:18:08.747Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:18:08 [2022-11-16T13:18:08.747Z] INFO [loader] Using build tags: [apparmor seccomp] 
13:20:45 [2022-11-16T13:20:45.192Z] INFO [loader] Go packages loading at mode 575 (files|imports|compiled_files|exports_file|name|types_sizes|deps) took 2m26.351424574s 
13:20:45 [2022-11-16T13:20:45.192Z] 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. 
13:20:45 [2022-11-16T13:20:45.192Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 401.456502ms 
13:22:06 [2022-11-16T13:22:06.610Z] INFO [linters context/goanalysis] analyzers took 4m2.194574952s with top 10 stages: buildir: 1m43.549943624s, goimports: 21.610421084s, unconvert: 13.890527336s, gosec: 12.91227879s, S1038: 7.088285552s, golint: 6.552059104s, misspell: 5.138575456s, nilness: 4.015472907s, inspect: 3.809667128s, S1039: 3.252115471s 
13:22:06 [2022-11-16T13:22:06.610Z] INFO [runner] Issues before processing: 2495, after processing: 0 
13:22:06 [2022-11-16T13:22:06.610Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1877/1877, path_prettifier: 1877/1877, skip_dirs: 1877/1877, skip_files: 1877/1877, exclude: 1772/1772, nolint: 0/78, autogenerated_exclude: 1772/1877, identifier_marker: 1772/1772, exclude-rules: 78/1772, cgo: 1877/2495 
13:22:06 [2022-11-16T13:22:06.610Z] INFO [runner] processing took 68.739497ms with stages: nolint: 26.231173ms, identifier_marker: 18.878613ms, path_prettifier: 7.671165ms, exclude-rules: 7.170351ms, autogenerated_exclude: 6.910753ms, skip_dirs: 1.501977ms, cgo: 214.974µs, filename_unadjuster: 155.448µs, max_same_issues: 1.566µs, uniq_by_line: 696ns, skip_files: 380ns, diff: 375ns, exclude: 334ns, source_code: 295ns, max_from_linter: 264ns, path_shortener: 240ns, max_per_file_from_linter: 235ns, sort_results: 234ns, severity-rules: 225ns, path_prefixer: 199ns 
13:22:06 [2022-11-16T13:22:06.610Z] INFO [runner] linters took 1m18.476027891s with stages: goanalysis_metalinter: 1m18.407169491s 
13:22:06 [2022-11-16T13:22:06.610Z] INFO File cache stats: 1458 entries of total size 6.9MiB 
13:22:06 [2022-11-16T13:22:06.610Z] INFO Memory: 2252 samples, avg is 281.4MB, max is 1090.4MB 
13:22:06 [2022-11-16T13:22:06.610Z] INFO Execution took 3m45.237347584s               
13:22:06 [2022-11-16T13:22:06.610Z] Congratulations! The shell scripts are properly formatted.