teor The problem is, it won't fail. It will compile just fine but produce no executables. Which brings us back to needing a parser/resolver, which can parse the cargo metadata and look if a feature flag produced any executables. Temporarily, I will try building with default first, check if at least 1 executable was produced, else build with all features: https://github.com/pkgforge-cargo/builder/commit/06bbb506e123ae7d2a1d9fdd8d459131a596b350

