Skip to content

Console Output

09:59:44 [2021-05-18T09:59:44.986Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42389/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42389/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fe54215fb36bae86e7f2527c29624654e6affd98 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fe54215fb36bae86e7f2527c29624654e6affd98 hack/validate/default
09:59:45 [2021-05-18T09:59:45.914Z] Congratulations!  All commits are properly signed with the DCO!
09:59:45 [2021-05-18T09:59:45.914Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
09:59:45 [2021-05-18T09:59:45.914Z] No api/types/ or api/swagger.yaml changes in diff.
09:59:45 [2021-05-18T09:59:45.914Z] Congratulations!  All TOML source files changed here have valid syntax.
09:59:45 [2021-05-18T09:59:45.914Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:59:45 [2021-05-18T09:59:45.914Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
09:59:45 [2021-05-18T09:59:45.914Z] Congratulations!  No new tests were added to integration-cli.
09:59:45 [2021-05-18T09:59:45.914Z] 
09:59:45 [2021-05-18T09:59:45.914Z] INFO Start validation with golang-ci-lint
09:59:45 [2021-05-18T09:59:45.914Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:59:45 [2021-05-18T09:59:45.914Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:59:45 [2021-05-18T09:59:45.914Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:01:52 [2021-05-18T10:01:52.312Z] INFO [loader] Go packages loading at mode 575 (exports_file|imports|name|types_sizes|compiled_files|deps|files) took 1m58.840528303s 
10:01:52 [2021-05-18T10:01:52.312Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 664.016096ms 
10:03:13 [2021-05-18T10:03:13.690Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m9.572840377s with top 10 stages: buildssa: 1m40.612491705s, goimports: 23.644682829s, unconvert: 11.838905195s, gosec: 10.640583051s, golint: 5.521217333s, ineffassign: 4.414676008s, misspell: 4.065066459s, inspect: 3.506544049s, vrp: 3.027340084s, printf: 1.828067231s 
10:03:25 [2021-05-18T10:03:25.912Z] INFO [runner/unused/goanalysis] analyzers took 28.846221692s with top 10 stages: buildssa: 24.59274248s, U1000: 4.253479212s 
10:03:25 [2021-05-18T10:03:25.912Z] INFO [runner] Issues before processing: 2262, after processing: 0 
10:03:25 [2021-05-18T10:03:25.912Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/64, filename_unadjuster: 1683/1683, skip_files: 1683/1683, exclude: 1578/1578, cgo: 1683/2262, autogenerated_exclude: 1578/1683, identifier_marker: 1578/1578, path_prettifier: 1683/1683, skip_dirs: 1683/1683, exclude-rules: 64/1578 
10:03:25 [2021-05-18T10:03:25.912Z] INFO [runner] processing took 63.357281ms with stages: nolint: 27.711122ms, identifier_marker: 17.175825ms, path_prettifier: 8.839185ms, autogenerated_exclude: 4.351615ms, exclude-rules: 3.288989ms, skip_dirs: 1.673395ms, cgo: 226.925µs, filename_unadjuster: 84.411µs, max_same_issues: 1.689µs, uniq_by_line: 1.361µs, diff: 556ns, path_shortener: 500ns, exclude: 463ns, max_from_linter: 405ns, source_code: 353ns, skip_files: 249ns, max_per_file_from_linter: 238ns 
10:03:25 [2021-05-18T10:03:25.912Z] INFO [runner] linters took 1m39.222518531s with stages: goanalysis_metalinter: 1m19.066627962s, unused: 20.092378467s 
10:03:25 [2021-05-18T10:03:25.912Z] INFO File cache stats: 1456 entries of total size 6.8MiB 
10:03:25 [2021-05-18T10:03:25.912Z] INFO Memory: 1629 samples, avg is 259.8MB, max is 3566.3MB 
10:03:25 [2021-05-18T10:03:25.912Z] INFO Execution took 3m38.738488603s               
10:03:25 [2021-05-18T10:03:25.912Z] Congratulations! The shell scripts are properly formatted.