Commit 662b2596 662b25969e9b6729f1c5ba360712d0a0ecf8c2db by cnb.bofCdSsphPA

Refresh downstream handoff with latest build-index evidence

Capture the newest verified downstream state so restart docs show that the real FMA smoke still remains in build-index with no evaluate stage or emitted index artifacts yet.

Constraint: Downstream completion evidence is still unavailable because build-index has not produced artifacts or switched to evaluate
Rejected: Reuse the 12:43 UTC checkpoint | would leave the handoff behind the latest verified downstream state
Confidence: high
Scope-risk: narrow
Directive: Next capture either the first index artifact file or the transition into evaluate before changing the downstream status summary again
Tested: process scan showing build-index and no evaluate; presence of /tmp/fma_real_smoke_stopcheck/fma_index_smoke directory; validate-splits on /tmp/fma_real_smoke_stopcheck/fma/manifests
Not-tested: Completed build-index output, evaluate, final metrics/report generation
1 parent 57c6a35c
## 2026-06-02 真实 FMA smoke build-index 12:51 UTC checkpoint
完成项:
- 再次检查真实 FMA smoke 的下游阶段,确认流程到 12:51 UTC 仍停留在 `build-index`
- 更新 `docs/session-handoff.md``docs/changelist-2026-06-02.md`,记录 `evaluate.py` 仍未启动、索引目录仍未出现索引产物文件。
验证结果:
- 当前仍存在 `run_demo.py build-index --data /tmp/fma_real_smoke_stopcheck/fma/manifests --model /tmp/fma_real_smoke_stopcheck/fma_models_smoke/best_model.pt ...`
- 当前仍未观测到 `evaluate.py` 进程
- `/tmp/fma_real_smoke_stopcheck/fma_index_smoke/` 目录存在,但尚未看到索引产物文件
- `validate-splits /tmp/fma_real_smoke_stopcheck/fma/manifests` => `ok=true`
结论:
- 真实 FMA 全量 smoke 仍稳定处于建索引阶段。
- 下一关键证据仍是索引产物出现或 `evaluate.py` 启动。
## 2026-06-02 真实 FMA smoke build-index 再延续 checkpoint
完成项:
......
......@@ -256,3 +256,11 @@ cd /workspace/acr-engine
- 已确认 `evaluate.py` 仍未出现。
- 已确认索引目录仍只有目录本身,尚未看到新的索引产物文件。
- manifest 复核继续通过,统计保持不变。
## 12:51 UTC build-index 最新延续补充
- 已确认主下游进程仍是 `run_demo.py build-index ...`
- 已确认 `evaluate.py` 仍未出现。
- 已确认索引目录仍只有目录本身,尚未看到新的索引产物文件。
- manifest 复核继续通过,统计保持不变。
......
......@@ -40,6 +40,7 @@
- 截至 2026-06-02 12:37 UTC,主流程仍停留在 `build-index`;索引目录已创建,但尚未观测到索引产物文件或 `evaluate.py` 进程。
- 截至 2026-06-02 12:39 UTC,`build-index` 仍在持续,`fma_index_smoke/` 已存在但尚未看到索引产物文件,`evaluate.py` 仍未出现。
- 截至 2026-06-02 12:43 UTC,`build-index` 仍在持续,`fma_index_smoke/` 仍只有目录本身,`evaluate.py` 仍未出现。
- 截至 2026-06-02 12:51 UTC,`build-index` 仍在持续,`fma_index_smoke/` 仍只有目录本身,`evaluate.py` 仍未出现。
## 当前卡点
......
......@@ -404,6 +404,27 @@
- 当前 smoke 仍稳定停留在 `build-index` 阶段。
- 下一关键观察点依旧是“索引产物首次出现”或“切换到 `evaluate.py`”。
### build-index 最新延续证据(2026-06-02 12:51 UTC)
- 截至 12:51 UTC,主下游进程仍然是:
- `PID=424691``run_demo.py build-index --data /tmp/fma_real_smoke_stopcheck/fma/manifests --model /tmp/fma_real_smoke_stopcheck/fma_models_smoke/best_model.pt --output /tmp/fma_real_smoke_stopcheck/fma_index_smoke --device cpu --resume --checkpoint-every-refs 100`
- `evaluate.py` 仍未出现。
- `smoke-local` 主进程仍在:
- `PID=311494``external_adapters.py smoke-local fma ...`
- 索引目录仍只有目录本身:
- `/tmp/fma_real_smoke_stopcheck/fma_index_smoke/`
- 截至该时点,仍未观测到新的索引产物文件。
- manifest 复核仍通过:
- `ok=true`
- `catalog_references=8000`
- `train_queries=6401`
- `test_queries=1593`
- `val_queries=0`
这说明:
- 真实 FMA smoke 仍稳定停留在 `build-index` 阶段。
- 下一关键观察点依旧是“索引产物首次出现”或“切换到 `evaluate.py`”。
### 重启后第一优先级动作
1. 先检查真实 FMA smoke 是否完成:
......