Skip to content

Console Output

01:52:47 [2020-05-07T01:52:47.202Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40923/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40923/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=876fd2940318e3be04443baa338ad44d29e0e05d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:876fd2940318e3be04443baa338ad44d29e0e05d hack/validate/default
01:52:48 [2020-05-07T01:52:48.571Z] Congratulations!  All commits are properly signed with the DCO!
01:52:48 [2020-05-07T01:52:48.571Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
01:52:48 [2020-05-07T01:52:48.571Z] No api/types/ or api/swagger.yaml changes in diff.
01:52:48 [2020-05-07T01:52:48.571Z] Congratulations!  All TOML source files changed here have valid syntax.
01:52:48 [2020-05-07T01:52:48.571Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
01:52:48 [2020-05-07T01:52:48.571Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
01:52:48 [2020-05-07T01:52:48.571Z] Congratulations!  No new tests were added to integration-cli.
01:52:48 [2020-05-07T01:52:48.571Z] 
01:52:48 [2020-05-07T01:52:48.571Z] INFO Start validation with golang-ci-lint
01:52:48 [2020-05-07T01:52:48.828Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
01:52:48 [2020-05-07T01:52:48.828Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
01:52:48 [2020-05-07T01:52:48.828Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
01:53:27 [2020-05-07T01:53:27.527Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|types_sizes|exports_file|files|imports|name) took 33.410117367s 
01:53:27 [2020-05-07T01:53:27.527Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 172.380895ms 
01:53:45 [2020-05-07T01:53:45.596Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m35.11512506s with top 10 stages: buildssa: 1m21.987467631s, goimports: 15.349003116s, gosec: 10.29295673s, unconvert: 9.64635517s, golint: 7.760803093s, misspell: 7.122368325s, ineffassign: 5.66786288s, inspect: 5.240526478s, deadcode: 4.716837342s, isgenerated: 4.42911873s 
01:53:52 [2020-05-07T01:53:52.149Z] INFO [runner/unused/goanalysis] analyzers took 25.339779515s with top 10 stages: buildssa: 20.357131882s, U1000: 4.982647633s 
01:53:52 [2020-05-07T01:53:52.149Z] INFO [runner] Issues before processing: 2298, after processing: 0 
01:53:52 [2020-05-07T01:53:52.149Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1689/1689, path_prettifier: 1689/1689, nolint: 0/63, identifier_marker: 1584/1584, exclude: 1584/1584, exclude-rules: 63/1584, skip_files: 1689/1689, skip_dirs: 1689/1689, cgo: 1689/2298, autogenerated_exclude: 1584/1689 
01:53:52 [2020-05-07T01:53:52.149Z] INFO [runner] processing took 61.476649ms with stages: nolint: 25.847147ms, identifier_marker: 17.59003ms, path_prettifier: 8.159329ms, autogenerated_exclude: 4.371798ms, exclude-rules: 3.347973ms, skip_dirs: 1.73723ms, cgo: 263.874µs, filename_unadjuster: 154.805µs, max_same_issues: 1.174µs, source_code: 700ns, uniq_by_line: 529ns, path_shortener: 437ns, exclude: 378ns, max_from_linter: 369ns, diff: 354ns, skip_files: 328ns, max_per_file_from_linter: 194ns 
01:53:52 [2020-05-07T01:53:52.149Z] INFO [runner] linters took 29.271628408s with stages: goanalysis_metalinter: 23.229217013s, unused: 5.980794737s 
01:53:52 [2020-05-07T01:53:52.149Z] INFO File cache stats: 1442 entries of total size 6.8MiB 
01:53:52 [2020-05-07T01:53:52.149Z] INFO Memory: 577 samples, avg is 482.4MB, max is 2632.9MB 
01:53:52 [2020-05-07T01:53:52.149Z] INFO Execution took 1m2.861263997s                
01:53:52 [2020-05-07T01:53:52.149Z] Congratulations! The shell scripts are properly formatted.