chore(solver-bootstrap): step 2 output

This commit is contained in:
KOKO\Mimi
2026-07-30 12:51:36 +09:00
parent e0348d80bf
commit 3e44deed72
2 changed files with 12 additions and 1 deletions
+4 -1
View File
@@ -21,7 +21,10 @@
{ {
"step": 2, "step": 2,
"name": "dependency-smoke-tests", "name": "dependency-smoke-tests",
"status": "pending" "status": "completed",
"started_at": "2026-07-30T12:18:16+0900",
"summary": "Added installed-package discovery for MKL::MKL (LP64/dynamic/TBB), TBB::tbb, hdf5::hdf5-shared via HDF5::HDF5, and GoogleTest/GoogleMock plus a runtime dependency smoke test.",
"completed_at": "2026-07-30T12:51:15+0900"
}, },
{ {
"step": 3, "step": 3,
@@ -0,0 +1,8 @@
{
"step": 2,
"name": "dependency-smoke-tests",
"exitCode": 0,
"stdout": "The Harness Codex invocation produced the Step 2 source changes but exceeded its 1800-second timeout before returning. The supervising Codex recovered the step by running the documented acceptance commands in the same worktree with package locations supplied only through the build environment: cmake --preset windows-debug; cmake --build --preset windows-debug; ctest --preset windows-debug -R DependencySmoke --output-on-failure; ctest --preset windows-debug --output-on-failure. Configure and build succeeded without new MSVC warnings, DependencySmoke passed, and all 2 CTest tests passed. The 18 Harness Python self-tests also passed.",
"stderr": "Recovered after the original Harness Codex subprocess timed out; no configure, build, or test failure remained.",
"recovered": true
}