Skip to content

Console Output

12:17:23 [2019-10-21T12:17:23.765Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40111/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40111/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=18a97ee981d80fe4764f7ec8d8384212981ccf24 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:18a97ee981d80fe4764f7ec8d8384212981ccf24 hack/validate/default
12:17:24 [2019-10-21T12:17:24.697Z] Congratulations!  All commits are properly signed with the DCO!
12:17:24 [2019-10-21T12:17:24.697Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
12:17:24 [2019-10-21T12:17:24.697Z] INFO [lintersdb] Active 15 linters: [deadcode gofmt goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:17:24 [2019-10-21T12:17:24.697Z] INFO [lintersdb] Optimized sublinters [staticcheck gosimple unused] into metalinter megacheck 
12:17:56 [2019-10-21T12:17:56.751Z] INFO [loader] Go packages loading at mode load types and syntax took 28.131045597s 
12:17:58 [2019-10-21T12:17:58.124Z] INFO [loader] SSA repr building timing: packages building 261.389341ms, total 5.196172791s 
12:19:19 [2019-10-21T12:19:19.537Z] WARN [runner/golint] Golint: can't lint 4 files: no file name for file &{Doc:<nil> Package:20393885 Name:quota Decls:[0xc02b444180 0xc02b444200 0xc02b444280 0xc02b444300 0xc02b41d8f0 0xc02b41da40] Scope:scope 0xc02b3f7ab0 {
12:19:19 [2019-10-21T12:19:19.537Z] 	var ErrQuotaNotSupported
12:19:19 [2019-10-21T12:19:19.537Z] 	type errQuotaNotSupported
12:19:19 [2019-10-21T12:19:19.537Z] }
12:19:19 [2019-10-21T12:19:19.537Z]  Imports:[0xc02b41d770] Unresolved:[errdefs nil string] Comments:[0xc02b422540 0xc02b4226c0]} 
12:19:46 [2019-10-21T12:19:46.149Z] INFO [runner] worker.2 took 1m44.351379882s with stages: golint: 1m19.094700521s, gosec: 13.394156374s, gofmt: 4.66696767s, ineffassign: 3.155538977s, misspell: 2.770021759s, varcheck: 534.913703ms, deadcode: 418.448917ms, unconvert: 176.782892ms, structcheck: 139.748183ms, typecheck: 13.604µs 
12:19:46 [2019-10-21T12:19:46.149Z] INFO [runner] worker.1 took 1m46.41242626s with stages: megacheck: 49.928979313s, goimports: 28.374250533s, govet: 28.109173015s 
12:19:46 [2019-10-21T12:19:46.149Z] INFO [runner] Workers idle times: #2: 2.043036112s 
12:19:46 [2019-10-21T12:19:46.149Z] INFO [runner] Issues before processing: 1959, after processing: 0 
12:19:46 [2019-10-21T12:19:46.149Z] INFO [runner] processing took 525.775581ms with stages: exclude: 212.937541ms, identifier_marker: 114.261433ms, skip_dirs: 59.400086ms, autogenerated_exclude: 59.155035ms, nolint: 42.989373ms, path_prettifier: 30.087281ms, filename_unadjuster: 4.251822ms, cgo: 1.41077ms, exclude-rules: 1.252202ms, diff: 4.849µs, source_code: 4.351µs, max_same_issues: 4.142µs, path_shortener: 4.034µs, skip_files: 3.747µs, max_from_linter: 3.155µs, uniq_by_line: 2.898µs, max_per_file_from_linter: 2.862µs 
12:19:46 [2019-10-21T12:19:46.149Z] INFO File cache stats: 1434 entries of total size 6.7MiB 
12:19:46 [2019-10-21T12:19:46.149Z] INFO Memory: 182 samples, avg is 1284.3MB, max is 5381.3MB 
12:19:46 [2019-10-21T12:19:46.149Z] INFO Execution took 2m21.539119552s               
12:19:46 [2019-10-21T12:19:46.406Z] Congratulations!  "./pkg/..." is safely isolated from internal code.
12:19:46 [2019-10-21T12:19:46.406Z] No api/types/ or api/swagger.yaml changes in diff.
12:19:46 [2019-10-21T12:19:46.406Z] Congratulations!  All toml source files changed here have valid syntax.
12:19:46 [2019-10-21T12:19:46.406Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
12:19:46 [2019-10-21T12:19:46.406Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.