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
CI reference
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).
Environment
29.6.0(Homebrew formula)ignite s chain marsWhat happened
In Homebrew CI,
ignite scaffold chainfails during OpenAPI generation with:Reproduction
CI reference
Expected
ignite s chain marsshould complete scaffolding without failing OpenAPI generation forcosmos/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).