Skip to content

Console Output

15:39:17 [2019-09-30T15:39:17.106Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40013/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40013/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f60d6ee4bc742ff12ff295507e73d24407b64fba -e DOCKER_GRAPHDRIVER docker:f60d6ee4bc742ff12ff295507e73d24407b64fba hack/validate/default
15:39:18 [2019-09-30T15:39:18.478Z] Congratulations!  All commits are properly signed with the DCO!
15:39:18 [2019-09-30T15:39:18.735Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
15:39:19 [2019-09-30T15:39:19.299Z] INFO [lintersdb] Active 15 linters: [deadcode gofmt goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:39:19 [2019-09-30T15:39:19.299Z] INFO [lintersdb] Optimized sublinters [staticcheck gosimple unused] into metalinter megacheck 
15:39:51 [2019-09-30T15:39:51.354Z] INFO [loader] Go packages loading at mode load types and syntax took 27.247776517s 
15:39:51 [2019-09-30T15:39:51.920Z] INFO [loader] SSA repr building timing: packages building 183.036381ms, total 5.37227292s 
15:41:13 [2019-09-30T15:41:13.411Z] WARN [runner/golint] Golint: can't lint 4 files: no file name for file &{Doc:<nil> Package:20993808 Name:quota Decls:[0xc005caef80 0xc005caf000 0xc005caf080 0xc005caf100 0xc023006180 0xc0230062d0] Scope:scope 0xc011c50b20 {
15:41:13 [2019-09-30T15:41:13.411Z] 	var ErrQuotaNotSupported
15:41:13 [2019-09-30T15:41:13.411Z] 	type errQuotaNotSupported
15:41:13 [2019-09-30T15:41:13.411Z] }
15:41:13 [2019-09-30T15:41:13.411Z]  Imports:[0xc023006000] Unresolved:[errdefs nil string] Comments:[0xc022fe0e20 0xc022fe0fa0]} 
15:41:35 [2019-09-30T15:41:35.484Z] INFO [runner] worker.2 took 1m40.541545361s with stages: golint: 1m16.467813779s, gosec: 13.048556837s, gofmt: 4.765867434s, ineffassign: 2.695391387s, misspell: 2.344470355s, varcheck: 485.001144ms, deadcode: 350.431402ms, structcheck: 238.126556ms, unconvert: 145.818409ms, typecheck: 5.553µs 
15:41:35 [2019-09-30T15:41:35.484Z] INFO [runner] worker.1 took 1m42.629086247s with stages: megacheck: 48.19125875s, govet: 27.258371017s, goimports: 27.179429631s 
15:41:35 [2019-09-30T15:41:35.484Z] INFO [runner] Workers idle times: #2: 2.068342884s 
15:41:35 [2019-09-30T15:41:35.484Z] INFO [runner] Issues before processing: 1972, after processing: 0 
15:41:35 [2019-09-30T15:41:35.484Z] INFO [runner] processing took 580.015977ms with stages: exclude: 218.670641ms, identifier_marker: 110.054681ms, nolint: 83.860148ms, autogenerated_exclude: 79.065307ms, skip_dirs: 55.126538ms, path_prettifier: 27.499185ms, filename_unadjuster: 2.871298ms, cgo: 1.89167ms, exclude-rules: 953.207µs, diff: 4.1µs, uniq_by_line: 3.342µs, path_shortener: 3.301µs, source_code: 3.191µs, max_same_issues: 2.546µs, max_from_linter: 2.533µs, max_per_file_from_linter: 2.248µs, skip_files: 2.041µs 
15:41:35 [2019-09-30T15:41:35.484Z] INFO File cache stats: 1436 entries of total size 6.8MiB 
15:41:35 [2019-09-30T15:41:35.484Z] INFO Memory: 197 samples, avg is 1260.4MB, max is 5243.8MB 
15:41:35 [2019-09-30T15:41:35.484Z] INFO Execution took 2m15.980525547s               
15:41:35 [2019-09-30T15:41:35.484Z] Congratulations!  "./pkg/..." is safely isolated from internal code.
15:41:35 [2019-09-30T15:41:35.484Z] No api/types/ or api/swagger.yaml changes in diff.
15:41:35 [2019-09-30T15:41:35.484Z] Congratulations!  All toml source files changed here have valid syntax.
15:41:35 [2019-09-30T15:41:35.484Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
15:41:35 [2019-09-30T15:41:35.484Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.