Build: #10 failed Child of CASA-CRBC661-17

Build result summary

Details

Completed
Queue duration
7 seconds
Duration
728 minutes
Labels
None
Revision
406c0764acbb9427bbaf06e5e7ae705a4de8b4d5 406c0764acbb9427bbaf06e5e7ae705a4de8b4d5
Total tests
12740

Tests

Responsible

Code commits

Author Commit Message Commit date
Renaud Miel Renaud Miel 406c0764acbb9427bbaf06e5e7ae705a4de8b4d5 406c0764acbb9427bbaf06e5e7ae705a4de8b4d5 Pull request #810: CAS-14312
Merge in CASA/casa6 from CAS-14312 to release/6.6.1

* commit 'c2c68dad41245474690475a60cdca8a2d6974a58': (36 commits)
  CAS-14312 Broke long line
  CAS-14312 Broke long line
  CAS-14312 Fix failure of sdimaging_test0.test008
  CAS-14312 Fix sdimaging_test0.test012 test failure
  CAS-14312 Restored cleanhelper import
  CAS-14312 Restored OldImagerBasedTools.sort_vis()
  CAS-14312 NAOJ Code review refs #2643
  CAS-14312 Restored OldImagerBasedTools-based sort
  CAS-14312 Reverted changes (5 functions) from CAS-13807
  CAS-14312 Removed 3 functions. NAOJ code review refs #2640
  CAS-14312 Reverted unintended changes in ImagerParameters.__init__
  CAS-14312 Reverted changes in checkAndFixSelectionPars
  CAS-14312 NOAJ Code review refs #2634
  CAS-14312 NAOJ Code Review refs #2633
  CAS-14312 Fixed some Flake warnings, NAOJ code review refs #2632
  CAS-14312 Run isort, NAOJ code review refs #2630
  CAS-14312 Fixed some Flake8 warnings
  CAS-14312 Merged synthesisimager_cmpt.cc
  CAS-14312 Merged SDPosInterpolator.cc
  CAS-14312 Merged SynthesisUtilMethods.cc
  ...
Takeshi Nakazato Takeshi Nakazato 173665d080ed32f65b4cabc1d09be4ab5c3b4af8 173665d080ed32f65b4cabc1d09be4ab5c3b4af8 Pull request #808: CAS-14343
Merge in CASA/casa6 from CAS-14343 to release/6.6.1

* commit 'c3498f24bbe519a35a316443f452b7a9714688af':
  CAS-14343 add unit test for the fix
  CAS-14343 mitigate boundary effect of the convolution operation
Takeshi Nakazato Takeshi Nakazato c3498f24bbe519a35a316443f452b7a9714688af c3498f24bbe519a35a316443f452b7a9714688af CAS-14343 add unit test for the fix
Takeshi Nakazato Takeshi Nakazato 0455dcc6d1aac1397947d3ed4f0c5355a68dbce6 0455dcc6d1aac1397947d3ed4f0c5355a68dbce6 CAS-14343 mitigate boundary effect of the convolution operation
Renaud Miel Renaud Miel c2c68dad41245474690475a60cdca8a2d6974a58 m c2c68dad41245474690475a60cdca8a2d6974a58 CAS-14312 Broke long line
Trying to re-trigger Bamboo plan CMake Dev Test Full
Switched back ticket state to: 'Implementing'

Tests

New test failures 34
Status Test View job Duration
Collapse Failed test_task_fixplanets fixplanets_test.test_ephemerisMimeFormat History
Test Tasks Many Linux 2.28 Py3.10 1 sec
RuntimeError: *** Error when interpreting parameter 'direction':
 File given is not a valid JPL email mime format file.
../../../../venv/lib/python3.10/site-packages/scipy/__init__.py:137: in __getattr__
    return globals()[name]
E   KeyError: 'sqrt'

