Skip to content

Console Output

23:05:01 [2020-11-03T23:05:01.735Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41604/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41604/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=94bcfbdcb127d303563f72e7cf500179256c8f56 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:94bcfbdcb127d303563f72e7cf500179256c8f56 hack/validate/default
23:05:02 [2020-11-03T23:05:02.301Z] Congratulations!  All commits are properly signed with the DCO!
23:05:02 [2020-11-03T23:05:02.301Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
23:05:02 [2020-11-03T23:05:02.560Z] No api/types/ or api/swagger.yaml changes in diff.
23:05:02 [2020-11-03T23:05:02.560Z] Congratulations!  All TOML source files changed here have valid syntax.
23:05:02 [2020-11-03T23:05:02.560Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
23:05:02 [2020-11-03T23:05:02.560Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
23:05:02 [2020-11-03T23:05:02.560Z] Congratulations!  No new tests were added to integration-cli.
23:05:02 [2020-11-03T23:05:02.560Z] 
23:05:02 [2020-11-03T23:05:02.560Z] INFO Start validation with golang-ci-lint
23:05:02 [2020-11-03T23:05:02.560Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
23:05:02 [2020-11-03T23:05:02.819Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:05:02 [2020-11-03T23:05:02.819Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:07:09 [2020-11-03T23:07:09.285Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|imports|name|types_sizes) took 1m56.017033859s 
23:07:09 [2020-11-03T23:07:09.285Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 452.959365ms 
23:08:16 [2020-11-03T23:08:16.978Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m3.986902099s with top 10 stages: buildssa: 1m34.888718659s, goimports: 22.03284319s, unconvert: 13.374359397s, gosec: 9.616806278s, golint: 5.758056636s, ineffassign: 4.306382409s, misspell: 3.874880318s, inspect: 3.84215371s, vrp: 3.2590819s, ctrlflow: 1.882457207s 
23:08:35 [2020-11-03T23:08:35.112Z] INFO [runner/unused/goanalysis] analyzers took 26.306245713s with top 10 stages: buildssa: 22.008600435s, U1000: 4.297645278s 
23:08:35 [2020-11-03T23:08:35.112Z] INFO [runner] Issues before processing: 2259, after processing: 0 
23:08:35 [2020-11-03T23:08:35.112Z] INFO [runner] Processors filtering stat (out/in): cgo: 1679/2259, filename_unadjuster: 1679/1679, path_prettifier: 1679/1679, nolint: 0/64, exclude-rules: 64/1574, skip_files: 1679/1679, skip_dirs: 1679/1679, autogenerated_exclude: 1574/1679, identifier_marker: 1574/1574, exclude: 1574/1574 
23:08:35 [2020-11-03T23:08:35.112Z] INFO [runner] processing took 138.83498ms with stages: nolint: 56.70664ms, identifier_marker: 41.940078ms, path_prettifier: 16.847134ms, autogenerated_exclude: 7.215669ms, skip_dirs: 6.974478ms, exclude-rules: 6.585603ms, cgo: 1.648862ms, filename_unadjuster: 910.522µs, max_same_issues: 1.805µs, diff: 929ns, uniq_by_line: 657ns, source_code: 534ns, max_from_linter: 479ns, exclude: 456ns, path_shortener: 437ns, skip_files: 411ns, max_per_file_from_linter: 286ns 
23:08:35 [2020-11-03T23:08:35.112Z] INFO [runner] linters took 1m34.596082443s with stages: goanalysis_metalinter: 1m16.293868006s, unused: 18.163172633s 
23:08:35 [2020-11-03T23:08:35.112Z] INFO File cache stats: 1442 entries of total size 6.8MiB 
23:08:35 [2020-11-03T23:08:35.112Z] INFO Memory: 1594 samples, avg is 256.9MB, max is 3230.4MB 
23:08:35 [2020-11-03T23:08:35.112Z] INFO Execution took 3m31.225430153s               
23:08:35 [2020-11-03T23:08:35.112Z] Congratulations! The shell scripts are properly formatted.