Build: #3 failed

Job: Test Tasks Many Linux 2.28 Py3.12 failed

Stages & jobs

  1. Default Stage

  2. Publish

  3. Create Upload Plan Branch

Feather test.test feather: Test case result

The below summarizes the result of the test "Feather test.test feather" in build 3 of CASA - Release Engineering Dev Test 3.12 - VIPER - CAS-5883 - Test Tasks Many Linux 2.28 Py3.12.
Description
Feather test.test feather
Test class
test_feather
Method
FeatherTest.test_feather
Duration
22 secs
Status
Failed (Existing Failure)

Error Log

RuntimeError: Unrecognized image format. Supported types are CASA, FITS, and zarr.

image format appears not to be casacore: ('imagetype',)
image format appears not to be fits (21, 'Is a directory')
image format appears not to be zarr ("No such file or directory: '/home/casatest/casa6/casatestutils/nosedir/test_feather/feather.im'",)
test_feather.py:98: in test_feather
    exp_fds = read_image("feather.im")
              ^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/xradio/image/image.py:111: in read_image
    raise RuntimeError("\n".join(emsgs))
E   RuntimeError: Unrecognized image format. Supported types are CASA, FITS, and zarr.
E   
E   image format appears not to be casacore: ('imagetype',)
E   image format appears not to be fits (21, 'Is a directory')
E   image format appears not to be zarr ("No such file or directory: '/home/casatest/casa6/casatestutils/nosedir/test_feather/feather.im'",)