Build: #3 failed

Job: Pipeline PR Test 6.7.4 failed

Stages & jobs

  1. Default Stage

Build log

The build generated 41,265 lines of output.   The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.

07-May-2026 13:53:11     importlib.import_module(module_name)
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/importlib/__init__.py:90: in import_module
07-May-2026 13:53:11     return _bootstrap._gcd_import(name[level:], package, level)
07-May-2026 13:53:11            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1387: in _gcd_import
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1360: in _find_and_load
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1310: in _find_and_load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:488: in _call_with_frames_removed
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1387: in _gcd_import
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1360: in _find_and_load
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1310: in _find_and_load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:488: in _call_with_frames_removed
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1387: in _gcd_import
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1360: in _find_and_load
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1310: in _find_and_load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:488: in _call_with_frames_removed
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1387: in _gcd_import
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1360: in _find_and_load
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:935: in _load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap_external>:995: in exec_module
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:488: in _call_with_frames_removed
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 __init__.py:24: in <module>
07-May-2026 13:53:11     from . import config, domain, environment, infrastructure
07-May-2026 13:53:11 domain/__init__.py:1: in <module>
07-May-2026 13:53:11     from .antenna import Antenna
07-May-2026 13:53:11 domain/antenna.py:4: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure import casa_tools
07-May-2026 13:53:11 infrastructure/__init__.py:8: in <module>
07-May-2026 13:53:11     from . import callibrary
07-May-2026 13:53:11 infrastructure/callibrary.py:20: in <module>
07-May-2026 13:53:11     from . import casa_tools, launcher, logging, utils
07-May-2026 13:53:11 infrastructure/launcher.py:19: in <module>
07-May-2026 13:53:11     from pipeline import domain, environment
07-May-2026 13:53:11 environment.py:32: in <module>
07-May-2026 13:53:11     from .infrastructure import casa_tools, logging, mpihelpers, utils
07-May-2026 13:53:11 infrastructure/mpihelpers.py:9: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure import daskhelpers, exceptions, logging
07-May-2026 13:53:11 infrastructure/daskhelpers.py:36: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure.utils import get_obj_size, human_file_size
07-May-2026 13:53:11 infrastructure/utils/__init__.py:39: in <module>
07-May-2026 13:53:11     from .imaging import *
07-May-2026 13:53:11 E     File "/home/casatest/casa-build-utils/pipeline/workdir/pipeline/pipeline/infrastructure/utils/imaging.py", line 7
07-May-2026 13:53:11 E       from __future__ import annotations
07-May-2026 13:53:11 E       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07-May-2026 13:53:11 E   SyntaxError: from __future__ imports must occur at the beginning of the file
07-May-2026 13:53:11 _________ ERROR collecting pipeline/infrastructure/utils/utils_test.py _________
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/_pytest/python.py:507: in importtestmodule
07-May-2026 13:53:11     mod = import_path(
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/_pytest/pathlib.py:587: in import_path
07-May-2026 13:53:11     importlib.import_module(module_name)
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/importlib/__init__.py:90: in import_module
07-May-2026 13:53:11     return _bootstrap._gcd_import(name[level:], package, level)
07-May-2026 13:53:11            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1387: in _gcd_import
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1360: in _find_and_load
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1310: in _find_and_load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:488: in _call_with_frames_removed
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1387: in _gcd_import
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1360: in _find_and_load
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1310: in _find_and_load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:488: in _call_with_frames_removed
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1387: in _gcd_import
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1360: in _find_and_load
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1310: in _find_and_load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:488: in _call_with_frames_removed
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1387: in _gcd_import
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1360: in _find_and_load
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:935: in _load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap_external>:995: in exec_module
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:488: in _call_with_frames_removed
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 __init__.py:24: in <module>
07-May-2026 13:53:11     from . import config, domain, environment, infrastructure
07-May-2026 13:53:11 domain/__init__.py:1: in <module>
07-May-2026 13:53:11     from .antenna import Antenna
07-May-2026 13:53:11 domain/antenna.py:4: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure import casa_tools
07-May-2026 13:53:11 infrastructure/__init__.py:8: in <module>
07-May-2026 13:53:11     from . import callibrary
07-May-2026 13:53:11 infrastructure/callibrary.py:20: in <module>
07-May-2026 13:53:11     from . import casa_tools, launcher, logging, utils
07-May-2026 13:53:11 infrastructure/launcher.py:19: in <module>
07-May-2026 13:53:11     from pipeline import domain, environment
07-May-2026 13:53:11 environment.py:32: in <module>
07-May-2026 13:53:11     from .infrastructure import casa_tools, logging, mpihelpers, utils
07-May-2026 13:53:11 infrastructure/mpihelpers.py:9: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure import daskhelpers, exceptions, logging
07-May-2026 13:53:11 infrastructure/daskhelpers.py:36: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure.utils import get_obj_size, human_file_size
07-May-2026 13:53:11 infrastructure/utils/__init__.py:39: in <module>
07-May-2026 13:53:11     from .imaging import *
07-May-2026 13:53:11 E     File "/home/casatest/casa-build-utils/pipeline/workdir/pipeline/pipeline/infrastructure/utils/imaging.py", line 7
07-May-2026 13:53:11 E       from __future__ import annotations
07-May-2026 13:53:11 E       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07-May-2026 13:53:11 E   SyntaxError: from __future__ imports must occur at the beginning of the file
07-May-2026 13:53:11 ________ ERROR collecting pipeline/infrastructure/utils/weblog_test.py _________
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/_pytest/python.py:507: in importtestmodule
07-May-2026 13:53:11     mod = import_path(
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/_pytest/pathlib.py:587: in import_path
07-May-2026 13:53:11     importlib.import_module(module_name)
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/importlib/__init__.py:90: in import_module
07-May-2026 13:53:11     return _bootstrap._gcd_import(name[level:], package, level)
07-May-2026 13:53:11            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1387: in _gcd_import
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1360: in _find_and_load
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1310: in _find_and_load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:488: in _call_with_frames_removed
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1387: in _gcd_import
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1360: in _find_and_load
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1310: in _find_and_load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:488: in _call_with_frames_removed
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1387: in _gcd_import
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1360: in _find_and_load
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1310: in _find_and_load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:488: in _call_with_frames_removed
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1387: in _gcd_import
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1360: in _find_and_load
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:935: in _load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap_external>:995: in exec_module
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:488: in _call_with_frames_removed
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 __init__.py:24: in <module>
07-May-2026 13:53:11     from . import config, domain, environment, infrastructure
07-May-2026 13:53:11 domain/__init__.py:1: in <module>
07-May-2026 13:53:11     from .antenna import Antenna
07-May-2026 13:53:11 domain/antenna.py:4: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure import casa_tools
07-May-2026 13:53:11 infrastructure/__init__.py:8: in <module>
07-May-2026 13:53:11     from . import callibrary
07-May-2026 13:53:11 infrastructure/callibrary.py:20: in <module>
07-May-2026 13:53:11     from . import casa_tools, launcher, logging, utils
07-May-2026 13:53:11 infrastructure/launcher.py:19: in <module>
07-May-2026 13:53:11     from pipeline import domain, environment
07-May-2026 13:53:11 environment.py:32: in <module>
07-May-2026 13:53:11     from .infrastructure import casa_tools, logging, mpihelpers, utils
07-May-2026 13:53:11 infrastructure/mpihelpers.py:9: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure import daskhelpers, exceptions, logging
07-May-2026 13:53:11 infrastructure/daskhelpers.py:36: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure.utils import get_obj_size, human_file_size
07-May-2026 13:53:11 infrastructure/utils/__init__.py:39: in <module>
07-May-2026 13:53:11     from .imaging import *
07-May-2026 13:53:11 E     File "/home/casatest/casa-build-utils/pipeline/workdir/pipeline/pipeline/infrastructure/utils/imaging.py", line 7
07-May-2026 13:53:11 E       from __future__ import annotations
07-May-2026 13:53:11 E       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07-May-2026 13:53:11 E   SyntaxError: from __future__ imports must occur at the beginning of the file
07-May-2026 13:53:11 ____________ ERROR collecting pipeline/infrastructure/utils_test.py ____________
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/_pytest/python.py:507: in importtestmodule
07-May-2026 13:53:11     mod = import_path(
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/_pytest/pathlib.py:587: in import_path
07-May-2026 13:53:11     importlib.import_module(module_name)
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/importlib/__init__.py:90: in import_module
07-May-2026 13:53:11     return _bootstrap._gcd_import(name[level:], package, level)
07-May-2026 13:53:11            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1387: in _gcd_import
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1360: in _find_and_load
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1310: in _find_and_load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:488: in _call_with_frames_removed
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1387: in _gcd_import
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1360: in _find_and_load
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1310: in _find_and_load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:488: in _call_with_frames_removed
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1387: in _gcd_import
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1360: in _find_and_load
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:935: in _load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap_external>:995: in exec_module
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:488: in _call_with_frames_removed
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 __init__.py:24: in <module>
07-May-2026 13:53:11     from . import config, domain, environment, infrastructure
07-May-2026 13:53:11 domain/__init__.py:1: in <module>
07-May-2026 13:53:11     from .antenna import Antenna
07-May-2026 13:53:11 domain/antenna.py:4: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure import casa_tools
07-May-2026 13:53:11 infrastructure/__init__.py:8: in <module>
07-May-2026 13:53:11     from . import callibrary
07-May-2026 13:53:11 infrastructure/callibrary.py:20: in <module>
07-May-2026 13:53:11     from . import casa_tools, launcher, logging, utils
07-May-2026 13:53:11 infrastructure/launcher.py:19: in <module>
07-May-2026 13:53:11     from pipeline import domain, environment
07-May-2026 13:53:11 environment.py:32: in <module>
07-May-2026 13:53:11     from .infrastructure import casa_tools, logging, mpihelpers, utils
07-May-2026 13:53:11 infrastructure/mpihelpers.py:9: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure import daskhelpers, exceptions, logging
07-May-2026 13:53:11 infrastructure/daskhelpers.py:36: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure.utils import get_obj_size, human_file_size
07-May-2026 13:53:11 infrastructure/utils/__init__.py:39: in <module>
07-May-2026 13:53:11     from .imaging import *
07-May-2026 13:53:11 E     File "/home/casatest/casa-build-utils/pipeline/workdir/pipeline/pipeline/infrastructure/utils/imaging.py", line 7
07-May-2026 13:53:11 E       from __future__ import annotations
07-May-2026 13:53:11 E       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07-May-2026 13:53:11 E   SyntaxError: from __future__ imports must occur at the beginning of the file
07-May-2026 13:53:11 _____________ ERROR collecting pipeline/qa/scorecalculator_test.py _____________
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/_pytest/python.py:507: in importtestmodule
07-May-2026 13:53:11     mod = import_path(
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/_pytest/pathlib.py:587: in import_path
07-May-2026 13:53:11     importlib.import_module(module_name)
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/importlib/__init__.py:90: in import_module
07-May-2026 13:53:11     return _bootstrap._gcd_import(name[level:], package, level)
07-May-2026 13:53:11            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1387: in _gcd_import
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1360: in _find_and_load
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1310: in _find_and_load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:488: in _call_with_frames_removed
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1387: in _gcd_import
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1360: in _find_and_load
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1310: in _find_and_load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:488: in _call_with_frames_removed
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1387: in _gcd_import
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1360: in _find_and_load
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:935: in _load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap_external>:995: in exec_module
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:488: in _call_with_frames_removed
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 __init__.py:24: in <module>
07-May-2026 13:53:11     from . import config, domain, environment, infrastructure
07-May-2026 13:53:11 domain/__init__.py:1: in <module>
07-May-2026 13:53:11     from .antenna import Antenna
07-May-2026 13:53:11 domain/antenna.py:4: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure import casa_tools
07-May-2026 13:53:11 infrastructure/__init__.py:8: in <module>
07-May-2026 13:53:11     from . import callibrary
07-May-2026 13:53:11 infrastructure/callibrary.py:20: in <module>
07-May-2026 13:53:11     from . import casa_tools, launcher, logging, utils
07-May-2026 13:53:11 infrastructure/launcher.py:19: in <module>
07-May-2026 13:53:11     from pipeline import domain, environment
07-May-2026 13:53:11 environment.py:32: in <module>
07-May-2026 13:53:11     from .infrastructure import casa_tools, logging, mpihelpers, utils
07-May-2026 13:53:11 infrastructure/mpihelpers.py:9: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure import daskhelpers, exceptions, logging
07-May-2026 13:53:11 infrastructure/daskhelpers.py:36: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure.utils import get_obj_size, human_file_size
07-May-2026 13:53:11 infrastructure/utils/__init__.py:39: in <module>
07-May-2026 13:53:11     from .imaging import *
07-May-2026 13:53:11 E     File "/home/casatest/casa-build-utils/pipeline/workdir/pipeline/pipeline/infrastructure/utils/imaging.py", line 7
07-May-2026 13:53:11 E       from __future__ import annotations
07-May-2026 13:53:11 E       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07-May-2026 13:53:11 E   SyntaxError: from __future__ imports must occur at the beginning of the file
07-May-2026 13:53:11 __________ ERROR collecting pipeline/recipes/recipe_converter_test.py __________
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/_pytest/python.py:507: in importtestmodule
07-May-2026 13:53:11     mod = import_path(
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/_pytest/pathlib.py:587: in import_path
07-May-2026 13:53:11     importlib.import_module(module_name)
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/importlib/__init__.py:90: in import_module
07-May-2026 13:53:11     return _bootstrap._gcd_import(name[level:], package, level)
07-May-2026 13:53:11            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1387: in _gcd_import
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1360: in _find_and_load
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1310: in _find_and_load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:488: in _call_with_frames_removed
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1387: in _gcd_import
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1360: in _find_and_load
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1310: in _find_and_load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:488: in _call_with_frames_removed
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1387: in _gcd_import
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1360: in _find_and_load
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:935: in _load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap_external>:995: in exec_module
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:488: in _call_with_frames_removed
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 __init__.py:24: in <module>
07-May-2026 13:53:11     from . import config, domain, environment, infrastructure
07-May-2026 13:53:11 domain/__init__.py:1: in <module>
07-May-2026 13:53:11     from .antenna import Antenna
07-May-2026 13:53:11 domain/antenna.py:4: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure import casa_tools
07-May-2026 13:53:11 infrastructure/__init__.py:8: in <module>
07-May-2026 13:53:11     from . import callibrary
07-May-2026 13:53:11 infrastructure/callibrary.py:20: in <module>
07-May-2026 13:53:11     from . import casa_tools, launcher, logging, utils
07-May-2026 13:53:11 infrastructure/launcher.py:19: in <module>
07-May-2026 13:53:11     from pipeline import domain, environment
07-May-2026 13:53:11 environment.py:32: in <module>
07-May-2026 13:53:11     from .infrastructure import casa_tools, logging, mpihelpers, utils
07-May-2026 13:53:11 infrastructure/mpihelpers.py:9: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure import daskhelpers, exceptions, logging
07-May-2026 13:53:11 infrastructure/daskhelpers.py:36: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure.utils import get_obj_size, human_file_size
07-May-2026 13:53:11 infrastructure/utils/__init__.py:39: in <module>
07-May-2026 13:53:11     from .imaging import *
07-May-2026 13:53:11 E     File "/home/casatest/casa-build-utils/pipeline/workdir/pipeline/pipeline/infrastructure/utils/imaging.py", line 7
07-May-2026 13:53:11 E       from __future__ import annotations
07-May-2026 13:53:11 E       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07-May-2026 13:53:11 E   SyntaxError: from __future__ imports must occur at the beginning of the file
07-May-2026 13:53:11 _____________ ERROR collecting pipeline/recipes/tests/test_hifv.py _____________
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/_pytest/python.py:507: in importtestmodule
07-May-2026 13:53:11     mod = import_path(
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/_pytest/pathlib.py:587: in import_path
07-May-2026 13:53:11     importlib.import_module(module_name)
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/importlib/__init__.py:90: in import_module
07-May-2026 13:53:11     return _bootstrap._gcd_import(name[level:], package, level)
07-May-2026 13:53:11            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1387: in _gcd_import
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1360: in _find_and_load
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:935: in _load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/_pytest/assertion/rewrite.py:197: in exec_module
07-May-2026 13:53:11     exec(co, module.__dict__)
07-May-2026 13:53:11 recipes/tests/test_hifv.py:5: in <module>
07-May-2026 13:53:11     import pipeline
07-May-2026 13:53:11 __init__.py:24: in <module>
07-May-2026 13:53:11     from . import config, domain, environment, infrastructure
07-May-2026 13:53:11 domain/__init__.py:1: in <module>
07-May-2026 13:53:11     from .antenna import Antenna
07-May-2026 13:53:11 domain/antenna.py:4: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure import casa_tools
07-May-2026 13:53:11 infrastructure/__init__.py:8: in <module>
07-May-2026 13:53:11     from . import callibrary
07-May-2026 13:53:11 infrastructure/callibrary.py:20: in <module>
07-May-2026 13:53:11     from . import casa_tools, launcher, logging, utils
07-May-2026 13:53:11 infrastructure/launcher.py:19: in <module>
07-May-2026 13:53:11     from pipeline import domain, environment
07-May-2026 13:53:11 environment.py:32: in <module>
07-May-2026 13:53:11     from .infrastructure import casa_tools, logging, mpihelpers, utils
07-May-2026 13:53:11 infrastructure/mpihelpers.py:9: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure import daskhelpers, exceptions, logging
07-May-2026 13:53:11 infrastructure/daskhelpers.py:36: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure.utils import get_obj_size, human_file_size
07-May-2026 13:53:11 infrastructure/utils/__init__.py:39: in <module>
07-May-2026 13:53:11     from .imaging import *
07-May-2026 13:53:11 E     File "/home/casatest/casa-build-utils/pipeline/workdir/pipeline/pipeline/infrastructure/utils/imaging.py", line 7
07-May-2026 13:53:11 E       from __future__ import annotations
07-May-2026 13:53:11 E       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07-May-2026 13:53:11 E   SyntaxError: from __future__ imports must occur at the beginning of the file
07-May-2026 13:53:11 ______ ERROR collecting pipeline/recipes/tests/test_hifv_calimage_cont.py ______
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/_pytest/python.py:507: in importtestmodule
07-May-2026 13:53:11     mod = import_path(
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/_pytest/pathlib.py:587: in import_path
07-May-2026 13:53:11     importlib.import_module(module_name)
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/importlib/__init__.py:90: in import_module
07-May-2026 13:53:11     return _bootstrap._gcd_import(name[level:], package, level)
07-May-2026 13:53:11            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1387: in _gcd_import
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1360: in _find_and_load
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:935: in _load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/_pytest/assertion/rewrite.py:197: in exec_module
07-May-2026 13:53:11     exec(co, module.__dict__)
07-May-2026 13:53:11 recipes/tests/test_hifv_calimage_cont.py:3: in <module>
07-May-2026 13:53:11     import pipeline
07-May-2026 13:53:11 __init__.py:24: in <module>
07-May-2026 13:53:11     from . import config, domain, environment, infrastructure
07-May-2026 13:53:11 domain/__init__.py:1: in <module>
07-May-2026 13:53:11     from .antenna import Antenna
07-May-2026 13:53:11 domain/antenna.py:4: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure import casa_tools
07-May-2026 13:53:11 infrastructure/__init__.py:8: in <module>
07-May-2026 13:53:11     from . import callibrary
07-May-2026 13:53:11 infrastructure/callibrary.py:20: in <module>
07-May-2026 13:53:11     from . import casa_tools, launcher, logging, utils
07-May-2026 13:53:11 infrastructure/launcher.py:19: in <module>
07-May-2026 13:53:11     from pipeline import domain, environment
07-May-2026 13:53:11 environment.py:32: in <module>
07-May-2026 13:53:11     from .infrastructure import casa_tools, logging, mpihelpers, utils
07-May-2026 13:53:11 infrastructure/mpihelpers.py:9: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure import daskhelpers, exceptions, logging
07-May-2026 13:53:11 infrastructure/daskhelpers.py:36: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure.utils import get_obj_size, human_file_size
07-May-2026 13:53:11 infrastructure/utils/__init__.py:39: in <module>
07-May-2026 13:53:11     from .imaging import *
07-May-2026 13:53:11 E     File "/home/casatest/casa-build-utils/pipeline/workdir/pipeline/pipeline/infrastructure/utils/imaging.py", line 7
07-May-2026 13:53:11 E       from __future__ import annotations
07-May-2026 13:53:11 E       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07-May-2026 13:53:11 E   SyntaxError: from __future__ imports must occur at the beginning of the file
07-May-2026 13:53:11 ________ ERROR collecting pipeline/recipes/tests/test_hifv_contimage.py ________
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/_pytest/python.py:507: in importtestmodule
07-May-2026 13:53:11     mod = import_path(
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/_pytest/pathlib.py:587: in import_path
07-May-2026 13:53:11     importlib.import_module(module_name)
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/importlib/__init__.py:90: in import_module
07-May-2026 13:53:11     return _bootstrap._gcd_import(name[level:], package, level)
07-May-2026 13:53:11            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1387: in _gcd_import
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1360: in _find_and_load
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 <frozen importlib._bootstrap>:935: in _load_unlocked
07-May-2026 13:53:11     ???
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/_pytest/assertion/rewrite.py:197: in exec_module
07-May-2026 13:53:11     exec(co, module.__dict__)
07-May-2026 13:53:11 recipes/tests/test_hifv_contimage.py:3: in <module>
07-May-2026 13:53:11     import pipeline
07-May-2026 13:53:11 __init__.py:24: in <module>
07-May-2026 13:53:11     from . import config, domain, environment, infrastructure
07-May-2026 13:53:11 domain/__init__.py:1: in <module>
07-May-2026 13:53:11     from .antenna import Antenna
07-May-2026 13:53:11 domain/antenna.py:4: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure import casa_tools
07-May-2026 13:53:11 infrastructure/__init__.py:8: in <module>
07-May-2026 13:53:11     from . import callibrary
07-May-2026 13:53:11 infrastructure/callibrary.py:20: in <module>
07-May-2026 13:53:11     from . import casa_tools, launcher, logging, utils
07-May-2026 13:53:11 infrastructure/launcher.py:19: in <module>
07-May-2026 13:53:11     from pipeline import domain, environment
07-May-2026 13:53:11 environment.py:32: in <module>
07-May-2026 13:53:11     from .infrastructure import casa_tools, logging, mpihelpers, utils
07-May-2026 13:53:11 infrastructure/mpihelpers.py:9: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure import daskhelpers, exceptions, logging
07-May-2026 13:53:11 infrastructure/daskhelpers.py:36: in <module>
07-May-2026 13:53:11     from pipeline.infrastructure.utils import get_obj_size, human_file_size
07-May-2026 13:53:11 infrastructure/utils/__init__.py:39: in <module>
07-May-2026 13:53:11     from .imaging import *
07-May-2026 13:53:11 E     File "/home/casatest/casa-build-utils/pipeline/workdir/pipeline/pipeline/infrastructure/utils/imaging.py", line 7
07-May-2026 13:53:11 E       from __future__ import annotations
07-May-2026 13:53:11 E       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
07-May-2026 13:53:11 E   SyntaxError: from __future__ imports must occur at the beginning of the file
07-May-2026 13:53:11 =============================== warnings summary ===============================
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/google/protobuf/internal/well_known_types.py:91
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/google/protobuf/internal/well_known_types.py:91: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
07-May-2026 13:53:11     _EPOCH_DATETIME_NAIVE = datetime.datetime.utcfromtimestamp(0)
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:19
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:19: DeprecationWarning: Call to deprecated create function FileDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     DESCRIPTOR = _descriptor.FileDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:38
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:38: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:31
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:31: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _PID = _descriptor.Descriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:69
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:69: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:62
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:62: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _NUMPLOTS = _descriptor.Descriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:100
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:100: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:93
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:93: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _TOGGLE = _descriptor.Descriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:131
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:131: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:138
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:138: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:124
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:124: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _GRIDSIZE = _descriptor.Descriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:169
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:169: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:176
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:176: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:183
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:183: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:162
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:162: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _SETVIS = _descriptor.Descriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:214
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:214: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:221
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:221: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:228
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:228: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:235
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:235: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:242
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:242: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:249
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:249: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:256
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:256: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:263
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:263: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:270
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:270: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:277
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:277: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:284
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:284: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:291
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:291: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:207
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:207: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _SETAXES = _descriptor.Descriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:322
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:322: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:329
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:329: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:336
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:336: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:315
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:315: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _SETTOGGLE = _descriptor.Descriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:367
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:367: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:374
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:374: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:381
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:381: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:388
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:388: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:395
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:395: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:402
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:402: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:409
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:409: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:416
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:416: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:423
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:423: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:430
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:430: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:437
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:437: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:444
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:444: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:451
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:451: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:458
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:458: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:465
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:465: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:360
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:360: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _SETSELECTION = _descriptor.Descriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:496
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:496: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:503
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:503: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:510
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:510: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:517
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:517: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:524
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:524: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:531
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:531: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:538
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:538: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:545
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:545: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:552
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:552: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:559
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:559: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:489
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:489: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _SETAVERAGING = _descriptor.Descriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:590
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:590: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:597
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:597: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:604
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:604: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:611
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:611: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:618
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:618: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:625
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:625: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:583
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:583: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _SETTRANSFORM = _descriptor.Descriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:656
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:656: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:663
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:663: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:670
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:670: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:677
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:677: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:649
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:649: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _SETCALIBRATION = _descriptor.Descriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:708
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:708: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:715
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:715: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:722
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:722: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:729
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:729: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:736
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:736: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:743
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:743: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:750
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:750: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:757
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:757: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:764
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:764: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:771
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:771: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:701
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:701: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _SETFLAGEXTENSION = _descriptor.Descriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:802
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:802: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:795
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:795: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _EXPORTRANGE = _descriptor.Descriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:833
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:833: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:840
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:840: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:847
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:847: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:854
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:854: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:861
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:861: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:868
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:868: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:875
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:875: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:882
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:882: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:889
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:889: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:826
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:826: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _SETITERATE = _descriptor.Descriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:920
07-May-2026 13:53:11   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:920: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:11     _descriptor.FieldDescriptor(
07-May-2026 13:53:11
07-May-2026 13:53:11 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:927
07-May-2026 13:53:12   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:927: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:12     _descriptor.FieldDescriptor(
07-May-2026 13:53:12
07-May-2026 13:53:12 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:934
07-May-2026 13:53:12   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:934: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:12     _descriptor.FieldDescriptor(
07-May-2026 13:53:12
07-May-2026 13:53:12 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:913
07-May-2026 13:53:12   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:913: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:12     _SETSTRING = _descriptor.Descriptor(
07-May-2026 13:53:12
07-May-2026 13:53:12 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:965
07-May-2026 13:53:12   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:965: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:12     _descriptor.FieldDescriptor(
07-May-2026 13:53:12
07-May-2026 13:53:12 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:972
07-May-2026 13:53:12   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:972: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:12     _descriptor.FieldDescriptor(
07-May-2026 13:53:12
07-May-2026 13:53:12 ../../casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:979
07-May-2026 13:53:12   /home/casatest/casa-build-utils/pipeline/workdir/casa-6.7.4-3-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:979: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.
07-May-2026 13:53:12     _descriptor.FieldDescriptor(
07-May-2026 13:53:12
07-May-2026 13:53:12 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
07-May-2026 13:53:12 - generated xml file: /home/casatest/casa-build-utils/pipeline/workdir/pipeline_test_result.xml -
07-May-2026 13:53:12 =========================== short test summary info ============================
07-May-2026 13:53:12 ERROR h/heuristics/importdata_test.py
07-May-2026 13:53:12 ERROR h/heuristics/linefinder_test.py
07-May-2026 13:53:12 ERROR h/tasks/common/atmutil_test.py
07-May-2026 13:53:12 ERROR hifa/tasks/applycal/ampphase_vs_freq_qa_test.py
07-May-2026 13:53:12 ERROR hifa/tasks/applycal/mswrapper_test.py
07-May-2026 13:53:12 ERROR hifa/tasks/flagging/flagdeteralma_test.py
07-May-2026 13:53:12 ERROR hifa/tasks/importdata/almaimportdata_test.py
07-May-2026 13:53:12 ERROR hifv/heuristics/standard_test.py
07-May-2026 13:53:12 ERROR hifv/heuristics/uvrange_test.py
07-May-2026 13:53:12 ERROR hifv/tasks/hanning/hanning_test.py
07-May-2026 13:53:12 ERROR hsd/heuristics/grouping2_test.py
07-May-2026 13:53:12 ERROR hsd/heuristics/pointing_outlier_test.py
07-May-2026 13:53:12 ERROR hsd/heuristics/rasterscan_test.py
07-May-2026 13:53:12 ERROR hsd/tasks/atmcor/atmcor_test.py
07-May-2026 13:53:12 ERROR hsd/tasks/baseline/detection_test.py
07-May-2026 13:53:12 ERROR hsd/tasks/baseline/worker_test.py
07-May-2026 13:53:12 ERROR hsd/tasks/common/direction_utils_test.py
07-May-2026 13:53:12 ERROR hsd/tasks/common/display_test.py
07-May-2026 13:53:12 ERROR hsd/tasks/common/flagcmd_util_test.py
07-May-2026 13:53:12 ERROR hsd/tasks/common/observatory_policy_test.py
07-May-2026 13:53:12 ERROR hsd/tasks/common/utils_test.py
07-May-2026 13:53:12 ERROR infrastructure/contfilehandler_test.py
07-May-2026 13:53:12 ERROR infrastructure/daskhelpers_test.py
07-May-2026 13:53:12 ERROR infrastructure/displays/plotpointings_test.py
07-May-2026 13:53:12 ERROR infrastructure/executeppr_test.py
07-May-2026 13:53:12 ERROR infrastructure/utils/casa_data_test.py
07-May-2026 13:53:12 ERROR infrastructure/utils/conversion_test.py
07-May-2026 13:53:12 ERROR infrastructure/utils/imaging_test.py
07-May-2026 13:53:12 ERROR infrastructure/utils/math_test.py
07-May-2026 13:53:12 ERROR infrastructure/utils/positioncorrection_test.py
07-May-2026 13:53:12 ERROR infrastructure/utils/sorting_test.py
07-May-2026 13:53:12 ERROR infrastructure/utils/utils_test.py
07-May-2026 13:53:12 ERROR infrastructure/utils/weblog_test.py
07-May-2026 13:53:12 ERROR infrastructure/utils_test.py
07-May-2026 13:53:12 ERROR qa/scorecalculator_test.py
07-May-2026 13:53:12 ERROR recipes/recipe_converter_test.py
07-May-2026 13:53:12 ERROR recipes/tests/test_hifv.py
07-May-2026 13:53:12 ERROR recipes/tests/test_hifv_calimage_cont.py
07-May-2026 13:53:12 ERROR recipes/tests/test_hifv_contimage.py
07-May-2026 13:53:12 !!!!!!!!!!!!!!!!!!! Interrupted: 39 errors during collection !!!!!!!!!!!!!!!!!!!
07-May-2026 13:53:12 ======================= 101 warnings, 39 errors in 3.98s =======================
07-May-2026 13:53:12 2
07-May-2026 13:53:12 mkdir: cannot create directory 'workdir': File exists
07-May-2026 13:53:12 Finished task 'Test' with result: Success
07-May-2026 13:53:12 All conditions for task 'JUnit Parser' were met. Conditions: Variable bamboo.repository.pr.targetBranch matches pattern main
07-May-2026 13:53:12 Starting task 'JUnit Parser' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
07-May-2026 13:53:12 Parsing test results under /opt/ci_workspace/casa/bamboo/agent2/xml-data/build-dir/PIPESPECS-PPRT576-PPRT674...
07-May-2026 13:53:12 Failing task since 39 failing test cases were found.
07-May-2026 13:53:12 Finished task 'JUnit Parser' with result: Failed
07-May-2026 13:53:12
Substituting variable: ${bamboo.agentId} with 153550850
07-May-2026 13:53:12
Substituting variable: ${bamboo.agentId} with 153550850
07-May-2026 13:53:12
Substituting variable: ${bamboo.agentId} with 153550850
07-May-2026 13:53:12 Starting task 'Cleanup' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
07-May-2026 13:53:12
Beginning to execute external process for build 'PIPESPECS - Pipeline Pull Request Test - PIPE-3068-clone-pipe-3040-and-pipe-2461-changes-to-the-main-branch - Pipeline PR Test 6.7.4 #3 (PIPESPECS-PPRT576-PPRT674-3)'
... running command line:
/opt/ci_workspace/casa/bamboo/agent2/temp/PIPESPECS-PPRT576-PPRT674-3-ScriptBuildTask-10948019342478080740.sh
... in: /opt/ci_workspace/casa/bamboo/agent2/xml-data/build-dir/PIPESPECS-PPRT576-PPRT674
07-May-2026 13:53:12 Starting cleanup
07-May-2026 13:53:15 Removed pipelinetest-153550850
07-May-2026 13:53:15 Finished task 'Cleanup' with result: Success
07-May-2026 13:53:15 Running post build plugin 'Docker Container Cleanup'
07-May-2026 13:53:15
Beginning to execute external process for build 'PIPESPECS - Pipeline Pull Request Test - PIPE-3068-clone-pipe-3040-and-pipe-2461-changes-to-the-main-branch - Pipeline PR Test 6.7.4 #3 (PIPESPECS-PPRT576-PPRT674-3)'
... running command line:
/usr/bin/docker rm -f pipelinetest-153550850
... in: /opt/ci_workspace/casa/bamboo/agent2/xml-data/build-dir/PIPESPECS-PPRT576-PPRT674
07-May-2026 13:53:15 Error response from daemon: No such container: pipelinetest-153550850
07-May-2026 13:53:15 Running post build plugin 'NCover Results Collector'
07-May-2026 13:53:15 Running post build plugin 'Build Results Label Collector'
07-May-2026 13:53:15 Running post build plugin 'Clover Results Collector'
07-May-2026 13:53:15 Running post build plugin 'npm Cache Cleanup'
07-May-2026 13:53:15 Running post build plugin 'Artifact Copier'
07-May-2026 13:53:15 Publishing an artifact: Result xml
07-May-2026 13:53:15 Finished publishing of artifact Non required job artifact Http Compression On : [Result xml], patterns: [pipeline_test_result.xml] anchored at: [pkgout] in 80.47 ms
07-May-2026 13:53:15 Finalising the build...
07-May-2026 13:53:15 Stopping timer.
07-May-2026 13:53:15 Build PIPESPECS-PPRT576-PPRT674-3 completed.
07-May-2026 13:53:15 Running on server: post build plugin 'Build Hanging Detection Configuration'
07-May-2026 13:53:15 Running on server: post build plugin 'NCover Results Collector'
07-May-2026 13:53:15 Running on server: post build plugin 'Build Labeller'
07-May-2026 13:53:15 Running on server: post build plugin 'Clover Delta Calculator'
07-May-2026 13:53:15 Running on server: post build plugin 'Maven Dependencies Postprocessor'
07-May-2026 13:53:15 All post build plugins have finished
07-May-2026 13:53:15 Generating build results summary...
07-May-2026 13:53:15 Saving build results to disk...
07-May-2026 13:53:15 Store variable context...
07-May-2026 13:53:15 Finished building PIPESPECS-PPRT576-PPRT674-3.