Skip to content

Console Output

00:08:01 [2020-04-04T00:08:01.487Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40775/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40775/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=048f8cce1706f780f762388675b24573931c1ca3 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:048f8cce1706f780f762388675b24573931c1ca3 hack/validate/default
00:08:02 [2020-04-04T00:08:02.856Z] Congratulations!  All commits are properly signed with the DCO!
00:08:02 [2020-04-04T00:08:02.856Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
00:08:02 [2020-04-04T00:08:02.856Z] No api/types/ or api/swagger.yaml changes in diff.
00:08:02 [2020-04-04T00:08:02.856Z] Congratulations!  All TOML source files changed here have valid syntax.
00:08:02 [2020-04-04T00:08:02.856Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
00:08:02 [2020-04-04T00:08:02.856Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
00:08:02 [2020-04-04T00:08:02.856Z] Congratulations!  No new tests were added to integration-cli.
00:08:02 [2020-04-04T00:08:02.856Z] 
00:08:02 [2020-04-04T00:08:02.856Z] INFO Start validation with golang-ci-lint
00:08:02 [2020-04-04T00:08:02.856Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
00:08:02 [2020-04-04T00:08:02.856Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
00:08:02 [2020-04-04T00:08:02.856Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
00:10:09 [2020-04-04T00:10:09.278Z] INFO [loader] Go packages loading at mode 575 (files|name|types_sizes|compiled_files|deps|exports_file|imports) took 1m53.497268742s 
00:10:09 [2020-04-04T00:10:09.279Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 452.180374ms 
00:10:15 [2020-04-04T00:10:15.829Z] INFO [runner/unused/goanalysis] analyzers took 27.375044234s with top 10 stages: buildssa: 22.830310668s, U1000: 4.544733566s 
00:11:37 [2020-04-04T00:11:37.226Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m0.971039626s with top 10 stages: buildssa: 1m35.207406172s, goimports: 22.542939856s, unconvert: 12.929960697s, gosec: 10.68835055s, golint: 5.940476343s, ineffassign: 4.073133546s, misspell: 3.979275408s, inspect: 3.412482952s, vrp: 3.116041935s, printf: 1.860853498s 
00:11:37 [2020-04-04T00:11:37.226Z] INFO [runner] Issues before processing: 2296, after processing: 0 
00:11:37 [2020-04-04T00:11:37.226Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1687/1687, autogenerated_exclude: 1582/1687, exclude: 1582/1582, identifier_marker: 1582/1582, exclude-rules: 63/1582, nolint: 0/63, cgo: 1687/2296, filename_unadjuster: 1687/1687, path_prettifier: 1687/1687, skip_dirs: 1687/1687 
00:11:37 [2020-04-04T00:11:37.226Z] INFO [runner] processing took 59.172434ms with stages: nolint: 26.202737ms, identifier_marker: 16.579825ms, path_prettifier: 7.486935ms, autogenerated_exclude: 3.634352ms, exclude-rules: 3.289947ms, skip_dirs: 1.626773ms, cgo: 245.596µs, filename_unadjuster: 101.593µs, max_same_issues: 1.091µs, max_from_linter: 773ns, uniq_by_line: 609ns, exclude: 598ns, diff: 374ns, skip_files: 370ns, source_code: 321ns, path_shortener: 276ns, max_per_file_from_linter: 264ns 
00:11:37 [2020-04-04T00:11:37.226Z] INFO [runner] linters took 1m35.86010225s with stages: goanalysis_metalinter: 1m16.8468968s, unused: 18.9539057s 
00:11:37 [2020-04-04T00:11:37.226Z] INFO File cache stats: 1447 entries of total size 6.8MiB 
00:11:37 [2020-04-04T00:11:37.226Z] INFO Memory: 1447 samples, avg is 719.3MB, max is 3503.9MB 
00:11:37 [2020-04-04T00:11:37.226Z] INFO Execution took 3m29.817590199s               
00:11:37 [2020-04-04T00:11:37.226Z] Congratulations! The shell scripts are properly formatted.