Skip to content

Console Output

12:31:49 [2022-09-01T12:31:49.567Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44077/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44077/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=de4af86e9801c72a11483f5854fdec7ab1f2d428 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:de4af86e9801c72a11483f5854fdec7ab1f2d428 hack/validate/default
12:31:50 [2022-09-01T12:31:50.497Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
12:31:50 [2022-09-01T12:31:50.497Z] Congratulations! yamllint config file formatted correctly
12:31:50 [2022-09-01T12:31:50.754Z] Congratulations! YAML files are formatted correctly
12:31:50 [2022-09-01T12:31:50.754Z] No api/types/ or api/swagger.yaml changes in diff.
12:31:50 [2022-09-01T12:31:50.754Z] Congratulations!  All TOML source files changed here have valid syntax.
12:31:50 [2022-09-01T12:31:50.754Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
12:31:50 [2022-09-01T12:31:50.754Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
12:31:50 [2022-09-01T12:31:50.754Z] 
12:31:50 [2022-09-01T12:31:50.754Z] INFO Start validation with golang-ci-lint
12:31:52 [2022-09-01T12:31:52.132Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
12:31:52 [2022-09-01T12:31:52.132Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
12:31:52 [2022-09-01T12:31:52.132Z] INFO [loader] Using build tags: [ journald]       
12:34:58 [2022-09-01T12:34:58.601Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|types_sizes|compiled_files|deps|imports|name) took 2m58.308556824s 
12:34:58 [2022-09-01T12:34:58.601Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 510.583937ms 
12:36:50 [2022-09-01T12:36:50.021Z] INFO [linters context/goanalysis] analyzers took 6m40.780854334s with top 10 stages: buildir: 2m25.767422726s, the_only_name: 42.107807586s, goimports: 29.966370884s, unconvert: 23.819623669s, gosec: 19.318421556s, S1038: 18.933333975s, misspell: 8.466390262s, S1039: 5.321877554s, unused: 5.315319115s, nilness: 4.689516304s 
12:36:50 [2022-09-01T12:36:50.021Z] INFO [runner] Issues before processing: 2438, after processing: 0 
12:36:50 [2022-09-01T12:36:50.021Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2117/2117, exclude-rules: 79/2014, identifier_marker: 2014/2014, exclude: 2014/2014, skip_files: 2117/2117, cgo: 2117/2438, path_prettifier: 2117/2117, skip_dirs: 2117/2117, autogenerated_exclude: 2014/2117, nolint: 0/79 
12:36:50 [2022-09-01T12:36:50.021Z] INFO [runner] processing took 162.942388ms with stages: nolint: 66.93885ms, identifier_marker: 43.606488ms, autogenerated_exclude: 19.193533ms, exclude-rules: 14.624764ms, path_prettifier: 14.022867ms, skip_dirs: 3.507832ms, cgo: 592.001µs, filename_unadjuster: 450.017µs, max_same_issues: 1.708µs, source_code: 729ns, uniq_by_line: 558ns, skip_files: 444ns, max_from_linter: 418ns, diff: 371ns, exclude: 361ns, max_per_file_from_linter: 326ns, path_shortener: 305ns, severity-rules: 304ns, sort_results: 287ns, path_prefixer: 225ns 
12:36:50 [2022-09-01T12:36:50.021Z] INFO [runner] linters took 1m47.521675145s with stages: goanalysis_metalinter: 1m47.358415107s 
12:36:50 [2022-09-01T12:36:50.021Z] INFO File cache stats: 1706 entries of total size 8.7MiB 
12:36:50 [2022-09-01T12:36:50.021Z] INFO Memory: 2864 samples, avg is 316.8MB, max is 1218.1MB 
12:36:50 [2022-09-01T12:36:50.021Z] INFO Execution took 4m46.364500558s               
12:36:50 [2022-09-01T12:36:50.021Z] Congratulations! The shell scripts are properly formatted.