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 documentation says to use composer-cli compose status to get the build status. However, when something gets wrong, only FAILED is displayed. That doesn't help to figure out what happened.
You need to go hunting for the logs. However, there's no documentation where to find the logs. In my case, I eventually found the error in journalctl -u osbuild-worker@1. That's far from obvious. Furthermore, the error there is present as a Python backtrace only; at least that's been the case for the errors I've hit so far (#4427 and getting out of disk space).
I'd expect either composer-cli compose status to get me the error, or to have a (documented!) another subcommand that displays the error for the particular failed compose in a useful and preferably actionable way (i.e. not a backtrace).
The text was updated successfully, but these errors were encountered:
The documentation says to use
composer-cli compose status
to get the build status. However, when something gets wrong, onlyFAILED
is displayed. That doesn't help to figure out what happened.You need to go hunting for the logs. However, there's no documentation where to find the logs. In my case, I eventually found the error in
journalctl -u osbuild-worker@1
. That's far from obvious. Furthermore, the error there is present as a Python backtrace only; at least that's been the case for the errors I've hit so far (#4427 and getting out of disk space).I'd expect either
composer-cli compose status
to get me the error, or to have a (documented!) another subcommand that displays the error for the particular failed compose in a useful and preferably actionable way (i.e. not a backtrace).The text was updated successfully, but these errors were encountered: