-
Notifications
You must be signed in to change notification settings - Fork 73
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
Failing --test test_ranges locally #865
Comments
Unfortunately I can't repro this issue locally, and it seems CI is fine with it too. insta's inline snapshot testing can be a bit odd with multiline string literals, I wonder if that is causing issues |
I've been messing with this for over a week across several machines now and I'm beginning to think I'm actually changing a bug in |
I can reproduce this back and forth now but in requires an aggressive amount of blowing away not just Cargo's build artifacts but also it's fetch registry. The trouble seems to come with Cargo >= 1.78. Using 1.77.2 or earlier with an aggressive nuking of all Rust crate download and build artifacts produces a working binary, but using 1.78 or newer (including nigthly) will produce this error. The awkward part is it won't produce it even using nightly if you're downloaded and built some dependencies on an earlier version of Rust. This more or less confirms that there is a Cargo bug in handling build artifacts, but also that there is some problem with this project (or full_moon?) using newer Cargo versions. |
I'm going to work on reporting this further upstream, I've confirmed a few more bits and the issue is not in this project, it's actually in Cargo. |
I'm having some trouble with my feature fork in #839 locally failing an unrelated test. The weird thing is that it wasn't failing for me locally just a few days ago.
main
branch and it is failing the same tests.--locked
to make sure it wasn't some dependency, that didn't help.Any idea what gives here?
The text was updated successfully, but these errors were encountered: