Skip to content

Console Output

21:07:35 [2021-12-24T21:07:35.919Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43100/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43100/.git:/go/src/github.com/docker/docker/.git --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=23e0f3aa2c8e9a67bcca7ebd3f648defb735cdb1 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:23e0f3aa2c8e9a67bcca7ebd3f648defb735cdb1 hack/validate/default
21:07:37 [2021-12-24T21:07:37.809Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
21:07:37 [2021-12-24T21:07:37.809Z] No api/types/ or api/swagger.yaml changes in diff.
21:07:37 [2021-12-24T21:07:37.809Z] Congratulations!  All TOML source files changed here have valid syntax.
21:07:37 [2021-12-24T21:07:37.809Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
21:07:37 [2021-12-24T21:07:37.809Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
21:07:37 [2021-12-24T21:07:37.809Z] Congratulations!  No new tests were added to integration-cli.
21:07:37 [2021-12-24T21:07:37.809Z] 
21:07:37 [2021-12-24T21:07:37.809Z] INFO Start validation with golang-ci-lint
21:07:38 [2021-12-24T21:07:38.065Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
21:07:38 [2021-12-24T21:07:38.065Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
21:07:38 [2021-12-24T21:07:38.065Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
21:10:14 [2021-12-24T21:10:14.478Z] INFO [loader] Go packages loading at mode 575 (imports|types_sizes|compiled_files|deps|exports_file|files|name) took 2m25.043443003s 
21:10:14 [2021-12-24T21:10:14.478Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 508.043747ms 
21:10:26 [2021-12-24T21:10:26.655Z] INFO [runner/unused/goanalysis] analyzers took 27.691382953s with top 10 stages: buildssa: 23.767396815s, U1000: 3.923986138s 
21:12:03 [2021-12-24T21:12:03.049Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m2.868943399s with top 10 stages: buildssa: 1m35.707157754s, goimports: 21.239968116s, unconvert: 12.837490609s, gosec: 9.63216719s, golint: 4.785721788s, misspell: 4.162681771s, ineffassign: 4.153111467s, inspect: 3.673512741s, vrp: 3.25449134s, printf: 1.924093665s 
21:12:03 [2021-12-24T21:12:03.049Z] INFO [runner] Issues before processing: 2759, after processing: 0 
21:12:03 [2021-12-24T21:12:03.049Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/78, cgo: 2178/2759, filename_unadjuster: 2178/2178, path_prettifier: 2178/2178, skip_dirs: 2178/2178, skip_files: 2178/2178, autogenerated_exclude: 1790/2178, identifier_marker: 1790/1790, exclude: 1790/1790, exclude-rules: 78/1790 
21:12:03 [2021-12-24T21:12:03.049Z] INFO [runner] processing took 69.566777ms with stages: nolint: 25.475997ms, identifier_marker: 25.230084ms, path_prettifier: 9.276627ms, autogenerated_exclude: 4.391294ms, exclude-rules: 2.990429ms, skip_dirs: 1.776726ms, cgo: 311.349µs, filename_unadjuster: 109.74µs, max_same_issues: 1.215µs, source_code: 680ns, uniq_by_line: 465ns, skip_files: 457ns, diff: 434ns, path_shortener: 420ns, exclude: 343ns, max_from_linter: 281ns, max_per_file_from_linter: 236ns 
21:12:03 [2021-12-24T21:12:03.049Z] INFO [runner] linters took 1m45.74081611s with stages: goanalysis_metalinter: 1m22.786824163s, unused: 22.884188934s 
21:12:03 [2021-12-24T21:12:03.049Z] INFO File cache stats: 1690 entries of total size 8.5MiB 
21:12:03 [2021-12-24T21:12:03.049Z] INFO Memory: 2515 samples, avg is 1913.3MB, max is 5266.7MB 
21:12:03 [2021-12-24T21:12:03.049Z] INFO Execution took 4m11.304633765s               
21:12:03 [2021-12-24T21:12:03.049Z] Congratulations! The shell scripts are properly formatted.