Skip to content

Console Output

23:25:06 [2022-04-10T23:25:06.401Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43463/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43463/.git:/go/src/github.com/docker/docker/.git --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0ea5f8f09aaa6cf83598a010f3dd62f9b4c6dd83 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0ea5f8f09aaa6cf83598a010f3dd62f9b4c6dd83 hack/validate/default
23:25:06 [2022-04-10T23:25:06.972Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
23:25:06 [2022-04-10T23:25:06.972Z] No api/types/ or api/swagger.yaml changes in diff.
23:25:06 [2022-04-10T23:25:06.972Z] Congratulations!  All TOML source files changed here have valid syntax.
23:25:06 [2022-04-10T23:25:06.972Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
23:25:06 [2022-04-10T23:25:06.972Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
23:25:06 [2022-04-10T23:25:06.972Z] Congratulations!  No new tests were added to integration-cli.
23:25:06 [2022-04-10T23:25:06.972Z] 
23:25:06 [2022-04-10T23:25:06.972Z] INFO Start validation with golang-ci-lint
23:25:07 [2022-04-10T23:25:07.915Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
23:25:07 [2022-04-10T23:25:07.915Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:25:07 [2022-04-10T23:25:07.915Z] INFO [loader] Using build tags: [apparmor seccomp] 
23:27:59 [2022-04-10T23:27:59.508Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|types_sizes|deps|files|imports|name) took 2m47.513386631s 
23:27:59 [2022-04-10T23:27:59.508Z] WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner.  Replaced by revive. 
23:27:59 [2022-04-10T23:27:59.508Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 497.184127ms 
23:29:36 [2022-04-10T23:29:36.018Z] INFO [linters context/goanalysis] analyzers took 4m40.874239649s with top 10 stages: buildir: 2m0.630599919s, goimports: 24.438745508s, unconvert: 17.869711997s, gosec: 15.23055267s, S1038: 8.421042824s, golint: 7.624252291s, misspell: 5.72881373s, nilness: 4.523807057s, inspect: 3.758743254s, S1039: 3.553653008s 
23:29:36 [2022-04-10T23:29:36.018Z] INFO [runner] Issues before processing: 3056, after processing: 0 
23:29:36 [2022-04-10T23:29:36.018Z] INFO [runner] Processors filtering stat (out/in): cgo: 2440/3056, skip_files: 2440/2440, autogenerated_exclude: 2055/2440, identifier_marker: 2055/2055, nolint: 0/78, skip_dirs: 2440/2440, exclude-rules: 78/2055, filename_unadjuster: 2440/2440, path_prettifier: 2440/2440, exclude: 2055/2055 
23:29:36 [2022-04-10T23:29:36.018Z] INFO [runner] processing took 81.754912ms with stages: nolint: 30.885898ms, identifier_marker: 21.368523ms, path_prettifier: 9.700592ms, autogenerated_exclude: 9.609357ms, exclude-rules: 7.709736ms, skip_dirs: 2.072647ms, cgo: 270.278µs, filename_unadjuster: 132.705µs, max_same_issues: 1.447µs, uniq_by_line: 700ns, skip_files: 408ns, exclude: 394ns, path_shortener: 376ns, diff: 364ns, max_from_linter: 357ns, source_code: 315ns, max_per_file_from_linter: 242ns, sort_results: 241ns, severity-rules: 221ns, path_prefixer: 111ns 
23:29:36 [2022-04-10T23:29:36.018Z] INFO [runner] linters took 1m30.251555669s with stages: goanalysis_metalinter: 1m30.169654857s 
23:29:36 [2022-04-10T23:29:36.018Z] INFO File cache stats: 1665 entries of total size 8.4MiB 
23:29:36 [2022-04-10T23:29:36.018Z] INFO Memory: 2584 samples, avg is 286.6MB, max is 1194.3MB 
23:29:36 [2022-04-10T23:29:36.018Z] INFO Execution took 4m18.271192729s               
23:29:36 [2022-04-10T23:29:36.018Z] Congratulations! The shell scripts are properly formatted.