paritytech / paritytech/playground-cli
[BUG] pg mod: contract deploy fails — "cargo metadata --format-version 1 … --no-deps"
@charlesHetterich is already working on this.
Since Jun 17, 2026.
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Severity: Critical (mod path) · P0
Reported by: DevEx Audit (External) / DevCult
Source: W3S PG Audit v3 (External) by DevCult, 16 June 2026.
Surface: CLI v0.39.0 (macOS), pg mod path.
Symptom
Contract deploy fails during pg mod:
Contract Deploy Failed
Command failed: cargo metadata --format-version 1 --manifest-path "…/dot-cli-mod-fixture-674113/Cargo.toml" --no-deps
Notes
Distinct from #318 ("pg install: cargo-pvm-contract build step fails") — that is the cargo-pvm-contract tool failing during pg install. This is cargo metadata itself failing on the project manifest at deploy time.
Recommended fix / next steps
- Investigate why
cargo metadatafails on the mod fixture's manifest; surface a clear, actionable error instead of a raw command-failed dump.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.