Skip to content

Console Output

19:18:33 [2020-09-20T19:18:33.124Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-38469/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-38469/.git:/go/src/github.com/docker/docker/.git --name docker-pr32 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f hack/validate/default
19:18:33 [2020-09-20T19:18:33.693Z] Congratulations!  All commits are properly signed with the DCO!
19:18:33 [2020-09-20T19:18:33.693Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
19:18:33 [2020-09-20T19:18:33.693Z] No api/types/ or api/swagger.yaml changes in diff.
19:18:33 [2020-09-20T19:18:33.693Z] Congratulations!  All TOML source files changed here have valid syntax.
19:18:33 [2020-09-20T19:18:33.693Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
19:18:33 [2020-09-20T19:18:33.693Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
19:18:33 [2020-09-20T19:18:33.693Z] Congratulations!  No new tests were added to integration-cli.
19:18:33 [2020-09-20T19:18:33.693Z] 
19:18:33 [2020-09-20T19:18:33.693Z] INFO Start validation with golang-ci-lint
19:18:33 [2020-09-20T19:18:33.952Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
19:18:33 [2020-09-20T19:18:33.952Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
19:18:33 [2020-09-20T19:18:33.952Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
19:20:40 [2020-09-20T19:20:40.433Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|exports_file|files|imports|name) took 1m54.98308038s 
19:20:40 [2020-09-20T19:20:40.433Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 475.224163ms 
19:20:50 [2020-09-20T19:20:50.416Z] INFO [runner/unused/goanalysis] analyzers took 28.62913551s with top 10 stages: buildssa: 24.205254174s, U1000: 4.423881336s 
19:22:11 [2020-09-20T19:22:11.870Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m4.222528298s with top 10 stages: buildssa: 1m38.395196065s, goimports: 22.500185834s, unconvert: 13.393424939s, gosec: 10.388936545s, golint: 6.143973254s, ineffassign: 4.417198218s, misspell: 4.102064569s, inspect: 3.203617074s, vrp: 2.966865505s, ctrlflow: 1.628705445s 
19:22:11 [2020-09-20T19:22:11.870Z] INFO [runner] Issues before processing: 2299, after processing: 0 
19:22:11 [2020-09-20T19:22:11.870Z] INFO [runner] Processors filtering stat (out/in): cgo: 1690/2299, identifier_marker: 1585/1585, exclude-rules: 64/1585, filename_unadjuster: 1690/1690, path_prettifier: 1690/1690, skip_files: 1690/1690, autogenerated_exclude: 1585/1690, exclude: 1585/1585, skip_dirs: 1690/1690, nolint: 0/64 
19:22:11 [2020-09-20T19:22:11.870Z] INFO [runner] processing took 58.773491ms with stages: nolint: 25.588305ms, identifier_marker: 16.665274ms, path_prettifier: 7.71891ms, autogenerated_exclude: 3.645075ms, exclude-rules: 3.251093ms, skip_dirs: 1.608554ms, cgo: 185.629µs, filename_unadjuster: 106.588µs, max_same_issues: 1.101µs, uniq_by_line: 668ns, diff: 531ns, skip_files: 370ns, source_code: 343ns, exclude: 304ns, max_from_linter: 304ns, path_shortener: 255ns, max_per_file_from_linter: 187ns 
19:22:11 [2020-09-20T19:22:11.870Z] INFO [runner] linters took 1m39.777994892s with stages: goanalysis_metalinter: 1m19.415376761s, unused: 20.303601982s 
19:22:11 [2020-09-20T19:22:11.870Z] INFO File cache stats: 1443 entries of total size 6.8MiB 
19:22:11 [2020-09-20T19:22:11.870Z] INFO Memory: 1476 samples, avg is 728.2MB, max is 3438.3MB 
19:22:11 [2020-09-20T19:22:11.870Z] INFO Execution took 3m35.245074727s               
19:22:11 [2020-09-20T19:22:11.870Z] Congratulations! The shell scripts are properly formatted.