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 PR #11071 E2E run tested candidate 0ddc3ea52efe8a5d63099b92f43cbe0a43c88a01 through trusted workflow commit 4b254b9bef3e0ba745af4859fc65700742f5317e.
The protected OpenClaw image build requires a complete reviewed npm audit result. The audit service or parser returned an incomplete report on both bounded attempts, so the build correctly failed closed but did not preserve enough classification to decide whether this was registry instability or a deterministic response-shape regression.
Expected: the reviewed audit returns a complete report, or the job records a precise external or parser failure classification.
Actual: both attempts end with reason=incomplete-report, and the protected image is not built.
Acceptance Criteria
Preserve a redacted diagnostic identifying which required audit response fields were absent or invalid.
Distinguish a transient registry/audit response from a deterministic parser or npm-version regression.
Keep the image build fail-closed when a complete audit cannot be established.
Use a bounded retry policy and report its final classification.
The protected managed-image GPU and local-inference job reaches runtime qualification on the fixing commit.
Investigation Summary
0ddc3ea52efe8a5d63099b92f43cbe0a43c88a01through trusted workflow commit4b254b9bef3e0ba745af4859fc65700742f5317e.incomplete-report, retried once after one second, and remained incomplete after two attempts.Description
The protected OpenClaw image build requires a complete reviewed npm audit result. The audit service or parser returned an incomplete report on both bounded attempts, so the build correctly failed closed but did not preserve enough classification to decide whether this was registry instability or a deterministic response-shape regression.
Expected: the reviewed audit returns a complete report, or the job records a precise external or parser failure classification.
Actual: both attempts end with
reason=incomplete-report, and the protected image is not built.Acceptance Criteria