Skip to content

Console Output

20:37:13 [2022-06-16T20:37:13.389Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43718/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43718/.git:/go/src/github.com/docker/docker/.git --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5edfd6d081a874032341554f42413201eba71525 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5edfd6d081a874032341554f42413201eba71525 hack/validate/default
20:37:13 [2022-06-16T20:37:13.955Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
20:37:13 [2022-06-16T20:37:13.955Z] No api/types/ or api/swagger.yaml changes in diff.
20:37:13 [2022-06-16T20:37:13.955Z] Congratulations!  All TOML source files changed here have valid syntax.
20:37:13 [2022-06-16T20:37:13.955Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:37:13 [2022-06-16T20:37:13.955Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
20:37:13 [2022-06-16T20:37:13.955Z] Congratulations!  No new tests were added to integration-cli.
20:37:13 [2022-06-16T20:37:13.955Z] 
20:37:13 [2022-06-16T20:37:13.955Z] INFO Start validation with golang-ci-lint
20:37:14 [2022-06-16T20:37:14.900Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:37:14 [2022-06-16T20:37:14.900Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:40:21 [2022-06-16T20:40:21.401Z] INFO [loader] Go packages loading at mode 575 (compiled_files|files|name|types_sizes|deps|exports_file|imports) took 2m54.560708184s 
20:40:21 [2022-06-16T20:40:21.401Z] 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. 
20:40:21 [2022-06-16T20:40:21.401Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 501.153901ms 
20:41:42 [2022-06-16T20:41:42.826Z] INFO [linters context/goanalysis] analyzers took 5m1.296931615s with top 10 stages: buildir: 2m0.755556543s, goimports: 24.391542254s, unconvert: 18.530399934s, gosec: 15.972866448s, S1038: 8.881766704s, golint: 8.225254681s, misspell: 6.071375464s, nilness: 4.071886095s, S1039: 4.00674662s, unused: 3.70343777s 
20:41:43 [2022-06-16T20:41:43.084Z] INFO [runner] Issues before processing: 3035, after processing: 0 
20:41:43 [2022-06-16T20:41:43.084Z] INFO [runner] Processors filtering stat (out/in): cgo: 2419/3035, path_prettifier: 2419/2419, skip_dirs: 2419/2419, autogenerated_exclude: 2036/2419, identifier_marker: 2036/2036, exclude-rules: 77/2036, skip_files: 2419/2419, exclude: 2036/2036, filename_unadjuster: 2419/2419, nolint: 0/77 
20:41:43 [2022-06-16T20:41:43.084Z] INFO [runner] processing took 163.339165ms with stages: identifier_marker: 53.307429ms, nolint: 47.377696ms, autogenerated_exclude: 27.239821ms, path_prettifier: 15.183667ms, exclude-rules: 14.890228ms, skip_dirs: 4.343975ms, cgo: 846.291µs, filename_unadjuster: 145.087µs, max_same_issues: 1.282µs, uniq_by_line: 684ns, skip_files: 432ns, path_prefixer: 366ns, exclude: 322ns, path_shortener: 313ns, diff: 299ns, source_code: 290ns, max_from_linter: 283ns, severity-rules: 237ns, max_per_file_from_linter: 233ns, sort_results: 230ns 
20:41:43 [2022-06-16T20:41:43.084Z] INFO [runner] linters took 1m33.086471805s with stages: goanalysis_metalinter: 1m32.92296932s 
20:41:43 [2022-06-16T20:41:43.084Z] INFO File cache stats: 1673 entries of total size 8.5MiB 
20:41:43 [2022-06-16T20:41:43.084Z] INFO Memory: 2683 samples, avg is 281.8MB, max is 1125.3MB 
20:41:43 [2022-06-16T20:41:43.084Z] INFO Execution took 4m28.160015081s               
20:41:43 [2022-06-16T20:41:43.650Z] Congratulations! The shell scripts are properly formatted.