Skip to content

Console Output

08:42:04 [2022-08-26T08:42:04.432Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44039/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44039/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=07daa4cb6fab0fd2d94aaec08579e7d49d075b85 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:07daa4cb6fab0fd2d94aaec08579e7d49d075b85 hack/validate/default
08:42:05 [2022-08-26T08:42:05.811Z] Congratulations!  Seccomp profile generation is done correctly.
08:42:05 [2022-08-26T08:42:05.811Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
08:42:13 [2022-08-26T08:42:13.939Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
08:42:16 [2022-08-26T08:42:16.477Z] Congratulations!  All API changes are done the right way.
08:42:16 [2022-08-26T08:42:16.477Z] Congratulations!  All TOML source files changed here have valid syntax.
08:42:16 [2022-08-26T08:42:16.477Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
08:42:16 [2022-08-26T08:42:16.477Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
08:42:16 [2022-08-26T08:42:16.477Z] 
08:42:16 [2022-08-26T08:42:16.477Z] INFO Start validation with golang-ci-lint
08:42:16 [2022-08-26T08:42:16.736Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
08:42:16 [2022-08-26T08:42:16.736Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
08:45:23 [2022-08-26T08:45:23.278Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|types_sizes|compiled_files|deps|imports|name) took 2m52.174134739s 
08:45:23 [2022-08-26T08:45:23.278Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 511.915468ms 
08:47:14 [2022-08-26T08:47:14.777Z] INFO [linters context/goanalysis] analyzers took 7m26.709403999s with top 10 stages: buildir: 2m32.508280429s, the_only_name: 44.671594298s, goimports: 31.750905341s, unconvert: 24.917847384s, S1038: 19.490375985s, gosec: 19.158356959s, misspell: 7.31568613s, unused: 7.274485915s, S1039: 5.853972832s, nilness: 5.436828581s 
08:47:14 [2022-08-26T08:47:14.777Z] INFO [runner] Issues before processing: 2397, after processing: 0 
08:47:14 [2022-08-26T08:47:14.777Z] INFO [runner] Processors filtering stat (out/in): exclude: 2031/2031, exclude-rules: 78/2031, cgo: 2134/2397, filename_unadjuster: 2134/2134, path_prettifier: 2134/2134, skip_files: 2134/2134, skip_dirs: 2134/2134, autogenerated_exclude: 2031/2134, identifier_marker: 2031/2031, nolint: 0/78 
08:47:14 [2022-08-26T08:47:14.777Z] INFO [runner] processing took 86.37083ms with stages: nolint: 34.347188ms, identifier_marker: 22.964187ms, path_prettifier: 9.476387ms, autogenerated_exclude: 9.121064ms, exclude-rules: 8.161565ms, skip_dirs: 1.860409ms, cgo: 304.497µs, filename_unadjuster: 128.852µs, max_same_issues: 2.412µs, skip_files: 652ns, max_from_linter: 610ns, exclude: 607ns, uniq_by_line: 541ns, diff: 390ns, source_code: 324ns, sort_results: 297ns, max_per_file_from_linter: 252ns, path_shortener: 246ns, severity-rules: 221ns, path_prefixer: 129ns 
08:47:14 [2022-08-26T08:47:14.777Z] INFO [runner] linters took 1m52.350565625s with stages: goanalysis_metalinter: 1m52.263997397s 
08:47:14 [2022-08-26T08:47:14.777Z] INFO File cache stats: 1675 entries of total size 8.6MiB 
08:47:14 [2022-08-26T08:47:14.777Z] INFO Memory: 2851 samples, avg is 336.1MB, max is 1266.4MB 
08:47:14 [2022-08-26T08:47:14.777Z] INFO Execution took 4m45.045797973s               
08:47:14 [2022-08-26T08:47:14.777Z] Congratulations! The shell scripts are properly formatted.