Skip to content

Console Output

08:51:52 [2021-03-04T08:51:52.659Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42111/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42111/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=584448a3e67fc8c5300fd3619a10fa141f327e70 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:584448a3e67fc8c5300fd3619a10fa141f327e70 hack/validate/default
08:51:54 [2021-03-04T08:51:54.559Z] Congratulations!  All commits are properly signed with the DCO!
08:51:54 [2021-03-04T08:51:54.817Z] Congratulations!  Seccomp profile generation is done correctly.
08:51:54 [2021-03-04T08:51:54.817Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
08:52:02 [2021-03-04T08:52:02.926Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
08:52:03 [2021-03-04T08:52:03.861Z] Congratulations!  All API changes are done the right way.
08:52:03 [2021-03-04T08:52:03.861Z] Congratulations!  All TOML source files changed here have valid syntax.
08:52:03 [2021-03-04T08:52:03.861Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
08:52:03 [2021-03-04T08:52:03.861Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
08:52:03 [2021-03-04T08:52:03.861Z] Congratulations!  No new tests were added to integration-cli.
08:52:03 [2021-03-04T08:52:03.861Z] 
08:52:03 [2021-03-04T08:52:03.861Z] INFO Start validation with golang-ci-lint
08:52:03 [2021-03-04T08:52:03.861Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
08:52:03 [2021-03-04T08:52:03.861Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:52:03 [2021-03-04T08:52:03.861Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:52:42 [2021-03-04T08:52:42.607Z] INFO [loader] Go packages loading at mode 575 (name|files|imports|exports_file|types_sizes|compiled_files|deps) took 34.565259764s 
08:52:42 [2021-03-04T08:52:42.607Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 164.268781ms 
08:52:45 [2021-03-04T08:52:45.894Z] INFO [runner/unused/goanalysis] analyzers took 28.468171971s with top 10 stages: buildssa: 23.282890069s, U1000: 5.185281902s 
08:53:12 [2021-03-04T08:53:12.458Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m21.97418877s with top 10 stages: buildssa: 1m31.850907631s, goimports: 14.12927426s, unconvert: 10.702257683s, gosec: 8.273726978s, golint: 5.110425026s, inspect: 4.01668591s, misspell: 3.478001748s, ineffassign: 3.285697928s, deadcode: 2.883602727s, SA4014: 2.542645412s 
08:53:12 [2021-03-04T08:53:12.458Z] INFO [runner] Issues before processing: 2265, after processing: 0 
08:53:12 [2021-03-04T08:53:12.458Z] INFO [runner] Processors filtering stat (out/in): cgo: 1685/2265, path_prettifier: 1685/1685, exclude: 1580/1580, skip_dirs: 1685/1685, exclude-rules: 64/1580, autogenerated_exclude: 1580/1685, identifier_marker: 1580/1580, filename_unadjuster: 1685/1685, skip_files: 1685/1685, nolint: 0/64 
08:53:12 [2021-03-04T08:53:12.458Z] INFO [runner] processing took 57.461567ms with stages: nolint: 25.038757ms, identifier_marker: 16.097808ms, path_prettifier: 7.355608ms, autogenerated_exclude: 3.822045ms, exclude-rules: 3.309894ms, skip_dirs: 1.577451ms, cgo: 170.82µs, filename_unadjuster: 84.968µs, max_same_issues: 1.387µs, uniq_by_line: 571ns, diff: 438ns, max_from_linter: 371ns, skip_files: 355ns, source_code: 346ns, exclude: 330ns, path_shortener: 241ns, max_per_file_from_linter: 177ns 
08:53:12 [2021-03-04T08:53:12.458Z] INFO [runner] linters took 31.255265342s with stages: goanalysis_metalinter: 24.157474035s, unused: 7.040209289s 
08:53:12 [2021-03-04T08:53:12.458Z] INFO File cache stats: 1450 entries of total size 6.8MiB 
08:53:12 [2021-03-04T08:53:12.458Z] INFO Memory: 562 samples, avg is 1325.9MB, max is 3768.7MB 
08:53:12 [2021-03-04T08:53:12.458Z] INFO Execution took 1m5.993366458s                
08:53:12 [2021-03-04T08:53:12.458Z] Congratulations! The shell scripts are properly formatted.