During handling of the above exception, another exception occurred:
../../../../venv/lib/python3.10/site-packages/casatasks/private/task_fixplanets.py:261: in fixplanets
(18 more lines...)
Collapse Failed test_task_fixplanets fixplanets_test.test_ephemerisMimeFormat History
Test Tasks Many Linux 2014 Py3.10 1 sec
RuntimeError: *** Error when interpreting parameter 'direction':
 File given is not a valid JPL email mime format file.
../../../../venv/lib/python3.10/site-packages/scipy/__init__.py:137: in __getattr__
    return globals()[name]
E   KeyError: 'sqrt'

During handling of the above exception, another exception occurred:
../../../../venv/lib/python3.10/site-packages/casatasks/private/task_fixplanets.py:261: in fixplanets
(18 more lines...)
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_gauss02 History
Test Tasks Many Linux 2.28 Py3.10 4 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:379: in test_sdsmooth_float_gauss02
    self.run_test(kwidth=3)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_weight.test_sdsmooth_weight_gauss02 History
Test Tasks Many Linux 2014 Py3.10 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:419: in test_sdsmooth_weight_gauss02
    self.run_test(kwidth=3)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_weight.test_sdsmooth_weight_gauss01 History
Test Tasks Many Linux 2014 Py3.10 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:414: in test_sdsmooth_weight_gauss01
    self.run_test(kwidth=5)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_select History
Test Tasks Many Linux 2014 Py3.10 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:383: in test_sdsmooth_float_select
    self.run_test(kwidth=5, spw='1')
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_overwrite History
Test Tasks Many Linux 2014 Py3.10 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:388: in test_sdsmooth_float_overwrite
    self.run_test(kwidth=5, overwrite=True)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_gauss02 History
Test Tasks Many Linux 2014 Py3.10 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:339: in test_sdsmooth_complex_gauss02
    self.run_test(kwidth=3)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_select History
Test Tasks Many Linux 2014 Py3.10 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:343: in test_sdsmooth_complex_select
    self.run_test(kwidth=5, spw='1')
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_gauss02 History
Test Tasks Many Linux 2014 Py3.10 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:379: in test_sdsmooth_float_gauss02
    self.run_test(kwidth=3)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_gauss01 History
Test Tasks Many Linux 2014 Py3.10 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:375: in test_sdsmooth_float_gauss01
    self.run_test(kwidth=5)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_gauss01 History
Test Tasks Many Linux 2014 Py3.10 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:335: in test_sdsmooth_complex_gauss01
    self.run_test(kwidth=5)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_overwrite History
Test Tasks Many Linux 2014 Py3.10 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:348: in test_sdsmooth_complex_overwrite
    self.run_test(kwidth=5, overwrite=True)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_select History
Test Tasks Many Linux 2.28 Py3.10 4 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:383: in test_sdsmooth_float_select
    self.run_test(kwidth=5, spw='1')
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_weight.test_sdsmooth_weight_gauss02 History
Test Tasks Many Linux 2.28 Py3.10 4 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:419: in test_sdsmooth_weight_gauss02
    self.run_test(kwidth=3)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_overwrite History
Test Tasks Many Linux 2.28 Py3.10 4 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:348: in test_sdsmooth_complex_overwrite
    self.run_test(kwidth=5, overwrite=True)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_gauss01 History
Test Tasks Many Linux 2.28 Py3.10 4 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:335: in test_sdsmooth_complex_gauss01
    self.run_test(kwidth=5)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_gauss01 History
Test Tasks Many Linux 2.28 Py3.10 4 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:375: in test_sdsmooth_float_gauss01
    self.run_test(kwidth=5)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_select History
Test Tasks Many Linux 2.28 Py3.10 4 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:343: in test_sdsmooth_complex_select
    self.run_test(kwidth=5, spw='1')
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_overwrite History
Test Tasks Many Linux 2.28 Py3.10 4 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:388: in test_sdsmooth_float_overwrite
    self.run_test(kwidth=5, overwrite=True)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_gauss02 History
