Build: #2 failed Child of CASASPECS-DBC33-3

Build result summary

Details

Completed
Queue duration
1 second
Duration
96 minutes
Labels
None
Revisions
CASA6
d190cb0804cfef791fa20da0622c8e7b9099cd18 d190cb0804cfef791fa20da0622c8e7b9099cd18
OPEN-CASA-PKG
4b9064f16a8d185b162391c3ef324299625bd94b 4b9064f16a8d185b162391c3ef324299625bd94b
Total tests
2173
Failing since
#1 (Child of CASASPECS-DBC33-1)

Responsible

This build has been failing since #1
No one has taken responsibility

Code commits

CASA6
Author Commit Message Commit date
Srikrishna Sekhar Srikrishna Sekhar d190cb0804cfef791fa20da0622c8e7b9099cd18 d190cb0804cfef791fa20da0622c8e7b9099cd18 CAS-14283: Fix bug with initial residual and deconvolve
When the initial residual was made, `deconvolve` was called with `self._niter`,
and performed actual iterations before the GUI popped up. This resulted in the
initial model image being populated, as well as other side-effects such as
cyclethreshold etc. being computed.

The net result was that the first user-defined trigger for the major cycle
would more often than not run zero or one iterations and quit, since the peak
is already close to the cyclethreshold.

This has now been fixed.
Srikrishna Sekhar Srikrishna Sekhar c299082eaa9faff50f617de0413fec53e1d0ae11 c299082eaa9faff50f617de0413fec53e1d0ae11 Merge remote-tracking branch 'origin/master' into CAS-14283
Srikrishna Sekhar Srikrishna Sekhar 789e09f567aa0f79b9baaa6bfd2e3b989ef9d8b4 789e09f567aa0f79b9baaa6bfd2e3b989ef9d8b4 CAS-14283: Include stopcode for cycleniter criterion
Cycleniter is a "minor cycle exit criterion", which have their own set of
stopcodes that overlap in number with the major cycle criteria. For users of
interactive clean, this means that both cycleniter and niter (global) criteria
have stopcode 1.

In order to prevent confusion, I've assigned stopcode 11 to cycleniter. Since
this is the only minor cycle stopping criterion we are evaluating at the
moment, I have not implemented stopcode 12+ for the other conditions.
Akeem Wells Akeem Wells 5c7ff663419900e4d4db774f37f36ad417f2abc6 m 5c7ff663419900e4d4db774f37f36ad417f2abc6 Pull request #883: Update to use util find_spec instead of find_loader
Merge in CASA/casa6 from CAS-14470 to master

* commit 'acf17965893895c92835c7cabddf517ca0821f05':
  Update to use util find_spec instead of find_loader
Akeem Wells Akeem Wells acf17965893895c92835c7cabddf517ca0821f05 m acf17965893895c92835c7cabddf517ca0821f05 Update to use util find_spec instead of find_loader

Tests

New test failures 3
Status Test View job Duration
Collapse Failed test_imagerhelpers_gclean test_gclean_ic.test_ic_automask_staticmask History
Test Tasks ARM Macos 14 Py3.10 4 secs
AssertionError: False is not true
test_imagerhelpers_gclean.py:443: in test_ic_automask_staticmask
    self.assertTrue(len(retdict1['major']['cyclethreshold']) == 3)
E   AssertionError: False is not true
Collapse Failed test_imagerhelpers_gclean test_gclean_ic.test_ic_zeromask History
Test Tasks ARM Macos 14 Py3.10 3 secs
AssertionError: False is not true
test_imagerhelpers_gclean.py:516: in test_ic_zeromask
    self.assertTrue(len(retdict2['major']['cyclethreshold']) == 3)
E   AssertionError: False is not true
Collapse Failed test_imagerhelpers_gclean test_gclean_ic.test_ic_automask History
Test Tasks ARM Macos 14 Py3.10 2 secs
AssertionError: False is not true
test_imagerhelpers_gclean.py:411: in test_ic_automask
    self.assertTrue(len(retdict['major']['cyclethreshold']) == 4)
E   AssertionError: False is not true
Existing test failures 9
Status Test Failing since View job Duration
AssertionError: False is not true
test_imagerhelpers_gclean.py:362: in test_ic_mfs_staticmask
    self.assertTrue(len(retdict['major']['cyclethreshold']) == 3)
E   AssertionError: False is not true
AssertionError: np.False_ is not true
test_imagerhelpers_gclean.py:473: in test_ic_staticmask_automask
    self.assertTrue(masksum2 == 301)
E   AssertionError: np.False_ is not true
AssertionError: False is not true
test_imagerhelpers_gclean.py:235: in test_ic_nmajor
    self.assertTrue(len(retdict['major']['cyclethreshold']) == 4)
E   AssertionError: False is not true
AssertionError: False is not true
test_imagerhelpers_gclean.py:252: in test_ic_niter_nomajor_nocycle
    self.assertTrue(len(retdict['major']['cyclethreshold']) == 4)
E   AssertionError: False is not true
AssertionError: False is not true
test_imagerhelpers_gclean.py:335: in test_ic_mtmfs
    self.assertTrue(len(retdict['major']['cyclethreshold']) == 4)
E   AssertionError: False is not true
AssertionError: False is not true
test_imagerhelpers_gclean.py:388: in test_ic_mfs_staticmask_pbmask
    self.assertTrue(len(retdict['major']['cyclethreshold']) == 3)
E   AssertionError: False is not true
AssertionError: False is not true
test_imagerhelpers_gclean.py:647: in test_ic_niter_cube
    self.assertTrue(len(retdict1['major']['cyclethreshold']) == 3)
E   AssertionError: False is not true
AssertionError: False is not true
test_imagerhelpers_gclean.py:267: in test_ic_niter_nocycle
    self.assertTrue(len(retdict['major']['cyclethreshold']) == 3)
E   AssertionError: False is not true
Abort trap: 6
Abort trap: 6
Fixed tests 3
Status Test Failing since View job Duration
Successful test_imagerhelpers_gclean test_gclean_ic.test_ic_interaction History
Failing since build #1 (Child of CASASPECS-DBC33-1) Test Tasks ARM Macos 14 Py3.10 5 secs
Successful test_imagerhelpers_gclean test_gclean_ic.test_ic_cube_cycleniter History
Failing since build #1 (Child of CASASPECS-DBC33-1) Test Tasks ARM Macos 14 Py3.10 4 secs
Successful test_tool_simulator sm_settrop_test.test_smsettrop History
Failing since build #1 (Child of CASASPECS-DBC33-1) Test Tools ARM Macos 14 Py3.10 20 secs

Jira issues

IssueDescriptionStatus
35 more issues…
Unknown Issue TypeCAS-9957Could not obtain issue details from Jira
Unknown Issue TypeCAS-13863Could not obtain issue details from Jira
Unknown Issue TypeCAS-14007Could not obtain issue details from Jira
Unknown Issue TypeCAS-14218Could not obtain issue details from Jira
Unknown Issue TypeCAS-14253Could not obtain issue details from Jira