Build: #1 failed

Job: Test Tasks OSX1015 failed

Stages & jobs

  1. Default Stage

  2. Publish

  3. Create Upload Plan Branch

Test results

  • 718 tests in total
  • 3 tests failed
  • 3 failures are new
  • 26 tests were quarantined / skipped
  • 65 minutes taken in total.

Build 1 has the following 3 errors: 3 new failure(s) occurred since the previous build.

New test failures 3
Status Test Duration
Collapse Failed test_task_fringefit Fringefit_tests.test_uvrange History
3 secs
TypeError: __call__() got an unexpected keyword argument 'uvrange'
test_task_fringefit.py:77: in test_uvrange
    fringefit(vis=self.uvfile, caltable='uvrange_with.cal', spw='2', refant='0', uvrange='<1160')
E   TypeError: __call__() got an unexpected keyword argument 'uvrange'
Collapse Failed test_task_imhead imhead_test.test_get History
< 1 sec
AssertionError: -1 == -1 : Unexpected exception was thrown: Unknown keyword incr at File: src/code/imageanalysis/ImageAnalysis/ImageMetaDataBase.tcc, line: 402
test_task_imhead.py:450: in test_get
    pos, -1, msg=f'Unexpected exception was thrown: {exc}'
E   AssertionError: -1 == -1 : Unexpected exception was thrown: Unknown keyword incr at File: src/code/imageanalysis/ImageAnalysis/ImageMetaDataBase.tcc, line: 402
Collapse Failed unnamed test suite test_task_deconvolve History
< 1 sec
collection failure
ImportError while importing test module '/Users/casaci/bamboohome/xml-data/build-dir/CASA-C6DTF220-TTA15/casa6/casatestutils/nosedir/test_task_deconvolve/test_task_deconvolve.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
test_task_deconvolve.py:684: in <module>
    from casatasks import casalog, deconvolve, tclean, imtrans, imrebin, imregrid, imval
E   ImportError: cannot import name 'deconvolve'