Skip to content

Console Output

14:40:09 [2021-03-08T14:40:09.806Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42121/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42121/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1a493934033919b91c4e471638ac1a8bbc5792c5 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1a493934033919b91c4e471638ac1a8bbc5792c5 hack/validate/default
14:40:10 [2021-03-08T14:40:10.733Z] Congratulations!  All commits are properly signed with the DCO!
14:40:10 [2021-03-08T14:40:10.733Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
14:40:10 [2021-03-08T14:40:10.733Z] No api/types/ or api/swagger.yaml changes in diff.
14:40:10 [2021-03-08T14:40:10.733Z] Congratulations!  All TOML source files changed here have valid syntax.
14:40:10 [2021-03-08T14:40:10.733Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
14:40:10 [2021-03-08T14:40:10.733Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
14:40:10 [2021-03-08T14:40:10.733Z] Congratulations!  No new tests were added to integration-cli.
14:40:10 [2021-03-08T14:40:10.733Z] 
14:40:10 [2021-03-08T14:40:10.733Z] INFO Start validation with golang-ci-lint
14:40:10 [2021-03-08T14:40:10.733Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
14:40:10 [2021-03-08T14:40:10.734Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:40:10 [2021-03-08T14:40:10.734Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:42:17 [2021-03-08T14:42:17.129Z] INFO [loader] Go packages loading at mode 575 (deps|files|types_sizes|compiled_files|exports_file|imports|name) took 2m0.880499446s 
14:42:17 [2021-03-08T14:42:17.130Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 642.377475ms 
14:42:35 [2021-03-08T14:42:35.178Z] INFO [runner/unused/goanalysis] analyzers took 29.383847204s with top 10 stages: buildssa: 25.112957634s, U1000: 4.27088957s 
14:43:56 [2021-03-08T14:43:56.553Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m14.472818605s with top 10 stages: buildssa: 1m42.897350878s, goimports: 22.716318912s, unconvert: 13.355723047s, gosec: 10.556342516s, golint: 5.968132862s, ineffassign: 4.525240958s, misspell: 4.279501874s, vrp: 3.456594873s, inspect: 3.399337707s, fact_purity: 1.784184696s 
14:43:56 [2021-03-08T14:43:56.553Z] INFO [runner] Issues before processing: 2266, after processing: 0 
14:43:56 [2021-03-08T14:43:56.553Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1686/1686, identifier_marker: 1581/1581, exclude: 1581/1581, cgo: 1686/2266, autogenerated_exclude: 1581/1686, skip_files: 1686/1686, skip_dirs: 1686/1686, path_prettifier: 1686/1686, nolint: 0/64, exclude-rules: 64/1581 
14:43:56 [2021-03-08T14:43:56.553Z] INFO [runner] processing took 124.093162ms with stages: nolint: 50.730902ms, identifier_marker: 37.317514ms, path_prettifier: 19.219299ms, exclude-rules: 6.366665ms, autogenerated_exclude: 6.112223ms, skip_dirs: 3.191712ms, cgo: 675.559µs, filename_unadjuster: 473.067µs, max_same_issues: 1.641µs, uniq_by_line: 1.351µs, exclude: 643ns, source_code: 567ns, diff: 552ns, skip_files: 418ns, max_from_linter: 409ns, path_shortener: 353ns, max_per_file_from_linter: 287ns 
14:43:56 [2021-03-08T14:43:56.553Z] INFO [runner] linters took 1m42.648939473s with stages: goanalysis_metalinter: 1m21.377079333s, unused: 21.146666973s 
14:43:56 [2021-03-08T14:43:56.553Z] INFO File cache stats: 1453 entries of total size 6.8MiB 
14:43:56 [2021-03-08T14:43:56.553Z] INFO Memory: 1544 samples, avg is 791.2MB, max is 3838.1MB 
14:43:56 [2021-03-08T14:43:56.553Z] INFO Execution took 3m44.255533868s               
14:43:56 [2021-03-08T14:43:56.553Z] Congratulations! The shell scripts are properly formatted.