Skip to content

Console Output

14:35:40 [2021-08-23T14:35:40.753Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42764/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42764/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=82c978ad9567772f349f604c6630d531b9348736 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:82c978ad9567772f349f604c6630d531b9348736 hack/validate/default
14:35:41 [2021-08-23T14:35:41.367Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
14:35:41 [2021-08-23T14:35:41.367Z] No api/types/ or api/swagger.yaml changes in diff.
14:35:41 [2021-08-23T14:35:41.367Z] Congratulations!  All TOML source files changed here have valid syntax.
14:35:41 [2021-08-23T14:35:41.367Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
14:35:41 [2021-08-23T14:35:41.367Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
14:35:41 [2021-08-23T14:35:41.367Z] Congratulations!  No new tests were added to integration-cli.
14:35:41 [2021-08-23T14:35:41.367Z] 
14:35:41 [2021-08-23T14:35:41.367Z] INFO Start validation with golang-ci-lint
14:35:41 [2021-08-23T14:35:41.629Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
14:35:41 [2021-08-23T14:35:41.629Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:35:41 [2021-08-23T14:35:41.629Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:38:03 [2021-08-23T14:38:03.160Z] INFO [loader] Go packages loading at mode 575 (name|compiled_files|deps|files|imports|exports_file|types_sizes) took 2m15.763253812s 
14:38:03 [2021-08-23T14:38:03.160Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 530.671192ms 
14:39:24 [2021-08-23T14:39:24.659Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m15.057104083s with top 10 stages: buildssa: 1m40.657311896s, goimports: 22.445992158s, unconvert: 13.312193985s, gosec: 10.172520405s, golint: 7.241792563s, misspell: 4.584549197s, ineffassign: 4.48950311s, inspect: 4.430440303s, vrp: 2.964237762s, printf: 2.321135935s 
14:39:42 [2021-08-23T14:39:42.767Z] INFO [runner/unused/goanalysis] analyzers took 32.330104136s with top 10 stages: buildssa: 27.607914743s, U1000: 4.722189393s 
14:39:42 [2021-08-23T14:39:42.767Z] INFO [runner] Issues before processing: 2863, after processing: 0 
14:39:42 [2021-08-23T14:39:42.767Z] INFO [runner] Processors filtering stat (out/in): cgo: 2282/2863, skip_dirs: 2282/2282, identifier_marker: 1893/1893, filename_unadjuster: 2282/2282, skip_files: 2282/2282, exclude-rules: 78/1893, nolint: 0/78, autogenerated_exclude: 1893/2282, exclude: 1893/1893, path_prettifier: 2282/2282 
14:39:42 [2021-08-23T14:39:42.767Z] INFO [runner] processing took 171.583321ms with stages: nolint: 72.740799ms, identifier_marker: 40.830812ms, skip_dirs: 24.383873ms, path_prettifier: 16.302863ms, autogenerated_exclude: 8.709354ms, exclude-rules: 6.626128ms, cgo: 1.057319ms, filename_unadjuster: 925.198µs, max_same_issues: 1.822µs, source_code: 1.199µs, diff: 876ns, uniq_by_line: 761ns, skip_files: 548ns, path_shortener: 497ns, exclude: 478ns, max_from_linter: 463ns, max_per_file_from_linter: 331ns 
14:39:42 [2021-08-23T14:39:42.767Z] INFO [runner] linters took 1m43.707548797s with stages: goanalysis_metalinter: 1m20.39201618s, unused: 23.143116848s 
14:39:42 [2021-08-23T14:39:42.767Z] INFO File cache stats: 1688 entries of total size 8.5MiB 
14:39:42 [2021-08-23T14:39:42.767Z] INFO Memory: 2399 samples, avg is 486.3MB, max is 4167.2MB 
14:39:42 [2021-08-23T14:39:42.767Z] INFO Execution took 4m0.012093715s                
14:39:42 [2021-08-23T14:39:42.767Z] Congratulations! The shell scripts are properly formatted.