-
Notifications
You must be signed in to change notification settings - Fork 13k
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
nightly linux is failing due to debuginfo tests #16919
Comments
These tests are blocking a linux nightly and a new snapshot, so ignore them for now. Their tracking issue is rust-lang#16919.
recent log (with two failing tests)
|
These tests are blocking a linux nightly and a new snapshot, so ignore them for now. Their tracking issue is #16919.
It seems that GDB is running without the pretty printers enabled for some reason, but I don't see an error in the log. Maybe python scripting is not enabled for this specific GDB installation? |
Is there a way for us to check? It looks like it has a
|
There's the It may also be that script autoloading is disabled for some reason. You can find that out with command |
Hm, this looks suspicious in that case, because they both seem to be working!
|
Are you sure this is the same machine? Because the first two logs show GDB v7.7 and yours shows v7.2 ... |
Aha, you are indeed correct. The gdb being used is not the system gdb because I purposely tried to install a newer version (7.7) when I last setup the nightly bots. I had to do so by building from source, however, and it looks like that does indeed have python scripting turned off by default. Do you know if we're compatible with gdb 7.2? Should I stop using the 7.7 version and pray? |
Yes, I think one has to run Regarding GDB 7.2, we already deactivate some pretty printing tests based on the actual GDB version used for testing. The oldest version I have tested things with is 7.4 -- but chances are not too bad that it will just work with 7.2 as well. BTW,
This can be helpful for debugging. |
The new linux snapshot builders have gdb 7.8 with python support configured and built. I'll land a re-enabling of these tests soon hopefully. |
I've confirmed that these are working on the snapshot builders Closes rust-lang#16919
I've confirmed that these are working on the snapshot builders Closes #16919
fix: handle self::super when lowering UseTree fix rust-lang#16800.
E.g. http://buildbot.rust-lang.org/builders/nightly-linux/builds/86 fails with
it seems the
$1
line doesn't quite match.cc @michaelwoerister
The text was updated successfully, but these errors were encountered: