Skip to content

Console Output

18:18:51 [2022-08-03T18:18:51.003Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43903/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43903/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f1d71f7cc3e5a394db078526dcffbdb64f0cac4e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f1d71f7cc3e5a394db078526dcffbdb64f0cac4e hack/validate/default
18:18:51 [2022-08-03T18:18:51.931Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
18:18:51 [2022-08-03T18:18:51.931Z] No api/types/ or api/swagger.yaml changes in diff.
18:18:51 [2022-08-03T18:18:51.931Z] Congratulations!  All TOML source files changed here have valid syntax.
18:18:51 [2022-08-03T18:18:51.931Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
18:18:51 [2022-08-03T18:18:51.931Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
18:18:51 [2022-08-03T18:18:51.931Z] 
18:18:51 [2022-08-03T18:18:51.931Z] INFO Start validation with golang-ci-lint
18:18:52 [2022-08-03T18:18:52.494Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
18:18:52 [2022-08-03T18:18:52.494Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
18:18:52 [2022-08-03T18:18:52.494Z] INFO [loader] Using build tags: [ journald]       
18:21:58 [2022-08-03T18:21:58.919Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|imports|types_sizes|compiled_files|deps|name) took 2m51.867823063s 
18:21:58 [2022-08-03T18:21:58.919Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 509.671533ms 
18:23:35 [2022-08-03T18:23:35.313Z] INFO [linters context/goanalysis] analyzers took 6m27.495389422s with top 10 stages: buildir: 2m23.445340639s, the_only_name: 41.778025584s, goimports: 29.372966932s, unconvert: 22.89422933s, gosec: 19.39473241s, S1038: 17.72034305s, misspell: 7.141904885s, S1039: 5.37750695s, nilness: 4.917541685s, inspect: 4.630831159s 
18:23:35 [2022-08-03T18:23:35.313Z] INFO [runner] Issues before processing: 2446, after processing: 0 
18:23:35 [2022-08-03T18:23:35.313Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2125/2125, identifier_marker: 2022/2022, path_prettifier: 2125/2125, autogenerated_exclude: 2022/2125, filename_unadjuster: 2125/2125, skip_files: 2125/2125, exclude: 2022/2022, nolint: 0/78, cgo: 2125/2446, exclude-rules: 78/2022 
18:23:35 [2022-08-03T18:23:35.313Z] INFO [runner] processing took 83.878588ms with stages: nolint: 34.066157ms, identifier_marker: 21.953444ms, path_prettifier: 9.690755ms, autogenerated_exclude: 8.141871ms, exclude-rules: 7.823154ms, skip_dirs: 1.813908ms, cgo: 258.671µs, filename_unadjuster: 125.55µs, max_same_issues: 1.619µs, uniq_by_line: 516ns, skip_files: 439ns, source_code: 370ns, sort_results: 351ns, exclude: 321ns, max_from_linter: 319ns, diff: 318ns, path_shortener: 246ns, severity-rules: 233ns, max_per_file_from_linter: 232ns, path_prefixer: 114ns 
18:23:35 [2022-08-03T18:23:35.313Z] INFO [runner] linters took 1m46.29888622s with stages: goanalysis_metalinter: 1m46.214893161s 
18:23:35 [2022-08-03T18:23:35.313Z] INFO File cache stats: 1700 entries of total size 8.6MiB 
18:23:35 [2022-08-03T18:23:35.313Z] INFO Memory: 2788 samples, avg is 318.3MB, max is 1222.9MB 
18:23:35 [2022-08-03T18:23:35.313Z] INFO Execution took 4m38.686649598s               
18:23:35 [2022-08-03T18:23:35.313Z] Congratulations! The shell scripts are properly formatted.