Skip to content

Console Output

07:57:42 [2021-05-18T07:57:42.749Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42390/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42390/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2842639e0e22bc2f91271603fb9990fa2ac8ad2e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2842639e0e22bc2f91271603fb9990fa2ac8ad2e hack/validate/default
07:57:43 [2021-05-18T07:57:43.677Z] Congratulations!  All commits are properly signed with the DCO!
07:57:43 [2021-05-18T07:57:43.677Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
07:57:43 [2021-05-18T07:57:43.677Z] No api/types/ or api/swagger.yaml changes in diff.
07:57:43 [2021-05-18T07:57:43.677Z] Congratulations!  All TOML source files changed here have valid syntax.
07:57:43 [2021-05-18T07:57:43.677Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
07:57:43 [2021-05-18T07:57:43.677Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
07:57:43 [2021-05-18T07:57:43.677Z] Congratulations!  No new tests were added to integration-cli.
07:57:43 [2021-05-18T07:57:43.677Z] 
07:57:43 [2021-05-18T07:57:43.677Z] INFO Start validation with golang-ci-lint
07:57:43 [2021-05-18T07:57:43.677Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
07:57:43 [2021-05-18T07:57:43.677Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
07:57:43 [2021-05-18T07:57:43.677Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
07:59:50 [2021-05-18T07:59:50.226Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|name|exports_file|files|imports) took 1m58.770143018s 
07:59:50 [2021-05-18T07:59:50.226Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 663.501561ms 
08:01:11 [2021-05-18T08:01:11.610Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m8.463403213s with top 10 stages: buildssa: 1m38.830238325s, goimports: 22.039956377s, unconvert: 12.613766713s, gosec: 10.109827864s, golint: 5.292522524s, ineffassign: 4.124451893s, misspell: 3.864156293s, inspect: 3.48850553s, vrp: 3.28844516s, fact_purity: 1.830989418s 
08:01:21 [2021-05-18T08:01:21.555Z] INFO [runner/unused/goanalysis] analyzers took 27.141851393s with top 10 stages: buildssa: 23.276304885s, U1000: 3.865546508s 
08:01:21 [2021-05-18T08:01:21.555Z] INFO [runner] Issues before processing: 2262, after processing: 0 
08:01:21 [2021-05-18T08:01:21.555Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1683/1683, exclude: 1578/1578, filename_unadjuster: 1683/1683, exclude-rules: 64/1578, cgo: 1683/2262, path_prettifier: 1683/1683, skip_dirs: 1683/1683, nolint: 0/64, autogenerated_exclude: 1578/1683, identifier_marker: 1578/1578 
08:01:21 [2021-05-18T08:01:21.555Z] INFO [runner] processing took 167.296382ms with stages: nolint: 73.275373ms, identifier_marker: 61.07464ms, path_prettifier: 13.66562ms, autogenerated_exclude: 7.172649ms, exclude-rules: 6.422104ms, skip_dirs: 4.049571ms, cgo: 866.89µs, filename_unadjuster: 756.67µs, skip_files: 6.026µs, max_same_issues: 1.78µs, uniq_by_line: 1.356µs, exclude: 821ns, diff: 743ns, max_from_linter: 721ns, source_code: 505ns, path_shortener: 484ns, max_per_file_from_linter: 429ns 
08:01:21 [2021-05-18T08:01:21.555Z] INFO [runner] linters took 1m37.766326454s with stages: goanalysis_metalinter: 1m18.428440578s, unused: 19.169933258s 
08:01:21 [2021-05-18T08:01:21.555Z] INFO File cache stats: 1456 entries of total size 6.8MiB 
08:01:22 [2021-05-18T08:01:22.484Z] INFO Memory: 1644 samples, avg is 254.9MB, max is 3363.9MB 
08:01:22 [2021-05-18T08:01:22.484Z] INFO Execution took 3m38.800866906s               
08:01:22 [2021-05-18T08:01:22.740Z] Congratulations! The shell scripts are properly formatted.