Skip to content

Console Output

22:24:21 [2022-12-02T22:24:21.899Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44569/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44569/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=966327c1e53cbfac3bf683126fcc03b2660eef2e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:966327c1e53cbfac3bf683126fcc03b2660eef2e hack/validate/default
22:24:22 [2022-12-02T22:24:22.465Z] Congratulations!  All commits are properly signed with the DCO!
22:24:23 [2022-12-02T22:24:23.840Z] Congratulations!  Seccomp profile generation is done correctly.
22:24:23 [2022-12-02T22:24:23.840Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
22:24:31 [2022-12-02T22:24:31.952Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
22:24:32 [2022-12-02T22:24:32.519Z] Congratulations!  All API changes are done the right way.
22:24:32 [2022-12-02T22:24:32.519Z] Congratulations!  All TOML source files changed here have valid syntax.
22:24:32 [2022-12-02T22:24:32.519Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
22:24:32 [2022-12-02T22:24:32.519Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
22:24:32 [2022-12-02T22:24:32.519Z] Congratulations!  No new tests were added to integration-cli.
22:24:32 [2022-12-02T22:24:32.519Z] 
22:24:32 [2022-12-02T22:24:32.519Z] INFO Start validation with golang-ci-lint
22:24:33 [2022-12-02T22:24:33.453Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
22:24:33 [2022-12-02T22:24:33.453Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:24:33 [2022-12-02T22:24:33.453Z] INFO [loader] Using build tags: [apparmor seccomp] 
22:27:09 [2022-12-02T22:27:09.924Z] INFO [loader] Go packages loading at mode 575 (imports|name|types_sizes|compiled_files|exports_file|files|deps) took 2m27.122916566s 
22:27:09 [2022-12-02T22:27:09.924Z] 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. 
22:27:09 [2022-12-02T22:27:09.924Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 394.778556ms 
22:28:31 [2022-12-02T22:28:31.461Z] INFO [linters context/goanalysis] analyzers took 4m13.81690718s with top 10 stages: buildir: 1m42.086339647s, goimports: 22.022943141s, unconvert: 14.672140175s, gosec: 12.854070996s, golint: 6.842674912s, S1038: 6.098429643s, misspell: 5.711642328s, nilness: 3.892719898s, S1039: 3.730979861s, inspect: 3.682950375s 
22:28:31 [2022-12-02T22:28:31.461Z] INFO [runner] Issues before processing: 2495, after processing: 0 
22:28:31 [2022-12-02T22:28:31.461Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1877/1877, skip_files: 1877/1877, identifier_marker: 1772/1772, cgo: 1877/2495, path_prettifier: 1877/1877, exclude-rules: 78/1772, nolint: 0/78, autogenerated_exclude: 1772/1877, exclude: 1772/1772, skip_dirs: 1877/1877 
22:28:31 [2022-12-02T22:28:31.461Z] INFO [runner] processing took 68.916305ms with stages: nolint: 26.263613ms, identifier_marker: 18.778164ms, path_prettifier: 7.866299ms, exclude-rules: 7.227998ms, autogenerated_exclude: 6.874466ms, skip_dirs: 1.500733ms, cgo: 292.475µs, filename_unadjuster: 106.722µs, max_same_issues: 1.657µs, uniq_by_line: 696ns, exclude: 470ns, max_from_linter: 461ns, path_prefixer: 452ns, skip_files: 393ns, diff: 357ns, sort_results: 318ns, source_code: 315ns, max_per_file_from_linter: 240ns, path_shortener: 239ns, severity-rules: 237ns 
22:28:31 [2022-12-02T22:28:31.461Z] INFO [runner] linters took 1m18.236125123s with stages: goanalysis_metalinter: 1m18.167078682s 
22:28:31 [2022-12-02T22:28:31.461Z] INFO File cache stats: 1458 entries of total size 6.9MiB 
22:28:31 [2022-12-02T22:28:31.461Z] INFO Memory: 2259 samples, avg is 279.3MB, max is 1076.9MB 
22:28:31 [2022-12-02T22:28:31.461Z] INFO Execution took 3m45.762327097s               
22:28:31 [2022-12-02T22:28:31.461Z] Congratulations! The shell scripts are properly formatted.