The deprecations CircleCI job is failing #2957

Closed
opened 2019-01-23 18:08:39 +00:00 by exarkun · 1 comment
exarkun commented 2019-01-23 18:08:39 +00:00
Owner

Several tests fail like this:

Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/tmp/tahoe-lafs.tox/upcoming-deprecations/local/lib/python2.7/site-packages/twisted/trial/runner.py", line 531, in loadPackage
    module = modinfo.load()
  File "/tmp/tahoe-lafs.tox/upcoming-deprecations/local/lib/python2.7/site-packages/twisted/python/modules.py", line 392, in load
    return self.pathEntry.pythonPath.moduleLoader(self.name)
  File "/tmp/tahoe-lafs.tox/upcoming-deprecations/local/lib/python2.7/site-packages/twisted/python/reflect.py", line 308, in namedAny
    topLevelPackage = _importAndCheckStack(trialname)
  File "/tmp/tahoe-lafs.tox/upcoming-deprecations/local/lib/python2.7/site-packages/twisted/python/reflect.py", line 255, in _importAndCheckStack
    reraise(excValue, excTraceback)
  File "/tmp/project/src/allmydata/test/test_auth.py", line 5, in <module>
    from twisted.conch.ssh import keys
  File "/tmp/tahoe-lafs.tox/upcoming-deprecations/local/lib/python2.7/site-packages/twisted/conch/ssh/keys.py", line 18, in <module>
    import bcrypt
ImportError: No module named bcrypt
Several tests fail like this: ``` Traceback (most recent call last): testtools.testresult.real._StringException: Traceback (most recent call last): File "/tmp/tahoe-lafs.tox/upcoming-deprecations/local/lib/python2.7/site-packages/twisted/trial/runner.py", line 531, in loadPackage module = modinfo.load() File "/tmp/tahoe-lafs.tox/upcoming-deprecations/local/lib/python2.7/site-packages/twisted/python/modules.py", line 392, in load return self.pathEntry.pythonPath.moduleLoader(self.name) File "/tmp/tahoe-lafs.tox/upcoming-deprecations/local/lib/python2.7/site-packages/twisted/python/reflect.py", line 308, in namedAny topLevelPackage = _importAndCheckStack(trialname) File "/tmp/tahoe-lafs.tox/upcoming-deprecations/local/lib/python2.7/site-packages/twisted/python/reflect.py", line 255, in _importAndCheckStack reraise(excValue, excTraceback) File "/tmp/project/src/allmydata/test/test_auth.py", line 5, in <module> from twisted.conch.ssh import keys File "/tmp/tahoe-lafs.tox/upcoming-deprecations/local/lib/python2.7/site-packages/twisted/conch/ssh/keys.py", line 18, in <module> import bcrypt ImportError: No module named bcrypt ```
tahoe-lafs added the
dev-infrastructure
supercritical
defect
1.12.1
labels 2019-01-23 18:08:39 +00:00
tahoe-lafs added this to the undecided milestone 2019-01-23 18:08:39 +00:00
GitHub <noreply@github.com> commented 2019-01-23 21:08:14 +00:00
Author
Owner

In 4bd855f/trunk:

Merge pull request #535 from tahoe-lafs/2957.circleci-deprecations

Provide compatibility with the next Twisted release

Declare a dependency on the conch extra so that we get any necessary dependencies automatically.  This includes a new dependency on bcrypt.

Fixes ticket:2957
In [4bd855f/trunk](/tahoe-lafs/trac-2024-07-25/commit/4bd855f330aed297048f724318aabc0584a20a4b): ``` Merge pull request #535 from tahoe-lafs/2957.circleci-deprecations Provide compatibility with the next Twisted release Declare a dependency on the conch extra so that we get any necessary dependencies automatically. This includes a new dependency on bcrypt. Fixes ticket:2957 ```
tahoe-lafs added the
fixed
label 2019-01-23 21:08:14 +00:00
GitHub <noreply@github.com> closed this issue 2019-01-23 21:08:14 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#2957
No description provided.