-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Nightly: thread '<unnamed>' panicked at 'couldn't compile the test', src/librustdoc/test.rs:326:13 #56867
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
I'm witnessing very similar linking errors in doctests of https://travis-ci.org/crossbeam-rs/crossbeam/jobs/468644578#L1083 |
cc @nagisa |
There are quite a few rollups in the regression-range that it is hard see which one exactly could be to blame. |
Observations:
|
T-compiler triage: P-high |
triage: assigning to @nagisa |
@stjepang can you confirm that crossbeam-rs/crossbeam#268 fixes the issue in crossbeam? |
@nagisa Unfortunately, it doesn't. That PR only affects crossbeam-skiplist, not crossbeam-channel (whose doctests are failing). |
I would like an issue for crossbeam to be filled separately. It appears that at least from the reproducibility standpoint these two issues are different and I wouldn’t want for the crossbeam issue to get lost in case we end up closing this ticket as “cannot reproduce and author has never responded”. |
@nagisa It seems the issue in crossbeam has resolved itself with a nightly update a few weeks ago. |
Hey @sstangl, could you try seeing if the issue has also fixed itself on your project as well? If it hasn’t, then we would love a more thorough list of reproduction steps and/or description of environment in which the issue could be reproduced. |
@nagisa It seems to have been fixed in our project also, and hasn't reproduced for a while. |
Okay, I have confirmed that indeed the crossbeam issue is fixed in the most recent nightly and is not reproducible in beta, although I could not bisect what exactly fixed this because of lacking tooling support for inverted statuses. |
This has been fixed by 01c6ea2. |
Our Rocket-based code is failing since this morning (2018-12-15). It's using the Nightly rust Docker image as a base.
The backtrace is available here: https://gitlab.com/openpowerlifting/opl-data/-/jobs/135130101
It seems to be failing in a doctest. The code wasn't changed recently; the change is likely in rustc since yesterday or the day before that.
To reproduce, you should be able to
git clone https://gitlab.com/openpowerlifting/opl-data.git
and thencd modules/opltypes
andcargo test
.The text was updated successfully, but these errors were encountered: