Skip to content

Console Output

20:45:37 [2022-06-04T20:45:37.802Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43692/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43692/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b3bcb15da8790d74748c9dd251829b33c1e7c71b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:b3bcb15da8790d74748c9dd251829b33c1e7c71b hack/validate/default
20:45:39 [2022-06-04T20:45:39.183Z] Congratulations!  All commits are properly signed with the DCO!
20:45:40 [2022-06-04T20:45:40.124Z] Congratulations!  Seccomp profile generation is done correctly.
20:45:40 [2022-06-04T20:45:40.124Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
20:45:48 [2022-06-04T20:45:48.261Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
20:45:49 [2022-06-04T20:45:49.202Z] Congratulations!  All API changes are done the right way.
20:45:49 [2022-06-04T20:45:49.202Z] Congratulations!  All TOML source files changed here have valid syntax.
20:45:49 [2022-06-04T20:45:49.202Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:45:49 [2022-06-04T20:45:49.202Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
20:45:49 [2022-06-04T20:45:49.202Z] Congratulations!  No new tests were added to integration-cli.
20:45:49 [2022-06-04T20:45:49.202Z] 
20:45:49 [2022-06-04T20:45:49.202Z] INFO Start validation with golang-ci-lint
20:45:49 [2022-06-04T20:45:49.202Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:45:49 [2022-06-04T20:45:49.202Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:45:49 [2022-06-04T20:45:49.202Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:48:10 [2022-06-04T20:48:10.798Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|files|name|types_sizes|compiled_files|imports) took 2m10.909707248s 
20:48:10 [2022-06-04T20:48:10.798Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 396.204167ms 
20:48:20 [2022-06-04T20:48:20.792Z] INFO [runner/unused/goanalysis] analyzers took 23.903057016s with top 10 stages: buildssa: 20.870163377s, U1000: 3.032893639s 
20:49:42 [2022-06-04T20:49:42.277Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 2m49.770675079s with top 10 stages: buildssa: 1m31.81224517s, goimports: 18.836831828s, unconvert: 11.363152699s, gosec: 8.245565188s, golint: 5.159042892s, ineffassign: 3.956005492s, misspell: 3.432739662s, vrp: 2.849599653s, inspect: 2.791985216s, printf: 1.587554666s 
20:49:42 [2022-06-04T20:49:42.277Z] INFO [runner] Issues before processing: 2258, after processing: 0 
20:49:42 [2022-06-04T20:49:42.277Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1682/1682, skip_dirs: 1682/1682, filename_unadjuster: 1682/1682, cgo: 1682/2258, skip_files: 1682/1682, exclude: 1577/1577, nolint: 0/64, autogenerated_exclude: 1577/1682, identifier_marker: 1577/1577, exclude-rules: 64/1577 
20:49:42 [2022-06-04T20:49:42.277Z] INFO [runner] processing took 58.10924ms with stages: identifier_marker: 22.963981ms, nolint: 19.27242ms, path_prettifier: 7.790457ms, autogenerated_exclude: 3.632656ms, exclude-rules: 2.728117ms, skip_dirs: 1.432842ms, cgo: 189.855µs, filename_unadjuster: 94.344µs, max_same_issues: 1.534µs, skip_files: 691ns, uniq_by_line: 581ns, diff: 343ns, max_from_linter: 338ns, max_per_file_from_linter: 304ns, source_code: 285ns, exclude: 262ns, path_shortener: 230ns 
20:49:42 [2022-06-04T20:49:42.277Z] INFO [runner] linters took 1m35.222701045s with stages: goanalysis_metalinter: 1m15.889233904s, unused: 19.275227514s 
20:49:42 [2022-06-04T20:49:42.277Z] INFO File cache stats: 1456 entries of total size 6.9MiB 
20:49:42 [2022-06-04T20:49:42.277Z] INFO Memory: 2267 samples, avg is 1597.2MB, max is 4379.4MB 
20:49:42 [2022-06-04T20:49:42.277Z] INFO Execution took 3m46.536366319s               
20:49:42 [2022-06-04T20:49:42.277Z] Congratulations! The shell scripts are properly formatted.