Skip to content

Console Output

16:47:39 [2022-04-29T16:47:39.331Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43547/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43547/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=82088364e143796457aa668ab23ba07c9d638940 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:82088364e143796457aa668ab23ba07c9d638940 hack/validate/default
16:47:40 [2022-04-29T16:47:40.267Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
16:47:40 [2022-04-29T16:47:40.267Z] No api/types/ or api/swagger.yaml changes in diff.
16:47:40 [2022-04-29T16:47:40.267Z] Congratulations!  All TOML source files changed here have valid syntax.
16:47:40 [2022-04-29T16:47:40.267Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
16:47:40 [2022-04-29T16:47:40.267Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
16:47:40 [2022-04-29T16:47:40.267Z] Congratulations!  No new tests were added to integration-cli.
16:47:40 [2022-04-29T16:47:40.267Z] 
16:47:40 [2022-04-29T16:47:40.267Z] INFO Start validation with golang-ci-lint
16:47:41 [2022-04-29T16:47:41.207Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
16:47:41 [2022-04-29T16:47:41.207Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:47:41 [2022-04-29T16:47:41.207Z] INFO [loader] Using build tags: [apparmor seccomp] 
16:50:47 [2022-04-29T16:50:47.724Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|imports|name|deps|files|types_sizes) took 2m58.338923256s 
16:50:47 [2022-04-29T16:50:47.724Z] 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. 
16:50:47 [2022-04-29T16:50:47.724Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 505.073258ms 
16:52:24 [2022-04-29T16:52:24.222Z] INFO [linters context/goanalysis] analyzers took 4m58.759616542s with top 10 stages: buildir: 2m6.753046475s, goimports: 24.080309095s, unconvert: 19.821786369s, gosec: 15.625244148s, S1038: 8.994399913s, golint: 7.549222351s, misspell: 5.952229527s, nilness: 4.98481009s, inspect: 3.910812106s, unused: 3.459594928s 
16:52:24 [2022-04-29T16:52:24.222Z] INFO [runner] Issues before processing: 3032, after processing: 0 
16:52:24 [2022-04-29T16:52:24.222Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2416/2416, filename_unadjuster: 2416/2416, autogenerated_exclude: 2033/2416, identifier_marker: 2033/2033, nolint: 0/78, path_prettifier: 2416/2416, exclude-rules: 78/2033, skip_dirs: 2416/2416, exclude: 2033/2033, cgo: 2416/3032 
16:52:24 [2022-04-29T16:52:24.222Z] INFO [runner] processing took 80.9205ms with stages: nolint: 31.228511ms, identifier_marker: 21.570821ms, path_prettifier: 9.183306ms, autogenerated_exclude: 9.072602ms, exclude-rules: 7.689123ms, skip_dirs: 1.747289ms, cgo: 265.644µs, filename_unadjuster: 156.358µs, max_same_issues: 1.542µs, skip_files: 994ns, diff: 704ns, uniq_by_line: 666ns, exclude: 563ns, max_per_file_from_linter: 543ns, severity-rules: 437ns, max_from_linter: 411ns, path_shortener: 334ns, source_code: 327ns, sort_results: 214ns, path_prefixer: 111ns 
16:52:24 [2022-04-29T16:52:24.222Z] INFO [runner] linters took 1m35.235494502s with stages: goanalysis_metalinter: 1m35.154357892s 
16:52:24 [2022-04-29T16:52:24.222Z] INFO File cache stats: 1667 entries of total size 8.4MiB 
16:52:24 [2022-04-29T16:52:24.222Z] INFO Memory: 2742 samples, avg is 274.6MB, max is 1162.8MB 
16:52:24 [2022-04-29T16:52:24.222Z] INFO Execution took 4m34.089694404s               
16:52:24 [2022-04-29T16:52:24.222Z] Congratulations! The shell scripts are properly formatted.