test_r3_mapcalc 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,
...E
======================================================================
ERROR: test_nrows_ncols_ndepths_sum (__main__.TestBasicOperations)
Test if sum of nrows, ncols and ndepths matches one
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.mapcalc/testsuite/test_r3_mapcalc.py", line 61, in test_nrows_ncols_ndepths_sum
    self.assertRasterMinMax('nrows_ncols_ndepths_sum', refmin=2160, refmax=2160)
  File "etc/python/grass/gunittest/case.py", line 461, in assertRasterMinMax
    stdout = call_module('r.info', map=map, flags='r')
  File "etc/python/grass/gunittest/gmodules.py", line 131, in call_module
    raise CalledModuleError(returncode, module, kwargs, errors)
CalledModuleError: Module run 1 r.info ended with error
Process ended with non-zero return code {'map': 'nrows_ncols_ndepths_sum', 'flags': 'r', 'stderr': -1, 'stdout': -1}. See the following errors:
ERROR: Raster map <nrows_ncols_ndepths_sum> not found


----------------------------------------------------------------------
Ran 4 tests in 0.246s
FAILED (errors=1)