Skip to content

Console Output

00:54:04 [2021-02-18T00:54:04.283Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42042/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42042/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=996eb64732d0253042be0d71fb9fc24cb8d2d37b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:996eb64732d0253042be0d71fb9fc24cb8d2d37b hack/validate/default
00:54:06 [2021-02-18T00:54:06.191Z] Congratulations!  All commits are properly signed with the DCO!
00:54:07 [2021-02-18T00:54:07.132Z] Congratulations!  Seccomp profile generation is done correctly.
00:54:07 [2021-02-18T00:54:07.132Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
00:54:15 [2021-02-18T00:54:15.270Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
00:54:17 [2021-02-18T00:54:17.180Z] Congratulations!  All API changes are done the right way.
00:54:17 [2021-02-18T00:54:17.180Z] Congratulations!  All TOML source files changed here have valid syntax.
00:54:17 [2021-02-18T00:54:17.180Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
00:54:17 [2021-02-18T00:54:17.180Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
00:54:17 [2021-02-18T00:54:17.180Z] Congratulations!  No new tests were added to integration-cli.
00:54:17 [2021-02-18T00:54:17.180Z] 
00:54:17 [2021-02-18T00:54:17.180Z] INFO Start validation with golang-ci-lint
00:54:17 [2021-02-18T00:54:17.180Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
00:54:17 [2021-02-18T00:54:17.180Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
00:54:17 [2021-02-18T00:54:17.180Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
00:56:23 [2021-02-18T00:56:23.702Z] INFO [loader] Go packages loading at mode 575 (types_sizes|deps|exports_file|imports|compiled_files|files|name) took 2m0.364701688s 
00:56:23 [2021-02-18T00:56:23.702Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 467.602998ms 
00:57:45 [2021-02-18T00:57:45.186Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m15.274613919s with top 10 stages: buildssa: 1m40.298732065s, goimports: 22.748854808s, unconvert: 13.21067863s, gosec: 10.667401457s, golint: 6.327607627s, ineffassign: 4.743806119s, misspell: 4.433599449s, inspect: 4.104587279s, vrp: 3.396178721s, printf: 2.215965981s 
00:57:57 [2021-02-18T00:57:57.457Z] INFO [runner/unused/goanalysis] analyzers took 27.914652757s with top 10 stages: buildssa: 23.510894436s, U1000: 4.403758321s 
00:57:57 [2021-02-18T00:57:57.457Z] INFO [runner] Issues before processing: 2261, after processing: 0 
00:57:57 [2021-02-18T00:57:57.458Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 1576/1576, filename_unadjuster: 1681/1681, skip_files: 1681/1681, path_prettifier: 1681/1681, exclude: 1576/1576, exclude-rules: 64/1576, skip_dirs: 1681/1681, autogenerated_exclude: 1576/1681, cgo: 1681/2261, nolint: 0/64 
00:57:57 [2021-02-18T00:57:57.458Z] INFO [runner] processing took 148.788252ms with stages: nolint: 54.951932ms, identifier_marker: 39.292786ms, path_prettifier: 28.207117ms, autogenerated_exclude: 14.792718ms, exclude-rules: 6.326847ms, skip_dirs: 3.578232ms, cgo: 888.427µs, filename_unadjuster: 744.427µs, max_same_issues: 1.55µs, diff: 730ns, uniq_by_line: 722ns, source_code: 522ns, path_shortener: 510ns, max_from_linter: 500ns, exclude: 448ns, skip_files: 427ns, max_per_file_from_linter: 357ns 
00:57:57 [2021-02-18T00:57:57.458Z] INFO [runner] linters took 1m39.308041401s with stages: goanalysis_metalinter: 1m19.08207265s, unused: 20.076877364s 
00:57:57 [2021-02-18T00:57:57.458Z] INFO File cache stats: 1448 entries of total size 6.8MiB 
00:57:57 [2021-02-18T00:57:57.718Z] INFO Memory: 1657 samples, avg is 249.8MB, max is 3495.3MB 
00:57:57 [2021-02-18T00:57:57.718Z] INFO Execution took 3m40.54061728s                
00:57:58 [2021-02-18T00:57:58.287Z] Congratulations! The shell scripts are properly formatted.