Skip to content

Console Output

08:44:25 [2020-03-20T08:44:25.522Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40728/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40728/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=73561c10da517117fa773af875ff0977d4c4e233 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:73561c10da517117fa773af875ff0977d4c4e233 hack/validate/default
08:44:26 [2020-03-20T08:44:26.452Z] Congratulations!  All commits are properly signed with the DCO!
08:44:26 [2020-03-20T08:44:26.452Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
08:44:26 [2020-03-20T08:44:26.452Z] No api/types/ or api/swagger.yaml changes in diff.
08:44:26 [2020-03-20T08:44:26.452Z] Congratulations!  All TOML source files changed here have valid syntax.
08:44:26 [2020-03-20T08:44:26.452Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
08:44:26 [2020-03-20T08:44:26.452Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
08:44:26 [2020-03-20T08:44:26.452Z] Congratulations!  No new tests were added to integration-cli.
08:44:26 [2020-03-20T08:44:26.452Z] 
08:44:26 [2020-03-20T08:44:26.452Z] INFO Start validation with golang-ci-lint
08:44:26 [2020-03-20T08:44:26.709Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
08:44:26 [2020-03-20T08:44:26.709Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:44:26 [2020-03-20T08:44:26.709Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:46:33 [2020-03-20T08:46:33.142Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|imports|name|types_sizes) took 1m53.349395743s 
08:46:33 [2020-03-20T08:46:33.142Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 454.60582ms 
08:47:40 [2020-03-20T08:47:40.793Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m7.417853544s with top 10 stages: buildssa: 1m32.58509284s, goimports: 21.772691669s, unconvert: 11.521901866s, gosec: 10.206327727s, golint: 6.263472255s, ineffassign: 4.703755486s, misspell: 4.474713101s, inspect: 3.548184678s, vrp: 2.372550165s, printf: 2.191628756s 
08:47:52 [2020-03-20T08:47:52.980Z] INFO [runner/unused/goanalysis] analyzers took 26.187463528s with top 10 stages: buildssa: 22.049374703s, U1000: 4.138088825s 
08:47:52 [2020-03-20T08:47:52.980Z] INFO [runner] Issues before processing: 2332, after processing: 0 
08:47:52 [2020-03-20T08:47:52.980Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1723/1723, skip_dirs: 1723/1723, path_prettifier: 1723/1723, exclude-rules: 63/1618, cgo: 1723/2332, filename_unadjuster: 1723/1723, exclude: 1618/1618, nolint: 0/63, autogenerated_exclude: 1618/1723, identifier_marker: 1618/1618 
08:47:52 [2020-03-20T08:47:52.980Z] INFO [runner] processing took 60.673673ms with stages: nolint: 26.717763ms, identifier_marker: 17.162185ms, path_prettifier: 7.661517ms, autogenerated_exclude: 3.726346ms, exclude-rules: 3.482648ms, skip_dirs: 1.582058ms, cgo: 244.68µs, filename_unadjuster: 92.022µs, max_same_issues: 1.34µs, uniq_by_line: 670ns, diff: 453ns, skip_files: 393ns, path_shortener: 371ns, max_from_linter: 368ns, exclude: 304ns, source_code: 286ns, max_per_file_from_linter: 269ns 
08:47:52 [2020-03-20T08:47:52.980Z] INFO [runner] linters took 1m32.374470425s with stages: goanalysis_metalinter: 1m14.25995755s, unused: 18.053711971s 
08:47:52 [2020-03-20T08:47:52.980Z] INFO File cache stats: 1457 entries of total size 6.8MiB 
08:47:52 [2020-03-20T08:47:52.980Z] INFO Memory: 1573 samples, avg is 257.9MB, max is 3168.0MB 
08:47:52 [2020-03-20T08:47:52.980Z] INFO Execution took 3m26.186120977s               
08:47:53 [2020-03-20T08:47:53.237Z] Congratulations! The shell scripts are properly formatted.