You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first two logged lines when running Clava are output to stderr instead of stdout:
Oct 06, 2025 7:19:24 PM pt.up.fe.specs.util.logging.TagLogger log
INFO: Current major Linux version is 6, only up to version 5.0 has been tested, running at your own risk
This causes some annoyance when mixing Clava with other scripts where we want it to run silently. I don't see a reason to output this as an error, particularly at level INFO, and stdout should be used instead.
Furthermore, is the Linux kernel version warning at all warranted?