Skip to content

Console Output

18:38:06 [2022-04-04T18:38:06.222Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43462/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43462/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2ff043c9fe5ff0eb9710c8d90f4fb705797f9871 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2ff043c9fe5ff0eb9710c8d90f4fb705797f9871 hack/validate/default
18:38:07 [2022-04-04T18:38:07.150Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
18:38:07 [2022-04-04T18:38:07.150Z] No api/types/ or api/swagger.yaml changes in diff.
18:38:07 [2022-04-04T18:38:07.150Z] Congratulations!  All TOML source files changed here have valid syntax.
18:38:07 [2022-04-04T18:38:07.150Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
18:38:07 [2022-04-04T18:38:07.150Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
18:38:07 [2022-04-04T18:38:07.150Z] Congratulations!  No new tests were added to integration-cli.
18:38:07 [2022-04-04T18:38:07.150Z] 
18:38:07 [2022-04-04T18:38:07.150Z] INFO Start validation with golang-ci-lint
18:38:08 [2022-04-04T18:38:08.516Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
18:38:08 [2022-04-04T18:38:08.516Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:38:08 [2022-04-04T18:38:08.516Z] INFO [loader] Using build tags: [apparmor seccomp] 
18:41:14 [2022-04-04T18:41:14.948Z] INFO [loader] Go packages loading at mode 575 (compiled_files|types_sizes|deps|exports_file|files|imports|name) took 2m51.775231195s 
18:41:14 [2022-04-04T18:41:14.948Z] 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. 
18:41:14 [2022-04-04T18:41:14.948Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 498.09506ms 
18:42:36 [2022-04-04T18:42:36.337Z] INFO [linters context/goanalysis] analyzers took 4m40.388191271s with top 10 stages: buildir: 2m2.790376142s, goimports: 24.197478162s, unconvert: 19.431070455s, gosec: 14.641731026s, S1038: 8.904381365s, golint: 8.019733615s, misspell: 7.124677285s, nilness: 4.409566303s, S1039: 3.882932462s, inspect: 3.51323178s 
18:42:36 [2022-04-04T18:42:36.337Z] INFO [runner] Issues before processing: 3056, after processing: 0 
18:42:36 [2022-04-04T18:42:36.337Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2440/2440, autogenerated_exclude: 2055/2440, identifier_marker: 2055/2055, exclude-rules: 78/2055, nolint: 0/78, skip_files: 2440/2440, cgo: 2440/3056, exclude: 2055/2055, path_prettifier: 2440/2440, skip_dirs: 2440/2440 
18:42:36 [2022-04-04T18:42:36.337Z] INFO [runner] processing took 116.878192ms with stages: identifier_marker: 39.878713ms, nolint: 33.109093ms, path_prettifier: 20.170128ms, autogenerated_exclude: 11.494968ms, exclude-rules: 7.826166ms, skip_dirs: 3.090251ms, cgo: 775.337µs, filename_unadjuster: 528.012µs, max_same_issues: 1.27µs, uniq_by_line: 788ns, skip_files: 714ns, exclude: 605ns, max_from_linter: 407ns, source_code: 322ns, path_shortener: 320ns, diff: 295ns, severity-rules: 229ns, sort_results: 229ns, max_per_file_from_linter: 227ns, path_prefixer: 118ns 
18:42:36 [2022-04-04T18:42:36.337Z] INFO [runner] linters took 1m32.520515011s with stages: goanalysis_metalinter: 1m32.403502017s 
18:42:36 [2022-04-04T18:42:36.337Z] INFO File cache stats: 1666 entries of total size 8.4MiB 
18:42:36 [2022-04-04T18:42:36.337Z] INFO Memory: 2649 samples, avg is 279.8MB, max is 1160.4MB 
18:42:36 [2022-04-04T18:42:36.337Z] INFO Execution took 4m24.805448623s               
18:42:36 [2022-04-04T18:42:36.337Z] Congratulations! The shell scripts are properly formatted.