Skip to content

Console Output

17:50:49 [2021-05-25T17:50:49.647Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42418/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42418/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=53aa0982510236783d01c5fe612572c245532da1 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:53aa0982510236783d01c5fe612572c245532da1 hack/validate/default
17:50:50 [2021-05-25T17:50:50.209Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:50:50 [2021-05-25T17:50:50.465Z] No api/types/ or api/swagger.yaml changes in diff.
17:50:50 [2021-05-25T17:50:50.465Z] Congratulations!  All TOML source files changed here have valid syntax.
17:50:50 [2021-05-25T17:50:50.465Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:50:50 [2021-05-25T17:50:50.465Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:50:50 [2021-05-25T17:50:50.465Z] Congratulations!  No new tests were added to integration-cli.
17:50:50 [2021-05-25T17:50:50.465Z] 
17:50:50 [2021-05-25T17:50:50.465Z] INFO Start validation with golang-ci-lint
17:50:50 [2021-05-25T17:50:50.465Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:50:50 [2021-05-25T17:50:50.465Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:50:50 [2021-05-25T17:50:50.466Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:52:56 [2021-05-25T17:52:56.871Z] INFO [loader] Go packages loading at mode 575 (deps|files|imports|name|types_sizes|compiled_files|exports_file) took 1m59.02574667s 
17:52:56 [2021-05-25T17:52:56.871Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 657.541614ms 
17:54:18 [2021-05-25T17:54:18.249Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m11.526648042s with top 10 stages: buildssa: 1m41.471149204s, goimports: 22.585121427s, unconvert: 13.356976714s, gosec: 10.710593214s, golint: 6.068876758s, misspell: 4.486439583s, ineffassign: 4.476700707s, inspect: 3.058734811s, vrp: 2.913420315s, printf: 2.023156408s 
17:54:28 [2021-05-25T17:54:28.238Z] INFO [runner/unused/goanalysis] analyzers took 27.234092003s with top 10 stages: buildssa: 23.181795346s, U1000: 4.052296657s 
17:54:28 [2021-05-25T17:54:28.238Z] INFO [runner] Issues before processing: 2262, after processing: 0 
17:54:28 [2021-05-25T17:54:28.238Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/64, exclude: 1578/1578, path_prettifier: 1683/1683, skip_dirs: 1683/1683, skip_files: 1683/1683, exclude-rules: 64/1578, autogenerated_exclude: 1578/1683, identifier_marker: 1578/1578, cgo: 1683/2262, filename_unadjuster: 1683/1683 
17:54:28 [2021-05-25T17:54:28.238Z] INFO [runner] processing took 60.447628ms with stages: nolint: 26.2956ms, identifier_marker: 16.653883ms, path_prettifier: 8.052778ms, autogenerated_exclude: 4.08125ms, exclude-rules: 3.374315ms, skip_dirs: 1.636747ms, cgo: 263.905µs, filename_unadjuster: 84.85µs, max_same_issues: 983ns, uniq_by_line: 795ns, max_from_linter: 770ns, diff: 410ns, source_code: 316ns, exclude: 300ns, skip_files: 264ns, path_shortener: 231ns, max_per_file_from_linter: 231ns 
17:54:28 [2021-05-25T17:54:28.238Z] INFO [runner] linters took 1m37.888141712s with stages: goanalysis_metalinter: 1m19.137335056s, unused: 18.690154542s 
17:54:28 [2021-05-25T17:54:28.238Z] INFO File cache stats: 1456 entries of total size 6.8MiB 
17:54:28 [2021-05-25T17:54:28.238Z] INFO Memory: 1642 samples, avg is 256.6MB, max is 3365.5MB 
17:54:28 [2021-05-25T17:54:28.238Z] INFO Execution took 3m37.583262649s               
17:54:28 [2021-05-25T17:54:28.238Z] Congratulations! The shell scripts are properly formatted.