-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
report fails with: Profile uses raw profile format version = 10; expected version = 9 #379
Comments
The first appears to be using nightly and the second perhaps stable. The LLVM version used by the compiler that actually generates the profarw files and the LLVM tool that reads them (in this case, the LLVM tool included in the rustc that called report) must be compatible.
|
Yup, changing it to Happy for this issue to be closed, unless there is some way for |
I'm seeing this issue since upgrading to rust 1.82.0, but in reverse:
I do not have nightly installed. What thing do I need to upgrade to get things back in sync? ❯ uname -a
Darwin Hopper 24.1.0 Darwin Kernel Version 24.1.0: Thu Oct 10 21:03:15 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6000 arm64
❯ cargo -V
cargo 1.82.0 (8f40fc59f 2024-08-21)
❯ brew --version
Homebrew 4.4.4-76-g40f4ab2
❯ llvm-gcc --version
Apple clang version 16.0.0 (clang-1600.0.26.4)
Target: arm64-apple-darwin24.1.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
❯ brew info llvm
==> llvm: stable 19.1.3 (bottled), HEAD [keg-only] |
Ah-hah, I figured it out: I needed to add the brew-installed |
In my workflow, this succeeds, and the expected results are uploaded into our deepsource tracker. (#375 still happens; I'll see if I can dig up some details that I can add to that)
But this fails in the same workflow with the same version of cargo-llvm-cov and all other binaries
The text was updated successfully, but these errors were encountered: