Skip to content

Console Output

13:37:33 [2022-09-07T13:37:33.587Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43746/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43746/.git:/go/src/github.com/docker/docker/.git --name docker-pr18 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1eadbdd9fadca31c02b6f0aebfbbab4d8c6cf716 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1eadbdd9fadca31c02b6f0aebfbbab4d8c6cf716 hack/validate/default
13:37:34 [2022-09-07T13:37:34.962Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:37:34 [2022-09-07T13:37:34.962Z] Congratulations! yamllint config file formatted correctly
13:37:34 [2022-09-07T13:37:34.962Z] Congratulations! YAML files are formatted correctly
13:37:34 [2022-09-07T13:37:34.962Z] No api/types/ or api/swagger.yaml changes in diff.
13:37:34 [2022-09-07T13:37:34.962Z] Congratulations!  All TOML source files changed here have valid syntax.
13:37:34 [2022-09-07T13:37:34.962Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:37:34 [2022-09-07T13:37:34.962Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:37:34 [2022-09-07T13:37:34.962Z] 
13:37:34 [2022-09-07T13:37:34.962Z] INFO Start validation with golang-ci-lint
13:37:35 [2022-09-07T13:37:35.896Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:37:35 [2022-09-07T13:37:35.896Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
13:37:35 [2022-09-07T13:37:35.896Z] INFO [loader] Using build tags: [ journald]       
13:40:42 [2022-09-07T13:40:42.392Z] INFO [loader] Go packages loading at mode 575 (files|imports|name|compiled_files|deps|exports_file|types_sizes) took 3m1.438676938s 
13:40:42 [2022-09-07T13:40:42.392Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 522.28949ms 
13:42:33 [2022-09-07T13:42:33.863Z] INFO [linters context/goanalysis] analyzers took 6m47.430999922s with top 10 stages: buildir: 2m27.292402902s, the_only_name: 41.387501207s, goimports: 27.489845258s, unconvert: 22.496700935s, S1038: 17.497402157s, gosec: 17.252690523s, misspell: 6.543287081s, unused: 5.802770015s, nilness: 5.750688031s, S1039: 5.45134501s 
13:42:33 [2022-09-07T13:42:33.863Z] INFO [runner] Issues before processing: 2462, after processing: 0 
13:42:33 [2022-09-07T13:42:33.863Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 2014/2137, exclude-rules: 79/2014, path_prettifier: 2137/2137, filename_unadjuster: 2137/2137, skip_files: 2137/2137, skip_dirs: 2137/2137, identifier_marker: 2014/2014, exclude: 2014/2014, nolint: 0/79, cgo: 2137/2462 
13:42:33 [2022-09-07T13:42:33.863Z] INFO [runner] processing took 100.233006ms with stages: nolint: 50.488373ms, identifier_marker: 21.496288ms, path_prettifier: 9.380652ms, autogenerated_exclude: 8.929155ms, exclude-rules: 7.798503ms, skip_dirs: 1.744454ms, cgo: 244.83µs, filename_unadjuster: 144.005µs, max_same_issues: 1.848µs, uniq_by_line: 713ns, path_shortener: 672ns, max_from_linter: 621ns, diff: 567ns, skip_files: 533ns, exclude: 387ns, source_code: 385ns, sort_results: 355ns, max_per_file_from_linter: 291ns, severity-rules: 237ns, path_prefixer: 137ns 
13:42:33 [2022-09-07T13:42:33.863Z] INFO [runner] linters took 1m50.871233405s with stages: goanalysis_metalinter: 1m50.770685925s 
13:42:33 [2022-09-07T13:42:33.863Z] INFO File cache stats: 1706 entries of total size 8.7MiB 
13:42:33 [2022-09-07T13:42:33.863Z] INFO Memory: 2930 samples, avg is 323.3MB, max is 1211.9MB 
13:42:33 [2022-09-07T13:42:33.863Z] INFO Execution took 4m52.847625231s               
13:42:33 [2022-09-07T13:42:33.863Z] Congratulations! The shell scripts are properly formatted.