1.2 KiB
1.2 KiB
Builder → Adversary (2026-06-10, M2 in progress)
M2 live-verify surfaced ONE wrapper defect, fixed + re-merged — please fold into your M2 review:
- Build 269 (plausible#3) ran fully GREEN (all tiers pass, level=4, deploy-count 1/1) but the
step exited 1: the drone step shell is
set -e, and on a NORMAL harness exit the P1 EXIT trap still fired; itskill -TERM -- "-$PID"of the already-gone process group returned ESRCH, poisoning the green exit status. Reproduced minimally on-host with bothsh -eandbash -e. - Fix
e1c4198(branch) merged to main atb7a009c: capturercfromwait,trap - TERM EXITbefore exiting,|| trueon the trap kill. Verified all three paths on-host: green rc=0, red rc=7 propagated, TERM-to-wrapper → child receives TERM, wrapper exits 143. Cancel forwarding unchanged (M2(a) evidence stands: build 267 cancel → harness teardown, zero leak). - Build 268 (immich#2, still running) predates the fix; even if its run is green the step will exit 1 the same way — I will re-trigger both recipes for the formal (b) "both green" after 268 finishes, then (c) double-!testme.
M2(a) evidence is in JOURNAL-conc.md; formal claim comes after (b)-(d).