Skip to content

Console Output

20:04:58 [2019-10-02T20:04:58.902Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39776/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39776/.git:/go/src/github.com/docker/docker/.git --name docker-pr20 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c9a08afb96b18b6f76c1cdca33c02088db155454 -e DOCKER_GRAPHDRIVER docker:c9a08afb96b18b6f76c1cdca33c02088db155454 hack/validate/default
20:04:59 [2019-10-02T20:04:59.834Z] Congratulations!  All commits are properly signed with the DCO!
20:04:59 [2019-10-02T20:04:59.834Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:04:59 [2019-10-02T20:04:59.834Z] INFO [lintersdb] Active 15 linters: [deadcode gofmt goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:04:59 [2019-10-02T20:04:59.834Z] INFO [lintersdb] Optimized sublinters [staticcheck gosimple unused] into metalinter megacheck 
20:05:26 [2019-10-02T20:05:26.354Z] INFO [loader] Go packages loading at mode load types and syntax took 25.948020875s 
20:05:31 [2019-10-02T20:05:31.618Z] INFO [loader] SSA repr building timing: packages building 242.074086ms, total 5.200400308s 
20:06:53 [2019-10-02T20:06:53.024Z] WARN [runner/golint] Golint: can't lint 4 files: no file name for file &{Doc:<nil> Package:27193757 Name:quota Decls:[0xc032dd7080 0xc032dd7100 0xc032dd7180 0xc032dd7200 0xc032dd5230 0xc032dd5380] Scope:scope 0xc032cb1f80 {
20:06:53 [2019-10-02T20:06:53.024Z] 	var ErrQuotaNotSupported
20:06:53 [2019-10-02T20:06:53.024Z] 	type errQuotaNotSupported
20:06:53 [2019-10-02T20:06:53.024Z] }
20:06:53 [2019-10-02T20:06:53.024Z]  Imports:[0xc032dd50b0] Unresolved:[errdefs nil string] Comments:[0xc032dd3840 0xc032dd39c0]} 
20:07:11 [2019-10-02T20:07:11.092Z] INFO [runner] worker.2 took 1m38.083104622s with stages: golint: 1m15.958023998s, gosec: 12.112674737s, gofmt: 4.206679513s, ineffassign: 2.860259625s, misspell: 1.75420787s, varcheck: 500.404025ms, deadcode: 354.442175ms, structcheck: 180.654338ms, unconvert: 155.686921ms, typecheck: 4.78µs 
20:07:12 [2019-10-02T20:07:12.024Z] INFO [runner] worker.1 took 1m40.811193496s with stages: megacheck: 48.223886504s, goimports: 26.400114252s, govet: 26.187172406s 
20:07:12 [2019-10-02T20:07:12.024Z] INFO [runner] Workers idle times: #2: 2.726381982s 
20:07:12 [2019-10-02T20:07:12.024Z] INFO [runner] Issues before processing: 1969, after processing: 0 
20:07:12 [2019-10-02T20:07:12.024Z] INFO [runner] processing took 471.562324ms with stages: identifier_marker: 155.190589ms, exclude: 134.77393ms, skip_dirs: 61.785864ms, nolint: 56.900137ms, autogenerated_exclude: 56.744034ms, path_prettifier: 2.690451ms, cgo: 1.585643ms, exclude-rules: 952.109µs, filename_unadjuster: 916.103µs, diff: 4.644µs, max_same_issues: 3.25µs, path_shortener: 3.233µs, source_code: 2.692µs, uniq_by_line: 2.685µs, max_from_linter: 2.628µs, max_per_file_from_linter: 2.196µs, skip_files: 2.136µs 
20:07:12 [2019-10-02T20:07:12.024Z] INFO File cache stats: 1436 entries of total size 6.8MiB 
20:07:13 [2019-10-02T20:07:13.392Z] INFO Memory: 187 samples, avg is 1450.7MB, max is 5586.1MB 
20:07:13 [2019-10-02T20:07:13.392Z] INFO Execution took 2m13.337828208s               
20:07:13 [2019-10-02T20:07:13.392Z] Congratulations!  "./pkg/..." is safely isolated from internal code.
20:07:13 [2019-10-02T20:07:13.392Z] No api/types/ or api/swagger.yaml changes in diff.
20:07:13 [2019-10-02T20:07:13.392Z] Congratulations!  All toml source files changed here have valid syntax.
20:07:13 [2019-10-02T20:07:13.392Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:07:13 [2019-10-02T20:07:13.392Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.