-
Notifications
You must be signed in to change notification settings - Fork 13.3k
regression 1.50: Duplicate symbol linker error #80951
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
Comments
Seems like a not-genuine-regression, its just a case of cargo building and linking two different versions of the same crate ( |
Discussed in the release triage meeting. The above theory sounds plausible but we want to make sure there's not an actual issue here. One possibility @Mark-Simulacrum mentioned is that our rules around |
No, I didn't follow the |
Removing |
I can confirm this is a regression from 1.49. However, I'm having trouble bisecting this - nightlies seem to fail with the linker error for a while back; I ran bisect up to 2020-07-20. Not sure what to do - maybe worth pinging cleanup group to try to minify at least. |
@rustbot ping cleanup |
Hey Cleanup Crew ICE-breakers! This bug has been identified as a good cc @AminArria @camelid @chrissimpkins @contrun @DutchGhost @elshize @ethanboxx @h-michael @HallerPatrick @hdhoang @hellow554 @imtsuki @JamesPatrickGill @kanru @KarlK90 @LeSeulArtichaut @MAdrianMattocks @matheus-consoli @mental32 @nmccarty @Noah-Kennedy @pard68 @PeytonT @pierreN @Redblueflame @RobbieClarken @RobertoSnap @robjtede @SarthakSingh31 @shekohex @sinato @smmalis37 @steffahn @Stupremee @tamuhey @turboladen @woshilapin @yerke |
https://github.com/devrandom/utxo-oracle does compile for me with |
So this is not a regression, AFAICT. With stable I also tested current beta (1cd0303) and it doesn’t produce the problem with Finally, as a double check, |
Interesting. Can we try to figure out what is causing that dependence on the channel? |
Visiting for P-high review. There seems to be a lot of indication that this is not a true regression, but the oddities in terms of how the channel name is affecting the results here is worrisome. Self-assigning for follow-up investigation. |
Also, review determined this no longer warrants P-high priority, not without stronger signal that this represents an actual regression. @rustbot label: -P-high +P-medium |
No additional info here in about 3 years, closing for no reproduction. |
In the latest crater run, a crate that compiles on 1.49, did not compile on 1.50 with a linker error you can see here.
@rustbot modify labels: +regression-from-stable-to-beta
The text was updated successfully, but these errors were encountered: