Skip to content

Console Output

19:27:11 [2022-02-15T19:27:11.398Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43238/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43238/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b9c8eca468259c087931a6c98129fd38892f834c -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b9c8eca468259c087931a6c98129fd38892f834c hack/validate/default
19:27:12 [2022-02-15T19:27:12.765Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
19:27:12 [2022-02-15T19:27:12.765Z] No api/types/ or api/swagger.yaml changes in diff.
19:27:12 [2022-02-15T19:27:12.765Z] Congratulations!  All TOML source files changed here have valid syntax.
19:27:12 [2022-02-15T19:27:12.765Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
19:27:12 [2022-02-15T19:27:12.765Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
19:27:12 [2022-02-15T19:27:12.765Z] Congratulations!  No new tests were added to integration-cli.
19:27:12 [2022-02-15T19:27:12.765Z] 
19:27:12 [2022-02-15T19:27:12.765Z] INFO Start validation with golang-ci-lint
19:27:13 [2022-02-15T19:27:13.693Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
19:27:13 [2022-02-15T19:27:13.693Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
19:27:13 [2022-02-15T19:27:13.693Z] INFO [loader] Using build tags: [apparmor seccomp] 
19:29:35 [2022-02-15T19:29:35.120Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|imports|name|types_sizes) took 2m19.286021893s 
19:29:35 [2022-02-15T19:29:35.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. 
19:29:35 [2022-02-15T19:29:35.120Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 496.397123ms 
19:31:11 [2022-02-15T19:31:11.527Z] INFO [linters context/goanalysis] analyzers took 4m16.057465107s with top 10 stages: buildir: 1m46.37160008s, goimports: 23.908709209s, unconvert: 18.991354189s, gosec: 14.212185436s, golint: 7.637268821s, S1038: 7.262858296s, misspell: 6.122860179s, inspect: 3.363527294s, nilness: 3.309637544s, S1039: 3.103601534s 
19:31:11 [2022-02-15T19:31:11.527Z] INFO [runner] Issues before processing: 3050, after processing: 0 
19:31:11 [2022-02-15T19:31:11.527Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2443/2443, skip_files: 2443/2443, autogenerated_exclude: 2055/2443, exclude-rules: 76/2055, cgo: 2443/3050, identifier_marker: 2055/2055, nolint: 0/76, filename_unadjuster: 2443/2443, skip_dirs: 2443/2443, exclude: 2055/2055 
19:31:11 [2022-02-15T19:31:11.527Z] INFO [runner] processing took 88.141928ms with stages: nolint: 34.223247ms, identifier_marker: 21.423331ms, path_prettifier: 13.709703ms, autogenerated_exclude: 8.875532ms, exclude-rules: 7.434998ms, skip_dirs: 1.877713ms, cgo: 361.858µs, filename_unadjuster: 230.204µs, max_same_issues: 1.362µs, uniq_by_line: 711ns, skip_files: 682ns, source_code: 385ns, max_from_linter: 351ns, diff: 347ns, exclude: 341ns, path_shortener: 324ns, max_per_file_from_linter: 270ns, severity-rules: 234ns, sort_results: 216ns, path_prefixer: 119ns 
19:31:11 [2022-02-15T19:31:11.527Z] INFO [runner] linters took 1m25.533938877s with stages: goanalysis_metalinter: 1m25.44561395s 
19:31:11 [2022-02-15T19:31:11.527Z] INFO File cache stats: 1672 entries of total size 8.4MiB 
19:31:11 [2022-02-15T19:31:11.527Z] INFO Memory: 2253 samples, avg is 310.5MB, max is 1103.0MB 
19:31:11 [2022-02-15T19:31:11.527Z] INFO Execution took 3m45.329040714s               
19:31:11 [2022-02-15T19:31:11.527Z] Congratulations! The shell scripts are properly formatted.