Skip to content

Console Output

23:57:09 [2020-12-23T23:57:09.525Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41786/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41786/.git:/go/src/github.com/docker/docker/.git --name docker-pr10 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1c0af18c6c341636ac55644103f922900c616bec -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1c0af18c6c341636ac55644103f922900c616bec hack/validate/default
23:57:10 [2020-12-23T23:57:10.486Z] Congratulations!  All commits are properly signed with the DCO!
23:57:10 [2020-12-23T23:57:10.486Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
23:57:10 [2020-12-23T23:57:10.486Z] No api/types/ or api/swagger.yaml changes in diff.
23:57:10 [2020-12-23T23:57:10.486Z] Congratulations!  All TOML source files changed here have valid syntax.
23:57:10 [2020-12-23T23:57:10.486Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
23:57:10 [2020-12-23T23:57:10.486Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
23:57:10 [2020-12-23T23:57:10.486Z] Congratulations!  No new tests were added to integration-cli.
23:57:10 [2020-12-23T23:57:10.486Z] 
23:57:10 [2020-12-23T23:57:10.486Z] INFO Start validation with golang-ci-lint
23:57:10 [2020-12-23T23:57:10.486Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
23:57:10 [2020-12-23T23:57:10.486Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:57:10 [2020-12-23T23:57:10.486Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:59:16 [2020-12-23T23:59:16.945Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|name|types_sizes|exports_file|files|imports) took 2m0.275835758s 
23:59:16 [2020-12-23T23:59:16.945Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 649.365903ms 
23:59:31 [2020-12-23T23:59:31.831Z] INFO [runner/unused/goanalysis] analyzers took 27.141478603s with top 10 stages: buildssa: 22.780644416s, U1000: 4.360834187s 
00:00:53 [2020-12-24T00:00:53.285Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m7.238354839s with top 10 stages: buildssa: 1m38.190407838s, goimports: 23.046920354s, unconvert: 13.529303211s, gosec: 9.723117806s, golint: 6.38252621s, ineffassign: 3.656490388s, misspell: 3.656362615s, vrp: 3.24995452s, inspect: 3.239190167s, fact_purity: 2.027257181s 
00:00:53 [2020-12-24T00:00:53.285Z] INFO [runner] Issues before processing: 2263, after processing: 0 
00:00:53 [2020-12-24T00:00:53.285Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1683/1683, autogenerated_exclude: 1578/1683, exclude: 1578/1578, nolint: 0/64, filename_unadjuster: 1683/1683, path_prettifier: 1683/1683, identifier_marker: 1578/1578, cgo: 1683/2263, skip_dirs: 1683/1683, exclude-rules: 64/1578 
00:00:53 [2020-12-24T00:00:53.285Z] INFO [runner] processing took 58.694922ms with stages: nolint: 25.525847ms, identifier_marker: 16.268526ms, path_prettifier: 7.491937ms, autogenerated_exclude: 3.848465ms, exclude-rules: 3.722548ms, skip_dirs: 1.571065ms, cgo: 172.706µs, filename_unadjuster: 89.417µs, max_same_issues: 1.32µs, uniq_by_line: 591ns, max_from_linter: 491ns, diff: 429ns, skip_files: 402ns, exclude: 389ns, source_code: 323ns, path_shortener: 242ns, max_per_file_from_linter: 224ns 
00:00:53 [2020-12-24T00:00:53.285Z] INFO [runner] linters took 1m39.878659953s with stages: goanalysis_metalinter: 1m19.694483385s, unused: 20.125340271s 
00:00:53 [2020-12-24T00:00:53.285Z] INFO File cache stats: 1448 entries of total size 6.8MiB 
00:00:53 [2020-12-24T00:00:53.285Z] INFO Memory: 1542 samples, avg is 713.8MB, max is 3371.9MB 
00:00:53 [2020-12-24T00:00:53.285Z] INFO Execution took 3m40.815775162s               
00:00:53 [2020-12-24T00:00:53.285Z] Congratulations! The shell scripts are properly formatted.