test_neighbors stderr

/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/raster/history.py:12: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class History(object):
/usr/lib/python2.7/dist-packages/mx/DateTime/mxDateTime/__init__.py:9: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  from mxDateTime import *
/usr/lib/python2.7/dist-packages/mx/DateTime/DateTime.py:563: DeprecationWarning: classic int division
  MaxDateTime = DateTime(_sys.maxint / 366 - 1, 12, 31)
/usr/lib/python2.7/dist-packages/mx/DateTime/DateTime.py:564: DeprecationWarning: classic int division
  MinDateTime = DateTime(-_sys.maxint / 366 + 2, 1, 1)
/usr/lib/python2.7/dist-packages/psycopg2/__init__.py:67: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  from psycopg2._psycopg import BINARY, NUMBER, STRING, DATETIME, ROWID
etc/python/grass/temporal/abstract_dataset.py:571: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class AbstractDatasetComparisonKeyStartTime(object):
etc/python/grass/temporal/abstract_dataset.py:621: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class AbstractDatasetComparisonKeyEndTime(object):
/usr/lib/python2.7/dist-packages/dateutil/relativedelta.py:15: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class weekday(object):
/usr/lib/python2.7/dist-packages/dateutil/tz.py:31: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class tzutc(datetime.tzinfo):
/usr/lib/python2.7/dist-packages/dateutil/tz.py:54: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class tzoffset(datetime.tzinfo):
/usr/lib/python2.7/dist-packages/dateutil/tz.py:83: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class tzlocal(datetime.tzinfo):
/usr/lib/python2.7/dist-packages/dateutil/tz.py:152: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class _ttinfo(object):
/usr/lib/python2.7/dist-packages/dateutil/tz.py:191: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class tzfile(datetime.tzinfo):
/usr/lib/python2.7/dist-packages/dateutil/tz.py:475: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class tzrange(datetime.tzinfo):
Default TGIS driver / database set to:
driver: sqlite
database: $GISDBASE/$LOCATION_NAME/$MAPSET/tgis/sqlite.db
WARNING: Temporal database connection defined as:
/grassdata/tests-grassdata/piemonte_utm32_wgs84_grass7/__temporal_t_rast_neighbors_test_neighbors/tgis/sqlite.db
But database file does not exist.
Creating temporal database: /grassdata/tests-grassdata/piemonte_utm32_wgs84_grass7/__temporal_t_rast_neighbors_test_neighbors/tgis/sqlite.db
/usr/lib/python2.7/xml/etree/ElementTree.py:1627: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
FEFEFEFE
======================================================================
ERROR: test_num_suffix (__main__.TestAggregationAbsolute)
Test simple t.rast.neighbors
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.neighbors/testsuite/test_neighbors.py", line 47, in tearDown
    self.runModule("t.remove", flags="rf", type="strds", inputs="B")
  File "etc/python/grass/gunittest/case.py", line 1095, in runModule
    errors=errors)
CalledModuleError: Module run 1 t.remove ended with error
Process ended with non-zero return code t.remove(inputs=['B'], type='strds', flags=u'rf'). See the following errors:
ERROR: Space time raster dataset <B> not found


======================================================================
ERROR: test_simple (__main__.TestAggregationAbsolute)
Test simple t.rast.neighbors
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.neighbors/testsuite/test_neighbors.py", line 47, in tearDown
    self.runModule("t.remove", flags="rf", type="strds", inputs="B")
  File "etc/python/grass/gunittest/case.py", line 1095, in runModule
    errors=errors)
CalledModuleError: Module run 1 t.remove ended with error
Process ended with non-zero return code t.remove(inputs=['B'], type='strds', flags=u'rf'). See the following errors:
ERROR: Space time raster dataset <B> not found


======================================================================
ERROR: test_time_suffix (__main__.TestAggregationAbsolute)
Test simple t.rast.neighbors
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.neighbors/testsuite/test_neighbors.py", line 47, in tearDown
    self.runModule("t.remove", flags="rf", type="strds", inputs="B")
  File "etc/python/grass/gunittest/case.py", line 1095, in runModule
    errors=errors)
CalledModuleError: Module run 1 t.remove ended with error
Process ended with non-zero return code t.remove(inputs=['B'], type='strds', flags=u'rf'). See the following errors:
ERROR: Space time raster dataset <B> not found


======================================================================
ERROR: test_where (__main__.TestAggregationAbsolute)
Test simple t.rast.neighbors
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.neighbors/testsuite/test_neighbors.py", line 47, in tearDown
    self.runModule("t.remove", flags="rf", type="strds", inputs="B")
  File "etc/python/grass/gunittest/case.py", line 1095, in runModule
    errors=errors)
CalledModuleError: Module run 1 t.remove ended with error
Process ended with non-zero return code t.remove(inputs=['B'], type='strds', flags=u'rf'). See the following errors:
ERROR: Space time raster dataset <B> not found


