Skip to content

Console Output

13:12:18 [2022-09-10T13:12:18.373Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44116/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44116/.git:/go/src/github.com/docker/docker/.git --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7602edfd0666a328b85df3a18769a89a5cd4ca24 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7602edfd0666a328b85df3a18769a89a5cd4ca24 hack/validate/default
13:12:18 [2022-09-10T13:12:18.938Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:12:18 [2022-09-10T13:12:18.938Z] Congratulations! yamllint config file formatted correctly
13:12:19 [2022-09-10T13:12:19.196Z] Congratulations! YAML files are formatted correctly
13:12:19 [2022-09-10T13:12:19.196Z] No api/types/ or api/swagger.yaml changes in diff.
13:12:19 [2022-09-10T13:12:19.196Z] Congratulations!  All TOML source files changed here have valid syntax.
13:12:19 [2022-09-10T13:12:19.196Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:12:19 [2022-09-10T13:12:19.196Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:12:19 [2022-09-10T13:12:19.196Z] 
13:12:19 [2022-09-10T13:12:19.196Z] INFO Start validation with golang-ci-lint
13:12:19 [2022-09-10T13:12:19.762Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:12:20 [2022-09-10T13:12:20.021Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
13:12:20 [2022-09-10T13:12:20.021Z] INFO [loader] Using build tags: [ journald]       
13:15:26 [2022-09-10T13:15:26.506Z] INFO [loader] Go packages loading at mode 575 (types_sizes|deps|exports_file|files|imports|compiled_files|name) took 2m54.650030865s 
13:15:26 [2022-09-10T13:15:26.507Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 506.780083ms 
13:17:02 [2022-09-10T13:17:02.944Z] INFO [linters context/goanalysis] analyzers took 6m41.545283123s with top 10 stages: buildir: 2m27.114796183s, the_only_name: 40.286968853s, goimports: 28.04240463s, unconvert: 24.961342229s, S1038: 18.76068557s, gosec: 18.254075015s, misspell: 6.491093599s, S1039: 5.989419341s, nilness: 5.490811319s, unused: 5.425453396s 
13:17:02 [2022-09-10T13:17:02.944Z] INFO [runner] Issues before processing: 2462, after processing: 0 
13:17:02 [2022-09-10T13:17:02.944Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2137/2137, autogenerated_exclude: 2014/2137, identifier_marker: 2014/2014, exclude-rules: 79/2014, nolint: 0/79, cgo: 2137/2462, filename_unadjuster: 2137/2137, skip_files: 2137/2137, skip_dirs: 2137/2137, exclude: 2014/2014 
13:17:02 [2022-09-10T13:17:02.944Z] INFO [runner] processing took 154.772241ms with stages: nolint: 66.357716ms, identifier_marker: 42.241855ms, path_prettifier: 15.158415ms, autogenerated_exclude: 13.182934ms, exclude-rules: 13.07477ms, skip_dirs: 3.39334ms, cgo: 772.922µs, filename_unadjuster: 583.348µs, max_same_issues: 1.737µs, max_from_linter: 943ns, uniq_by_line: 843ns, skip_files: 618ns, exclude: 491ns, diff: 481ns, source_code: 444ns, path_shortener: 390ns, max_per_file_from_linter: 331ns, sort_results: 270ns, severity-rules: 245ns, path_prefixer: 148ns 
13:17:02 [2022-09-10T13:17:02.944Z] INFO [runner] linters took 1m47.578865843s with stages: goanalysis_metalinter: 1m47.423767718s 
13:17:02 [2022-09-10T13:17:02.944Z] INFO File cache stats: 1706 entries of total size 8.7MiB 
13:17:02 [2022-09-10T13:17:02.944Z] INFO Memory: 2829 samples, avg is 324.9MB, max is 1273.6MB 
13:17:02 [2022-09-10T13:17:02.944Z] INFO Execution took 4m42.745800746s               
13:17:02 [2022-09-10T13:17:02.944Z] Congratulations! The shell scripts are properly formatted.