Skip to content

Console Output

13:51:47 [2020-08-03T13:51:47.562Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41295/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41295/.git:/go/src/github.com/docker/docker/.git --name docker-pr11 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e80c9d920bb2481f8c42944ee228cd4c79274ba1 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e80c9d920bb2481f8c42944ee228cd4c79274ba1 hack/validate/default
13:51:48 [2020-08-03T13:51:48.123Z] Congratulations!  All commits are properly signed with the DCO!
13:51:48 [2020-08-03T13:51:48.380Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:51:48 [2020-08-03T13:51:48.380Z] No api/types/ or api/swagger.yaml changes in diff.
13:51:48 [2020-08-03T13:51:48.380Z] Congratulations!  All TOML source files changed here have valid syntax.
13:51:48 [2020-08-03T13:51:48.380Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:51:48 [2020-08-03T13:51:48.380Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:51:48 [2020-08-03T13:51:48.380Z] Congratulations!  No new tests were added to integration-cli.
13:51:48 [2020-08-03T13:51:48.380Z] 
13:51:48 [2020-08-03T13:51:48.380Z] INFO Start validation with golang-ci-lint
13:51:48 [2020-08-03T13:51:48.380Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:51:48 [2020-08-03T13:51:48.380Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:51:48 [2020-08-03T13:51:48.380Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:53:54 [2020-08-03T13:53:54.893Z] INFO [loader] Go packages loading at mode 575 (name|compiled_files|deps|exports_file|files|imports|types_sizes) took 1m56.998792292s 
13:53:54 [2020-08-03T13:53:54.893Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 467.209738ms 
13:55:16 [2020-08-03T13:55:16.275Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m9.664937761s with top 10 stages: buildssa: 1m36.204053122s, goimports: 22.962719857s, unconvert: 12.134664286s, gosec: 10.559427661s, golint: 6.250983267s, ineffassign: 4.714487215s, misspell: 4.37631329s, inspect: 3.944260411s, vrp: 3.537148728s, ctrlflow: 2.359202026s 
13:55:22 [2020-08-03T13:55:22.810Z] INFO [runner/unused/goanalysis] analyzers took 27.321467476s with top 10 stages: buildssa: 23.047297205s, U1000: 4.274170271s 
13:55:22 [2020-08-03T13:55:22.810Z] INFO [runner] Issues before processing: 2303, after processing: 0 
13:55:22 [2020-08-03T13:55:22.810Z] INFO [runner] Processors filtering stat (out/in): cgo: 1694/2303, skip_dirs: 1694/1694, autogenerated_exclude: 1589/1694, identifier_marker: 1589/1589, exclude-rules: 64/1589, nolint: 0/64, filename_unadjuster: 1694/1694, path_prettifier: 1694/1694, skip_files: 1694/1694, exclude: 1589/1589 
13:55:22 [2020-08-03T13:55:22.810Z] INFO [runner] processing took 150.41188ms with stages: nolint: 41.243395ms, identifier_marker: 38.292076ms, skip_dirs: 29.626155ms, path_prettifier: 22.485831ms, autogenerated_exclude: 9.641906ms, exclude-rules: 6.765477ms, cgo: 1.289129ms, filename_unadjuster: 1.061191ms, max_same_issues: 2.084µs, uniq_by_line: 1.099µs, exclude: 673ns, source_code: 614ns, diff: 613ns, max_from_linter: 553ns, skip_files: 452ns, path_shortener: 337ns, max_per_file_from_linter: 295ns 
13:55:22 [2020-08-03T13:55:22.810Z] INFO [runner] linters took 1m36.177144272s with stages: goanalysis_metalinter: 1m16.988814804s, unused: 19.037060374s 
13:55:22 [2020-08-03T13:55:22.810Z] INFO File cache stats: 1444 entries of total size 6.8MiB 
13:55:22 [2020-08-03T13:55:22.810Z] INFO Memory: 1595 samples, avg is 244.4MB, max is 3232.9MB 
13:55:22 [2020-08-03T13:55:22.810Z] INFO Execution took 3m33.654375679s               
13:55:22 [2020-08-03T13:55:22.810Z] Congratulations! The shell scripts are properly formatted.