Skip to content

Console Output

20:23:36 [2022-05-31T20:23:36.891Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43672/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43672/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e3c14acd3386d52c91463926fccbadf1dd71f59d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e3c14acd3386d52c91463926fccbadf1dd71f59d hack/validate/default
20:23:37 [2022-05-31T20:23:37.454Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
20:23:37 [2022-05-31T20:23:37.454Z] No api/types/ or api/swagger.yaml changes in diff.
20:23:37 [2022-05-31T20:23:37.454Z] Congratulations!  All TOML source files changed here have valid syntax.
20:23:37 [2022-05-31T20:23:37.454Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:23:37 [2022-05-31T20:23:37.454Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
20:23:37 [2022-05-31T20:23:37.454Z] Congratulations!  No new tests were added to integration-cli.
20:23:37 [2022-05-31T20:23:37.454Z] 
20:23:37 [2022-05-31T20:23:37.454Z] INFO Start validation with golang-ci-lint
20:23:38 [2022-05-31T20:23:38.382Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:23:38 [2022-05-31T20:23:38.382Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:26:29 [2022-05-31T20:26:29.809Z] INFO [loader] Go packages loading at mode 575 (deps|files|imports|compiled_files|exports_file|name|types_sizes) took 2m49.641093549s 
20:26:29 [2022-05-31T20:26:29.809Z] WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner.  Replaced by revive. 
20:26:29 [2022-05-31T20:26:29.809Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 495.121904ms 
20:28:06 [2022-05-31T20:28:06.194Z] INFO [linters context/goanalysis] analyzers took 4m58.041615417s with top 10 stages: buildir: 2m0.485670661s, goimports: 25.04123138s, unconvert: 18.081956435s, gosec: 15.403366596s, S1038: 8.698945625s, golint: 7.54174273s, misspell: 6.355835705s, nilness: 4.849710159s, inspect: 3.876343377s, S1039: 3.476322894s 
20:28:06 [2022-05-31T20:28:06.194Z] INFO [runner] Issues before processing: 3027, after processing: 0 
20:28:06 [2022-05-31T20:28:06.194Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2411/2411, skip_files: 2411/2411, exclude-rules: 77/2028, cgo: 2411/3027, filename_unadjuster: 2411/2411, skip_dirs: 2411/2411, nolint: 0/77, autogenerated_exclude: 2028/2411, exclude: 2028/2028, identifier_marker: 2028/2028 
20:28:06 [2022-05-31T20:28:06.194Z] INFO [runner] processing took 83.367072ms with stages: nolint: 32.618279ms, identifier_marker: 22.384974ms, path_prettifier: 9.771565ms, autogenerated_exclude: 8.365657ms, exclude-rules: 7.959162ms, skip_dirs: 1.845116ms, cgo: 269.865µs, filename_unadjuster: 146.167µs, max_same_issues: 1.533µs, uniq_by_line: 919ns, diff: 644ns, source_code: 607ns, skip_files: 462ns, max_from_linter: 435ns, exclude: 407ns, severity-rules: 378ns, path_shortener: 316ns, max_per_file_from_linter: 263ns, sort_results: 217ns, path_prefixer: 106ns 
20:28:06 [2022-05-31T20:28:06.194Z] INFO [runner] linters took 1m32.238196039s with stages: goanalysis_metalinter: 1m32.15470264s 
20:28:06 [2022-05-31T20:28:06.194Z] INFO File cache stats: 1671 entries of total size 8.5MiB 
20:28:06 [2022-05-31T20:28:06.194Z] INFO Memory: 2625 samples, avg is 290.9MB, max is 1200.4MB 
20:28:06 [2022-05-31T20:28:06.194Z] INFO Execution took 4m22.38375143s                
20:28:06 [2022-05-31T20:28:06.194Z] Congratulations! The shell scripts are properly formatted.