Skip to content

Console Output

17:04:36 [2022-02-17T17:04:36.656Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43253/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43253/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2344f8912d81c3cd7a01042cff0273b3214800f6 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2344f8912d81c3cd7a01042cff0273b3214800f6 hack/validate/default
17:04:37 [2022-02-17T17:04:37.594Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:04:37 [2022-02-17T17:04:37.594Z] No api/types/ or api/swagger.yaml changes in diff.
17:04:37 [2022-02-17T17:04:37.594Z] Congratulations!  All TOML source files changed here have valid syntax.
17:04:37 [2022-02-17T17:04:37.594Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:04:37 [2022-02-17T17:04:37.594Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:04:37 [2022-02-17T17:04:37.594Z] Congratulations!  No new tests were added to integration-cli.
17:04:37 [2022-02-17T17:04:37.594Z] 
17:04:37 [2022-02-17T17:04:37.594Z] INFO Start validation with golang-ci-lint
17:04:38 [2022-02-17T17:04:38.539Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:04:38 [2022-02-17T17:04:38.539Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:04:38 [2022-02-17T17:04:38.539Z] INFO [loader] Using build tags: [apparmor seccomp] 
17:07:00 [2022-02-17T17:07:00.022Z] INFO [loader] Go packages loading at mode 575 (exports_file|name|files|imports|types_sizes|compiled_files|deps) took 2m19.773207596s 
17:07:00 [2022-02-17T17:07:00.022Z] 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. 
17:07:00 [2022-02-17T17:07:00.022Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 473.692761ms 
17:08:36 [2022-02-17T17:08:36.638Z] INFO [linters context/goanalysis] analyzers took 4m11.884835871s with top 10 stages: buildir: 1m48.61947505s, goimports: 23.567339607s, unconvert: 17.431675029s, gosec: 14.335576306s, golint: 7.308868138s, S1038: 6.081754932s, misspell: 6.042887934s, inspect: 4.352589658s, nilness: 3.621100371s, unused: 3.397106824s 
17:08:36 [2022-02-17T17:08:36.638Z] INFO [runner] Issues before processing: 3050, after processing: 0 
17:08:36 [2022-02-17T17:08:36.638Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2443/2443, identifier_marker: 2055/2055, cgo: 2443/3050, filename_unadjuster: 2443/2443, path_prettifier: 2443/2443, autogenerated_exclude: 2055/2443, skip_files: 2443/2443, exclude: 2055/2055, exclude-rules: 76/2055, nolint: 0/76 
17:08:36 [2022-02-17T17:08:36.638Z] INFO [runner] processing took 97.092149ms with stages: nolint: 48.344197ms, identifier_marker: 21.616466ms, path_prettifier: 9.294619ms, autogenerated_exclude: 8.059701ms, exclude-rules: 7.52069ms, skip_dirs: 1.817077ms, cgo: 273.947µs, filename_unadjuster: 159.504µs, max_same_issues: 1.514µs, uniq_by_line: 937ns, diff: 497ns, source_code: 478ns, max_from_linter: 473ns, sort_results: 428ns, exclude: 379ns, skip_files: 279ns, severity-rules: 276ns, path_shortener: 273ns, max_per_file_from_linter: 263ns, path_prefixer: 151ns 
17:08:36 [2022-02-17T17:08:36.638Z] INFO [runner] linters took 1m26.095633823s with stages: goanalysis_metalinter: 1m25.998369064s 
17:08:36 [2022-02-17T17:08:36.638Z] INFO File cache stats: 1672 entries of total size 8.4MiB 
17:08:36 [2022-02-17T17:08:36.638Z] INFO Memory: 2265 samples, avg is 296.2MB, max is 1061.6MB 
17:08:36 [2022-02-17T17:08:36.638Z] INFO Execution took 3m46.358529823s               
17:08:36 [2022-02-17T17:08:36.638Z] Congratulations! The shell scripts are properly formatted.