Skip to content

Console Output

09:36:30 [2022-03-09T09:36:30.275Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43344/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43344/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8dd972a53de55a21f1e6bfa26f1d7918d7f00e8d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8dd972a53de55a21f1e6bfa26f1d7918d7f00e8d hack/validate/default
09:36:30 [2022-03-09T09:36:30.846Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
09:36:38 [2022-03-09T09:36:38.988Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
09:36:44 [2022-03-09T09:36:44.276Z] Congratulations!  All API changes are done the right way.
09:36:44 [2022-03-09T09:36:44.276Z] Congratulations!  All TOML source files changed here have valid syntax.
09:36:44 [2022-03-09T09:36:44.276Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:36:44 [2022-03-09T09:36:44.276Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
09:36:44 [2022-03-09T09:36:44.276Z] Congratulations!  No new tests were added to integration-cli.
09:36:44 [2022-03-09T09:36:44.276Z] 
09:36:44 [2022-03-09T09:36:44.276Z] INFO Start validation with golang-ci-lint
09:36:44 [2022-03-09T09:36:44.538Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:36:44 [2022-03-09T09:36:44.538Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:36:44 [2022-03-09T09:36:44.538Z] INFO [loader] Using build tags: [apparmor seccomp] 
09:39:06 [2022-03-09T09:39:06.105Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|exports_file|files|imports|name) took 2m18.486742157s 
09:39:06 [2022-03-09T09:39:06.105Z] WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner.  Replaced by revive. 
09:39:06 [2022-03-09T09:39:06.105Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 473.131677ms 
09:40:42 [2022-03-09T09:40:42.620Z] INFO [linters context/goanalysis] analyzers took 4m30.951450151s with top 10 stages: buildir: 1m49.027841317s, goimports: 24.021712027s, unconvert: 18.04479054s, gosec: 14.788822284s, golint: 7.565213418s, S1038: 7.477811681s, misspell: 5.786507257s, inspect: 4.011053448s, nilness: 3.998294638s, directives: 3.149039247s 
09:40:42 [2022-03-09T09:40:42.620Z] INFO [runner] Issues before processing: 3051, after processing: 0 
09:40:42 [2022-03-09T09:40:42.620Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2444/2444, identifier_marker: 2056/2056, exclude-rules: 76/2056, skip_dirs: 2444/2444, nolint: 0/76, cgo: 2444/3051, autogenerated_exclude: 2056/2444, exclude: 2056/2056, filename_unadjuster: 2444/2444, skip_files: 2444/2444 
09:40:42 [2022-03-09T09:40:42.620Z] INFO [runner] processing took 82.544504ms with stages: nolint: 33.667238ms, identifier_marker: 21.496413ms, path_prettifier: 9.371028ms, autogenerated_exclude: 8.370784ms, exclude-rules: 7.335046ms, skip_dirs: 1.857323ms, cgo: 287.683µs, filename_unadjuster: 154.269µs, max_same_issues: 1.175µs, uniq_by_line: 702ns, source_code: 389ns, skip_files: 334ns, diff: 327ns, max_from_linter: 301ns, severity-rules: 295ns, path_shortener: 275ns, exclude: 254ns, max_per_file_from_linter: 250ns, sort_results: 223ns, path_prefixer: 195ns 
09:40:42 [2022-03-09T09:40:42.620Z] INFO [runner] linters took 1m25.580668346s with stages: goanalysis_metalinter: 1m25.498006414s 
09:40:42 [2022-03-09T09:40:42.620Z] INFO File cache stats: 1663 entries of total size 8.4MiB 
09:40:42 [2022-03-09T09:40:42.620Z] INFO Memory: 2247 samples, avg is 305.7MB, max is 1084.1MB 
09:40:42 [2022-03-09T09:40:42.620Z] INFO Execution took 3m44.551352985s               
09:40:42 [2022-03-09T09:40:42.620Z] Congratulations! The shell scripts are properly formatted.