Skip to content

Console Output

13:09:45 [2022-09-06T13:09:45.522Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44093/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44093/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=97014a8db51a9be25422a49863bf4c3ed12c9b42 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:97014a8db51a9be25422a49863bf4c3ed12c9b42 hack/validate/default
13:09:46 [2022-09-06T13:09:46.084Z] Congratulations!  All commits are properly signed with the DCO!
13:09:47 [2022-09-06T13:09:47.013Z] Congratulations!  Seccomp profile generation is done correctly.
13:09:47 [2022-09-06T13:09:47.013Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:09:55 [2022-09-06T13:09:55.107Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
13:09:55 [2022-09-06T13:09:55.668Z] Congratulations!  All API changes are done the right way.
13:09:55 [2022-09-06T13:09:55.668Z] Congratulations!  All TOML source files changed here have valid syntax.
13:09:55 [2022-09-06T13:09:55.668Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:09:55 [2022-09-06T13:09:55.668Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:09:55 [2022-09-06T13:09:55.668Z] Congratulations!  No new tests were added to integration-cli.
13:09:55 [2022-09-06T13:09:55.668Z] 
13:09:55 [2022-09-06T13:09:55.668Z] INFO Start validation with golang-ci-lint
13:09:56 [2022-09-06T13:09:56.250Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:09:56 [2022-09-06T13:09:56.250Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:09:56 [2022-09-06T13:09:56.250Z] INFO [loader] Using build tags: [apparmor seccomp] 
13:12:17 [2022-09-06T13:12:17.660Z] INFO [loader] Go packages loading at mode 575 (exports_file|imports|name|deps|files|types_sizes|compiled_files) took 2m16.418017871s 
13:12:17 [2022-09-06T13:12:17.660Z] 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. 
13:12:17 [2022-09-06T13:12:17.660Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 377.884931ms 
13:13:39 [2022-09-06T13:13:39.046Z] INFO [linters context/goanalysis] analyzers took 3m48.137130225s with top 10 stages: buildir: 1m35.75852485s, goimports: 20.460866196s, unconvert: 14.582499939s, gosec: 11.973351157s, S1038: 6.88114293s, golint: 5.483637152s, misspell: 4.859903589s, inspect: 3.817400605s, nilness: 3.647709745s, S1039: 2.980384752s 
13:13:39 [2022-09-06T13:13:39.046Z] INFO [runner] Issues before processing: 2482, after processing: 0 
13:13:39 [2022-09-06T13:13:39.046Z] INFO [runner] Processors filtering stat (out/in): cgo: 1870/2482, filename_unadjuster: 1870/1870, path_prettifier: 1870/1870, skip_dirs: 1870/1870, nolint: 0/78, skip_files: 1870/1870, autogenerated_exclude: 1765/1870, exclude-rules: 78/1765, identifier_marker: 1765/1765, exclude: 1765/1765 
13:13:39 [2022-09-06T13:13:39.046Z] INFO [runner] processing took 103.443761ms with stages: identifier_marker: 33.688421ms, nolint: 29.426852ms, path_prettifier: 12.758397ms, exclude-rules: 12.734007ms, autogenerated_exclude: 10.372951ms, skip_dirs: 3.344311ms, cgo: 622.03µs, filename_unadjuster: 492.123µs, max_same_issues: 1.266µs, uniq_by_line: 552ns, path_prefixer: 386ns, skip_files: 353ns, max_from_linter: 342ns, exclude: 304ns, diff: 268ns, max_per_file_from_linter: 262ns, path_shortener: 239ns, source_code: 235ns, severity-rules: 232ns, sort_results: 230ns 
13:13:39 [2022-09-06T13:13:39.046Z] INFO [runner] linters took 1m13.66629235s with stages: goanalysis_metalinter: 1m13.562730373s 
13:13:39 [2022-09-06T13:13:39.046Z] INFO File cache stats: 1456 entries of total size 6.9MiB 
13:13:39 [2022-09-06T13:13:39.046Z] INFO Memory: 2106 samples, avg is 284.6MB, max is 1079.4MB 
13:13:39 [2022-09-06T13:13:39.046Z] INFO Execution took 3m30.470118077s               
13:13:39 [2022-09-06T13:13:39.046Z] Congratulations! The shell scripts are properly formatted.