 STARTUP │ (Re)initialized boot script
   PHASE │ build
   START │ ./plan.py
 SUCCESS │ ./plan.py
   START │ echo hi > f1.txt
 SUCCESS │ echo hi > f1.txt
   START │ ./work.py
    FAIL │ ./work.py
──────────────────────────────── Failed command ────────────────────────────────
./work.py
──────────────────────────────── Invalid inputs ────────────────────────────────
Input vanished unexpectedly: f1.txt
────────────────────────────────────────────────────────────────────────────────
   ERROR │ The scheduler is draining due to unexpected input changes.
DIRECTOR │ Ran 3 job(s).
 WARNING │ 1 step(s) failed.
 WARNING │ Scheduler is draining. Not reporting pending steps.
 WARNING │ Skipping file cleanup due to incomplete build
 WARNING │ Check logs: .stepup/fail.log .stepup/warning.log
   PHASE │ watch
DIRECTOR │ Wrote graph to current_graph.txt, current_graph_provenance.dot and current_graph_dependency.dot
DIRECTOR │ See you!
