     PHASE │ run
  DIRECTOR │ Launched worker 0
     START │ ./plan.py
   SUCCESS │ ./plan.py
     START │ ./step.py
RESCHEDULE │ ./step.py
──────────────── Rescheduling due to unavailable amended inputs ────────────────
missing.txt
────────────────────────────────────────────────────────────────────────────────
     START │ echo Will be deleted by accident > missing.txt
   SUCCESS │ echo Will be deleted by accident > missing.txt
     START │ ./step.py
      FAIL │ ./step.py
────────────────────────────────── Step info ───────────────────────────────────
Command               ./step.py
Return code           1
──────────────────────────────── Standard error ────────────────────────────────
Traceback (most recent call last):
  File "${CASE}/./step.py", line ---, in <module>
    amend(inp="missing.txt")
  File "${PWD}/stepup/core/api.py", line ---, in amend
    check_inp_paths(su_inp_paths)
  File "${PWD}/stepup/core/api.py", line ---, in check_inp_paths
    raise ValueError(f"{message}: {inp_path}")
ValueError: Path does not exist: missing.txt
────────────────────────────────────────────────────────────────────────────────
   WARNING │ 1 step(s) failed, see error messages above
   WARNING │ Skipping cleanup due to incomplete build.
  WORKFLOW │ Dumped to .stepup/workflow.mpk.xz
     PHASE │ watch
  DIRECTOR │ Stopping workers.
  DIRECTOR │ See you!
