Skip to content

Console Output

20:00:16 [2022-05-12T20:00:16.447Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39812/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39812/.git:/go/src/github.com/docker/docker/.git --name docker-pr79 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d847de492c0067618d1a599ef49ae9a6d1229bf1 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d847de492c0067618d1a599ef49ae9a6d1229bf1 hack/validate/default
20:00:18 [2022-05-12T20:00:18.338Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
20:00:24 [2022-05-12T20:00:24.876Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
20:00:28 [2022-05-12T20:00:28.141Z] Congratulations!  All API changes are done the right way.
20:00:28 [2022-05-12T20:00:28.141Z] Congratulations!  All TOML source files changed here have valid syntax.
20:00:28 [2022-05-12T20:00:28.141Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:00:28 [2022-05-12T20:00:28.141Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
20:00:28 [2022-05-12T20:00:28.141Z] Congratulations!  No new tests were added to integration-cli.
20:00:28 [2022-05-12T20:00:28.141Z] 
20:00:28 [2022-05-12T20:00:28.141Z] INFO Start validation with golang-ci-lint
20:00:28 [2022-05-12T20:00:28.398Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:00:28 [2022-05-12T20:00:28.398Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:00:28 [2022-05-12T20:00:28.398Z] INFO [loader] Using build tags: [apparmor seccomp] 
20:03:19 [2022-05-12T20:03:19.820Z] INFO [loader] Go packages loading at mode 575 (files|imports|types_sizes|compiled_files|exports_file|deps|name) took 2m49.551211952s 
20:03:19 [2022-05-12T20:03:19.820Z] 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. 
20:03:19 [2022-05-12T20:03:19.820Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 491.891103ms 
20:04:56 [2022-05-12T20:04:56.211Z] INFO [linters context/goanalysis] analyzers took 4m57.674891151s with top 10 stages: buildir: 2m2.333974318s, goimports: 24.402906009s, unconvert: 17.805913965s, gosec: 16.700894211s, S1038: 9.439746126s, golint: 7.979689303s, misspell: 6.833374475s, nilness: 4.418372484s, S1039: 4.357507656s, inspect: 4.017577557s 
20:04:56 [2022-05-12T20:04:56.211Z] INFO [runner] Issues before processing: 3036, after processing: 0 
20:04:56 [2022-05-12T20:04:56.211Z] INFO [runner] Processors filtering stat (out/in): cgo: 2420/3036, exclude: 2037/2037, skip_files: 2420/2420, nolint: 0/78, filename_unadjuster: 2420/2420, autogenerated_exclude: 2037/2420, exclude-rules: 78/2037, path_prettifier: 2420/2420, skip_dirs: 2420/2420, identifier_marker: 2037/2037 
20:04:56 [2022-05-12T20:04:56.211Z] INFO [runner] processing took 114.872141ms with stages: identifier_marker: 38.811371ms, nolint: 36.532392ms, path_prettifier: 15.312281ms, autogenerated_exclude: 11.426697ms, exclude-rules: 8.986649ms, skip_dirs: 3.196933ms, cgo: 380.981µs, filename_unadjuster: 219.201µs, max_same_issues: 1.406µs, uniq_by_line: 884ns, path_shortener: 528ns, skip_files: 511ns, max_from_linter: 365ns, severity-rules: 355ns, diff: 324ns, source_code: 319ns, exclude: 292ns, path_prefixer: 228ns, max_per_file_from_linter: 221ns, sort_results: 203ns 
20:04:56 [2022-05-12T20:04:56.211Z] INFO [runner] linters took 1m31.702828485s with stages: goanalysis_metalinter: 1m31.587825931s 
20:04:56 [2022-05-12T20:04:56.211Z] INFO File cache stats: 1666 entries of total size 8.4MiB 
20:04:56 [2022-05-12T20:04:56.211Z] INFO Memory: 2618 samples, avg is 288.8MB, max is 1215.6MB 
20:04:56 [2022-05-12T20:04:56.211Z] INFO Execution took 4m21.757481844s               
20:04:56 [2022-05-12T20:04:56.211Z] Congratulations! The shell scripts are properly formatted.