Skip to content

Console Output

06:54:14 [2022-04-29T06:54:14.967Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43530/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43530/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=41b96bff556e1467882f98a657b8396afaee6733 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:41b96bff556e1467882f98a657b8396afaee6733 hack/validate/default
06:54:15 [2022-04-29T06:54:15.541Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
06:54:23 [2022-04-29T06:54:23.698Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
06:54:25 [2022-04-29T06:54:25.619Z] Congratulations!  All API changes are done the right way.
06:54:25 [2022-04-29T06:54:25.619Z] Congratulations!  All TOML source files changed here have valid syntax.
06:54:25 [2022-04-29T06:54:25.619Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
06:54:25 [2022-04-29T06:54:25.619Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
06:54:25 [2022-04-29T06:54:25.619Z] Congratulations!  No new tests were added to integration-cli.
06:54:25 [2022-04-29T06:54:25.619Z] 
06:54:25 [2022-04-29T06:54:25.619Z] INFO Start validation with golang-ci-lint
06:54:26 [2022-04-29T06:54:26.194Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
06:54:26 [2022-04-29T06:54:26.194Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
06:54:26 [2022-04-29T06:54:26.194Z] INFO [loader] Using build tags: [apparmor seccomp] 
06:57:17 [2022-04-29T06:57:17.846Z] INFO [loader] Go packages loading at mode 575 (name|types_sizes|compiled_files|imports|files|deps|exports_file) took 2m50.739134319s 
06:57:17 [2022-04-29T06:57:17.846Z] 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. 
06:57:17 [2022-04-29T06:57:17.846Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 496.488403ms 
06:58:54 [2022-04-29T06:58:54.378Z] INFO [linters context/goanalysis] analyzers took 4m48.141138031s with top 10 stages: buildir: 2m3.51694657s, goimports: 25.705952692s, unconvert: 17.719381448s, gosec: 17.365754768s, S1038: 8.491771365s, golint: 8.138870114s, misspell: 6.097279999s, inspect: 4.623991622s, nilness: 3.984550183s, printf: 3.800844474s 
06:58:54 [2022-04-29T06:58:54.378Z] INFO [runner] Issues before processing: 3033, after processing: 0 
06:58:54 [2022-04-29T06:58:54.378Z] INFO [runner] Processors filtering stat (out/in): cgo: 2417/3033, filename_unadjuster: 2417/2417, skip_files: 2417/2417, skip_dirs: 2417/2417, autogenerated_exclude: 2034/2417, nolint: 0/78, path_prettifier: 2417/2417, identifier_marker: 2034/2034, exclude: 2034/2034, exclude-rules: 78/2034 
06:58:54 [2022-04-29T06:58:54.378Z] INFO [runner] processing took 84.11804ms with stages: nolint: 32.599366ms, identifier_marker: 22.531796ms, path_prettifier: 10.061607ms, autogenerated_exclude: 8.627181ms, exclude-rules: 7.850901ms, skip_dirs: 1.84543ms, cgo: 394.354µs, filename_unadjuster: 200.68µs, skip_files: 1.483µs, max_same_issues: 1.481µs, exclude: 753ns, uniq_by_line: 601ns, sort_results: 415ns, diff: 346ns, source_code: 330ns, path_shortener: 321ns, max_from_linter: 304ns, max_per_file_from_linter: 262ns, severity-rules: 244ns, path_prefixer: 185ns 
06:58:54 [2022-04-29T06:58:54.378Z] INFO [runner] linters took 1m31.879051234s with stages: goanalysis_metalinter: 1m31.794707338s 
06:58:54 [2022-04-29T06:58:54.378Z] INFO File cache stats: 1670 entries of total size 8.5MiB 
06:58:54 [2022-04-29T06:58:54.378Z] INFO Memory: 2633 samples, avg is 281.6MB, max is 1112.8MB 
06:58:54 [2022-04-29T06:58:54.378Z] INFO Execution took 4m23.124912837s               
06:58:54 [2022-04-29T06:58:54.378Z] Congratulations! The shell scripts are properly formatted.