 STARTUP │ (Re)initialized boot script
   PHASE │ build
   START │ ./plan.py
 SUCCESS │ ./plan.py
─────────────────────────────── Standard output ────────────────────────────────
MATCHES: ['data/a.txt']
────────────────────────────────────────────────────────────────────────────────
DIRECTOR │ Ran 1 job(s).
 WARNING │ 1 glob match(es) are not declared static.
──────────────────────────── ./plan.py: data/*.txt ─────────────────────────────
           (no node)  data/a.txt
──────────────────────────────────── Remedy ────────────────────────────────────
Every matched file must be declared static or lie inside a static tree.
A matched directory also qualifies when it contains a static file or tree.
Declare the files with static(), or declare their directory as a static tree.
────────────────────────────────────────────────────────────────────────────────
DIRECTOR │ Trying to remove 0 deletable file(s) and empty director(y|ies)
 WARNING │ Check logs: .stepup/warning.log
   PHASE │ watch
DIRECTOR │ Wrote graph to current_graph1.txt, current_graph1_provenance.dot and current_graph1_dependency.dot
 DELETED │ data/a.txt
   PHASE │ build
   START │ ./plan.py
 SUCCESS │ ./plan.py
─────────────────────────────── Standard output ────────────────────────────────
MATCHES: []
────────────────────────────────────────────────────────────────────────────────
DIRECTOR │ Ran 1 job(s).
DIRECTOR │ Trying to remove 0 deletable file(s) and empty director(y|ies)
   PHASE │ watch
DIRECTOR │ Wrote graph to current_graph2.txt, current_graph2_provenance.dot and current_graph2_dependency.dot
DIRECTOR │ See you!
