Skip to content

Console Output

09:53:36 [2022-12-02T09:53:36.540Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44564/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44564/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a01576ec4a4ea8d2a26a58da59e259c92ce12a20 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:a01576ec4a4ea8d2a26a58da59e259c92ce12a20 hack/validate/default
09:53:37 [2022-12-02T09:53:37.108Z] Congratulations!  All commits are properly signed with the DCO!
09:53:38 [2022-12-02T09:53:38.044Z] Congratulations!  Seccomp profile generation is done correctly.
09:53:38 [2022-12-02T09:53:38.044Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
09:53:46 [2022-12-02T09:53:46.161Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
09:53:47 [2022-12-02T09:53:47.098Z] Congratulations!  All API changes are done the right way.
09:53:47 [2022-12-02T09:53:47.098Z] Congratulations!  All TOML source files changed here have valid syntax.
09:53:47 [2022-12-02T09:53:47.098Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:53:47 [2022-12-02T09:53:47.098Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
09:53:47 [2022-12-02T09:53:47.098Z] Congratulations!  No new tests were added to integration-cli.
09:53:47 [2022-12-02T09:53:47.098Z] 
09:53:47 [2022-12-02T09:53:47.098Z] INFO Start validation with golang-ci-lint
09:53:47 [2022-12-02T09:53:47.666Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:53:47 [2022-12-02T09:53:47.666Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:53:47 [2022-12-02T09:53:47.666Z] INFO [loader] Using build tags: [apparmor seccomp] 
09:56:24 [2022-12-02T09:56:24.162Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|imports|name|compiled_files|types_sizes|files) took 2m26.173998745s 
09:56:24 [2022-12-02T09:56:24.162Z] 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. 
09:56:24 [2022-12-02T09:56:24.162Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 397.280345ms 
09:57:45 [2022-12-02T09:57:45.603Z] INFO [linters context/goanalysis] analyzers took 3m49.012998765s with top 10 stages: buildir: 1m42.485571359s, goimports: 20.682653122s, unconvert: 13.209122914s, gosec: 12.133487142s, S1038: 6.945892467s, golint: 6.111763946s, misspell: 4.208344094s, nilness: 3.398457484s, inspect: 3.303289254s, unused: 3.193120535s 
09:57:45 [2022-12-02T09:57:45.603Z] INFO [runner] Issues before processing: 2495, after processing: 0 
09:57:45 [2022-12-02T09:57:45.603Z] INFO [runner] Processors filtering stat (out/in): cgo: 1877/2495, skip_dirs: 1877/1877, identifier_marker: 1772/1772, exclude-rules: 78/1772, filename_unadjuster: 1877/1877, path_prettifier: 1877/1877, autogenerated_exclude: 1772/1877, exclude: 1772/1772, skip_files: 1877/1877, nolint: 0/78 
09:57:45 [2022-12-02T09:57:45.603Z] INFO [runner] processing took 141.517891ms with stages: nolint: 52.535115ms, identifier_marker: 37.372892ms, path_prettifier: 23.788451ms, exclude-rules: 13.317053ms, autogenerated_exclude: 10.704172ms, skip_dirs: 2.885995ms, cgo: 515.904µs, filename_unadjuster: 391.544µs, max_same_issues: 1.873µs, uniq_by_line: 872ns, exclude: 816ns, max_from_linter: 590ns, diff: 449ns, skip_files: 408ns, source_code: 394ns, path_shortener: 354ns, max_per_file_from_linter: 324ns, severity-rules: 277ns, sort_results: 249ns, path_prefixer: 159ns 
09:57:45 [2022-12-02T09:57:45.603Z] INFO [runner] linters took 1m18.134197223s with stages: goanalysis_metalinter: 1m17.981936073s 
09:57:45 [2022-12-02T09:57:45.603Z] INFO File cache stats: 1458 entries of total size 6.9MiB 
09:57:45 [2022-12-02T09:57:45.603Z] INFO Memory: 2249 samples, avg is 279.9MB, max is 1099.1MB 
09:57:45 [2022-12-02T09:57:45.603Z] INFO Execution took 3m44.721305882s               
09:57:45 [2022-12-02T09:57:45.603Z] Congratulations! The shell scripts are properly formatted.