Skip to content

Console Output

10:59:39 [2020-12-07T10:59:39.959Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41747/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41747/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=dd5fa4a6c1a54ae96fe02580f8b749a83dced32e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:dd5fa4a6c1a54ae96fe02580f8b749a83dced32e hack/validate/default
10:59:40 [2020-12-07T10:59:40.899Z] Congratulations!  All commits are properly signed with the DCO!
10:59:40 [2020-12-07T10:59:40.899Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
10:59:40 [2020-12-07T10:59:40.899Z] No api/types/ or api/swagger.yaml changes in diff.
10:59:40 [2020-12-07T10:59:40.899Z] Congratulations!  All TOML source files changed here have valid syntax.
10:59:40 [2020-12-07T10:59:40.899Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
10:59:40 [2020-12-07T10:59:40.899Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
10:59:40 [2020-12-07T10:59:40.899Z] Congratulations!  No new tests were added to integration-cli.
10:59:40 [2020-12-07T10:59:40.899Z] 
10:59:40 [2020-12-07T10:59:40.899Z] INFO Start validation with golang-ci-lint
10:59:40 [2020-12-07T10:59:40.899Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
10:59:40 [2020-12-07T10:59:40.899Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:59:40 [2020-12-07T10:59:40.899Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:01:47 [2020-12-07T11:01:47.401Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|imports|name|exports_file|files) took 2m1.583313836s 
11:01:47 [2020-12-07T11:01:47.401Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 661.103797ms 
11:02:05 [2020-12-07T11:02:05.507Z] INFO [runner/unused/goanalysis] analyzers took 27.612040937s with top 10 stages: buildssa: 23.309700622s, U1000: 4.302340315s 
11:03:26 [2020-12-07T11:03:26.980Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m11.606755115s with top 10 stages: buildssa: 1m40.285020231s, goimports: 22.334831083s, unconvert: 13.243305564s, gosec: 10.609720784s, golint: 5.887036169s, ineffassign: 4.601264002s, misspell: 4.50129528s, inspect: 3.658385151s, vrp: 2.583467295s, printf: 2.177922359s 
11:03:26 [2020-12-07T11:03:26.981Z] INFO [runner] Issues before processing: 2262, after processing: 0 
11:03:26 [2020-12-07T11:03:26.981Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 1577/1682, identifier_marker: 1577/1577, cgo: 1682/2262, path_prettifier: 1682/1682, skip_files: 1682/1682, skip_dirs: 1682/1682, exclude: 1577/1577, exclude-rules: 64/1577, filename_unadjuster: 1682/1682, nolint: 0/64 
11:03:26 [2020-12-07T11:03:26.981Z] INFO [runner] processing took 139.543333ms with stages: nolint: 52.680572ms, identifier_marker: 35.271458ms, exclude-rules: 27.881711ms, path_prettifier: 13.505969ms, autogenerated_exclude: 5.985589ms, skip_dirs: 3.257267ms, cgo: 563.118µs, filename_unadjuster: 390.779µs, max_same_issues: 2.101µs, diff: 1.26µs, uniq_by_line: 798ns, max_from_linter: 602ns, source_code: 592ns, exclude: 473ns, path_shortener: 384ns, skip_files: 356ns, max_per_file_from_linter: 304ns 
11:03:26 [2020-12-07T11:03:26.981Z] INFO [runner] linters took 1m41.152521648s with stages: goanalysis_metalinter: 1m20.869304141s, unused: 20.142419819s 
11:03:26 [2020-12-07T11:03:26.981Z] INFO File cache stats: 1448 entries of total size 6.8MiB 
11:03:26 [2020-12-07T11:03:26.981Z] INFO Memory: 1549 samples, avg is 725.5MB, max is 3571.7MB 
11:03:26 [2020-12-07T11:03:26.981Z] INFO Execution took 3m43.672167706s               
11:03:26 [2020-12-07T11:03:26.981Z] Congratulations! The shell scripts are properly formatted.