Skip to content

Console Output

07:31:45 [2022-04-30T07:31:45.369Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43550/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43550/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7eb5d4c93d44f98a9a3ca14e99601623dacd1c52 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7eb5d4c93d44f98a9a3ca14e99601623dacd1c52 hack/validate/default
07:31:45 [2022-04-30T07:31:45.931Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
07:31:45 [2022-04-30T07:31:45.931Z] No api/types/ or api/swagger.yaml changes in diff.
07:31:45 [2022-04-30T07:31:45.931Z] Congratulations!  All TOML source files changed here have valid syntax.
07:31:45 [2022-04-30T07:31:45.931Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
07:31:45 [2022-04-30T07:31:45.931Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
07:31:45 [2022-04-30T07:31:45.931Z] Congratulations!  No new tests were added to integration-cli.
07:31:45 [2022-04-30T07:31:45.932Z] 
07:31:45 [2022-04-30T07:31:45.932Z] INFO Start validation with golang-ci-lint
07:31:46 [2022-04-30T07:31:46.862Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
07:31:46 [2022-04-30T07:31:46.862Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
07:31:46 [2022-04-30T07:31:46.862Z] INFO [loader] Using build tags: [apparmor seccomp] 
07:34:53 [2022-04-30T07:34:53.307Z] INFO [loader] Go packages loading at mode 575 (files|deps|exports_file|imports|name|types_sizes|compiled_files) took 2m51.789577633s 
07:34:53 [2022-04-30T07:34:53.307Z] 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:34:53 [2022-04-30T07:34:53.307Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 495.340491ms 
07:36:14 [2022-04-30T07:36:14.750Z] INFO [linters context/goanalysis] analyzers took 4m36.676726183s with top 10 stages: buildir: 2m0.843945653s, goimports: 23.263880507s, unconvert: 17.26759398s, gosec: 14.714534913s, golint: 8.032486813s, S1038: 8.003637966s, misspell: 6.446886985s, nilness: 4.347886603s, inspect: 3.407271549s, S1039: 3.377034839s 
07:36:14 [2022-04-30T07:36:14.750Z] INFO [runner] Issues before processing: 3032, after processing: 0 
07:36:14 [2022-04-30T07:36:14.750Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/78, cgo: 2416/3032, skip_files: 2416/2416, identifier_marker: 2033/2033, skip_dirs: 2416/2416, autogenerated_exclude: 2033/2416, exclude: 2033/2033, exclude-rules: 78/2033, filename_unadjuster: 2416/2416, path_prettifier: 2416/2416 
07:36:14 [2022-04-30T07:36:14.750Z] INFO [runner] processing took 82.082258ms with stages: nolint: 31.797066ms, identifier_marker: 22.195501ms, path_prettifier: 9.62506ms, autogenerated_exclude: 8.490831ms, exclude-rules: 7.675016ms, skip_dirs: 1.867005ms, cgo: 262.92µs, filename_unadjuster: 162.215µs, max_same_issues: 1.871µs, skip_files: 992ns, uniq_by_line: 787ns, exclude: 583ns, max_from_linter: 525ns, diff: 474ns, source_code: 309ns, severity-rules: 267ns, max_per_file_from_linter: 265ns, path_shortener: 260ns, sort_results: 207ns, path_prefixer: 104ns 
07:36:14 [2022-04-30T07:36:14.750Z] INFO [runner] linters took 1m31.761087434s with stages: goanalysis_metalinter: 1m31.678801338s 
07:36:14 [2022-04-30T07:36:14.750Z] INFO File cache stats: 1667 entries of total size 8.5MiB 
07:36:14 [2022-04-30T07:36:14.750Z] INFO Memory: 2642 samples, avg is 285.3MB, max is 1225.8MB 
07:36:14 [2022-04-30T07:36:14.750Z] INFO Execution took 4m24.056283413s               
07:36:14 [2022-04-30T07:36:14.750Z] Congratulations! The shell scripts are properly formatted.