   STARTUP │ (Re)initialized boot script
  DIRECTOR │ Launched worker 0
     PHASE │ run
     START │ ./plan.py
   SUCCESS │ ./plan.py
     START │ ./work1.py
RESCHEDULE │ ./work1.py
──────────────── Rescheduling due to unavailable amended inputs ────────────────
Missing inputs and/or required directories:
inp2.txt
────────────────────────────────────────────────────────────────────────────────
     START │ ./work2.py
RESCHEDULE │ ./work2.py
──────────────── Rescheduling due to unavailable amended inputs ────────────────
Missing inputs and/or required directories:
inp1.txt
────────────────────────────────────────────────────────────────────────────────
     START │ echo first > inp1.txt
   SUCCESS │ echo first > inp1.txt
     START │ echo second > inp2.txt
   SUCCESS │ echo second > inp2.txt
     START │ ./work2.py
   SUCCESS │ ./work2.py
     START │ ./work1.py
   SUCCESS │ ./work1.py
  DIRECTOR │ Trying to delete 0 outdated output(s).
   WARNING │ Check logs: .stepup/warning.log
     PHASE │ watch
  DIRECTOR │ Stopping workers.
  DIRECTOR │ See you!
