Skip to content

Console Output

00:43:17 [2022-03-06T00:43:17.611Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43330/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43330/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=98285cf767adf3caaa43c3508cf9e78b024fc826 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:98285cf767adf3caaa43c3508cf9e78b024fc826 hack/validate/default
00:43:18 [2022-03-06T00:43:18.177Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
00:43:18 [2022-03-06T00:43:18.177Z] No api/types/ or api/swagger.yaml changes in diff.
00:43:18 [2022-03-06T00:43:18.177Z] Congratulations!  All TOML source files changed here have valid syntax.
00:43:18 [2022-03-06T00:43:18.177Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
00:43:18 [2022-03-06T00:43:18.177Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
00:43:18 [2022-03-06T00:43:18.177Z] Congratulations!  No new tests were added to integration-cli.
00:43:18 [2022-03-06T00:43:18.177Z] 
00:43:18 [2022-03-06T00:43:18.177Z] INFO Start validation with golang-ci-lint
00:43:18 [2022-03-06T00:43:18.744Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
00:43:18 [2022-03-06T00:43:18.744Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
00:43:18 [2022-03-06T00:43:18.744Z] INFO [loader] Using build tags: [apparmor seccomp] 
00:45:40 [2022-03-06T00:45:40.235Z] INFO [loader] Go packages loading at mode 575 (files|imports|types_sizes|compiled_files|exports_file|name|deps) took 2m18.432967667s 
00:45:40 [2022-03-06T00:45:40.235Z] 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:45:40 [2022-03-06T00:45:40.235Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 474.209223ms 
00:47:16 [2022-03-06T00:47:16.679Z] INFO [linters context/goanalysis] analyzers took 4m57.234928377s with top 10 stages: buildir: 1m48.544613985s, goimports: 24.90262542s, unconvert: 17.780925418s, gosec: 15.267428071s, golint: 8.3637434s, S1038: 7.780926448s, misspell: 5.606255238s, unused: 3.974250692s, directives: 3.955675762s, nilness: 3.575186958s 
00:47:16 [2022-03-06T00:47:16.680Z] INFO [runner] Issues before processing: 3051, after processing: 0 
00:47:16 [2022-03-06T00:47:16.680Z] INFO [runner] Processors filtering stat (out/in): cgo: 2444/3051, autogenerated_exclude: 2056/2444, exclude-rules: 76/2056, filename_unadjuster: 2444/2444, path_prettifier: 2444/2444, identifier_marker: 2056/2056, skip_files: 2444/2444, exclude: 2056/2056, nolint: 0/76, skip_dirs: 2444/2444 
00:47:16 [2022-03-06T00:47:16.680Z] INFO [runner] processing took 81.080516ms with stages: nolint: 32.308232ms, identifier_marker: 20.739888ms, path_prettifier: 10.047737ms, autogenerated_exclude: 8.469843ms, exclude-rules: 7.236892ms, skip_dirs: 1.838259ms, cgo: 281.882µs, filename_unadjuster: 152.284µs, max_same_issues: 1.615µs, uniq_by_line: 721ns, severity-rules: 422ns, source_code: 385ns, diff: 360ns, max_from_linter: 350ns, skip_files: 331ns, path_shortener: 327ns, exclude: 311ns, sort_results: 246ns, max_per_file_from_linter: 243ns, path_prefixer: 188ns 
00:47:16 [2022-03-06T00:47:16.680Z] INFO [runner] linters took 1m27.100930992s with stages: goanalysis_metalinter: 1m27.019729103s 
00:47:16 [2022-03-06T00:47:16.680Z] INFO File cache stats: 1672 entries of total size 8.4MiB 
00:47:16 [2022-03-06T00:47:16.680Z] INFO Memory: 2262 samples, avg is 303.1MB, max is 1077.9MB 
00:47:16 [2022-03-06T00:47:16.680Z] INFO Execution took 3m46.016861842s               
00:47:16 [2022-03-06T00:47:16.680Z] Congratulations! The shell scripts are properly formatted.