Skip to content

Console Output

11:27:33 [2021-05-19T11:27:33.568Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42395/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42395/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fb179ff09887f5956f45be424f342a4a90f07f8b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:fb179ff09887f5956f45be424f342a4a90f07f8b hack/validate/default
11:27:34 [2021-05-19T11:27:34.513Z] Congratulations!  All commits are properly signed with the DCO!
11:27:35 [2021-05-19T11:27:35.085Z] Congratulations!  Seccomp profile generation is done correctly.
11:27:35 [2021-05-19T11:27:35.085Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
11:27:45 [2021-05-19T11:27:45.090Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
11:27:45 [2021-05-19T11:27:45.090Z] Congratulations!  All API changes are done the right way.
11:27:45 [2021-05-19T11:27:45.090Z] Congratulations!  All TOML source files changed here have valid syntax.
11:27:45 [2021-05-19T11:27:45.090Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
11:27:45 [2021-05-19T11:27:45.090Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
11:27:45 [2021-05-19T11:27:45.351Z] Congratulations!  No new tests were added to integration-cli.
11:27:45 [2021-05-19T11:27:45.351Z] 
11:27:45 [2021-05-19T11:27:45.351Z] INFO Start validation with golang-ci-lint
11:27:45 [2021-05-19T11:27:45.351Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
11:27:45 [2021-05-19T11:27:45.351Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:27:45 [2021-05-19T11:27:45.351Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:29:51 [2021-05-19T11:29:51.913Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|imports|files|name|types_sizes) took 2m0.984739523s 
11:29:51 [2021-05-19T11:29:51.913Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 464.996648ms 
11:31:13 [2021-05-19T11:31:13.413Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m14.850059368s with top 10 stages: buildssa: 1m40.669873281s, goimports: 21.943201701s, unconvert: 12.801225721s, gosec: 10.556766501s, golint: 6.151975688s, ineffassign: 4.688146115s, misspell: 4.174822789s, inspect: 4.069060435s, vrp: 2.841006315s, printf: 1.973721496s 
11:31:25 [2021-05-19T11:31:25.652Z] INFO [runner/unused/goanalysis] analyzers took 28.42431639s with top 10 stages: buildssa: 24.176700213s, U1000: 4.247616177s 
11:31:25 [2021-05-19T11:31:25.652Z] INFO [runner] Issues before processing: 2262, after processing: 0 
11:31:25 [2021-05-19T11:31:25.652Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/64, skip_files: 1682/1682, autogenerated_exclude: 1577/1682, identifier_marker: 1577/1577, exclude-rules: 64/1577, filename_unadjuster: 1682/1682, exclude: 1577/1577, cgo: 1682/2262, path_prettifier: 1682/1682, skip_dirs: 1682/1682 
11:31:25 [2021-05-19T11:31:25.652Z] INFO [runner] processing took 114.72731ms with stages: nolint: 42.694368ms, identifier_marker: 39.036194ms, path_prettifier: 14.002495ms, autogenerated_exclude: 7.283427ms, exclude-rules: 6.43073ms, skip_dirs: 3.666392ms, cgo: 874.775µs, filename_unadjuster: 733.239µs, max_same_issues: 1.745µs, uniq_by_line: 808ns, diff: 718ns, exclude: 475ns, max_from_linter: 474ns, source_code: 461ns, path_shortener: 382ns, skip_files: 316ns, max_per_file_from_linter: 311ns 
11:31:25 [2021-05-19T11:31:25.652Z] INFO [runner] linters took 1m38.944757805s with stages: goanalysis_metalinter: 1m19.28993836s, unused: 19.538982704s 
11:31:25 [2021-05-19T11:31:25.652Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
11:31:25 [2021-05-19T11:31:25.652Z] INFO Memory: 1651 samples, avg is 246.7MB, max is 3564.3MB 
11:31:25 [2021-05-19T11:31:25.652Z] INFO Execution took 3m40.4031827s                 
11:31:25 [2021-05-19T11:31:25.913Z] Congratulations! The shell scripts are properly formatted.