# Smoke Test Series — django__django-14315 ## Status: v3 running (job 6a04d0a2e48bea4538b9bf4b) ### Run 1 (job 6a04ce6be48bea4538b9bf33) - **Error:** Conda Terms of Service not accepted - **Fix:** Added `conda tos accept` after install ### Run 2 (job 6a04cef4e48bea4538b9bf3f) - **Result:** T1 produced patch in 1 turn (280+469 tokens) - **Error:** Patch was corrupt ("corrupt patch at line 9") — model wrote non-standard diff format - **Fix:** Added `is_valid_patch()` check + `git apply --check` before accepting patch - **Also:** Fixed save path from /app/ to cwd ### Run 3 (job 6a04cf8de48bea4538b9bf41) - **Error:** Regex `@@.*@@` caused "nothing to repeat at position 8" - **Fix:** Changed to string-based check for `@@` ### Run 4 (v3, job 6a04d0a2e48bea4538b9bf4b) — CURRENT - Same fixes as v3, running now