Build: #3 failed

Job: Pipeline PR Test 6.7.4 failed

Stages & jobs

  1. Default Stage

Pipeline.hifv.heuristics.standard test: Test case result

The below summarizes the result of the test "Pipeline.hifv.heuristics.standard test" in build 3 of PIPESPECS - Pipeline Pull Request Test - pipeline-error-communications - Pipeline PR Test 6.7.4.
Description
Pipeline.hifv.heuristics.standard test
Test class
unnamed test suite
Method
pipeline.hifv.heuristics.standard_test
Duration
< 1 sec
Status
Failed (Existing Failure)

Error Log

collection failure
../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1387: in _gcd_import
    ???
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1310: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:488: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1387: in _gcd_import
    ???
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1310: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:488: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1387: in _gcd_import
    ???
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1310: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:488: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1387: in _gcd_import
    ???
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:995: in exec_module
    ???
<frozen importlib._bootstrap>:488: in _call_with_frames_removed
    ???
__init__.py:335: in <module>
    inherit_docstring_and_type_hints()
__init__.py:321: in inherit_docstring_and_type_hints
    import pipeline.cli as cli
cli.py:5: in <module>
    from .h.cli import *
h/cli/__init__.py:3: in <module>
    from .h_init import h_init
h/cli/h_init.py:4: in <module>
    from . import cli, utils
h/cli/utils.py:25: in <module>
    propagate_stop_requested = contextvars.ContextVar('propagate_stop_requested', default=False)
                               ^^^^^^^^^^^
E   NameError: name 'contextvars' is not defined. Did you forget to import 'contextvars'