Skip to content

Console Output

16:39:05 [2022-08-18T16:39:05.256Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43988/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43988/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8912c1fadeac07b969a99a4a07684cf561b06bca -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:8912c1fadeac07b969a99a4a07684cf561b06bca hack/validate/default
16:39:06 [2022-08-18T16:39:06.624Z] Congratulations!  Seccomp profile generation is done correctly.
16:39:06 [2022-08-18T16:39:06.624Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
16:39:14 [2022-08-18T16:39:14.723Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
16:39:17 [2022-08-18T16:39:17.244Z] Congratulations!  All API changes are done the right way.
16:39:17 [2022-08-18T16:39:17.244Z] Congratulations!  All TOML source files changed here have valid syntax.
16:39:17 [2022-08-18T16:39:17.244Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
16:39:17 [2022-08-18T16:39:17.244Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
16:39:17 [2022-08-18T16:39:17.244Z] 
16:39:17 [2022-08-18T16:39:17.244Z] INFO Start validation with golang-ci-lint
16:39:17 [2022-08-18T16:39:17.809Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
16:39:17 [2022-08-18T16:39:17.809Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
16:42:09 [2022-08-18T16:42:09.245Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|exports_file|files|imports|name|deps) took 2m50.496762226s 
16:42:09 [2022-08-18T16:42:09.245Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 506.379954ms 
16:44:00 [2022-08-18T16:44:00.682Z] INFO [linters context/goanalysis] analyzers took 6m35.028721801s with top 10 stages: buildir: 2m25.408492942s, the_only_name: 41.423967474s, goimports: 29.487037574s, unconvert: 22.732433058s, gosec: 19.894159777s, S1038: 18.677131594s, misspell: 6.623788603s, unused: 5.548026576s, S1039: 5.092839458s, nilness: 4.664891589s 
16:44:00 [2022-08-18T16:44:00.682Z] INFO [runner] Issues before processing: 2398, after processing: 0 
16:44:00 [2022-08-18T16:44:00.682Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2135/2135, cgo: 2135/2398, identifier_marker: 2032/2032, exclude-rules: 78/2032, path_prettifier: 2135/2135, skip_dirs: 2135/2135, autogenerated_exclude: 2032/2135, exclude: 2032/2032, nolint: 0/78, filename_unadjuster: 2135/2135 
16:44:00 [2022-08-18T16:44:00.682Z] INFO [runner] processing took 89.104587ms with stages: nolint: 33.725553ms, identifier_marker: 23.402651ms, exclude-rules: 12.232719ms, path_prettifier: 9.332472ms, autogenerated_exclude: 8.259135ms, skip_dirs: 1.775087ms, cgo: 242.015µs, filename_unadjuster: 129.411µs, max_same_issues: 1.447µs, skip_files: 776ns, uniq_by_line: 573ns, diff: 509ns, max_from_linter: 425ns, exclude: 338ns, source_code: 307ns, sort_results: 260ns, max_per_file_from_linter: 260ns, path_shortener: 249ns, severity-rules: 228ns, path_prefixer: 172ns 
16:44:00 [2022-08-18T16:44:00.682Z] INFO [runner] linters took 1m46.079347897s with stages: goanalysis_metalinter: 1m45.990114176s 
16:44:00 [2022-08-18T16:44:00.682Z] INFO File cache stats: 1675 entries of total size 8.6MiB 
16:44:00 [2022-08-18T16:44:00.682Z] INFO Memory: 2772 samples, avg is 317.3MB, max is 1263.1MB 
16:44:00 [2022-08-18T16:44:00.682Z] INFO Execution took 4m37.091979908s               
16:44:00 [2022-08-18T16:44:00.682Z] Congratulations! The shell scripts are properly formatted.