Skip to content

Console Output

10:15:53 [2019-09-26T10:15:53.054Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39990/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39990/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5175ed54e58d2027e54571ef384eed54626f6c89 -e DOCKER_GRAPHDRIVER docker:5175ed54e58d2027e54571ef384eed54626f6c89 hack/validate/default
10:15:53 [2019-09-26T10:15:53.979Z] Congratulations!  All commits are properly signed with the DCO!
10:15:53 [2019-09-26T10:15:53.979Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
10:15:53 [2019-09-26T10:15:53.979Z] INFO [lintersdb] Active 15 linters: [deadcode gofmt goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:15:53 [2019-09-26T10:15:53.979Z] INFO [lintersdb] Optimized sublinters [staticcheck gosimple unused] into metalinter megacheck 
10:16:20 [2019-09-26T10:16:20.471Z] INFO [loader] Go packages loading at mode load types and syntax took 26.030288035s 
10:16:25 [2019-09-26T10:16:25.710Z] INFO [loader] SSA repr building timing: packages building 215.288547ms, total 5.150015499s 
10:17:47 [2019-09-26T10:17:47.071Z] WARN [runner/golint] Golint: can't lint 4 files: no file name for file &{Doc:<nil> Package:20181495 Name:quota Decls:[0xc0299f7440 0xc0299f74c0 0xc0299f7540 0xc0299f75c0 0xc0299e9140 0xc0299e9290] Scope:scope 0xc0299dcb10 {
10:17:47 [2019-09-26T10:17:47.071Z] 	var ErrQuotaNotSupported
10:17:47 [2019-09-26T10:17:47.071Z] 	type errQuotaNotSupported
10:17:47 [2019-09-26T10:17:47.071Z] }
10:17:47 [2019-09-26T10:17:47.071Z]  Imports:[0xc0299e8fc0] Unresolved:[errdefs nil string] Comments:[0xc029a05de0 0xc029a05f60]} 
10:18:05 [2019-09-26T10:18:05.106Z] INFO [runner] worker.2 took 1m38.147579595s with stages: golint: 1m15.544261029s, gosec: 12.130161216s, gofmt: 4.227958041s, ineffassign: 3.057358152s, misspell: 2.021236872s, varcheck: 481.952081ms, deadcode: 335.573721ms, structcheck: 179.677929ms, unconvert: 169.327568ms, typecheck: 5.405µs 
10:18:06 [2019-09-26T10:18:06.032Z] INFO [runner] worker.1 took 1m40.772160133s with stages: megacheck: 47.424080576s, govet: 27.136884462s, goimports: 26.211173953s 
10:18:06 [2019-09-26T10:18:06.032Z] INFO [runner] Workers idle times: #2: 2.61445594s 
10:18:06 [2019-09-26T10:18:06.032Z] INFO [runner] Issues before processing: 1973, after processing: 0 
10:18:06 [2019-09-26T10:18:06.032Z] INFO [runner] processing took 648.686399ms with stages: identifier_marker: 233.492793ms, exclude: 201.264106ms, skip_dirs: 65.039322ms, autogenerated_exclude: 59.418469ms, nolint: 43.062574ms, cgo: 31.117073ms, filename_unadjuster: 7.539873ms, path_prettifier: 6.591559ms, exclude-rules: 1.134671ms, diff: 4.403µs, max_same_issues: 3.851µs, source_code: 3.672µs, max_per_file_from_linter: 3.32µs, path_shortener: 2.957µs, uniq_by_line: 2.865µs, max_from_linter: 2.706µs, skip_files: 2.185µs 
10:18:06 [2019-09-26T10:18:06.032Z] INFO File cache stats: 1436 entries of total size 6.8MiB 
10:18:06 [2019-09-26T10:18:06.957Z] INFO Memory: 185 samples, avg is 1405.3MB, max is 5991.9MB 
10:18:06 [2019-09-26T10:18:06.957Z] INFO Execution took 2m12.870330837s               
10:18:07 [2019-09-26T10:18:07.212Z] Congratulations!  "./pkg/..." is safely isolated from internal code.
10:18:07 [2019-09-26T10:18:07.212Z] No api/types/ or api/swagger.yaml changes in diff.
10:18:07 [2019-09-26T10:18:07.212Z] Congratulations!  All toml source files changed here have valid syntax.
10:18:07 [2019-09-26T10:18:07.212Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
10:18:07 [2019-09-26T10:18:07.212Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.