Skip to content

Console Output

18:15:20 [2021-07-09T18:15:20.612Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42613/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42613/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=72b66d56a55927687734fae392f6e451cc7db8a2 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:72b66d56a55927687734fae392f6e451cc7db8a2 hack/validate/default
18:15:21 [2021-07-09T18:15:21.552Z] Congratulations!  All commits are properly signed with the DCO!
18:15:22 [2021-07-09T18:15:22.495Z] Congratulations!  Seccomp profile generation is done correctly.
18:15:22 [2021-07-09T18:15:22.495Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
18:15:30 [2021-07-09T18:15:30.635Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
18:15:32 [2021-07-09T18:15:32.549Z] Congratulations!  All API changes are done the right way.
18:15:32 [2021-07-09T18:15:32.549Z] Congratulations!  All TOML source files changed here have valid syntax.
18:15:32 [2021-07-09T18:15:32.549Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
18:15:32 [2021-07-09T18:15:32.549Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
18:15:32 [2021-07-09T18:15:32.549Z] Congratulations!  No new tests were added to integration-cli.
18:15:32 [2021-07-09T18:15:32.549Z] 
18:15:32 [2021-07-09T18:15:32.549Z] INFO Start validation with golang-ci-lint
18:15:32 [2021-07-09T18:15:32.811Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
18:15:32 [2021-07-09T18:15:32.811Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:15:32 [2021-07-09T18:15:32.811Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:17:39 [2021-07-09T18:17:39.368Z] INFO [loader] Go packages loading at mode 575 (files|imports|types_sizes|compiled_files|deps|exports_file|name) took 2m5.861501747s 
18:17:39 [2021-07-09T18:17:39.368Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 467.975536ms 
18:19:00 [2021-07-09T18:19:00.856Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m13.534524667s with top 10 stages: buildssa: 1m41.857503619s, goimports: 22.913899499s, unconvert: 14.211954291s, gosec: 10.432023495s, golint: 6.123524709s, misspell: 4.334156041s, ineffassign: 4.091146489s, inspect: 3.835802439s, vrp: 3.011010876s, ctrlflow: 1.913347177s 
18:19:22 [2021-07-09T18:19:22.825Z] INFO [runner/unused/goanalysis] analyzers took 27.682332286s with top 10 stages: buildssa: 23.685211925s, U1000: 3.997120361s 
18:19:22 [2021-07-09T18:19:22.825Z] INFO [runner] Issues before processing: 2262, after processing: 0 
18:19:22 [2021-07-09T18:19:22.825Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 1577/1577, exclude-rules: 64/1577, cgo: 1682/2262, path_prettifier: 1682/1682, autogenerated_exclude: 1577/1682, filename_unadjuster: 1682/1682, skip_dirs: 1682/1682, skip_files: 1682/1682, exclude: 1577/1577, nolint: 0/64 
18:19:22 [2021-07-09T18:19:22.825Z] INFO [runner] processing took 121.654602ms with stages: nolint: 54.079909ms, identifier_marker: 29.751921ms, exclude-rules: 16.063147ms, path_prettifier: 11.737619ms, autogenerated_exclude: 6.589686ms, skip_dirs: 3.003954ms, cgo: 285.498µs, filename_unadjuster: 135.805µs, max_same_issues: 2.322µs, source_code: 787ns, uniq_by_line: 754ns, max_from_linter: 746ns, diff: 702ns, skip_files: 560ns, exclude: 450ns, path_shortener: 443ns, max_per_file_from_linter: 299ns 
18:19:22 [2021-07-09T18:19:22.825Z] INFO [runner] linters took 1m40.350474118s with stages: goanalysis_metalinter: 1m20.726838178s, unused: 19.497852149s 
18:19:22 [2021-07-09T18:19:22.825Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
18:19:22 [2021-07-09T18:19:22.825Z] INFO Memory: 1718 samples, avg is 256.3MB, max is 3431.9MB 
18:19:22 [2021-07-09T18:19:22.825Z] INFO Execution took 3m46.689832996s               
18:19:22 [2021-07-09T18:19:22.825Z] Congratulations! The shell scripts are properly formatted.