test_profile_ncspm stderr

/usr/lib/python2.7/xml/etree/ElementTree.py:1627: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
FFFFFF
======================================================================
FAIL: test_profile_default (__main__.TestProfileNCSPM)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.profile/testsuite/test_profile_ncspm.py", line 147, in test_profile_default
    self.assertModule(rprofile)
  File "etc/python/grass/gunittest/case.py", line 1132, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.profile> module ended with non-zero return code (1)
Called: r.profile(input='elevation', output='-', coordinates=[637656, 224222, 637766, 224289], null_value='*')
See the folowing errors:
Using resolution: 10 [meters]
WARNING: G__open(read): Unable to open '/grassdata/tests-grassdata/nc_spm_08_grass7/__raster_r_profile_test_profile_ncspm/cellhd/elevation': No such file or directory
ERROR: Error reading reclass file for raster map <elevation>


======================================================================
FAIL: test_profile_directions (__main__.TestProfileNCSPM)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.profile/testsuite/test_profile_ncspm.py", line 186, in test_profile_directions
    self.assertModule(rprofile)
  File "etc/python/grass/gunittest/case.py", line 1132, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.profile> module ended with non-zero return code (1)
Called: r.profile(input='elevation', output='-', coordinates=[635747, 222664, 635673, 222717, 635563, 222634, 635641, 222543, 635747, 222664], null_value='*', flags=u'g')
See the folowing errors:
Using resolution: 10 [meters]
WARNING: G__open(read): Unable to open '/grassdata/tests-grassdata/nc_spm_08_grass7/__raster_r_profile_test_profile_ncspm/cellhd/elevation': No such file or directory
ERROR: Error reading reclass file for raster map <elevation>


======================================================================
FAIL: test_profile_m (__main__.TestProfileNCSPM)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.profile/testsuite/test_profile_ncspm.py", line 155, in test_profile_m
    self.assertModule(rprofile)
  File "etc/python/grass/gunittest/case.py", line 1132, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.profile> module ended with non-zero return code (1)
Called: r.profile(input='elevation', output='-', coordinates=[637656, 224222, 637766, 224289], null_value='*', units='meters')
See the folowing errors:
Using resolution: 10 [meters]
WARNING: G__open(read): Unable to open '/grassdata/tests-grassdata/nc_spm_08_grass7/__raster_r_profile_test_profile_ncspm/cellhd/elevation': No such file or directory
ERROR: Error reading reclass file for raster map <elevation>


======================================================================
FAIL: test_profile_ne (__main__.TestProfileNCSPM)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.profile/testsuite/test_profile_ncspm.py", line 170, in test_profile_ne
    self.assertModule(rprofile)
  File "etc/python/grass/gunittest/case.py", line 1132, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.profile> module ended with non-zero return code (1)
Called: r.profile(input='elevation', output='-', coordinates=[637656, 224222, 637766, 224289], null_value='*', flags=u'g')
See the folowing errors:
Using resolution: 10 [meters]
WARNING: G__open(read): Unable to open '/grassdata/tests-grassdata/nc_spm_08_grass7/__raster_r_profile_test_profile_ncspm/cellhd/elevation': No such file or directory
ERROR: Error reading reclass file for raster map <elevation>


======================================================================
FAIL: test_profile_region (__main__.TestProfileNCSPM)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.profile/testsuite/test_profile_ncspm.py", line 177, in test_profile_region
    self.assertModule(rprofile)
  File "etc/python/grass/gunittest/case.py", line 1132, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.profile> module ended with non-zero return code (1)
Called: r.profile(input='elevation', output='-', coordinates=[644914, 224579, 644986, 224627, 645091, 224549], null_value='nodata')
See the folowing errors:
Using resolution: 10 [meters]
WARNING: G__open(read): Unable to open '/grassdata/tests-grassdata/nc_spm_08_grass7/__raster_r_profile_test_profile_ncspm/cellhd/elevation': No such file or directory
ERROR: Error reading reclass file for raster map <elevation>


======================================================================
FAIL: test_profile_resolution (__main__.TestProfileNCSPM)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.profile/testsuite/test_profile_ncspm.py", line 162, in test_profile_resolution
    self.assertModule(rprofile)
  File "etc/python/grass/gunittest/case.py", line 1132, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.profile> module ended with non-zero return code (1)
Called: r.profile(input='elevation', output='-', coordinates=[637656, 224222, 637766, 224289], resolution=25.0, null_value='*')
See the folowing errors:
Using resolution: 25 [meters]
WARNING: G__open(read): Unable to open '/grassdata/tests-grassdata/nc_spm_08_grass7/__raster_r_profile_test_profile_ncspm/cellhd/elevation': No such file or directory
ERROR: Error reading reclass file for raster map <elevation>


----------------------------------------------------------------------
Ran 6 tests in 0.148s
FAILED (failures=6)