Skip to content

Console Output

18:24:11 [2020-07-31T18:24:11.048Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41301/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41301/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=93db067c90b28b1935222cd0200f2ae0b75e93b2 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:93db067c90b28b1935222cd0200f2ae0b75e93b2 hack/validate/default
18:24:11 [2020-07-31T18:24:11.984Z] Congratulations!  All commits are properly signed with the DCO!
18:24:11 [2020-07-31T18:24:11.984Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
18:24:11 [2020-07-31T18:24:11.984Z] No api/types/ or api/swagger.yaml changes in diff.
18:24:11 [2020-07-31T18:24:11.984Z] Congratulations!  All TOML source files changed here have valid syntax.
18:24:11 [2020-07-31T18:24:11.984Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
18:24:11 [2020-07-31T18:24:11.984Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
18:24:11 [2020-07-31T18:24:11.984Z] Congratulations!  No new tests were added to integration-cli.
18:24:12 [2020-07-31T18:24:12.243Z] 
18:24:12 [2020-07-31T18:24:12.243Z] INFO Start validation with golang-ci-lint
18:24:12 [2020-07-31T18:24:12.243Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
18:24:12 [2020-07-31T18:24:12.243Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:24:12 [2020-07-31T18:24:12.243Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:26:18 [2020-07-31T18:26:18.726Z] INFO [loader] Go packages loading at mode 575 (files|name|types_sizes|compiled_files|deps|exports_file|imports) took 1m57.524035166s 
18:26:18 [2020-07-31T18:26:18.726Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 691.80618ms 
18:26:30 [2020-07-31T18:26:30.949Z] INFO [runner/unused/goanalysis] analyzers took 27.546115448s with top 10 stages: buildssa: 23.218591325s, U1000: 4.327524123s 
18:27:53 [2020-07-31T18:27:53.694Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m9.223576379s with top 10 stages: buildssa: 1m37.122262327s, goimports: 23.450132561s, unconvert: 12.563702488s, gosec: 10.824571391s, golint: 6.369790912s, ineffassign: 4.462004991s, misspell: 3.960569825s, vrp: 3.645691066s, inspect: 2.915943371s, printf: 1.994939028s 
18:27:53 [2020-07-31T18:27:53.694Z] INFO [runner] Issues before processing: 2303, after processing: 0 
18:27:53 [2020-07-31T18:27:53.694Z] INFO [runner] Processors filtering stat (out/in): cgo: 1694/2303, skip_files: 1694/1694, nolint: 0/64, exclude-rules: 64/1589, path_prettifier: 1694/1694, skip_dirs: 1694/1694, identifier_marker: 1589/1589, filename_unadjuster: 1694/1694, autogenerated_exclude: 1589/1694, exclude: 1589/1589 
18:27:53 [2020-07-31T18:27:53.694Z] INFO [runner] processing took 61.034907ms with stages: nolint: 25.085068ms, identifier_marker: 16.452441ms, path_prettifier: 10.071193ms, autogenerated_exclude: 3.943897ms, exclude-rules: 3.4584ms, skip_dirs: 1.737788ms, cgo: 183.852µs, filename_unadjuster: 96.878µs, max_same_issues: 1.329µs, uniq_by_line: 760ns, diff: 682ns, max_from_linter: 616ns, source_code: 501ns, path_shortener: 439ns, skip_files: 412ns, exclude: 402ns, max_per_file_from_linter: 249ns 
18:27:53 [2020-07-31T18:27:53.694Z] INFO [runner] linters took 1m39.455422298s with stages: goanalysis_metalinter: 1m19.731692346s, unused: 19.662380259s 
18:27:53 [2020-07-31T18:27:53.694Z] INFO File cache stats: 1444 entries of total size 6.8MiB 
18:27:53 [2020-07-31T18:27:53.694Z] INFO Memory: 1495 samples, avg is 710.4MB, max is 3504.3MB 
18:27:53 [2020-07-31T18:27:53.694Z] INFO Execution took 3m37.681013112s               
18:27:53 [2020-07-31T18:27:53.694Z] Congratulations! The shell scripts are properly formatted.