Commit 8af1015
CI: instrument the cold-cache execution failure, pin the mystmd engine
Diagnostics for the jax_intro.md kernel death on cold-cache runs
(kernel dies with no Python traceback ~66s into execution; numpy.md
is collateral). Instruments only -- execution itself is unchanged
(default parallelism, no XLA env) so the failure reproduces faithfully:
* Pin the QuantEcon/mystmd clone to the exact main SHA the failing
runs used (main has not moved since 2026-06-12). A branch name here
makes the engine a moving target between runs of the same commit.
* Detached 5s sampler logging host RAM, top-RSS processes and GPU
memory for the life of the job.
* always() step reading the sampler log back plus dmesg, to confirm
or rule out the host OOM killer -- a SIGKILL with no traceback is
consistent with it but unproven.
The cache key only hashes lectures/**/*.md, so this ci.yml-only commit
reuses the failing runs' key; no saved cache exists under it (the
failed jobs saved none), guaranteeing the cold execution path.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent f8a3e85 commit 8af1015
1 file changed
Lines changed: 47 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
45 | 49 | | |
46 | 50 | | |
47 | | - | |
48 | | - | |
| 51 | + | |
49 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
50 | 58 | | |
51 | 59 | | |
52 | 60 | | |
| |||
57 | 65 | | |
58 | 66 | | |
59 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
60 | 83 | | |
61 | 84 | | |
62 | | - | |
63 | | - | |
64 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
65 | 90 | | |
66 | 91 | | |
67 | 92 | | |
68 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
69 | 111 | | |
70 | 112 | | |
71 | 113 | | |
| |||
0 commit comments