test_strds_to_rast3 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,
FFFFFFF
======================================================================
FAIL: test_3m (__main__.TestSTRDSToRast3)
Convert STRDS into 3d raster map, granularity 3 months
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.to.rast3/testsuite/test_strds_to_rast3.py", line 85, in test_3m
    self.assertModule("t.rast.to.rast3",  input="precip_i",  output="precip_i")
  File "etc/python/grass/gunittest/case.py", line 1164, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <t.rast.to.rast3> module ended with non-zero return code (1)
Called: t.rast_to_rast3(input='precip_i', output='precip_i')
See the following errors:
Traceback (most recent call last):
  File "scripts/t.rast.to.rast3", line 201, in <module>
    main()
  File "scripts/t.rast.to.rast3", line 65, in main
    maps = sp.get_registered_maps_as_objects_by_granularity()
  File "etc/python/grass/temporal/abstract_space_time_dataset.py", line 1086, in get_registered_maps_as_objects_by_granularity
    gran)
  File "etc/python/grass/temporal/abstract_space_time_dataset.py", line 1253, in resample_maplist_by_granularity
    tb.build(gap_list, 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_3m_gap (__main__.TestSTRDSToRast3)
Convert STRDS with gaps into 3d raster map, granularity 3 months
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.to.rast3/testsuite/test_strds_to_rast3.py", line 151, in test_3m_gap
    self.assertModule("t.rast.to.rast3",  input="precip_i",  output="precip_i")
  File "etc/python/grass/gunittest/case.py", line 1164, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <t.rast.to.rast3> module ended with non-zero return code (1)
Called: t.rast_to_rast3(input='precip_i', output='precip_i')
See the following errors:
Traceback (most recent call last):
  File "scripts/t.rast.to.rast3", line 201, in <module>
    main()
  File "scripts/t.rast.to.rast3", line 65, in main
    maps = sp.get_registered_maps_as_objects_by_granularity()
  File "etc/python/grass/temporal/abstract_space_time_dataset.py", line 1086, in get_registered_maps_as_objects_by_granularity
    gran)
  File "etc/python/grass/temporal/abstract_space_time_dataset.py", line 1253, in resample_maplist_by_granularity
    tb.build(gap_list, 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_days (__main__.TestSTRDSToRast3MultiGran)
Convert STRDS into 3d raster map, granularity 7 days
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.to.rast3/testsuite/test_strds_to_rast3.py", line 307, in test_days
    self.assertModule("t.rast.to.rast3",  input="precip_d",  output="precip_d")
  File "etc/python/grass/gunittest/case.py", line 1164, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <t.rast.to.rast3> module ended with non-zero return code (1)
Called: t.rast_to_rast3(input='precip_d', output='precip_d')
See the following errors:
Traceback (most recent call last):
  File "scripts/t.rast.to.rast3", line 201, in <module>
    main()
  File "scripts/t.rast.to.rast3", line 65, in main
    maps = sp.get_registered_maps_as_objects_by_granularity()
  File "etc/python/grass/temporal/abstract_space_time_dataset.py", line 1086, in get_registered_maps_as_objects_by_granularity
    gran)
  File "etc/python/grass/temporal/abstract_space_time_dataset.py", line 1253, in resample_maplist_by_granularity
    tb.build(gap_list, 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_hours (__main__.TestSTRDSToRast3MultiGran)
Convert STRDS into 3d raster map, granularity 3 hours
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.to.rast3/testsuite/test_strds_to_rast3.py", line 336, in test_hours
    self.assertModule("t.rast.to.rast3",  input="precip_d",  output="precip_d")
  File "etc/python/grass/gunittest/case.py", line 1164, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <t.rast.to.rast3> module ended with non-zero return code (1)
Called: t.rast_to_rast3(input='precip_d', output='precip_d')
See the following errors:
Traceback (most recent call last):
  File "scripts/t.rast.to.rast3", line 201, in <module>
    main()
  File "scripts/t.rast.to.rast3", line 65, in main
    maps = sp.get_registered_maps_as_objects_by_granularity()
  File "etc/python/grass/temporal/abstract_space_time_dataset.py", line 1086, in get_registered_maps_as_objects_by_granularity
    gran)
  File "etc/python/grass/temporal/abstract_space_time_dataset.py", line 1253, in resample_maplist_by_granularity
    tb.build(gap_list, 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_minutes (__main__.TestSTRDSToRast3MultiGran)
Convert STRDS into 3d raster map, granularity 17 minutes
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.to.rast3/testsuite/test_strds_to_rast3.py", line 365, in test_minutes
    self.assertModule("t.rast.to.rast3",  input="precip_d",  output="precip_d")
  File "etc/python/grass/gunittest/case.py", line 1164, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <t.rast.to.rast3> module ended with non-zero return code (1)
Called: t.rast_to_rast3(input='precip_d', output='precip_d')
See the following errors:
Traceback (most recent call last):
  File "scripts/t.rast.to.rast3", line 201, in <module>
    main()
  File "scripts/t.rast.to.rast3", line 65, in main
    maps = sp.get_registered_maps_as_objects_by_granularity()
  File "etc/python/grass/temporal/abstract_space_time_dataset.py", line 1086, in get_registered_maps_as_objects_by_granularity
    gran)
  File "etc/python/grass/temporal/abstract_space_time_dataset.py", line 1253, in resample_maplist_by_granularity
    tb.build(gap_list, 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_months (__main__.TestSTRDSToRast3MultiGran)
Convert STRDS into 3d raster map, granularity 6 months
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.to.rast3/testsuite/test_strds_to_rast3.py", line 279, in test_months
    self.assertModule("t.rast.to.rast3",  input="precip_d",  output="precip_d")
  File "etc/python/grass/gunittest/case.py", line 1164, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <t.rast.to.rast3> module ended with non-zero return code (1)
Called: t.rast_to_rast3(input='precip_d', output='precip_d')
See the following errors:
Traceback (most recent call last):
  File "scripts/t.rast.to.rast3", line 201, in <module>
    main()
  File "scripts/t.rast.to.rast3", line 65, in main
    maps = sp.get_registered_maps_as_objects_by_granularity()
  File "etc/python/grass/temporal/abstract_space_time_dataset.py", line 1086, in get_registered_maps_as_objects_by_granularity
    gran)
  File "etc/python/grass/temporal/abstract_space_time_dataset.py", line 1253, in resample_maplist_by_granularity
    tb.build(gap_list, 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_years (__main__.TestSTRDSToRast3MultiGran)
Convert STRDS into 3d raster map, granularity5 years
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.to.rast3/testsuite/test_strds_to_rast3.py", line 251, in test_years
    self.assertModule("t.rast.to.rast3",  input="precip_d",  output="precip_d")
  File "etc/python/grass/gunittest/case.py", line 1164, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <t.rast.to.rast3> module ended with non-zero return code (1)
Called: t.rast_to_rast3(input='precip_d', output='precip_d')
See the following errors:
Traceback (most recent call last):
  File "scripts/t.rast.to.rast3", line 201, in <module>
    main()
  File "scripts/t.rast.to.rast3", line 65, in main
    maps = sp.get_registered_maps_as_objects_by_granularity()
  File "etc/python/grass/temporal/abstract_space_time_dataset.py", line 1086, in get_registered_maps_as_objects_by_granularity
    gran)
  File "etc/python/grass/temporal/abstract_space_time_dataset.py", line 1253, in resample_maplist_by_granularity
    tb.build(gap_list, 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 7 tests in 27.151s
FAILED (failures=7)