Skip to content

Console Output

07:50:39 [2020-06-06T07:50:39.714Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41062/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41062/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e8edf5e6219ffb3a2e42899d7c1d43cb68906012 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e8edf5e6219ffb3a2e42899d7c1d43cb68906012 hack/validate/default
07:50:40 [2020-06-06T07:50:40.273Z] Congratulations!  All commits are properly signed with the DCO!
07:50:40 [2020-06-06T07:50:40.273Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
07:50:40 [2020-06-06T07:50:40.273Z] No api/types/ or api/swagger.yaml changes in diff.
07:50:40 [2020-06-06T07:50:40.528Z] Congratulations!  All TOML source files changed here have valid syntax.
07:50:40 [2020-06-06T07:50:40.528Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
07:50:40 [2020-06-06T07:50:40.528Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
07:50:40 [2020-06-06T07:50:40.528Z] Congratulations!  No new tests were added to integration-cli.
07:50:40 [2020-06-06T07:50:40.528Z] 
07:50:40 [2020-06-06T07:50:40.528Z] INFO Start validation with golang-ci-lint
07:50:40 [2020-06-06T07:50:40.528Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
07:50:40 [2020-06-06T07:50:40.528Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
07:50:40 [2020-06-06T07:50:40.528Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
07:52:46 [2020-06-06T07:52:46.899Z] INFO [loader] Go packages loading at mode 575 (files|name|compiled_files|deps|types_sizes|exports_file|imports) took 1m56.707525709s 
07:52:46 [2020-06-06T07:52:46.899Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 471.794913ms 
07:52:59 [2020-06-06T07:52:59.060Z] INFO [runner/unused/goanalysis] analyzers took 28.204478513s with top 10 stages: buildssa: 23.719118594s, U1000: 4.485359919s 
07:54:20 [2020-06-06T07:54:20.471Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m10.400920149s with top 10 stages: buildssa: 1m39.307871412s, goimports: 23.384592875s, unconvert: 13.181750155s, gosec: 10.454874127s, golint: 6.027243623s, ineffassign: 4.247845661s, misspell: 4.24246068s, inspect: 3.483434962s, vrp: 3.321395209s, ctrlflow: 1.808014697s 
07:54:20 [2020-06-06T07:54:20.471Z] INFO [runner] Issues before processing: 2304, after processing: 0 
07:54:20 [2020-06-06T07:54:20.471Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 1590/1590, cgo: 1695/2304, skip_files: 1695/1695, exclude: 1590/1590, nolint: 0/64, autogenerated_exclude: 1590/1695, filename_unadjuster: 1695/1695, path_prettifier: 1695/1695, skip_dirs: 1695/1695, exclude-rules: 64/1590 
07:54:20 [2020-06-06T07:54:20.471Z] INFO [runner] processing took 60.793041ms with stages: nolint: 26.245097ms, identifier_marker: 17.150608ms, path_prettifier: 7.903849ms, autogenerated_exclude: 4.033794ms, exclude-rules: 3.399954ms, skip_dirs: 1.663658ms, cgo: 280.873µs, filename_unadjuster: 109.805µs, max_same_issues: 1.841µs, uniq_by_line: 702ns, max_from_linter: 578ns, diff: 524ns, exclude: 392ns, skip_files: 383ns, source_code: 369ns, path_shortener: 346ns, max_per_file_from_linter: 268ns 
07:54:20 [2020-06-06T07:54:20.471Z] INFO [runner] linters took 1m39.927995408s with stages: goanalysis_metalinter: 1m19.786259572s, unused: 20.080653156s 
07:54:20 [2020-06-06T07:54:20.471Z] INFO File cache stats: 1444 entries of total size 6.8MiB 
07:54:20 [2020-06-06T07:54:20.471Z] INFO Memory: 1491 samples, avg is 686.8MB, max is 3237.0MB 
07:54:20 [2020-06-06T07:54:20.471Z] INFO Execution took 3m37.11542813s                
07:54:20 [2020-06-06T07:54:20.471Z] Congratulations! The shell scripts are properly formatted.