test_v_profile stderr

/usr/lib/python2.7/xml/etree/ElementTree.py:1638: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
.EE.
======================================================================
ERROR: testFileExists (__main__.TestProfiling)
This function checks if the output file is written correctly
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.profile/testsuite/test_v_profile.py", line 103, in testFileExists
    output=self.outfile)
  File "etc/python/grass/gunittest/case.py", line 1098, in runModule
    errors=errors)
CalledModuleError: Module run 1 v.profile ended with error
Process ended with non-zero return code v.profile(input='poi_names_wake', type=['point', 'line'], layer='1', output='test_out.csv', separator='pipe', dp=2, buffer=10.0, coordinates=[(647952, 236176, 647950, 236217)], profile_layer=1). See the following errors:
ERROR: Vector map <poi_names_wake> not found

See available vector maps:
boundary_region
boundary_state
confini_comunali
firestations
geology
geonames
hospitals
points_bare_surface
points_of_interest
railroads
roadsmajor
schools
streams
streets
test_v_profile_points


======================================================================
ERROR: testOutput (__main__.TestProfiling)
Test correctness of output
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.profile/testsuite/test_v_profile.py", line 113, in testOutput
    vpro.run()
  File "etc/python/grass/pygrass/modules/interface/module.py", line 772, in run
    self.wait()
  File "etc/python/grass/pygrass/modules/interface/module.py", line 797, in wait
    module=self.name, errors=stderr)
CalledModuleError: Module run v.profile v.profile input=poi_names_wake type=point,line layer=1 output=- separator=pipe dp=2 buffer=200 profile_map=roadsmajor profile_where=cat='354' profile_layer=1 ended with error
Process ended with non-zero return code 1. See the following errors:
ERROR: Vector map <poi_names_wake> not found


----------------------------------------------------------------------
Ran 4 tests in 0.875s
FAILED (errors=2)