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   step:echo hello2 > hello2.txt

(step:echo hello1 > hello1.txt)
               state = SUCCEEDED
                need = DEFAULT
             product   (file:hello1.txt)
                sink   (file:hello1.txt)

(file:hello1.txt)
               state = BUILT
             creator   (step:echo hello1 > hello1.txt)
              source   (step:echo hello1 > hello1.txt)

step:echo hello2 > hello2.txt
               state = SUCCEEDED
                need = DEFAULT
             creator   step:./plan.py
             product   file:hello2.txt
                sink   file:hello2.txt

file:hello2.txt
               state = BUILT
             creator   step:echo hello2 > hello2.txt
              source   step:echo hello2 > hello2.txt
