Skip to content

Console Output

15:06:20 [2020-04-28T15:06:20.673Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40866/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40866/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b2af9e631c53ab17d49cd0ff341893a00318eb59 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b2af9e631c53ab17d49cd0ff341893a00318eb59 hack/validate/default
15:06:21 [2020-04-28T15:06:21.596Z] Congratulations!  All commits are properly signed with the DCO!
15:06:21 [2020-04-28T15:06:21.596Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
15:06:21 [2020-04-28T15:06:21.596Z] No api/types/ or api/swagger.yaml changes in diff.
15:06:21 [2020-04-28T15:06:21.596Z] Congratulations!  All TOML source files changed here have valid syntax.
15:06:21 [2020-04-28T15:06:21.596Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
15:06:21 [2020-04-28T15:06:21.596Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
15:06:21 [2020-04-28T15:06:21.596Z] Congratulations!  No new tests were added to integration-cli.
15:06:21 [2020-04-28T15:06:21.596Z] 
15:06:21 [2020-04-28T15:06:21.596Z] INFO Start validation with golang-ci-lint
15:06:21 [2020-04-28T15:06:21.596Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
15:06:21 [2020-04-28T15:06:21.596Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:06:21 [2020-04-28T15:06:21.596Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:08:28 [2020-04-28T15:08:28.014Z] INFO [loader] Go packages loading at mode 575 (deps|files|imports|compiled_files|exports_file|name|types_sizes) took 1m55.3061713s 
15:08:28 [2020-04-28T15:08:28.014Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 464.620648ms 
15:09:35 [2020-04-28T15:09:35.616Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 2m59.017043078s with top 10 stages: buildssa: 1m32.45886601s, goimports: 21.813596782s, unconvert: 11.74770365s, gosec: 10.278980317s, golint: 6.102871561s, inspect: 3.952525423s, ineffassign: 3.936656988s, misspell: 3.813921081s, vrp: 3.618660793s, ctrlflow: 1.823630723s 
15:09:53 [2020-04-28T15:09:53.695Z] INFO [runner/unused/goanalysis] analyzers took 25.535330011s with top 10 stages: buildssa: 21.757707283s, U1000: 3.777622728s 
15:09:53 [2020-04-28T15:09:53.695Z] INFO [runner] Issues before processing: 2296, after processing: 0 
15:09:53 [2020-04-28T15:09:53.695Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1687/1687, identifier_marker: 1582/1582, exclude: 1582/1582, cgo: 1687/2296, filename_unadjuster: 1687/1687, path_prettifier: 1687/1687, skip_dirs: 1687/1687, autogenerated_exclude: 1582/1687, exclude-rules: 63/1582, nolint: 0/63 
15:09:53 [2020-04-28T15:09:53.695Z] INFO [runner] processing took 151.218522ms with stages: nolint: 73.733896ms, identifier_marker: 46.717679ms, path_prettifier: 12.869285ms, exclude-rules: 6.507198ms, autogenerated_exclude: 5.986454ms, skip_dirs: 3.656005ms, cgo: 985.007µs, filename_unadjuster: 754.691µs, max_same_issues: 2.58µs, uniq_by_line: 1.212µs, source_code: 916ns, max_from_linter: 796ns, diff: 743ns, path_shortener: 617ns, exclude: 606ns, skip_files: 495ns, max_per_file_from_linter: 342ns 
15:09:53 [2020-04-28T15:09:53.695Z] INFO [runner] linters took 1m34.146702032s with stages: goanalysis_metalinter: 1m15.783003605s, unused: 18.211929861s 
15:09:53 [2020-04-28T15:09:53.695Z] INFO File cache stats: 1441 entries of total size 6.8MiB 
15:09:53 [2020-04-28T15:09:53.695Z] INFO Memory: 1580 samples, avg is 238.2MB, max is 3030.8MB 
15:09:53 [2020-04-28T15:09:53.695Z] INFO Execution took 3m30.879015526s               
15:09:53 [2020-04-28T15:09:53.695Z] Congratulations! The shell scripts are properly formatted.