Skip to content

Console Output

16:44:00 [2022-03-15T16:44:00.187Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43381/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43381/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8ac2f84f9ac99fdba225d4d9cd907b50908481fe -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8ac2f84f9ac99fdba225d4d9cd907b50908481fe hack/validate/default
16:44:00 [2022-03-15T16:44:00.749Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
16:44:00 [2022-03-15T16:44:00.749Z] No api/types/ or api/swagger.yaml changes in diff.
16:44:00 [2022-03-15T16:44:00.749Z] Congratulations!  All TOML source files changed here have valid syntax.
16:44:00 [2022-03-15T16:44:00.749Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
16:44:00 [2022-03-15T16:44:00.749Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
16:44:00 [2022-03-15T16:44:00.749Z] Congratulations!  No new tests were added to integration-cli.
16:44:00 [2022-03-15T16:44:00.749Z] 
16:44:00 [2022-03-15T16:44:00.749Z] INFO Start validation with golang-ci-lint
16:44:01 [2022-03-15T16:44:01.679Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
16:44:01 [2022-03-15T16:44:01.679Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:44:01 [2022-03-15T16:44:01.679Z] INFO [loader] Using build tags: [apparmor seccomp] 
16:46:38 [2022-03-15T16:46:38.120Z] INFO [loader] Go packages loading at mode 575 (types_sizes|exports_file|files|name|compiled_files|deps|imports) took 2m25.889803173s 
16:46:38 [2022-03-15T16:46:38.120Z] 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. 
16:46:38 [2022-03-15T16:46:38.120Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 481.666794ms 
16:47:59 [2022-03-15T16:47:59.522Z] INFO [linters context/goanalysis] analyzers took 4m41.29312921s with top 10 stages: buildir: 1m54.608962486s, goimports: 24.073007889s, unconvert: 17.174402611s, gosec: 14.276718556s, golint: 8.109201071s, S1038: 6.404086332s, misspell: 6.197864595s, nilness: 4.393547579s, S1039: 3.720097986s, inspect: 3.547386171s 
16:47:59 [2022-03-15T16:47:59.522Z] INFO [runner] Issues before processing: 3050, after processing: 0 
16:47:59 [2022-03-15T16:47:59.522Z] INFO [runner] Processors filtering stat (out/in): exclude: 2055/2055, skip_files: 2443/2443, skip_dirs: 2443/2443, filename_unadjuster: 2443/2443, nolint: 0/76, autogenerated_exclude: 2055/2443, path_prettifier: 2443/2443, identifier_marker: 2055/2055, exclude-rules: 76/2055, cgo: 2443/3050 
16:47:59 [2022-03-15T16:47:59.522Z] INFO [runner] processing took 85.168165ms with stages: nolint: 35.195929ms, identifier_marker: 21.814871ms, path_prettifier: 10.069344ms, autogenerated_exclude: 8.396988ms, exclude-rules: 7.381606ms, skip_dirs: 1.881597ms, cgo: 283.23µs, filename_unadjuster: 139.836µs, max_same_issues: 1.09µs, skip_files: 595ns, uniq_by_line: 568ns, diff: 444ns, source_code: 387ns, max_from_linter: 337ns, exclude: 269ns, path_shortener: 252ns, max_per_file_from_linter: 244ns, severity-rules: 240ns, sort_results: 229ns, path_prefixer: 109ns 
16:47:59 [2022-03-15T16:47:59.522Z] INFO [runner] linters took 1m31.027942599s with stages: goanalysis_metalinter: 1m30.94263748s 
16:47:59 [2022-03-15T16:47:59.522Z] INFO File cache stats: 1664 entries of total size 8.4MiB 
16:47:59 [2022-03-15T16:47:59.522Z] INFO Memory: 2376 samples, avg is 323.0MB, max is 1210.5MB 
16:47:59 [2022-03-15T16:47:59.522Z] INFO Execution took 3m57.409419786s               
16:47:59 [2022-03-15T16:47:59.522Z] Congratulations! The shell scripts are properly formatted.