Skip to content

Console Output

11:21:21 [2022-04-17T11:21:21.785Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43449/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43449/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=83969fa3ddf8b10ade7189073638885e8234f586 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:83969fa3ddf8b10ade7189073638885e8234f586 hack/validate/default
11:21:22 [2022-04-17T11:21:22.348Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
11:21:22 [2022-04-17T11:21:22.348Z] No api/types/ or api/swagger.yaml changes in diff.
11:21:22 [2022-04-17T11:21:22.348Z] Congratulations!  All TOML source files changed here have valid syntax.
11:21:22 [2022-04-17T11:21:22.348Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
11:21:22 [2022-04-17T11:21:22.348Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
11:21:22 [2022-04-17T11:21:22.348Z] Congratulations!  No new tests were added to integration-cli.
11:21:22 [2022-04-17T11:21:22.348Z] 
11:21:22 [2022-04-17T11:21:22.348Z] INFO Start validation with golang-ci-lint
11:21:23 [2022-04-17T11:21:23.278Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
11:21:23 [2022-04-17T11:21:23.278Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:21:23 [2022-04-17T11:21:23.278Z] INFO [loader] Using build tags: [apparmor seccomp] 
11:24:14 [2022-04-17T11:24:14.820Z] INFO [loader] Go packages loading at mode 575 (imports|name|deps|exports_file|files|types_sizes|compiled_files) took 2m47.931491849s 
11:24:14 [2022-04-17T11:24:14.820Z] 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. 
11:24:14 [2022-04-17T11:24:14.820Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 483.515929ms 
11:25:51 [2022-04-17T11:25:51.209Z] INFO [linters context/goanalysis] analyzers took 4m39.798577851s with top 10 stages: buildir: 2m1.553562931s, goimports: 25.270762304s, unconvert: 17.296542696s, gosec: 16.178625822s, S1038: 8.043402899s, golint: 7.936315885s, misspell: 5.731447733s, nilness: 3.986895006s, inspect: 3.800502577s, printf: 3.415246934s 
11:25:51 [2022-04-17T11:25:51.209Z] INFO [runner] Issues before processing: 3056, after processing: 0 
11:25:51 [2022-04-17T11:25:51.209Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2440/2440, autogenerated_exclude: 2055/2440, exclude: 2055/2055, exclude-rules: 78/2055, nolint: 0/78, path_prettifier: 2440/2440, identifier_marker: 2055/2055, skip_files: 2440/2440, filename_unadjuster: 2440/2440, cgo: 2440/3056 
11:25:51 [2022-04-17T11:25:51.209Z] INFO [runner] processing took 80.259136ms with stages: nolint: 31.048753ms, identifier_marker: 21.459332ms, path_prettifier: 9.482123ms, autogenerated_exclude: 8.351587ms, exclude-rules: 7.695572ms, skip_dirs: 1.797223ms, cgo: 274.53µs, filename_unadjuster: 145.252µs, max_same_issues: 1.241µs, uniq_by_line: 602ns, skip_files: 509ns, exclude: 387ns, diff: 304ns, path_shortener: 297ns, source_code: 285ns, max_from_linter: 246ns, sort_results: 242ns, severity-rules: 236ns, max_per_file_from_linter: 223ns, path_prefixer: 192ns 
11:25:51 [2022-04-17T11:25:51.209Z] INFO [runner] linters took 1m30.541284962s with stages: goanalysis_metalinter: 1m30.460909513s 
11:25:51 [2022-04-17T11:25:51.209Z] INFO File cache stats: 1666 entries of total size 8.4MiB 
11:25:51 [2022-04-17T11:25:51.209Z] INFO Memory: 2591 samples, avg is 289.5MB, max is 1199.4MB 
11:25:51 [2022-04-17T11:25:51.209Z] INFO Execution took 4m18.9695268s                 
11:25:51 [2022-04-17T11:25:51.209Z] Congratulations! The shell scripts are properly formatted.