Skip to content

Console Output

21:42:56 [2022-09-08T21:42:56.188Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44119/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44119/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c7e77dba7ff1e512d702dc434d8d2bb956d80f47 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c7e77dba7ff1e512d702dc434d8d2bb956d80f47 hack/validate/default
21:42:56 [2022-09-08T21:42:56.754Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
21:42:57 [2022-09-08T21:42:57.012Z] Congratulations! yamllint config file formatted correctly
21:42:57 [2022-09-08T21:42:57.012Z] Congratulations! YAML files are formatted correctly
21:42:57 [2022-09-08T21:42:57.012Z] No api/types/ or api/swagger.yaml changes in diff.
21:42:57 [2022-09-08T21:42:57.012Z] Congratulations!  All TOML source files changed here have valid syntax.
21:42:57 [2022-09-08T21:42:57.012Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
21:42:57 [2022-09-08T21:42:57.012Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
21:42:57 [2022-09-08T21:42:57.012Z] 
21:42:57 [2022-09-08T21:42:57.012Z] INFO Start validation with golang-ci-lint
21:42:57 [2022-09-08T21:42:57.945Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
21:42:57 [2022-09-08T21:42:57.946Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
21:42:57 [2022-09-08T21:42:57.946Z] INFO [loader] Using build tags: [ journald]       
21:46:04 [2022-09-08T21:46:04.438Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|files|imports|deps|name|types_sizes) took 2m57.073061762s 
21:46:04 [2022-09-08T21:46:04.438Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 522.697785ms 
21:47:55 [2022-09-08T21:47:55.902Z] INFO [linters context/goanalysis] analyzers took 6m36.370993663s with top 10 stages: buildir: 2m25.586541102s, the_only_name: 42.183921485s, goimports: 28.070383241s, unconvert: 22.872801408s, S1038: 18.549450964s, gosec: 18.189427023s, misspell: 6.438783031s, unused: 5.225030912s, inspect: 4.941483006s, S1039: 4.458173018s 
21:47:55 [2022-09-08T21:47:55.902Z] INFO [runner] Issues before processing: 2462, after processing: 0 
21:47:55 [2022-09-08T21:47:55.902Z] INFO [runner] Processors filtering stat (out/in): cgo: 2137/2462, exclude-rules: 79/2014, filename_unadjuster: 2137/2137, identifier_marker: 2014/2014, exclude: 2014/2014, nolint: 0/79, skip_files: 2137/2137, skip_dirs: 2137/2137, path_prettifier: 2137/2137, autogenerated_exclude: 2014/2137 
21:47:55 [2022-09-08T21:47:55.902Z] INFO [runner] processing took 83.203375ms with stages: nolint: 32.931895ms, identifier_marker: 21.431867ms, path_prettifier: 9.066551ms, autogenerated_exclude: 8.546638ms, exclude-rules: 7.763186ms, skip_dirs: 1.78567ms, cgo: 1.531306ms, filename_unadjuster: 141.264µs, max_same_issues: 1.377µs, uniq_by_line: 629ns, exclude: 434ns, skip_files: 389ns, diff: 373ns, path_shortener: 323ns, max_from_linter: 316ns, source_code: 310ns, max_per_file_from_linter: 257ns, severity-rules: 237ns, sort_results: 228ns, path_prefixer: 125ns 
21:47:55 [2022-09-08T21:47:55.902Z] INFO [runner] linters took 1m47.994300182s with stages: goanalysis_metalinter: 1m47.910923204s 
21:47:55 [2022-09-08T21:47:55.902Z] INFO File cache stats: 1706 entries of total size 8.7MiB 
21:47:55 [2022-09-08T21:47:55.902Z] INFO Memory: 2858 samples, avg is 317.5MB, max is 1211.5MB 
21:47:55 [2022-09-08T21:47:55.902Z] INFO Execution took 4m45.603427654s               
21:47:55 [2022-09-08T21:47:55.902Z] Congratulations! The shell scripts are properly formatted.