Skip to content

Console Output

23:06:17 [2020-04-13T23:06:17.617Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40791/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40791/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ae2afbec7942b45f5f44bbd8f029e9b675d7327d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ae2afbec7942b45f5f44bbd8f029e9b675d7327d hack/validate/default
23:06:18 [2020-04-13T23:06:18.571Z] Congratulations!  All commits are properly signed with the DCO!
23:06:18 [2020-04-13T23:06:18.571Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
23:06:18 [2020-04-13T23:06:18.571Z] No api/types/ or api/swagger.yaml changes in diff.
23:06:18 [2020-04-13T23:06:18.571Z] Congratulations!  All TOML source files changed here have valid syntax.
23:06:18 [2020-04-13T23:06:18.571Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
23:06:18 [2020-04-13T23:06:18.571Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
23:06:18 [2020-04-13T23:06:18.571Z] Congratulations!  No new tests were added to integration-cli.
23:06:18 [2020-04-13T23:06:18.571Z] 
23:06:18 [2020-04-13T23:06:18.571Z] INFO Start validation with golang-ci-lint
23:06:18 [2020-04-13T23:06:18.571Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
23:06:18 [2020-04-13T23:06:18.571Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:06:18 [2020-04-13T23:06:18.571Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:08:25 [2020-04-13T23:08:25.045Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|name|deps|files|imports|types_sizes) took 1m56.174721603s 
23:08:25 [2020-04-13T23:08:25.045Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 469.994133ms 
23:09:32 [2020-04-13T23:09:32.712Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m2.984557057s with top 10 stages: buildssa: 1m33.550439479s, goimports: 22.1905162s, unconvert: 12.355986881s, gosec: 10.240473839s, golint: 6.112159707s, misspell: 4.448855195s, ineffassign: 4.317583425s, inspect: 3.970646188s, vrp: 3.066225423s, printf: 1.904608578s 
23:09:50 [2020-04-13T23:09:50.788Z] INFO [runner/unused/goanalysis] analyzers took 27.061753348s with top 10 stages: buildssa: 22.721942318s, U1000: 4.33981103s 
23:09:50 [2020-04-13T23:09:50.788Z] INFO [runner] Issues before processing: 2295, after processing: 0 
23:09:50 [2020-04-13T23:09:50.788Z] INFO [runner] Processors filtering stat (out/in): cgo: 1686/2295, nolint: 0/63, filename_unadjuster: 1686/1686, skip_dirs: 1686/1686, autogenerated_exclude: 1581/1686, identifier_marker: 1581/1581, exclude: 1581/1581, exclude-rules: 63/1581, path_prettifier: 1686/1686, skip_files: 1686/1686 
23:09:50 [2020-04-13T23:09:50.789Z] INFO [runner] processing took 135.9475ms with stages: nolint: 53.965741ms, identifier_marker: 38.883334ms, path_prettifier: 23.938869ms, exclude-rules: 6.764681ms, autogenerated_exclude: 6.587219ms, skip_dirs: 3.612564ms, cgo: 1.216313ms, filename_unadjuster: 972.067µs, max_same_issues: 1.645µs, source_code: 1.011µs, uniq_by_line: 927ns, diff: 689ns, max_from_linter: 589ns, skip_files: 543ns, exclude: 524ns, path_shortener: 446ns, max_per_file_from_linter: 338ns 
23:09:50 [2020-04-13T23:09:50.789Z] INFO [runner] linters took 1m35.40024605s with stages: goanalysis_metalinter: 1m17.066004086s, unused: 18.197261341s 
23:09:50 [2020-04-13T23:09:50.789Z] INFO File cache stats: 1448 entries of total size 6.8MiB 
23:09:52 [2020-04-13T23:09:52.162Z] INFO Memory: 1598 samples, avg is 241.8MB, max is 2965.4MB 
23:09:52 [2020-04-13T23:09:52.162Z] INFO Execution took 3m33.629366656s               
23:09:52 [2020-04-13T23:09:52.419Z] Congratulations! The shell scripts are properly formatted.