Skip to content

Console Output

09:03:38 [2022-03-27T09:03:38.760Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43368/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43368/.git:/go/src/github.com/docker/docker/.git --name docker-pr34 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=064650dd098bdcdc69d36e80db3e72637b88217e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:064650dd098bdcdc69d36e80db3e72637b88217e hack/validate/default
09:03:39 [2022-03-27T09:03:39.324Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
09:03:39 [2022-03-27T09:03:39.324Z] No api/types/ or api/swagger.yaml changes in diff.
09:03:39 [2022-03-27T09:03:39.324Z] Congratulations!  All TOML source files changed here have valid syntax.
09:03:39 [2022-03-27T09:03:39.581Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:03:39 [2022-03-27T09:03:39.581Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
09:03:39 [2022-03-27T09:03:39.581Z] Congratulations!  No new tests were added to integration-cli.
09:03:39 [2022-03-27T09:03:39.581Z] 
09:03:39 [2022-03-27T09:03:39.581Z] INFO Start validation with golang-ci-lint
09:03:40 [2022-03-27T09:03:40.145Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:03:40 [2022-03-27T09:03:40.401Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:03:40 [2022-03-27T09:03:40.401Z] INFO [loader] Using build tags: [apparmor seccomp] 
09:06:31 [2022-03-27T09:06:31.835Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|imports|name|types_sizes|deps|compiled_files) took 2m48.937986666s 
09:06:31 [2022-03-27T09:06:31.835Z] 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. 
09:06:31 [2022-03-27T09:06:31.835Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 493.714283ms 
09:08:08 [2022-03-27T09:08:08.243Z] INFO [linters context/goanalysis] analyzers took 4m35.477729411s with top 10 stages: buildir: 1m56.87515465s, goimports: 23.79756905s, unconvert: 18.738189722s, gosec: 15.483505637s, S1038: 8.22843693s, golint: 7.034213711s, misspell: 6.197376215s, nilness: 4.050634278s, inspect: 3.978059185s, unused: 3.897551998s 
09:08:08 [2022-03-27T09:08:08.243Z] INFO [runner] Issues before processing: 3056, after processing: 0 
09:08:08 [2022-03-27T09:08:08.243Z] INFO [runner] Processors filtering stat (out/in): cgo: 2440/3056, path_prettifier: 2440/2440, filename_unadjuster: 2440/2440, skip_dirs: 2440/2440, autogenerated_exclude: 2055/2440, identifier_marker: 2055/2055, exclude: 2055/2055, exclude-rules: 78/2055, nolint: 0/78, skip_files: 2440/2440 
09:08:08 [2022-03-27T09:08:08.243Z] INFO [runner] processing took 82.855752ms with stages: nolint: 32.208004ms, identifier_marker: 21.896956ms, path_prettifier: 10.204767ms, autogenerated_exclude: 8.513195ms, exclude-rules: 7.772215ms, skip_dirs: 1.83798ms, cgo: 271.403µs, filename_unadjuster: 146.202µs, max_same_issues: 1.208µs, uniq_by_line: 720ns, skip_files: 506ns, exclude: 392ns, max_from_linter: 371ns, diff: 344ns, path_shortener: 330ns, source_code: 308ns, sort_results: 272ns, severity-rules: 241ns, max_per_file_from_linter: 222ns, path_prefixer: 116ns 
09:08:08 [2022-03-27T09:08:08.243Z] INFO [runner] linters took 1m30.436366384s with stages: goanalysis_metalinter: 1m30.353313174s 
09:08:08 [2022-03-27T09:08:08.243Z] INFO File cache stats: 1666 entries of total size 8.4MiB 
09:08:08 [2022-03-27T09:08:08.243Z] INFO Memory: 2600 samples, avg is 281.2MB, max is 1181.9MB 
09:08:08 [2022-03-27T09:08:08.243Z] INFO Execution took 4m19.878960535s               
09:08:08 [2022-03-27T09:08:08.243Z] Congratulations! The shell scripts are properly formatted.