Test Tasks Many Linux 2.28 Py3.10 4 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:339: in test_sdsmooth_complex_gauss02
    self.run_test(kwidth=3)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_weight.test_sdsmooth_weight_gauss01 History
Test Tasks Many Linux 2.28 Py3.10 4 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:414: in test_sdsmooth_weight_gauss01
    self.run_test(kwidth=5)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_tool_componentlist componentlist_test.test_table_keyword_interface History
Test Tools Many Linux 2.28 Py3.10 < 1 sec
AttributeError: 'componentlist' object has no attribute 'putkeyword'
test_tool_componentlist.py:123: in test_table_keyword_interface
    cl.putkeyword, {'keyword': 'metadata', 'value': 'x'}, msg, exc=RuntimeError
E   AttributeError: 'componentlist' object has no attribute 'putkeyword'
Collapse Failed test_tool_componentlist componentlist_test.test_table_keyword_interface History
Test Tools Many Linux 2014 Py3.10 < 1 sec
AttributeError: 'componentlist' object has no attribute 'putkeyword'
test_tool_componentlist.py:123: in test_table_keyword_interface
    cl.putkeyword, {'keyword': 'metadata', 'value': 'x'}, msg, exc=RuntimeError
E   AttributeError: 'componentlist' object has no attribute 'putkeyword'
Collapse Failed test_tool_componentlist componentlist_test.test_table_keyword_interface History
Test Tools Macos 12 Py3.10 < 1 sec
AttributeError: 'componentlist' object has no attribute 'putkeyword'
test_tool_componentlist.py:123: in test_table_keyword_interface
    cl.putkeyword, {'keyword': 'metadata', 'value': 'x'}, msg, exc=RuntimeError
E   AttributeError: 'componentlist' object has no attribute 'putkeyword'
Collapse Failed test_tool_image ia_convolve2d_test.test_multi_channel_multi_pol History
Test Tools Many Linux 2.28 Py3.10 1 sec
RuntimeError: Exception: At least one of the beams in the beam set of Temporary_Image is null and thus invalid.
... thrown by void casacore::ImageInfo::checkBeamSet(const casacore::CoordinateSystem&, const casacore::IPosition&, const casacore::String&) const at File: /source/casa6/casatools/casacore/images/Images/ImageInfo.cc, line: 651
test_tool_image.py:1128: in test_multi_channel_multi_pol
    z = yy.convolve2d("", major="5arcmin", minor="4arcmin", pa="20deg")
../../../../venv/lib/python3.10/site-packages/casatools/image.py:1062: in convolve2d
    return _wrap_image(swig_object=self._swigobj.convolve2d(outfile, axes, type, major, minor, pa, scale, region, mask, overwrite, stretch, targetres, beam))
../../../../venv/lib/python3.10/site-packages/casatools/__casac__/image.py:2411: in convolve2d
    return _image.image_convolve2d(self, *args, **kwargs)
(2 more lines...)
Collapse Failed test_tool_image ia_convolve2d_test.test_precision History
Test Tools Many Linux 2.28 Py3.10 < 1 sec
AssertionError: False is not true : table cache is not empty
test_tool_image.py:852: in tearDown
    self.assertTrue(len(self.tb.showcache()) == 0, 'table cache is not empty')
E   AssertionError: False is not true : table cache is not empty
Collapse Failed test_tool_image ia_convolve2d_test.test_multibeam History
Test Tools Many Linux 2.28 Py3.10 < 1 sec
AssertionError: False is not true : table cache is not empty
test_tool_image.py:852: in tearDown
    self.assertTrue(len(self.tb.showcache()) == 0, 'table cache is not empty')
