You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I really appreciate your work. However, I encountered this issue when I used cargo llvm-cov report.
warning: /fuzzing/../target/multipleTargets-2790540-18405399629466595977_0.profraw: raw profile version mismatch: Profile uses raw profile format version = 8; expected version = 10
PLEASE update this tool to version in the raw profile, or regenerate raw profile with expected version.
error: no profile can be merged
error: failed to merge profile data: process didn't exit successfully: `/root/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/llvm-profdata merge -sparse -f /fuzzing/../target/multipleTargets-profraw-list -o /fuzzing/../target/multipleTargets.profdata` (exit status: 1)
How can I address this issue?
The text was updated successfully, but these errors were encountered:
Hi, I really appreciate your work. However, I encountered this issue when I used
cargo llvm-cov report
.How can I address this issue?
The text was updated successfully, but these errors were encountered: