[Testbot] Plone 6.0 - Python 3.9 - Build # 9 - Still Failing!

jenkins at plone.org jenkins at plone.org
Fri Feb 26 12:57:34 UTC 2021


Plone 6.0 - Python 3.9 - Build # 9 - Still Failing:

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


Plone 6.0 - Python 3.9 - Build # 9 - Still Failing:

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

Test Results:

12 tests failed.
FAILED:  plone.app.linkintegrity.tests.test_circular.Startup

Error Message:
cannot import name 'decodestring' from 'base64' (/home/jenkins/shiningpanda/jobs/4000384a/virtualenvs/d41d8cd9/lib/python3.9/base64.py)

Stack Trace:
cannot import name 'decodestring' from 'base64' (/home/jenkins/shiningpanda/jobs/4000384a/virtualenvs/d41d8cd9/lib/python3.9/base64.py)

  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/test_circular.py", line 3, in <module>
    from plone.app.linkintegrity.testing import create
  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/plone.app.linkintegrity/plone/app/linkintegrity/testing.py", line 2, in <module>
    from base64 import decodestring


FAILED:  plone.app.linkintegrity.tests.test_functional.Startup

Error Message:
cannot import name 'decodestring' from 'base64' (/home/jenkins/shiningpanda/jobs/4000384a/virtualenvs/d41d8cd9/lib/python3.9/base64.py)

Stack Trace:
cannot import name 'decodestring' from 'base64' (/home/jenkins/shiningpanda/jobs/4000384a/virtualenvs/d41d8cd9/lib/python3.9/base64.py)

  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/test_functional.py", line 2, in <module>
    from plone.app.linkintegrity import testing
  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/plone.app.linkintegrity/plone/app/linkintegrity/testing.py", line 2, in <module>
    from base64 import decodestring


FAILED:  plone.app.linkintegrity.tests.test_handlers.Startup

Error Message:
cannot import name 'decodestring' from 'base64' (/home/jenkins/shiningpanda/jobs/4000384a/virtualenvs/d41d8cd9/lib/python3.9/base64.py)

Stack Trace:
cannot import name 'decodestring' from 'base64' (/home/jenkins/shiningpanda/jobs/4000384a/virtualenvs/d41d8cd9/lib/python3.9/base64.py)

  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/test_handlers.py", line 3, in <module>
    from plone.app.linkintegrity.testing import create
  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/plone.app.linkintegrity/plone/app/linkintegrity/testing.py", line 2, in <module>
    from base64 import decodestring


FAILED:  plone.app.linkintegrity.tests.test_imagescales.Startup

Error Message:
cannot import name 'decodestring' from 'base64' (/home/jenkins/shiningpanda/jobs/4000384a/virtualenvs/d41d8cd9/lib/python3.9/base64.py)

Stack Trace:
cannot import name 'decodestring' from 'base64' (/home/jenkins/shiningpanda/jobs/4000384a/virtualenvs/d41d8cd9/lib/python3.9/base64.py)

  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/test_imagescales.py", line 2, in <module>
    from plone.app.linkintegrity.tests.base import DXBaseTestCase
  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/base.py", line 2, in <module>
    from plone.app.linkintegrity import testing
  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/plone.app.linkintegrity/plone/app/linkintegrity/testing.py", line 2, in <module>
    from base64 import decodestring


FAILED:  plone.app.linkintegrity.tests.test_references.Startup

Error Message:
cannot import name 'decodestring' from 'base64' (/home/jenkins/shiningpanda/jobs/4000384a/virtualenvs/d41d8cd9/lib/python3.9/base64.py)

Stack Trace:
cannot import name 'decodestring' from 'base64' (/home/jenkins/shiningpanda/jobs/4000384a/virtualenvs/d41d8cd9/lib/python3.9/base64.py)

  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/test_references.py", line 2, in <module>
    from plone.app.linkintegrity import testing
  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/plone.app.linkintegrity/plone/app/linkintegrity/testing.py", line 2, in <module>
    from base64 import decodestring


FAILED:  plone.cachepurging.tests.test_purger.TestAsync.testAsyncError

Error Message:
'Thread' object has no attribute 'isAlive'

Stack Trace:
'Thread' object has no attribute 'isAlive'

  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 596, in run
    self._callTearDown()
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 553, in _callTearDown
    self.tearDown()
  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/plone.cachepurging/plone/cachepurging/tests/test_purger.py", line 90, in tearDown
    if self.httpt.isAlive():


FAILED:  plone.cachepurging.tests.test_purger.TestAsync.testAsyncNotFOund

Error Message:
'Thread' object has no attribute 'isAlive'

Stack Trace:
'Thread' object has no attribute 'isAlive'

  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 596, in run
    self._callTearDown()
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 553, in _callTearDown
    self.tearDown()
  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/plone.cachepurging/plone/cachepurging/tests/test_purger.py", line 90, in tearDown
    if self.httpt.isAlive():


FAILED:  plone.cachepurging.tests.test_purger.TestAsync.testSimpleAsync

Error Message:
'Thread' object has no attribute 'isAlive'

Stack Trace:
'Thread' object has no attribute 'isAlive'

  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 596, in run
    self._callTearDown()
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 553, in _callTearDown
    self.tearDown()
  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/plone.cachepurging/plone/cachepurging/tests/test_purger.py", line 90, in tearDown
    if self.httpt.isAlive():


FAILED:  plone.cachepurging.tests.test_purger.TestAsyncConnectionFailure.testConnectionFailure

Error Message:
'Thread' object has no attribute 'isAlive'

Stack Trace:
'Thread' object has no attribute 'isAlive'

  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 596, in run
    self._callTearDown()
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 553, in _callTearDown
    self.tearDown()
  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/plone.cachepurging/plone/cachepurging/tests/test_purger.py", line 90, in tearDown
    if self.httpt.isAlive():


FAILED:  plone.cachepurging.tests.test_purger.TestSync.testError

Error Message:
'Thread' object has no attribute 'isAlive'

Stack Trace:
'Thread' object has no attribute 'isAlive'

  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 596, in run
    self._callTearDown()
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 553, in _callTearDown
    self.tearDown()
  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/plone.cachepurging/plone/cachepurging/tests/test_purger.py", line 120, in tearDown
    super(TestSync, self).tearDown()
  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/plone.cachepurging/plone/cachepurging/tests/test_purger.py", line 90, in tearDown
    if self.httpt.isAlive():


FAILED:  plone.cachepurging.tests.test_purger.TestSync.testHeaders

Error Message:
'Thread' object has no attribute 'isAlive'

Stack Trace:
'Thread' object has no attribute 'isAlive'

  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 596, in run
    self._callTearDown()
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 553, in _callTearDown
    self.tearDown()
  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/plone.cachepurging/plone/cachepurging/tests/test_purger.py", line 120, in tearDown
    super(TestSync, self).tearDown()
  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/plone.cachepurging/plone/cachepurging/tests/test_purger.py", line 90, in tearDown
    if self.httpt.isAlive():


FAILED:  plone.cachepurging.tests.test_purger.TestSync.testSimpleSync

Error Message:
'Thread' object has no attribute 'isAlive'

Stack Trace:
'Thread' object has no attribute 'isAlive'

  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 596, in run
    self._callTearDown()
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 553, in _callTearDown
    self.tearDown()
  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/plone.cachepurging/plone/cachepurging/tests/test_purger.py", line 120, in tearDown
    super(TestSync, self).tearDown()
  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/plone.cachepurging/plone/cachepurging/tests/test_purger.py", line 90, in tearDown
    if self.httpt.isAlive():


More information about the Testbot mailing list