Skip to content

Console Output

11:12:10 [2021-06-28T11:12:10.181Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42572/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42572/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2b3c4ff46a7cad03cdaa907ebc7f32f328f0be9a hack/validate/default
11:12:11 [2021-06-28T11:12:11.110Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
11:12:11 [2021-06-28T11:12:11.110Z] No api/types/ or api/swagger.yaml changes in diff.
11:12:11 [2021-06-28T11:12:11.110Z] Congratulations!  All TOML source files changed here have valid syntax.
11:12:11 [2021-06-28T11:12:11.110Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
11:12:11 [2021-06-28T11:12:11.110Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
11:12:11 [2021-06-28T11:12:11.110Z] Congratulations!  No new tests were added to integration-cli.
11:12:11 [2021-06-28T11:12:11.110Z] 
11:12:11 [2021-06-28T11:12:11.110Z] INFO Start validation with golang-ci-lint
11:12:11 [2021-06-28T11:12:11.110Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
11:12:11 [2021-06-28T11:12:11.110Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:12:11 [2021-06-28T11:12:11.110Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:14:32 [2021-06-28T11:14:32.520Z] INFO [loader] Go packages loading at mode 575 (deps|name|types_sizes|compiled_files|exports_file|files|imports) took 2m13.426768082s 
11:14:32 [2021-06-28T11:14:32.520Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 525.436182ms 
11:14:50 [2021-06-28T11:14:50.572Z] INFO [runner/unused/goanalysis] analyzers took 33.985504654s with top 10 stages: buildssa: 29.488999691s, U1000: 4.496504963s 
11:16:26 [2021-06-28T11:16:26.956Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m29.047781521s with top 10 stages: buildssa: 1m48.269789512s, goimports: 24.969982265s, unconvert: 14.526689534s, gosec: 11.458692483s, golint: 7.51883847s, ineffassign: 4.598436189s, misspell: 4.569638401s, vrp: 4.051236058s, inspect: 4.002015063s, printf: 1.975404175s 
11:16:26 [2021-06-28T11:16:26.956Z] INFO [runner] Issues before processing: 2865, after processing: 0 
11:16:26 [2021-06-28T11:16:26.956Z] INFO [runner] Processors filtering stat (out/in): cgo: 2290/2865, filename_unadjuster: 2290/2290, path_prettifier: 2290/2290, skip_files: 2290/2290, identifier_marker: 1901/1901, nolint: 0/78, exclude: 1901/1901, exclude-rules: 78/1901, skip_dirs: 2290/2290, autogenerated_exclude: 1901/2290 
11:16:26 [2021-06-28T11:16:26.956Z] INFO [runner] processing took 87.762279ms with stages: identifier_marker: 31.283684ms, nolint: 27.940769ms, path_prettifier: 14.292454ms, autogenerated_exclude: 6.568022ms, exclude-rules: 3.670858ms, skip_dirs: 2.732979ms, cgo: 1.060819ms, filename_unadjuster: 208.217µs, max_same_issues: 1.533µs, diff: 540ns, uniq_by_line: 526ns, exclude: 453ns, skip_files: 390ns, max_from_linter: 297ns, path_shortener: 289ns, source_code: 272ns, max_per_file_from_linter: 177ns 
11:16:26 [2021-06-28T11:16:26.956Z] INFO [runner] linters took 1m49.87719881s with stages: goanalysis_metalinter: 1m24.637954779s, unused: 25.151331758s 
11:16:26 [2021-06-28T11:16:26.956Z] INFO File cache stats: 1687 entries of total size 8.5MiB 
11:16:26 [2021-06-28T11:16:26.956Z] INFO Memory: 2440 samples, avg is 1980.1MB, max is 4976.0MB 
11:16:26 [2021-06-28T11:16:26.956Z] INFO Execution took 4m3.840156889s                
11:16:26 [2021-06-28T11:16:26.956Z] Congratulations! The shell scripts are properly formatted.