Skip to content

Console Output

11:03:59 [2023-03-28T11:03:59.073Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45219/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-45219/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b56fe595050578ced98af6c2deb70f3126cad0f9 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:b56fe595050578ced98af6c2deb70f3126cad0f9 hack/validate/default
11:04:00 [2023-03-28T11:04:00.007Z] Congratulations!  All commits are properly signed with the DCO!
11:04:00 [2023-03-28T11:04:00.943Z] Congratulations!  Seccomp profile generation is done correctly.
11:04:00 [2023-03-28T11:04:00.943Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
11:04:09 [2023-03-28T11:04:09.062Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
11:04:09 [2023-03-28T11:04:09.998Z] Congratulations!  All API changes are done the right way.
11:04:09 [2023-03-28T11:04:09.998Z] Congratulations!  All TOML source files changed here have valid syntax.
11:04:09 [2023-03-28T11:04:09.998Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
11:04:09 [2023-03-28T11:04:09.998Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
11:04:09 [2023-03-28T11:04:09.998Z] Congratulations!  No new tests were added to integration-cli.
11:04:09 [2023-03-28T11:04:09.998Z] 
11:04:09 [2023-03-28T11:04:09.998Z] INFO Start validation with golang-ci-lint
11:04:09 [2023-03-28T11:04:09.998Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
11:04:09 [2023-03-28T11:04:09.998Z] INFO [lintersdb] Active 11 linters: [goimports gosec gosimple govet ineffassign misspell revive staticcheck typecheck unconvert unused] 
11:04:09 [2023-03-28T11:04:09.998Z] INFO [loader] Using build tags: [apparmor seccomp] 
11:06:46 [2023-03-28T11:06:46.483Z] INFO [loader] Go packages loading at mode 575 (files|imports|types_sizes|deps|exports_file|compiled_files|name) took 2m25.345403995s 
11:06:46 [2023-03-28T11:06:46.483Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 407.765426ms 
11:08:07 [2023-03-28T11:08:07.923Z] INFO [linters context/goanalysis] analyzers took 4m37.243351931s with top 10 stages: buildir: 1m52.419612391s, goimports: 22.291420306s, the_only_name: 18.843031772s, unconvert: 16.613053389s, S1038: 12.44904634s, gosec: 12.347424722s, misspell: 5.409807239s, unused: 3.970685001s, S1039: 3.96128883s, inspect: 3.515388623s 
11:08:07 [2023-03-28T11:08:07.923Z] INFO [runner] Issues before processing: 1851, after processing: 0 
11:08:07 [2023-03-28T11:08:07.923Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 1753/1753, skip_files: 1773/1773, autogenerated_exclude: 1753/1773, nolint: 0/58, filename_unadjuster: 1773/1773, path_prettifier: 1773/1773, cgo: 1773/1851, exclude: 1753/1753, exclude-rules: 58/1753, skip_dirs: 1773/1773 
11:08:07 [2023-03-28T11:08:07.923Z] INFO [runner] processing took 69.75276ms with stages: nolint: 24.714509ms, identifier_marker: 19.895ms, path_prettifier: 7.815336ms, exclude-rules: 7.423649ms, autogenerated_exclude: 7.099443ms, skip_dirs: 1.464077ms, cgo: 1.220391ms, filename_unadjuster: 113.962µs, max_same_issues: 2.129µs, uniq_by_line: 648ns, skip_files: 602ns, diff: 573ns, severity-rules: 431ns, max_from_linter: 404ns, source_code: 323ns, max_per_file_from_linter: 291ns, path_shortener: 291ns, exclude: 284ns, sort_results: 278ns, path_prefixer: 139ns 
11:08:07 [2023-03-28T11:08:07.923Z] INFO [runner] linters took 1m23.837926298s with stages: goanalysis_metalinter: 1m23.767989604s 
11:08:07 [2023-03-28T11:08:07.923Z] INFO File cache stats: 1458 entries of total size 6.9MiB 
11:08:07 [2023-03-28T11:08:07.923Z] INFO Memory: 2297 samples, avg is 273.6MB, max is 1046.1MB 
11:08:07 [2023-03-28T11:08:07.923Z] INFO Execution took 3m49.599383447s               
11:08:07 [2023-03-28T11:08:07.923Z] Congratulations! The shell scripts are properly formatted.