test_distr_tgis_db_raster3d 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,
FF..
======================================================================
FAIL: test_raster_info (__main__.testRaster3dExtraction)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.connect/testsuite/test_distr_tgis_db_raster3d.py", line 230, in test_raster_info
    module=info, reference=tinfo_string, precision=2, sep="=")
  File "etc/python/grass/gunittest/case.py", line 254, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: t.info input=a1@test3d1 type=raster_3d -g difference:
mismatch values (key, reference, actual): [('end_time', '2001-02-01 00:00:00', u"'2001-02-01 00:00:00'"), ('start_time', '2001-01-01 00:00:00', u"'2001-01-01 00:00:00'")]
command: t.info input=a1@test3d1 type=raster_3d -g {}

======================================================================
FAIL: test_strds_info (__main__.testRaster3dExtraction)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.connect/testsuite/test_distr_tgis_db_raster3d.py", line 177, in test_strds_info
    module=info, reference=tinfo_string, precision=2, sep="=")
  File "etc/python/grass/gunittest/case.py", line 254, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: t.info input=A@test3d1 type=str3ds -g difference:
mismatch values (key, reference, actual): [('end_time', '2001-04-01 00:00:00', u"'2001-04-01 00:00:00'"), ('granularity', '1 month', u"'1 month'"), ('start_time', '2001-01-01 00:00:00', u"'2001-01-01 00:00:00'")]
command: t.info input=A@test3d1 type=str3ds -g {}

----------------------------------------------------------------------
Ran 4 tests in 21.666s
FAILED (failures=2)