Skip to content

Console Output

05:57:25 [2021-03-30T05:57:25.088Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42217/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42217/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b14bf43764e016e95eb7486e49ae675d477e475b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b14bf43764e016e95eb7486e49ae675d477e475b hack/validate/default
05:57:26 [2021-03-30T05:57:26.016Z] Congratulations!  All commits are properly signed with the DCO!
05:57:26 [2021-03-30T05:57:26.016Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
05:57:26 [2021-03-30T05:57:26.016Z] No api/types/ or api/swagger.yaml changes in diff.
05:57:26 [2021-03-30T05:57:26.016Z] Congratulations!  All TOML source files changed here have valid syntax.
05:57:26 [2021-03-30T05:57:26.016Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
05:57:26 [2021-03-30T05:57:26.016Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
05:57:26 [2021-03-30T05:57:26.016Z] Congratulations!  No new tests were added to integration-cli.
05:57:26 [2021-03-30T05:57:26.016Z] 
05:57:26 [2021-03-30T05:57:26.016Z] INFO Start validation with golang-ci-lint
05:57:26 [2021-03-30T05:57:26.016Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
05:57:26 [2021-03-30T05:57:26.016Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
05:57:26 [2021-03-30T05:57:26.016Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
05:59:32 [2021-03-30T05:59:32.433Z] INFO [loader] Go packages loading at mode 575 (name|compiled_files|files|imports|types_sizes|deps|exports_file) took 2m1.064778457s 
05:59:32 [2021-03-30T05:59:32.433Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 652.009244ms 
06:00:53 [2021-03-30T06:00:53.830Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m11.615259647s with top 10 stages: buildssa: 1m39.908758189s, goimports: 23.202910158s, unconvert: 11.774899376s, gosec: 10.080129096s, golint: 6.004434297s, ineffassign: 4.807401309s, misspell: 4.515066378s, inspect: 3.708369587s, vrp: 3.593487339s, fact_deprecated: 1.911791074s 
06:01:06 [2021-03-30T06:01:06.063Z] INFO [runner/unused/goanalysis] analyzers took 27.026309342s with top 10 stages: buildssa: 23.13700506s, U1000: 3.889304282s 
06:01:06 [2021-03-30T06:01:06.064Z] INFO [runner] Issues before processing: 2267, after processing: 0 
06:01:06 [2021-03-30T06:01:06.064Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1687/1687, skip_files: 1687/1687, identifier_marker: 1582/1582, skip_dirs: 1687/1687, autogenerated_exclude: 1582/1687, exclude: 1582/1582, nolint: 0/64, filename_unadjuster: 1687/1687, cgo: 1687/2267, exclude-rules: 64/1582 
06:01:06 [2021-03-30T06:01:06.064Z] INFO [runner] processing took 58.296482ms with stages: nolint: 24.59075ms, identifier_marker: 16.276298ms, path_prettifier: 8.166555ms, autogenerated_exclude: 4.066069ms, exclude-rules: 3.259488ms, skip_dirs: 1.620345ms, cgo: 201.418µs, filename_unadjuster: 111.55µs, max_same_issues: 1.165µs, uniq_by_line: 643ns, max_from_linter: 549ns, diff: 384ns, exclude: 324ns, skip_files: 291ns, path_shortener: 252ns, source_code: 213ns, max_per_file_from_linter: 188ns 
06:01:06 [2021-03-30T06:01:06.064Z] INFO [runner] linters took 1m38.453762862s with stages: goanalysis_metalinter: 1m19.259971415s, unused: 19.135368716s 
06:01:06 [2021-03-30T06:01:06.064Z] INFO File cache stats: 1454 entries of total size 6.8MiB 
06:01:06 [2021-03-30T06:01:06.064Z] INFO Memory: 1655 samples, avg is 266.1MB, max is 3365.4MB 
06:01:06 [2021-03-30T06:01:06.064Z] INFO Execution took 3m40.184452022s               
06:01:06 [2021-03-30T06:01:06.635Z] Congratulations! The shell scripts are properly formatted.