Chisel error messages are begin supressed
Metadata
Current evaluation
Chisel error message suppression in stage-packages was fixed and closed by pull request #335, restoring detailed error output during slice operations.
Suggested action: —
No scores available.
Issue body
If you run `chisel` and it fails, it usually gives you helpful error messages:
```bash
$ chisel cut --root root aisjaopsd
error: invalid slice reference: "aisjaopsd"
```
However, when using chisel slices in `stage-packages` it looks like this message is being supressed, so the only outcome is something like `Command '['chisel', 'cut', '--root', '/root/parts/lego/install', '--release', 'ubuntu-22.04', 'lib6_libs']' returned non-zero exit status 1. `
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Chisel error message suppression in stage-packages was fixed and closed by pull request #335, restoring detailed error output during slice operations. | |
| qwen/qwen3.6-35b-a3b | — | — | Suppressed chisel error messages during stage-packages execution were fixed and closed by pull request #335, restoring detailed error output on command failure. | |
| qwen/qwen3.6-35b-a3b | — | — | Suppressed chisel error messages in stage-packages were fixed and closed by pull request #335. The resolution restores detailed error output when chisel commands fail, replacing generic exit status messages. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Suppressed chisel error messages in stage-packages were fixed and closed by pull request #335. The change restores detailed diagnostic output when chisel commands fail, replacing generic exit status errors with actionable messages. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #335 packages: improve chisel error handling | craft-parts | merged | Merged after approval and CI checks. Captures chisel cut output to include error messages in a new ChiselError exception, resolving CRAFT-1499. |