Build: #1 failed

Job: Test Tasks macOS15 failed

Test results

  • 3,573 tests in total
  • 13 tests failed
  • 13 failures are new
  • 146 tests were quarantined / skipped
  • 90 minutes taken in total.

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

New test failures 13
Status Test Duration
Collapse Failed test_task_ft ft_test.test_antennaSelection
< 1 sec
TypeError: _ft.__call__() got an unexpected keyword argument 'antenna'
test_task_ft.py:275: in test_antennaSelection
    ft(vis=datacopy, model=modelcopy, usescratch=True, antenna='!2')
E   TypeError: _ft.__call__() got an unexpected keyword argument 'antenna'
Collapse Failed test_task_ft ft_test.test_antennaSelectionNoscratch
< 1 sec
TypeError: _ft.__call__() got an unexpected keyword argument 'antenna'
test_task_ft.py:288: in test_antennaSelectionNoscratch
    ft(vis=datacopy, model=modelcopy, antenna='!2')
E   TypeError: _ft.__call__() got an unexpected keyword argument 'antenna'
Collapse Failed test_task_ft ft_test.test_intentSelection
< 1 sec
TypeError: _ft.__call__() got an unexpected keyword argument 'intent'
test_task_ft.py:328: in test_intentSelection
    ft(vis=datacopy, model=modelcopy, usescratch=True, intent='1,2')
E   TypeError: _ft.__call__() got an unexpected keyword argument 'intent'
Collapse Failed test_task_ft ft_test.test_intentSelectionNoscratch
< 1 sec
TypeError: _ft.__call__() got an unexpected keyword argument 'intent'
test_task_ft.py:341: in test_intentSelectionNoscratch
    ft(vis=datacopy, model=modelcopy, intent='1,2')
E   TypeError: _ft.__call__() got an unexpected keyword argument 'intent'
Collapse Failed test_task_ft ft_test.test_observationSelection
< 1 sec
TypeError: _ft.__call__() got an unexpected keyword argument 'observation'
test_task_ft.py:310: in test_observationSelection
    ft(vis=datacopy, model=modelcopy, usescratch=True, observation='0')
E   TypeError: _ft.__call__() got an unexpected keyword argument 'observation'
Collapse Failed test_task_ft ft_test.test_observationSelectionNoscratch
< 1 sec
TypeError: _ft.__call__() got an unexpected keyword argument 'observation'
test_task_ft.py:323: in test_observationSelectionNoscratch
    ft(vis=datacopy, model=modelcopy, observation='1,2')
E   TypeError: _ft.__call__() got an unexpected keyword argument 'observation'
Collapse Failed test_task_ft ft_test.test_scanSelection
< 1 sec
TypeError: _ft.__call__() got an unexpected keyword argument 'scan'
test_task_ft.py:292: in test_scanSelection
    ft(vis=datacopy, model=modelcopy, usescratch=True, scan='1')
E   TypeError: _ft.__call__() got an unexpected keyword argument 'scan'
Collapse Failed test_task_ft ft_test.test_scanSelectionNoscratch
< 1 sec
TypeError: _ft.__call__() got an unexpected keyword argument 'scan'
test_task_ft.py:305: in test_scanSelectionNoscratch
    ft(vis=datacopy, model=modelcopy, scan='1')
E   TypeError: _ft.__call__() got an unexpected keyword argument 'scan'
Collapse Failed test_task_ft ft_test.test_severalConsecutiveSelections
< 1 sec
TypeError: _ft.__call__() got an unexpected keyword argument 'scan'
test_task_ft.py:347: in test_severalConsecutiveSelections
    ft(vis=datacopy, model=modelcopy, usescratch=True, scan='1')
E   TypeError: _ft.__call__() got an unexpected keyword argument 'scan'
Collapse Failed test_task_ft ft_test.test_timeSelection
< 1 sec
TypeError: _ft.__call__() got an unexpected keyword argument 'timerange'
test_task_ft.py:239: in test_timeSelection
    ft(vis=datacopy, model=modelcopy, usescratch=True, timerange='03:01:35.76~03:05:40.90')
E   TypeError: _ft.__call__() got an unexpected keyword argument 'timerange'
Collapse Failed test_task_ft ft_test.test_timeSelectionNoscratch
< 1 sec
TypeError: _ft.__call__() got an unexpected keyword argument 'timerange'
test_task_ft.py:252: in test_timeSelectionNoscratch
    ft(vis=datacopy, model=modelcopy, timerange='03:01:35.76~03:05:40.90')
E   TypeError: _ft.__call__() got an unexpected keyword argument 'timerange'
Collapse Failed test_task_ft ft_test.test_uvrangeSelection
< 1 sec
TypeError: _ft.__call__() got an unexpected keyword argument 'uvrange'
test_task_ft.py:257: in test_uvrangeSelection
    ft(vis=datacopy, model=modelcopy, usescratch=True, uvrange='150~180m')
E   TypeError: _ft.__call__() got an unexpected keyword argument 'uvrange'
Collapse Failed test_task_ft ft_test.test_uvrangeSelectionNoscratch
< 1 sec
TypeError: _ft.__call__() got an unexpected keyword argument 'uvrange'
test_task_ft.py:270: in test_uvrangeSelectionNoscratch
    ft(vis=datacopy, model=modelcopy, uvrange='150~180m')
E   TypeError: _ft.__call__() got an unexpected keyword argument 'uvrange'