import sys import warnings print("job_id=job-20260329-104500") warnings.warn("optional profile 'batch-default' not found; using built-in defaults", UserWarning) print("worker stderr: retry budget exhausted", file=sys.stderr) raise RuntimeError("job processing failed")