Skip to content

Console Output

12:23:49 [2022-03-03T12:23:49.399Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43309/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43309/.git:/go/src/github.com/docker/docker/.git --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=360bf5efbacdb78a78bd4f7e192305342fdb63c9 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:360bf5efbacdb78a78bd4f7e192305342fdb63c9 hack/validate/default
12:23:49 [2022-03-03T12:23:49.971Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
12:23:49 [2022-03-03T12:23:49.971Z] No api/types/ or api/swagger.yaml changes in diff.
12:23:49 [2022-03-03T12:23:49.971Z] Congratulations!  All TOML source files changed here have valid syntax.
12:23:49 [2022-03-03T12:23:49.971Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
12:23:49 [2022-03-03T12:23:49.971Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
12:23:49 [2022-03-03T12:23:49.971Z] Congratulations!  No new tests were added to integration-cli.
12:23:49 [2022-03-03T12:23:49.971Z] 
12:23:49 [2022-03-03T12:23:49.971Z] INFO Start validation with golang-ci-lint
12:23:50 [2022-03-03T12:23:50.913Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
12:23:50 [2022-03-03T12:23:50.913Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:23:50 [2022-03-03T12:23:50.913Z] INFO [loader] Using build tags: [apparmor seccomp] 
12:26:12 [2022-03-03T12:26:12.483Z] INFO [loader] Go packages loading at mode 575 (compiled_files|files|name|types_sizes|deps|exports_file|imports) took 2m20.062401403s 
12:26:12 [2022-03-03T12:26:12.483Z] 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. 
12:26:12 [2022-03-03T12:26:12.483Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 475.132737ms 
12:27:48 [2022-03-03T12:27:48.967Z] INFO [linters context/goanalysis] analyzers took 4m32.105498065s with top 10 stages: buildir: 1m49.478327941s, goimports: 23.395907172s, unconvert: 16.854619295s, gosec: 14.315902068s, golint: 8.86145078s, S1038: 7.358959484s, misspell: 7.015784905s, directives: 4.064912464s, inspect: 3.823192003s, unused: 3.6895242s 
12:27:48 [2022-03-03T12:27:48.967Z] INFO [runner] Issues before processing: 3050, after processing: 0 
12:27:48 [2022-03-03T12:27:48.967Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2443/2443, skip_dirs: 2443/2443, autogenerated_exclude: 2055/2443, identifier_marker: 2055/2055, exclude-rules: 76/2055, filename_unadjuster: 2443/2443, exclude: 2055/2055, nolint: 0/76, cgo: 2443/3050, skip_files: 2443/2443 
12:27:48 [2022-03-03T12:27:48.967Z] INFO [runner] processing took 79.18718ms with stages: nolint: 31.41922ms, identifier_marker: 20.918511ms, path_prettifier: 9.300374ms, autogenerated_exclude: 8.007749ms, exclude-rules: 7.34716ms, skip_dirs: 1.792329ms, cgo: 251.441µs, filename_unadjuster: 144.387µs, max_same_issues: 1.845µs, uniq_by_line: 668ns, source_code: 610ns, max_from_linter: 476ns, path_shortener: 458ns, exclude: 389ns, diff: 347ns, path_prefixer: 300ns, skip_files: 254ns, severity-rules: 228ns, max_per_file_from_linter: 217ns, sort_results: 217ns 
12:27:48 [2022-03-03T12:27:48.967Z] INFO [runner] linters took 1m26.517843403s with stages: goanalysis_metalinter: 1m26.438534994s 
12:27:48 [2022-03-03T12:27:48.967Z] INFO File cache stats: 1672 entries of total size 8.4MiB 
12:27:48 [2022-03-03T12:27:48.967Z] INFO Memory: 2272 samples, avg is 296.1MB, max is 1061.6MB 
12:27:48 [2022-03-03T12:27:48.967Z] INFO Execution took 3m47.071504283s               
12:27:48 [2022-03-03T12:27:48.967Z] Congratulations! The shell scripts are properly formatted.