Skip to content

Ignore artifact messages on rustc stderr #1148

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

Merged
merged 1 commit into from
Jan 17, 2022

Conversation

Mark-Simulacrum
Copy link
Member

@Mark-Simulacrum Mark-Simulacrum commented Jan 17, 2022

These recently started getting emitted (due to changes in Cargo),
but we don't want them polluting eprintln files. This filters them out
based on the expected prefix for these lines, which should hopefully
not happen by chance (e.g., if someone is intentionally adding eprintlns).

This should fix the CI failures we're seeing as well.

Copy link
Contributor

@nnethercote nnethercote left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just one nit. Thanks!

These recently started getting emitted, but we don't want them polluting
eprintln files. This filters them out based on the expected prefix for these
lines, which should hopefully not happen by chance (e.g., if someone is
intentionally adding eprintlns).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants