Skip to content

Console Output

06:38:49 [2022-03-01T06:38:49.955Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43303/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43303/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9efa8b3500f43524d705cd703dac5ea5944b8ef6 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 hack/validate/default
06:38:50 [2022-03-01T06:38:50.525Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
06:38:50 [2022-03-01T06:38:50.525Z] No api/types/ or api/swagger.yaml changes in diff.
06:38:50 [2022-03-01T06:38:50.525Z] Congratulations!  All TOML source files changed here have valid syntax.
06:38:50 [2022-03-01T06:38:50.525Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
06:38:50 [2022-03-01T06:38:50.525Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
06:38:50 [2022-03-01T06:38:50.525Z] Congratulations!  No new tests were added to integration-cli.
06:38:50 [2022-03-01T06:38:50.525Z] 
06:38:50 [2022-03-01T06:38:50.525Z] INFO Start validation with golang-ci-lint
06:38:51 [2022-03-01T06:38:51.459Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
06:38:51 [2022-03-01T06:38:51.459Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
06:38:51 [2022-03-01T06:38:51.459Z] INFO [loader] Using build tags: [apparmor seccomp] 
06:41:12 [2022-03-01T06:41:12.977Z] INFO [loader] Go packages loading at mode 575 (exports_file|deps|files|imports|name|types_sizes|compiled_files) took 2m19.990148602s 
06:41:12 [2022-03-01T06:41:12.977Z] 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. 
06:41:12 [2022-03-01T06:41:12.977Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 483.234739ms 
06:42:49 [2022-03-01T06:42:49.438Z] INFO [linters context/goanalysis] analyzers took 4m32.003094367s with top 10 stages: buildir: 1m49.23962219s, goimports: 23.126720507s, unconvert: 17.6083312s, gosec: 14.467997959s, golint: 8.303819247s, S1038: 7.090567419s, misspell: 5.484953738s, nilness: 3.703456987s, inspect: 3.629926202s, directives: 3.414799911s 
06:42:49 [2022-03-01T06:42:49.438Z] INFO [runner] Issues before processing: 3050, after processing: 0 
06:42:49 [2022-03-01T06:42:49.438Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2443/2443, exclude: 2055/2055, cgo: 2443/3050, skip_files: 2443/2443, skip_dirs: 2443/2443, autogenerated_exclude: 2055/2443, nolint: 0/76, filename_unadjuster: 2443/2443, exclude-rules: 76/2055, identifier_marker: 2055/2055 
06:42:49 [2022-03-01T06:42:49.438Z] INFO [runner] processing took 82.110128ms with stages: nolint: 32.86168ms, identifier_marker: 21.112922ms, path_prettifier: 9.978506ms, autogenerated_exclude: 8.484643ms, exclude-rules: 7.402862ms, skip_dirs: 1.80803ms, cgo: 317.662µs, filename_unadjuster: 138.884µs, max_same_issues: 1.231µs, uniq_by_line: 720ns, max_from_linter: 438ns, path_shortener: 412ns, source_code: 375ns, diff: 365ns, exclude: 325ns, skip_files: 272ns, severity-rules: 243ns, max_per_file_from_linter: 218ns, sort_results: 216ns, path_prefixer: 124ns 
06:42:49 [2022-03-01T06:42:49.438Z] INFO [runner] linters took 1m25.944123328s with stages: goanalysis_metalinter: 1m25.861890777s 
06:42:49 [2022-03-01T06:42:49.438Z] INFO File cache stats: 1672 entries of total size 8.4MiB 
06:42:49 [2022-03-01T06:42:49.438Z] INFO Memory: 2266 samples, avg is 302.8MB, max is 1077.3MB 
06:42:49 [2022-03-01T06:42:49.438Z] INFO Execution took 3m46.4294589s                 
06:42:49 [2022-03-01T06:42:49.438Z] Congratulations! The shell scripts are properly formatted.