Skip to content

Console Output

21:43:48 [2021-02-17T21:43:48.257Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41972/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41972/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7912ea1409bae703e3f5dcfb45e15a0f52fe112e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:7912ea1409bae703e3f5dcfb45e15a0f52fe112e hack/validate/default
21:43:48 [2021-02-17T21:43:48.819Z] Congratulations!  All commits are properly signed with the DCO!
21:43:49 [2021-02-17T21:43:49.746Z] Congratulations!  Seccomp profile generation is done correctly.
21:43:49 [2021-02-17T21:43:49.746Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
21:43:59 [2021-02-17T21:43:59.692Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
21:43:59 [2021-02-17T21:43:59.948Z] Congratulations!  All API changes are done the right way.
21:43:59 [2021-02-17T21:43:59.948Z] Congratulations!  All TOML source files changed here have valid syntax.
21:43:59 [2021-02-17T21:43:59.948Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
21:43:59 [2021-02-17T21:43:59.948Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
21:43:59 [2021-02-17T21:43:59.948Z] Congratulations!  No new tests were added to integration-cli.
21:43:59 [2021-02-17T21:43:59.948Z] 
21:43:59 [2021-02-17T21:43:59.948Z] INFO Start validation with golang-ci-lint
21:43:59 [2021-02-17T21:43:59.948Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
21:43:59 [2021-02-17T21:43:59.948Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
21:43:59 [2021-02-17T21:43:59.948Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
21:46:06 [2021-02-17T21:46:06.336Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|files|imports|name|deps|exports_file) took 2m0.177631641s 
21:46:06 [2021-02-17T21:46:06.336Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 461.016555ms 
21:46:21 [2021-02-17T21:46:21.183Z] INFO [runner/unused/goanalysis] analyzers took 28.362163942s with top 10 stages: buildssa: 24.286089282s, U1000: 4.07607466s 
21:47:57 [2021-02-17T21:47:57.572Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m13.344686219s with top 10 stages: buildssa: 1m42.586741226s, goimports: 22.548761151s, unconvert: 12.521830337s, gosec: 10.578944074s, golint: 6.355041355s, misspell: 4.52759477s, ineffassign: 4.358532803s, inspect: 3.561008493s, vrp: 2.202669268s, fact_purity: 1.71556286s 
21:47:57 [2021-02-17T21:47:57.572Z] INFO [runner] Issues before processing: 2261, after processing: 0 
21:47:57 [2021-02-17T21:47:57.572Z] INFO [runner] Processors filtering stat (out/in): cgo: 1681/2261, skip_files: 1681/1681, filename_unadjuster: 1681/1681, path_prettifier: 1681/1681, skip_dirs: 1681/1681, identifier_marker: 1576/1576, exclude-rules: 64/1576, nolint: 0/64, autogenerated_exclude: 1576/1681, exclude: 1576/1576 
21:47:57 [2021-02-17T21:47:57.572Z] INFO [runner] processing took 60.780631ms with stages: nolint: 25.843759ms, identifier_marker: 16.662352ms, path_prettifier: 8.822338ms, autogenerated_exclude: 4.158422ms, exclude-rules: 3.319042ms, skip_dirs: 1.632979ms, cgo: 231.751µs, filename_unadjuster: 105.951µs, max_same_issues: 1.128µs, uniq_by_line: 681ns, diff: 510ns, skip_files: 388ns, max_from_linter: 330ns, exclude: 314ns, source_code: 257ns, path_shortener: 235ns, max_per_file_from_linter: 194ns 
21:47:57 [2021-02-17T21:47:57.572Z] INFO [runner] linters took 1m43.476550627s with stages: goanalysis_metalinter: 1m23.332805939s, unused: 20.082834838s 
21:47:57 [2021-02-17T21:47:57.572Z] INFO File cache stats: 1448 entries of total size 6.8MiB 
21:47:57 [2021-02-17T21:47:57.572Z] INFO Memory: 1521 samples, avg is 939.6MB, max is 4776.4MB 
21:47:57 [2021-02-17T21:47:57.572Z] INFO Execution took 3m44.123082928s               
21:47:57 [2021-02-17T21:47:57.572Z] Congratulations! The shell scripts are properly formatted.