root:
             product   file:plan.py
             product   step:./plan.py

file:plan.py
               state = CONFIRMED
             creator   root:
                sink   step:./plan.py

step:./plan.py
               state = SUCCEEDED
                need = PLAN
           using_env = STEPUP_PATH_FILTER [dynamic]
             creator   root:
              source   file:plan.py
             product   file:f1.txt
             product   file:work.py
             product   step:./work.py
             product   step:cat f1.txt f2.txt > f3.txt

file:f1.txt
               state = CONFIRMED
             creator   step:./plan.py
                sink   step:cat f1.txt f2.txt > f3.txt

file:work.py
               state = CONFIRMED
             creator   step:./plan.py
                sink   step:./work.py

step:./work.py
               state = SUCCEEDED
                need = DEFAULT
           using_env = STEPUP_PATH_FILTER [dynamic]
             creator   step:./plan.py
              source   file:work.py
             product   file:f2.txt
                sink   file:f2.txt

file:f2.txt
               state = BUILT
             creator   step:./work.py
              source   step:./work.py
                sink   step:cat f1.txt f2.txt > f3.txt

step:cat f1.txt f2.txt > f3.txt
               state = FAILED
                need = DEFAULT
             creator   step:./plan.py
              source   file:f1.txt
              source   file:f2.txt
             product   file:f3.txt
                sink   file:f3.txt

file:f3.txt
               state = PLANNED
             creator   step:cat f1.txt f2.txt > f3.txt
              source   step:cat f1.txt f2.txt > f3.txt
