test_gapfill 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,
F..FF
======================================================================
FAIL: test_simple_2procs (__main__.TestRasterToVector)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.gapfill/testsuite/test_gapfill.py", line 55, in test_simple_2procs
    basename="test", nprocs=2, verbose=True)
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <t.rast.gapfill> module ended with non-zero return code (1)
Called: t.rast_gapfill(input='A', basename='test', suffix='num%01', nprocs=2, verbose=True)
See the following errors:
Traceback (most recent call last):
  File "scripts/t.rast.gapfill", line 250, in <module>
    main()
  File "scripts/t.rast.gapfill", line 124, in main
    map_name = tgis.create_numeric_suffic(base, num + count, tsuffix)
AttributeError: 'module' object has no attribute 'create_numeric_suffic'


======================================================================
FAIL: test_simple_where (__main__.TestRasterToVector)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.gapfill/testsuite/test_gapfill.py", line 93, in test_simple_where
    basename="test", nprocs=1, verbose=True, suffix="num%01")
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <t.rast.gapfill> module ended with non-zero return code (1)
Called: t.rast_gapfill(input='A', where="start_time >= '2001-03-01'", basename='test', suffix='num%01', nprocs=1, verbose=True)
See the following errors:
Traceback (most recent call last):
  File "scripts/t.rast.gapfill", line 250, in <module>
    main()
  File "scripts/t.rast.gapfill", line 124, in main
    map_name = tgis.create_numeric_suffic(base, num + count, tsuffix)
AttributeError: 'module' object has no attribute 'create_numeric_suffic'


======================================================================
FAIL: test_simple_where_2 (__main__.TestRasterToVector)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.gapfill/testsuite/test_gapfill.py", line 128, in test_simple_where_2
    basename="test", nprocs=1, verbose=True, suffix="num%01")
  File "etc/python/grass/gunittest/case.py", line 1161, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <t.rast.gapfill> module ended with non-zero return code (1)
Called: t.rast_gapfill(input='A', where="start_time <= '2001-05-01'", basename='test', suffix='num%01', nprocs=1, verbose=True)
See the following errors:
Traceback (most recent call last):
  File "scripts/t.rast.gapfill", line 250, in <module>
    main()
  File "scripts/t.rast.gapfill", line 124, in main
    map_name = tgis.create_numeric_suffic(base, num + count, tsuffix)
AttributeError: 'module' object has no attribute 'create_numeric_suffic'


----------------------------------------------------------------------
Ran 5 tests in 18.215s
FAILED (failures=3)