Skip to content

Console Output

13:27:26 [2021-05-18T13:27:26.178Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42382/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42382/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=94c1890d3997cad133e50f0899677f4966078951 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:94c1890d3997cad133e50f0899677f4966078951 hack/validate/default
13:27:27 [2021-05-18T13:27:27.562Z] Congratulations!  All commits are properly signed with the DCO!
13:27:28 [2021-05-18T13:27:28.508Z] Congratulations!  Seccomp profile generation is done correctly.
13:27:28 [2021-05-18T13:27:28.508Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:27:38 [2021-05-18T13:27:38.505Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
13:27:38 [2021-05-18T13:27:38.505Z] Congratulations!  All API changes are done the right way.
13:27:38 [2021-05-18T13:27:38.505Z] Congratulations!  All TOML source files changed here have valid syntax.
13:27:38 [2021-05-18T13:27:38.505Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:27:38 [2021-05-18T13:27:38.765Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:27:38 [2021-05-18T13:27:38.765Z] Congratulations!  No new tests were added to integration-cli.
13:27:38 [2021-05-18T13:27:38.765Z] 
13:27:38 [2021-05-18T13:27:38.765Z] INFO Start validation with golang-ci-lint
13:27:38 [2021-05-18T13:27:38.765Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:27:38 [2021-05-18T13:27:38.765Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:27:38 [2021-05-18T13:27:38.765Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:29:45 [2021-05-18T13:29:45.353Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|files|name|exports_file|imports) took 2m1.826306275s 
13:29:45 [2021-05-18T13:29:45.353Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 460.788899ms 
13:30:03 [2021-05-18T13:30:03.484Z] INFO [runner/unused/goanalysis] analyzers took 29.422844278s with top 10 stages: buildssa: 24.905247747s, U1000: 4.517596531s 
13:31:24 [2021-05-18T13:31:24.950Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m15.149671085s with top 10 stages: buildssa: 1m43.840600902s, goimports: 22.600718035s, unconvert: 12.689093133s, gosec: 9.920664807s, golint: 6.236229439s, misspell: 4.234939588s, ineffassign: 4.210138647s, vrp: 3.321452236s, inspect: 3.090588486s, printf: 1.812389501s 
13:31:24 [2021-05-18T13:31:24.950Z] INFO [runner] Issues before processing: 2262, after processing: 0 
13:31:24 [2021-05-18T13:31:24.950Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 1682/1682, path_prettifier: 1682/1682, skip_files: 1682/1682, identifier_marker: 1577/1577, exclude: 1577/1577, exclude-rules: 64/1577, cgo: 1682/2262, filename_unadjuster: 1682/1682, nolint: 0/64, autogenerated_exclude: 1577/1682 
13:31:24 [2021-05-18T13:31:24.950Z] INFO [runner] processing took 58.699105ms with stages: nolint: 25.212414ms, identifier_marker: 15.944276ms, path_prettifier: 8.271862ms, autogenerated_exclude: 4.089264ms, exclude-rules: 3.269453ms, skip_dirs: 1.635348ms, cgo: 181.117µs, filename_unadjuster: 90.812µs, max_same_issues: 1.294µs, uniq_by_line: 749ns, exclude: 462ns, diff: 414ns, path_shortener: 387ns, skip_files: 372ns, max_from_linter: 357ns, source_code: 351ns, max_per_file_from_linter: 173ns 
13:31:24 [2021-05-18T13:31:24.950Z] INFO [runner] linters took 1m43.329970528s with stages: goanalysis_metalinter: 1m22.955201063s, unused: 20.315775338s 
13:31:24 [2021-05-18T13:31:24.950Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
13:31:24 [2021-05-18T13:31:24.950Z] INFO Memory: 1536 samples, avg is 830.7MB, max is 4306.0MB 
13:31:24 [2021-05-18T13:31:24.950Z] INFO Execution took 3m45.625051221s               
13:31:24 [2021-05-18T13:31:24.950Z] Congratulations! The shell scripts are properly formatted.