Skip to content

Console Output

17:24:40 [2020-09-09T17:24:40.130Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41411/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41411/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde hack/validate/default
17:24:41 [2020-09-09T17:24:41.070Z] Congratulations!  All commits are properly signed with the DCO!
17:24:41 [2020-09-09T17:24:41.070Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:24:41 [2020-09-09T17:24:41.070Z] No api/types/ or api/swagger.yaml changes in diff.
17:24:41 [2020-09-09T17:24:41.070Z] Congratulations!  All TOML source files changed here have valid syntax.
17:24:41 [2020-09-09T17:24:41.070Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:24:41 [2020-09-09T17:24:41.070Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:24:41 [2020-09-09T17:24:41.070Z] Congratulations!  No new tests were added to integration-cli.
17:24:41 [2020-09-09T17:24:41.070Z] 
17:24:41 [2020-09-09T17:24:41.070Z] INFO Start validation with golang-ci-lint
17:24:41 [2020-09-09T17:24:41.344Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:24:41 [2020-09-09T17:24:41.344Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:24:41 [2020-09-09T17:24:41.344Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:26:47 [2020-09-09T17:26:47.759Z] INFO [loader] Go packages loading at mode 575 (files|types_sizes|compiled_files|deps|name|exports_file|imports) took 2m0.330341208s 
17:26:47 [2020-09-09T17:26:47.759Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 689.526465ms 
17:28:09 [2020-09-09T17:28:09.151Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m12.584350975s with top 10 stages: buildssa: 1m35.73547322s, goimports: 23.713827176s, unconvert: 12.158008614s, gosec: 10.712105141s, golint: 6.576818472s, ineffassign: 5.035918514s, misspell: 4.791008251s, inspect: 4.116940161s, vrp: 2.903762923s, printf: 2.050231435s 
17:28:19 [2020-09-09T17:28:19.098Z] INFO [runner/unused/goanalysis] analyzers took 27.024165666s with top 10 stages: buildssa: 22.628371745s, U1000: 4.395793921s 
17:28:19 [2020-09-09T17:28:19.098Z] INFO [runner] Issues before processing: 2304, after processing: 0 
17:28:19 [2020-09-09T17:28:19.098Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 1590/1695, path_prettifier: 1695/1695, skip_files: 1695/1695, nolint: 0/64, filename_unadjuster: 1695/1695, exclude: 1590/1590, cgo: 1695/2304, skip_dirs: 1695/1695, identifier_marker: 1590/1590, exclude-rules: 64/1590 
17:28:19 [2020-09-09T17:28:19.098Z] INFO [runner] processing took 169.762609ms with stages: nolint: 75.285487ms, identifier_marker: 39.847608ms, skip_dirs: 24.110744ms, path_prettifier: 14.072129ms, autogenerated_exclude: 7.90052ms, exclude-rules: 6.777085ms, cgo: 985.941µs, filename_unadjuster: 777.539µs, max_same_issues: 1.626µs, uniq_by_line: 807ns, skip_files: 539ns, diff: 520ns, source_code: 471ns, exclude: 460ns, max_from_linter: 453ns, path_shortener: 382ns, max_per_file_from_linter: 298ns 
17:28:19 [2020-09-09T17:28:19.098Z] INFO [runner] linters took 1m36.783858911s with stages: goanalysis_metalinter: 1m17.88772447s, unused: 18.725295052s 
17:28:19 [2020-09-09T17:28:19.098Z] INFO File cache stats: 1444 entries of total size 6.8MiB 
17:28:20 [2020-09-09T17:28:20.026Z] INFO Memory: 1642 samples, avg is 240.3MB, max is 3032.0MB 
17:28:20 [2020-09-09T17:28:20.026Z] INFO Execution took 3m38.893795384s               
17:28:20 [2020-09-09T17:28:20.282Z] Congratulations! The shell scripts are properly formatted.