Skip to content

Console Output

06:39:02 [2022-04-19T06:39:02.736Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43494/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43494/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=013d6488888d2362185b0738e9f600d4ba95d88a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:013d6488888d2362185b0738e9f600d4ba95d88a hack/validate/default
06:39:03 [2022-04-19T06:39:03.302Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
06:39:03 [2022-04-19T06:39:03.302Z] No api/types/ or api/swagger.yaml changes in diff.
06:39:03 [2022-04-19T06:39:03.302Z] Congratulations!  All TOML source files changed here have valid syntax.
06:39:03 [2022-04-19T06:39:03.302Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
06:39:03 [2022-04-19T06:39:03.302Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
06:39:03 [2022-04-19T06:39:03.302Z] Congratulations!  No new tests were added to integration-cli.
06:39:03 [2022-04-19T06:39:03.302Z] 
06:39:03 [2022-04-19T06:39:03.302Z] INFO Start validation with golang-ci-lint
06:39:04 [2022-04-19T06:39:04.237Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
06:39:04 [2022-04-19T06:39:04.237Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
06:39:04 [2022-04-19T06:39:04.237Z] INFO [loader] Using build tags: [apparmor seccomp] 
06:42:10 [2022-04-19T06:42:10.756Z] INFO [loader] Go packages loading at mode 575 (imports|name|types_sizes|compiled_files|deps|exports_file|files) took 2m54.370009265s 
06:42:10 [2022-04-19T06:42:10.756Z] 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. 
06:42:10 [2022-04-19T06:42:10.756Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 493.01127ms 
06:43:47 [2022-04-19T06:43:47.277Z] INFO [linters context/goanalysis] analyzers took 4m43.361778377s with top 10 stages: buildir: 2m4.377455639s, goimports: 24.695504066s, unconvert: 17.298205205s, gosec: 14.261706627s, S1038: 8.058048306s, golint: 6.31093403s, misspell: 5.88561283s, nilness: 4.376550751s, S1039: 3.854519899s, inspect: 3.755474189s 
06:43:47 [2022-04-19T06:43:47.277Z] INFO [runner] Issues before processing: 3056, after processing: 0 
06:43:47 [2022-04-19T06:43:47.277Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2440/2440, skip_dirs: 2440/2440, autogenerated_exclude: 2055/2440, identifier_marker: 2055/2055, cgo: 2440/3056, filename_unadjuster: 2440/2440, path_prettifier: 2440/2440, exclude: 2055/2055, exclude-rules: 78/2055, nolint: 0/78 
06:43:47 [2022-04-19T06:43:47.277Z] INFO [runner] processing took 92.374959ms with stages: nolint: 33.138745ms, identifier_marker: 25.791867ms, path_prettifier: 11.297924ms, autogenerated_exclude: 10.234654ms, exclude-rules: 8.900412ms, skip_dirs: 2.429455ms, cgo: 442.002µs, filename_unadjuster: 133.813µs, max_same_issues: 1.558µs, skip_files: 842ns, uniq_by_line: 694ns, sort_results: 557ns, path_shortener: 415ns, max_from_linter: 410ns, source_code: 337ns, diff: 336ns, exclude: 300ns, max_per_file_from_linter: 219ns, severity-rules: 218ns, path_prefixer: 201ns 
06:43:47 [2022-04-19T06:43:47.277Z] INFO [runner] linters took 1m33.790750191s with stages: goanalysis_metalinter: 1m33.698250747s 
06:43:47 [2022-04-19T06:43:47.277Z] INFO File cache stats: 1666 entries of total size 8.4MiB 
06:43:47 [2022-04-19T06:43:47.277Z] INFO Memory: 2688 samples, avg is 297.0MB, max is 1222.4MB 
06:43:47 [2022-04-19T06:43:47.277Z] INFO Execution took 4m28.663143742s               
06:43:47 [2022-04-19T06:43:47.277Z] Congratulations! The shell scripts are properly formatted.