Skip to content

Console Output

09:02:05 [2019-09-19T09:02:05.107Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39960/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39960/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=851b000641c195630ed05313a7ad27895e4d8780 -e DOCKER_GRAPHDRIVER docker:851b000641c195630ed05313a7ad27895e4d8780 hack/validate/default
09:02:06 [2019-09-19T09:02:06.073Z] Congratulations!  All commits are properly signed with the DCO!
09:02:06 [2019-09-19T09:02:06.073Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:02:06 [2019-09-19T09:02:06.073Z] INFO [lintersdb] Active 15 linters: [deadcode gofmt goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:02:06 [2019-09-19T09:02:06.073Z] INFO [lintersdb] Optimized sublinters [staticcheck gosimple unused] into metalinter megacheck 
09:02:38 [2019-09-19T09:02:38.124Z] INFO [loader] Go packages loading at mode load types and syntax took 26.81927467s 
09:02:38 [2019-09-19T09:02:38.124Z] INFO [loader] SSA repr building timing: packages building 239.411389ms, total 4.949929296s 
09:03:59 [2019-09-19T09:03:59.607Z] WARN [runner/golint] Golint: can't lint 4 files: no file name for file &{Doc:<nil> Package:23882516 Name:quota Decls:[0xc02ec23d00 0xc02ec23d80 0xc02ec23e00 0xc02ec23e80 0xc02ec38300 0xc02ec38450] Scope:scope 0xc02ec16f90 {
09:03:59 [2019-09-19T09:03:59.607Z] 	var ErrQuotaNotSupported
09:03:59 [2019-09-19T09:03:59.607Z] 	type errQuotaNotSupported
09:03:59 [2019-09-19T09:03:59.607Z] }
09:03:59 [2019-09-19T09:03:59.607Z]  Imports:[0xc02ec38180] Unresolved:[errdefs nil string] Comments:[0xc02ec1e560 0xc02ec1e6e0]} 
09:04:17 [2019-09-19T09:04:17.675Z] INFO [runner] worker.1 took 1m38.504495864s with stages: megacheck: 47.955685535s, govet: 27.033011033s, gosec: 12.456197517s, gofmt: 5.113536586s, ineffassign: 2.793744847s, misspell: 1.856374808s, varcheck: 475.879283ms, deadcode: 416.011704ms, structcheck: 241.265203ms, unconvert: 162.714662ms, typecheck: 6.246µs 
09:04:20 [2019-09-19T09:04:20.954Z] INFO [runner] worker.2 took 1m42.752560538s with stages: golint: 1m14.609313649s, goimports: 28.143231019s 
09:04:20 [2019-09-19T09:04:20.954Z] INFO [runner] Workers idle times: #1: 4.253905238s 
09:04:20 [2019-09-19T09:04:20.954Z] INFO [runner] Issues before processing: 1978, after processing: 0 
09:04:20 [2019-09-19T09:04:20.954Z] INFO [runner] processing took 667.352509ms with stages: identifier_marker: 192.176399ms, exclude: 182.080707ms, nolint: 136.435211ms, skip_dirs: 74.682246ms, autogenerated_exclude: 60.928204ms, path_prettifier: 7.983593ms, filename_unadjuster: 5.776665ms, cgo: 4.665781ms, exclude-rules: 2.594274ms, max_per_file_from_linter: 7.462µs, diff: 4.07µs, source_code: 3.624µs, uniq_by_line: 3.291µs, path_shortener: 2.986µs, max_from_linter: 2.944µs, max_same_issues: 2.767µs, skip_files: 2.285µs 
09:04:20 [2019-09-19T09:04:20.954Z] INFO File cache stats: 1436 entries of total size 6.8MiB 
09:04:21 [2019-09-19T09:04:21.519Z] INFO Memory: 185 samples, avg is 1402.0MB, max is 5591.8MB 
09:04:21 [2019-09-19T09:04:21.519Z] INFO Execution took 2m15.543692823s               
09:04:21 [2019-09-19T09:04:21.777Z] Congratulations!  "./pkg/..." is safely isolated from internal code.
09:04:21 [2019-09-19T09:04:21.777Z] No api/types/ or api/swagger.yaml changes in diff.
09:04:21 [2019-09-19T09:04:21.777Z] Congratulations!  All toml source files changed here have valid syntax.
09:04:21 [2019-09-19T09:04:21.777Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:04:22 [2019-09-19T09:04:22.034Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.