-
-
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
Error in loading coverage data, on nightly-2022-01-15 or later #128
Labels
C-upstream-bug
Category: This is a bug of compiler or dependencies (the fix may require action in the upstream)
Comments
Thanks for the report. Looks like a rustc bug: rust-lang/rust#79645 (comment) |
taiki-e
added
the
C-upstream-bug
Category: This is a bug of compiler or dependencies (the fix may require action in the upstream)
label
Jan 17, 2022
Hey thanks a lot for the quick reply 😄 Pinning the nightly as you suggested fixed the issue. Thanks a lot :) |
taiki-e
changed the title
Error in loading coverage data, potentially due to nightly regression
Error in loading coverage data, on nightly-2022-01-15 or later
Jan 17, 2022
conradoplg
added a commit
to ZcashFoundation/zebra
that referenced
this issue
Jan 18, 2022
conradoplg
added a commit
to ZcashFoundation/zebra
that referenced
this issue
Jan 18, 2022
3 tasks
dconnolly
pushed a commit
to ZcashFoundation/zebra
that referenced
this issue
Jan 18, 2022
This has been fixed in nightly-2022-01-26 (by rust-lang/rust#93144). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-upstream-bug
Category: This is a bug of compiler or dependencies (the fix may require action in the upstream)
Hey, we are using cargo-llvm-cov in our CI to get the coverage information, and for the last two days we are getting error saying
failed to load the coverage information
This is the exact error we are getting in our CI.
for reference, our CI yaml is https://github.com/containers/youki/blob/main/.github/workflows/main.yml#L68 and the PR where the CI is failing is https://github.com/containers/youki/runs/4832086318?check_suite_focus=true
The reason I suspect this is due to an error in nightly is that the same CI worked about 3 days ago, here https://github.com/containers/youki/runs/4817746220?check_suite_focus=true
To make sure it is not due to changes made in the PR, I tried puling the PR and running the steps for coverage manually with nightly version about ~1 month old, which generated coverage without any error. Then after updating rust using rustup on 16 Jan 2022 (yesterday) I got the exact same error on my local as well.
Can you please confirm that this is indeed some issue with nightly and not some accidental breakage from our side? And if so should I open an issue on rust repo?
Thanks for the help :)
The text was updated successfully, but these errors were encountered: