Skip to content

Console Output

13:29:44 [2021-02-18T13:29:44.913Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41974/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41974/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a5bb0ec0a2732e7e87a7b488bfa688edd384de5a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:a5bb0ec0a2732e7e87a7b488bfa688edd384de5a hack/validate/default
13:29:45 [2021-02-18T13:29:45.852Z] Congratulations!  All commits are properly signed with the DCO!
13:29:46 [2021-02-18T13:29:46.421Z] Congratulations!  Seccomp profile generation is done correctly.
13:29:46 [2021-02-18T13:29:46.421Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:29:56 [2021-02-18T13:29:56.409Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
13:29:56 [2021-02-18T13:29:56.409Z] Congratulations!  All API changes are done the right way.
13:29:56 [2021-02-18T13:29:56.409Z] Congratulations!  All TOML source files changed here have valid syntax.
13:29:56 [2021-02-18T13:29:56.409Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:29:56 [2021-02-18T13:29:56.409Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:29:56 [2021-02-18T13:29:56.669Z] Congratulations!  No new tests were added to integration-cli.
13:29:56 [2021-02-18T13:29:56.669Z] 
13:29:56 [2021-02-18T13:29:56.669Z] INFO Start validation with golang-ci-lint
13:29:56 [2021-02-18T13:29:56.669Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:29:56 [2021-02-18T13:29:56.669Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:29:56 [2021-02-18T13:29:56.669Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:32:03 [2021-02-18T13:32:03.221Z] INFO [loader] Go packages loading at mode 575 (types_sizes|files|name|compiled_files|deps|exports_file|imports) took 2m2.240766574s 
13:32:03 [2021-02-18T13:32:03.222Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 464.619966ms 
13:33:24 [2021-02-18T13:33:24.683Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m14.206424078s with top 10 stages: buildssa: 1m41.149923832s, goimports: 22.581440315s, unconvert: 13.428342038s, gosec: 10.754463515s, golint: 6.520015975s, misspell: 4.739106448s, ineffassign: 4.555804939s, inspect: 3.560289179s, vrp: 2.481605862s, printf: 1.847853481s 
13:33:39 [2021-02-18T13:33:39.582Z] INFO [runner/unused/goanalysis] analyzers took 27.162791556s with top 10 stages: buildssa: 23.103459532s, U1000: 4.059332024s 
13:33:39 [2021-02-18T13:33:39.582Z] INFO [runner] Issues before processing: 2263, after processing: 0 
13:33:39 [2021-02-18T13:33:39.582Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1683/1683, path_prettifier: 1683/1683, skip_files: 1683/1683, identifier_marker: 1578/1578, exclude-rules: 64/1578, nolint: 0/64, exclude: 1578/1578, cgo: 1683/2263, skip_dirs: 1683/1683, autogenerated_exclude: 1578/1683 
13:33:39 [2021-02-18T13:33:39.582Z] INFO [runner] processing took 172.06275ms with stages: nolint: 77.579845ms, identifier_marker: 59.112074ms, path_prettifier: 14.956581ms, autogenerated_exclude: 8.595155ms, exclude-rules: 6.416641ms, skip_dirs: 3.708819ms, cgo: 946.231µs, filename_unadjuster: 741.319µs, max_same_issues: 1.593µs, max_from_linter: 964ns, diff: 700ns, uniq_by_line: 635ns, source_code: 507ns, exclude: 499ns, skip_files: 495ns, path_shortener: 410ns, max_per_file_from_linter: 282ns 
13:33:39 [2021-02-18T13:33:39.582Z] INFO [runner] linters took 1m40.178745541s with stages: goanalysis_metalinter: 1m19.898804372s, unused: 20.106611204s 
13:33:39 [2021-02-18T13:33:39.582Z] INFO File cache stats: 1448 entries of total size 6.8MiB 
13:33:40 [2021-02-18T13:33:40.963Z] INFO Memory: 1685 samples, avg is 254.8MB, max is 3428.7MB 
13:33:40 [2021-02-18T13:33:40.963Z] INFO Execution took 3m44.073609875s               
13:33:40 [2021-02-18T13:33:40.963Z] Congratulations! The shell scripts are properly formatted.