   STARTUP │ (Re)initialized boot script
  DIRECTOR │ Launched worker 0
     PHASE │ run
     START │ ./plan.py
   SUCCESS │ ./plan.py
     START │ touch input.txt
   SUCCESS │ touch input.txt
     START │ cp input.txt wrong.txt
      FAIL │ cp input.txt wrong.txt
────────────────────────────────── Step info ───────────────────────────────────
Command               cp input.txt wrong.txt
Return code           0
───────────────────────── Expected outputs not created ─────────────────────────
output.txt
────────────────────────────────────────────────────────────────────────────────
   WARNING │ 1 step(s) failed.
   WARNING │ Skipping file cleanup due to incomplete build.
   WARNING │ Check logs: .stepup/fail.log .stepup/warning.log
     PHASE │ watch
  DIRECTOR │ Stopping workers.
  DIRECTOR │ See you!
