[Testbot] Plone 6.0 - Python 3.8 - Build # 1582 - Failure!

jenkins-z4DKO/[email protected] Sat, 13 Aug 2022 18:08:27 +0200 (CEST)
Newsgroups gmane.comp.web.zope.plone.tests
Message-ID <187636638.359.1660406907781@[104.25.47.70]>
------=_Part_358_586151939.1660406907266
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

Plone 6.0 - Python 3.8 - Build # 1582 - Failure:

Check console output at https://jenkins.plone.org/job/plone-6.0-python-3.8/1582/ to view the results.


Plone 6.0 - Python 3.8 - Build # 1582 - Failure:

Check console output at https://jenkins.plone.org/job/plone-6.0-python-3.8/1582/ to view the results.

Test Results:

4 tests failed.
FAILED:  plone.restapi.tests.test_dxfield_serializer.TestDexterityImageFieldSerializingOriginalAndPNGScales.test_namedblobimage_field_serialization_doesnt_choke_on_corrupt_image

Error Message:
{'content-type': 'image/gif', 'download': '[122 chars]: -1} != {'filename': '1024x768.gif', 'content-type'[80 chars]: {}}

Stack Trace:
{'content-type': 'image/gif', 'download': '[122 chars]: -1} != {'filename': '1024x768.gif', 'content-type'[80 chars]: {}}
  {'content-type': 'image/gif',
-  'download': 'http://nohost/plone/doc1/@@images/uuid_1.gif',
+  'download': None,
   'filename': '1024x768.gif',
   'height': -1,
   'scales': {},
   'size': 18,
   'width': -1}

  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 60, in testPartExecutor
    yield
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 676, in run
    self._callTestMethod(testMethod)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 633, in _callTestMethod
    method()
  File "/home/jenkins/workspace/plone-6.0-python-3.8/src/plone.restapi/src/plone/restapi/tests/test_dxfield_serializer.py", line 622, in test_namedblobimage_field_serialization_doesnt_choke_on_corrupt_image
    self.assertEqual(
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 912, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 1211, in assertDictEqual
    self.fail(self._formatMessage(msg, standardMsg))
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 753, in fail
    raise self.failureException(msg)


FAILED:  plone.restapi.tests.test_dxfield_serializer.TestDexterityImageFieldSerializingOriginalAndPNGScales.test_namedblobimage_field_serialization_returns_dict_with_original_scale

Error Message:
{'fil[116 chars]id_1.gif', 'width': 1024, 'height': 768, 'scal[1099 chars]00}}} != {'fil[116 chars]id_1.png', 'width': 1024, 'height': 768, 'scal[1099 chars]12}}}

Stack Trace:
{'fil[116 chars]id_1.gif', 'width': 1024, 'height': 768, 'scal[1099 chars]00}}} != {'fil[116 chars]id_1.png', 'width': 1024, 'height': 768, 'scal[1099 chars]12}}}
  {'content-type': 'image/gif',
-  'download': 'http://nohost/plone/doc1/@@images/uuid_1.gif',
?                                                         --

+  'download': 'http://nohost/plone/doc1/@@images/uuid_1.png',
?                                                        ++

   'filename': '1024x768.gif',
   'height': 768,
   'scales': {'great': {'download': 'http://nohost/plone/doc1/@@images/uuid_1.png',
                        'height': 768,
                        'width': 1024},
              'huge': {'download': 'http://nohost/plone/doc1/@@images/uuid_1.png',
                       'height': 768,
                       'width': 1024},
              'icon': {'download': 'http://nohost/plone/doc1/@@images/uuid_1.png',
                       'height': 24,
                       'width': 32},
              'large': {'download': 'http://nohost/plone/doc1/@@images/uuid_1.png',
                        'height': 600,
                        'width': 800},
              'larger': {'download': 'http://nohost/plone/doc1/@@images/uuid_1.png',
                         'height': 750,
                         'width': 1000},
              'listing': {'download': 'http://nohost/plone/doc1/@@images/uuid_1.png',
                          'height': 12,
                          'width': 16},
              'mini': {'download': 'http://nohost/plone/doc1/@@images/uuid_1.png',
                       'height': 150,
                       'width': 200},
              'preview': {'download': 'http://nohost/plone/doc1/@@images/uuid_1.png',
                          'height': 300,
                          'width': 400},
              'teaser': {'download': 'http://nohost/plone/doc1/@@images/uuid_1.png',
                         'height': 450,
                         'width': 600},
              'thumb': {'download': 'http://nohost/plone/doc1/@@images/uuid_1.png',
                        'height': 96,
                        'width': 128},
              'tile': {'download': 'http://nohost/plone/doc1/@@images/uuid_1.png',
                       'height': 48,
                       'width': 64}},
   'size': 1514,
   'width': 1024}

  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 60, in testPartExecutor
    yield
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 676, in run
    self._callTestMethod(testMethod)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 633, in _callTestMethod
    method()
  File "/home/jenkins/workspace/plone-6.0-python-3.8/src/plone.restapi/src/plone/restapi/tests/test_dxfield_serializer.py", line 594, in test_namedblobimage_field_serialization_returns_dict_with_original_scale
    self.assertEqual(
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 912, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 1211, in assertDictEqual
    self.fail(self._formatMessage(msg, standardMsg))
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 753, in fail
    raise self.failureException(msg)


FAILED:  plone.restapi.tests.test_dxfield_serializer.TestDexterityImageFieldSerializingOriginalAndPNGScales.test_namedimage_field_serialization_doesnt_choke_on_corrupt_image

Error Message:
{'content-type': 'image/gif', 'download': '[122 chars]: -1} != {'filename': '1024x768.gif', 'content-type'[80 chars]: {}}

Stack Trace:
{'content-type': 'image/gif', 'download': '[122 chars]: -1} != {'filename': '1024x768.gif', 'content-type'[80 chars]: {}}
  {'content-type': 'image/gif',
-  'download': 'http://nohost/plone/doc1/@@images/uuid_1.gif',
+  'download': None,
   'filename': '1024x768.gif',
   'height': -1,
   'scales': {},
   'size': 18,
   'width': -1}

  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 60, in testPartExecutor
    yield
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 676, in run
    self._callTestMethod(testMethod)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 633, in _callTestMethod
    method()
  File "/home/jenkins/workspace/plone-6.0-python-3.8/src/plone.restapi/src/plone/restapi/tests/test_dxfield_serializer.py", line 495, in test_namedimage_field_serialization_doesnt_choke_on_corrupt_image
    self.assertEqual(
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 912, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 1211, in assertDictEqual
    self.fail(self._formatMessage(msg, standardMsg))
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 753, in fail
    raise self.failureException(msg)


FAILED:  plone.restapi.tests.test_dxfield_serializer.TestDexterityImageFieldSerializingOriginalAndPNGScales.test_namedimage_field_serialization_returns_dict_with_original_scale

Error Message:
{'fil[116 chars]id_1.gif', 'width': 1024, 'height': 768, 'scal[1099 chars]00}}} != {'fil[116 chars]id_1.png', 'width': 1024, 'height': 768, 'scal[1099 chars]12}}}

Stack Trace:
{'fil[116 chars]id_1.gif', 'width': 1024, 'height': 768, 'scal[1099 chars]00}}} != {'fil[116 chars]id_1.png', 'width': 1024, 'height': 768, 'scal[1099 chars]12}}}
  {'content-type': 'image/gif',
-  'download': 'http://nohost/plone/doc1/@@images/uuid_1.gif',
?                                                         --

+  'download': 'http://nohost/plone/doc1/@@images/uuid_1.png',
?                                                        ++

   'filename': '1024x768.gif',
   'height': 768,
   'scales': {'great': {'download': 'http://nohost/plone/doc1/@@images/uuid_1.png',
                        'height': 768,
                        'width': 1024},
              'huge': {'download': 'http://nohost/plone/doc1/@@images/uuid_1.png',
                       'height': 768,
                       'width': 1024},
              'icon': {'download': 'http://nohost/plone/doc1/@@images/uuid_1.png',
                       'height': 24,
                       'width': 32},
              'large': {'download': 'http://nohost/plone/doc1/@@images/uuid_1.png',
                        'height': 600,
                        'width': 800},
              'larger': {'download': 'http://nohost/plone/doc1/@@images/uuid_1.png',
                         'height': 750,
                         'width': 1000},
              'listing': {'download': 'http://nohost/plone/doc1/@@images/uuid_1.png',
                          'height': 12,
                          'width': 16},
              'mini': {'download': 'http://nohost/plone/doc1/@@images/uuid_1.png',
                       'height': 150,
                       'width': 200},
              'preview': {'download': 'http://nohost/plone/doc1/@@images/uuid_1.png',
                          'height': 300,
                          'width': 400},
              'teaser': {'download': 'http://nohost/plone/doc1/@@images/uuid_1.png',
                         'height': 450,
                         'width': 600},
              'thumb': {'download': 'http://nohost/plone/doc1/@@images/uuid_1.png',
                        'height': 96,
                        'width': 128},
              'tile': {'download': 'http://nohost/plone/doc1/@@images/uuid_1.png',
                       'height': 48,
                       'width': 64}},
   'size': 1514,
   'width': 1024}

  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 60, in testPartExecutor
    yield
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 676, in run
    self._callTestMethod(testMethod)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 633, in _callTestMethod
    method()
  File "/home/jenkins/workspace/plone-6.0-python-3.8/src/plone.restapi/src/plone/restapi/tests/test_dxfield_serializer.py", line 467, in test_namedimage_field_serialization_returns_dict_with_original_scale
    self.assertEqual(
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 912, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 1211, in assertDictEqual
    self.fail(self._formatMessage(msg, standardMsg))
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 753, in fail
    raise self.failureException(msg)
------=_Part_358_586151939.1660406907266
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Testbot mailing list
[email protected]
https://lists.plone.org/mailman/listinfo/plone-testbot

------=_Part_358_586151939.1660406907266--