Build: #2 failed

Job: Pipeline PR Test 6.7.4 failed

Stages & jobs

  1. Default Stage

Build log

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

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