Skip to content

Console Output

16:30:50 [2022-04-04T16:30:50.930Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43455/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43455/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=846af8e413e10efa87aa05eed55008dfce692cca -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:846af8e413e10efa87aa05eed55008dfce692cca hack/validate/default
16:30:52 [2022-04-04T16:30:52.306Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
16:30:52 [2022-04-04T16:30:52.306Z] No api/types/ or api/swagger.yaml changes in diff.
16:30:52 [2022-04-04T16:30:52.306Z] Congratulations!  All TOML source files changed here have valid syntax.
16:30:52 [2022-04-04T16:30:52.306Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
16:30:52 [2022-04-04T16:30:52.306Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
16:30:52 [2022-04-04T16:30:52.306Z] Congratulations!  No new tests were added to integration-cli.
16:30:52 [2022-04-04T16:30:52.306Z] 
16:30:52 [2022-04-04T16:30:52.306Z] INFO Start validation with golang-ci-lint
16:30:52 [2022-04-04T16:30:52.873Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
16:30:52 [2022-04-04T16:30:52.873Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:30:52 [2022-04-04T16:30:52.873Z] INFO [loader] Using build tags: [apparmor seccomp] 
16:33:44 [2022-04-04T16:33:44.444Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|name|types_sizes|compiled_files|deps|imports) took 2m50.51073897s 
16:33:44 [2022-04-04T16:33:44.444Z] 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:33:44 [2022-04-04T16:33:44.444Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 487.311471ms 
16:35:20 [2022-04-04T16:35:20.905Z] INFO [linters context/goanalysis] analyzers took 4m47.320591132s with top 10 stages: buildir: 2m0.023743456s, goimports: 23.774569249s, unconvert: 19.344809508s, gosec: 16.097117733s, S1038: 8.429283043s, golint: 8.151277876s, misspell: 7.015990403s, nilness: 4.737530202s, unused: 4.187189292s, inspect: 4.042685232s 
16:35:20 [2022-04-04T16:35:20.905Z] INFO [runner] Issues before processing: 3056, after processing: 0 
16:35:20 [2022-04-04T16:35:20.905Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/78, exclude: 2055/2055, exclude-rules: 78/2055, path_prettifier: 2440/2440, autogenerated_exclude: 2055/2440, identifier_marker: 2055/2055, skip_files: 2440/2440, skip_dirs: 2440/2440, cgo: 2440/3056, filename_unadjuster: 2440/2440 
16:35:20 [2022-04-04T16:35:20.905Z] INFO [runner] processing took 210.34547ms with stages: nolint: 82.301097ms, identifier_marker: 65.408237ms, path_prettifier: 29.498585ms, exclude-rules: 14.592928ms, autogenerated_exclude: 12.557115ms, skip_dirs: 3.534329ms, filename_unadjuster: 1.491914ms, cgo: 953.809µs, max_same_issues: 1.849µs, skip_files: 978ns, uniq_by_line: 815ns, severity-rules: 669ns, exclude: 663ns, max_from_linter: 489ns, diff: 461ns, source_code: 415ns, path_shortener: 372ns, max_per_file_from_linter: 322ns, sort_results: 247ns, path_prefixer: 176ns 
16:35:20 [2022-04-04T16:35:20.905Z] INFO [runner] linters took 1m32.29867701s with stages: goanalysis_metalinter: 1m32.088105002s 
16:35:20 [2022-04-04T16:35:20.905Z] INFO File cache stats: 1666 entries of total size 8.4MiB 
16:35:20 [2022-04-04T16:35:20.905Z] INFO Memory: 2635 samples, avg is 289.0MB, max is 1222.9MB 
16:35:20 [2022-04-04T16:35:20.905Z] INFO Execution took 4m23.307619339s               
16:35:20 [2022-04-04T16:35:20.905Z] Congratulations! The shell scripts are properly formatted.