Skip to content

Console Output

00:11:40 [2022-03-25T00:11:40.094Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43422/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43422/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7b277f62cce939fca8fec4edb8c4b719e492dbeb -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7b277f62cce939fca8fec4edb8c4b719e492dbeb hack/validate/default
00:11:40 [2022-03-25T00:11:40.665Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
00:11:40 [2022-03-25T00:11:40.665Z] No api/types/ or api/swagger.yaml changes in diff.
00:11:40 [2022-03-25T00:11:40.665Z] Congratulations!  All TOML source files changed here have valid syntax.
00:11:40 [2022-03-25T00:11:40.665Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
00:11:40 [2022-03-25T00:11:40.665Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
00:11:40 [2022-03-25T00:11:40.665Z] Congratulations!  No new tests were added to integration-cli.
00:11:40 [2022-03-25T00:11:40.665Z] 
00:11:40 [2022-03-25T00:11:40.665Z] INFO Start validation with golang-ci-lint
00:11:41 [2022-03-25T00:11:41.604Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
00:11:41 [2022-03-25T00:11:41.604Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
00:11:41 [2022-03-25T00:11:41.604Z] INFO [loader] Using build tags: [apparmor seccomp] 
00:14:33 [2022-03-25T00:14:33.113Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|types_sizes|compiled_files|files|imports|name) took 2m49.805256316s 
00:14:33 [2022-03-25T00:14:33.113Z] 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. 
00:14:33 [2022-03-25T00:14:33.113Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 487.983958ms 
00:16:09 [2022-03-25T00:16:09.571Z] INFO [linters context/goanalysis] analyzers took 4m46.747530212s with top 10 stages: buildir: 1m57.794327134s, goimports: 21.987454112s, unconvert: 20.129319376s, gosec: 15.034922149s, golint: 7.602270497s, S1038: 7.265449962s, misspell: 7.075904387s, nilness: 4.504335739s, directives: 3.490535606s, SA1012: 3.476424111s 
00:16:09 [2022-03-25T00:16:09.571Z] INFO [runner] Issues before processing: 3056, after processing: 0 
00:16:09 [2022-03-25T00:16:09.571Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2440/2440, exclude: 2052/2052, filename_unadjuster: 2440/2440, skip_files: 2440/2440, skip_dirs: 2440/2440, autogenerated_exclude: 2052/2440, identifier_marker: 2052/2052, cgo: 2440/3056, exclude-rules: 78/2052, nolint: 0/78 
00:16:09 [2022-03-25T00:16:09.571Z] INFO [runner] processing took 156.279757ms with stages: identifier_marker: 52.14634ms, nolint: 48.262061ms, autogenerated_exclude: 29.864495ms, exclude-rules: 14.353642ms, path_prettifier: 9.519187ms, skip_dirs: 1.771205ms, cgo: 217.621µs, filename_unadjuster: 138.849µs, max_same_issues: 1.741µs, uniq_by_line: 994ns, skip_files: 852ns, exclude: 460ns, max_from_linter: 402ns, path_shortener: 345ns, diff: 334ns, max_per_file_from_linter: 321ns, source_code: 317ns, sort_results: 246ns, severity-rules: 228ns, path_prefixer: 117ns 
00:16:09 [2022-03-25T00:16:09.571Z] INFO [runner] linters took 1m30.484024331s with stages: goanalysis_metalinter: 1m30.327607277s 
00:16:09 [2022-03-25T00:16:09.571Z] INFO File cache stats: 1664 entries of total size 8.4MiB 
00:16:09 [2022-03-25T00:16:09.571Z] INFO Memory: 2609 samples, avg is 287.8MB, max is 1214.4MB 
00:16:09 [2022-03-25T00:16:09.571Z] INFO Execution took 4m20.791175319s               
00:16:09 [2022-03-25T00:16:09.571Z] Congratulations! The shell scripts are properly formatted.