Skip to content

Console Output

14:59:13 [2020-12-15T14:59:13.035Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41800/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41800/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7e600eaae087b830802285e3cd2556761fc729aa hack/validate/default
14:59:13 [2020-12-15T14:59:13.962Z] Congratulations!  All commits are properly signed with the DCO!
14:59:13 [2020-12-15T14:59:13.962Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
14:59:13 [2020-12-15T14:59:13.962Z] No api/types/ or api/swagger.yaml changes in diff.
14:59:13 [2020-12-15T14:59:13.962Z] Congratulations!  All TOML source files changed here have valid syntax.
14:59:13 [2020-12-15T14:59:13.962Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
14:59:13 [2020-12-15T14:59:13.962Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
14:59:13 [2020-12-15T14:59:13.962Z] Congratulations!  No new tests were added to integration-cli.
14:59:13 [2020-12-15T14:59:13.962Z] 
14:59:13 [2020-12-15T14:59:13.962Z] INFO Start validation with golang-ci-lint
14:59:13 [2020-12-15T14:59:13.962Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
14:59:13 [2020-12-15T14:59:13.962Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:59:13 [2020-12-15T14:59:13.962Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:01:20 [2020-12-15T15:01:20.359Z] INFO [loader] Go packages loading at mode 575 (exports_file|types_sizes|compiled_files|deps|files|imports|name) took 2m2.806349281s 
15:01:20 [2020-12-15T15:01:20.359Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 453.99843ms 
15:02:41 [2020-12-15T15:02:41.725Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m16.935957116s with top 10 stages: buildssa: 1m36.520804286s, goimports: 22.19019065s, unconvert: 12.375905026s, gosec: 9.735354186s, golint: 5.624493753s, misspell: 3.948101409s, ineffassign: 3.732532149s, inspect: 3.682177175s, vrp: 2.91296s, printf: 2.363108551s 
15:02:53 [2020-12-15T15:02:53.900Z] INFO [runner/unused/goanalysis] analyzers took 26.504029995s with top 10 stages: buildssa: 22.406277123s, U1000: 4.097752872s 
15:02:53 [2020-12-15T15:02:53.900Z] INFO [runner] Issues before processing: 2262, after processing: 0 
15:02:53 [2020-12-15T15:02:53.900Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/64, path_prettifier: 1682/1682, autogenerated_exclude: 1577/1682, exclude: 1577/1577, exclude-rules: 64/1577, skip_files: 1682/1682, skip_dirs: 1682/1682, filename_unadjuster: 1682/1682, identifier_marker: 1577/1577, cgo: 1682/2262 
15:02:53 [2020-12-15T15:02:53.900Z] INFO [runner] processing took 67.220347ms with stages: nolint: 26.146138ms, identifier_marker: 17.07856ms, path_prettifier: 13.641902ms, autogenerated_exclude: 4.428059ms, exclude-rules: 3.260238ms, skip_dirs: 2.276298ms, cgo: 235.909µs, filename_unadjuster: 149.126µs, max_same_issues: 1.401µs, uniq_by_line: 523ns, max_from_linter: 453ns, diff: 412ns, source_code: 288ns, exclude: 279ns, path_shortener: 262ns, skip_files: 255ns, max_per_file_from_linter: 244ns 
15:02:53 [2020-12-15T15:02:53.900Z] INFO [runner] linters took 1m35.973696446s with stages: goanalysis_metalinter: 1m17.533428984s, unused: 18.372838014s 
15:02:53 [2020-12-15T15:02:53.900Z] INFO File cache stats: 1448 entries of total size 6.8MiB 
15:02:53 [2020-12-15T15:02:53.900Z] INFO Memory: 1665 samples, avg is 241.2MB, max is 3235.0MB 
15:02:53 [2020-12-15T15:02:53.900Z] INFO Execution took 3m39.247177519s               
15:02:53 [2020-12-15T15:02:53.900Z] Congratulations! The shell scripts are properly formatted.