Skip to content

Console Output

19:34:39 [2022-08-25T19:34:39.625Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44028/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44028/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c500d8824d404ccf705bbeac1b23ea73f9257961 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c500d8824d404ccf705bbeac1b23ea73f9257961 hack/validate/default
19:34:40 [2022-08-25T19:34:40.193Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
19:34:40 [2022-08-25T19:34:40.193Z] No api/types/ or api/swagger.yaml changes in diff.
19:34:40 [2022-08-25T19:34:40.193Z] Congratulations!  All TOML source files changed here have valid syntax.
19:34:40 [2022-08-25T19:34:40.193Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
19:34:40 [2022-08-25T19:34:40.193Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
19:34:40 [2022-08-25T19:34:40.193Z] 
19:34:40 [2022-08-25T19:34:40.193Z] INFO Start validation with golang-ci-lint
19:34:40 [2022-08-25T19:34:40.763Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
19:34:40 [2022-08-25T19:34:40.763Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
19:34:40 [2022-08-25T19:34:40.763Z] INFO [loader] Using build tags: [ journald]       
19:37:47 [2022-08-25T19:37:47.342Z] INFO [loader] Go packages loading at mode 575 (deps|files|imports|types_sizes|compiled_files|exports_file|name) took 2m57.070309927s 
19:37:47 [2022-08-25T19:37:47.342Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 503.973135ms 
19:39:38 [2022-08-25T19:39:38.869Z] INFO [linters context/goanalysis] analyzers took 6m45.173137524s with top 10 stages: buildir: 2m26.077577894s, the_only_name: 40.925053579s, goimports: 28.846368861s, unconvert: 24.948086739s, gosec: 18.29546789s, S1038: 17.795734475s, misspell: 6.998138786s, S1039: 5.540984593s, unused: 5.460427406s, nilness: 5.040907809s 
19:39:38 [2022-08-25T19:39:38.869Z] INFO [runner] Issues before processing: 2441, after processing: 0 
19:39:38 [2022-08-25T19:39:38.869Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2120/2120, skip_files: 2120/2120, nolint: 0/79, identifier_marker: 2017/2017, exclude: 2017/2017, exclude-rules: 79/2017, cgo: 2120/2441, skip_dirs: 2120/2120, path_prettifier: 2120/2120, autogenerated_exclude: 2017/2120 
19:39:38 [2022-08-25T19:39:38.869Z] INFO [runner] processing took 83.535683ms with stages: nolint: 33.82994ms, identifier_marker: 21.913343ms, path_prettifier: 9.017755ms, autogenerated_exclude: 8.627573ms, exclude-rules: 7.92593ms, skip_dirs: 1.768144ms, cgo: 319.584µs, filename_unadjuster: 127.802µs, max_same_issues: 2.185µs, uniq_by_line: 561ns, skip_files: 400ns, source_code: 344ns, exclude: 344ns, max_from_linter: 332ns, diff: 280ns, sort_results: 258ns, max_per_file_from_linter: 252ns, severity-rules: 236ns, path_shortener: 229ns, path_prefixer: 191ns 
19:39:38 [2022-08-25T19:39:38.869Z] INFO [runner] linters took 1m48.931806824s with stages: goanalysis_metalinter: 1m48.848139694s 
19:39:38 [2022-08-25T19:39:38.869Z] INFO File cache stats: 1704 entries of total size 8.7MiB 
19:39:38 [2022-08-25T19:39:38.869Z] INFO Memory: 2867 samples, avg is 325.7MB, max is 1262.3MB 
19:39:38 [2022-08-25T19:39:38.869Z] INFO Execution took 4m46.517372199s               
19:39:38 [2022-08-25T19:39:38.869Z] Congratulations! The shell scripts are properly formatted.