Skip to content

Console Output

17:14:33 [2021-02-28T17:14:33.414Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42077/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42077/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5f6db3a07764239d18cc4730d958ff20c147c28a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5f6db3a07764239d18cc4730d958ff20c147c28a hack/validate/default
17:14:35 [2021-02-28T17:14:35.328Z] Congratulations!  All commits are properly signed with the DCO!
17:14:35 [2021-02-28T17:14:35.328Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:14:35 [2021-02-28T17:14:35.328Z] No api/types/ or api/swagger.yaml changes in diff.
17:14:35 [2021-02-28T17:14:35.328Z] Congratulations!  All TOML source files changed here have valid syntax.
17:14:35 [2021-02-28T17:14:35.328Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:14:35 [2021-02-28T17:14:35.328Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:14:35 [2021-02-28T17:14:35.328Z] Congratulations!  No new tests were added to integration-cli.
17:14:35 [2021-02-28T17:14:35.328Z] 
17:14:35 [2021-02-28T17:14:35.328Z] INFO Start validation with golang-ci-lint
17:14:35 [2021-02-28T17:14:35.328Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:14:35 [2021-02-28T17:14:35.328Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:14:35 [2021-02-28T17:14:35.329Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:16:41 [2021-02-28T17:16:41.908Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|imports|name|exports_file|files) took 2m1.844425081s 
17:16:41 [2021-02-28T17:16:41.908Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 458.80808ms 
17:18:03 [2021-02-28T17:18:03.343Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m11.457252613s with top 10 stages: buildssa: 1m40.787734848s, goimports: 21.756157861s, unconvert: 12.206754974s, gosec: 10.109922352s, golint: 6.315862791s, ineffassign: 4.265499552s, misspell: 4.195206648s, inspect: 3.876093337s, vrp: 2.687731966s, ctrlflow: 1.838523979s 
17:18:18 [2021-02-28T17:18:18.224Z] INFO [runner/unused/goanalysis] analyzers took 28.568474977s with top 10 stages: buildssa: 24.44688683s, U1000: 4.121588147s 
17:18:18 [2021-02-28T17:18:18.224Z] INFO [runner] Issues before processing: 2266, after processing: 0 
17:18:18 [2021-02-28T17:18:18.224Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1686/1686, skip_files: 1686/1686, identifier_marker: 1581/1581, filename_unadjuster: 1686/1686, autogenerated_exclude: 1581/1686, exclude: 1581/1581, exclude-rules: 64/1581, cgo: 1686/2266, skip_dirs: 1686/1686, nolint: 0/64 
17:18:18 [2021-02-28T17:18:18.224Z] INFO [runner] processing took 125.699993ms with stages: nolint: 54.041058ms, identifier_marker: 38.867827ms, path_prettifier: 13.734985ms, autogenerated_exclude: 7.273789ms, exclude-rules: 6.582076ms, skip_dirs: 3.537584ms, cgo: 916.612µs, filename_unadjuster: 740.546µs, max_same_issues: 1.492µs, uniq_by_line: 883ns, diff: 572ns, max_from_linter: 494ns, source_code: 488ns, exclude: 481ns, skip_files: 430ns, path_shortener: 384ns, max_per_file_from_linter: 292ns 
17:18:18 [2021-02-28T17:18:18.224Z] INFO [runner] linters took 1m39.597275596s with stages: goanalysis_metalinter: 1m19.454775315s, unused: 20.015955636s 
17:18:18 [2021-02-28T17:18:18.224Z] INFO File cache stats: 1453 entries of total size 6.8MiB 
17:18:18 [2021-02-28T17:18:18.224Z] INFO Memory: 1665 samples, avg is 248.8MB, max is 3496.3MB 
17:18:18 [2021-02-28T17:18:18.224Z] INFO Execution took 3m42.26796462s                
17:18:18 [2021-02-28T17:18:18.224Z] Congratulations! The shell scripts are properly formatted.