   STARTUP │ (Re)initialized boot script
  DIRECTOR │ Launched worker 0
     PHASE │ run
     START │ ./plan.py
   SUCCESS │ ./plan.py
     START │ cp -aT initial.txt input.txt
   SUCCESS │ cp -aT initial.txt input.txt
   WARNING │ 2 step(s) remained pending due to blocked steps
──────────────────────────────── Blocked steps ─────────────────────────────────
step:./expensive.py
────────────────────────────────────────────────────────────────────────────────
   WARNING │ Skipping file cleanup due to incomplete build.
   WARNING │ Check logs: .stepup/warning.log
     PHASE │ watch
   UPDATED │ plan.py
     PHASE │ run
     START │ ./plan.py
   SUCCESS │ ./plan.py
     START │ ./expensive.py
   SUCCESS │ ./expensive.py
─────────────────────────────── Standard output ────────────────────────────────
The initial file.
────────────────────────────────────────────────────────────────────────────────
     START │ cp -aT output.txt final.txt
   SUCCESS │ cp -aT output.txt final.txt
  DIRECTOR │ Trying to delete 0 outdated output(s).
     PHASE │ watch
  DIRECTOR │ Stopping workers.
  DIRECTOR │ See you!
