test_to_vect

./temporal/t.rast.to.vect – test_to_vect

Test failed

Testtest_to_vect
Testsuite./temporal/t.rast.to.vect
Test file./temporal/t.rast.to.vect/testsuite/test_to_vect.py
StatusFAILED
Return code1
Number of tests6
Successful tests2
Failed tests4
Percent successful33%
Test duration0:00:12.085183
Tested modulest.rast.to.vect

Supplementary files

Standard error output (stderr)

... (lines omitted)
    return self.safe_receive("read_vector_info")
  File "etc/python/grass/temporal/c_libraries_interface.py", line 1373, in safe_receive
    raise FatalError(message)
grass.exceptions.FatalError: read_vector_info
WARNING:root:Needed to restart the libgis server


======================================================================
FAIL: test_simple_points (__main__.TestRasterToVector)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.to.vect/testsuite/test_to_vect.py", line 54, in test_simple_points
    nprocs=1, overwrite=True, verbose=True)
  File "etc/python/grass/gunittest/case.py", line 1132, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <t.rast.to.vect> module ended with non-zero return code (1)
Called: t.rast_to_vect(input='A', output='result', type='point', basename='test', column='values', nprocs=1, flags=u'n', overwrite=True, verbose=True)
See the folowing errors:
r.to.vect input=a_1@__temporal_t_rast_to_vect_test_to_vect type=point column=value output=test_1@__temporal_t_rast_to_vect_test_to_vect --o --q
r.to.vect input=a_2@__temporal_t_rast_to_vect_test_to_vect type=point column=value output=test_2@__temporal_t_rast_to_vect_test_to_vect --o --q
WARNING: Vector map <test_2> already exists and will be overwritten
WARNING: Unable to open header file of vector <test_2@__temporal_t_rast_to_vect_test_to_vect>
ERROR: Unable to read header file of vector map <test_2@__temporal_t_rast_to_vect_test_to_vect>
r.to.vect input=a_3@__temporal_t_rast_to_vect_test_to_vect type=point column=value output=test_3@__temporal_t_rast_to_vect_test_to_vect --o --q
WARNING: Vector map <test_3> already exists and will be overwritten
r.to.vect input=a_4@__temporal_t_rast_to_vect_test_to_vect type=point column=value output=test_4@__temporal_t_rast_to_vect_test_to_vect --o --q
WARNING: Vector map <test_4> already exists and will be overwritten
r.to.vect input=a_5@__temporal_t_rast_to_vect_test_to_vect type=point column=value output=test_5@__temporal_t_rast_to_vect_test_to_vect --o --q
WARNING: Vector map <test_5> already exists and will be overwritten
Creating a new space time vector dataset
WARNING: Unable to open header file of vector <test_2@__temporal_t_rast_to_vect_test_to_vect>
ERROR: Unable to read header file of vector map <test_2@__temporal_t_rast_to_vect_test_to_vect>
Traceback (most recent call last):
  File "scripts/t.rast.to.vect", line 255, in <module>
    main(options, flags)
  File "scripts/t.rast.to.vect", line 221, in main
    map.load()
  File "etc/python/grass/temporal/space_time_datasets.py", line 926, in load
    self.get_mapset())
  File "etc/python/grass/temporal/c_libraries_interface.py", line 1220, in read_vector_info
    return self.safe_receive("read_vector_info")
  File "etc/python/grass/temporal/c_libraries_interface.py", line 1373, in safe_receive
    raise FatalError(message)
grass.exceptions.FatalError: read_vector_info
WARNING:root:Needed to restart the libgis server


----------------------------------------------------------------------
Ran 6 tests in 11.065s
FAILED (failures=4)