Skip to content

Console Output

21:50:33 [2020-04-29T21:50:33.616Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40875/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40875/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=996be00fb996e45c2f3e9e03dbc0c6ce555a0da5 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:996be00fb996e45c2f3e9e03dbc0c6ce555a0da5 hack/validate/default
21:50:34 [2020-04-29T21:50:34.539Z] Congratulations!  All commits are properly signed with the DCO!
21:50:34 [2020-04-29T21:50:34.539Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
21:50:34 [2020-04-29T21:50:34.539Z] No api/types/ or api/swagger.yaml changes in diff.
21:50:34 [2020-04-29T21:50:34.539Z] Congratulations!  All TOML source files changed here have valid syntax.
21:50:34 [2020-04-29T21:50:34.539Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
21:50:34 [2020-04-29T21:50:34.539Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
21:50:34 [2020-04-29T21:50:34.539Z] Congratulations!  No new tests were added to integration-cli.
21:50:34 [2020-04-29T21:50:34.539Z] 
21:50:34 [2020-04-29T21:50:34.539Z] INFO Start validation with golang-ci-lint
21:50:34 [2020-04-29T21:50:34.539Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
21:50:34 [2020-04-29T21:50:34.539Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
21:50:34 [2020-04-29T21:50:34.539Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
21:52:40 [2020-04-29T21:52:40.985Z] INFO [loader] Go packages loading at mode 575 (exports_file|imports|name|types_sizes|compiled_files|deps|files) took 1m56.597217017s 
21:52:40 [2020-04-29T21:52:40.985Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 671.362797ms 
21:52:53 [2020-04-29T21:52:53.137Z] INFO [runner/unused/goanalysis] analyzers took 27.600844771s with top 10 stages: buildssa: 23.236573848s, U1000: 4.364270923s 
21:54:14 [2020-04-29T21:54:14.529Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m12.373370837s with top 10 stages: buildssa: 1m39.594783537s, goimports: 23.938010786s, unconvert: 13.378266107s, gosec: 11.42301592s, golint: 6.237991464s, ineffassign: 4.382893099s, misspell: 4.218213741s, inspect: 3.871020834s, vrp: 2.821489997s, ctrlflow: 1.843906943s 
21:54:14 [2020-04-29T21:54:14.529Z] INFO [runner] Issues before processing: 2298, after processing: 0 
21:54:14 [2020-04-29T21:54:14.529Z] INFO [runner] Processors filtering stat (out/in): cgo: 1689/2298, exclude: 1584/1584, exclude-rules: 63/1584, path_prettifier: 1689/1689, skip_files: 1689/1689, skip_dirs: 1689/1689, autogenerated_exclude: 1584/1689, nolint: 0/63, filename_unadjuster: 1689/1689, identifier_marker: 1584/1584 
21:54:14 [2020-04-29T21:54:14.529Z] INFO [runner] processing took 60.172124ms with stages: nolint: 26.828541ms, identifier_marker: 16.787415ms, path_prettifier: 7.536646ms, autogenerated_exclude: 3.691189ms, exclude-rules: 3.450322ms, skip_dirs: 1.578839ms, cgo: 210.298µs, filename_unadjuster: 83.709µs, max_same_issues: 1.789µs, uniq_by_line: 867ns, diff: 663ns, max_from_linter: 378ns, skip_files: 334ns, exclude: 313ns, source_code: 292ns, max_per_file_from_linter: 265ns, path_shortener: 264ns 
21:54:14 [2020-04-29T21:54:14.529Z] INFO [runner] linters took 1m38.821019825s with stages: goanalysis_metalinter: 1m19.330054196s, unused: 19.430669424s 
21:54:14 [2020-04-29T21:54:14.529Z] INFO File cache stats: 1442 entries of total size 6.8MiB 
21:54:14 [2020-04-29T21:54:14.529Z] INFO Memory: 1478 samples, avg is 684.2MB, max is 3370.9MB 
21:54:14 [2020-04-29T21:54:14.529Z] INFO Execution took 3m36.110524275s               
21:54:14 [2020-04-29T21:54:14.529Z] Congratulations! The shell scripts are properly formatted.