Build: #53 failed
Job: Test ManyLinux 2.28 Python 3.12 failed
Build log
The build generated 60,390 lines of output. The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.
| 13-Jul-2026 14:37:58 | """ |
| 13-Jul-2026 14:37:58 | Restore from Cycle 5 (with current pipeline) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | Recipe name: procedure_hifa_image |
| 13-Jul-2026 14:37:58 | Dataset: uid___A002_Xc845c0_X7366 |
| 13-Jul-2026 14:37:58 | """ |
| 13-Jul-2026 14:37:58 | ref_directory = 'pl-regressiontest/uid___A002_Xc845c0_X7366' |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | pt = PipelineTester( |
| 13-Jul-2026 14:37:58 | visname=['uid___A002_Xc845c0_X7366'], |
| 13-Jul-2026 14:37:58 | recipe='procedure_hifa_image.xml', |
| 13-Jul-2026 14:37:58 | input_dir=ref_directory, |
| 13-Jul-2026 14:37:58 | expectedoutput_dir=ref_directory, |
| 13-Jul-2026 14:37:58 | ) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | # copy files for the restore into products folder |
| 13-Jul-2026 14:37:58 | if not pt.compare_only: |
| 13-Jul-2026 14:37:58 | input_products = casa_tools.utils.resolve(f'{ref_directory}/products') |
| 13-Jul-2026 14:37:58 | shutil.copytree(input_products, f'{pt.output_dir}/rawdata') |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | > pt.run() |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py:75: |
| 13-Jul-2026 14:37:58 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
| 13-Jul-2026 14:37:58 | tests/testing_utils.py:356: in run |
| 13-Jul-2026 14:37:58 | self.__do_sanity_checks(context) |
| 13-Jul-2026 14:37:58 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | self = <tests.testing_utils.PipelineTester object at 0x7fb679e252e0> |
| 13-Jul-2026 14:37:58 | context = <Context(name='pipeline-procedure_hifa_image')> |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | def __do_sanity_checks(self, context: Context): |
| 13-Jul-2026 14:37:58 | """ |
| 13-Jul-2026 14:37:58 | Do the following sanity-checks on the pipeline run |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | 1. rawdata, working, products directories are present |
| 13-Jul-2026 14:37:58 | 2. Non-existence of errorexit-*.txt in working directory |
| 13-Jul-2026 14:37:58 | 3. *pipeline_manifest.xml is present under the products directory (regression mode only) |
| 13-Jul-2026 14:37:58 | 4. No weblog rendering failures |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | Args: |
| 13-Jul-2026 14:37:58 | context: Pipeline context object from the current run. |
| 13-Jul-2026 14:37:58 | """ |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | # 1. rawdata, working, products directories are present |
| 13-Jul-2026 14:37:58 | # The rawdata directory is only present for PPR runs |
| 13-Jul-2026 14:37:58 | missing_directories = regression.missing_directories(context, include_rawdata=self.ppr) |
| 13-Jul-2026 14:37:58 | if len(missing_directories) > 0: |
| 13-Jul-2026 14:37:58 | msg = f"The following directories are missing from the pipeline run: {', '.join(missing_directories)}" |
| 13-Jul-2026 14:37:58 | LOG.warning(msg) |
| 13-Jul-2026 14:37:58 | pytest.fail(msg) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | # 2. Non-existence of errorexit-*.txt in working directory |
| 13-Jul-2026 14:37:58 | if regression.errorexit_present(context): |
| 13-Jul-2026 14:37:58 | msg = "errorexit-*.txt is present in working directory" |
| 13-Jul-2026 14:37:58 | LOG.warning(msg) |
| 13-Jul-2026 14:37:58 | pytest.fail(msg) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | # 3. *pipeline_manifest.xml is present under the products directory; regression mode only |
| 13-Jul-2026 14:37:58 | if self.mode == 'regression': |
| 13-Jul-2026 14:37:58 | if not regression.manifest_present(context): |
| 13-Jul-2026 14:37:58 | msg = "pipeline_manifest.xml is not present under the products directory" |
| 13-Jul-2026 14:37:58 | LOG.warning(msg) |
| 13-Jul-2026 14:37:58 | > pytest.fail(msg) |
| 13-Jul-2026 14:37:58 | E Failed: pipeline_manifest.xml is not present under the products directory |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/testing_utils.py:498: Failed |
| 13-Jul-2026 14:37:58 | ------------------------------ Captured log call ------------------------------- |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2096 Ignoring fixed x limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2096 Ignoring fixed x limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2096 Ignoring fixed x limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2096 Ignoring fixed x limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2096 Ignoring fixed x limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2096 Ignoring fixed x limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | __________________ test_TSKY0001__vlass_quicklook_regression ___________________ |
| 13-Jul-2026 14:37:58 | [gw9] linux -- Python 3.12.4 /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/bin/python3 |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | def test_TSKY0001__vlass_quicklook_regression(): |
| 13-Jul-2026 14:37:58 | """Run VLASS quicklook regression |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | Recipe name: procedure_vlassQLIP.xml |
| 13-Jul-2026 14:37:58 | Dataset: TSKY0001.sb32295801.eb32296475.57549.31722762731_split_withcorrectdata.ms |
| 13-Jul-2026 14:37:58 | """ |
| 13-Jul-2026 14:37:58 | ref_directory = 'pl-regressiontest/vlass_quicklook' |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | pt = PipelineTester( |
| 13-Jul-2026 14:37:58 | visname=['TSKY0001.sb32295801.eb32296475.57549.31722762731_split_withcorrectdata.ms'], |
| 13-Jul-2026 14:37:58 | recipe='procedure_vlassQLIP.xml', |
| 13-Jul-2026 14:37:58 | input_dir=ref_directory, |
| 13-Jul-2026 14:37:58 | expectedoutput_dir=ref_directory, |
| 13-Jul-2026 14:37:58 | ) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ensure_working_dir(pt) |
| 13-Jul-2026 14:37:58 | if not pt.compare_only: |
| 13-Jul-2026 14:37:58 | parameter_list_file = casa_tools.utils.resolve( |
| 13-Jul-2026 14:37:58 | f'{ref_directory}/TSKY0001.sb32295801.eb32296475.57549.31722762731_split_QLIP_parameter.list') |
| 13-Jul-2026 14:37:58 | shutil.copyfile(parameter_list_file, casa_tools.utils.resolve(f'{pt.output_dir}/working/QLIP_parameter.list')) |
| 13-Jul-2026 14:37:58 | > pt.run(telescope='vla') |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/vlass_fast_test.py:27: |
| 13-Jul-2026 14:37:58 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
| 13-Jul-2026 14:37:58 | tests/testing_utils.py:356: in run |
| 13-Jul-2026 14:37:58 | self.__do_sanity_checks(context) |
| 13-Jul-2026 14:37:58 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | self = <tests.testing_utils.PipelineTester object at 0x7fa4e172c5f0> |
| 13-Jul-2026 14:37:58 | context = <Context(name='pipeline-procedure_vlassQLIP')> |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | def __do_sanity_checks(self, context: Context): |
| 13-Jul-2026 14:37:58 | """ |
| 13-Jul-2026 14:37:58 | Do the following sanity-checks on the pipeline run |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | 1. rawdata, working, products directories are present |
| 13-Jul-2026 14:37:58 | 2. Non-existence of errorexit-*.txt in working directory |
| 13-Jul-2026 14:37:58 | 3. *pipeline_manifest.xml is present under the products directory (regression mode only) |
| 13-Jul-2026 14:37:58 | 4. No weblog rendering failures |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | Args: |
| 13-Jul-2026 14:37:58 | context: Pipeline context object from the current run. |
| 13-Jul-2026 14:37:58 | """ |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | # 1. rawdata, working, products directories are present |
| 13-Jul-2026 14:37:58 | # The rawdata directory is only present for PPR runs |
| 13-Jul-2026 14:37:58 | missing_directories = regression.missing_directories(context, include_rawdata=self.ppr) |
| 13-Jul-2026 14:37:58 | if len(missing_directories) > 0: |
| 13-Jul-2026 14:37:58 | msg = f"The following directories are missing from the pipeline run: {', '.join(missing_directories)}" |
| 13-Jul-2026 14:37:58 | LOG.warning(msg) |
| 13-Jul-2026 14:37:58 | pytest.fail(msg) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | # 2. Non-existence of errorexit-*.txt in working directory |
| 13-Jul-2026 14:37:58 | if regression.errorexit_present(context): |
| 13-Jul-2026 14:37:58 | msg = "errorexit-*.txt is present in working directory" |
| 13-Jul-2026 14:37:58 | LOG.warning(msg) |
| 13-Jul-2026 14:37:58 | pytest.fail(msg) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | # 3. *pipeline_manifest.xml is present under the products directory; regression mode only |
| 13-Jul-2026 14:37:58 | if self.mode == 'regression': |
| 13-Jul-2026 14:37:58 | if not regression.manifest_present(context): |
| 13-Jul-2026 14:37:58 | msg = "pipeline_manifest.xml is not present under the products directory" |
| 13-Jul-2026 14:37:58 | LOG.warning(msg) |
| 13-Jul-2026 14:37:58 | > pytest.fail(msg) |
| 13-Jul-2026 14:37:58 | E Failed: pipeline_manifest.xml is not present under the products directory |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/testing_utils.py:498: Failed |
| 13-Jul-2026 14:37:58 | ------------------------------ Captured log call ------------------------------- |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2088 Ignoring fixed y limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2088 Ignoring fixed y limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2088 Ignoring fixed y limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2088 Ignoring fixed y limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2088 Ignoring fixed y limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2088 Ignoring fixed y limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2088 Ignoring fixed y limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2088 Ignoring fixed y limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2088 Ignoring fixed y limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2088 Ignoring fixed y limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2088 Ignoring fixed y limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2088 Ignoring fixed y limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2088 Ignoring fixed y limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2088 Ignoring fixed y limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2088 Ignoring fixed y limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2088 Ignoring fixed y limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2088 Ignoring fixed y limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2088 Ignoring fixed y limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2088 Ignoring fixed y limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | WARNING matplotlib.axes._base:_base.py:2088 Ignoring fixed y limits to fulfill fixed data aspect with adjustable data limits. |
| 13-Jul-2026 14:37:58 | =============================== warnings summary =============================== |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaconfig/private/get_data_info.py:195: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaconfig/private/get_data_info.py:195: DeprecationWarning: read_text is deprecated. Use files() instead. Refer to https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy for migration advice. |
| 13-Jul-2026 14:37:58 | readme_lines = importlib.resources.read_text('casaconfig','release_data_readme.txt').split('\n') |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/importlib/resources/_legacy.py:79: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/importlib/resources/_legacy.py:79: DeprecationWarning: open_text is deprecated. Use files() instead. Refer to https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy for migration advice. |
| 13-Jul-2026 14:37:58 | with open_text(package, resource, encoding, errors) as fp: |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/google/protobuf/internal/well_known_types.py:91: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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). |
| 13-Jul-2026 14:37:58 | _EPOCH_DATETIME_NAIVE = datetime.datetime.utcfromtimestamp(0) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:19: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | DESCRIPTOR = _descriptor.FileDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:38: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:31: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _PID = _descriptor.Descriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:69: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:62: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _NUMPLOTS = _descriptor.Descriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:100: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:93: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _TOGGLE = _descriptor.Descriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:131: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:138: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:124: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _GRIDSIZE = _descriptor.Descriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:169: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:176: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:183: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:162: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _SETVIS = _descriptor.Descriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:214: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:221: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:228: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:235: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:242: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:249: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:256: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:263: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:270: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:277: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:284: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:291: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:207: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _SETAXES = _descriptor.Descriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:322: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:329: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:336: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:315: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _SETTOGGLE = _descriptor.Descriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:367: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:374: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:381: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:388: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:395: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:402: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:409: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:416: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:423: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:430: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:437: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:444: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:451: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:458: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:465: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:360: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _SETSELECTION = _descriptor.Descriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:496: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:503: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:510: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:517: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:524: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:531: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:538: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:545: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:552: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:559: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:489: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _SETAVERAGING = _descriptor.Descriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:590: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:597: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:604: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:611: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:618: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:625: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:583: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _SETTRANSFORM = _descriptor.Descriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:656: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:663: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:670: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:677: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:649: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _SETCALIBRATION = _descriptor.Descriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:708: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:715: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:722: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:729: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:736: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:743: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:750: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:757: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:764: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:771: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:701: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _SETFLAGEXTENSION = _descriptor.Descriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:802: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:795: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _EXPORTRANGE = _descriptor.Descriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:833: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:840: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:847: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:854: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:861: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:868: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:875: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:882: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:889: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:826: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _SETITERATE = _descriptor.Descriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:920: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:927: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:934: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:913: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _SETSTRING = _descriptor.Descriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:965: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:972: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | ../casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:979: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-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. |
| 13-Jul-2026 14:37:58 | _descriptor.FieldDescriptor( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/vla_fast_test.py::test_13A_537__calibration__PPR__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/vla_fast_test.py::test_13A_537__procedure_hifv__regression |
| 13-Jul-2026 14:37:58 | <unknown>:1: SyntaxWarning: invalid decimal literal |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/vla_fast_test.py: 756 warnings |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py: 1120 warnings |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py: 72 warnings |
| 13-Jul-2026 14:37:58 | tests/regression/fast/vlass_fast_test.py: 216 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/matplotlib/transforms.py:2036: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | self._mtx[0, 2] += tx |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/vla_fast_test.py: 756 warnings |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py: 1120 warnings |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py: 72 warnings |
| 13-Jul-2026 14:37:58 | tests/regression/fast/vlass_fast_test.py: 216 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/matplotlib/transforms.py:2037: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | self._mtx[1, 2] += ty |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/vla_fast_test.py: 756 warnings |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py: 1120 warnings |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py: 72 warnings |
| 13-Jul-2026 14:37:58 | tests/regression/fast/vlass_fast_test.py: 216 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/matplotlib/text.py:762: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | posx = float(self.convert_xunits(x)) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/vla_fast_test.py: 756 warnings |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py: 1120 warnings |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py: 72 warnings |
| 13-Jul-2026 14:37:58 | tests/regression/fast/vlass_fast_test.py: 216 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/matplotlib/text.py:763: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | posy = float(self.convert_yunits(y)) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f_SPW15_23__PPR__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/nobeyama_sd_fast_test.py::test_mg2_20170525142607_180419__PPR__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/nobeyama_sd_fast_test.py::test_mg2_20170525142607_180419__procedure_hsdn_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/hsd/tasks/imaging/detectcontamination.py:697: RuntimeWarning: invalid value encountered in divide |
| 13-Jul-2026 14:37:58 | peak_sn_map = (np.nanmax(cube_regrid, axis=0)) / rms_map |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f_SPW15_23__PPR__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/nobeyama_sd_fast_test.py::test_mg2_20170525142607_180419__PPR__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/nobeyama_sd_fast_test.py::test_mg2_20170525142607_180419__procedure_hsdn_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/hsd/tasks/imaging/detectcontamination.py:748: RuntimeWarning: invalid value encountered in divide |
| 13-Jul-2026 14:37:58 | peak_sn = (np.nanmax(cube_regrid, axis=0)) / rms_map |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f_SPW15_23__PPR__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/nobeyama_sd_fast_test.py::test_mg2_20170525142607_180419__PPR__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/nobeyama_sd_fast_test.py::test_mg2_20170525142607_180419__PPR__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/nobeyama_sd_fast_test.py::test_mg2_20170525142607_180419__procedure_hsdn_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/nobeyama_sd_fast_test.py::test_mg2_20170525142607_180419__procedure_hsdn_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/astropy/stats/sigma_clipping.py:400: AstropyUserWarning: Input data contains invalid values (NaNs or infs), which were automatically clipped. |
| 13-Jul-2026 14:37:58 | warnings.warn( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f_SPW15_23__PPR__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f_SPW15_23__PPR__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f_SPW15_23__PPR__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f_SPW15_23__PPR__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/hsd/tasks/imaging/display.py:912: RuntimeWarning: invalid value encountered in divide |
| 13-Jul-2026 14:37:58 | data_weight_integ = numpy.ma.masked_array((data_integ / weight_integ), [not val for val in mask_integ], |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py: 228 warnings |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py: 9 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/numpy/_core/fromnumeric.py:3860: RuntimeWarning: Mean of empty slice. |
| 13-Jul-2026 14:37:58 | return _methods._mean(a, axis=axis, dtype=dtype, |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py: 228 warnings |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py: 9 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/numpy/_core/_methods.py:144: RuntimeWarning: invalid value encountered in scalar divide |
| 13-Jul-2026 14:37:58 | ret = ret.dtype.type(ret / rcount) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_uid___A002_Xc46ab2_X15ae_repSPW_spw16_17_small__PPR__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_E2E6_1_00010_S__uid___A002_Xd0a588_X2239__procedure_hifa_image__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_csv_3899_eb2_small__procedure_hifa_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_uid___A002_Xee1eb6_Xc58d__procedure_hifa_calsurvey__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2022_1_00207_S__uid___A001_X2d20_X373d__PPR__regression |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/numpy/ma/core.py:509: ComplexWarning: Casting complex values to real discards the imaginary part |
| 13-Jul-2026 14:37:58 | fill_value = np.asarray(fill_value, dtype=ndtype) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py: 16 warnings |
| 13-Jul-2026 14:37:58 | /tmp/tmpj3p4pxke/imageprecheck.mako.py:60: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | repr_freq = '%.4f GHz' % (cqa.getvalue(cqa.convert(result[0].repr_target[1], 'GHz'))) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py: 16 warnings |
| 13-Jul-2026 14:37:58 | /tmp/tmpj3p4pxke/imageprecheck.mako.py:61: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | repr_bw = '%.4g MHz' % (cqa.getvalue(cqa.convert(result[0].repr_target[2], 'MHz'))) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py: 16 warnings |
| 13-Jul-2026 14:37:58 | /tmp/tmpj3p4pxke/imageprecheck.mako.py:62: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | sens_bw = '%.4g MHz' % (cqa.getvalue(cqa.convert(result[0].sensitivity_bandwidth, 'MHz'))) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py: 16 warnings |
| 13-Jul-2026 14:37:58 | /tmp/tmpj3p4pxke/imageprecheck.mako.py:65: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | minAR = '%#.3g arcsec' % (minAR_v) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py: 16 warnings |
| 13-Jul-2026 14:37:58 | /tmp/tmpj3p4pxke/imageprecheck.mako.py:66: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | maxAR = '%#.3g arcsec' % (maxAR_v) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py: 16 warnings |
| 13-Jul-2026 14:37:58 | /tmp/tmpj3p4pxke/imageprecheck.mako.py:73: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | user_minAR = '%#.3g arcsec' % (user_minAR_v) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py: 16 warnings |
| 13-Jul-2026 14:37:58 | /tmp/tmpj3p4pxke/imageprecheck.mako.py:77: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | user_maxAR = '%#.3g arcsec' % (user_maxAR_v) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py: 16 warnings |
| 13-Jul-2026 14:37:58 | /tmp/tmpj3p4pxke/imageprecheck.mako.py:81: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | sensitivityGoal = '%#.3g mJy' % (sensitivityGoal_v) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/nobeyama_sd_fast_test.py: 18 warnings |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/hsd/tasks/imaging/display.py:768: RuntimeWarning: Mean of empty slice. |
| 13-Jul-2026 14:37:58 | Plot[x][y] = valid_sp.mean(axis=0) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/nobeyama_sd_fast_test.py: 18 warnings |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py: 12 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/numpy/_core/_methods.py:136: RuntimeWarning: invalid value encountered in divide |
| 13-Jul-2026 14:37:58 | ret = um.true_divide( |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_E2E6_1_00010_S__uid___A002_Xd0a588_X2239__procedure_hifa_image__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_csv_3899_eb2_small__procedure_hifa_calimage__regression |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/extern/TsysDataClassFile.py:935: RuntimeWarning: All-NaN slice encountered |
| 13-Jul-2026 14:37:58 | stats_dif[key] = statistics(auxi_dif, axis=0) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_E2E6_1_00010_S__uid___A002_Xd0a588_X2239__procedure_hifa_image__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_csv_3899_eb2_small__procedure_hifa_calimage__regression |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/extern/TsysDataClassFile.py:936: RuntimeWarning: All-NaN slice encountered |
| 13-Jul-2026 14:37:58 | stats_sou[key] = statistics(auxi_sou, axis=0) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_E2E6_1_00010_S__uid___A002_Xd0a588_X2239__procedure_hifa_image__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_csv_3899_eb2_small__procedure_hifa_calimage__regression |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/extern/TsysDataClassFile.py:937: RuntimeWarning: All-NaN slice encountered |
| 13-Jul-2026 14:37:58 | stats_bp[key] = statistics(auxi_bp, axis=0) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_E2E6_1_00010_S__uid___A002_Xd0a588_X2239__procedure_hifa_image__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_E2E6_1_00010_S__uid___A002_Xd0a588_X2239__procedure_hifa_image__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_csv_3899_eb2_small__procedure_hifa_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_csv_3899_eb2_small__procedure_hifa_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_csv_3899_eb2_small__procedure_hifa_calimage__regression |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/extern/tsys_contamination.py:1612: RuntimeWarning: Mean of empty slice |
| 13-Jul-2026 14:37:58 | spec_b = np.nanmean(average_bp[key][corr], axis=0) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_E2E6_1_00010_S__uid___A002_Xd0a588_X2239__procedure_hifa_image__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_E2E6_1_00010_S__uid___A002_Xd0a588_X2239__procedure_hifa_image__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_csv_3899_eb2_small__procedure_hifa_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_csv_3899_eb2_small__procedure_hifa_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_csv_3899_eb2_small__procedure_hifa_calimage__regression |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/extern/tsys_contamination.py:1613: RuntimeWarning: Mean of empty slice |
| 13-Jul-2026 14:37:58 | spec_s = np.nanmean(average_science[key][corr], axis=0) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_E2E6_1_00010_S__uid___A002_Xd0a588_X2239__procedure_hifa_image__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/numpy/ma/core.py:2896: UserWarning: Warning: converting a masked element to nan. |
| 13-Jul-2026 14:37:58 | _data = np.array(data, dtype=dtype, copy=copy, |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_E2E6_1_00010_S__uid___A002_Xd0a588_X2239__procedure_hifa_image__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/numpy/ma/core.py:2428: UserWarning: Warning: converting a masked element to nan. |
| 13-Jul-2026 14:37:58 | a = np.array(a, copy=None, subok=True) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_E2E6_1_00010_S__uid___A002_Xd0a588_X2239__procedure_hifa_image__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/numpy/_core/shape_base.py:63: UserWarning: Warning: converting a masked element to nan. |
| 13-Jul-2026 14:37:58 | result = asanyarray(arys[0]) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py: 12 warnings |
| 13-Jul-2026 14:37:58 | /tmp/tmptr_4ex1o/imageprecheck.mako.py:60: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | repr_freq = '%.4f GHz' % (cqa.getvalue(cqa.convert(result[0].repr_target[1], 'GHz'))) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py: 12 warnings |
| 13-Jul-2026 14:37:58 | /tmp/tmptr_4ex1o/imageprecheck.mako.py:61: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | repr_bw = '%.4g MHz' % (cqa.getvalue(cqa.convert(result[0].repr_target[2], 'MHz'))) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py: 12 warnings |
| 13-Jul-2026 14:37:58 | /tmp/tmptr_4ex1o/imageprecheck.mako.py:62: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | sens_bw = '%.4g MHz' % (cqa.getvalue(cqa.convert(result[0].sensitivity_bandwidth, 'MHz'))) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py: 12 warnings |
| 13-Jul-2026 14:37:58 | /tmp/tmptr_4ex1o/imageprecheck.mako.py:65: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | minAR = '%#.3g arcsec' % (minAR_v) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py: 12 warnings |
| 13-Jul-2026 14:37:58 | /tmp/tmptr_4ex1o/imageprecheck.mako.py:66: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | maxAR = '%#.3g arcsec' % (maxAR_v) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py: 12 warnings |
| 13-Jul-2026 14:37:58 | /tmp/tmptr_4ex1o/imageprecheck.mako.py:73: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | user_minAR = '%#.3g arcsec' % (user_minAR_v) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py: 12 warnings |
| 13-Jul-2026 14:37:58 | /tmp/tmptr_4ex1o/imageprecheck.mako.py:77: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | user_maxAR = '%#.3g arcsec' % (user_maxAR_v) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py: 12 warnings |
| 13-Jul-2026 14:37:58 | /tmp/tmptr_4ex1o/imageprecheck.mako.py:81: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | sensitivityGoal = '%#.3g mJy' % (sensitivityGoal_v) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/vla_fast_test.py: 108 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/numpy/matrixlib/defmatrix.py:70: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray. |
| 13-Jul-2026 14:37:58 | return matrix(data, dtype=dtype, copy=False) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/vla_fast_test.py::test_13A_537__procedure_hifv__regression |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/hifv/tasks/fluxscale/fluxbootdisplay.py:351: UserWarning: Attempting to set identical low and high xlims makes transformation singular; automatically expanding. |
| 13-Jul-2026 14:37:58 | ax1.set_xlim(np.log10(np.array([minxlim, maxxlim]))) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/vla_fast_test.py::test_13A_537__procedure_hifv__regression |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/hifv/tasks/fluxscale/fluxbootdisplay.py:359: UserWarning: Attempting to set identical low and high xlims makes transformation singular; automatically expanding. |
| 13-Jul-2026 14:37:58 | ax2.set_xlim(np.log10(np.array([minxlim, maxxlim]))) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/vla_fast_test.py::test_13A_537__procedure_hifv__regression |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/hifv/tasks/fluxscale/fluxbootdisplay.py:233: UserWarning: Attempting to set identical low and high xlims makes transformation singular; automatically expanding. |
| 13-Jul-2026 14:37:58 | ax1.set_xlim(np.log10(np.array([minxlim, maxxlim]))) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/vla_fast_test.py::test_13A_537__procedure_hifv__regression |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/hifv/tasks/fluxscale/fluxbootdisplay.py:241: UserWarning: Attempting to set identical low and high xlims makes transformation singular; automatically expanding. |
| 13-Jul-2026 14:37:58 | ax2.set_xlim(np.log10(np.array([minxlim, maxxlim]))) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py: 32 warnings |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/extern/subband_qa.py:1270: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | note_platform_subbspk = 'Platform(AmpSubbSpike)'+' '+'NO'+' max amp Spike: '+"%.6f"%(subb_spike)+' amp'+' subb base: '+"%.6f"%(subb_base)+ ' amp'+' subb diff RMS: '+"%.6f"%(bp_amp_rms)+' amp'+' ' |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_uid___A002_Xee1eb6_Xc58d__procedure_hifa_calsurvey__regression |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/hifa/heuristics/snr.py:1103: RuntimeWarning: divide by zero encountered in scalar divide |
| 13-Jul-2026 14:37:58 | flagFactor = 1.0 / np.sqrt(1 - flag_result['spw'][str(spwid)]['flagged'] / flag_result['spw'][str(spwid)]['total']) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_uid___A002_Xee1eb6_Xc58d__procedure_hifa_calsurvey__regression |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/hifa/tasks/spwphaseup/spwphaseup.py:1413: RuntimeWarning: divide by zero encountered in scalar divide |
| 13-Jul-2026 14:37:58 | req_solint = int_time * (req_snr/int_snr)**2 |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_uid___A002_Xee1eb6_Xc58d__procedure_hifa_calsurvey__regression |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/hifa/tasks/spwphaseup/spwphaseup.py:1436: RuntimeWarning: divide by zero encountered in scalar divide |
| 13-Jul-2026 14:37:58 | req_solint = int_time * (req_snr/int_snr)**2 |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/extern/sd_applycal_qa/sd_qa_reports.py:494: UserWarning: No artists with labels found to put in legend. Note that artists whose label start with an underscore are ignored when legend() is called with no argument. |
| 13-Jul-2026 14:37:58 | plt.legend(loc='upper left', ncol=3, fontsize='x-small', title='XX-YY data') |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/hsd/heuristics/SDcalatmcorr.py:380: RuntimeWarning: invalid value encountered in divide |
| 13-Jul-2026 14:37:58 | normtau = (taupeak - np.min(taupeak))/(np.max(taupeak) - np.min(taupeak)) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/hsd/tasks/baselineflag/SDFlagPlotter.py:463: UserWarning: Attempting to set identical low and high ylims makes transformation singular; automatically expanding. |
| 13-Jul-2026 14:37:58 | ax[pol].axis( [xmin, xmax, ylim[0], ylim[1]] ) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.4-7-pipeline-2026.1.1.90-py3.12.el8/lib/py/lib/python3.12/site-packages/numpy/_core/fromnumeric.py:867: UserWarning: Warning: 'partition' will ignore the 'mask' of the MaskedArray. |
| 13-Jul-2026 14:37:58 | a.partition(kth, axis=axis, kind=kind, order=order) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | /tmp/tmpjc86zoo1/imageprecheck.mako.py:60: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | repr_freq = '%.4f GHz' % (cqa.getvalue(cqa.convert(result[0].repr_target[1], 'GHz'))) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | /tmp/tmpjc86zoo1/imageprecheck.mako.py:61: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | repr_bw = '%.4g MHz' % (cqa.getvalue(cqa.convert(result[0].repr_target[2], 'MHz'))) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | /tmp/tmpjc86zoo1/imageprecheck.mako.py:62: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | sens_bw = '%.4g MHz' % (cqa.getvalue(cqa.convert(result[0].sensitivity_bandwidth, 'MHz'))) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | /tmp/tmpjc86zoo1/imageprecheck.mako.py:65: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | minAR = '%#.3g arcsec' % (minAR_v) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | /tmp/tmpjc86zoo1/imageprecheck.mako.py:66: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | maxAR = '%#.3g arcsec' % (maxAR_v) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | /tmp/tmpjc86zoo1/imageprecheck.mako.py:73: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:37:58 | user_minAR = '%#.3g arcsec' % (user_minAR_v) |
| 13-Jul-2026 14:37:58 | |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:37:58 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:38:01 | /tmp/tmpjc86zoo1/imageprecheck.mako.py:77: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:38:01 | user_maxAR = '%#.3g arcsec' % (user_maxAR_v) |
| 13-Jul-2026 14:38:01 | |
| 13-Jul-2026 14:38:01 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:38:01 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:38:01 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:38:01 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:38:01 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:38:01 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 13-Jul-2026 14:38:01 | /tmp/tmpjc86zoo1/imageprecheck.mako.py:81: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:38:01 | sensitivityGoal = '%#.3g mJy' % (sensitivityGoal_v) |
| 13-Jul-2026 14:38:01 | |
| 13-Jul-2026 14:38:01 | tests/regression/fast/alma_if_fast_test.py::test_2022_1_00207_S__uid___A001_X2d20_X373d__PPR__regression |
| 13-Jul-2026 14:38:01 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/hifa/tasks/applycal/ampphase_vs_freq_qa.py:848: OptimizeWarning: Covariance of the parameters could not be estimated |
| 13-Jul-2026 14:38:01 | zerophasefit, phasecov = scipy.optimize.curve_fit(amp_model_fn, trimmed_frequencies, detrend_phase, |
| 13-Jul-2026 14:38:01 | |
| 13-Jul-2026 14:38:01 | tests/regression/fast/alma_if_fast_test.py: 24 warnings |
| 13-Jul-2026 14:38:01 | /tmp/tmpam6gdi5z/imageprecheck.mako.py:60: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:38:01 | repr_freq = '%.4f GHz' % (cqa.getvalue(cqa.convert(result[0].repr_target[1], 'GHz'))) |
| 13-Jul-2026 14:38:01 | |
| 13-Jul-2026 14:38:01 | tests/regression/fast/alma_if_fast_test.py: 24 warnings |
| 13-Jul-2026 14:38:01 | /tmp/tmpam6gdi5z/imageprecheck.mako.py:61: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:38:01 | repr_bw = '%.4g MHz' % (cqa.getvalue(cqa.convert(result[0].repr_target[2], 'MHz'))) |
| 13-Jul-2026 14:38:01 | |
| 13-Jul-2026 14:38:01 | tests/regression/fast/alma_if_fast_test.py: 24 warnings |
| 13-Jul-2026 14:38:01 | /tmp/tmpam6gdi5z/imageprecheck.mako.py:62: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:38:01 | sens_bw = '%.4g MHz' % (cqa.getvalue(cqa.convert(result[0].sensitivity_bandwidth, 'MHz'))) |
| 13-Jul-2026 14:38:01 | |
| 13-Jul-2026 14:38:01 | tests/regression/fast/alma_if_fast_test.py: 24 warnings |
| 13-Jul-2026 14:38:01 | /tmp/tmpam6gdi5z/imageprecheck.mako.py:65: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:38:01 | minAR = '%#.3g arcsec' % (minAR_v) |
| 13-Jul-2026 14:38:01 | |
| 13-Jul-2026 14:38:01 | tests/regression/fast/alma_if_fast_test.py: 24 warnings |
| 13-Jul-2026 14:38:01 | /tmp/tmpam6gdi5z/imageprecheck.mako.py:66: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:38:01 | maxAR = '%#.3g arcsec' % (maxAR_v) |
| 13-Jul-2026 14:38:01 | |
| 13-Jul-2026 14:38:01 | tests/regression/fast/alma_if_fast_test.py: 24 warnings |
| 13-Jul-2026 14:38:01 | /tmp/tmpam6gdi5z/imageprecheck.mako.py:73: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:38:01 | user_minAR = '%#.3g arcsec' % (user_minAR_v) |
| 13-Jul-2026 14:38:01 | |
| 13-Jul-2026 14:38:01 | tests/regression/fast/alma_if_fast_test.py: 24 warnings |
| 13-Jul-2026 14:38:01 | /tmp/tmpam6gdi5z/imageprecheck.mako.py:77: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:38:01 | user_maxAR = '%#.3g arcsec' % (user_maxAR_v) |
| 13-Jul-2026 14:38:01 | |
| 13-Jul-2026 14:38:01 | tests/regression/fast/alma_if_fast_test.py: 24 warnings |
| 13-Jul-2026 14:38:01 | /tmp/tmpam6gdi5z/imageprecheck.mako.py:81: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) |
| 13-Jul-2026 14:38:01 | sensitivityGoal = '%#.3g mJy' % (sensitivityGoal_v) |
| 13-Jul-2026 14:38:01 | |
| 13-Jul-2026 14:38:01 | -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html |
| 13-Jul-2026 14:38:01 | - generated xml file: /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline_regression_test_result.xml - |
| 13-Jul-2026 14:38:01 | =========================== short test summary info ============================ |
| 13-Jul-2026 14:38:01 | FAILED tests/regression/fast/vla_fast_test.py::test_13A_537__calibration__PPR__regression - Failed: pipeline_manifest.xml is not present under the products directory |
| 13-Jul-2026 14:38:01 | FAILED tests/regression/fast/alma_if_fast_test.py::test_uid___A002_Xc46ab2_X15ae__selfcal_restore_procedure_hifa_image__regression - Failed: pipeline_manifest.xml is not present under the products directory |
| 13-Jul-2026 14:38:01 | FAILED tests/regression/fast/alma_if_fast_test.py::test_uid___A002_Xef72bb_X9d29__renorm_restore_procedure_hifa_image__regression - Failed: pipeline_manifest.xml is not present under the products directory |
| 13-Jul-2026 14:38:01 | FAILED tests/regression/fast/alma_if_fast_test.py::test_uid___A002_Xc845c0_X7366__cycle5_restore_procedure_hifa_image__regression - Failed: pipeline_manifest.xml is not present under the products directory |
| 13-Jul-2026 14:38:01 | FAILED tests/regression/fast/vlass_fast_test.py::test_TSKY0001__vlass_quicklook_regression - Failed: pipeline_manifest.xml is not present under the products directory |
| 13-Jul-2026 14:38:01 | ========== 5 failed, 13 passed, 11112 warnings in 29444.01s (8:10:44) ========== |
| 13-Jul-2026 14:38:01 | 2026-07-13 14:37:59 INFO pipeline.infrastructure.mpihelpers::SynthesisUtilMethods::getResource synthesis.imager.memprofile.enable is enabled, initializing output file for imager profiling information (memory and run time): casa.synthesis.imager.memprofile.3122356.cvpost128.20260713_143759.txt |
| 13-Jul-2026 14:38:01 | 0 |
| 13-Jul-2026 14:38:01 | Finished task 'Test' with result: Success |
| 13-Jul-2026 14:38:01 | Starting task 'JUnit Parser' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit' |
| 13-Jul-2026 14:38:01 | Parsing test results under /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST... |
| 13-Jul-2026 14:38:56 | Failing task since 5 failing test cases were found. |
| 13-Jul-2026 14:38:56 | Finished task 'JUnit Parser' with result: Failed |
| 13-Jul-2026 14:38:56 | Running post build plugin 'Docker Container Cleanup' |
| 13-Jul-2026 14:38:56 | Running post build plugin 'NCover Results Collector' |
| 13-Jul-2026 14:38:56 | Running post build plugin 'Build Results Label Collector' |
| 13-Jul-2026 14:38:56 | Running post build plugin 'Clover Results Collector' |
| 13-Jul-2026 14:38:56 | Running post build plugin 'npm Cache Cleanup' |
| 13-Jul-2026 14:38:56 | Running post build plugin 'Artifact Copier' |
| 13-Jul-2026 14:38:56 | Publishing an artifact: Unit Test Result xml |
| 13-Jul-2026 14:38:56 | Finished publishing of artifact Required shared artifact Http Compression On : [Unit Test Result xml], patterns: [pipeline_regression_test_result.xml] anchored at: [casa-build-utils/pipeline/workdir/] in 65.87 ms |
| 13-Jul-2026 14:38:56 | Publishing an artifact: Regression Test Result |
| 13-Jul-2026 14:38:56 | Finished publishing of artifact Required shared artifact Http Compression On : [Regression Test Result], patterns: [pipeline_unit_test_result.xml] anchored at: [casa-build-utils/pipeline/workdir/] in 27.42 ms |
| 13-Jul-2026 14:38:56 | Finalising the build... |
| 13-Jul-2026 14:38:56 | Stopping timer. |
| 13-Jul-2026 14:38:56 | Build PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST-53 completed. |
| 13-Jul-2026 10:38:57 | Running on server: post build plugin 'Build Hanging Detection Configuration' |
| 13-Jul-2026 10:38:57 | Running on server: post build plugin 'NCover Results Collector' |
| 13-Jul-2026 10:38:57 | Running on server: post build plugin 'Build Labeller' |
| 13-Jul-2026 10:38:57 | Running on server: post build plugin 'Clover Delta Calculator' |
| 13-Jul-2026 10:38:57 | Running on server: post build plugin 'Maven Dependencies Postprocessor' |
| 13-Jul-2026 10:38:57 | All post build plugins have finished |
| 13-Jul-2026 10:38:57 | Generating build results summary... |
| 13-Jul-2026 10:38:57 | Saving build results to disk... |
| 13-Jul-2026 10:38:57 | Store variable context... |
| 13-Jul-2026 10:38:57 | Finished building PIPESPECS-TESTPIPEMAINCASA674-ML228PY312TEST-53. |