Skip to content

Console Output

12:19:03 [2022-05-02T12:19:03.098Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43552/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43552/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=789223f2dc6f92553311f22523bb53abf7936039 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:789223f2dc6f92553311f22523bb53abf7936039 hack/validate/default
12:19:03 [2022-05-02T12:19:03.670Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
12:19:03 [2022-05-02T12:19:03.670Z] No api/types/ or api/swagger.yaml changes in diff.
12:19:03 [2022-05-02T12:19:03.670Z] Congratulations!  All TOML source files changed here have valid syntax.
12:19:03 [2022-05-02T12:19:03.670Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
12:19:03 [2022-05-02T12:19:03.670Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
12:19:03 [2022-05-02T12:19:03.670Z] Congratulations!  No new tests were added to integration-cli.
12:19:03 [2022-05-02T12:19:03.670Z] 
12:19:03 [2022-05-02T12:19:03.670Z] INFO Start validation with golang-ci-lint
12:19:04 [2022-05-02T12:19:04.613Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
12:19:04 [2022-05-02T12:19:04.613Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:19:04 [2022-05-02T12:19:04.613Z] INFO [loader] Using build tags: [apparmor seccomp] 
12:21:56 [2022-05-02T12:21:56.174Z] INFO [loader] Go packages loading at mode 575 (types_sizes|exports_file|files|imports|name|compiled_files|deps) took 2m48.366156782s 
12:21:56 [2022-05-02T12:21:56.174Z] 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. 
12:21:56 [2022-05-02T12:21:56.174Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 489.078144ms 
12:23:32 [2022-05-02T12:23:32.691Z] INFO [linters context/goanalysis] analyzers took 5m4.260081604s with top 10 stages: buildir: 1m58.415892933s, goimports: 23.507258777s, unconvert: 17.845816453s, gosec: 14.805590862s, S1038: 7.841373989s, misspell: 7.09306406s, golint: 7.03185612s, nilness: 4.24002118s, inspect: 4.14992448s, S1039: 4.081100659s 
12:23:32 [2022-05-02T12:23:32.692Z] INFO [runner] Issues before processing: 3032, after processing: 0 
12:23:32 [2022-05-02T12:23:32.692Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2416/2416, skip_dirs: 2416/2416, nolint: 0/78, cgo: 2416/3032, skip_files: 2416/2416, autogenerated_exclude: 2033/2416, exclude-rules: 78/2033, exclude: 2033/2033, path_prettifier: 2416/2416, identifier_marker: 2033/2033 
12:23:32 [2022-05-02T12:23:32.692Z] INFO [runner] processing took 157.808609ms with stages: nolint: 63.356481ms, identifier_marker: 44.766128ms, path_prettifier: 15.445875ms, exclude-rules: 15.211286ms, autogenerated_exclude: 14.098701ms, skip_dirs: 3.686919ms, cgo: 738.98µs, filename_unadjuster: 497.501µs, max_same_issues: 2.115µs, max_from_linter: 700ns, uniq_by_line: 659ns, skip_files: 568ns, exclude: 513ns, source_code: 398ns, path_shortener: 382ns, diff: 339ns, severity-rules: 314ns, max_per_file_from_linter: 312ns, sort_results: 279ns, path_prefixer: 159ns 
12:23:32 [2022-05-02T12:23:32.692Z] INFO [runner] linters took 1m30.377233055s with stages: goanalysis_metalinter: 1m30.219209004s 
12:23:32 [2022-05-02T12:23:32.692Z] INFO File cache stats: 1667 entries of total size 8.4MiB 
12:23:32 [2022-05-02T12:23:32.692Z] INFO Memory: 2591 samples, avg is 283.9MB, max is 1182.1MB 
12:23:32 [2022-05-02T12:23:32.692Z] INFO Execution took 4m19.250067383s               
12:23:32 [2022-05-02T12:23:32.692Z] Congratulations! The shell scripts are properly formatted.