-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
sanity check output is not available in log #14373
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
Can you provide some kind of reproduction instructions? |
https://github.com/kasper93/meson-rust for example https://github.com/kasper93/meson-rust/actions/runs/13888788100/job/38857189704 shows only
without additional info. The real reason for this failure is that It's not limited to rust, c sanity check also doesn't log output. This can be easily reproducible by setting |
Avoid reinventing the wheel and instead use a single helper, taking care of logging and cross compilation. Fixes: mesonbuild#14373 Signed-off-by: Paolo Bonzini <[email protected]>
Yep, I noticed that while looking at a fix. #14379 will be the PR for this once it's tested. |
Avoid reinventing the wheel and instead use a single helper, taking care of logging and cross compilation. Fixes: mesonbuild#14373 Signed-off-by: Paolo Bonzini <[email protected]>
Avoid reinventing the wheel and instead use a single helper, taking care of logging and cross compilation. Fixes: mesonbuild#14373 Signed-off-by: Paolo Bonzini <[email protected]>
Avoid reinventing the wheel and instead use a single helper, taking care of logging and cross compilation. Fixes: mesonbuild#14373 Signed-off-by: Paolo Bonzini <[email protected]>
Avoid reinventing the wheel and instead use a single helper, taking care of logging and cross compilation. Fixes: mesonbuild#14373 Signed-off-by: Paolo Bonzini <[email protected]>
Avoid reinventing the wheel and instead use a single helper, taking care of logging and cross compilation. Fixes: mesonbuild#14373 Signed-off-by: Paolo Bonzini <[email protected]>
Because this check is done on the actual key, it will fail even if "subproject:project options" is used. The correct test is already performed in mfilestr2key. Fixes: mesonbuild#14373
#14438 had an incorrect commit message that referenced this ticket. |
Describe the bug
When sanity check fails, there is only log
without any more information in log or anywhere.
To Reproduce
Try to build something and see the output of sanity check.
Expected behavior
Sanity check log is visible. Especially when running through
exe_wrapper
likewine
, it's important to see why it actually fails.The text was updated successfully, but these errors were encountered: