Skip to content

Console Output

18:04:02 [2022-03-11T18:04:02.434Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42942/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42942/.git:/go/src/github.com/docker/docker/.git --name docker-pr32 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8814a29f7d9e4237d877d3bf767f2096899d9efa -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8814a29f7d9e4237d877d3bf767f2096899d9efa hack/validate/default
18:04:04 [2022-03-11T18:04:04.336Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
18:04:04 [2022-03-11T18:04:04.336Z] No api/types/ or api/swagger.yaml changes in diff.
18:04:04 [2022-03-11T18:04:04.336Z] Congratulations!  All TOML source files changed here have valid syntax.
18:04:04 [2022-03-11T18:04:04.336Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
18:04:04 [2022-03-11T18:04:04.336Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
18:04:04 [2022-03-11T18:04:04.336Z] Congratulations!  No new tests were added to integration-cli.
18:04:04 [2022-03-11T18:04:04.336Z] 
18:04:04 [2022-03-11T18:04:04.336Z] INFO Start validation with golang-ci-lint
18:04:04 [2022-03-11T18:04:04.337Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
18:04:04 [2022-03-11T18:04:04.337Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:04:04 [2022-03-11T18:04:04.337Z] INFO [loader] Using build tags: [apparmor seccomp] 
18:04:51 [2022-03-11T18:04:51.012Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|exports_file|files|name|imports) took 40.839213722s 
18:04:51 [2022-03-11T18:04:51.012Z] 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. 
18:04:51 [2022-03-11T18:04:51.012Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 168.381565ms 
18:05:17 [2022-03-11T18:05:17.563Z] INFO [linters context/goanalysis] analyzers took 6m28.988631163s with top 10 stages: buildir: 1m43.547013663s, goimports: 16.744217664s, gosec: 13.13539339s, unconvert: 11.221256027s, inspect: 8.161731817s, golint: 7.395960514s, directives: 7.263393979s, misspell: 6.637188478s, fact_deprecated: 6.512642807s, S1038: 5.291018985s 
18:05:17 [2022-03-11T18:05:17.563Z] INFO [runner] Issues before processing: 3051, after processing: 0 
18:05:17 [2022-03-11T18:05:17.563Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2444/2444, filename_unadjuster: 2444/2444, path_prettifier: 2444/2444, exclude: 2056/2056, exclude-rules: 76/2056, cgo: 2444/3051, skip_dirs: 2444/2444, autogenerated_exclude: 2056/2444, identifier_marker: 2056/2056, nolint: 0/76 
18:05:17 [2022-03-11T18:05:17.564Z] INFO [runner] processing took 80.045902ms with stages: nolint: 31.880251ms, identifier_marker: 20.692715ms, path_prettifier: 9.604666ms, autogenerated_exclude: 8.346029ms, exclude-rules: 7.339658ms, skip_dirs: 1.807028ms, cgo: 235.826µs, filename_unadjuster: 135.283µs, max_same_issues: 940ns, uniq_by_line: 629ns, source_code: 361ns, skip_files: 341ns, sort_results: 333ns, diff: 325ns, exclude: 324ns, max_from_linter: 299ns, severity-rules: 242ns, max_per_file_from_linter: 226ns, path_prefixer: 216ns, path_shortener: 210ns 
18:05:17 [2022-03-11T18:05:17.564Z] INFO [runner] linters took 27.876825673s with stages: goanalysis_metalinter: 27.796675929s 
18:05:17 [2022-03-11T18:05:17.564Z] INFO File cache stats: 1663 entries of total size 8.4MiB 
18:05:17 [2022-03-11T18:05:17.564Z] INFO Memory: 679 samples, avg is 387.3MB, max is 1319.7MB 
18:05:17 [2022-03-11T18:05:17.564Z] INFO Execution took 1m8.892018296s                
18:05:17 [2022-03-11T18:05:17.564Z] Congratulations! The shell scripts are properly formatted.