Why:
Failure evidence is useful only if the workflow reaches its collection path.
Impact:
EL10 Mock failures retain their original failed job result and now expose
all available rpmbuild logs.
Before/After:
The phase marker exited nonzero under set -e and prevented the evidence
aggregation branch from running.
Technical Overview:
Allow the failure-marker command to record its status without terminating the
step immediately.
Continue through ownership normalization and failure-log aggregation, then
exit with the original Mock build status.
With the help of AI-Agents: Codex