Skip to content

Console Output

18:13:02 [2021-02-23T18:13:02.826Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42060/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42060/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c hack/validate/default
18:13:03 [2021-02-23T18:13:03.752Z] Congratulations!  All commits are properly signed with the DCO!
18:13:04 [2021-02-23T18:13:04.314Z] Congratulations!  Seccomp profile generation is done correctly.
18:13:04 [2021-02-23T18:13:04.314Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
18:13:14 [2021-02-23T18:13:14.262Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
18:13:14 [2021-02-23T18:13:14.263Z] Congratulations!  All API changes are done the right way.
18:13:14 [2021-02-23T18:13:14.263Z] Congratulations!  All TOML source files changed here have valid syntax.
18:13:14 [2021-02-23T18:13:14.263Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
18:13:14 [2021-02-23T18:13:14.263Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
18:13:14 [2021-02-23T18:13:14.263Z] Congratulations!  No new tests were added to integration-cli.
18:13:14 [2021-02-23T18:13:14.263Z] 
18:13:14 [2021-02-23T18:13:14.263Z] INFO Start validation with golang-ci-lint
18:13:14 [2021-02-23T18:13:14.518Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
18:13:14 [2021-02-23T18:13:14.518Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:13:14 [2021-02-23T18:13:14.518Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:15:20 [2021-02-23T18:15:20.906Z] INFO [loader] Go packages loading at mode 575 (imports|name|types_sizes|exports_file|deps|files|compiled_files) took 2m1.233480559s 
18:15:20 [2021-02-23T18:15:20.906Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 457.673608ms 
18:16:42 [2021-02-23T18:16:42.277Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m9.11791996s with top 10 stages: buildssa: 1m38.904133351s, goimports: 21.898056402s, unconvert: 12.914877988s, gosec: 9.811316603s, golint: 5.703024954s, misspell: 4.37513335s, ineffassign: 4.106368206s, inspect: 3.103977522s, vrp: 2.704793943s, printf: 2.126993601s 
18:16:54 [2021-02-23T18:16:54.441Z] INFO [runner/unused/goanalysis] analyzers took 28.868001887s with top 10 stages: buildssa: 24.616914042s, U1000: 4.251087845s 
18:16:54 [2021-02-23T18:16:54.441Z] INFO [runner] Issues before processing: 2265, after processing: 0 
18:16:54 [2021-02-23T18:16:54.441Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1685/1685, skip_dirs: 1685/1685, autogenerated_exclude: 1580/1685, nolint: 0/64, exclude-rules: 64/1580, identifier_marker: 1580/1580, exclude: 1580/1580, cgo: 1685/2265, filename_unadjuster: 1685/1685, path_prettifier: 1685/1685 
18:16:54 [2021-02-23T18:16:54.441Z] INFO [runner] processing took 71.195741ms with stages: nolint: 25.874239ms, identifier_marker: 22.471278ms, path_prettifier: 10.983043ms, autogenerated_exclude: 5.419453ms, exclude-rules: 3.253873ms, skip_dirs: 2.72243ms, cgo: 332.868µs, filename_unadjuster: 134.179µs, max_same_issues: 1.2µs, uniq_by_line: 763ns, exclude: 444ns, diff: 441ns, max_from_linter: 407ns, skip_files: 342ns, source_code: 275ns, path_shortener: 258ns, max_per_file_from_linter: 248ns 
18:16:54 [2021-02-23T18:16:54.441Z] INFO [runner] linters took 1m38.399619883s with stages: goanalysis_metalinter: 1m18.816504467s, unused: 19.511785617s 
18:16:54 [2021-02-23T18:16:54.441Z] INFO File cache stats: 1450 entries of total size 6.8MiB 
18:16:54 [2021-02-23T18:16:54.441Z] INFO Memory: 1652 samples, avg is 245.1MB, max is 3566.9MB 
18:16:54 [2021-02-23T18:16:54.441Z] INFO Execution took 3m40.098915186s               
18:16:54 [2021-02-23T18:16:54.696Z] Congratulations! The shell scripts are properly formatted.