Build: #4 failed

Job: Pipeline PR Test 6.7.4 failed

Stages & jobs

  1. Default Stage

Build log

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

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