Skip to content

Console Output

10:39:46 [2022-09-21T10:39:46.374Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44123/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44123/.git:/go/src/github.com/docker/docker/.git --name docker-pr14 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5ba3208ec7d7c81963907f628ac53dbcca3a5e21 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:5ba3208ec7d7c81963907f628ac53dbcca3a5e21 hack/validate/default
10:39:47 [2022-09-21T10:39:47.037Z] Congratulations!  All commits are properly signed with the DCO!
10:39:47 [2022-09-21T10:39:47.975Z] Congratulations!  Seccomp profile generation is done correctly.
10:39:47 [2022-09-21T10:39:47.975Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
10:39:56 [2022-09-21T10:39:56.122Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
10:39:57 [2022-09-21T10:39:57.068Z] Congratulations!  All API changes are done the right way.
10:39:57 [2022-09-21T10:39:57.068Z] Congratulations!  All TOML source files changed here have valid syntax.
10:39:57 [2022-09-21T10:39:57.068Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
10:39:57 [2022-09-21T10:39:57.068Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
10:39:57 [2022-09-21T10:39:57.068Z] Congratulations!  No new tests were added to integration-cli.
10:39:57 [2022-09-21T10:39:57.068Z] 
10:39:57 [2022-09-21T10:39:57.068Z] INFO Start validation with golang-ci-lint
10:39:58 [2022-09-21T10:39:58.005Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
10:39:58 [2022-09-21T10:39:58.005Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:39:58 [2022-09-21T10:39:58.005Z] INFO [loader] Using build tags: [apparmor seccomp] 
10:42:34 [2022-09-21T10:42:34.497Z] INFO [loader] Go packages loading at mode 575 (deps|name|types_sizes|compiled_files|exports_file|files|imports) took 2m25.276629404s 
10:42:34 [2022-09-21T10:42:34.497Z] 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. 
10:42:34 [2022-09-21T10:42:34.497Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 399.101378ms 
10:43:42 [2022-09-21T10:43:42.195Z] INFO [linters context/goanalysis] analyzers took 3m53.285327986s with top 10 stages: buildir: 1m43.078120769s, goimports: 21.223678995s, unconvert: 14.244011507s, gosec: 12.983996808s, S1038: 7.420973807s, golint: 6.631789338s, misspell: 4.81712448s, inspect: 4.114084236s, nilness: 3.718333581s, S1039: 3.068312911s 
10:43:42 [2022-09-21T10:43:42.195Z] INFO [runner] Issues before processing: 2488, after processing: 0 
10:43:42 [2022-09-21T10:43:42.195Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1870/1870, skip_files: 1870/1870, cgo: 1870/2488, autogenerated_exclude: 1765/1870, exclude: 1765/1765, exclude-rules: 78/1765, nolint: 0/78, skip_dirs: 1870/1870, identifier_marker: 1765/1765, filename_unadjuster: 1870/1870 
10:43:42 [2022-09-21T10:43:42.195Z] INFO [runner] processing took 107.614757ms with stages: identifier_marker: 33.89307ms, nolint: 31.141422ms, path_prettifier: 14.07651ms, exclude-rules: 13.835308ms, autogenerated_exclude: 9.815089ms, skip_dirs: 2.662813ms, cgo: 1.768502ms, filename_unadjuster: 416.907µs, max_same_issues: 1.374µs, exclude: 548ns, uniq_by_line: 507ns, sort_results: 475ns, max_from_linter: 342ns, skip_files: 321ns, diff: 310ns, source_code: 302ns, path_shortener: 271ns, severity-rules: 260ns, max_per_file_from_linter: 234ns, path_prefixer: 192ns 
10:43:42 [2022-09-21T10:43:42.195Z] INFO [runner] linters took 1m17.429491648s with stages: goanalysis_metalinter: 1m17.321555421s 
10:43:42 [2022-09-21T10:43:42.195Z] INFO File cache stats: 1456 entries of total size 6.9MiB 
10:43:42 [2022-09-21T10:43:42.195Z] INFO Memory: 2232 samples, avg is 284.9MB, max is 1117.9MB 
10:43:42 [2022-09-21T10:43:42.195Z] INFO Execution took 3m43.11360198s                
10:43:42 [2022-09-21T10:43:42.195Z] Congratulations! The shell scripts are properly formatted.