Build: #4 failed

Job: Pipeline PR Test 6.7.4 failed

Stages & jobs

  1. Default Stage

Pipeline.infrastructure.utils.math test: Test case result

The below summarizes the result of the test "Pipeline.infrastructure.utils.math test" in build 4 of PIPESPECS - Pipeline Pull Request Test - PIPE-3068-clone-pipe-3040-and-pipe-2461-changes-to-the-main-branch - Pipeline PR Test 6.7.4.
Description
Pipeline.infrastructure.utils.math test
Test class
unnamed test suite
Method
pipeline.infrastructure.utils.math_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/site-packages/_pytest/python.py:507: in importtestmodule
    mod = import_path(
../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
../../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:24: in <module>
    from . import config, domain, environment, infrastructure
domain/__init__.py:1: in <module>
    from .antenna import Antenna
domain/antenna.py:4: in <module>
    from pipeline.infrastructure import casa_tools
infrastructure/__init__.py:8: in <module>
    from . import callibrary
infrastructure/callibrary.py:20: in <module>
    from . import casa_tools, launcher, logging, utils
infrastructure/launcher.py:19: in <module>
    from pipeline import domain, environment
environment.py:32: in <module>
    from .infrastructure import casa_tools, logging, mpihelpers, utils
infrastructure/mpihelpers.py:9: in <module>
    from pipeline.infrastructure import daskhelpers, exceptions, logging
infrastructure/daskhelpers.py:36: in <module>
    from pipeline.infrastructure.utils import get_obj_size, human_file_size
infrastructure/utils/__init__.py:39: in <module>
    from .imaging import *
E     File "/home/casatest/casa-build-utils/pipeline/workdir/pipeline/pipeline/infrastructure/utils/imaging.py", line 7
E       from __future__ import annotations
E       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E   SyntaxError: from __future__ imports must occur at the beginning of the file