Skip to content

Console Output

07:36:13 [2022-04-28T07:36:13.383Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43536/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43536/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4cf904494e221d2a9846f4d720b6701a14215cb2 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4cf904494e221d2a9846f4d720b6701a14215cb2 hack/validate/default
07:36:14 [2022-04-28T07:36:14.755Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
07:36:14 [2022-04-28T07:36:14.755Z] No api/types/ or api/swagger.yaml changes in diff.
07:36:14 [2022-04-28T07:36:14.755Z] Congratulations!  All TOML source files changed here have valid syntax.
07:36:14 [2022-04-28T07:36:14.755Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
07:36:14 [2022-04-28T07:36:14.755Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
07:36:14 [2022-04-28T07:36:14.755Z] Congratulations!  No new tests were added to integration-cli.
07:36:14 [2022-04-28T07:36:14.755Z] 
07:36:14 [2022-04-28T07:36:14.755Z] INFO Start validation with golang-ci-lint
07:36:15 [2022-04-28T07:36:15.012Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
07:36:15 [2022-04-28T07:36:15.012Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
07:36:15 [2022-04-28T07:36:15.012Z] INFO [loader] Using build tags: [apparmor seccomp] 
07:37:11 [2022-04-28T07:37:11.233Z] INFO [loader] Go packages loading at mode 575 (deps|types_sizes|compiled_files|exports_file|files|imports|name) took 46.939319757s 
07:37:11 [2022-04-28T07:37:11.233Z] 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. 
07:37:11 [2022-04-28T07:37:11.233Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 169.168479ms 
07:37:33 [2022-04-28T07:37:33.175Z] INFO [linters context/goanalysis] analyzers took 7m9.206588894s with top 10 stages: buildir: 1m45.967848031s, goimports: 16.959936975s, gosec: 15.469900254s, unconvert: 11.394914442s, golint: 8.972950997s, directives: 8.785073438s, misspell: 7.640339853s, inspect: 6.630635217s, fact_deprecated: 6.419924231s, printf: 5.725561167s 
07:37:33 [2022-04-28T07:37:33.175Z] INFO [runner] Issues before processing: 3054, after processing: 0 
07:37:33 [2022-04-28T07:37:33.175Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2438/2438, exclude: 2054/2054, cgo: 2438/3054, path_prettifier: 2438/2438, filename_unadjuster: 2438/2438, skip_files: 2438/2438, identifier_marker: 2054/2054, autogenerated_exclude: 2054/2438, exclude-rules: 78/2054, nolint: 0/78 
07:37:33 [2022-04-28T07:37:33.175Z] INFO [runner] processing took 80.290015ms with stages: nolint: 31.142648ms, identifier_marker: 21.452969ms, path_prettifier: 9.461002ms, autogenerated_exclude: 8.293475ms, exclude-rules: 7.753319ms, skip_dirs: 1.824808ms, cgo: 217.091µs, filename_unadjuster: 140.211µs, max_same_issues: 857ns, exclude: 550ns, skip_files: 519ns, uniq_by_line: 476ns, source_code: 336ns, path_shortener: 310ns, max_from_linter: 300ns, max_per_file_from_linter: 257ns, diff: 254ns, severity-rules: 228ns, sort_results: 223ns, path_prefixer: 182ns 
07:37:33 [2022-04-28T07:37:33.175Z] INFO [runner] linters took 27.660256384s with stages: goanalysis_metalinter: 27.579853047s 
07:37:33 [2022-04-28T07:37:33.175Z] INFO File cache stats: 1668 entries of total size 8.5MiB 
07:37:33 [2022-04-28T07:37:33.175Z] INFO Memory: 740 samples, avg is 341.8MB, max is 1255.8MB 
07:37:33 [2022-04-28T07:37:33.175Z] INFO Execution took 1m14.776546318s               
07:37:33 [2022-04-28T07:37:33.175Z] Congratulations! The shell scripts are properly formatted.