Skip to content

Console Output

02:34:53 [2022-05-30T02:34:53.163Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43635/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43635/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0afc71fc90d208517bda0e2ac8f50a0a3a753f5d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0afc71fc90d208517bda0e2ac8f50a0a3a753f5d hack/validate/default
02:34:54 [2022-05-30T02:34:54.097Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
02:34:54 [2022-05-30T02:34:54.098Z] No api/types/ or api/swagger.yaml changes in diff.
02:34:54 [2022-05-30T02:34:54.098Z] Congratulations!  All TOML source files changed here have valid syntax.
02:34:54 [2022-05-30T02:34:54.098Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
02:34:54 [2022-05-30T02:34:54.098Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
02:34:54 [2022-05-30T02:34:54.098Z] Congratulations!  No new tests were added to integration-cli.
02:34:54 [2022-05-30T02:34:54.098Z] 
02:34:54 [2022-05-30T02:34:54.098Z] INFO Start validation with golang-ci-lint
02:34:54 [2022-05-30T02:34:54.665Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
02:34:54 [2022-05-30T02:34:54.665Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
02:37:46 [2022-05-30T02:37:46.166Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|exports_file|name|files|imports) took 2m51.203219586s 
02:37:46 [2022-05-30T02:37:46.166Z] 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. 
02:37:46 [2022-05-30T02:37:46.424Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 495.710263ms 
02:39:22 [2022-05-30T02:39:22.876Z] INFO [linters context/goanalysis] analyzers took 4m58.486089069s with top 10 stages: buildir: 2m3.694658294s, goimports: 25.067934868s, unconvert: 18.527679139s, gosec: 16.60863835s, golint: 8.232748285s, S1038: 7.998912458s, misspell: 7.8033572s, inspect: 4.564621876s, nilness: 4.423256822s, S1039: 3.599489947s 
02:39:22 [2022-05-30T02:39:22.876Z] INFO [runner] Issues before processing: 3030, after processing: 0 
02:39:22 [2022-05-30T02:39:22.876Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 2031/2414, nolint: 0/77, cgo: 2414/3030, skip_dirs: 2414/2414, filename_unadjuster: 2414/2414, path_prettifier: 2414/2414, skip_files: 2414/2414, exclude: 2031/2031, identifier_marker: 2031/2031, exclude-rules: 77/2031 
02:39:22 [2022-05-30T02:39:22.876Z] INFO [runner] processing took 159.856072ms with stages: nolint: 64.517537ms, identifier_marker: 43.412876ms, autogenerated_exclude: 18.586897ms, exclude-rules: 14.796196ms, path_prettifier: 13.883254ms, skip_dirs: 3.468245ms, cgo: 652.43µs, filename_unadjuster: 531.696µs, max_same_issues: 2.029µs, diff: 723ns, uniq_by_line: 629ns, path_shortener: 609ns, max_from_linter: 527ns, skip_files: 477ns, exclude: 465ns, source_code: 402ns, max_per_file_from_linter: 296ns, severity-rules: 281ns, sort_results: 258ns, path_prefixer: 245ns 
02:39:22 [2022-05-30T02:39:22.876Z] INFO [runner] linters took 1m31.613225196s with stages: goanalysis_metalinter: 1m31.452608142s 
02:39:22 [2022-05-30T02:39:22.876Z] INFO File cache stats: 1671 entries of total size 8.5MiB 
02:39:22 [2022-05-30T02:39:22.876Z] INFO Memory: 2635 samples, avg is 289.0MB, max is 1215.4MB 
02:39:22 [2022-05-30T02:39:22.876Z] INFO Execution took 4m23.325509436s               
02:39:22 [2022-05-30T02:39:22.876Z] Congratulations! The shell scripts are properly formatted.