Skip to content

Console Output

18:53:39 [2022-07-18T18:53:39.514Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43819/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43819/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=11e6176669c1ce8d738e00561c416caff589a3d2 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:11e6176669c1ce8d738e00561c416caff589a3d2 hack/validate/default
18:53:40 [2022-07-18T18:53:40.075Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
18:53:40 [2022-07-18T18:53:40.075Z] No api/types/ or api/swagger.yaml changes in diff.
18:53:40 [2022-07-18T18:53:40.075Z] Congratulations!  All TOML source files changed here have valid syntax.
18:53:40 [2022-07-18T18:53:40.075Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
18:53:40 [2022-07-18T18:53:40.075Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
18:53:40 [2022-07-18T18:53:40.075Z] 
18:53:40 [2022-07-18T18:53:40.075Z] INFO Start validation with golang-ci-lint
18:53:41 [2022-07-18T18:53:41.004Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
18:53:41 [2022-07-18T18:53:41.004Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
18:56:47 [2022-07-18T18:56:47.443Z] INFO [loader] Go packages loading at mode 575 (deps|name|types_sizes|compiled_files|exports_file|files|imports) took 2m56.446228293s 
18:56:47 [2022-07-18T18:56:47.443Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 509.766823ms 
18:58:38 [2022-07-18T18:58:38.839Z] INFO [linters context/goanalysis] analyzers took 6m20.54883073s with top 10 stages: buildir: 2m23.887235672s, the_only_name: 40.425767743s, goimports: 28.515300611s, unconvert: 22.825971091s, gosec: 17.723086114s, S1038: 17.513252497s, misspell: 7.588942474s, S1039: 5.774634547s, unused: 5.133170831s, SA4030: 4.588062544s 
18:58:38 [2022-07-18T18:58:38.839Z] INFO [runner] Issues before processing: 2386, after processing: 0 
18:58:38 [2022-07-18T18:58:38.839Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2123/2123, autogenerated_exclude: 2020/2123, skip_dirs: 2123/2123, exclude-rules: 77/2020, nolint: 0/77, cgo: 2123/2386, path_prettifier: 2123/2123, exclude: 2020/2020, filename_unadjuster: 2123/2123, identifier_marker: 2020/2020 
18:58:38 [2022-07-18T18:58:38.839Z] INFO [runner] processing took 82.582128ms with stages: nolint: 33.298833ms, identifier_marker: 21.495476ms, path_prettifier: 9.335468ms, autogenerated_exclude: 8.713026ms, exclude-rules: 7.562842ms, skip_dirs: 1.73181ms, cgo: 296.169µs, filename_unadjuster: 142.05µs, max_same_issues: 1.911µs, uniq_by_line: 866ns, skip_files: 629ns, diff: 546ns, exclude: 465ns, max_from_linter: 456ns, max_per_file_from_linter: 362ns, source_code: 314ns, severity-rules: 240ns, path_shortener: 236ns, sort_results: 224ns, path_prefixer: 205ns 
18:58:38 [2022-07-18T18:58:38.839Z] INFO [runner] linters took 1m46.865966145s with stages: goanalysis_metalinter: 1m46.783221729s 
18:58:38 [2022-07-18T18:58:38.839Z] INFO File cache stats: 1690 entries of total size 8.6MiB 
18:58:38 [2022-07-18T18:58:38.839Z] INFO Memory: 2840 samples, avg is 305.3MB, max is 1199.2MB 
18:58:38 [2022-07-18T18:58:38.839Z] INFO Execution took 4m43.833167673s               
18:58:38 [2022-07-18T18:58:38.839Z] Congratulations! The shell scripts are properly formatted.