Skip to content

Console Output

13:01:35 [2022-06-27T13:01:35.838Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43747/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43747/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0bce64f08d72147b0572f96ac678620d289b4499 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0bce64f08d72147b0572f96ac678620d289b4499 hack/validate/default
13:01:36 [2022-06-27T13:01:36.778Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:01:36 [2022-06-27T13:01:36.778Z] No api/types/ or api/swagger.yaml changes in diff.
13:01:36 [2022-06-27T13:01:36.778Z] Congratulations!  All TOML source files changed here have valid syntax.
13:01:36 [2022-06-27T13:01:36.778Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:01:36 [2022-06-27T13:01:36.778Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:01:36 [2022-06-27T13:01:36.778Z] 
13:01:36 [2022-06-27T13:01:36.778Z] INFO Start validation with golang-ci-lint
13:01:37 [2022-06-27T13:01:37.719Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:01:37 [2022-06-27T13:01:37.719Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:04:44 [2022-06-27T13:04:44.264Z] INFO [loader] Go packages loading at mode 575 (types_sizes|name|exports_file|files|imports|compiled_files|deps) took 2m52.684005559s 
13:04:44 [2022-06-27T13:04:44.265Z] 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. 
13:04:44 [2022-06-27T13:04:44.265Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 495.475316ms 
13:06:05 [2022-06-27T13:06:05.737Z] INFO [linters context/goanalysis] analyzers took 4m42.444532706s with top 10 stages: buildir: 1m58.430709134s, goimports: 24.359304637s, unconvert: 18.016611037s, gosec: 14.559159858s, S1038: 7.855841669s, golint: 7.527381326s, misspell: 5.704155369s, nilness: 4.561872579s, inspect: 3.725813275s, S1039: 3.249158074s 
13:06:05 [2022-06-27T13:06:05.737Z] INFO [runner] Issues before processing: 3035, after processing: 0 
13:06:05 [2022-06-27T13:06:05.737Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2419/2419, skip_files: 2419/2419, skip_dirs: 2419/2419, autogenerated_exclude: 2036/2419, exclude: 2036/2036, nolint: 0/77, filename_unadjuster: 2419/2419, identifier_marker: 2036/2036, cgo: 2419/3035, exclude-rules: 77/2036 
13:06:05 [2022-06-27T13:06:05.737Z] INFO [runner] processing took 83.25498ms with stages: nolint: 32.80156ms, identifier_marker: 22.18842ms, path_prettifier: 9.537184ms, autogenerated_exclude: 8.471595ms, exclude-rules: 7.867671ms, skip_dirs: 1.97259ms, cgo: 273.537µs, filename_unadjuster: 137.034µs, max_same_issues: 1.515µs, uniq_by_line: 577ns, max_from_linter: 478ns, skip_files: 460ns, source_code: 459ns, exclude: 376ns, diff: 324ns, path_shortener: 266ns, sort_results: 260ns, severity-rules: 243ns, max_per_file_from_linter: 236ns, path_prefixer: 195ns 
13:06:05 [2022-06-27T13:06:05.737Z] INFO [runner] linters took 1m32.519780158s with stages: goanalysis_metalinter: 1m32.436398225s 
13:06:05 [2022-06-27T13:06:05.737Z] INFO File cache stats: 1674 entries of total size 8.6MiB 
13:06:05 [2022-06-27T13:06:05.737Z] INFO Memory: 2657 samples, avg is 290.0MB, max is 1206.9MB 
13:06:05 [2022-06-27T13:06:05.737Z] INFO Execution took 4m25.711328903s               
13:06:05 [2022-06-27T13:06:05.737Z] Congratulations! The shell scripts are properly formatted.