test_profile_ncspm stderr

etc/python/grass/lib/gis.py:803: DeprecationWarning: classic int division
  ('__val', c_ulong * (1024 / (8 * sizeof(c_ulong)))),
ERROR: Raster map <elevation> not found
E
======================================================================
ERROR: setUpClass (__main__.TestProfileNCSPM)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.profile/testsuite/test_profile_ncspm.py", line 137, in setUpClass
    gcore.run_command('g.region', rast='elevation')
  File "etc/python/grass/script/core.py", line 373, in run_command
    return handle_errors(returncode, returncode, args, kwargs)
  File "etc/python/grass/script/core.py", line 308, in handle_errors
    returncode=returncode)
CalledModuleError: Module run None ['g.region', 'rast=elevation'] ended with error
Process ended with non-zero return code 1. See errors in the (error) output.

----------------------------------------------------------------------
Ran 0 tests in 0.054s
FAILED (errors=1)