Skip to content

Console Output

06:26:11 [2020-04-07T06:26:11.783Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40777/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40777/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=753eab6b815355885e3bac556bd1526978b016f7 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:753eab6b815355885e3bac556bd1526978b016f7 hack/validate/default
06:26:13 [2020-04-07T06:26:13.683Z] Congratulations!  All commits are properly signed with the DCO!
06:26:13 [2020-04-07T06:26:13.683Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
06:26:13 [2020-04-07T06:26:13.683Z] No api/types/ or api/swagger.yaml changes in diff.
06:26:13 [2020-04-07T06:26:13.683Z] Congratulations!  All TOML source files changed here have valid syntax.
06:26:13 [2020-04-07T06:26:13.683Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
06:26:13 [2020-04-07T06:26:13.683Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
06:26:13 [2020-04-07T06:26:13.683Z] Congratulations!  No new tests were added to integration-cli.
06:26:13 [2020-04-07T06:26:13.683Z] 
06:26:13 [2020-04-07T06:26:13.683Z] INFO Start validation with golang-ci-lint
06:26:13 [2020-04-07T06:26:13.683Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
06:26:13 [2020-04-07T06:26:13.683Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
06:26:13 [2020-04-07T06:26:13.683Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
06:28:20 [2020-04-07T06:28:20.513Z] INFO [loader] Go packages loading at mode 575 (types_sizes|deps|exports_file|files|name|compiled_files|imports) took 1m53.687978179s 
06:28:20 [2020-04-07T06:28:20.513Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 452.052312ms 
06:28:27 [2020-04-07T06:28:27.068Z] INFO [runner/unused/goanalysis] analyzers took 26.683852691s with top 10 stages: buildssa: 23.007513217s, U1000: 3.676339474s 
06:29:48 [2020-04-07T06:29:48.478Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m5.355024553s with top 10 stages: buildssa: 1m33.958389364s, goimports: 22.087845032s, unconvert: 12.629621638s, gosec: 10.848157586s, golint: 6.152034983s, ineffassign: 5.050455803s, misspell: 4.306056144s, inspect: 3.733894756s, vrp: 2.723574835s, printf: 1.90333419s 
06:29:48 [2020-04-07T06:29:48.478Z] INFO [runner] Issues before processing: 2296, after processing: 0 
06:29:48 [2020-04-07T06:29:48.478Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1687/1687, skip_dirs: 1687/1687, autogenerated_exclude: 1582/1687, nolint: 0/63, identifier_marker: 1582/1582, cgo: 1687/2296, filename_unadjuster: 1687/1687, path_prettifier: 1687/1687, exclude: 1582/1582, exclude-rules: 63/1582 
06:29:48 [2020-04-07T06:29:48.478Z] INFO [runner] processing took 119.636081ms with stages: nolint: 51.772625ms, identifier_marker: 38.492754ms, path_prettifier: 12.115357ms, exclude-rules: 7.639219ms, autogenerated_exclude: 5.499292ms, skip_dirs: 3.188949ms, cgo: 525.431µs, filename_unadjuster: 396.781µs, max_same_issues: 1.491µs, uniq_by_line: 802ns, max_from_linter: 717ns, path_shortener: 512ns, skip_files: 512ns, source_code: 475ns, diff: 423ns, exclude: 405ns, max_per_file_from_linter: 336ns 
06:29:48 [2020-04-07T06:29:48.478Z] INFO [runner] linters took 1m36.103860741s with stages: goanalysis_metalinter: 1m16.749379404s, unused: 19.234048826s 
06:29:48 [2020-04-07T06:29:48.478Z] INFO File cache stats: 1447 entries of total size 6.8MiB 
06:29:48 [2020-04-07T06:29:48.478Z] INFO Memory: 1464 samples, avg is 675.4MB, max is 3103.1MB 
06:29:48 [2020-04-07T06:29:48.478Z] INFO Execution took 3m30.578668183s               
06:29:48 [2020-04-07T06:29:48.478Z] Congratulations! The shell scripts are properly formatted.