-
Notifications
You must be signed in to change notification settings - Fork 574
Open
Description
Environment
- Ignite CLI:
29.6.0(Homebrew formula) - OS: Linux
- Command under test:
ignite s chain mars
What happened
In Homebrew CI, ignite scaffold chain fails during OpenAPI generation with:
failed to generate openapi spec /home/linuxbrew/.cache/Homebrew/go_mod_cache/pkg/mod/github.com/cosmos/cosmos-sdk@v0.53.4/proto, probably you need to exclude some proto files: error while running command go tool github.com/bufbuild/buf/cmd/buf generate /home/linuxbrew/.cache/Homebrew/go_mod_cache/pkg/mod/github.com/cosmos/cosmos-sdk@v0.53.4/proto/cosmos/autocli/v1/query.proto --template=/var/tmp/ignite-test-20260210-166350-8tr8mi/mars/proto/buf.gen.swagger.yaml --output=/var/tmp/gen-openapi-module-spec3599396910 --error-format=json --log-format=json: Failure: plugin go tool github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2: can't resolve OpenAPI name from ".cosmos.autocli.v1.ModuleOptions"
: exit status 1
Reproduction
ignite s chain marsCI reference
- Homebrew core PR context: go 1.26.0, go@1.25 1.25.7 (new formula) Homebrew/homebrew-core#258912
- Failing job/log: https://github.com/Homebrew/homebrew-core/actions/runs/21880985907/job/63170336076?pr=258912
Expected
ignite s chain mars should complete scaffolding without failing OpenAPI generation for cosmos/autocli/v1/query.proto.
If this is a known upstream breakage, guidance on the recommended workaround for downstream packagers would help (e.g. exclude list, pinned dependency/tooling version, or CLI flag).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
To Discuss