Skip to content

Console Output

23:19:36 [2019-09-20T23:19:36.039Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39969/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39969/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9cd24ba6057fa479918e9bce4e2c0554ec991394 -e DOCKER_GRAPHDRIVER docker:9cd24ba6057fa479918e9bce4e2c0554ec991394 hack/validate/default
23:19:37 [2019-09-20T23:19:37.412Z] Congratulations!  All commits are properly signed with the DCO!
23:19:37 [2019-09-20T23:19:37.412Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
23:19:37 [2019-09-20T23:19:37.412Z] INFO [lintersdb] Active 15 linters: [deadcode gofmt goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:19:37 [2019-09-20T23:19:37.412Z] INFO [lintersdb] Optimized sublinters [staticcheck gosimple unused] into metalinter megacheck 
23:20:03 [2019-09-20T23:20:03.949Z] INFO [loader] Go packages loading at mode load types and syntax took 26.366136562s 
23:20:09 [2019-09-20T23:20:09.212Z] INFO [loader] SSA repr building timing: packages building 237.801976ms, total 5.44398931s 
23:21:30 [2019-09-20T23:21:30.686Z] WARN [runner/golint] Golint: can't lint 4 files: no file name for file &{Doc:<nil> Package:20008420 Name:quota Decls:[0xc025fe7840 0xc025fe78c0 0xc025fe7940 0xc025fe79c0 0xc0267ffce0 0xc0267e00f0] Scope:scope 0xc026a76c60 {
23:21:30 [2019-09-20T23:21:30.686Z] 	var ErrQuotaNotSupported
23:21:30 [2019-09-20T23:21:30.686Z] 	type errQuotaNotSupported
23:21:30 [2019-09-20T23:21:30.686Z] }
23:21:30 [2019-09-20T23:21:30.686Z]  Imports:[0xc0267ff800] Unresolved:[errdefs nil string] Comments:[0xc02432bf20 0xc024327d60]} 
23:21:52 [2019-09-20T23:21:52.613Z] INFO [runner] worker.2 took 1m40.232593886s with stages: golint: 1m16.96038756s, gosec: 12.696629364s, gofmt: 4.614854952s, ineffassign: 2.703934551s, misspell: 1.976405783s, varcheck: 481.196616ms, deadcode: 365.39782ms, unconvert: 250.17532ms, structcheck: 183.545388ms, typecheck: 6.483µs 
23:21:52 [2019-09-20T23:21:52.613Z] INFO [runner] worker.1 took 1m42.609011407s with stages: megacheck: 48.187396489s, govet: 27.862643436s, goimports: 26.558944219s 
23:21:52 [2019-09-20T23:21:52.613Z] INFO [runner] Workers idle times: #2: 2.374879315s 
23:21:52 [2019-09-20T23:21:52.613Z] INFO [runner] Issues before processing: 1981, after processing: 0 
23:21:52 [2019-09-20T23:21:52.613Z] INFO [runner] processing took 664.455477ms with stages: identifier_marker: 187.385479ms, exclude: 181.524845ms, skip_dirs: 103.509003ms, nolint: 84.118084ms, autogenerated_exclude: 83.710588ms, cgo: 7.78764ms, filename_unadjuster: 7.553683ms, path_prettifier: 7.519387ms, exclude-rules: 1.316538ms, max_per_file_from_linter: 7.246µs, path_shortener: 6.677µs, diff: 3.406µs, source_code: 2.955µs, max_same_issues: 2.736µs, uniq_by_line: 2.687µs, skip_files: 2.307µs, max_from_linter: 2.216µs 
23:21:52 [2019-09-20T23:21:52.613Z] INFO File cache stats: 1436 entries of total size 6.8MiB 
23:21:52 [2019-09-20T23:21:52.613Z] INFO Memory: 184 samples, avg is 1432.6MB, max is 5583.6MB 
23:21:52 [2019-09-20T23:21:52.613Z] INFO Execution took 2m14.532178571s               
23:21:52 [2019-09-20T23:21:52.613Z] Congratulations!  "./pkg/..." is safely isolated from internal code.
23:21:52 [2019-09-20T23:21:52.613Z] No api/types/ or api/swagger.yaml changes in diff.
23:21:52 [2019-09-20T23:21:52.613Z] Congratulations!  All toml source files changed here have valid syntax.
23:21:52 [2019-09-20T23:21:52.613Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
23:21:52 [2019-09-20T23:21:52.613Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.