test_r_mapcalc stderr

etc/python/grass/lib/gis.py:789: DeprecationWarning: classic int division
  ('__val', c_ulong * (1024 / (8 * sizeof(c_ulong)))),
etc/python/grass/pygrass/gis/region.py:17: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class Region(object):
/usr/lib/python2.7/dist-packages/numpy/core/__init__.py:6: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  from . import multiarray
/usr/lib/python2.7/dist-packages/numpy/core/__init__.py:7: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  from . import umath
etc/python/grass/pygrass/vector/geometry.py:302: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class Point(Geo):
etc/python/grass/pygrass/vector/table.py:165: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class Columns(object):
etc/python/grass/pygrass/vector/table.py:572: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class Link(object):
/usr/lib/python2.7/xml/etree/ElementTree.py:1627: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
FFFFF.
======================================================================
FAIL: test_auto_seed (__main__.TestRandFunction)
Test that two runs with -s does not give same maps
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.mapcalc/testsuite/test_r_mapcalc.py", line 145, in test_auto_seed
    expression='rand_auto_1 = rand(1., 2)')
  File "etc/python/grass/gunittest/case.py", line 1018, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.mapcalc> module ended with non-zero return code (1)
Called: r.mapcalc(expression='rand_auto_1 = rand(1., 2)', flags=u's')
See the folowing errors:
syntax error, unexpected $end, expecting '='
Parse error
ERROR: parse error


======================================================================
FAIL: test_seed_cell (__main__.TestRandFunction)
Test given seed with CELL against reference map
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.mapcalc/testsuite/test_r_mapcalc.py", line 101, in test_seed_cell
    expression='rand_cell = rand(1, 200)')
  File "etc/python/grass/gunittest/case.py", line 1018, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.mapcalc> module ended with non-zero return code (1)
Called: r.mapcalc(expression='rand_cell = rand(1, 200)', seed=500)
See the folowing errors:
syntax error, unexpected $end, expecting '='
Parse error
ERROR: parse error


======================================================================
FAIL: test_seed_dcell (__main__.TestRandFunction)
Test given seed with DCELL against reference map
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.mapcalc/testsuite/test_r_mapcalc.py", line 117, in test_seed_dcell
    expression='rand_dcell = rand(1.0, 200.0)')
  File "etc/python/grass/gunittest/case.py", line 1018, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.mapcalc> module ended with non-zero return code (1)
Called: r.mapcalc(expression='rand_dcell = rand(1.0, 200.0)', seed=600)
See the folowing errors:
syntax error, unexpected $end, expecting '='
Parse error
ERROR: parse error


======================================================================
FAIL: test_seed_fcell (__main__.TestRandFunction)
Test given seed with FCELL against reference map
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.mapcalc/testsuite/test_r_mapcalc.py", line 133, in test_seed_fcell
    expression='rand_fcell = rand(float(1), 200)')
  File "etc/python/grass/gunittest/case.py", line 1018, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.mapcalc> module ended with non-zero return code (1)
Called: r.mapcalc(expression='rand_fcell = rand(float(1), 200)', seed=700)
See the folowing errors:
syntax error, unexpected $end, expecting '='
Parse error
ERROR: parse error


======================================================================
FAIL: test_seed_not_required (__main__.TestRandFunction)
Test that seed is not required when rand() is not used
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.mapcalc/testsuite/test_r_mapcalc.py", line 86, in test_seed_not_required
    self.assertModule('r.mapcalc', expression='nonrand_cell = 200')
  File "etc/python/grass/gunittest/case.py", line 1018, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <r.mapcalc> module ended with non-zero return code (1)
Called: r.mapcalc(expression='nonrand_cell = 200')
See the folowing errors:
syntax error, unexpected $end, expecting '='
Parse error
ERROR: parse error


----------------------------------------------------------------------
Ran 6 tests in 0.324s
FAILED (failures=5)