Skip to content

Console Output

13:23:44 [2020-12-23T13:23:44.974Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41724/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41724/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=587960aa7cbafa44655561cf2d56e807402d21e0 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:587960aa7cbafa44655561cf2d56e807402d21e0 hack/validate/default
13:23:45 [2020-12-23T13:23:45.921Z] Congratulations!  All commits are properly signed with the DCO!
13:23:45 [2020-12-23T13:23:45.921Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:23:45 [2020-12-23T13:23:45.921Z] No api/types/ or api/swagger.yaml changes in diff.
13:23:45 [2020-12-23T13:23:45.921Z] Congratulations!  All TOML source files changed here have valid syntax.
13:23:45 [2020-12-23T13:23:45.921Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:23:45 [2020-12-23T13:23:45.921Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:23:45 [2020-12-23T13:23:45.921Z] Congratulations!  No new tests were added to integration-cli.
13:23:45 [2020-12-23T13:23:45.921Z] 
13:23:45 [2020-12-23T13:23:45.921Z] INFO Start validation with golang-ci-lint
13:23:45 [2020-12-23T13:23:45.921Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:23:45 [2020-12-23T13:23:45.921Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:23:45 [2020-12-23T13:23:45.921Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:25:52 [2020-12-23T13:25:52.447Z] INFO [loader] Go packages loading at mode 575 (imports|compiled_files|exports_file|files|name|types_sizes|deps) took 2m0.768065449s 
13:25:52 [2020-12-23T13:25:52.447Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 452.163951ms 
13:27:13 [2020-12-23T13:27:13.940Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m11.690958251s with top 10 stages: buildssa: 1m36.237291298s, goimports: 22.914441248s, unconvert: 12.257364164s, gosec: 10.438114832s, golint: 6.044444084s, misspell: 5.125532734s, ineffassign: 4.691426334s, inspect: 3.60263674s, vrp: 3.20977184s, printf: 1.999828401s 
13:27:23 [2020-12-23T13:27:23.948Z] INFO [runner/unused/goanalysis] analyzers took 25.633268089s with top 10 stages: buildssa: 21.738133447s, U1000: 3.895134642s 
13:27:23 [2020-12-23T13:27:23.948Z] INFO [runner] Issues before processing: 2263, after processing: 0 
13:27:23 [2020-12-23T13:27:23.948Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/64, skip_dirs: 1683/1683, autogenerated_exclude: 1578/1683, cgo: 1683/2263, skip_files: 1683/1683, identifier_marker: 1578/1578, exclude: 1578/1578, filename_unadjuster: 1683/1683, exclude-rules: 64/1578, path_prettifier: 1683/1683 
13:27:23 [2020-12-23T13:27:23.948Z] INFO [runner] processing took 127.595283ms with stages: nolint: 55.720727ms, identifier_marker: 38.760307ms, path_prettifier: 13.92694ms, autogenerated_exclude: 7.511328ms, exclude-rules: 6.434897ms, skip_dirs: 3.709753ms, filename_unadjuster: 764.65µs, cgo: 760.343µs, max_same_issues: 1.772µs, uniq_by_line: 1.005µs, skip_files: 666ns, max_from_linter: 622ns, exclude: 574ns, diff: 505ns, source_code: 476ns, path_shortener: 423ns, max_per_file_from_linter: 295ns 
13:27:23 [2020-12-23T13:27:23.948Z] INFO [runner] linters took 1m36.506532823s with stages: goanalysis_metalinter: 1m17.973953112s, unused: 18.404498184s 
13:27:23 [2020-12-23T13:27:23.948Z] INFO File cache stats: 1449 entries of total size 6.8MiB 
13:27:24 [2020-12-23T13:27:24.889Z] INFO Memory: 1645 samples, avg is 241.0MB, max is 3097.8MB 
13:27:24 [2020-12-23T13:27:24.890Z] INFO Execution took 3m38.951771516s               
13:27:25 [2020-12-23T13:27:25.150Z] Congratulations! The shell scripts are properly formatted.