Skip to content

Console Output

06:54:14 [2022-03-16T06:54:14.000Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43372/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43372/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6f899fe003c206cee7d3fa9e472e1aa3a74ff439 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6f899fe003c206cee7d3fa9e472e1aa3a74ff439 hack/validate/default
06:54:14 [2022-03-16T06:54:14.930Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
06:54:23 [2022-03-16T06:54:23.030Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
06:54:26 [2022-03-16T06:54:26.298Z] Congratulations!  All API changes are done the right way.
06:54:26 [2022-03-16T06:54:26.298Z] Congratulations!  All TOML source files changed here have valid syntax.
06:54:26 [2022-03-16T06:54:26.298Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
06:54:26 [2022-03-16T06:54:26.298Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
06:54:26 [2022-03-16T06:54:26.298Z] Congratulations!  No new tests were added to integration-cli.
06:54:26 [2022-03-16T06:54:26.298Z] 
06:54:26 [2022-03-16T06:54:26.298Z] INFO Start validation with golang-ci-lint
06:54:26 [2022-03-16T06:54:26.861Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
06:54:26 [2022-03-16T06:54:26.861Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
06:54:26 [2022-03-16T06:54:26.861Z] INFO [loader] Using build tags: [apparmor seccomp] 
06:57:03 [2022-03-16T06:57:03.292Z] INFO [loader] Go packages loading at mode 575 (deps|types_sizes|compiled_files|exports_file|files|imports|name) took 2m28.943309185s 
06:57:03 [2022-03-16T06:57:03.292Z] 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. 
06:57:03 [2022-03-16T06:57:03.292Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 489.202072ms 
06:58:39 [2022-03-16T06:58:39.757Z] INFO [linters context/goanalysis] analyzers took 4m39.710876413s with top 10 stages: buildir: 2m0.912743298s, goimports: 25.322843989s, unconvert: 17.693188345s, gosec: 16.018068205s, S1038: 8.611810532s, golint: 8.095030587s, misspell: 6.411358835s, inspect: 4.102999499s, nilness: 3.806601842s, directives: 3.432526251s 
06:58:39 [2022-03-16T06:58:39.757Z] INFO [runner] Issues before processing: 3050, after processing: 0 
06:58:39 [2022-03-16T06:58:39.757Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2443/2443, identifier_marker: 2055/2055, autogenerated_exclude: 2055/2443, exclude: 2055/2055, nolint: 0/76, path_prettifier: 2443/2443, skip_files: 2443/2443, exclude-rules: 76/2055, cgo: 2443/3050, filename_unadjuster: 2443/2443 
06:58:39 [2022-03-16T06:58:39.757Z] INFO [runner] processing took 83.947541ms with stages: nolint: 34.449615ms, identifier_marker: 21.481305ms, path_prettifier: 9.830243ms, autogenerated_exclude: 8.546513ms, exclude-rules: 7.396042ms, skip_dirs: 1.832399ms, cgo: 261.549µs, filename_unadjuster: 145.025µs, max_same_issues: 1.289µs, uniq_by_line: 684ns, max_from_linter: 444ns, source_code: 398ns, diff: 344ns, exclude: 295ns, skip_files: 260ns, path_shortener: 256ns, severity-rules: 240ns, sort_results: 229ns, max_per_file_from_linter: 219ns, path_prefixer: 192ns 
06:58:39 [2022-03-16T06:58:39.757Z] INFO [runner] linters took 1m32.764091177s with stages: goanalysis_metalinter: 1m32.680019545s 
06:58:39 [2022-03-16T06:58:39.757Z] INFO File cache stats: 1664 entries of total size 8.4MiB 
06:58:39 [2022-03-16T06:58:39.757Z] INFO Memory: 2423 samples, avg is 302.0MB, max is 1137.3MB 
06:58:39 [2022-03-16T06:58:39.757Z] INFO Execution took 4m2.206049863s                
06:58:39 [2022-03-16T06:58:39.757Z] Congratulations! The shell scripts are properly formatted.