Skip to content

Console Output

01:14:35 [2019-10-14T01:14:35.357Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39931/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39931/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ccfcb987fd58410f14d849650256c13801a918f3 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ccfcb987fd58410f14d849650256c13801a918f3 hack/validate/default
01:14:36 [2019-10-14T01:14:36.288Z] Congratulations!  All commits are properly signed with the DCO!
01:14:36 [2019-10-14T01:14:36.288Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
01:14:36 [2019-10-14T01:14:36.288Z] INFO [lintersdb] Active 15 linters: [deadcode gofmt goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
01:14:36 [2019-10-14T01:14:36.288Z] INFO [lintersdb] Optimized sublinters [staticcheck gosimple unused] into metalinter megacheck 
01:15:02 [2019-10-14T01:15:02.913Z] INFO [loader] Go packages loading at mode load types and syntax took 25.7192506s 
01:15:07 [2019-10-14T01:15:07.087Z] INFO [loader] SSA repr building timing: packages building 287.838727ms, total 5.194705469s 
01:16:28 [2019-10-14T01:16:28.488Z] WARN [runner/golint] Golint: can't lint 4 files: no file name for file &{Doc:<nil> Package:20359527 Name:quota Decls:[0xc02a6cb980 0xc02a6cba00 0xc02a6cba80 0xc02a6cbb00 0xc02a6bfb90 0xc02a6bfce0] Scope:scope 0xc010152890 {
01:16:28 [2019-10-14T01:16:28.488Z] 	var ErrQuotaNotSupported
01:16:28 [2019-10-14T01:16:28.488Z] 	type errQuotaNotSupported
01:16:28 [2019-10-14T01:16:28.488Z] }
01:16:28 [2019-10-14T01:16:28.488Z]  Imports:[0xc02a6bfa10] Unresolved:[errdefs nil string] Comments:[0xc02a6c1340 0xc02a6c14c0]} 
01:16:50 [2019-10-14T01:16:50.440Z] INFO [runner] worker.2 took 1m39.786891422s with stages: golint: 1m16.787228s, gosec: 12.50357971s, gofmt: 4.329980383s, ineffassign: 2.730765494s, misspell: 2.227586613s, varcheck: 493.152078ms, deadcode: 339.442971ms, structcheck: 192.32566ms, unconvert: 182.759864ms, typecheck: 5.752µs 
01:16:50 [2019-10-14T01:16:50.440Z] INFO [runner] worker.1 took 1m42.24905702s with stages: megacheck: 48.782511662s, govet: 26.946595871s, goimports: 26.519926646s 
01:16:50 [2019-10-14T01:16:50.440Z] INFO [runner] Workers idle times: #2: 2.460251923s 
01:16:50 [2019-10-14T01:16:50.440Z] INFO [runner] Issues before processing: 1954, after processing: 0 
01:16:50 [2019-10-14T01:16:50.440Z] INFO [runner] processing took 496.37836ms with stages: exclude: 236.106728ms, identifier_marker: 100.705483ms, autogenerated_exclude: 59.089074ms, nolint: 56.719674ms, skip_dirs: 37.871057ms, path_prettifier: 2.796496ms, cgo: 1.206175ms, filename_unadjuster: 947.544µs, exclude-rules: 901.851µs, path_shortener: 8.088µs, max_from_linter: 6.967µs, diff: 4.784µs, source_code: 3.424µs, uniq_by_line: 3.046µs, max_per_file_from_linter: 2.982µs, skip_files: 2.61µs, max_same_issues: 2.377µs 
01:16:50 [2019-10-14T01:16:50.440Z] INFO File cache stats: 1433 entries of total size 6.7MiB 
01:16:50 [2019-10-14T01:16:50.440Z] INFO Memory: 184 samples, avg is 1494.7MB, max is 5451.4MB 
01:16:50 [2019-10-14T01:16:50.440Z] INFO Execution took 2m13.863023493s               
01:16:50 [2019-10-14T01:16:50.440Z] Congratulations!  "./pkg/..." is safely isolated from internal code.
01:16:50 [2019-10-14T01:16:50.440Z] No api/types/ or api/swagger.yaml changes in diff.
01:16:50 [2019-10-14T01:16:50.440Z] Congratulations!  All toml source files changed here have valid syntax.
01:16:50 [2019-10-14T01:16:50.440Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
01:16:50 [2019-10-14T01:16:50.440Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.