Skip to content

Console Output

14:52:05 [2022-09-08T14:52:05.265Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43867/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43867/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f6b695d2fbe37cf850250f2f9003d0c941e4a7bc -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f6b695d2fbe37cf850250f2f9003d0c941e4a7bc hack/validate/default
14:52:05 [2022-09-08T14:52:05.835Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
14:52:05 [2022-09-08T14:52:05.835Z] Congratulations! yamllint config file formatted correctly
14:52:06 [2022-09-08T14:52:06.095Z] Congratulations! YAML files are formatted correctly
14:52:06 [2022-09-08T14:52:06.095Z] No api/types/ or api/swagger.yaml changes in diff.
14:52:06 [2022-09-08T14:52:06.095Z] Congratulations!  All TOML source files changed here have valid syntax.
14:52:06 [2022-09-08T14:52:06.095Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
14:52:06 [2022-09-08T14:52:06.095Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
14:52:06 [2022-09-08T14:52:06.095Z] 
14:52:06 [2022-09-08T14:52:06.095Z] INFO Start validation with golang-ci-lint
14:52:07 [2022-09-08T14:52:07.035Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
14:52:07 [2022-09-08T14:52:07.035Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
14:52:07 [2022-09-08T14:52:07.035Z] INFO [loader] Using build tags: [ journald]       
14:55:13 [2022-09-08T14:55:13.601Z] INFO [loader] Go packages loading at mode 575 (deps|name|imports|types_sizes|compiled_files|exports_file|files) took 2m56.754806336s 
14:55:13 [2022-09-08T14:55:13.601Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 508.214122ms 
14:57:05 [2022-09-08T14:57:05.127Z] INFO [linters context/goanalysis] analyzers took 6m36.782120333s with top 10 stages: buildir: 2m28.643437787s, the_only_name: 40.571750388s, goimports: 27.155126963s, unconvert: 22.632963759s, S1038: 18.123316343s, gosec: 16.642395765s, misspell: 6.739301084s, unused: 5.775594481s, S1039: 5.542082033s, nilness: 5.253795323s 
14:57:05 [2022-09-08T14:57:05.127Z] INFO [runner] Issues before processing: 2462, after processing: 0 
14:57:05 [2022-09-08T14:57:05.127Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2137/2137, autogenerated_exclude: 2014/2137, identifier_marker: 2014/2014, filename_unadjuster: 2137/2137, nolint: 0/79, cgo: 2137/2462, path_prettifier: 2137/2137, skip_files: 2137/2137, exclude: 2014/2014, exclude-rules: 79/2014 
14:57:05 [2022-09-08T14:57:05.127Z] INFO [runner] processing took 83.528173ms with stages: nolint: 32.869924ms, identifier_marker: 22.660389ms, path_prettifier: 9.520261ms, autogenerated_exclude: 8.532991ms, exclude-rules: 7.827245ms, skip_dirs: 1.754304ms, cgo: 223.237µs, filename_unadjuster: 134.26µs, max_same_issues: 1.566µs, uniq_by_line: 704ns, exclude: 586ns, skip_files: 496ns, max_from_linter: 415ns, diff: 392ns, path_shortener: 313ns, source_code: 295ns, max_per_file_from_linter: 255ns, severity-rules: 226ns, sort_results: 203ns, path_prefixer: 111ns 
14:57:05 [2022-09-08T14:57:05.127Z] INFO [runner] linters took 1m48.772273246s with stages: goanalysis_metalinter: 1m48.688574342s 
14:57:05 [2022-09-08T14:57:05.127Z] INFO File cache stats: 1706 entries of total size 8.7MiB 
14:57:05 [2022-09-08T14:57:05.128Z] INFO Memory: 2860 samples, avg is 326.0MB, max is 1278.9MB 
14:57:05 [2022-09-08T14:57:05.128Z] INFO Execution took 4m46.046654153s               
14:57:05 [2022-09-08T14:57:05.128Z] Congratulations! The shell scripts are properly formatted.