Skip to content

Console Output

20:08:45 [2022-09-07T20:08:45.686Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43973/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43973/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4dd86a0b33b246d57507214cb5974e5359552f26 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4dd86a0b33b246d57507214cb5974e5359552f26 hack/validate/default
20:08:47 [2022-09-07T20:08:47.052Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
20:08:47 [2022-09-07T20:08:47.309Z] Congratulations! yamllint config file formatted correctly
20:08:47 [2022-09-07T20:08:47.309Z] Congratulations! YAML files are formatted correctly
20:08:47 [2022-09-07T20:08:47.309Z] No api/types/ or api/swagger.yaml changes in diff.
20:08:47 [2022-09-07T20:08:47.309Z] Congratulations!  All TOML source files changed here have valid syntax.
20:08:47 [2022-09-07T20:08:47.610Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:08:47 [2022-09-07T20:08:47.610Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
20:08:47 [2022-09-07T20:08:47.610Z] 
20:08:47 [2022-09-07T20:08:47.610Z] INFO Start validation with golang-ci-lint
20:08:48 [2022-09-07T20:08:48.538Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:08:48 [2022-09-07T20:08:48.539Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
20:08:48 [2022-09-07T20:08:48.539Z] INFO [loader] Using build tags: [ journald]       
20:11:54 [2022-09-07T20:11:54.971Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|files|types_sizes|compiled_files|imports|name) took 3m0.797795738s 
20:11:54 [2022-09-07T20:11:54.971Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 514.376619ms 
20:13:46 [2022-09-07T20:13:46.389Z] INFO [linters context/goanalysis] analyzers took 6m28.353540704s with top 10 stages: buildir: 2m29.291903148s, the_only_name: 43.843216391s, goimports: 30.101222188s, unconvert: 24.10510892s, gosec: 18.859858424s, S1038: 17.406323277s, misspell: 6.541670475s, S1039: 5.601626545s, unused: 5.292159884s, nilness: 4.880738692s 
20:13:46 [2022-09-07T20:13:46.390Z] INFO [runner] Issues before processing: 2438, after processing: 0 
20:13:46 [2022-09-07T20:13:46.390Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 2014/2117, exclude: 2014/2014, exclude-rules: 79/2014, identifier_marker: 2014/2014, skip_dirs: 2117/2117, nolint: 0/79, filename_unadjuster: 2117/2117, path_prettifier: 2117/2117, skip_files: 2117/2117, cgo: 2117/2438 
20:13:46 [2022-09-07T20:13:46.390Z] INFO [runner] processing took 84.642616ms with stages: nolint: 34.966971ms, identifier_marker: 21.439268ms, path_prettifier: 9.03177ms, autogenerated_exclude: 8.779444ms, exclude-rules: 8.300579ms, skip_dirs: 1.777231ms, cgo: 199.234µs, filename_unadjuster: 141.222µs, max_same_issues: 2.021µs, diff: 843ns, uniq_by_line: 684ns, skip_files: 632ns, source_code: 460ns, exclude: 422ns, path_shortener: 393ns, max_from_linter: 376ns, severity-rules: 350ns, sort_results: 337ns, max_per_file_from_linter: 256ns, path_prefixer: 123ns 
20:13:46 [2022-09-07T20:13:46.390Z] INFO [runner] linters took 1m50.315190689s with stages: goanalysis_metalinter: 1m50.230375855s 
20:13:46 [2022-09-07T20:13:46.390Z] INFO File cache stats: 1706 entries of total size 8.7MiB 
20:13:46 [2022-09-07T20:13:46.390Z] INFO Memory: 2918 samples, avg is 319.7MB, max is 1244.9MB 
20:13:46 [2022-09-07T20:13:46.390Z] INFO Execution took 4m51.637425832s               
20:13:46 [2022-09-07T20:13:46.390Z] Congratulations! The shell scripts are properly formatted.