Skip to content

Console Output

14:39:20 [2022-03-07T14:39:20.504Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43342/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43342/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8512cf076c57e2425501a00e6efc0495c94fee7b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8512cf076c57e2425501a00e6efc0495c94fee7b hack/validate/default
14:39:21 [2022-03-07T14:39:21.076Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
14:39:21 [2022-03-07T14:39:21.076Z] No api/types/ or api/swagger.yaml changes in diff.
14:39:21 [2022-03-07T14:39:21.076Z] Congratulations!  All TOML source files changed here have valid syntax.
14:39:21 [2022-03-07T14:39:21.076Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
14:39:21 [2022-03-07T14:39:21.076Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
14:39:21 [2022-03-07T14:39:21.076Z] Congratulations!  No new tests were added to integration-cli.
14:39:21 [2022-03-07T14:39:21.076Z] 
14:39:21 [2022-03-07T14:39:21.076Z] INFO Start validation with golang-ci-lint
14:39:22 [2022-03-07T14:39:22.460Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
14:39:22 [2022-03-07T14:39:22.460Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:39:22 [2022-03-07T14:39:22.460Z] INFO [loader] Using build tags: [apparmor seccomp] 
14:41:44 [2022-03-07T14:41:44.078Z] INFO [loader] Go packages loading at mode 575 (files|imports|name|compiled_files|exports_file|types_sizes|deps) took 2m21.994089748s 
14:41:44 [2022-03-07T14:41:44.078Z] 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. 
14:41:44 [2022-03-07T14:41:44.649Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 490.456529ms 
14:43:21 [2022-03-07T14:43:21.151Z] INFO [linters context/goanalysis] analyzers took 4m20.671336846s with top 10 stages: buildir: 1m49.263464312s, goimports: 23.700677947s, unconvert: 17.975723156s, gosec: 14.744249089s, golint: 7.711421143s, S1038: 7.131584534s, misspell: 6.08786254s, nilness: 4.828088203s, inspect: 3.742235536s, unused: 3.352094832s 
14:43:21 [2022-03-07T14:43:21.151Z] INFO [runner] Issues before processing: 3050, after processing: 0 
14:43:21 [2022-03-07T14:43:21.151Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2443/2443, skip_dirs: 2443/2443, filename_unadjuster: 2443/2443, autogenerated_exclude: 2055/2443, cgo: 2443/3050, path_prettifier: 2443/2443, nolint: 0/76, identifier_marker: 2055/2055, exclude: 2055/2055, exclude-rules: 76/2055 
14:43:21 [2022-03-07T14:43:21.151Z] INFO [runner] processing took 153.668548ms with stages: identifier_marker: 52.346266ms, nolint: 52.038545ms, autogenerated_exclude: 20.19539ms, exclude-rules: 16.966543ms, path_prettifier: 9.87536ms, skip_dirs: 1.798452ms, cgo: 309.434µs, filename_unadjuster: 132.729µs, max_same_issues: 1.527µs, uniq_by_line: 676ns, diff: 459ns, source_code: 447ns, exclude: 420ns, max_from_linter: 399ns, skip_files: 396ns, severity-rules: 345ns, max_per_file_from_linter: 338ns, path_shortener: 326ns, sort_results: 267ns, path_prefixer: 229ns 
14:43:21 [2022-03-07T14:43:21.151Z] INFO [runner] linters took 1m27.477903693s with stages: goanalysis_metalinter: 1m27.324017484s 
14:43:21 [2022-03-07T14:43:21.151Z] INFO File cache stats: 1672 entries of total size 8.4MiB 
14:43:21 [2022-03-07T14:43:21.151Z] INFO Memory: 2301 samples, avg is 306.5MB, max is 1100.1MB 
14:43:21 [2022-03-07T14:43:21.151Z] INFO Execution took 3m49.971997702s               
14:43:21 [2022-03-07T14:43:21.151Z] Congratulations! The shell scripts are properly formatted.