Skip to content

Console Output

23:10:48 [2022-03-25T23:10:48.521Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42064/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42064/.git:/go/src/github.com/docker/docker/.git --name docker-pr16 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1e645fb70f84bfb93f56d1792fba6b1a8126e1fd -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1e645fb70f84bfb93f56d1792fba6b1a8126e1fd hack/validate/default
23:10:49 [2022-03-25T23:10:49.092Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
23:10:57 [2022-03-25T23:10:57.226Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
23:11:02 [2022-03-25T23:11:02.505Z] Congratulations!  All API changes are done the right way.
23:11:02 [2022-03-25T23:11:02.505Z] Congratulations!  All TOML source files changed here have valid syntax.
23:11:02 [2022-03-25T23:11:02.505Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
23:11:02 [2022-03-25T23:11:02.505Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
23:11:02 [2022-03-25T23:11:02.505Z] Congratulations!  No new tests were added to integration-cli.
23:11:02 [2022-03-25T23:11:02.505Z] 
23:11:02 [2022-03-25T23:11:02.505Z] INFO Start validation with golang-ci-lint
23:11:03 [2022-03-25T23:11:03.074Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
23:11:03 [2022-03-25T23:11:03.074Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:11:03 [2022-03-25T23:11:03.074Z] INFO [loader] Using build tags: [apparmor seccomp] 
23:13:54 [2022-03-25T23:13:54.687Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|files|name|deps|imports|types_sizes) took 2m49.169708039s 
23:13:54 [2022-03-25T23:13:54.697Z] 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. 
23:13:54 [2022-03-25T23:13:54.697Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 493.80765ms 
23:15:31 [2022-03-25T23:15:31.187Z] INFO [linters context/goanalysis] analyzers took 4m44.736485403s with top 10 stages: buildir: 1m56.36302307s, goimports: 23.706066194s, unconvert: 17.377599003s, gosec: 14.544911614s, S1038: 8.353872559s, golint: 7.562282985s, misspell: 6.11464918s, nilness: 4.899736346s, inspect: 3.873944325s, unused: 3.605705817s 
23:15:31 [2022-03-25T23:15:31.187Z] INFO [runner] Issues before processing: 3056, after processing: 0 
23:15:31 [2022-03-25T23:15:31.187Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/78, skip_files: 2440/2440, exclude: 2055/2055, exclude-rules: 78/2055, identifier_marker: 2055/2055, filename_unadjuster: 2440/2440, cgo: 2440/3056, skip_dirs: 2440/2440, autogenerated_exclude: 2055/2440, path_prettifier: 2440/2440 
23:15:31 [2022-03-25T23:15:31.187Z] INFO [runner] processing took 82.55792ms with stages: nolint: 31.890778ms, identifier_marker: 21.811333ms, path_prettifier: 9.673564ms, autogenerated_exclude: 9.122577ms, exclude-rules: 7.719038ms, skip_dirs: 1.896139ms, cgo: 291.652µs, filename_unadjuster: 146.199µs, max_same_issues: 1.213µs, exclude: 800ns, skip_files: 788ns, uniq_by_line: 740ns, path_shortener: 702ns, sort_results: 531ns, severity-rules: 452ns, source_code: 368ns, diff: 360ns, max_from_linter: 350ns, max_per_file_from_linter: 227ns, path_prefixer: 109ns 
23:15:31 [2022-03-25T23:15:31.187Z] INFO [runner] linters took 1m30.639482085s with stages: goanalysis_metalinter: 1m30.556734463s 
23:15:31 [2022-03-25T23:15:31.187Z] INFO File cache stats: 1666 entries of total size 8.4MiB 
23:15:31 [2022-03-25T23:15:31.187Z] INFO Memory: 2605 samples, avg is 286.0MB, max is 1206.3MB 
23:15:31 [2022-03-25T23:15:31.187Z] INFO Execution took 4m20.315055518s               
23:15:31 [2022-03-25T23:15:31.187Z] Congratulations! The shell scripts are properly formatted.