test_extract

./temporal/t.rast.extract – test_extract

Test failed

Test filetest_extract
Testsuite./temporal/t.rast.extract
StatusFAILED
Return code1
Number of tests2
Successful tests0
Failed tests2
Percent successful0%
Test duration0:00:01.143106

Supplementary files

Standard error output (stderr)

etc/python/grass/lib/gis.py:789: DeprecationWarning: classic int division
  ('__val', c_ulong * (1024 / (8 * sizeof(c_ulong)))),
etc/python/grass/pygrass/gis/region.py:17: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class Region(object):
/usr/lib/python2.7/dist-packages/numpy/core/__init__.py:6: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  from . import multiarray
/usr/lib/python2.7/dist-packages/numpy/core/__init__.py:7: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  from . import umath
etc/python/grass/pygrass/vector/geometry.py:302: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class Point(Geo):
etc/python/grass/pygrass/vector/table.py:165: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class Columns(object):
etc/python/grass/pygrass/vector/table.py:572: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class Link(object):
/usr/lib/python2.7/xml/etree/ElementTree.py:1627: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
EE
======================================================================
ERROR: setUpClass (__main__.TestRasterExtraction)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.extract/testsuite/test_extract.py", line 23, in setUpClass
    cls.runModule("g.gisenv",  set="TGIS_USE_CURRENT_MAPSET=1")
  File "etc/python/grass/gunittest/case.py", line 955, in runModule
    errors=errors)
CalledModuleError: Module run 1 g.gisenv ended with error
Process ended with non-zero return code g.gisenv(set='TGIS_USE_CURRENT_MAPSET=1', store='gisrc'). See the following errors:

Description:
 Outputs and modifies the user's current GRASS variable settings.
 Prints all defined GRASS variables if no option is given.

Keywords:
 general, settings, variables

Usage:
 g.gisenv [-sn] [get=VARIABLE] [set="VARIABLE=value"] [unset=VARIABLE]
   [store=string] [--help] [--verbose] [--quiet]

Flags:
  -s   Use shell syntax (for "eval")
  -n   Don't use shell syntax
 --h   Print usage summary
 --v   Verbose module output
 --q   Quiet module output

Parameters:
    get   GRASS variable to get
    set   GRASS variable to set
  unset   GRASS variable to unset
  store   Where GRASS variable is stored
          options: gisrc,mapset
          default: gisrc

ERROR: Value <'gisrc'> out of range for parameter <store>
	Legal range: gisrc,mapset


======================================================================
ERROR: setUpClass (__main__.TestRasterExtractionFails)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.extract/testsuite/test_extract.py", line 157, in setUpClass
    cls.runModule("g.gisenv",  set="TGIS_USE_CURRENT_MAPSET=1")
  File "etc/python/grass/gunittest/case.py", line 955, in runModule
    errors=errors)
CalledModuleError: Module run 1 g.gisenv ended with error
Process ended with non-zero return code g.gisenv(set='TGIS_USE_CURRENT_MAPSET=1', store='gisrc'). See the following errors:

Description:
 Outputs and modifies the user's current GRASS variable settings.
 Prints all defined GRASS variables if no option is given.

Keywords:
 general, settings, variables

Usage:
 g.gisenv [-sn] [get=VARIABLE] [set="VARIABLE=value"] [unset=VARIABLE]
   [store=string] [--help] [--verbose] [--quiet]

Flags:
  -s   Use shell syntax (for "eval")
  -n   Don't use shell syntax
 --h   Print usage summary
 --v   Verbose module output
 --q   Quiet module output

Parameters:
    get   GRASS variable to get
    set   GRASS variable to set
  unset   GRASS variable to unset
  store   Where GRASS variable is stored
          options: gisrc,mapset
          default: gisrc

ERROR: Value <'gisrc'> out of range for parameter <store>
	Legal range: gisrc,mapset


----------------------------------------------------------------------
Ran 0 tests in 0.097s
FAILED (errors=2)