Skip to content

Console Output

08:53:16 [2021-02-18T08:53:16.691Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42012/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42012/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d0024023738b284422f39912e0af7f88a2d0c8e7 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:d0024023738b284422f39912e0af7f88a2d0c8e7 hack/validate/default
08:53:18 [2021-02-18T08:53:18.076Z] Congratulations!  All commits are properly signed with the DCO!
08:53:19 [2021-02-18T08:53:19.018Z] Congratulations!  Seccomp profile generation is done correctly.
08:53:19 [2021-02-18T08:53:19.018Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
08:53:27 [2021-02-18T08:53:27.160Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
08:53:29 [2021-02-18T08:53:29.075Z] Congratulations!  All API changes are done the right way.
08:53:29 [2021-02-18T08:53:29.075Z] Congratulations!  All TOML source files changed here have valid syntax.
08:53:29 [2021-02-18T08:53:29.075Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
08:53:29 [2021-02-18T08:53:29.075Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
08:53:29 [2021-02-18T08:53:29.075Z] Congratulations!  No new tests were added to integration-cli.
08:53:29 [2021-02-18T08:53:29.075Z] 
08:53:29 [2021-02-18T08:53:29.075Z] INFO Start validation with golang-ci-lint
08:53:29 [2021-02-18T08:53:29.075Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
08:53:29 [2021-02-18T08:53:29.075Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:53:29 [2021-02-18T08:53:29.075Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:55:35 [2021-02-18T08:55:35.652Z] INFO [loader] Go packages loading at mode 575 (compiled_files|name|types_sizes|deps|exports_file|files|imports) took 1m59.600720532s 
08:55:35 [2021-02-18T08:55:35.652Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 450.921929ms 
08:56:57 [2021-02-18T08:56:57.144Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m8.830555365s with top 10 stages: buildssa: 1m39.494378049s, goimports: 22.216899097s, unconvert: 13.435250154s, gosec: 9.64321697s, golint: 5.988544937s, ineffassign: 4.147316609s, misspell: 4.072844564s, inspect: 3.619517598s, vrp: 3.344151086s, printf: 1.801099934s 
08:57:09 [2021-02-18T08:57:09.386Z] INFO [runner/unused/goanalysis] analyzers took 27.83698335s with top 10 stages: buildssa: 23.657885351s, U1000: 4.179097999s 
08:57:09 [2021-02-18T08:57:09.386Z] INFO [runner] Issues before processing: 2262, after processing: 0 
08:57:09 [2021-02-18T08:57:09.386Z] INFO [runner] Processors filtering stat (out/in): exclude: 1577/1577, nolint: 0/64, identifier_marker: 1577/1577, exclude-rules: 64/1577, skip_dirs: 1682/1682, autogenerated_exclude: 1577/1682, cgo: 1682/2262, filename_unadjuster: 1682/1682, path_prettifier: 1682/1682, skip_files: 1682/1682 
08:57:09 [2021-02-18T08:57:09.386Z] INFO [runner] processing took 138.522636ms with stages: nolint: 59.945743ms, identifier_marker: 39.650813ms, path_prettifier: 14.301601ms, autogenerated_exclude: 11.347923ms, exclude-rules: 7.405126ms, skip_dirs: 3.664292ms, cgo: 1.117239ms, filename_unadjuster: 1.083853ms, max_same_issues: 1.728µs, uniq_by_line: 787ns, max_from_linter: 668ns, skip_files: 569ns, exclude: 566ns, diff: 517ns, source_code: 494ns, path_shortener: 415ns, max_per_file_from_linter: 302ns 
08:57:09 [2021-02-18T08:57:09.386Z] INFO [runner] linters took 1m38.53350095s with stages: goanalysis_metalinter: 1m18.677561711s, unused: 19.717050097s 
08:57:09 [2021-02-18T08:57:09.386Z] INFO File cache stats: 1448 entries of total size 6.8MiB 
08:57:09 [2021-02-18T08:57:09.386Z] INFO Memory: 1644 samples, avg is 248.4MB, max is 3561.6MB 
08:57:09 [2021-02-18T08:57:09.386Z] INFO Execution took 3m38.672531731s               
08:57:09 [2021-02-18T08:57:09.386Z] Congratulations! The shell scripts are properly formatted.