Skip to content

Console Output

18:56:49 [2020-05-28T18:56:49.477Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41022/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41022/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a0ffc432d001b49244216f9d343e3512ff6cdb18 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a0ffc432d001b49244216f9d343e3512ff6cdb18 hack/validate/default
18:56:50 [2020-05-28T18:56:50.042Z] Congratulations!  All commits are properly signed with the DCO!
18:56:50 [2020-05-28T18:56:50.300Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
18:56:50 [2020-05-28T18:56:50.300Z] No api/types/ or api/swagger.yaml changes in diff.
18:56:50 [2020-05-28T18:56:50.300Z] Congratulations!  All TOML source files changed here have valid syntax.
18:56:50 [2020-05-28T18:56:50.300Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
18:56:50 [2020-05-28T18:56:50.300Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
18:56:50 [2020-05-28T18:56:50.300Z] Congratulations!  No new tests were added to integration-cli.
18:56:50 [2020-05-28T18:56:50.300Z] 
18:56:50 [2020-05-28T18:56:50.300Z] INFO Start validation with golang-ci-lint
18:56:50 [2020-05-28T18:56:50.300Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
18:56:50 [2020-05-28T18:56:50.300Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:56:50 [2020-05-28T18:56:50.300Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:58:56 [2020-05-28T18:58:56.727Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|imports|name|exports_file|files|types_sizes) took 1m55.711107986s 
18:58:56 [2020-05-28T18:58:56.727Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 467.439158ms 
19:00:04 [2020-05-28T19:00:04.383Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m1.581441316s with top 10 stages: buildssa: 1m34.006405847s, goimports: 22.222193595s, unconvert: 12.573339088s, gosec: 9.974749633s, golint: 6.194674903s, ineffassign: 4.413863436s, misspell: 3.859032595s, inspect: 3.718155117s, vrp: 3.059883551s, printf: 2.052450645s 
19:00:22 [2020-05-28T19:00:22.448Z] INFO [runner/unused/goanalysis] analyzers took 26.908338553s with top 10 stages: buildssa: 22.916062159s, U1000: 3.992276394s 
19:00:22 [2020-05-28T19:00:22.448Z] INFO [runner] Issues before processing: 2302, after processing: 0 
19:00:22 [2020-05-28T19:00:22.448Z] INFO [runner] Processors filtering stat (out/in): exclude: 1588/1588, exclude-rules: 64/1588, cgo: 1693/2302, skip_files: 1693/1693, nolint: 0/64, filename_unadjuster: 1693/1693, identifier_marker: 1588/1588, autogenerated_exclude: 1588/1693, path_prettifier: 1693/1693, skip_dirs: 1693/1693 
19:00:22 [2020-05-28T19:00:22.448Z] INFO [runner] processing took 61.279688ms with stages: nolint: 26.808594ms, identifier_marker: 16.994481ms, path_prettifier: 8.210421ms, autogenerated_exclude: 3.851336ms, exclude-rules: 3.375187ms, skip_dirs: 1.659066ms, cgo: 242.457µs, filename_unadjuster: 133.799µs, max_same_issues: 1.192µs, uniq_by_line: 672ns, max_from_linter: 497ns, diff: 424ns, skip_files: 402ns, source_code: 320ns, path_shortener: 292ns, exclude: 290ns, max_per_file_from_linter: 258ns 
19:00:22 [2020-05-28T19:00:22.448Z] INFO [runner] linters took 1m34.716010812s with stages: goanalysis_metalinter: 1m16.142136281s, unused: 18.512388946s 
19:00:22 [2020-05-28T19:00:22.448Z] INFO File cache stats: 1442 entries of total size 6.8MiB 
19:00:22 [2020-05-28T19:00:22.448Z] INFO Memory: 1575 samples, avg is 244.4MB, max is 3234.6MB 
19:00:22 [2020-05-28T19:00:22.448Z] INFO Execution took 3m30.902577635s               
19:00:22 [2020-05-28T19:00:22.448Z] Congratulations! The shell scripts are properly formatted.