Skip to content

Console Output

07:44:53 [2021-11-12T07:44:53.560Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42574/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42574/.git:/go/src/github.com/docker/docker/.git --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f52408815698f1ddd0dc028d0a53c4bc4783cd58 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f52408815698f1ddd0dc028d0a53c4bc4783cd58 hack/validate/default
07:44:54 [2021-11-12T07:44:54.944Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
07:44:54 [2021-11-12T07:44:54.944Z] No api/types/ or api/swagger.yaml changes in diff.
07:44:54 [2021-11-12T07:44:54.944Z] Congratulations!  All TOML source files changed here have valid syntax.
07:44:54 [2021-11-12T07:44:54.944Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
07:44:54 [2021-11-12T07:44:54.944Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
07:44:54 [2021-11-12T07:44:54.944Z] Congratulations!  No new tests were added to integration-cli.
07:44:54 [2021-11-12T07:44:54.944Z] 
07:44:54 [2021-11-12T07:44:54.944Z] INFO Start validation with golang-ci-lint
07:44:55 [2021-11-12T07:44:55.204Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
07:44:55 [2021-11-12T07:44:55.204Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
07:44:55 [2021-11-12T07:44:55.204Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
07:47:31 [2021-11-12T07:47:31.750Z] INFO [loader] Go packages loading at mode 575 (imports|compiled_files|exports_file|files|name|types_sizes|deps) took 2m22.12142913s 
07:47:31 [2021-11-12T07:47:31.750Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 503.80671ms 
07:48:39 [2021-11-12T07:48:39.493Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m6.51719666s with top 10 stages: buildssa: 1m30.431465853s, goimports: 20.450745884s, unconvert: 14.09402478s, gosec: 9.769708225s, golint: 5.567620713s, ineffassign: 4.90621188s, misspell: 4.318989529s, inspect: 3.379607831s, vrp: 2.838331259s, printf: 1.980981324s 
07:48:57 [2021-11-12T07:48:57.628Z] INFO [runner/unused/goanalysis] analyzers took 28.352275461s with top 10 stages: buildssa: 24.536683816s, U1000: 3.815591645s 
07:48:57 [2021-11-12T07:48:57.628Z] INFO [runner] Issues before processing: 2759, after processing: 0 
07:48:57 [2021-11-12T07:48:57.628Z] INFO [runner] Processors filtering stat (out/in): cgo: 2178/2759, path_prettifier: 2178/2178, skip_files: 2178/2178, autogenerated_exclude: 1790/2178, exclude-rules: 78/1790, identifier_marker: 1790/1790, exclude: 1790/1790, nolint: 0/78, filename_unadjuster: 2178/2178, skip_dirs: 2178/2178 
07:48:57 [2021-11-12T07:48:57.628Z] INFO [runner] processing took 74.55018ms with stages: nolint: 28.522058ms, identifier_marker: 24.938986ms, path_prettifier: 11.199289ms, autogenerated_exclude: 4.74834ms, exclude-rules: 2.929015ms, skip_dirs: 1.896028ms, cgo: 197.189µs, filename_unadjuster: 114.376µs, max_same_issues: 1.587µs, skip_files: 718ns, exclude: 652ns, uniq_by_line: 490ns, source_code: 355ns, max_from_linter: 323ns, diff: 317ns, max_per_file_from_linter: 234ns, path_shortener: 223ns 
07:48:57 [2021-11-12T07:48:57.628Z] INFO [runner] linters took 1m39.526426568s with stages: goanalysis_metalinter: 1m16.791083514s, unused: 22.660407463s 
07:48:57 [2021-11-12T07:48:57.628Z] INFO File cache stats: 1688 entries of total size 8.5MiB 
07:48:57 [2021-11-12T07:48:57.628Z] INFO Memory: 2423 samples, avg is 425.9MB, max is 4317.0MB 
07:48:57 [2021-11-12T07:48:57.628Z] INFO Execution took 4m2.163498701s                
07:48:57 [2021-11-12T07:48:57.891Z] Congratulations! The shell scripts are properly formatted.