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 -v first.txt second.txt
             product   step:echo "spam" > first.txt

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

file:first.txt
               state = BUILT
             creator   step:echo "spam" > first.txt
              source   step:echo "spam" > first.txt
                sink   step:cp -v first.txt second.txt

step:cp -v first.txt second.txt
               state = SUCCEEDED
                need = DEFAULT
             creator   step:./plan.py
              source   file:first.txt
             product   file:second.txt
                sink   file:second.txt

file:second.txt
               state = BUILT
             creator   step:cp -v first.txt second.txt
              source   step:cp -v first.txt second.txt
