Skip to content

Console Output

00:23:22 [2022-09-02T00:23:22.572Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44067/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44067/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9e7662e4a7720e2dba7bccc7ffde5c33780e6f45 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:9e7662e4a7720e2dba7bccc7ffde5c33780e6f45 hack/validate/default
00:23:23 [2022-09-02T00:23:23.134Z] Congratulations!  All commits are properly signed with the DCO!
00:23:24 [2022-09-02T00:23:24.064Z] Congratulations!  Seccomp profile generation is done correctly.
00:23:24 [2022-09-02T00:23:24.064Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
00:23:32 [2022-09-02T00:23:32.239Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
00:23:33 [2022-09-02T00:23:33.604Z] Congratulations!  All API changes are done the right way.
00:23:33 [2022-09-02T00:23:33.604Z] Congratulations!  All TOML source files changed here have valid syntax.
00:23:33 [2022-09-02T00:23:33.604Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
00:23:33 [2022-09-02T00:23:33.604Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
00:23:33 [2022-09-02T00:23:33.604Z] Congratulations!  No new tests were added to integration-cli.
00:23:33 [2022-09-02T00:23:33.604Z] 
00:23:33 [2022-09-02T00:23:33.604Z] INFO Start validation with golang-ci-lint
00:23:34 [2022-09-02T00:23:34.166Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
00:23:34 [2022-09-02T00:23:34.166Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
00:23:34 [2022-09-02T00:23:34.166Z] INFO [loader] Using build tags: [apparmor seccomp] 
00:26:10 [2022-09-02T00:26:10.580Z] INFO [loader] Go packages loading at mode 575 (deps|imports|types_sizes|compiled_files|exports_file|files|name) took 2m24.152367305s 
00:26:10 [2022-09-02T00:26:10.580Z] 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. 
00:26:10 [2022-09-02T00:26:10.580Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 399.943682ms 
00:27:18 [2022-09-02T00:27:18.221Z] INFO [linters context/goanalysis] analyzers took 3m53.555121819s with top 10 stages: buildir: 1m42.378548977s, goimports: 20.661663986s, unconvert: 14.007926616s, gosec: 12.547189466s, S1038: 6.750006299s, golint: 6.525216935s, misspell: 5.546089179s, nilness: 3.60535997s, S1039: 3.561067812s, inspect: 3.363636059s 
00:27:18 [2022-09-02T00:27:18.221Z] INFO [runner] Issues before processing: 2482, after processing: 0 
00:27:18 [2022-09-02T00:27:18.221Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 1870/1870, exclude: 1765/1765, exclude-rules: 78/1765, cgo: 1870/2482, path_prettifier: 1870/1870, skip_files: 1870/1870, autogenerated_exclude: 1765/1870, filename_unadjuster: 1870/1870, identifier_marker: 1765/1765, nolint: 0/78 
00:27:18 [2022-09-02T00:27:18.221Z] INFO [runner] processing took 68.510502ms with stages: nolint: 26.201904ms, identifier_marker: 18.701694ms, path_prettifier: 7.935261ms, exclude-rules: 7.142983ms, autogenerated_exclude: 6.724431ms, skip_dirs: 1.500236ms, cgo: 183.977µs, filename_unadjuster: 114.609µs, max_same_issues: 1.842µs, uniq_by_line: 762ns, skip_files: 422ns, source_code: 340ns, max_from_linter: 318ns, diff: 308ns, severity-rules: 290ns, exclude: 269ns, sort_results: 262ns, max_per_file_from_linter: 257ns, path_shortener: 218ns, path_prefixer: 119ns 
00:27:18 [2022-09-02T00:27:18.221Z] INFO [runner] linters took 1m16.886570824s with stages: goanalysis_metalinter: 1m16.81791815s 
00:27:18 [2022-09-02T00:27:18.221Z] INFO File cache stats: 1456 entries of total size 6.9MiB 
00:27:18 [2022-09-02T00:27:18.221Z] INFO Memory: 2216 samples, avg is 282.4MB, max is 1092.3MB 
00:27:18 [2022-09-02T00:27:18.221Z] INFO Execution took 3m41.448583507s               
00:27:18 [2022-09-02T00:27:18.221Z] Congratulations! The shell scripts are properly formatted.