Skip to content

Console Output

14:28:56 [2022-03-25T14:28:56.150Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43378/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43378/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3853eb59d16431793a1ac64b3736931b2a078abd -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3853eb59d16431793a1ac64b3736931b2a078abd hack/validate/default
14:28:56 [2022-03-25T14:28:56.716Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
14:28:56 [2022-03-25T14:28:56.716Z] No api/types/ or api/swagger.yaml changes in diff.
14:28:56 [2022-03-25T14:28:56.716Z] Congratulations!  All TOML source files changed here have valid syntax.
14:28:56 [2022-03-25T14:28:56.716Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
14:28:56 [2022-03-25T14:28:56.716Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
14:28:56 [2022-03-25T14:28:56.716Z] Congratulations!  No new tests were added to integration-cli.
14:28:56 [2022-03-25T14:28:56.716Z] 
14:28:56 [2022-03-25T14:28:56.716Z] INFO Start validation with golang-ci-lint
14:28:57 [2022-03-25T14:28:57.652Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
14:28:57 [2022-03-25T14:28:57.652Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:28:57 [2022-03-25T14:28:57.652Z] INFO [loader] Using build tags: [apparmor seccomp] 
14:31:49 [2022-03-25T14:31:49.144Z] INFO [loader] Go packages loading at mode 575 (name|deps|exports_file|files|imports|compiled_files|types_sizes) took 2m48.903793217s 
14:31:49 [2022-03-25T14:31:49.144Z] 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. 
14:31:49 [2022-03-25T14:31:49.144Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 488.06379ms 
14:33:25 [2022-03-25T14:33:25.598Z] INFO [linters context/goanalysis] analyzers took 4m33.075953163s with top 10 stages: buildir: 1m58.762721855s, goimports: 24.884158798s, unconvert: 16.503403273s, gosec: 15.700450406s, golint: 8.565494954s, S1038: 8.139103275s, misspell: 6.053445468s, nilness: 4.508366707s, inspect: 4.420233097s, unused: 3.006610401s 
14:33:25 [2022-03-25T14:33:25.598Z] INFO [runner] Issues before processing: 3056, after processing: 0 
14:33:25 [2022-03-25T14:33:25.598Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2440/2440, autogenerated_exclude: 2055/2440, exclude: 2055/2055, cgo: 2440/3056, path_prettifier: 2440/2440, identifier_marker: 2055/2055, nolint: 0/78, filename_unadjuster: 2440/2440, skip_dirs: 2440/2440, exclude-rules: 78/2055 
14:33:25 [2022-03-25T14:33:25.598Z] INFO [runner] processing took 82.663941ms with stages: nolint: 32.642648ms, identifier_marker: 22.137099ms, path_prettifier: 9.424563ms, autogenerated_exclude: 8.437554ms, exclude-rules: 7.811413ms, skip_dirs: 1.80194ms, cgo: 250.066µs, filename_unadjuster: 153.027µs, skip_files: 1.256µs, max_same_issues: 1.193µs, uniq_by_line: 680ns, diff: 350ns, exclude: 347ns, max_from_linter: 333ns, path_shortener: 323ns, source_code: 296ns, severity-rules: 228ns, max_per_file_from_linter: 221ns, sort_results: 205ns, path_prefixer: 199ns 
14:33:25 [2022-03-25T14:33:25.598Z] INFO [runner] linters took 1m30.389415843s with stages: goanalysis_metalinter: 1m30.306519338s 
14:33:25 [2022-03-25T14:33:25.598Z] INFO File cache stats: 1666 entries of total size 8.4MiB 
14:33:25 [2022-03-25T14:33:25.598Z] INFO Memory: 2599 samples, avg is 281.8MB, max is 1166.5MB 
14:33:25 [2022-03-25T14:33:25.598Z] INFO Execution took 4m19.795131702s               
14:33:25 [2022-03-25T14:33:25.598Z] Congratulations! The shell scripts are properly formatted.