Skip to content

Console Output

12:57:49 [2019-09-21T12:57:49.117Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39967/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39967/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=39133e751daef1f2d445feb227f9eaeb9659285b -e DOCKER_GRAPHDRIVER docker:39133e751daef1f2d445feb227f9eaeb9659285b hack/validate/default
12:57:50 [2019-09-21T12:57:50.480Z] Congratulations!  All commits are properly signed with the DCO!
12:57:50 [2019-09-21T12:57:50.480Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
12:57:50 [2019-09-21T12:57:50.480Z] INFO [lintersdb] Active 15 linters: [deadcode gofmt goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:57:50 [2019-09-21T12:57:50.480Z] INFO [lintersdb] Optimized sublinters [staticcheck gosimple unused] into metalinter megacheck 
12:58:16 [2019-09-21T12:58:16.971Z] INFO [loader] Go packages loading at mode load types and syntax took 26.118586832s 
12:58:22 [2019-09-21T12:58:22.212Z] INFO [loader] SSA repr building timing: packages building 224.278251ms, total 4.835693111s 
12:59:43 [2019-09-21T12:59:43.583Z] WARN [runner/golint] Golint: can't lint 4 files: no file name for file &{Doc:<nil> Package:20211801 Name:quota Decls:[0xc02618db80 0xc02618dc00 0xc02618dc80 0xc02618dd00 0xc0259ff5f0 0xc0259ff860] Scope:scope 0xc0264b3f00 {
12:59:43 [2019-09-21T12:59:43.584Z] 	var ErrQuotaNotSupported
12:59:43 [2019-09-21T12:59:43.584Z] 	type errQuotaNotSupported
12:59:43 [2019-09-21T12:59:43.584Z] }
12:59:43 [2019-09-21T12:59:43.584Z]  Imports:[0xc0259ff380] Unresolved:[errdefs nil string] Comments:[0xc00355f020 0xc00355f1a0]} 
13:00:01 [2019-09-21T13:00:01.617Z] INFO [runner] worker.2 took 1m40.074800469s with stages: golint: 1m16.402017879s, gosec: 13.241773143s, gofmt: 4.779374286s, ineffassign: 2.747937424s, misspell: 1.703160614s, varcheck: 492.587168ms, deadcode: 325.762507ms, structcheck: 201.949578ms, unconvert: 180.165589ms, typecheck: 5.447µs 
13:00:03 [2019-09-21T13:00:03.498Z] INFO [runner] worker.1 took 1m41.597683458s with stages: megacheck: 47.105047346s, goimports: 27.754630731s, govet: 26.73798441s 
13:00:03 [2019-09-21T13:00:03.498Z] INFO [runner] Workers idle times: #2: 1.519619799s 
13:00:03 [2019-09-21T13:00:03.498Z] INFO [runner] Issues before processing: 1977, after processing: 0 
13:00:03 [2019-09-21T13:00:03.498Z] INFO [runner] processing took 509.839623ms with stages: exclude: 166.594376ms, identifier_marker: 107.410828ms, autogenerated_exclude: 75.546793ms, nolint: 72.011996ms, skip_dirs: 59.149557ms, path_prettifier: 17.476447ms, filename_unadjuster: 5.07198ms, cgo: 4.842036ms, exclude-rules: 1.713211ms, diff: 3.531µs, source_code: 2.988µs, uniq_by_line: 2.978µs, max_same_issues: 2.936µs, path_shortener: 2.738µs, max_from_linter: 2.692µs, skip_files: 2.411µs, max_per_file_from_linter: 2.125µs 
13:00:03 [2019-09-21T13:00:03.498Z] INFO File cache stats: 1436 entries of total size 6.8MiB 
13:00:04 [2019-09-21T13:00:04.422Z] INFO Memory: 181 samples, avg is 1392.3MB, max is 5514.5MB 
13:00:04 [2019-09-21T13:00:04.422Z] INFO Execution took 2m13.832460742s               
13:00:04 [2019-09-21T13:00:04.677Z] Congratulations!  "./pkg/..." is safely isolated from internal code.
13:00:04 [2019-09-21T13:00:04.677Z] No api/types/ or api/swagger.yaml changes in diff.
13:00:04 [2019-09-21T13:00:04.677Z] Congratulations!  All toml source files changed here have valid syntax.
13:00:04 [2019-09-21T13:00:04.677Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:00:04 [2019-09-21T13:00:04.677Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.