Skip to content

Console Output

17:34:04 [2021-07-11T17:34:04.143Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42620/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42620/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=115b37b8f7fc5d4b674fdf76eea5790f0e4a64b7 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:115b37b8f7fc5d4b674fdf76eea5790f0e4a64b7 hack/validate/default
17:34:05 [2021-07-11T17:34:05.070Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:34:05 [2021-07-11T17:34:05.070Z] No api/types/ or api/swagger.yaml changes in diff.
17:34:05 [2021-07-11T17:34:05.070Z] Congratulations!  All TOML source files changed here have valid syntax.
17:34:05 [2021-07-11T17:34:05.070Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:34:05 [2021-07-11T17:34:05.070Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:34:05 [2021-07-11T17:34:05.070Z] Congratulations!  No new tests were added to integration-cli.
17:34:05 [2021-07-11T17:34:05.070Z] 
17:34:05 [2021-07-11T17:34:05.070Z] INFO Start validation with golang-ci-lint
17:34:05 [2021-07-11T17:34:05.070Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:34:05 [2021-07-11T17:34:05.070Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:34:05 [2021-07-11T17:34:05.070Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:36:26 [2021-07-11T17:36:26.480Z] INFO [loader] Go packages loading at mode 575 (types_sizes|deps|imports|files|name|compiled_files|exports_file) took 2m15.331981218s 
17:36:26 [2021-07-11T17:36:26.480Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 535.910174ms 
17:37:47 [2021-07-11T17:37:47.867Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m18.61793069s with top 10 stages: buildssa: 1m41.996452625s, goimports: 22.696593576s, unconvert: 13.442828543s, gosec: 10.834280728s, golint: 7.452407753s, ineffassign: 4.838631734s, misspell: 4.770035569s, inspect: 4.654324353s, vrp: 3.9542436s, printf: 2.03835965s 
17:38:05 [2021-07-11T17:38:05.914Z] INFO [runner/unused/goanalysis] analyzers took 31.639038391s with top 10 stages: buildssa: 27.167649459s, U1000: 4.471388932s 
17:38:05 [2021-07-11T17:38:05.914Z] INFO [runner] Issues before processing: 2863, after processing: 0 
17:38:05 [2021-07-11T17:38:05.914Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2288/2288, identifier_marker: 1899/1899, filename_unadjuster: 2288/2288, exclude-rules: 78/1899, skip_files: 2288/2288, autogenerated_exclude: 1899/2288, nolint: 0/78, cgo: 2288/2863, skip_dirs: 2288/2288, exclude: 1899/1899 
17:38:05 [2021-07-11T17:38:05.914Z] INFO [runner] processing took 79.265914ms with stages: nolint: 27.694594ms, identifier_marker: 24.781472ms, path_prettifier: 12.744859ms, autogenerated_exclude: 7.131381ms, exclude-rules: 3.576585ms, skip_dirs: 2.117046ms, cgo: 980.249µs, filename_unadjuster: 235.262µs, max_same_issues: 1.163µs, uniq_by_line: 672ns, max_from_linter: 625ns, exclude: 438ns, diff: 379ns, skip_files: 351ns, source_code: 341ns, path_shortener: 260ns, max_per_file_from_linter: 237ns 
17:38:05 [2021-07-11T17:38:05.914Z] INFO [runner] linters took 1m44.240582179s with stages: goanalysis_metalinter: 1m21.430680768s, unused: 22.730461799s 
17:38:05 [2021-07-11T17:38:05.914Z] INFO File cache stats: 1687 entries of total size 8.5MiB 
17:38:05 [2021-07-11T17:38:05.914Z] INFO Memory: 2403 samples, avg is 465.6MB, max is 3970.3MB 
17:38:05 [2021-07-11T17:38:05.914Z] INFO Execution took 4m0.11764938s                 
17:38:05 [2021-07-11T17:38:05.914Z] Congratulations! The shell scripts are properly formatted.