Build: #72 failed
Job: Test ManyLinux 2.28 Python 3.12 failed
Build log
The build generated 57,119 lines of output. The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.
| 06-Jun-2026 05:12:32 | cli.h_save() |
| 06-Jun-2026 05:12:32 | casa_tools.post_to_log("Terminating procedure execution ...", echo_to_screen=echo_to_screen) |
| 06-Jun-2026 05:12:32 | casa_tools.set_log_origin(fromwhere='') |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | previous_tracebacks_as_string = "{}".format("\n".join([tb for tb in tracebacks])) |
| 06-Jun-2026 05:12:32 | > raise exceptions.PipelineException(previous_tracebacks_as_string) |
| 06-Jun-2026 05:12:32 | E pipeline.infrastructure.exceptions.PipelineException: Traceback (most recent call last): |
| 06-Jun-2026 05:12:32 | E File "/lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/infrastructure/executeppr.py", line 280, in executeppr |
| 06-Jun-2026 05:12:32 | E results = pipeline_task(**task_args) |
| 06-Jun-2026 05:12:32 | E ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 06-Jun-2026 05:12:32 | E File "/lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/h/cli/utils.py", line 83, in wrapper |
| 06-Jun-2026 05:12:32 | E results = execute_task(context, task_name, all_inputs) |
| 06-Jun-2026 05:12:32 | E ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 06-Jun-2026 05:12:32 | E File "/lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/h/cli/utils.py", line 165, in execute_task |
| 06-Jun-2026 05:12:32 | E raise exceptions.PipelineException(previous_tracebacks_as_string) |
| 06-Jun-2026 05:12:32 | E pipeline.infrastructure.exceptions.PipelineException: Online flux catalog unavailable; fell back to local Source.xml fluxes. Stopping after weblog export. |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | pipeline/infrastructure/executeppr.py:316: PipelineException |
| 06-Jun-2026 05:12:32 | ------------------------------ Captured log call ------------------------------- |
| 06-Jun-2026 05:12:32 | WARNING matplotlib.axes._base:_base.py:2096 Ignoring fixed x limits to fulfill fixed data aspect with adjustable data limits. |
| 06-Jun-2026 05:12:32 | WARNING matplotlib.axes._base:_base.py:2096 Ignoring fixed x limits to fulfill fixed data aspect with adjustable data limits. |
| 06-Jun-2026 05:12:32 | WARNING matplotlib.axes._base:_base.py:2096 Ignoring fixed x limits to fulfill fixed data aspect with adjustable data limits. |
| 06-Jun-2026 05:12:32 | WARNING matplotlib.axes._base:_base.py:2096 Ignoring fixed x limits to fulfill fixed data aspect with adjustable data limits. |
| 06-Jun-2026 05:12:32 | _______ test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression _______ |
| 06-Jun-2026 05:12:32 | [gw7] linux -- Python 3.12.4 /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/bin/python3 |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | def test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression(): |
| 06-Jun-2026 05:12:32 | """Run ALMA single-dish cal+image regression on the observation data of M100. |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | Recipe name: procedure_hsd_calimage |
| 06-Jun-2026 05:12:32 | Dataset: uid___A002_X85c183_X36f |
| 06-Jun-2026 05:12:32 | """ |
| 06-Jun-2026 05:12:32 | ref_directory = 'pl-regressiontest/uid___A002_X85c183_X36f' |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | pt = PipelineTester( |
| 06-Jun-2026 05:12:32 | visname=['uid___A002_X85c183_X36f'], |
| 06-Jun-2026 05:12:32 | recipe='procedure_hsd_calimage.xml', |
| 06-Jun-2026 05:12:32 | input_dir=ref_directory, |
| 06-Jun-2026 05:12:32 | expectedoutput_dir=ref_directory, |
| 06-Jun-2026 05:12:32 | ) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | > pt.run() |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py:22: |
| 06-Jun-2026 05:12:32 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
| 06-Jun-2026 05:12:32 | tests/testing_utils.py:376: in run |
| 06-Jun-2026 05:12:32 | self.__compare_results(new_file, default_relative_tolerance) |
| 06-Jun-2026 05:12:32 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | self = <tests.testing_utils.PipelineTester object at 0x7fe12ea1e990> |
| 06-Jun-2026 05:12:32 | new_file = 'uid___A002_X85c183_X36f.NEW.results.txt', relative_tolerance = 1e-07 |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | def __compare_results(self, new_file: str, relative_tolerance: float) -> None: |
| 06-Jun-2026 05:12:32 | """ |
| 06-Jun-2026 05:12:32 | Compare results between new one loaded from file and old one. |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | Args: |
| 06-Jun-2026 05:12:32 | new_file : file path of new results |
| 06-Jun-2026 05:12:32 | relative_tolerance : relative tolerance of output value |
| 06-Jun-2026 05:12:32 | """ |
| 06-Jun-2026 05:12:32 | with open(self.expectedoutput_file) as expected_fd, open(new_file) as new_fd: |
| 06-Jun-2026 05:12:32 | expected_results = expected_fd.readlines() |
| 06-Jun-2026 05:12:32 | new_results = new_fd.readlines() |
| 06-Jun-2026 05:12:32 | errors = [] |
| 06-Jun-2026 05:12:32 | worst_diff = (0, 0) |
| 06-Jun-2026 05:12:32 | worst_percent_diff = (0, 0) |
| 06-Jun-2026 05:12:32 | for old, new in zip(expected_results, new_results): |
| 06-Jun-2026 05:12:32 | try: |
| 06-Jun-2026 05:12:32 | oldkey, oldval, tol = self.__sanitize_results_string(old) |
| 06-Jun-2026 05:12:32 | newkey, newval, _ = self.__sanitize_results_string(new) |
| 06-Jun-2026 05:12:32 | except ValueError as e: |
| 06-Jun-2026 05:12:32 | errorstr = "The results: {0} could not be parsed. Error: {1}".format(new, str(e)) |
| 06-Jun-2026 05:12:32 | errors.append(errorstr) |
| 06-Jun-2026 05:12:32 | continue |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | assert oldkey == newkey, f"Expected key {oldkey} does not match new key {newkey}." |
| 06-Jun-2026 05:12:32 | tolerance = tol if tol else relative_tolerance |
| 06-Jun-2026 05:12:32 | if newval is not None: |
| 06-Jun-2026 05:12:32 | LOG.info('Comparing %s to %s with a rel. tolerance of %s', oldval, newval, tolerance) |
| 06-Jun-2026 05:12:32 | if oldval != pytest.approx(newval, rel=tolerance): |
| 06-Jun-2026 05:12:32 | diff = oldval-newval |
| 06-Jun-2026 05:12:32 | percent_diff = (oldval-newval)/oldval * 100 if oldval != 0 else 100 |
| 06-Jun-2026 05:12:32 | if abs(diff) > abs(worst_diff[0]): |
| 06-Jun-2026 05:12:32 | worst_diff = diff, oldkey |
| 06-Jun-2026 05:12:32 | if abs(percent_diff) > abs(worst_percent_diff[0]): |
| 06-Jun-2026 05:12:32 | worst_percent_diff = percent_diff, oldkey |
| 06-Jun-2026 05:12:32 | errorstr = f"{oldkey}\n\tvalues differ by > a relative difference of {tolerance}\n\texpected: {oldval}\n\tnew: {newval}\n\tdiff: {diff}\n\tpercent_diff: {percent_diff}%" |
| 06-Jun-2026 05:12:32 | errors.append(errorstr) |
| 06-Jun-2026 05:12:32 | elif oldval is not None: |
| 06-Jun-2026 05:12:32 | # If only the new value is None, fail |
| 06-Jun-2026 05:12:32 | errorstr = f"{oldkey}\n\tvalue is None\n\texpected: {oldval}\n\tnew: {newval}" |
| 06-Jun-2026 05:12:32 | errors.append(errorstr) |
| 06-Jun-2026 05:12:32 | else: |
| 06-Jun-2026 05:12:32 | # If old and new values are both None, this is expected, so pass |
| 06-Jun-2026 05:12:32 | LOG.info('Comparing %s and %s... both values are None.', oldval, newval) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | [LOG.warning(x) for x in errors] |
| 06-Jun-2026 05:12:32 | n_errors = len(errors) |
| 06-Jun-2026 05:12:32 | if n_errors > 0: |
| 06-Jun-2026 05:12:32 | summary_str = f"Worst absolute diff, {worst_diff[1]}: {worst_diff[0]}\nWorst percentage diff, {worst_percent_diff[1]}: {worst_percent_diff[0]}%" |
| 06-Jun-2026 05:12:32 | errors.append(summary_str) |
| 06-Jun-2026 05:12:32 | > pytest.fail("Failed to match {0} result value{1} within tolerance{1} :\n{2}".format( |
| 06-Jun-2026 05:12:32 | n_errors, '' if n_errors == 1 else 's', '\n'.join(errors)), pytrace=True) |
| 06-Jun-2026 05:12:32 | E Failed: Failed to match 1 result value within tolerance : |
| 06-Jun-2026 05:12:32 | E s7.hsd_applycal.uid___A002_X85c183_X36f.qa.score.ApplycalFlags |
| 06-Jun-2026 05:12:32 | E values differ by > a relative difference of 1e-07 |
| 06-Jun-2026 05:12:32 | E expected: 0.9579857010836426 |
| 06-Jun-2026 05:12:32 | E new: 1.0 |
| 06-Jun-2026 05:12:32 | E diff: -0.04201429891635744 |
| 06-Jun-2026 05:12:32 | E percent_diff: -4.38569165164284% |
| 06-Jun-2026 05:12:32 | E Worst absolute diff, s7.hsd_applycal.uid___A002_X85c183_X36f.qa.score.ApplycalFlags: -0.04201429891635744 |
| 06-Jun-2026 05:12:32 | E Worst percentage diff, s7.hsd_applycal.uid___A002_X85c183_X36f.qa.score.ApplycalFlags: -4.38569165164284% |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/testing_utils.py:435: Failed |
| 06-Jun-2026 05:12:32 | ------------------------------ Captured log call ------------------------------- |
| 06-Jun-2026 05:12:32 | WARNING matplotlib.axes._base:_base.py:2096 Ignoring fixed x limits to fulfill fixed data aspect with adjustable data limits. |
| 06-Jun-2026 05:12:32 | WARNING matplotlib.axes._base:_base.py:2096 Ignoring fixed x limits to fulfill fixed data aspect with adjustable data limits. |
| 06-Jun-2026 05:12:32 | _ test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression _ |
| 06-Jun-2026 05:12:32 | [gw0] linux -- Python 3.12.4 /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/bin/python3 |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | @pytest.mark.seven |
| 06-Jun-2026 05:12:32 | @pytest.mark.mpi |
| 06-Jun-2026 05:12:32 | def test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression(): |
| 06-Jun-2026 05:12:32 | """Run ALMA cal+image regression on a 7m B2B dataset with differential gain calibration. |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | Recipe name: procedure_hifa_calimage_diffgain |
| 06-Jun-2026 05:12:32 | Dataset: 2023.1.00228.S: uid___A002_X1199f9e_X7c24 |
| 06-Jun-2026 05:12:32 | """ |
| 06-Jun-2026 05:12:32 | ref_directory = 'pl-regressiontest/2023.1.00228.S' |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | pt = PipelineTester( |
| 06-Jun-2026 05:12:32 | visname=['uid___A002_X1199f9e_X7c24'], |
| 06-Jun-2026 05:12:32 | recipe='procedure_hifa_calimage_diffgain.xml', |
| 06-Jun-2026 05:12:32 | input_dir=ref_directory, |
| 06-Jun-2026 05:12:32 | expectedoutput_dir=ref_directory, |
| 06-Jun-2026 05:12:32 | ) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | > pt.run() |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py:143: |
| 06-Jun-2026 05:12:32 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
| 06-Jun-2026 05:12:32 | tests/testing_utils.py:376: in run |
| 06-Jun-2026 05:12:32 | self.__compare_results(new_file, default_relative_tolerance) |
| 06-Jun-2026 05:12:32 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | self = <tests.testing_utils.PipelineTester object at 0x7fba08757350> |
| 06-Jun-2026 05:12:32 | new_file = 'uid___A002_X1199f9e_X7c24.NEW.results.txt' |
| 06-Jun-2026 05:12:32 | relative_tolerance = 1e-07 |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | def __compare_results(self, new_file: str, relative_tolerance: float) -> None: |
| 06-Jun-2026 05:12:32 | """ |
| 06-Jun-2026 05:12:32 | Compare results between new one loaded from file and old one. |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | Args: |
| 06-Jun-2026 05:12:32 | new_file : file path of new results |
| 06-Jun-2026 05:12:32 | relative_tolerance : relative tolerance of output value |
| 06-Jun-2026 05:12:32 | """ |
| 06-Jun-2026 05:12:32 | with open(self.expectedoutput_file) as expected_fd, open(new_file) as new_fd: |
| 06-Jun-2026 05:12:32 | expected_results = expected_fd.readlines() |
| 06-Jun-2026 05:12:32 | new_results = new_fd.readlines() |
| 06-Jun-2026 05:12:32 | errors = [] |
| 06-Jun-2026 05:12:32 | worst_diff = (0, 0) |
| 06-Jun-2026 05:12:32 | worst_percent_diff = (0, 0) |
| 06-Jun-2026 05:12:32 | for old, new in zip(expected_results, new_results): |
| 06-Jun-2026 05:12:32 | try: |
| 06-Jun-2026 05:12:32 | oldkey, oldval, tol = self.__sanitize_results_string(old) |
| 06-Jun-2026 05:12:32 | newkey, newval, _ = self.__sanitize_results_string(new) |
| 06-Jun-2026 05:12:32 | except ValueError as e: |
| 06-Jun-2026 05:12:32 | errorstr = "The results: {0} could not be parsed. Error: {1}".format(new, str(e)) |
| 06-Jun-2026 05:12:32 | errors.append(errorstr) |
| 06-Jun-2026 05:12:32 | continue |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | > assert oldkey == newkey, f"Expected key {oldkey} does not match new key {newkey}." |
| 06-Jun-2026 05:12:32 | ^^^^^^^^^^^^^^^^ |
| 06-Jun-2026 05:12:32 | E AssertionError: Expected key s21.hif_applycal.uid___A002_X1199f9e_X7c24.spw_31.qa.metric.phase_vs_freqslope does not match new key s21.hif_applycal.uid___A002_X1199f9e_X7c24.spw_31.qa.metric.phase_vs_freqintercept. |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/testing_utils.py:409: AssertionError |
| 06-Jun-2026 05:12:32 | ------------------------------ Captured log call ------------------------------- |
| 06-Jun-2026 05:12:32 | WARNING matplotlib.axes._base:_base.py:2088 Ignoring fixed y limits to fulfill fixed data aspect with adjustable data limits. |
| 06-Jun-2026 05:12:32 | INFO root:logs.py:724 bpcal.bpcal: Bandpass statistics started for uid___A002_X1199f9e_X7c24.ms.hifa_bandpass.s13_0.spw17_19_21_23_29_31_33_35_37_39_41_43.channel.solintinf.bcal.tbl ... |
| 06-Jun-2026 05:12:32 | INFO root:logs.py:724 bpcal.bpcal: Bandpass statistics of uid___A002_X1199f9e_X7c24.ms.hifa_bandpass.s13_0.spw17_19_21_23_29_31_33_35_37_39_41_43.channel.solintinf.bcal.tbl calculated ... |
| 06-Jun-2026 05:12:32 | INFO root:logs.py:724 bpcal.bpcal: Bandpass statistics written in /tmp/tmp9xt2i3de/uid___A002_X1199f9e_X7c24.ms.hifa_bandpass.s13_0.spw17_19_21_23_29_31_33_35_37_39_41_43.channel.solintinf.bcal.bpcal.stats ... |
| 06-Jun-2026 05:12:32 | INFO root:logs.py:724 bpcal.bpcal: Bandpass scores of uid___A002_X1199f9e_X7c24.ms.hifa_bandpass.s13_0.spw17_19_21_23_29_31_33_35_37_39_41_43.channel.solintinf.bcal.tbl calculated ... |
| 06-Jun-2026 05:12:32 | INFO root:logs.py:724 bpcal.bpcal: Bandpass calibration statistics finished for uid___A002_X1199f9e_X7c24.ms.hifa_bandpass.s13_0.spw17_19_21_23_29_31_33_35_37_39_41_43.channel.solintinf.bcal.tbl ... |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | INFO root:logs.py:724 bpcal.bpcal: Bandpass statistics started for uid___A002_X1199f9e_X7c24.ms.hifa_bandpass.s13_0.spw17_19_21_23_29_31_33_35_37_39_41_43.channel.solintinf.bcal.tbl ... |
| 06-Jun-2026 05:12:32 | INFO root:logs.py:724 bpcal.bpcal: Bandpass statistics of uid___A002_X1199f9e_X7c24.ms.hifa_bandpass.s13_0.spw17_19_21_23_29_31_33_35_37_39_41_43.channel.solintinf.bcal.tbl calculated ... |
| 06-Jun-2026 05:12:32 | INFO root:logs.py:724 bpcal.bpcal: Bandpass statistics written in /tmp/tmptjrasq52/uid___A002_X1199f9e_X7c24.ms.hifa_bandpass.s13_0.spw17_19_21_23_29_31_33_35_37_39_41_43.channel.solintinf.bcal.bpcal.stats ... |
| 06-Jun-2026 05:12:32 | INFO root:logs.py:724 bpcal.bpcal: Bandpass scores of uid___A002_X1199f9e_X7c24.ms.hifa_bandpass.s13_0.spw17_19_21_23_29_31_33_35_37_39_41_43.channel.solintinf.bcal.tbl calculated ... |
| 06-Jun-2026 05:12:32 | INFO root:logs.py:724 bpcal.bpcal: Bandpass calibration statistics finished for uid___A002_X1199f9e_X7c24.ms.hifa_bandpass.s13_0.spw17_19_21_23_29_31_33_35_37_39_41_43.channel.solintinf.bcal.tbl ... |
| 06-Jun-2026 05:12:32 | =============================== warnings summary =============================== |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaconfig/private/get_data_info.py:195: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-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. |
| 06-Jun-2026 05:12:32 | readme_lines = importlib.resources.read_text('casaconfig','release_data_readme.txt').split('\n') |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/importlib/resources/_legacy.py:79: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-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. |
| 06-Jun-2026 05:12:32 | with open_text(package, resource, encoding, errors) as fp: |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/google/protobuf/internal/well_known_types.py:91: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/google/protobuf/internal/well_known_types.py:91: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC). |
| 06-Jun-2026 05:12:32 | _EPOCH_DATETIME_NAIVE = datetime.datetime.utcfromtimestamp(0) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:19: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:19: DeprecationWarning: Call to deprecated create function FileDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | DESCRIPTOR = _descriptor.FileDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:38: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:38: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:31: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:31: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _PID = _descriptor.Descriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:69: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:69: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:62: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:62: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _NUMPLOTS = _descriptor.Descriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:100: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:100: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:93: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:93: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _TOGGLE = _descriptor.Descriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:131: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:131: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:138: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:138: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:124: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:124: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _GRIDSIZE = _descriptor.Descriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:169: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:169: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:176: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:176: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:183: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:183: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:162: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:162: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _SETVIS = _descriptor.Descriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:214: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:214: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:221: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:221: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:228: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:228: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:235: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:235: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:242: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:242: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:249: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:249: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:256: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:256: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:263: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:263: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:270: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:270: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:277: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:277: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:284: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:284: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:291: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:291: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:207: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:207: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _SETAXES = _descriptor.Descriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:322: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:322: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:329: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:329: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:336: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:336: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:315: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:315: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _SETTOGGLE = _descriptor.Descriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:367: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:367: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:374: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:374: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:381: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:381: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:388: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:388: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:395: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:395: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:402: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:402: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:409: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:409: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:416: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:416: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:423: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:423: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:430: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:430: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:437: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:437: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:444: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:444: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:451: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:451: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:458: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:458: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:465: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:465: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:360: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:360: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _SETSELECTION = _descriptor.Descriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:496: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:496: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:503: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:503: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:510: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:510: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:517: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:517: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:524: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:524: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:531: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:531: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:538: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:538: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:545: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:545: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:552: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:552: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:559: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:559: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:489: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:489: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _SETAVERAGING = _descriptor.Descriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:590: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:590: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:597: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:597: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:604: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:604: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:611: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:611: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:618: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:618: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:625: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:625: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:583: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:583: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _SETTRANSFORM = _descriptor.Descriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:656: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:656: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:663: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:663: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:670: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:670: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:677: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:677: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:649: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:649: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _SETCALIBRATION = _descriptor.Descriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:708: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:708: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:715: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:715: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:722: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:722: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:729: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:729: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:736: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:736: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:743: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:743: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:750: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:750: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:757: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:757: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:764: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:764: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:771: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:771: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:701: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:701: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _SETFLAGEXTENSION = _descriptor.Descriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:802: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:802: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:795: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:795: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _EXPORTRANGE = _descriptor.Descriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:833: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:833: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:840: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:840: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:847: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:847: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:854: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:854: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:861: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:861: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:868: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:868: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:875: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:875: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:882: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:882: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:889: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:889: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:826: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:826: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _SETITERATE = _descriptor.Descriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:920: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:920: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:927: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:927: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:934: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:934: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:913: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:913: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _SETSTRING = _descriptor.Descriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:965: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:965: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:972: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:972: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | ../casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:979: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/casaplotms/private/plotms_pb2.py:979: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. |
| 06-Jun-2026 05:12:32 | _descriptor.FieldDescriptor( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 944 warnings |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py: 72 warnings |
| 06-Jun-2026 05:12:32 | tests/regression/fast/vla_fast_test.py: 756 warnings |
| 06-Jun-2026 05:12:32 | tests/regression/fast/vlass_fast_test.py: 216 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-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.) |
| 06-Jun-2026 05:12:32 | self._mtx[0, 2] += tx |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 944 warnings |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py: 72 warnings |
| 06-Jun-2026 05:12:32 | tests/regression/fast/vla_fast_test.py: 756 warnings |
| 06-Jun-2026 05:12:32 | tests/regression/fast/vlass_fast_test.py: 216 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-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.) |
| 06-Jun-2026 05:12:32 | self._mtx[1, 2] += ty |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 944 warnings |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py: 72 warnings |
| 06-Jun-2026 05:12:32 | tests/regression/fast/vla_fast_test.py: 756 warnings |
| 06-Jun-2026 05:12:32 | tests/regression/fast/vlass_fast_test.py: 216 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-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.) |
| 06-Jun-2026 05:12:32 | posx = float(self.convert_xunits(x)) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 944 warnings |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py: 72 warnings |
| 06-Jun-2026 05:12:32 | tests/regression/fast/vla_fast_test.py: 756 warnings |
| 06-Jun-2026 05:12:32 | tests/regression/fast/vlass_fast_test.py: 216 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-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.) |
| 06-Jun-2026 05:12:32 | posy = float(self.convert_yunits(y)) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 193 warnings |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py: 9 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/numpy/_core/fromnumeric.py:3860: RuntimeWarning: Mean of empty slice. |
| 06-Jun-2026 05:12:32 | return _methods._mean(a, axis=axis, dtype=dtype, |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 193 warnings |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py: 9 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/numpy/_core/_methods.py:144: RuntimeWarning: invalid value encountered in scalar divide |
| 06-Jun-2026 05:12:32 | ret = ret.dtype.type(ret / rcount) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f_SPW15_23__PPR__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/nobeyama_sd_fast_test.py::test_mg2_20170525142607_180419__PPR__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/nobeyama_sd_fast_test.py::test_mg2_20170525142607_180419__PPR__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/nobeyama_sd_fast_test.py::test_mg2_20170525142607_180419__procedure_hsdn_calimage__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/nobeyama_sd_fast_test.py::test_mg2_20170525142607_180419__procedure_hsdn_calimage__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-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. |
| 06-Jun-2026 05:12:32 | warnings.warn( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f_SPW15_23__PPR__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/nobeyama_sd_fast_test.py::test_mg2_20170525142607_180419__PPR__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/nobeyama_sd_fast_test.py::test_mg2_20170525142607_180419__procedure_hsdn_calimage__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/hsd/tasks/imaging/detectcontamination.py:697: RuntimeWarning: invalid value encountered in divide |
| 06-Jun-2026 05:12:32 | peak_sn_map = (np.nanmax(cube_regrid, axis=0)) / rms_map |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f_SPW15_23__PPR__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/nobeyama_sd_fast_test.py::test_mg2_20170525142607_180419__PPR__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/nobeyama_sd_fast_test.py::test_mg2_20170525142607_180419__procedure_hsdn_calimage__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/hsd/tasks/imaging/detectcontamination.py:748: RuntimeWarning: invalid value encountered in divide |
| 06-Jun-2026 05:12:32 | peak_sn = (np.nanmax(cube_regrid, axis=0)) / rms_map |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f_SPW15_23__PPR__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f_SPW15_23__PPR__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f_SPW15_23__PPR__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f_SPW15_23__PPR__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/hsd/tasks/imaging/display.py:912: RuntimeWarning: invalid value encountered in divide |
| 06-Jun-2026 05:12:32 | data_weight_integ = numpy.ma.masked_array((data_integ / weight_integ), [not val for val in mask_integ], |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py::test_E2E6_1_00010_S__uid___A002_Xd0a588_X2239__procedure_hifa_image__regression |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/extern/TsysDataClassFile.py:935: RuntimeWarning: All-NaN slice encountered |
| 06-Jun-2026 05:12:32 | stats_dif[key] = statistics(auxi_dif, axis=0) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py::test_E2E6_1_00010_S__uid___A002_Xd0a588_X2239__procedure_hifa_image__regression |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/extern/TsysDataClassFile.py:936: RuntimeWarning: All-NaN slice encountered |
| 06-Jun-2026 05:12:32 | stats_sou[key] = statistics(auxi_sou, axis=0) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py::test_E2E6_1_00010_S__uid___A002_Xd0a588_X2239__procedure_hifa_image__regression |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/extern/TsysDataClassFile.py:937: RuntimeWarning: All-NaN slice encountered |
| 06-Jun-2026 05:12:32 | stats_bp[key] = statistics(auxi_bp, axis=0) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py::test_E2E6_1_00010_S__uid___A002_Xd0a588_X2239__procedure_hifa_image__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py::test_E2E6_1_00010_S__uid___A002_Xd0a588_X2239__procedure_hifa_image__regression |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/extern/tsys_contamination.py:1612: RuntimeWarning: Mean of empty slice |
| 06-Jun-2026 05:12:32 | spec_b = np.nanmean(average_bp[key][corr], axis=0) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py::test_E2E6_1_00010_S__uid___A002_Xd0a588_X2239__procedure_hifa_image__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py::test_E2E6_1_00010_S__uid___A002_Xd0a588_X2239__procedure_hifa_image__regression |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/extern/tsys_contamination.py:1613: RuntimeWarning: Mean of empty slice |
| 06-Jun-2026 05:12:32 | spec_s = np.nanmean(average_science[key][corr], axis=0) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py::test_uid___A002_Xc46ab2_X15ae_repSPW_spw16_17_small__PPR__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-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 |
| 06-Jun-2026 05:12:32 | fill_value = np.asarray(fill_value, dtype=ndtype) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 16 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmp3khnjq_g/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.) |
| 06-Jun-2026 05:12:32 | repr_freq = '%.4f GHz' % (cqa.getvalue(cqa.convert(result[0].repr_target[1], 'GHz'))) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 16 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmp3khnjq_g/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.) |
| 06-Jun-2026 05:12:32 | repr_bw = '%.4g MHz' % (cqa.getvalue(cqa.convert(result[0].repr_target[2], 'MHz'))) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 16 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmp3khnjq_g/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.) |
| 06-Jun-2026 05:12:32 | sens_bw = '%.4g MHz' % (cqa.getvalue(cqa.convert(result[0].sensitivity_bandwidth, 'MHz'))) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 16 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmp3khnjq_g/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.) |
| 06-Jun-2026 05:12:32 | minAR = '%#.3g arcsec' % (minAR_v) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 16 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmp3khnjq_g/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.) |
| 06-Jun-2026 05:12:32 | maxAR = '%#.3g arcsec' % (maxAR_v) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 16 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmp3khnjq_g/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.) |
| 06-Jun-2026 05:12:32 | user_minAR = '%#.3g arcsec' % (user_minAR_v) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 16 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmp3khnjq_g/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.) |
| 06-Jun-2026 05:12:32 | user_maxAR = '%#.3g arcsec' % (user_maxAR_v) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 16 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmp3khnjq_g/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.) |
| 06-Jun-2026 05:12:32 | sensitivityGoal = '%#.3g mJy' % (sensitivityGoal_v) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/nobeyama_sd_fast_test.py: 18 warnings |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/hsd/tasks/imaging/display.py:768: RuntimeWarning: Mean of empty slice. |
| 06-Jun-2026 05:12:32 | Plot[x][y] = valid_sp.mean(axis=0) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/nobeyama_sd_fast_test.py: 18 warnings |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py: 12 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/numpy/_core/_methods.py:136: RuntimeWarning: invalid value encountered in divide |
| 06-Jun-2026 05:12:32 | ret = um.true_divide( |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 20 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmp4lhfntoe/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.) |
| 06-Jun-2026 05:12:32 | repr_freq = '%.4f GHz' % (cqa.getvalue(cqa.convert(result[0].repr_target[1], 'GHz'))) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 20 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmp4lhfntoe/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.) |
| 06-Jun-2026 05:12:32 | repr_bw = '%.4g MHz' % (cqa.getvalue(cqa.convert(result[0].repr_target[2], 'MHz'))) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 20 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmp4lhfntoe/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.) |
| 06-Jun-2026 05:12:32 | sens_bw = '%.4g MHz' % (cqa.getvalue(cqa.convert(result[0].sensitivity_bandwidth, 'MHz'))) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 20 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmp4lhfntoe/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.) |
| 06-Jun-2026 05:12:32 | minAR = '%#.3g arcsec' % (minAR_v) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 20 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmp4lhfntoe/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.) |
| 06-Jun-2026 05:12:32 | maxAR = '%#.3g arcsec' % (maxAR_v) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 20 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmp4lhfntoe/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.) |
| 06-Jun-2026 05:12:32 | user_minAR = '%#.3g arcsec' % (user_minAR_v) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 20 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmp4lhfntoe/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.) |
| 06-Jun-2026 05:12:32 | user_maxAR = '%#.3g arcsec' % (user_maxAR_v) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 20 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmp4lhfntoe/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.) |
| 06-Jun-2026 05:12:32 | sensitivityGoal = '%#.3g mJy' % (sensitivityGoal_v) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/vla_fast_test.py::test_13A_537__calibration__PPR__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/vla_fast_test.py::test_13A_537__procedure_hifv__regression |
| 06-Jun-2026 05:12:32 | <unknown>:1: SyntaxWarning: invalid decimal literal |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/vla_fast_test.py: 216 warnings |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-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. |
| 06-Jun-2026 05:12:32 | return matrix(data, dtype=dtype, copy=False) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/vla_fast_test.py::test_13A_537__calibration__PPR__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/vla_fast_test.py::test_13A_537__procedure_hifv__regression |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-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. |
| 06-Jun-2026 05:12:32 | ax1.set_xlim(np.log10(np.array([minxlim, maxxlim]))) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/vla_fast_test.py::test_13A_537__calibration__PPR__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/vla_fast_test.py::test_13A_537__procedure_hifv__regression |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-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. |
| 06-Jun-2026 05:12:32 | ax2.set_xlim(np.log10(np.array([minxlim, maxxlim]))) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/vla_fast_test.py::test_13A_537__calibration__PPR__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/vla_fast_test.py::test_13A_537__procedure_hifv__regression |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-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. |
| 06-Jun-2026 05:12:32 | ax1.set_xlim(np.log10(np.array([minxlim, maxxlim]))) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/vla_fast_test.py::test_13A_537__calibration__PPR__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/vla_fast_test.py::test_13A_537__procedure_hifv__regression |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-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. |
| 06-Jun-2026 05:12:32 | ax2.set_xlim(np.log10(np.array([minxlim, maxxlim]))) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-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. |
| 06-Jun-2026 05:12:32 | plt.legend(loc='upper left', ncol=3, fontsize='x-small', title='XX-YY data') |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/hsd/heuristics/SDcalatmcorr.py:380: RuntimeWarning: invalid value encountered in divide |
| 06-Jun-2026 05:12:32 | normtau = (taupeak - np.min(taupeak))/(np.max(taupeak) - np.min(taupeak)) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-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. |
| 06-Jun-2026 05:12:32 | ax[pol].axis( [xmin, xmax, ylim[0], ylim[1]] ) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 20 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmplc2z7ny0/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.) |
| 06-Jun-2026 05:12:32 | repr_freq = '%.4f GHz' % (cqa.getvalue(cqa.convert(result[0].repr_target[1], 'GHz'))) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 20 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmplc2z7ny0/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.) |
| 06-Jun-2026 05:12:32 | repr_bw = '%.4g MHz' % (cqa.getvalue(cqa.convert(result[0].repr_target[2], 'MHz'))) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 20 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmplc2z7ny0/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.) |
| 06-Jun-2026 05:12:32 | sens_bw = '%.4g MHz' % (cqa.getvalue(cqa.convert(result[0].sensitivity_bandwidth, 'MHz'))) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 20 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmplc2z7ny0/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.) |
| 06-Jun-2026 05:12:32 | minAR = '%#.3g arcsec' % (minAR_v) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 20 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmplc2z7ny0/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.) |
| 06-Jun-2026 05:12:32 | maxAR = '%#.3g arcsec' % (maxAR_v) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 20 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmplc2z7ny0/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.) |
| 06-Jun-2026 05:12:32 | user_minAR = '%#.3g arcsec' % (user_minAR_v) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 20 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmplc2z7ny0/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.) |
| 06-Jun-2026 05:12:32 | user_maxAR = '%#.3g arcsec' % (user_maxAR_v) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 20 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmplc2z7ny0/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.) |
| 06-Jun-2026 05:12:32 | sensitivityGoal = '%#.3g mJy' % (sensitivityGoal_v) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 20 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmpd7zf_i0y/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.) |
| 06-Jun-2026 05:12:32 | repr_freq = '%.4f GHz' % (cqa.getvalue(cqa.convert(result[0].repr_target[1], 'GHz'))) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 20 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmpd7zf_i0y/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.) |
| 06-Jun-2026 05:12:32 | repr_bw = '%.4g MHz' % (cqa.getvalue(cqa.convert(result[0].repr_target[2], 'MHz'))) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 20 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmpd7zf_i0y/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.) |
| 06-Jun-2026 05:12:32 | sens_bw = '%.4g MHz' % (cqa.getvalue(cqa.convert(result[0].sensitivity_bandwidth, 'MHz'))) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 20 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmpd7zf_i0y/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.) |
| 06-Jun-2026 05:12:32 | minAR = '%#.3g arcsec' % (minAR_v) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 20 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmpd7zf_i0y/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.) |
| 06-Jun-2026 05:12:32 | maxAR = '%#.3g arcsec' % (maxAR_v) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 20 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmpd7zf_i0y/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.) |
| 06-Jun-2026 05:12:32 | user_minAR = '%#.3g arcsec' % (user_minAR_v) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 20 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmpd7zf_i0y/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.) |
| 06-Jun-2026 05:12:32 | user_maxAR = '%#.3g arcsec' % (user_maxAR_v) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 20 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmpd7zf_i0y/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.) |
| 06-Jun-2026 05:12:32 | sensitivityGoal = '%#.3g mJy' % (sensitivityGoal_v) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/numpy/ma/core.py:2896: UserWarning: Warning: converting a masked element to nan. |
| 06-Jun-2026 05:12:32 | _data = np.array(data, dtype=dtype, copy=copy, |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/numpy/ma/core.py:2428: UserWarning: Warning: converting a masked element to nan. |
| 06-Jun-2026 05:12:32 | a = np.array(a, copy=None, subok=True) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-py3.12.el8/lib/py/lib/python3.12/site-packages/numpy/_core/shape_base.py:63: UserWarning: Warning: converting a masked element to nan. |
| 06-Jun-2026 05:12:32 | result = asanyarray(arys[0]) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/casa-6.7.6-5-pipeline-2026.1.1.53-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. |
| 06-Jun-2026 05:12:32 | a.partition(kth, axis=axis, kind=kind, order=order) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression |
| 06-Jun-2026 05:12:32 | /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/qa/bpcal.py:1671: RuntimeWarning: invalid value encountered in scalar divide |
| 06-Jun-2026 05:12:32 | score = 1.0 - (delayTemp/delayMax) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 23 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmpfqqssbxe/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.) |
| 06-Jun-2026 05:12:32 | repr_freq = '%.4f GHz' % (cqa.getvalue(cqa.convert(result[0].repr_target[1], 'GHz'))) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 23 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmpfqqssbxe/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.) |
| 06-Jun-2026 05:12:32 | repr_bw = '%.4g MHz' % (cqa.getvalue(cqa.convert(result[0].repr_target[2], 'MHz'))) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 23 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmpfqqssbxe/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.) |
| 06-Jun-2026 05:12:32 | sens_bw = '%.4g MHz' % (cqa.getvalue(cqa.convert(result[0].sensitivity_bandwidth, 'MHz'))) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 23 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmpfqqssbxe/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.) |
| 06-Jun-2026 05:12:32 | minAR = '%#.3g arcsec' % (minAR_v) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 23 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmpfqqssbxe/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.) |
| 06-Jun-2026 05:12:32 | maxAR = '%#.3g arcsec' % (maxAR_v) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 23 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmpfqqssbxe/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.) |
| 06-Jun-2026 05:12:32 | user_minAR = '%#.3g arcsec' % (user_minAR_v) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 23 warnings |
| 06-Jun-2026 05:12:32 | /tmp/tmpfqqssbxe/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.) |
| 06-Jun-2026 05:12:32 | user_maxAR = '%#.3g arcsec' % (user_maxAR_v) |
| 06-Jun-2026 05:12:32 | |
| 06-Jun-2026 05:12:32 | tests/regression/fast/alma_if_fast_test.py: 23 warnings |
| 06-Jun-2026 05:12:35 | /tmp/tmpfqqssbxe/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.) |
| 06-Jun-2026 05:12:35 | sensitivityGoal = '%#.3g mJy' % (sensitivityGoal_v) |
| 06-Jun-2026 05:12:35 | |
| 06-Jun-2026 05:12:35 | -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html |
| 06-Jun-2026 05:12:35 | - generated xml file: /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline_regression_test_result.xml - |
| 06-Jun-2026 05:12:35 | =========================== short test summary info ============================ |
| 06-Jun-2026 05:12:35 | FAILED tests/regression/fast/alma_if_fast_test.py::test_uid___A002_Xee1eb6_Xc58d__procedure_hifa_calsurvey__regression - Failed: pipeline_manifest.xml is not present under the products directory |
| 06-Jun-2026 05:12:35 | FAILED tests/regression/fast/alma_if_fast_test.py::test_E2E6_1_00010_S__uid___A002_Xd0a588_X2239__procedure_hifa_image__regression - Failed: pipeline_manifest.xml is not present under the products directory |
| 06-Jun-2026 05:12:35 | FAILED tests/regression/fast/alma_if_fast_test.py::test_csv_3899_eb2_small__procedure_hifa_calimage__regression - Failed: pipeline_manifest.xml is not present under the products directory |
| 06-Jun-2026 05:12:35 | FAILED tests/regression/fast/alma_if_fast_test.py::test_2022_1_00207_S__uid___A001_X2d20_X373d__PPR__regression - pipeline.infrastructure.exceptions.PipelineException: Traceback (most recent call last): |
| 06-Jun-2026 05:12:35 | File "/lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/infrastructure/executeppr.py", line 280, in executeppr |
| 06-Jun-2026 05:12:35 | results = pipeline_task(**task_args) |
| 06-Jun-2026 05:12:35 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 06-Jun-2026 05:12:35 | File "/lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/h/cli/utils.py", line 83, in wrapper |
| 06-Jun-2026 05:12:35 | results = execute_task(context, task_name, all_inputs) |
| 06-Jun-2026 05:12:35 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 06-Jun-2026 05:12:35 | File "/lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST/casa-build-utils/pipeline/workdir/pipeline/pipeline/h/cli/utils.py", line 165, in execute_task |
| 06-Jun-2026 05:12:35 | raise exceptions.PipelineException(previous_tracebacks_as_string) |
| 06-Jun-2026 05:12:35 | pipeline.infrastructure.exceptions.PipelineException: Online flux catalog unavailable; fell back to local Source.xml fluxes. Stopping after weblog export. |
| 06-Jun-2026 05:12:35 | FAILED tests/regression/fast/alma_sd_fast_test.py::test_uid___A002_X85c183_X36f__procedure_hsd_calimage__regression - Failed: Failed to match 1 result value within tolerance : |
| 06-Jun-2026 05:12:35 | s7.hsd_applycal.uid___A002_X85c183_X36f.qa.score.ApplycalFlags |
| 06-Jun-2026 05:12:35 | values differ by > a relative difference of 1e-07 |
| 06-Jun-2026 05:12:35 | expected: 0.9579857010836426 |
| 06-Jun-2026 05:12:35 | new: 1.0 |
| 06-Jun-2026 05:12:35 | diff: -0.04201429891635744 |
| 06-Jun-2026 05:12:35 | percent_diff: -4.38569165164284% |
| 06-Jun-2026 05:12:35 | Worst absolute diff, s7.hsd_applycal.uid___A002_X85c183_X36f.qa.score.ApplycalFlags: -0.04201429891635744 |
| 06-Jun-2026 05:12:35 | Worst percentage diff, s7.hsd_applycal.uid___A002_X85c183_X36f.qa.score.ApplycalFlags: -4.38569165164284% |
| 06-Jun-2026 05:12:35 | FAILED tests/regression/fast/alma_if_fast_test.py::test_2023_1_00228_S__uid___A002_X1199f9e_X7c24__procedure_hifa_calimage_diffgain__regression - AssertionError: Expected key s21.hif_applycal.uid___A002_X1199f9e_X7c24.spw_31.qa.metric.phase_vs_freqslope does not match new key s21.hif_applycal.uid___A002_X1199f9e_X7c24.spw_31.qa.metric.phase_vs_freqintercept. |
| 06-Jun-2026 05:12:35 | ========== 6 failed, 12 passed, 10720 warnings in 31784.03s (8:49:44) ========== |
| 06-Jun-2026 05:12:35 | 2026-06-06 05:12:33 INFO SynthesisUtilMethods::getResource synthesis.imager.memprofile.enable is enabled, initializing output file for imager profiling information (memory and run time): casa.synthesis.imager.memprofile.1943914.cvpost128.20260606_051233.txt |
| 06-Jun-2026 05:12:35 | 0 |
| 06-Jun-2026 05:12:35 | Finished task 'Test' with result: Success |
| 06-Jun-2026 05:12:35 | Starting task 'JUnit Parser' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit' |
| 06-Jun-2026 05:12:35 | Parsing test results under /lustre/cv/sw/casa/casaci/cvpost128/bamboohome/xml-data/build-dir/PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST... |
| 06-Jun-2026 05:13:25 | Failing task since 6 failing test cases were found. |
| 06-Jun-2026 05:13:25 | Finished task 'JUnit Parser' with result: Failed |
| 06-Jun-2026 05:13:25 | Running post build plugin 'Docker Container Cleanup' |
| 06-Jun-2026 05:13:25 | Running post build plugin 'NCover Results Collector' |
| 06-Jun-2026 05:13:25 | Running post build plugin 'Build Results Label Collector' |
| 06-Jun-2026 05:13:25 | Running post build plugin 'Clover Results Collector' |
| 06-Jun-2026 05:13:25 | Running post build plugin 'npm Cache Cleanup' |
| 06-Jun-2026 05:13:25 | Running post build plugin 'Artifact Copier' |
| 06-Jun-2026 05:13:25 | Publishing an artifact: Unit Test Result xml |
| 06-Jun-2026 05:13:25 | 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 61.54 ms |
| 06-Jun-2026 05:13:25 | Publishing an artifact: Regression Test Result |
| 06-Jun-2026 05:13:25 | 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 31.80 ms |
| 06-Jun-2026 05:13:25 | Finalising the build... |
| 06-Jun-2026 05:13:25 | Stopping timer. |
| 06-Jun-2026 05:13:25 | Build PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST-72 completed. |
| 06-Jun-2026 01:13:29 | Running on server: post build plugin 'Build Hanging Detection Configuration' |
| 06-Jun-2026 01:13:29 | Running on server: post build plugin 'NCover Results Collector' |
| 06-Jun-2026 01:13:29 | Running on server: post build plugin 'Build Labeller' |
| 06-Jun-2026 01:13:29 | Running on server: post build plugin 'Clover Delta Calculator' |
| 06-Jun-2026 01:13:29 | Running on server: post build plugin 'Maven Dependencies Postprocessor' |
| 06-Jun-2026 01:13:29 | All post build plugins have finished |
| 06-Jun-2026 01:13:29 | Generating build results summary... |
| 06-Jun-2026 01:13:29 | Saving build results to disk... |
| 06-Jun-2026 01:13:29 | Store variable context... |
| 06-Jun-2026 01:13:29 | Finished building PIPESPECS-TESTPIPEMAINCASAMASTER-ML228PY312TEST-72. |