Skip to content

Console Output

19:25:06 [2019-10-13T19:25:06.130Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40081/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40081/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=aa655a4d73693741cd3f8bc44566eb34585b3303 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:aa655a4d73693741cd3f8bc44566eb34585b3303 hack/validate/default
19:25:07 [2019-10-13T19:25:07.057Z] Congratulations!  All commits are properly signed with the DCO!
19:25:07 [2019-10-13T19:25:07.057Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
19:25:07 [2019-10-13T19:25:07.057Z] INFO [lintersdb] Active 15 linters: [deadcode gofmt goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
19:25:07 [2019-10-13T19:25:07.057Z] INFO [lintersdb] Optimized sublinters [staticcheck gosimple unused] into metalinter megacheck 
19:25:33 [2019-10-13T19:25:33.665Z] INFO [loader] Go packages loading at mode load types and syntax took 26.250671806s 
19:25:38 [2019-10-13T19:25:38.902Z] INFO [loader] SSA repr building timing: packages building 236.928478ms, total 4.921688399s 
19:27:00 [2019-10-13T19:27:00.346Z] WARN [runner/golint] Golint: can't lint 4 files: no file name for file &{Doc:<nil> Package:24104488 Name:quota Decls:[0xc02dd2b000 0xc02dd2b080 0xc02dd2b100 0xc02dd2b180 0xc02dd29410 0xc02dd29560] Scope:scope 0xc02dd23220 {
19:27:00 [2019-10-13T19:27:00.346Z] 	type errQuotaNotSupported
19:27:00 [2019-10-13T19:27:00.346Z] 	var ErrQuotaNotSupported
19:27:00 [2019-10-13T19:27:00.346Z] }
19:27:00 [2019-10-13T19:27:00.346Z]  Imports:[0xc02dd29290] Unresolved:[errdefs nil string] Comments:[0xc02dd2c880 0xc02dd2ca00]} 
19:27:18 [2019-10-13T19:27:18.503Z] INFO [runner] worker.1 took 1m37.726274322s with stages: megacheck: 48.142323821s, govet: 26.568578697s, gosec: 12.354339437s, gofmt: 4.361474101s, ineffassign: 2.766168651s, misspell: 2.349042424s, varcheck: 502.974585ms, deadcode: 345.515486ms, structcheck: 177.771196ms, unconvert: 158.00323ms, typecheck: 5.387µs 
19:27:18 [2019-10-13T19:27:18.503Z] INFO [runner] worker.2 took 1m40.019033117s with stages: golint: 1m12.972776167s, goimports: 27.04624336s 
19:27:18 [2019-10-13T19:27:18.503Z] INFO [runner] Workers idle times: #1: 2.296552092s 
19:27:18 [2019-10-13T19:27:18.503Z] INFO [runner] Issues before processing: 1956, after processing: 0 
19:27:18 [2019-10-13T19:27:18.503Z] INFO [runner] processing took 400.546915ms with stages: autogenerated_exclude: 129.550511ms, identifier_marker: 80.596107ms, nolint: 66.771991ms, exclude: 59.835237ms, skip_dirs: 45.780583ms, path_prettifier: 8.004402ms, filename_unadjuster: 5.171903ms, cgo: 3.962442ms, exclude-rules: 840.978µs, max_same_issues: 9.565µs, source_code: 4.549µs, diff: 3.834µs, path_shortener: 3.814µs, max_from_linter: 3.239µs, uniq_by_line: 3.044µs, skip_files: 2.577µs, max_per_file_from_linter: 2.139µs 
19:27:18 [2019-10-13T19:27:18.503Z] INFO File cache stats: 1433 entries of total size 6.7MiB 
19:27:19 [2019-10-13T19:27:19.064Z] INFO Memory: 183 samples, avg is 1379.5MB, max is 5591.6MB 
19:27:19 [2019-10-13T19:27:19.064Z] INFO Execution took 2m12.025208359s               
19:27:19 [2019-10-13T19:27:19.625Z] Congratulations!  "./pkg/..." is safely isolated from internal code.
19:27:19 [2019-10-13T19:27:19.625Z] No api/types/ or api/swagger.yaml changes in diff.
19:27:19 [2019-10-13T19:27:19.625Z] Congratulations!  All toml source files changed here have valid syntax.
19:27:19 [2019-10-13T19:27:19.625Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
19:27:19 [2019-10-13T19:27:19.625Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.