Skip to content

Console Output

17:25:07 [2022-03-04T17:25:07.022Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43325/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43325/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e781cf5f64b251be44c6066999f20c28804c37cf -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e781cf5f64b251be44c6066999f20c28804c37cf hack/validate/default
17:25:08 [2022-03-04T17:25:08.429Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:25:08 [2022-03-04T17:25:08.429Z] No api/types/ or api/swagger.yaml changes in diff.
17:25:08 [2022-03-04T17:25:08.429Z] Congratulations!  All TOML source files changed here have valid syntax.
17:25:08 [2022-03-04T17:25:08.429Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:25:08 [2022-03-04T17:25:08.429Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:25:08 [2022-03-04T17:25:08.429Z] Congratulations!  No new tests were added to integration-cli.
17:25:08 [2022-03-04T17:25:08.429Z] 
17:25:08 [2022-03-04T17:25:08.429Z] INFO Start validation with golang-ci-lint
17:25:08 [2022-03-04T17:25:08.990Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:25:08 [2022-03-04T17:25:08.990Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:25:08 [2022-03-04T17:25:08.990Z] INFO [loader] Using build tags: [apparmor seccomp] 
17:27:30 [2022-03-04T17:27:30.408Z] INFO [loader] Go packages loading at mode 575 (files|name|types_sizes|compiled_files|exports_file|deps|imports) took 2m20.185928093s 
17:27:30 [2022-03-04T17:27:30.408Z] 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. 
17:27:30 [2022-03-04T17:27:30.408Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 479.035049ms 
17:29:06 [2022-03-04T17:29:06.849Z] INFO [linters context/goanalysis] analyzers took 4m37.790742497s with top 10 stages: buildir: 1m47.666401909s, goimports: 23.514080606s, unconvert: 18.151051243s, gosec: 15.204302697s, golint: 8.14519313s, S1038: 7.364243856s, misspell: 7.086572377s, inspect: 3.931478643s, nilness: 3.749491188s, unused: 3.414606319s 
17:29:06 [2022-03-04T17:29:06.849Z] INFO [runner] Issues before processing: 3050, after processing: 0 
17:29:06 [2022-03-04T17:29:06.850Z] INFO [runner] Processors filtering stat (out/in): cgo: 2443/3050, filename_unadjuster: 2443/2443, nolint: 0/76, identifier_marker: 2055/2055, exclude: 2055/2055, skip_dirs: 2443/2443, autogenerated_exclude: 2055/2443, exclude-rules: 76/2055, path_prettifier: 2443/2443, skip_files: 2443/2443 
17:29:06 [2022-03-04T17:29:06.850Z] INFO [runner] processing took 148.99389ms with stages: nolint: 58.364293ms, identifier_marker: 39.938537ms, path_prettifier: 20.858752ms, exclude-rules: 12.583822ms, autogenerated_exclude: 12.3467ms, skip_dirs: 3.410422ms, cgo: 791.71µs, filename_unadjuster: 691.9µs, max_same_issues: 1.674µs, uniq_by_line: 1.254µs, max_from_linter: 882ns, skip_files: 746ns, path_shortener: 659ns, diff: 547ns, source_code: 430ns, exclude: 367ns, severity-rules: 356ns, sort_results: 331ns, max_per_file_from_linter: 290ns, path_prefixer: 218ns 
17:29:06 [2022-03-04T17:29:06.850Z] INFO [runner] linters took 1m26.005313001s with stages: goanalysis_metalinter: 1m25.855013697s 
17:29:06 [2022-03-04T17:29:06.850Z] INFO File cache stats: 1672 entries of total size 8.4MiB 
17:29:06 [2022-03-04T17:29:06.850Z] INFO Memory: 2267 samples, avg is 301.3MB, max is 1075.0MB 
17:29:06 [2022-03-04T17:29:06.850Z] INFO Execution took 3m46.680337403s               
17:29:06 [2022-03-04T17:29:06.850Z] Congratulations! The shell scripts are properly formatted.