Skip to content

Console Output

18:26:50 [2022-08-18T18:26:50.005Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43992/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43992/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2c17e9a33357ac5cfb80dcb93e048bb3ae5618d0 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:2c17e9a33357ac5cfb80dcb93e048bb3ae5618d0 hack/validate/default
18:26:51 [2022-08-18T18:26:51.914Z] Congratulations!  Seccomp profile generation is done correctly.
18:26:51 [2022-08-18T18:26:51.914Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
18:27:00 [2022-08-18T18:27:00.046Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
18:27:06 [2022-08-18T18:27:06.619Z] Congratulations!  All API changes are done the right way.
18:27:06 [2022-08-18T18:27:06.619Z] Congratulations!  All TOML source files changed here have valid syntax.
18:27:06 [2022-08-18T18:27:06.619Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
18:27:06 [2022-08-18T18:27:06.619Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
18:27:06 [2022-08-18T18:27:06.619Z] 
18:27:06 [2022-08-18T18:27:06.619Z] INFO Start validation with golang-ci-lint
18:27:06 [2022-08-18T18:27:06.619Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
18:27:06 [2022-08-18T18:27:06.619Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
18:30:13 [2022-08-18T18:30:13.177Z] INFO [loader] Go packages loading at mode 575 (deps|imports|name|compiled_files|exports_file|files|types_sizes) took 2m58.758897043s 
18:30:13 [2022-08-18T18:30:13.177Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 525.942918ms 
18:32:04 [2022-08-18T18:32:04.665Z] INFO [linters context/goanalysis] analyzers took 7m34.597974267s with top 10 stages: buildir: 2m26.894562867s, the_only_name: 43.011477125s, goimports: 29.481157017s, unconvert: 25.162020632s, S1038: 19.093961835s, gosec: 18.226081966s, misspell: 7.899331853s, S1039: 6.325241193s, nilness: 5.909017157s, unused: 5.775135365s 
18:32:04 [2022-08-18T18:32:04.665Z] INFO [runner] Issues before processing: 2399, after processing: 0 
18:32:04 [2022-08-18T18:32:04.665Z] INFO [runner] Processors filtering stat (out/in): cgo: 2136/2399, skip_files: 2136/2136, identifier_marker: 2033/2033, exclude: 2033/2033, filename_unadjuster: 2136/2136, path_prettifier: 2136/2136, skip_dirs: 2136/2136, autogenerated_exclude: 2033/2136, exclude-rules: 78/2033, nolint: 0/78 
18:32:04 [2022-08-18T18:32:04.665Z] INFO [runner] processing took 161.362827ms with stages: identifier_marker: 61.359523ms, nolint: 52.213826ms, autogenerated_exclude: 21.18327ms, exclude-rules: 14.74957ms, path_prettifier: 9.524118ms, skip_dirs: 1.916253ms, cgo: 288.903µs, filename_unadjuster: 121.389µs, max_same_issues: 2.185µs, uniq_by_line: 588ns, skip_files: 444ns, exclude: 421ns, max_from_linter: 387ns, source_code: 372ns, diff: 328ns, max_per_file_from_linter: 278ns, sort_results: 263ns, path_shortener: 257ns, severity-rules: 239ns, path_prefixer: 213ns 
18:32:04 [2022-08-18T18:32:04.665Z] INFO [runner] linters took 1m49.601669612s with stages: goanalysis_metalinter: 1m49.440167731s 
18:32:04 [2022-08-18T18:32:04.665Z] INFO File cache stats: 1675 entries of total size 8.6MiB 
18:32:04 [2022-08-18T18:32:04.665Z] INFO Memory: 2890 samples, avg is 317.2MB, max is 1261.2MB 
18:32:04 [2022-08-18T18:32:04.665Z] INFO Execution took 4m48.89799297s                
18:32:04 [2022-08-18T18:32:04.665Z] Congratulations! The shell scripts are properly formatted.