Skip to content

Console Output

12:09:01 [2022-03-18T12:09:01.839Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43385/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43385/.git:/go/src/github.com/docker/docker/.git --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d9bb781c8283b988b88dcf62bc44dd660840b3d1 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d9bb781c8283b988b88dcf62bc44dd660840b3d1 hack/validate/default
12:09:02 [2022-03-18T12:09:02.776Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
12:09:02 [2022-03-18T12:09:02.776Z] No api/types/ or api/swagger.yaml changes in diff.
12:09:02 [2022-03-18T12:09:02.776Z] Congratulations!  All TOML source files changed here have valid syntax.
12:09:02 [2022-03-18T12:09:02.776Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
12:09:02 [2022-03-18T12:09:02.776Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
12:09:02 [2022-03-18T12:09:02.776Z] Congratulations!  No new tests were added to integration-cli.
12:09:02 [2022-03-18T12:09:02.776Z] 
12:09:02 [2022-03-18T12:09:02.776Z] INFO Start validation with golang-ci-lint
12:09:03 [2022-03-18T12:09:03.713Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
12:09:03 [2022-03-18T12:09:03.713Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:09:03 [2022-03-18T12:09:03.713Z] INFO [loader] Using build tags: [apparmor seccomp] 
12:11:55 [2022-03-18T12:11:55.218Z] INFO [loader] Go packages loading at mode 575 (compiled_files|imports|name|types_sizes|deps|exports_file|files) took 2m46.768178202s 
12:11:55 [2022-03-18T12:11:55.220Z] 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. 
12:11:55 [2022-03-18T12:11:55.220Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 493.821759ms 
12:13:31 [2022-03-18T12:13:31.678Z] INFO [linters context/goanalysis] analyzers took 4m28.731033678s with top 10 stages: buildir: 1m56.998305933s, goimports: 22.466269958s, unconvert: 17.369041207s, gosec: 14.458319616s, S1038: 8.127292717s, golint: 6.751913637s, misspell: 5.51941461s, nilness: 4.39556507s, inspect: 3.963406388s, printf: 3.445014016s 
12:13:31 [2022-03-18T12:13:31.678Z] INFO [runner] Issues before processing: 3056, after processing: 0 
12:13:31 [2022-03-18T12:13:31.678Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2440/2440, skip_files: 2440/2440, exclude: 2052/2052, exclude-rules: 78/2052, cgo: 2440/3056, filename_unadjuster: 2440/2440, autogenerated_exclude: 2052/2440, skip_dirs: 2440/2440, identifier_marker: 2052/2052, nolint: 0/78 
12:13:31 [2022-03-18T12:13:31.678Z] INFO [runner] processing took 84.3629ms with stages: nolint: 32.334325ms, identifier_marker: 22.423238ms, autogenerated_exclude: 9.747009ms, path_prettifier: 9.687683ms, exclude-rules: 7.699636ms, skip_dirs: 2.044746ms, cgo: 263.424µs, filename_unadjuster: 157.075µs, max_same_issues: 1.317µs, skip_files: 992ns, max_from_linter: 733ns, uniq_by_line: 665ns, exclude: 391ns, path_shortener: 314ns, diff: 295ns, source_code: 277ns, sort_results: 226ns, severity-rules: 221ns, max_per_file_from_linter: 219ns, path_prefixer: 114ns 
12:13:31 [2022-03-18T12:13:31.678Z] INFO [runner] linters took 1m30.573548061s with stages: goanalysis_metalinter: 1m30.489023421s 
12:13:31 [2022-03-18T12:13:31.678Z] INFO File cache stats: 1663 entries of total size 8.4MiB 
12:13:31 [2022-03-18T12:13:31.678Z] INFO Memory: 2580 samples, avg is 293.9MB, max is 1197.6MB 
12:13:31 [2022-03-18T12:13:31.678Z] INFO Execution took 4m17.848219851s               
12:13:31 [2022-03-18T12:13:31.678Z] Congratulations! The shell scripts are properly formatted.