Skip to content

Console Output

12:20:13 [2022-04-08T12:20:13.828Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43471/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43471/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2aafd7b7ca3da5e22e4d33037f9ac12ace13db1a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2aafd7b7ca3da5e22e4d33037f9ac12ace13db1a hack/validate/default
12:20:14 [2022-04-08T12:20:14.757Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
12:20:14 [2022-04-08T12:20:14.757Z] No api/types/ or api/swagger.yaml changes in diff.
12:20:14 [2022-04-08T12:20:14.757Z] Congratulations!  All TOML source files changed here have valid syntax.
12:20:14 [2022-04-08T12:20:14.757Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
12:20:14 [2022-04-08T12:20:14.757Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
12:20:14 [2022-04-08T12:20:14.757Z] Congratulations!  No new tests were added to integration-cli.
12:20:14 [2022-04-08T12:20:14.757Z] 
12:20:14 [2022-04-08T12:20:14.758Z] INFO Start validation with golang-ci-lint
12:20:15 [2022-04-08T12:20:15.320Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
12:20:15 [2022-04-08T12:20:15.320Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:20:15 [2022-04-08T12:20:15.320Z] INFO [loader] Using build tags: [apparmor seccomp] 
12:23:06 [2022-04-08T12:23:06.769Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|imports|types_sizes|deps|files|name) took 2m48.988995031s 
12:23:06 [2022-04-08T12:23:06.769Z] 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. 
12:23:06 [2022-04-08T12:23:06.769Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 487.398636ms 
12:24:43 [2022-04-08T12:24:43.177Z] INFO [linters context/goanalysis] analyzers took 4m33.887303471s with top 10 stages: buildir: 2m0.988696844s, goimports: 23.862708392s, unconvert: 17.518574064s, gosec: 14.361428189s, S1038: 8.308912493s, golint: 6.755330048s, misspell: 5.288770575s, nilness: 3.803772742s, unused: 3.342843861s, inspect: 3.228731227s 
12:24:43 [2022-04-08T12:24:43.177Z] INFO [runner] Issues before processing: 3056, after processing: 0 
12:24:43 [2022-04-08T12:24:43.177Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 2055/2440, exclude: 2055/2055, cgo: 2440/3056, exclude-rules: 78/2055, filename_unadjuster: 2440/2440, skip_files: 2440/2440, skip_dirs: 2440/2440, identifier_marker: 2055/2055, nolint: 0/78, path_prettifier: 2440/2440 
12:24:43 [2022-04-08T12:24:43.177Z] INFO [runner] processing took 81.553489ms with stages: nolint: 31.236256ms, identifier_marker: 21.643983ms, path_prettifier: 10.007096ms, autogenerated_exclude: 8.746818ms, exclude-rules: 7.614644ms, skip_dirs: 1.848138ms, cgo: 270.103µs, filename_unadjuster: 181.428µs, max_same_issues: 1.236µs, uniq_by_line: 982ns, skip_files: 461ns, path_shortener: 319ns, diff: 313ns, source_code: 305ns, exclude: 296ns, max_from_linter: 287ns, sort_results: 268ns, max_per_file_from_linter: 225ns, severity-rules: 217ns, path_prefixer: 114ns 
12:24:43 [2022-04-08T12:24:43.177Z] INFO [runner] linters took 1m31.176156241s with stages: goanalysis_metalinter: 1m31.094401454s 
12:24:43 [2022-04-08T12:24:43.177Z] INFO File cache stats: 1666 entries of total size 8.4MiB 
12:24:43 [2022-04-08T12:24:43.177Z] INFO Memory: 2608 samples, avg is 290.4MB, max is 1201.8MB 
12:24:43 [2022-04-08T12:24:43.177Z] INFO Execution took 4m20.664031817s               
12:24:43 [2022-04-08T12:24:43.177Z] Congratulations! The shell scripts are properly formatted.