Skip to content

Console Output

13:35:16 [2022-04-04T13:35:16.762Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43457/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43457/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a35b4ac54a5c8b7e822293ba62f198047a52a0aa -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a35b4ac54a5c8b7e822293ba62f198047a52a0aa hack/validate/default
13:35:17 [2022-04-04T13:35:17.330Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:35:17 [2022-04-04T13:35:17.330Z] No api/types/ or api/swagger.yaml changes in diff.
13:35:17 [2022-04-04T13:35:17.330Z] Congratulations!  All TOML source files changed here have valid syntax.
13:35:17 [2022-04-04T13:35:17.330Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:35:17 [2022-04-04T13:35:17.330Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:35:17 [2022-04-04T13:35:17.330Z] Congratulations!  No new tests were added to integration-cli.
13:35:17 [2022-04-04T13:35:17.330Z] 
13:35:17 [2022-04-04T13:35:17.330Z] INFO Start validation with golang-ci-lint
13:35:18 [2022-04-04T13:35:18.267Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:35:18 [2022-04-04T13:35:18.267Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:35:18 [2022-04-04T13:35:18.267Z] INFO [loader] Using build tags: [apparmor seccomp] 
13:38:09 [2022-04-04T13:38:09.918Z] INFO [loader] Go packages loading at mode 575 (deps|compiled_files|exports_file|files|imports|name|types_sizes) took 2m50.709325208s 
13:38:09 [2022-04-04T13:38:09.918Z] 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. 
13:38:09 [2022-04-04T13:38:09.918Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 492.388363ms 
13:39:46 [2022-04-04T13:39:46.430Z] INFO [linters context/goanalysis] analyzers took 4m48.76116191s with top 10 stages: buildir: 2m3.129000333s, goimports: 23.859969325s, unconvert: 19.148001822s, gosec: 16.352071896s, S1038: 8.905992612s, golint: 8.158444434s, misspell: 5.837630323s, nilness: 4.572300654s, inspect: 3.938846991s, S1039: 3.89081276s 
13:39:46 [2022-04-04T13:39:46.430Z] INFO [runner] Issues before processing: 3056, after processing: 0 
13:39:46 [2022-04-04T13:39:46.430Z] INFO [runner] Processors filtering stat (out/in): cgo: 2440/3056, path_prettifier: 2440/2440, skip_dirs: 2440/2440, autogenerated_exclude: 2055/2440, filename_unadjuster: 2440/2440, skip_files: 2440/2440, exclude: 2055/2055, nolint: 0/78, exclude-rules: 78/2055, identifier_marker: 2055/2055 
13:39:46 [2022-04-04T13:39:46.431Z] INFO [runner] processing took 81.459089ms with stages: nolint: 31.412328ms, identifier_marker: 22.031512ms, path_prettifier: 9.599319ms, autogenerated_exclude: 8.480075ms, exclude-rules: 7.70379ms, skip_dirs: 1.85629ms, cgo: 212.758µs, filename_unadjuster: 156.96µs, max_same_issues: 1.275µs, skip_files: 1.022µs, exclude: 732ns, source_code: 635ns, uniq_by_line: 607ns, diff: 335ns, path_shortener: 333ns, max_from_linter: 304ns, severity-rules: 239ns, max_per_file_from_linter: 237ns, sort_results: 222ns, path_prefixer: 116ns 
13:39:46 [2022-04-04T13:39:46.431Z] INFO [runner] linters took 1m31.936660127s with stages: goanalysis_metalinter: 1m31.854863306s 
13:39:46 [2022-04-04T13:39:46.431Z] INFO File cache stats: 1666 entries of total size 8.4MiB 
13:39:46 [2022-04-04T13:39:46.431Z] INFO Memory: 2632 samples, avg is 287.8MB, max is 1169.8MB 
13:39:46 [2022-04-04T13:39:46.431Z] INFO Execution took 4m23.148119986s               
13:39:46 [2022-04-04T13:39:46.431Z] Congratulations! The shell scripts are properly formatted.