Skip to content

Console Output

19:05:46 [2022-02-11T19:05:46.111Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43230/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43230/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2deec80dba28461a3cb3a51b20dd98b7363dd45b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2deec80dba28461a3cb3a51b20dd98b7363dd45b hack/validate/default
19:05:46 [2022-02-11T19:05:46.685Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
19:05:46 [2022-02-11T19:05:46.685Z] No api/types/ or api/swagger.yaml changes in diff.
19:05:46 [2022-02-11T19:05:46.685Z] Congratulations!  All TOML source files changed here have valid syntax.
19:05:46 [2022-02-11T19:05:46.685Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
19:05:46 [2022-02-11T19:05:46.685Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
19:05:46 [2022-02-11T19:05:46.685Z] Congratulations!  No new tests were added to integration-cli.
19:05:46 [2022-02-11T19:05:46.685Z] 
19:05:46 [2022-02-11T19:05:46.685Z] INFO Start validation with golang-ci-lint
19:05:47 [2022-02-11T19:05:47.633Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
19:05:47 [2022-02-11T19:05:47.633Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
19:05:47 [2022-02-11T19:05:47.633Z] INFO [loader] Using build tags: [apparmor seccomp] 
19:08:09 [2022-02-11T19:08:09.208Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|name|compiled_files|files|imports|types_sizes) took 2m19.496201911s 
19:08:09 [2022-02-11T19:08:09.208Z] 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. 
19:08:09 [2022-02-11T19:08:09.208Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 487.442788ms 
19:09:45 [2022-02-11T19:09:45.745Z] INFO [linters context/goanalysis] analyzers took 4m37.606708307s with top 10 stages: buildir: 1m49.453269159s, goimports: 23.745069322s, unconvert: 18.54385206s, gosec: 15.306008102s, golint: 8.812063847s, S1038: 7.636030192s, misspell: 6.710140577s, directives: 4.307395151s, inspect: 3.744688484s, nilness: 3.449154408s 
19:09:45 [2022-02-11T19:09:45.745Z] INFO [runner] Issues before processing: 3050, after processing: 0 
19:09:45 [2022-02-11T19:09:45.745Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2443/2443, path_prettifier: 2443/2443, exclude: 2055/2055, nolint: 0/76, cgo: 2443/3050, skip_files: 2443/2443, skip_dirs: 2443/2443, autogenerated_exclude: 2055/2443, identifier_marker: 2055/2055, exclude-rules: 76/2055 
19:09:45 [2022-02-11T19:09:45.745Z] INFO [runner] processing took 81.223187ms with stages: nolint: 32.289685ms, identifier_marker: 21.434424ms, path_prettifier: 9.79027ms, autogenerated_exclude: 8.120524ms, exclude-rules: 7.373902ms, skip_dirs: 1.842155ms, cgo: 220.635µs, filename_unadjuster: 146.915µs, max_same_issues: 1.152µs, uniq_by_line: 661ns, path_shortener: 533ns, skip_files: 339ns, diff: 331ns, source_code: 322ns, exclude: 289ns, max_per_file_from_linter: 248ns, sort_results: 239ns, max_from_linter: 225ns, severity-rules: 219ns, path_prefixer: 119ns 
19:09:45 [2022-02-11T19:09:45.745Z] INFO [runner] linters took 1m24.862982765s with stages: goanalysis_metalinter: 1m24.781598119s 
19:09:45 [2022-02-11T19:09:45.745Z] INFO File cache stats: 1672 entries of total size 8.4MiB 
19:09:45 [2022-02-11T19:09:45.745Z] INFO Memory: 2250 samples, avg is 296.0MB, max is 1036.9MB 
19:09:45 [2022-02-11T19:09:45.745Z] INFO Execution took 3m44.861357598s               
19:09:45 [2022-02-11T19:09:45.745Z] Congratulations! The shell scripts are properly formatted.