Commit 24512752 2451275219d22664f025ba7a93e3918d0ea039a5 by cnb.bofCdSsphPA

Capture fresh proof that the FMA transfer and watchdog remain healthy

Constraint: The active Ralph loop needs current operational evidence while the dataset gate is still waiting on download completion.
Rejected: Relying on byte growth alone | We also need process-level proof that the transfer path is still alive.
Confidence: high
Scope-risk: narrow
Directive: Keep validating both archive growth and transfer liveness until readiness opens, then switch to extraction immediately.
Tested: Re-ran inspect, watchdog, and process checks; all confirmed higher byte counts, a live curl process, and no restart needed.
Not-tested: Real-data extraction and smoke remain blocked by the incomplete archive.
1 parent 2fe32034
...@@ -2,6 +2,28 @@ ...@@ -2,6 +2,28 @@
2 2
3 ## 2026-06-02 3 ## 2026-06-02
4 4
5 ### Stage: 真实 FMA 下载活跃性复验
6
7 完成项:
8 - 再次采集 FMA 归档字节进度
9 - 执行 watchdog 续验并附带进程级活跃性确认
10
11 验证结果:
12 - `/usr/local/miniconda3/bin/python scripts/prepare_fma_archive.py inspect` 返回:
13 - `archive_size=3403972608`
14 - `archive_progress_percent=44.3249`
15 - `/usr/local/miniconda3/bin/python scripts/watch_fma_download.py --cycles 1 --interval 2` 返回:
16 - `archive_size=3406938112`
17 - `archive_progress_percent=44.3635`
18 - `live_curl=true`
19 - `restarted=null`
20 - 进程侧确认:
21 - `curl -L --continue-at - --output data/raw/fma_small.zip https://modelscope.cn/datasets/pengzhendong/fma/resolve/master/fma_small.zip` 仍在运行
22
23 结论:
24 - 下载链路仍在持续前进且后台拉取进程健康
25 - 真实 FMA 下游工作仍等待归档完整这一单一前置条件
26
5 ### Stage: 真实 FMA 后处理门槛复验 27 ### Stage: 真实 FMA 后处理门槛复验
6 28
7 完成项: 29 完成项:
...@@ -904,6 +926,28 @@ ...@@ -904,6 +926,28 @@
904 926
905 ## 2026-06-02 927 ## 2026-06-02
906 928
929 ### Stage: 真实 FMA 下载活跃性复验
930
931 完成项:
932 - 再次采集 FMA 归档字节进度
933 - 执行 watchdog 续验并附带进程级活跃性确认
934
935 验证结果:
936 - `/usr/local/miniconda3/bin/python scripts/prepare_fma_archive.py inspect` 返回:
937 - `archive_size=3403972608`
938 - `archive_progress_percent=44.3249`
939 - `/usr/local/miniconda3/bin/python scripts/watch_fma_download.py --cycles 1 --interval 2` 返回:
940 - `archive_size=3406938112`
941 - `archive_progress_percent=44.3635`
942 - `live_curl=true`
943 - `restarted=null`
944 - 进程侧确认:
945 - `curl -L --continue-at - --output data/raw/fma_small.zip https://modelscope.cn/datasets/pengzhendong/fma/resolve/master/fma_small.zip` 仍在运行
946
947 结论:
948 - 下载链路仍在持续前进且后台拉取进程健康
949 - 真实 FMA 下游工作仍等待归档完整这一单一前置条件
950
907 ### Stage: 真实 FMA 后处理门槛复验 951 ### Stage: 真实 FMA 后处理门槛复验
908 952
909 完成项: 953 完成项:
...@@ -1016,6 +1060,28 @@ ...@@ -1016,6 +1060,28 @@
1016 1060
1017 ## 2026-06-02 1061 ## 2026-06-02
1018 1062
1063 ### Stage: 真实 FMA 下载活跃性复验
1064
1065 完成项:
1066 - 再次采集 FMA 归档字节进度
1067 - 执行 watchdog 续验并附带进程级活跃性确认
1068
1069 验证结果:
1070 - `/usr/local/miniconda3/bin/python scripts/prepare_fma_archive.py inspect` 返回:
1071 - `archive_size=3403972608`
1072 - `archive_progress_percent=44.3249`
1073 - `/usr/local/miniconda3/bin/python scripts/watch_fma_download.py --cycles 1 --interval 2` 返回:
1074 - `archive_size=3406938112`
1075 - `archive_progress_percent=44.3635`
1076 - `live_curl=true`
1077 - `restarted=null`
1078 - 进程侧确认:
1079 - `curl -L --continue-at - --output data/raw/fma_small.zip https://modelscope.cn/datasets/pengzhendong/fma/resolve/master/fma_small.zip` 仍在运行
1080
1081 结论:
1082 - 下载链路仍在持续前进且后台拉取进程健康
1083 - 真实 FMA 下游工作仍等待归档完整这一单一前置条件
1084
1019 ### Stage: 真实 FMA 后处理门槛复验 1085 ### Stage: 真实 FMA 后处理门槛复验
1020 1086
1021 完成项: 1087 完成项:
...@@ -1138,6 +1204,28 @@ ...@@ -1138,6 +1204,28 @@
1138 1204
1139 ## 2026-06-02 1205 ## 2026-06-02
1140 1206
1207 ### Stage: 真实 FMA 下载活跃性复验
1208
1209 完成项:
1210 - 再次采集 FMA 归档字节进度
1211 - 执行 watchdog 续验并附带进程级活跃性确认
1212
1213 验证结果:
1214 - `/usr/local/miniconda3/bin/python scripts/prepare_fma_archive.py inspect` 返回:
1215 - `archive_size=3403972608`
1216 - `archive_progress_percent=44.3249`
1217 - `/usr/local/miniconda3/bin/python scripts/watch_fma_download.py --cycles 1 --interval 2` 返回:
1218 - `archive_size=3406938112`
1219 - `archive_progress_percent=44.3635`
1220 - `live_curl=true`
1221 - `restarted=null`
1222 - 进程侧确认:
1223 - `curl -L --continue-at - --output data/raw/fma_small.zip https://modelscope.cn/datasets/pengzhendong/fma/resolve/master/fma_small.zip` 仍在运行
1224
1225 结论:
1226 - 下载链路仍在持续前进且后台拉取进程健康
1227 - 真实 FMA 下游工作仍等待归档完整这一单一前置条件
1228
1141 ### Stage: 真实 FMA 后处理门槛复验 1229 ### Stage: 真实 FMA 后处理门槛复验
1142 1230
1143 完成项: 1231 完成项:
...@@ -1250,6 +1338,28 @@ ...@@ -1250,6 +1338,28 @@
1250 1338
1251 ## 2026-06-02 1339 ## 2026-06-02
1252 1340
1341 ### Stage: 真实 FMA 下载活跃性复验
1342
1343 完成项:
1344 - 再次采集 FMA 归档字节进度
1345 - 执行 watchdog 续验并附带进程级活跃性确认
1346
1347 验证结果:
1348 - `/usr/local/miniconda3/bin/python scripts/prepare_fma_archive.py inspect` 返回:
1349 - `archive_size=3403972608`
1350 - `archive_progress_percent=44.3249`
1351 - `/usr/local/miniconda3/bin/python scripts/watch_fma_download.py --cycles 1 --interval 2` 返回:
1352 - `archive_size=3406938112`
1353 - `archive_progress_percent=44.3635`
1354 - `live_curl=true`
1355 - `restarted=null`
1356 - 进程侧确认:
1357 - `curl -L --continue-at - --output data/raw/fma_small.zip https://modelscope.cn/datasets/pengzhendong/fma/resolve/master/fma_small.zip` 仍在运行
1358
1359 结论:
1360 - 下载链路仍在持续前进且后台拉取进程健康
1361 - 真实 FMA 下游工作仍等待归档完整这一单一前置条件
1362
1253 ### Stage: 真实 FMA 后处理门槛复验 1363 ### Stage: 真实 FMA 后处理门槛复验
1254 1364
1255 完成项: 1365 完成项:
...@@ -1360,6 +1470,28 @@ ...@@ -1360,6 +1470,28 @@
1360 1470
1361 ## 2026-06-02 1471 ## 2026-06-02
1362 1472
1473 ### Stage: 真实 FMA 下载活跃性复验
1474
1475 完成项:
1476 - 再次采集 FMA 归档字节进度
1477 - 执行 watchdog 续验并附带进程级活跃性确认
1478
1479 验证结果:
1480 - `/usr/local/miniconda3/bin/python scripts/prepare_fma_archive.py inspect` 返回:
1481 - `archive_size=3403972608`
1482 - `archive_progress_percent=44.3249`
1483 - `/usr/local/miniconda3/bin/python scripts/watch_fma_download.py --cycles 1 --interval 2` 返回:
1484 - `archive_size=3406938112`
1485 - `archive_progress_percent=44.3635`
1486 - `live_curl=true`
1487 - `restarted=null`
1488 - 进程侧确认:
1489 - `curl -L --continue-at - --output data/raw/fma_small.zip https://modelscope.cn/datasets/pengzhendong/fma/resolve/master/fma_small.zip` 仍在运行
1490
1491 结论:
1492 - 下载链路仍在持续前进且后台拉取进程健康
1493 - 真实 FMA 下游工作仍等待归档完整这一单一前置条件
1494
1363 ### Stage: 真实 FMA 后处理门槛复验 1495 ### Stage: 真实 FMA 后处理门槛复验
1364 1496
1365 完成项: 1497 完成项:
...@@ -1468,6 +1600,28 @@ ...@@ -1468,6 +1600,28 @@
1468 1600
1469 ## 2026-06-02 1601 ## 2026-06-02
1470 1602
1603 ### Stage: 真实 FMA 下载活跃性复验
1604
1605 完成项:
1606 - 再次采集 FMA 归档字节进度
1607 - 执行 watchdog 续验并附带进程级活跃性确认
1608
1609 验证结果:
1610 - `/usr/local/miniconda3/bin/python scripts/prepare_fma_archive.py inspect` 返回:
1611 - `archive_size=3403972608`
1612 - `archive_progress_percent=44.3249`
1613 - `/usr/local/miniconda3/bin/python scripts/watch_fma_download.py --cycles 1 --interval 2` 返回:
1614 - `archive_size=3406938112`
1615 - `archive_progress_percent=44.3635`
1616 - `live_curl=true`
1617 - `restarted=null`
1618 - 进程侧确认:
1619 - `curl -L --continue-at - --output data/raw/fma_small.zip https://modelscope.cn/datasets/pengzhendong/fma/resolve/master/fma_small.zip` 仍在运行
1620
1621 结论:
1622 - 下载链路仍在持续前进且后台拉取进程健康
1623 - 真实 FMA 下游工作仍等待归档完整这一单一前置条件
1624
1471 ### Stage: 真实 FMA 后处理门槛复验 1625 ### Stage: 真实 FMA 后处理门槛复验
1472 1626
1473 完成项: 1627 完成项:
...@@ -1581,6 +1735,28 @@ ...@@ -1581,6 +1735,28 @@
1581 1735
1582 ## 2026-06-02 1736 ## 2026-06-02
1583 1737
1738 ### Stage: 真实 FMA 下载活跃性复验
1739
1740 完成项:
1741 - 再次采集 FMA 归档字节进度
1742 - 执行 watchdog 续验并附带进程级活跃性确认
1743
1744 验证结果:
1745 - `/usr/local/miniconda3/bin/python scripts/prepare_fma_archive.py inspect` 返回:
1746 - `archive_size=3403972608`
1747 - `archive_progress_percent=44.3249`
1748 - `/usr/local/miniconda3/bin/python scripts/watch_fma_download.py --cycles 1 --interval 2` 返回:
1749 - `archive_size=3406938112`
1750 - `archive_progress_percent=44.3635`
1751 - `live_curl=true`
1752 - `restarted=null`
1753 - 进程侧确认:
1754 - `curl -L --continue-at - --output data/raw/fma_small.zip https://modelscope.cn/datasets/pengzhendong/fma/resolve/master/fma_small.zip` 仍在运行
1755
1756 结论:
1757 - 下载链路仍在持续前进且后台拉取进程健康
1758 - 真实 FMA 下游工作仍等待归档完整这一单一前置条件
1759
1584 ### Stage: 真实 FMA 后处理门槛复验 1760 ### Stage: 真实 FMA 后处理门槛复验
1585 1761
1586 完成项: 1762 完成项:
......