Skip to content

Console Output

10:36:19 [2022-07-25T10:36:19.596Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43833/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43833/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=575512c70a6e342b6e90280200ab8a656330bb64 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:575512c70a6e342b6e90280200ab8a656330bb64 hack/validate/default
10:36:20 [2022-07-25T10:36:20.164Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
10:36:20 [2022-07-25T10:36:20.419Z] No api/types/ or api/swagger.yaml changes in diff.
10:36:20 [2022-07-25T10:36:20.419Z] Congratulations!  All TOML source files changed here have valid syntax.
10:36:20 [2022-07-25T10:36:20.419Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
10:36:20 [2022-07-25T10:36:20.419Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
10:36:20 [2022-07-25T10:36:20.420Z] 
10:36:20 [2022-07-25T10:36:20.420Z] INFO Start validation with golang-ci-lint
10:36:21 [2022-07-25T10:36:21.346Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
10:36:21 [2022-07-25T10:36:21.346Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
10:36:21 [2022-07-25T10:36:21.346Z] INFO [loader] Using build tags: [ journald]       
10:39:27 [2022-07-25T10:39:27.777Z] INFO [loader] Go packages loading at mode 575 (files|imports|compiled_files|exports_file|name|types_sizes|deps) took 2m52.342949601s 
10:39:27 [2022-07-25T10:39:27.777Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 509.254527ms 
10:41:04 [2022-07-25T10:41:04.163Z] INFO [linters context/goanalysis] analyzers took 6m54.517291546s with top 10 stages: buildir: 2m21.633001869s, the_only_name: 41.076953358s, goimports: 29.735041866s, unconvert: 24.550423239s, S1038: 18.914091772s, gosec: 18.774538709s, misspell: 6.70755389s, S1039: 5.873354347s, nilness: 5.708870671s, unused: 4.990567767s 
10:41:04 [2022-07-25T10:41:04.163Z] INFO [runner] Issues before processing: 2455, after processing: 0 
10:41:04 [2022-07-25T10:41:04.163Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2120/2120, autogenerated_exclude: 2017/2120, path_prettifier: 2120/2120, cgo: 2120/2455, identifier_marker: 2017/2017, exclude: 2017/2017, filename_unadjuster: 2120/2120, skip_dirs: 2120/2120, exclude-rules: 77/2017, nolint: 0/77 
10:41:04 [2022-07-25T10:41:04.163Z] INFO [runner] processing took 83.239472ms with stages: nolint: 33.834644ms, identifier_marker: 21.879456ms, path_prettifier: 9.405572ms, autogenerated_exclude: 8.364928ms, exclude-rules: 7.582646ms, skip_dirs: 1.740362ms, cgo: 287.672µs, filename_unadjuster: 137.869µs, max_same_issues: 2.18µs, skip_files: 797ns, uniq_by_line: 644ns, severity-rules: 346ns, max_from_linter: 336ns, diff: 330ns, path_shortener: 328ns, source_code: 325ns, exclude: 322ns, max_per_file_from_linter: 273ns, sort_results: 239ns, path_prefixer: 203ns 
10:41:04 [2022-07-25T10:41:04.163Z] INFO [runner] linters took 1m45.247660268s with stages: goanalysis_metalinter: 1m45.164293341s 
10:41:04 [2022-07-25T10:41:04.163Z] INFO File cache stats: 1693 entries of total size 8.6MiB 
10:41:04 [2022-07-25T10:41:04.163Z] INFO Memory: 2783 samples, avg is 315.7MB, max is 1242.3MB 
10:41:04 [2022-07-25T10:41:04.163Z] INFO Execution took 4m38.111465424s               
10:41:04 [2022-07-25T10:41:04.163Z] Congratulations! The shell scripts are properly formatted.