Skip to content

Console Output

21:21:18 [2020-07-20T21:21:18.301Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41239/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41239/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=71f80ec2ad12bfd39f5788e48bf4c78694302551 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:71f80ec2ad12bfd39f5788e48bf4c78694302551 hack/validate/default
21:21:18 [2020-07-20T21:21:18.873Z] Congratulations!  All commits are properly signed with the DCO!
21:21:18 [2020-07-20T21:21:18.873Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
21:21:19 [2020-07-20T21:21:19.134Z] No api/types/ or api/swagger.yaml changes in diff.
21:21:19 [2020-07-20T21:21:19.134Z] Congratulations!  All TOML source files changed here have valid syntax.
21:21:19 [2020-07-20T21:21:19.134Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
21:21:19 [2020-07-20T21:21:19.134Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
21:21:19 [2020-07-20T21:21:19.134Z] Congratulations!  No new tests were added to integration-cli.
21:21:19 [2020-07-20T21:21:19.134Z] 
21:21:19 [2020-07-20T21:21:19.134Z] INFO Start validation with golang-ci-lint
21:21:19 [2020-07-20T21:21:19.134Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
21:21:19 [2020-07-20T21:21:19.394Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
21:21:19 [2020-07-20T21:21:19.394Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
21:23:25 [2020-07-20T21:23:25.927Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|files|name|deps|imports|types_sizes) took 2m3.221920581s 
21:23:25 [2020-07-20T21:23:25.928Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 712.218584ms 
21:23:44 [2020-07-20T21:23:44.022Z] INFO [runner/unused/goanalysis] analyzers took 28.722650201s with top 10 stages: buildssa: 23.993361758s, U1000: 4.729288443s 
21:25:20 [2020-07-20T21:25:20.502Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m15.968208231s with top 10 stages: buildssa: 1m43.487250409s, goimports: 23.757063885s, unconvert: 13.779893866s, gosec: 10.945044923s, golint: 6.378252336s, ineffassign: 4.156962916s, misspell: 4.022553112s, inspect: 3.238947631s, vrp: 2.933917748s, ctrlflow: 2.021889426s 
21:25:20 [2020-07-20T21:25:20.502Z] INFO [runner] Issues before processing: 2301, after processing: 0 
21:25:20 [2020-07-20T21:25:20.502Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 1587/1587, exclude: 1587/1587, path_prettifier: 1692/1692, autogenerated_exclude: 1587/1692, skip_dirs: 1692/1692, nolint: 0/64, skip_files: 1692/1692, exclude-rules: 64/1587, cgo: 1692/2301, filename_unadjuster: 1692/1692 
21:25:20 [2020-07-20T21:25:20.502Z] INFO [runner] processing took 61.358519ms with stages: nolint: 26.492984ms, identifier_marker: 16.741279ms, path_prettifier: 8.115357ms, autogenerated_exclude: 4.42759ms, exclude-rules: 3.529684ms, skip_dirs: 1.704125ms, cgo: 240.109µs, filename_unadjuster: 101.574µs, max_same_issues: 1.359µs, uniq_by_line: 1.21µs, skip_files: 855ns, exclude: 633ns, diff: 542ns, source_code: 395ns, max_from_linter: 324ns, max_per_file_from_linter: 250ns, path_shortener: 249ns 
21:25:20 [2020-07-20T21:25:20.502Z] INFO [runner] linters took 1m42.904386943s with stages: goanalysis_metalinter: 1m22.244203545s, unused: 20.598682509s 
21:25:20 [2020-07-20T21:25:20.502Z] INFO File cache stats: 1444 entries of total size 6.8MiB 
21:25:20 [2020-07-20T21:25:20.502Z] INFO Memory: 1554 samples, avg is 667.8MB, max is 3304.1MB 
21:25:20 [2020-07-20T21:25:20.502Z] INFO Execution took 3m46.854083993s               
21:25:20 [2020-07-20T21:25:20.502Z] Congratulations! The shell scripts are properly formatted.