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,
FFFFF
======================================================================
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 1164, 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 136, in main
    tb.build(maps)
  File "etc/python/grass/temporal/spatio_temporal_relationships.py", line 552, in build
    vector.RTreeSearch2(tree, rect, list_)
ctypes.ArgumentError: argument 1: <type 'exceptions.TypeError'>: expected LP_struct_RTree instance instead of LP_struct_RTree


======================================================================
FAIL: test_simple_empty (__main__.TestRasterToVector)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.gapfill/testsuite/test_gapfill.py", line 182, in test_simple_empty
    self.assertLooksLike(text,  rast_list.outputs.stdout)
  File "etc/python/grass/gunittest/case.py", line 190, in assertLooksLike
    'reference argument is not a string'))
AssertionError: reference argument is not a string 
False is not true

======================================================================
FAIL: test_simple_gran (__main__.TestRasterToVector)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.gapfill/testsuite/test_gapfill.py", line 224, in test_simple_gran
    basename="test", nprocs=2, verbose=True)
  File "etc/python/grass/gunittest/case.py", line 1164, 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='time', 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 136, in main
    tb.build(maps)
  File "etc/python/grass/temporal/spatio_temporal_relationships.py", line 552, in build
    vector.RTreeSearch2(tree, rect, list_)
ctypes.ArgumentError: argument 1: <type 'exceptions.TypeError'>: expected LP_struct_RTree instance instead of LP_struct_RTree


======================================================================
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 1164, 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 136, in main
    tb.build(maps)
  File "etc/python/grass/temporal/spatio_temporal_relationships.py", line 552, in build
    vector.RTreeSearch2(tree, rect, list_)
ctypes.ArgumentError: argument 1: <type 'exceptions.TypeError'>: expected LP_struct_RTree instance instead of LP_struct_RTree


======================================================================
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 1164, 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 136, in main
    tb.build(maps)
  File "etc/python/grass/temporal/spatio_temporal_relationships.py", line 552, in build
    vector.RTreeSearch2(tree, rect, list_)
ctypes.ArgumentError: argument 1: <type 'exceptions.TypeError'>: expected LP_struct_RTree instance instead of LP_struct_RTree


----------------------------------------------------------------------
Ran 5 tests in 25.218s
FAILED (failures=5)