Skip to content

Console Output

09:44:55 [2021-02-18T09:44:55.265Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42021/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42021/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=791dd8e299f2fa4238c2fd0b50ce52b4c4c4eebb -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:791dd8e299f2fa4238c2fd0b50ce52b4c4c4eebb hack/validate/default
09:44:56 [2021-02-18T09:44:56.203Z] Congratulations!  All commits are properly signed with the DCO!
09:44:56 [2021-02-18T09:44:56.203Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
09:44:56 [2021-02-18T09:44:56.203Z] No api/types/ or api/swagger.yaml changes in diff.
09:44:56 [2021-02-18T09:44:56.203Z] Congratulations!  All TOML source files changed here have valid syntax.
09:44:56 [2021-02-18T09:44:56.203Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:44:56 [2021-02-18T09:44:56.203Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
09:44:56 [2021-02-18T09:44:56.203Z] Congratulations!  No new tests were added to integration-cli.
09:44:56 [2021-02-18T09:44:56.203Z] 
09:44:56 [2021-02-18T09:44:56.203Z] INFO Start validation with golang-ci-lint
09:44:56 [2021-02-18T09:44:56.203Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:44:56 [2021-02-18T09:44:56.203Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:44:56 [2021-02-18T09:44:56.203Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:47:02 [2021-02-18T09:47:02.673Z] INFO [loader] Go packages loading at mode 575 (exports_file|name|compiled_files|files|imports|types_sizes|deps) took 2m1.402131444s 
09:47:02 [2021-02-18T09:47:02.673Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 456.170582ms 
09:48:24 [2021-02-18T09:48:24.121Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m12.098786404s with top 10 stages: buildssa: 1m41.007871599s, goimports: 22.879686894s, unconvert: 12.995402938s, gosec: 10.223270622s, golint: 6.405325663s, misspell: 4.198576272s, ineffassign: 4.126990758s, inspect: 3.286847008s, vrp: 2.986853166s, ctrlflow: 1.840245662s 
09:48:39 [2021-02-18T09:48:39.012Z] INFO [runner/unused/goanalysis] analyzers took 29.168730256s with top 10 stages: buildssa: 24.72104923s, U1000: 4.447681026s 
09:48:39 [2021-02-18T09:48:39.012Z] INFO [runner] Issues before processing: 2264, after processing: 0 
09:48:39 [2021-02-18T09:48:39.012Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 1579/1579, exclude-rules: 64/1579, nolint: 0/64, cgo: 1684/2264, skip_dirs: 1684/1684, exclude: 1579/1579, filename_unadjuster: 1684/1684, path_prettifier: 1684/1684, skip_files: 1684/1684, autogenerated_exclude: 1579/1684 
09:48:39 [2021-02-18T09:48:39.012Z] INFO [runner] processing took 137.28467ms with stages: nolint: 57.824312ms, identifier_marker: 38.92522ms, path_prettifier: 20.899276ms, autogenerated_exclude: 7.66824ms, exclude-rules: 6.547267ms, skip_dirs: 3.725608ms, cgo: 937.979µs, filename_unadjuster: 750.774µs, max_same_issues: 1.728µs, uniq_by_line: 835ns, diff: 748ns, source_code: 588ns, exclude: 518ns, max_from_linter: 479ns, skip_files: 438ns, path_shortener: 390ns, max_per_file_from_linter: 270ns 
09:48:39 [2021-02-18T09:48:39.012Z] INFO [runner] linters took 1m39.636845873s with stages: goanalysis_metalinter: 1m19.736787198s, unused: 19.762083033s 
09:48:39 [2021-02-18T09:48:39.012Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
09:48:39 [2021-02-18T09:48:39.012Z] INFO Memory: 1669 samples, avg is 241.2MB, max is 3562.5MB 
09:48:39 [2021-02-18T09:48:39.012Z] INFO Execution took 3m41.657250571s               
09:48:39 [2021-02-18T09:48:39.012Z] Congratulations! The shell scripts are properly formatted.