Skip to content

Console Output

01:22:34 [2019-10-14T01:22:34.026Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40076/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40076/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=369b79c35b997174f340e4ae7f9418f69bfeaca1 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:369b79c35b997174f340e4ae7f9418f69bfeaca1 hack/validate/default
01:22:35 [2019-10-14T01:22:35.518Z] Congratulations!  All commits are properly signed with the DCO!
01:22:35 [2019-10-14T01:22:35.518Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
01:22:35 [2019-10-14T01:22:35.518Z] INFO [lintersdb] Active 15 linters: [deadcode gofmt goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
01:22:35 [2019-10-14T01:22:35.518Z] INFO [lintersdb] Optimized sublinters [staticcheck gosimple unused] into metalinter megacheck 
01:23:02 [2019-10-14T01:23:02.103Z] INFO [loader] Go packages loading at mode load types and syntax took 25.938899187s 
01:23:07 [2019-10-14T01:23:07.473Z] INFO [loader] SSA repr building timing: packages building 246.984253ms, total 5.497924236s 
01:24:28 [2019-10-14T01:24:28.867Z] WARN [runner/golint] Golint: can't lint 4 files: no file name for file &{Doc:<nil> Package:23544909 Name:quota Decls:[0xc0285f7fc0 0xc0285ec040 0xc0285ec0c0 0xc0285ec140 0xc026c73950 0xc026c73c20] Scope:scope 0xc027df9b80 {
01:24:28 [2019-10-14T01:24:28.867Z] 	var ErrQuotaNotSupported
01:24:28 [2019-10-14T01:24:28.867Z] 	type errQuotaNotSupported
01:24:28 [2019-10-14T01:24:28.867Z] }
01:24:28 [2019-10-14T01:24:28.867Z]  Imports:[0xc026c733e0] Unresolved:[errdefs nil string] Comments:[0xc01b996160 0xc01b9962e0]} 
01:24:47 [2019-10-14T01:24:47.082Z] INFO [runner] worker.2 took 1m39.081736247s with stages: golint: 1m15.152730469s, gosec: 13.520264459s, gofmt: 4.516701479s, ineffassign: 2.811037007s, misspell: 1.874680565s, varcheck: 479.484766ms, deadcode: 328.003993ms, structcheck: 222.776948ms, unconvert: 175.947413ms, typecheck: 4.883µs 
01:24:48 [2019-10-14T01:24:48.440Z] INFO [runner] worker.1 took 1m41.410112986s with stages: megacheck: 47.600301425s, goimports: 26.953363027s, govet: 26.85642762s 
01:24:48 [2019-10-14T01:24:48.441Z] INFO [runner] Workers idle times: #2: 2.291228181s 
01:24:48 [2019-10-14T01:24:48.441Z] INFO [runner] Issues before processing: 1957, after processing: 0 
01:24:48 [2019-10-14T01:24:48.441Z] INFO [runner] processing took 574.499625ms with stages: exclude: 185.571224ms, identifier_marker: 149.610126ms, autogenerated_exclude: 76.371544ms, skip_dirs: 76.272121ms, nolint: 60.323329ms, path_prettifier: 15.149136ms, cgo: 6.794638ms, filename_unadjuster: 3.434936ms, exclude-rules: 942.727µs, source_code: 8.658µs, path_shortener: 4.166µs, diff: 3.599µs, max_same_issues: 2.931µs, uniq_by_line: 2.873µs, max_from_linter: 2.834µs, skip_files: 2.598µs, max_per_file_from_linter: 2.185µs 
01:24:48 [2019-10-14T01:24:48.441Z] INFO File cache stats: 1433 entries of total size 6.7MiB 
01:24:49 [2019-10-14T01:24:49.043Z] INFO Memory: 184 samples, avg is 1363.5MB, max is 5111.2MB 
01:24:49 [2019-10-14T01:24:49.043Z] INFO Execution took 2m13.481662463s               
01:24:49 [2019-10-14T01:24:49.341Z] Congratulations!  "./pkg/..." is safely isolated from internal code.
01:24:49 [2019-10-14T01:24:49.341Z] No api/types/ or api/swagger.yaml changes in diff.
01:24:49 [2019-10-14T01:24:49.341Z] Congratulations!  All toml source files changed here have valid syntax.
01:24:49 [2019-10-14T01:24:49.341Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
01:24:49 [2019-10-14T01:24:49.341Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.