Skip to content

Console Output

13:10:15 [2022-03-21T13:10:15.331Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43399/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43399/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e82b7b2fa00d1f30f3eabb58eaf7d74806581369 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e82b7b2fa00d1f30f3eabb58eaf7d74806581369 hack/validate/default
13:10:15 [2022-03-21T13:10:15.895Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:10:15 [2022-03-21T13:10:15.895Z] No api/types/ or api/swagger.yaml changes in diff.
13:10:15 [2022-03-21T13:10:15.895Z] Congratulations!  All TOML source files changed here have valid syntax.
13:10:15 [2022-03-21T13:10:15.895Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:10:15 [2022-03-21T13:10:15.895Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:10:15 [2022-03-21T13:10:15.895Z] Congratulations!  No new tests were added to integration-cli.
13:10:15 [2022-03-21T13:10:15.895Z] 
13:10:15 [2022-03-21T13:10:15.895Z] INFO Start validation with golang-ci-lint
13:10:16 [2022-03-21T13:10:16.823Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:10:16 [2022-03-21T13:10:16.823Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:10:16 [2022-03-21T13:10:16.823Z] INFO [loader] Using build tags: [apparmor seccomp] 
13:13:08 [2022-03-21T13:13:08.253Z] INFO [loader] Go packages loading at mode 575 (imports|name|exports_file|files|types_sizes|compiled_files|deps) took 2m45.546173126s 
13:13:08 [2022-03-21T13:13:08.253Z] 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:13:08 [2022-03-21T13:13:08.253Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 501.308638ms 
13:14:44 [2022-03-21T13:14:44.755Z] INFO [linters context/goanalysis] analyzers took 4m38.216015473s with top 10 stages: buildir: 1m51.077642796s, goimports: 22.976619311s, unconvert: 17.608344373s, gosec: 15.223622402s, S1038: 8.391146196s, golint: 7.469600938s, misspell: 6.615789472s, nilness: 4.763741024s, inspect: 3.918359165s, unused: 3.568302002s 
13:14:44 [2022-03-21T13:14:44.755Z] INFO [runner] Issues before processing: 3056, after processing: 0 
13:14:44 [2022-03-21T13:14:44.755Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2440/2440, filename_unadjuster: 2440/2440, skip_files: 2440/2440, exclude-rules: 78/2052, nolint: 0/78, cgo: 2440/3056, autogenerated_exclude: 2052/2440, identifier_marker: 2052/2052, exclude: 2052/2052, path_prettifier: 2440/2440 
13:14:44 [2022-03-21T13:14:44.755Z] INFO [runner] processing took 193.455665ms with stages: nolint: 82.113747ms, identifier_marker: 63.87541ms, path_prettifier: 15.283815ms, exclude-rules: 14.609429ms, autogenerated_exclude: 12.549172ms, skip_dirs: 3.54558ms, cgo: 831.891µs, filename_unadjuster: 639.575µs, max_same_issues: 1.543µs, skip_files: 947ns, uniq_by_line: 762ns, max_from_linter: 724ns, source_code: 631ns, exclude: 546ns, diff: 423ns, path_shortener: 375ns, max_per_file_from_linter: 292ns, severity-rules: 287ns, sort_results: 275ns, path_prefixer: 241ns 
13:14:44 [2022-03-21T13:14:44.755Z] INFO [runner] linters took 1m28.397800379s with stages: goanalysis_metalinter: 1m28.204079437s 
13:14:44 [2022-03-21T13:14:44.755Z] INFO File cache stats: 1664 entries of total size 8.4MiB 
13:14:44 [2022-03-21T13:14:44.755Z] INFO Memory: 2546 samples, avg is 280.7MB, max is 1174.3MB 
13:14:44 [2022-03-21T13:14:44.755Z] INFO Execution took 4m14.455871151s               
13:14:44 [2022-03-21T13:14:44.755Z] Congratulations! The shell scripts are properly formatted.