Skip to content

Console Output

14:04:06 [2022-03-04T14:04:06.858Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43323/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43323/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a0230f3d9a1f650c06142a2865f8aed08e3a7f0d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a0230f3d9a1f650c06142a2865f8aed08e3a7f0d hack/validate/default
14:04:07 [2022-03-04T14:04:07.426Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
14:04:07 [2022-03-04T14:04:07.426Z] No api/types/ or api/swagger.yaml changes in diff.
14:04:07 [2022-03-04T14:04:07.426Z] Congratulations!  All TOML source files changed here have valid syntax.
14:04:07 [2022-03-04T14:04:07.426Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
14:04:07 [2022-03-04T14:04:07.426Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
14:04:07 [2022-03-04T14:04:07.426Z] Congratulations!  No new tests were added to integration-cli.
14:04:07 [2022-03-04T14:04:07.426Z] 
14:04:07 [2022-03-04T14:04:07.426Z] INFO Start validation with golang-ci-lint
14:04:08 [2022-03-04T14:04:08.371Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
14:04:08 [2022-03-04T14:04:08.371Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:04:08 [2022-03-04T14:04:08.371Z] INFO [loader] Using build tags: [apparmor seccomp] 
14:06:29 [2022-03-04T14:06:29.873Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|imports|name|types_sizes) took 2m20.985888835s 
14:06:29 [2022-03-04T14:06:29.873Z] 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. 
14:06:29 [2022-03-04T14:06:29.873Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 479.24867ms 
14:08:06 [2022-03-04T14:08:06.313Z] INFO [linters context/goanalysis] analyzers took 4m8.903082251s with top 10 stages: buildir: 1m47.293253288s, goimports: 22.536190124s, unconvert: 17.325143414s, gosec: 13.257275566s, golint: 6.81783601s, S1038: 6.807241652s, misspell: 5.219594184s, nilness: 3.980793528s, inspect: 3.524542004s, unused: 3.08510873s 
14:08:06 [2022-03-04T14:08:06.314Z] INFO [runner] Issues before processing: 3050, after processing: 0 
14:08:06 [2022-03-04T14:08:06.314Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 2055/2055, exclude-rules: 76/2055, nolint: 0/76, filename_unadjuster: 2443/2443, path_prettifier: 2443/2443, skip_files: 2443/2443, autogenerated_exclude: 2055/2443, cgo: 2443/3050, skip_dirs: 2443/2443, exclude: 2055/2055 
14:08:06 [2022-03-04T14:08:06.314Z] INFO [runner] processing took 138.335281ms with stages: nolint: 53.94024ms, identifier_marker: 39.334937ms, exclude-rules: 13.735467ms, path_prettifier: 13.650701ms, autogenerated_exclude: 13.015964ms, skip_dirs: 3.362076ms, cgo: 758.656µs, filename_unadjuster: 531.723µs, max_same_issues: 1.535µs, max_from_linter: 700ns, uniq_by_line: 671ns, diff: 437ns, exclude: 403ns, skip_files: 382ns, source_code: 379ns, path_shortener: 246ns, max_per_file_from_linter: 221ns, severity-rules: 216ns, sort_results: 211ns, path_prefixer: 116ns 
14:08:06 [2022-03-04T14:08:06.314Z] INFO [runner] linters took 1m26.566485549s with stages: goanalysis_metalinter: 1m26.427753151s 
14:08:06 [2022-03-04T14:08:06.314Z] INFO File cache stats: 1672 entries of total size 8.4MiB 
14:08:06 [2022-03-04T14:08:06.314Z] INFO Memory: 2282 samples, avg is 314.0MB, max is 1128.1MB 
14:08:06 [2022-03-04T14:08:06.314Z] INFO Execution took 3m48.042849524s               
14:08:06 [2022-03-04T14:08:06.314Z] Congratulations! The shell scripts are properly formatted.