E   AssertionError: False is not true : table cache is not empty
Collapse Failed test_tool_image ia_convolve2d_test.test_multi_channel_multi_pol History
Test Tools Macos 12 Py3.10 < 1 sec
RuntimeError: Exception: At least one of the beams in the beam set of Temporary_Image is null and thus invalid.
... thrown by void casacore::ImageInfo::checkBeamSet(const casacore::CoordinateSystem &, const casacore::IPosition &, const casacore::String &) const at File: ../../images/Images/ImageInfo.cc, line: 655
test_tool_image.py:1128: in test_multi_channel_multi_pol
    z = yy.convolve2d("", major="5arcmin", minor="4arcmin", pa="20deg")
../../../../casa6testenv/lib/python3.10/site-packages/casatools/image.py:1062: in convolve2d
    return _wrap_image(swig_object=self._swigobj.convolve2d(outfile, axes, type, major, minor, pa, scale, region, mask, overwrite, stretch, targetres, beam))
../../../../casa6testenv/lib/python3.10/site-packages/casatools/__casac__/image.py:2314: in convolve2d
    return _image.image_convolve2d(self, *args, **kwargs)
(2 more lines...)
Collapse Failed test_tool_image ia_convolve2d_test.test_precision History
Test Tools Macos 12 Py3.10 < 1 sec
AssertionError: False is not true : table cache is not empty
test_tool_image.py:852: in tearDown
    self.assertTrue(len(self.tb.showcache()) == 0, 'table cache is not empty')
E   AssertionError: False is not true : table cache is not empty
Collapse Failed test_tool_image ia_convolve2d_test.test_multibeam History
Test Tools Macos 12 Py3.10 < 1 sec
AssertionError: False is not true : table cache is not empty
test_tool_image.py:852: in tearDown
    self.assertTrue(len(self.tb.showcache()) == 0, 'table cache is not empty')
E   AssertionError: False is not true : table cache is not empty
Collapse Failed test_tool_image ia_convolve2d_test.test_multi_channel_multi_pol History
Test Tools Many Linux 2014 Py3.10 < 1 sec
RuntimeError: Exception: At least one of the beams in the beam set of Temporary_Image is null and thus invalid.
... thrown by void casacore::ImageInfo::checkBeamSet(const casacore::CoordinateSystem&, const casacore::IPosition&, const casacore::String&) const at File: /source/casa6/casatools/casacore/images/Images/ImageInfo.cc, line: 651
test_tool_image.py:1128: in test_multi_channel_multi_pol
    z = yy.convolve2d("", major="5arcmin", minor="4arcmin", pa="20deg")
../../../../venv/lib/python3.10/site-packages/casatools/image.py:1062: in convolve2d
    return _wrap_image(swig_object=self._swigobj.convolve2d(outfile, axes, type, major, minor, pa, scale, region, mask, overwrite, stretch, targetres, beam))
../../../../venv/lib/python3.10/site-packages/casatools/__casac__/image.py:2317: in convolve2d
    return _image.image_convolve2d(self, *args, **kwargs)
(2 more lines...)
Collapse Failed test_tool_image ia_convolve2d_test.test_multibeam History
Test Tools Many Linux 2014 Py3.10 < 1 sec
AssertionError: False is not true : table cache is not empty
test_tool_image.py:852: in tearDown
    self.assertTrue(len(self.tb.showcache()) == 0, 'table cache is not empty')
E   AssertionError: False is not true : table cache is not empty
Collapse Failed test_tool_image ia_convolve2d_test.test_precision History
Test Tools Many Linux 2014 Py3.10 < 1 sec
AssertionError: False is not true : table cache is not empty
test_tool_image.py:852: in tearDown
    self.assertTrue(len(self.tb.showcache()) == 0, 'table cache is not empty')
E   AssertionError: False is not true : table cache is not empty

Jira issues

IssueDescriptionStatus
Unknown Issue TypeCAS-13807Could not obtain issue details from Jira
Unknown Issue TypeCAS-14312Could not obtain issue details from Jira
Unknown Issue TypeCAS-14343Could not obtain issue details from Jira