Skip to content

Console Output

18:40:00 [2022-07-27T18:40:00.077Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43872/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43872/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ba2ff69894f7948aa1499f3c26bf3b5171c40b2c -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ba2ff69894f7948aa1499f3c26bf3b5171c40b2c hack/validate/default
18:40:01 [2022-07-27T18:40:01.460Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
18:40:01 [2022-07-27T18:40:01.460Z] No api/types/ or api/swagger.yaml changes in diff.
18:40:01 [2022-07-27T18:40:01.460Z] Congratulations!  All TOML source files changed here have valid syntax.
18:40:01 [2022-07-27T18:40:01.460Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
18:40:01 [2022-07-27T18:40:01.460Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
18:40:01 [2022-07-27T18:40:01.460Z] 
18:40:01 [2022-07-27T18:40:01.460Z] INFO Start validation with golang-ci-lint
18:40:02 [2022-07-27T18:40:02.400Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
18:40:02 [2022-07-27T18:40:02.400Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
18:40:02 [2022-07-27T18:40:02.400Z] INFO [loader] Using build tags: [ journald]       
18:43:09 [2022-07-27T18:43:09.000Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|files|imports|name|exports_file) took 2m54.661426451s 
18:43:09 [2022-07-27T18:43:09.000Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 513.661895ms 
18:44:45 [2022-07-27T18:44:45.478Z] INFO [linters context/goanalysis] analyzers took 6m26.958391642s with top 10 stages: buildir: 2m18.437701287s, the_only_name: 42.199126162s, goimports: 27.76417973s, unconvert: 24.238423152s, gosec: 17.955680633s, S1038: 17.786849967s, misspell: 6.342719859s, nilness: 5.18356129s, unused: 5.174252548s, S1039: 4.840270632s 
18:44:45 [2022-07-27T18:44:45.478Z] INFO [runner] Issues before processing: 2455, after processing: 0 
18:44:45 [2022-07-27T18:44:45.478Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2120/2120, skip_dirs: 2120/2120, identifier_marker: 2017/2017, exclude-rules: 77/2017, cgo: 2120/2455, filename_unadjuster: 2120/2120, skip_files: 2120/2120, nolint: 0/77, autogenerated_exclude: 2017/2120, exclude: 2017/2017 
18:44:45 [2022-07-27T18:44:45.478Z] INFO [runner] processing took 222.063235ms with stages: nolint: 85.417276ms, identifier_marker: 44.313681ms, autogenerated_exclude: 38.548667ms, exclude-rules: 36.264281ms, path_prettifier: 13.225405ms, skip_dirs: 3.233342ms, cgo: 572.811µs, filename_unadjuster: 480.776µs, max_same_issues: 1.866µs, skip_files: 1.029µs, uniq_by_line: 621ns, exclude: 510ns, max_from_linter: 490ns, diff: 468ns, source_code: 377ns, path_shortener: 368ns, severity-rules: 356ns, max_per_file_from_linter: 344ns, sort_results: 308ns, path_prefixer: 259ns 
18:44:45 [2022-07-27T18:44:45.478Z] INFO [runner] linters took 1m46.167969397s with stages: goanalysis_metalinter: 1m45.94560642s 
18:44:45 [2022-07-27T18:44:45.478Z] INFO File cache stats: 1693 entries of total size 8.6MiB 
18:44:45 [2022-07-27T18:44:45.478Z] INFO Memory: 2812 samples, avg is 315.6MB, max is 1221.4MB 
18:44:45 [2022-07-27T18:44:45.478Z] INFO Execution took 4m41.356564944s               
18:44:45 [2022-07-27T18:44:45.478Z] Congratulations! The shell scripts are properly formatted.