The scheduled nightly mutation-testing run could not establish a baseline for subduction_core.
cargo-mutants exited with code 1 but reported zero missed mutants — this is the signature of a baseline-build failure (e.g. a feature flag the package doesn't declare, a missing dev-dep, or a flaky dependency).
Check the Run cargo-mutants on subduction_core step output and mutants.out/log/baseline.log in the artifact. Common fixes:
- Adjust the
features entry for this crate in the workflow matrix.
- Update
.cargo/mutants.toml if the issue is workspace-wide.
The scheduled nightly mutation-testing run could not establish a baseline for
subduction_core.cargo-mutants exited with code 1 but reported zero missed mutants — this is the signature of a baseline-build failure (e.g. a feature flag the package doesn't declare, a missing dev-dep, or a flaky dependency).
Check the
Run cargo-mutants on subduction_corestep output andmutants.out/log/baseline.login the artifact. Common fixes:featuresentry for this crate in the workflow matrix..cargo/mutants.tomlif the issue is workspace-wide.