Skip to content

Console Output

14:23:37 [2019-09-27T14:23:37.939Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40001/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40001/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=05a0621fd0a44eeb48805b5caab6b9f4c7072492 -e DOCKER_GRAPHDRIVER docker:05a0621fd0a44eeb48805b5caab6b9f4c7072492 hack/validate/default
14:23:39 [2019-09-27T14:23:39.307Z] Congratulations!  All commits are properly signed with the DCO!
14:23:39 [2019-09-27T14:23:39.565Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
14:23:39 [2019-09-27T14:23:39.565Z] INFO [lintersdb] Active 15 linters: [deadcode gofmt goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:23:39 [2019-09-27T14:23:39.565Z] INFO [lintersdb] Optimized sublinters [staticcheck gosimple unused] into metalinter megacheck 
14:24:06 [2019-09-27T14:24:06.088Z] INFO [loader] Go packages loading at mode load types and syntax took 25.846743131s 
14:24:11 [2019-09-27T14:24:11.346Z] INFO [loader] SSA repr building timing: packages building 261.162663ms, total 5.349397002s 
14:25:32 [2019-09-27T14:25:32.756Z] WARN [runner/golint] Golint: can't lint 4 files: no file name for file &{Doc:<nil> Package:20085639 Name:quota Decls:[0xc01aed6f40 0xc01aed6fc0 0xc01aed7040 0xc01aed70c0 0xc01aee9590 0xc01aee9950] Scope:scope 0xc022a7cff0 {
14:25:32 [2019-09-27T14:25:32.756Z] 	var ErrQuotaNotSupported
14:25:32 [2019-09-27T14:25:32.756Z] 	type errQuotaNotSupported
14:25:32 [2019-09-27T14:25:32.756Z] }
14:25:32 [2019-09-27T14:25:32.756Z]  Imports:[0xc01aee9320] Unresolved:[errdefs nil string] Comments:[0xc01cac2960 0xc01cac2ae0]} 
14:25:50 [2019-09-27T14:25:50.860Z] INFO [runner] worker.2 took 1m39.737073631s with stages: golint: 1m15.753921179s, gosec: 13.454014125s, gofmt: 4.595766097s, ineffassign: 2.905827935s, misspell: 1.69375569s, varcheck: 433.649906ms, deadcode: 327.62856ms, structcheck: 286.420829ms, unconvert: 285.688415ms, typecheck: 5.579µs 
14:25:51 [2019-09-27T14:25:51.790Z] INFO [runner] worker.1 took 1m41.076498822s with stages: megacheck: 47.588541931s, govet: 26.784103272s, goimports: 26.703823035s 
14:25:51 [2019-09-27T14:25:51.790Z] INFO [runner] Workers idle times: #2: 1.30637639s 
14:25:51 [2019-09-27T14:25:51.790Z] INFO [runner] Issues before processing: 1973, after processing: 0 
14:25:51 [2019-09-27T14:25:51.790Z] INFO [runner] processing took 489.481341ms with stages: exclude: 186.9452ms, identifier_marker: 125.488385ms, autogenerated_exclude: 96.024145ms, skip_dirs: 39.611064ms, nolint: 34.799653ms, path_prettifier: 2.853098ms, exclude-rules: 1.40099ms, cgo: 1.374982ms, filename_unadjuster: 955.941µs, uniq_by_line: 6.496µs, diff: 5.228µs, source_code: 3.458µs, path_shortener: 2.862µs, max_from_linter: 2.86µs, max_same_issues: 2.463µs, skip_files: 2.32µs, max_per_file_from_linter: 2.196µs 
14:25:51 [2019-09-27T14:25:51.790Z] INFO File cache stats: 1436 entries of total size 6.8MiB 
14:25:52 [2019-09-27T14:25:52.723Z] INFO Memory: 185 samples, avg is 1297.1MB, max is 5312.6MB 
14:25:52 [2019-09-27T14:25:52.723Z] INFO Execution took 2m13.230329192s               
14:25:52 [2019-09-27T14:25:52.981Z] Congratulations!  "./pkg/..." is safely isolated from internal code.
14:25:52 [2019-09-27T14:25:52.981Z] No api/types/ or api/swagger.yaml changes in diff.
14:25:52 [2019-09-27T14:25:52.981Z] Congratulations!  All toml source files changed here have valid syntax.
14:25:52 [2019-09-27T14:25:52.981Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
14:25:52 [2019-09-27T14:25:52.981Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.