Skip to content

Console Output

13:47:24 [2022-07-28T13:47:24.662Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43877/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43877/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f4c0ec8ffc427daa0a560695eb77e0428202ef14 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f4c0ec8ffc427daa0a560695eb77e0428202ef14 hack/validate/default
13:47:25 [2022-07-28T13:47:25.231Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:47:25 [2022-07-28T13:47:25.231Z] No api/types/ or api/swagger.yaml changes in diff.
13:47:25 [2022-07-28T13:47:25.231Z] Congratulations!  All TOML source files changed here have valid syntax.
13:47:25 [2022-07-28T13:47:25.231Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:47:25 [2022-07-28T13:47:25.231Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:47:25 [2022-07-28T13:47:25.231Z] 
13:47:25 [2022-07-28T13:47:25.231Z] INFO Start validation with golang-ci-lint
13:47:25 [2022-07-28T13:47:25.801Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:47:25 [2022-07-28T13:47:25.802Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
13:47:25 [2022-07-28T13:47:25.802Z] INFO [loader] Using build tags: [ journald]       
13:50:17 [2022-07-28T13:50:17.328Z] INFO [loader] Go packages loading at mode 575 (deps|imports|compiled_files|exports_file|files|name|types_sizes) took 2m50.882040307s 
13:50:17 [2022-07-28T13:50:17.328Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 509.11269ms 
13:52:08 [2022-07-28T13:52:08.831Z] INFO [linters context/goanalysis] analyzers took 6m29.975816188s with top 10 stages: buildir: 2m24.442468341s, the_only_name: 40.586470166s, goimports: 29.980828468s, unconvert: 22.670651133s, gosec: 18.521405176s, S1038: 17.54724997s, misspell: 7.442023867s, unused: 5.59014725s, S1039: 4.940525851s, nilness: 4.742360832s 
13:52:08 [2022-07-28T13:52:08.831Z] INFO [runner] Issues before processing: 2455, after processing: 0 
13:52:08 [2022-07-28T13:52:08.831Z] INFO [runner] Processors filtering stat (out/in): cgo: 2120/2455, path_prettifier: 2120/2120, skip_files: 2120/2120, identifier_marker: 2017/2017, skip_dirs: 2120/2120, exclude: 2017/2017, exclude-rules: 77/2017, nolint: 0/77, filename_unadjuster: 2120/2120, autogenerated_exclude: 2017/2120 
13:52:08 [2022-07-28T13:52:08.831Z] INFO [runner] processing took 82.300209ms with stages: nolint: 33.292746ms, identifier_marker: 21.850749ms, path_prettifier: 8.958421ms, autogenerated_exclude: 8.161729ms, exclude-rules: 7.613099ms, skip_dirs: 1.890653ms, cgo: 385.651µs, filename_unadjuster: 140.57µs, max_same_issues: 2.562µs, uniq_by_line: 612ns, skip_files: 538ns, max_from_linter: 494ns, diff: 492ns, source_code: 459ns, exclude: 349ns, max_per_file_from_linter: 249ns, path_shortener: 217ns, sort_results: 214ns, severity-rules: 209ns, path_prefixer: 196ns 
13:52:08 [2022-07-28T13:52:08.831Z] INFO [runner] linters took 1m44.695750685s with stages: goanalysis_metalinter: 1m44.613318327s 
13:52:08 [2022-07-28T13:52:08.831Z] INFO File cache stats: 1693 entries of total size 8.6MiB 
13:52:08 [2022-07-28T13:52:08.831Z] INFO Memory: 2762 samples, avg is 320.5MB, max is 1227.5MB 
13:52:08 [2022-07-28T13:52:08.831Z] INFO Execution took 4m36.096596256s               
13:52:08 [2022-07-28T13:52:08.831Z] Congratulations! The shell scripts are properly formatted.