-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Malformed instrumentation profile date #3
Comments
I haven't seen this error yet so far. Is it intermittent? Either way, I am away from my devices for yet another week, and check after that.
|
Thanks for the quick reply and no rush. The GitHub action worked reliably at first. I can not tell exactly then, but since it started failing it does so always. |
I also saw this on the |
FYI: I branched from the last working commit and triggered the Job again resulting in the same error. Since neither the codebase, nor the GitHub Actions changed it is likely that something in the surrounding toolchains changed (maybe Rust nightly?). |
Yes, that is my understanding as well. So I might reproduce the steps manually. Maybe also the way these things work has changed in Rust which would necessitate changes to the action. |
In case you get to it, I'll be curious to see what your diagnostics yield. Hm, that |
This adds a bit more diagnostics to guide the Rust developers in diagnosing the root cause of this problem. |
Nice to see some progres. |
So the changes to rustc/llvm improved the error reporting a bit:
I was looking a bit at where that error originates, and ran a few experiments. In the end, I might as well retire this action and rather advocate for https://github.com/taiki-e/cargo-llvm-cov#continuous-integration I’m trying that in CI right now, lets see what kind of results it generates. |
Thanks for the link to |
FYI: |
Hi, first of all thanks for providing such a nice GitHub action.
I used it in my project for a while, but sadly it started failing recently. See here: https://github.com/pacman82/odbc-api/runs/3580154985
It emits warnings about "malformed instrumentation profile data" and goes on to error out on an attempt to merge these. Am I missing anything obvious?
Cheers, Markus
The text was updated successfully, but these errors were encountered: