kani icon indicating copy to clipboard operation
kani copied to clipboard

Remove terse output requirement for parallel jobs

Open Alexander-Aghili opened this issue 1 year ago • 2 comments

Requested feature: Remove terse output requirement for parallel jobs Use case: Full output while still having parallel capability

Currently, a terse output is required for running harnesses in parallel. Removing that barrier would allow for a full output while still allowing for parallel running of harnesses.

Alexander-Aghili avatar Jul 18 '24 20:07 Alexander-Aghili

Hello, thanks for this suggestion. Would it be possible to link to a reproducer code that triggers an error when running harnesses in parallel without terse output?

jaisnan avatar Jul 18 '24 21:07 jaisnan

cargo kani --workspace --exclude monitor -Z stubbing --jobs 4 --enable-unstable

error: Conflicting options: --jobs requires --output-format=terse

Alexander-Aghili avatar Jul 18 '24 21:07 Alexander-Aghili