======================================================================
FAIL: test_num_suffix (__main__.TestAggregationAbsolute)
Test simple t.rast.neighbors
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.neighbors/testsuite/test_neighbors.py", line 81, in test_num_suffix
    self.assertModule(trast_list)
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <t.rast.neighbors> module ended with non-zero return code (1)
Called: t.rast_neighbors(input='A', output='B', size=5, method='average', basename='b', suffix='num%03', nprocs=1, overwrite=True, quiet=True)
See the following errors:
Traceback (most recent call last):
  File "scripts/t.rast.neighbors", line 218, in <module>
    main()
  File "scripts/t.rast.neighbors", line 160, in main
    mod(input=map.get_id(), output=new_map.get_id())
  File "etc/python/grass/pygrass/modules/interface/module.py", line 566, in __call__
    self.outputs[key].value = val
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 189, in _set_value
    self._value, self._rawvalue = _check_value(self, value)
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 77, in _check_value
    check_string(value)
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 47, in check_string
    raise ValueError(msg % (param.name, type(value), value))
ValueError: The Parameter <output> require a string, <type 'unicode'> instead is provided: u'b_001@__temporal_t_rast_neighbors_test_neighbors'


======================================================================
FAIL: test_simple (__main__.TestAggregationAbsolute)
Test simple t.rast.neighbors
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.neighbors/testsuite/test_neighbors.py", line 64, in test_simple
    self.assertModule(trast_list)
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <t.rast.neighbors> module ended with non-zero return code (1)
Called: t.rast_neighbors(input='A', output='B', size=5, method='average', basename='b', suffix='gran', nprocs=1, overwrite=True, quiet=True)
See the following errors:
Traceback (most recent call last):
  File "scripts/t.rast.neighbors", line 218, in <module>
    main()
  File "scripts/t.rast.neighbors", line 160, in main
    mod(input=map.get_id(), output=new_map.get_id())
  File "etc/python/grass/pygrass/modules/interface/module.py", line 566, in __call__
    self.outputs[key].value = val
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 189, in _set_value
    self._value, self._rawvalue = _check_value(self, value)
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 77, in _check_value
    check_string(value)
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 47, in check_string
    raise ValueError(msg % (param.name, type(value), value))
ValueError: The Parameter <output> require a string, <type 'unicode'> instead is provided: u'b_2001_01@__temporal_t_rast_neighbors_test_neighbors'


======================================================================
FAIL: test_time_suffix (__main__.TestAggregationAbsolute)
Test simple t.rast.neighbors
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.neighbors/testsuite/test_neighbors.py", line 73, in test_time_suffix
    self.assertModule(trast_list)
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <t.rast.neighbors> module ended with non-zero return code (1)
Called: t.rast_neighbors(input='A', output='B', size=5, method='average', basename='b', suffix='time', nprocs=1, overwrite=True, quiet=True)
See the following errors:
Traceback (most recent call last):
  File "scripts/t.rast.neighbors", line 218, in <module>
    main()
  File "scripts/t.rast.neighbors", line 160, in main
    mod(input=map.get_id(), output=new_map.get_id())
  File "etc/python/grass/pygrass/modules/interface/module.py", line 566, in __call__
    self.outputs[key].value = val
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 189, in _set_value
    self._value, self._rawvalue = _check_value(self, value)
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 77, in _check_value
    check_string(value)
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 47, in check_string
    raise ValueError(msg % (param.name, type(value), value))
ValueError: The Parameter <output> require a string, <type 'unicode'> instead is provided: u'b_2001_01_01T00_00_00@__temporal_t_rast_neighbors_test_neighbors'


======================================================================
FAIL: test_where (__main__.TestAggregationAbsolute)
Test simple t.rast.neighbors
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.neighbors/testsuite/test_neighbors.py", line 54, in test_where
    self.assertModule(trast_list)
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <t.rast.neighbors> module ended with non-zero return code (1)
Called: t.rast_neighbors(input='A', output='B', where="start_time <= '2001-02-01 00:00:00'", size=5, method='average', basename='b', suffix='gran', nprocs=1, overwrite=True, quiet=True)
See the following errors:
Traceback (most recent call last):
  File "scripts/t.rast.neighbors", line 218, in <module>
    main()
  File "scripts/t.rast.neighbors", line 160, in main
    mod(input=map.get_id(), output=new_map.get_id())
  File "etc/python/grass/pygrass/modules/interface/module.py", line 566, in __call__
    self.outputs[key].value = val
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 189, in _set_value
    self._value, self._rawvalue = _check_value(self, value)
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 77, in _check_value
    check_string(value)
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 47, in check_string
    raise ValueError(msg % (param.name, type(value), value))
ValueError: The Parameter <output> require a string, <type 'unicode'> instead is provided: u'b_2001_01@__temporal_t_rast_neighbors_test_neighbors'


----------------------------------------------------------------------
Ran 4 tests in 7.828s
FAILED (failures=4, errors=4)