Skip to content

Console Output

23:57:35 [2020-04-03T23:57:35.240Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40773/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40773/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6ee9a1ad2933c48031c51c9f9a3bc9d7ba0c5fb9 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6ee9a1ad2933c48031c51c9f9a3bc9d7ba0c5fb9 hack/validate/default
23:57:36 [2020-04-03T23:57:36.610Z] Congratulations!  All commits are properly signed with the DCO!
23:57:36 [2020-04-03T23:57:36.610Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
23:57:36 [2020-04-03T23:57:36.610Z] No api/types/ or api/swagger.yaml changes in diff.
23:57:36 [2020-04-03T23:57:36.610Z] Congratulations!  All TOML source files changed here have valid syntax.
23:57:36 [2020-04-03T23:57:36.610Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
23:57:36 [2020-04-03T23:57:36.610Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
23:57:36 [2020-04-03T23:57:36.610Z] Congratulations!  No new tests were added to integration-cli.
23:57:36 [2020-04-03T23:57:36.610Z] 
23:57:36 [2020-04-03T23:57:36.610Z] INFO Start validation with golang-ci-lint
23:57:36 [2020-04-03T23:57:36.866Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
23:57:36 [2020-04-03T23:57:36.866Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:57:36 [2020-04-03T23:57:36.867Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:59:43 [2020-04-03T23:59:43.280Z] INFO [loader] Go packages loading at mode 575 (compiled_files|files|imports|name|deps|exports_file|types_sizes) took 1m59.727824377s 
23:59:43 [2020-04-03T23:59:43.280Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 466.441546ms 
23:59:58 [2020-04-03T23:59:58.167Z] INFO [runner/unused/goanalysis] analyzers took 26.854457668s with top 10 stages: buildssa: 22.610296094s, U1000: 4.244161574s 
00:01:20 [2020-04-04T00:01:20.369Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m14.213821743s with top 10 stages: buildssa: 1m37.910437617s, goimports: 21.970435533s, unconvert: 12.383182903s, gosec: 10.905409773s, golint: 7.310958059s, ineffassign: 4.525791238s, misspell: 4.485560521s, inspect: 3.233029361s, vrp: 2.808630097s, printf: 1.876497477s 
00:01:20 [2020-04-04T00:01:20.369Z] INFO [runner] Issues before processing: 2296, after processing: 0 
00:01:20 [2020-04-04T00:01:20.369Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1687/1687, skip_files: 1687/1687, autogenerated_exclude: 1582/1687, path_prettifier: 1687/1687, exclude-rules: 63/1582, exclude: 1582/1582, nolint: 0/63, cgo: 1687/2296, skip_dirs: 1687/1687, identifier_marker: 1582/1582 
00:01:20 [2020-04-04T00:01:20.369Z] INFO [runner] processing took 118.54015ms with stages: nolint: 50.468613ms, identifier_marker: 39.783285ms, path_prettifier: 11.907203ms, exclude-rules: 6.161997ms, autogenerated_exclude: 5.908151ms, skip_dirs: 3.220661ms, cgo: 617.086µs, filename_unadjuster: 466.668µs, max_same_issues: 1.821µs, uniq_by_line: 1.198µs, max_from_linter: 745ns, path_shortener: 520ns, source_code: 514ns, skip_files: 474ns, diff: 466ns, exclude: 436ns, max_per_file_from_linter: 312ns 
00:01:20 [2020-04-04T00:01:20.369Z] INFO [runner] linters took 1m39.99024679s with stages: goanalysis_metalinter: 1m20.529748559s, unused: 19.341100437s 
00:01:20 [2020-04-04T00:01:20.369Z] INFO File cache stats: 1447 entries of total size 6.8MiB 
00:01:20 [2020-04-04T00:01:20.369Z] INFO Memory: 1515 samples, avg is 803.9MB, max is 4109.7MB 
00:01:20 [2020-04-04T00:01:20.369Z] INFO Execution took 3m40.211847091s               
00:01:20 [2020-04-04T00:01:20.369Z] Congratulations! The shell scripts are properly formatted.