Skip to content

Console Output

17:04:46 [2022-05-12T17:04:46.466Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43110/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43110/.git:/go/src/github.com/docker/docker/.git --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2fca22a9b6afe4e1f4af53465a49e7956cc34fa9 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2fca22a9b6afe4e1f4af53465a49e7956cc34fa9 hack/validate/default
17:04:47 [2022-05-12T17:04:47.037Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:04:47 [2022-05-12T17:04:47.037Z] No api/types/ or api/swagger.yaml changes in diff.
17:04:47 [2022-05-12T17:04:47.037Z] Congratulations!  All TOML source files changed here have valid syntax.
17:04:47 [2022-05-12T17:04:47.037Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:04:47 [2022-05-12T17:04:47.037Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:04:47 [2022-05-12T17:04:47.037Z] Congratulations!  No new tests were added to integration-cli.
17:04:47 [2022-05-12T17:04:47.296Z] 
17:04:47 [2022-05-12T17:04:47.296Z] INFO Start validation with golang-ci-lint
17:04:48 [2022-05-12T17:04:48.232Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:04:48 [2022-05-12T17:04:48.232Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:04:48 [2022-05-12T17:04:48.232Z] INFO [loader] Using build tags: [apparmor seccomp] 
17:07:39 [2022-05-12T17:07:39.721Z] INFO [loader] Go packages loading at mode 575 (name|types_sizes|deps|exports_file|imports|compiled_files|files) took 2m51.548981938s 
17:07:39 [2022-05-12T17:07:39.721Z] 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:07:39 [2022-05-12T17:07:39.979Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 500.250004ms 
17:09:16 [2022-05-12T17:09:16.430Z] INFO [linters context/goanalysis] analyzers took 4m58.543338251s with top 10 stages: buildir: 2m3.075195334s, goimports: 23.904105749s, unconvert: 18.42384394s, gosec: 15.151467389s, S1038: 8.803186956s, golint: 7.418904543s, misspell: 5.755970545s, nilness: 5.18595012s, S1039: 4.130684335s, unused: 3.65686987s 
17:09:16 [2022-05-12T17:09:16.430Z] INFO [runner] Issues before processing: 3184, after processing: 0 
17:09:16 [2022-05-12T17:09:16.430Z] INFO [runner] Processors filtering stat (out/in): cgo: 2426/3184, path_prettifier: 2426/2426, skip_files: 2426/2426, exclude-rules: 78/2043, nolint: 0/78, filename_unadjuster: 2426/2426, skip_dirs: 2426/2426, autogenerated_exclude: 2043/2426, identifier_marker: 2043/2043, exclude: 2043/2043 
17:09:16 [2022-05-12T17:09:16.430Z] INFO [runner] processing took 83.016401ms with stages: nolint: 31.981676ms, identifier_marker: 22.362035ms, path_prettifier: 9.871103ms, autogenerated_exclude: 8.522909ms, exclude-rules: 8.012452ms, skip_dirs: 1.870796ms, cgo: 256.278µs, filename_unadjuster: 133.674µs, max_same_issues: 1.233µs, uniq_by_line: 894ns, diff: 637ns, max_from_linter: 471ns, skip_files: 470ns, path_shortener: 333ns, source_code: 307ns, exclude: 293ns, severity-rules: 274ns, max_per_file_from_linter: 234ns, sort_results: 219ns, path_prefixer: 113ns 
17:09:16 [2022-05-12T17:09:16.430Z] INFO [runner] linters took 1m32.534662949s with stages: goanalysis_metalinter: 1m32.451454998s 
17:09:16 [2022-05-12T17:09:16.430Z] INFO File cache stats: 1665 entries of total size 8.5MiB 
17:09:16 [2022-05-12T17:09:16.430Z] INFO Memory: 2643 samples, avg is 285.5MB, max is 1236.8MB 
17:09:16 [2022-05-12T17:09:16.430Z] INFO Execution took 4m24.595227481s               
17:09:16 [2022-05-12T17:09:16.430Z] Congratulations! The shell scripts are properly formatted.