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:cp -p hello.txt sub/hello.txt
             product   step:echo hello > hello.txt

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

file:hello.txt
               state = BUILT
             creator   step:echo hello > hello.txt
              source   step:echo hello > hello.txt
                sink   step:cp -p hello.txt sub/hello.txt

step:cp -p hello.txt sub/hello.txt
               state = SUCCEEDED
                need = DEFAULT
             creator   step:./plan.py
              source   file:hello.txt
             product   file:sub/hello.txt
                sink   file:sub/hello.txt

file:sub/hello.txt
               state = BUILT
             creator   step:cp -p hello.txt sub/hello.txt
              source   step:cp -p hello.txt sub/hello.txt
