Skip to content

Console Output

10:40:36 [2021-04-16T10:40:36.438Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40094/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40094/.git:/go/src/github.com/docker/docker/.git --name docker-pr16 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=eb0610b7fc7e8c49160c99fa311e14ee632dd45a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:eb0610b7fc7e8c49160c99fa311e14ee632dd45a hack/validate/default
10:40:37 [2021-04-16T10:40:37.396Z] Congratulations!  All commits are properly signed with the DCO!
10:40:37 [2021-04-16T10:40:37.396Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
10:40:37 [2021-04-16T10:40:37.396Z] No api/types/ or api/swagger.yaml changes in diff.
10:40:37 [2021-04-16T10:40:37.396Z] Congratulations!  All TOML source files changed here have valid syntax.
10:40:37 [2021-04-16T10:40:37.396Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
10:40:37 [2021-04-16T10:40:37.396Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
10:40:37 [2021-04-16T10:40:37.396Z] Congratulations!  No new tests were added to integration-cli.
10:40:37 [2021-04-16T10:40:37.396Z] 
10:40:37 [2021-04-16T10:40:37.396Z] INFO Start validation with golang-ci-lint
10:40:37 [2021-04-16T10:40:37.396Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
10:40:37 [2021-04-16T10:40:37.396Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:40:37 [2021-04-16T10:40:37.396Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:42:43 [2021-04-16T10:42:43.917Z] INFO [loader] Go packages loading at mode 575 (files|imports|types_sizes|compiled_files|deps|exports_file|name) took 2m4.730907246s 
10:42:43 [2021-04-16T10:42:43.917Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 462.280946ms 
10:43:05 [2021-04-16T10:43:05.893Z] INFO [runner/unused/goanalysis] analyzers took 29.271975177s with top 10 stages: buildssa: 25.260888358s, U1000: 4.011086819s 
10:44:27 [2021-04-16T10:44:27.303Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m14.182622592s with top 10 stages: buildssa: 1m44.650326998s, goimports: 22.323763199s, unconvert: 13.43637291s, gosec: 9.473525881s, golint: 5.694885019s, ineffassign: 4.498710979s, misspell: 4.17400601s, inspect: 3.087406362s, vrp: 2.606932551s, ctrlflow: 1.976010172s 
10:44:27 [2021-04-16T10:44:27.303Z] INFO [runner] Issues before processing: 2262, after processing: 0 
10:44:27 [2021-04-16T10:44:27.303Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 64/1578, skip_files: 1683/1683, skip_dirs: 1683/1683, autogenerated_exclude: 1578/1683, identifier_marker: 1578/1578, nolint: 0/64, cgo: 1683/2262, filename_unadjuster: 1683/1683, path_prettifier: 1683/1683, exclude: 1578/1578 
10:44:27 [2021-04-16T10:44:27.303Z] INFO [runner] processing took 59.366676ms with stages: nolint: 25.705634ms, identifier_marker: 16.317748ms, path_prettifier: 8.061765ms, autogenerated_exclude: 4.013989ms, exclude-rules: 3.261841ms, skip_dirs: 1.645242ms, cgo: 228.484µs, filename_unadjuster: 127.279µs, max_same_issues: 1.19µs, uniq_by_line: 847ns, skip_files: 525ns, exclude: 452ns, diff: 437ns, max_from_linter: 428ns, source_code: 308ns, path_shortener: 276ns, max_per_file_from_linter: 231ns 
10:44:27 [2021-04-16T10:44:27.303Z] INFO [runner] linters took 1m44.385233637s with stages: goanalysis_metalinter: 1m23.07811407s, unused: 21.246638751s 
10:44:27 [2021-04-16T10:44:27.303Z] INFO File cache stats: 1456 entries of total size 6.8MiB 
10:44:27 [2021-04-16T10:44:27.303Z] INFO Memory: 1581 samples, avg is 746.4MB, max is 3703.1MB 
10:44:27 [2021-04-16T10:44:27.303Z] INFO Execution took 3m49.58671579s                
10:44:27 [2021-04-16T10:44:27.303Z] Congratulations! The shell scripts are properly formatted.