Skip to content

Console Output

17:07:27 [2021-04-08T17:07:27.210Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42268/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42268/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=eefb6c672ae06f4df92b19851126537c8ccaa5e9 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:eefb6c672ae06f4df92b19851126537c8ccaa5e9 hack/validate/default
17:07:27 [2021-04-08T17:07:27.778Z] Congratulations!  All commits are properly signed with the DCO!
17:07:27 [2021-04-08T17:07:27.778Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:07:27 [2021-04-08T17:07:27.778Z] No api/types/ or api/swagger.yaml changes in diff.
17:07:27 [2021-04-08T17:07:27.778Z] Congratulations!  All TOML source files changed here have valid syntax.
17:07:27 [2021-04-08T17:07:27.778Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:07:27 [2021-04-08T17:07:27.778Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:07:27 [2021-04-08T17:07:27.778Z] Congratulations!  No new tests were added to integration-cli.
17:07:28 [2021-04-08T17:07:28.037Z] 
17:07:28 [2021-04-08T17:07:28.037Z] INFO Start validation with golang-ci-lint
17:07:28 [2021-04-08T17:07:28.037Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:07:28 [2021-04-08T17:07:28.037Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:07:28 [2021-04-08T17:07:28.037Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:09:34 [2021-04-08T17:09:34.508Z] INFO [loader] Go packages loading at mode 575 (exports_file|compiled_files|files|imports|name|types_sizes|deps) took 2m1.824006572s 
17:09:34 [2021-04-08T17:09:34.508Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 466.741277ms 
17:09:52 [2021-04-08T17:09:52.602Z] INFO [runner/unused/goanalysis] analyzers took 27.764193568s with top 10 stages: buildssa: 23.844837723s, U1000: 3.919355845s 
17:11:14 [2021-04-08T17:11:14.044Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m15.44081659s with top 10 stages: buildssa: 1m43.989833746s, goimports: 23.344517777s, unconvert: 14.231326885s, gosec: 10.404579992s, golint: 5.738249393s, ineffassign: 4.144008066s, misspell: 3.958608685s, vrp: 3.255948003s, inspect: 3.165505545s, fact_purity: 1.787230848s 
17:11:14 [2021-04-08T17:11:14.044Z] INFO [runner] Issues before processing: 2263, after processing: 0 
17:11:14 [2021-04-08T17:11:14.044Z] INFO [runner] Processors filtering stat (out/in): exclude: 1578/1578, nolint: 0/64, filename_unadjuster: 1683/1683, path_prettifier: 1683/1683, identifier_marker: 1578/1578, exclude-rules: 64/1578, cgo: 1683/2263, skip_files: 1683/1683, skip_dirs: 1683/1683, autogenerated_exclude: 1578/1683 
17:11:14 [2021-04-08T17:11:14.044Z] INFO [runner] processing took 58.934159ms with stages: nolint: 24.934ms, identifier_marker: 16.828316ms, path_prettifier: 7.511051ms, autogenerated_exclude: 3.804205ms, exclude-rules: 3.287845ms, skip_dirs: 1.634333ms, filename_unadjuster: 746.873µs, cgo: 183.528µs, max_same_issues: 1.127µs, uniq_by_line: 751ns, diff: 403ns, skip_files: 363ns, source_code: 349ns, exclude: 318ns, max_from_linter: 307ns, path_shortener: 231ns, max_per_file_from_linter: 159ns 
17:11:14 [2021-04-08T17:11:14.044Z] INFO [runner] linters took 1m42.874408061s with stages: goanalysis_metalinter: 1m23.096451071s, unused: 19.718895845s 
17:11:14 [2021-04-08T17:11:14.044Z] INFO File cache stats: 1456 entries of total size 6.8MiB 
17:11:14 [2021-04-08T17:11:14.044Z] INFO Memory: 1536 samples, avg is 946.9MB, max is 4911.7MB 
17:11:14 [2021-04-08T17:11:14.044Z] INFO Execution took 3m45.177934736s               
17:11:14 [2021-04-08T17:11:14.044Z] Congratulations! The shell scripts are properly formatted.