-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Fancy progress bar mixes with warnings #6119
Comments
Do you know what version of Cargo was being used? |
Uh, current bootstrap? The base commit is rust-lang/rust@2d1065b. |
Ok, that's the tip of the rust-1.30.0 branch which has all the relevant fixes we implemented for this feature. @kennytm do you have thoughts on what might be causing this? |
Reproduced with both the bootstrap and latest cargo. I suspect rustbuild is interfering with the output. |
This gets even worse when one looks at a rustc ICE:
|
This is a rustbuild-specific issue but one that I think is fixable in Cargo as well. This also explains why no other project other than rustc is running into this. Rustbuild by default passes Cargo takes a different path when executing rustc with json messages, and the line handler does a direct |
Is rustbuild still affected by this, does anyone know? |
See also #6615 |
I'm pretty sure this has since been fixed, especially now that rustc's bootstrap always uses json. |
I just saw the following when compiling rustc:
There still seem to be problems with mixing output.
This is using gnome-terminal on Debian testing.
The text was updated successfully, but these errors were encountered: