Skip to content

Console Output

22:29:25 [2022-08-25T22:29:25.635Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44036/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44036/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=437c2d64f96bc293f4281a380dd2f375c45f47b3 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:437c2d64f96bc293f4281a380dd2f375c45f47b3 hack/validate/default
22:29:26 [2022-08-25T22:29:26.196Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
22:29:26 [2022-08-25T22:29:26.196Z] No api/types/ or api/swagger.yaml changes in diff.
22:29:26 [2022-08-25T22:29:26.196Z] Congratulations!  All TOML source files changed here have valid syntax.
22:29:26 [2022-08-25T22:29:26.196Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
22:29:26 [2022-08-25T22:29:26.196Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
22:29:26 [2022-08-25T22:29:26.196Z] 
22:29:26 [2022-08-25T22:29:26.196Z] INFO Start validation with golang-ci-lint
22:29:27 [2022-08-25T22:29:27.123Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
22:29:27 [2022-08-25T22:29:27.123Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
22:29:27 [2022-08-25T22:29:27.123Z] INFO [loader] Using build tags: [ journald]       
22:32:33 [2022-08-25T22:32:33.606Z] INFO [loader] Go packages loading at mode 575 (imports|name|compiled_files|exports_file|files|types_sizes|deps) took 2m55.448661993s 
22:32:33 [2022-08-25T22:32:33.607Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 503.212187ms 
22:34:24 [2022-08-25T22:34:24.995Z] INFO [linters context/goanalysis] analyzers took 6m39.894064044s with top 10 stages: buildir: 2m27.088475689s, the_only_name: 42.560511712s, goimports: 29.778606794s, unconvert: 24.951129887s, gosec: 19.24874332s, S1038: 18.420551216s, unused: 6.229005615s, misspell: 6.198788633s, S1039: 5.045527207s, SA4030: 4.545523852s 
22:34:24 [2022-08-25T22:34:24.995Z] INFO [runner] Issues before processing: 2441, after processing: 0 
22:34:24 [2022-08-25T22:34:24.995Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/79, exclude-rules: 79/2017, identifier_marker: 2017/2017, exclude: 2017/2017, skip_dirs: 2120/2120, filename_unadjuster: 2120/2120, path_prettifier: 2120/2120, skip_files: 2120/2120, autogenerated_exclude: 2017/2120, cgo: 2120/2441 
22:34:24 [2022-08-25T22:34:24.995Z] INFO [runner] processing took 83.481665ms with stages: nolint: 34.807378ms, identifier_marker: 21.660683ms, path_prettifier: 8.917731ms, autogenerated_exclude: 8.129156ms, exclude-rules: 7.84224ms, skip_dirs: 1.729102ms, cgo: 250.977µs, filename_unadjuster: 139.525µs, max_same_issues: 1.265µs, uniq_by_line: 609ns, skip_files: 403ns, diff: 385ns, max_from_linter: 374ns, exclude: 348ns, source_code: 298ns, path_shortener: 291ns, severity-rules: 252ns, max_per_file_from_linter: 241ns, sort_results: 234ns, path_prefixer: 173ns 
22:34:24 [2022-08-25T22:34:24.995Z] INFO [runner] linters took 1m47.73770795s with stages: goanalysis_metalinter: 1m47.654100355s 
22:34:24 [2022-08-25T22:34:24.995Z] INFO File cache stats: 1704 entries of total size 8.7MiB 
22:34:24 [2022-08-25T22:34:24.995Z] INFO Memory: 2838 samples, avg is 312.4MB, max is 1156.0MB 
22:34:24 [2022-08-25T22:34:24.995Z] INFO Execution took 4m43.701630474s               
22:34:24 [2022-08-25T22:34:24.995Z] Congratulations! The shell scripts are properly formatted.