Skip to content

Console Output

10:30:27 [2021-08-03T10:30:27.517Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42594/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42594/.git:/go/src/github.com/docker/docker/.git --name docker-pr27 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3af2217dc458524d8fde78006b48e63adc9bebb1 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3af2217dc458524d8fde78006b48e63adc9bebb1 hack/validate/default
10:30:28 [2021-08-03T10:30:28.445Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
10:30:28 [2021-08-03T10:30:28.445Z] No api/types/ or api/swagger.yaml changes in diff.
10:30:28 [2021-08-03T10:30:28.445Z] Congratulations!  All TOML source files changed here have valid syntax.
10:30:28 [2021-08-03T10:30:28.445Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
10:30:28 [2021-08-03T10:30:28.445Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
10:30:28 [2021-08-03T10:30:28.445Z] Congratulations!  No new tests were added to integration-cli.
10:30:28 [2021-08-03T10:30:28.445Z] 
10:30:28 [2021-08-03T10:30:28.445Z] INFO Start validation with golang-ci-lint
10:30:28 [2021-08-03T10:30:28.445Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
10:30:28 [2021-08-03T10:30:28.445Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:30:28 [2021-08-03T10:30:28.445Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:32:49 [2021-08-03T10:32:49.861Z] INFO [loader] Go packages loading at mode 575 (compiled_files|files|name|types_sizes|deps|exports_file|imports) took 2m15.136597429s 
10:32:49 [2021-08-03T10:32:49.861Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 530.982054ms 
10:34:11 [2021-08-03T10:34:11.306Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m26.052450881s with top 10 stages: buildssa: 1m42.151941966s, goimports: 23.663174353s, unconvert: 14.21649339s, gosec: 11.556195238s, golint: 7.248337113s, misspell: 5.043074456s, ineffassign: 4.519551398s, inspect: 4.262919261s, vrp: 3.067759244s, printf: 2.23732245s 
10:34:29 [2021-08-03T10:34:29.357Z] INFO [runner/unused/goanalysis] analyzers took 30.704826741s with top 10 stages: buildssa: 26.135916864s, U1000: 4.568909877s 
10:34:29 [2021-08-03T10:34:29.357Z] INFO [runner] Issues before processing: 2856, after processing: 0 
10:34:29 [2021-08-03T10:34:29.357Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2281/2281, identifier_marker: 1892/1892, exclude: 1892/1892, cgo: 2281/2856, filename_unadjuster: 2281/2281, skip_files: 2281/2281, exclude-rules: 78/1892, path_prettifier: 2281/2281, autogenerated_exclude: 1892/2281, nolint: 0/78 
10:34:29 [2021-08-03T10:34:29.357Z] INFO [runner] processing took 306.326019ms with stages: nolint: 136.769944ms, identifier_marker: 70.228035ms, path_prettifier: 31.493456ms, autogenerated_exclude: 29.394555ms, filename_unadjuster: 14.293706ms, skip_dirs: 12.206896ms, exclude-rules: 10.861901ms, cgo: 1.071771ms, max_same_issues: 1.512µs, exclude: 744ns, uniq_by_line: 625ns, diff: 591ns, skip_files: 541ns, source_code: 504ns, max_from_linter: 501ns, path_shortener: 424ns, max_per_file_from_linter: 313ns 
10:34:29 [2021-08-03T10:34:29.357Z] INFO [runner] linters took 1m45.011904866s with stages: goanalysis_metalinter: 1m21.431809055s, unused: 23.268700937s 
10:34:29 [2021-08-03T10:34:29.357Z] INFO File cache stats: 1689 entries of total size 8.5MiB 
10:34:29 [2021-08-03T10:34:29.357Z] INFO Memory: 2408 samples, avg is 488.2MB, max is 4234.5MB 
10:34:29 [2021-08-03T10:34:29.357Z] INFO Execution took 4m0.698187013s                
10:34:29 [2021-08-03T10:34:29.613Z] Congratulations! The shell scripts are properly formatted.