Skip to content

Console Output

11:00:24 [2022-08-08T11:00:24.073Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43932/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43932/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=15f9cb5c4dab7eb09845453777c0797194d48336 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:15f9cb5c4dab7eb09845453777c0797194d48336 hack/validate/default
11:00:25 [2022-08-08T11:00:25.964Z] Congratulations!  Seccomp profile generation is done correctly.
11:00:25 [2022-08-08T11:00:25.964Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
11:00:34 [2022-08-08T11:00:34.056Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
11:00:35 [2022-08-08T11:00:35.949Z] Congratulations!  All API changes are done the right way.
11:00:35 [2022-08-08T11:00:35.949Z] Congratulations!  All TOML source files changed here have valid syntax.
11:00:35 [2022-08-08T11:00:35.949Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
11:00:35 [2022-08-08T11:00:35.949Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
11:00:35 [2022-08-08T11:00:35.949Z] 
11:00:35 [2022-08-08T11:00:35.949Z] INFO Start validation with golang-ci-lint
11:00:36 [2022-08-08T11:00:36.512Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
11:00:36 [2022-08-08T11:00:36.512Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
11:03:42 [2022-08-08T11:03:42.953Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|exports_file|imports|deps|files|name) took 2m52.574035575s 
11:03:42 [2022-08-08T11:03:42.953Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 507.100689ms 
11:05:19 [2022-08-08T11:05:19.342Z] INFO [linters context/goanalysis] analyzers took 6m20.853000068s with top 10 stages: buildir: 2m19.408497865s, the_only_name: 39.985366438s, goimports: 26.744273114s, unconvert: 25.393682462s, gosec: 15.755735647s, S1038: 15.705067851s, misspell: 6.163501719s, unused: 6.121541641s, nilness: 5.141447774s, S1039: 4.914613422s 
11:05:19 [2022-08-08T11:05:19.342Z] INFO [runner] Issues before processing: 2398, after processing: 0 
11:05:19 [2022-08-08T11:05:19.342Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2135/2135, identifier_marker: 2032/2032, nolint: 0/78, filename_unadjuster: 2135/2135, autogenerated_exclude: 2032/2135, exclude: 2032/2032, exclude-rules: 78/2032, cgo: 2135/2398, path_prettifier: 2135/2135, skip_dirs: 2135/2135 
11:05:19 [2022-08-08T11:05:19.342Z] INFO [runner] processing took 201.1427ms with stages: nolint: 67.307775ms, identifier_marker: 52.314786ms, autogenerated_exclude: 32.840453ms, path_prettifier: 23.125583ms, exclude-rules: 16.163002ms, skip_dirs: 5.416396ms, cgo: 2.882764ms, filename_unadjuster: 1.085375ms, max_same_issues: 2.106µs, uniq_by_line: 781ns, exclude: 604ns, max_from_linter: 467ns, skip_files: 459ns, diff: 378ns, source_code: 373ns, max_per_file_from_linter: 348ns, severity-rules: 300ns, path_shortener: 280ns, sort_results: 270ns, path_prefixer: 200ns 
11:05:19 [2022-08-08T11:05:19.342Z] INFO [runner] linters took 1m45.764284833s with stages: goanalysis_metalinter: 1m45.562376483s 
11:05:19 [2022-08-08T11:05:19.342Z] INFO File cache stats: 1675 entries of total size 8.6MiB 
11:05:19 [2022-08-08T11:05:19.342Z] INFO Memory: 2790 samples, avg is 320.9MB, max is 1289.1MB 
11:05:19 [2022-08-08T11:05:19.342Z] INFO Execution took 4m38.861788654s               
11:05:19 [2022-08-08T11:05:19.342Z] Congratulations! The shell scripts are properly formatted.