Deprecations job on CircleCI fails with I2P-related errors #3272

Closed
opened 2020-01-13 15:46:46 +00:00 by exarkun · 1 comment
exarkun commented 2020-01-13 15:46:46 +00:00
Owner

There are 8, many of which look more or less like:

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/internet/defer.py", line 151, in maybeDeferred
    result = f(*args, **kw)
  File "/tmp/tahoe-lafs.tox/upcoming-deprecations/local/lib/python2.7/site-packages/twisted/internet/utils.py", line 221, in runWithWarningsSuppressed
    reraise(exc_info[1], exc_info[2])
  File "/tmp/tahoe-lafs.tox/upcoming-deprecations/local/lib/python2.7/site-packages/twisted/internet/utils.py", line 217, in runWithWarningsSuppressed
    result = f(*a, **kw)
  File "/tmp/tahoe-lafs.tox/upcoming-deprecations/local/lib/python2.7/site-packages/allmydata/test/test_connections.py", line 234, in test_samport
    return_value=h1) as f:
  File "/tmp/tahoe-lafs.tox/upcoming-deprecations/local/lib/python2.7/site-packages/mock/mock.py", line 1378, in __enter__
    self.target = self.getter()
  File "/tmp/tahoe-lafs.tox/upcoming-deprecations/local/lib/python2.7/site-packages/mock/mock.py", line 1548, in <lambda>
    getter = lambda: _importer(target)
  File "/tmp/tahoe-lafs.tox/upcoming-deprecations/local/lib/python2.7/site-packages/mock/mock.py", line 1235, in _importer
    thing = _dot_lookup(thing, comp, import_path)
  File "/tmp/tahoe-lafs.tox/upcoming-deprecations/local/lib/python2.7/site-packages/mock/mock.py", line 1224, in _dot_lookup
    __import__(import_path)
ImportError: No module named i2p

Foolscap dropped I2P support in the latest release (0.13.2) - https://github.com/warner/foolscap/commit/2a4501eec73e3d771894fabb1301081460cb40b5#diff-2eeaed663bd0d25b7e608891384b7298

There are 8, many of which look more or less like: ``` 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/internet/defer.py", line 151, in maybeDeferred result = f(*args, **kw) File "/tmp/tahoe-lafs.tox/upcoming-deprecations/local/lib/python2.7/site-packages/twisted/internet/utils.py", line 221, in runWithWarningsSuppressed reraise(exc_info[1], exc_info[2]) File "/tmp/tahoe-lafs.tox/upcoming-deprecations/local/lib/python2.7/site-packages/twisted/internet/utils.py", line 217, in runWithWarningsSuppressed result = f(*a, **kw) File "/tmp/tahoe-lafs.tox/upcoming-deprecations/local/lib/python2.7/site-packages/allmydata/test/test_connections.py", line 234, in test_samport return_value=h1) as f: File "/tmp/tahoe-lafs.tox/upcoming-deprecations/local/lib/python2.7/site-packages/mock/mock.py", line 1378, in __enter__ self.target = self.getter() File "/tmp/tahoe-lafs.tox/upcoming-deprecations/local/lib/python2.7/site-packages/mock/mock.py", line 1548, in <lambda> getter = lambda: _importer(target) File "/tmp/tahoe-lafs.tox/upcoming-deprecations/local/lib/python2.7/site-packages/mock/mock.py", line 1235, in _importer thing = _dot_lookup(thing, comp, import_path) File "/tmp/tahoe-lafs.tox/upcoming-deprecations/local/lib/python2.7/site-packages/mock/mock.py", line 1224, in _dot_lookup __import__(import_path) ImportError: No module named i2p ``` Foolscap dropped I2P support in the latest release (0.13.2) - <https://github.com/warner/foolscap/commit/2a4501eec73e3d771894fabb1301081460cb40b5#diff-2eeaed663bd0d25b7e608891384b7298>
tahoe-lafs added the
dev-infrastructure
supercritical
defect
n/a
labels 2020-01-13 15:46:46 +00:00
tahoe-lafs added this to the undecided milestone 2020-01-13 15:46:46 +00:00
GitHub <noreply@github.com> commented 2020-01-14 00:13:13 +00:00
Author
Owner

In f5f27b8/trunk:

Merge pull request #675 from tahoe-lafs/3272.i2p

Pin a known working foolscap

Fixes: ticket:3272
In [f5f27b8/trunk](/tahoe-lafs/trac-2024-07-25/commit/f5f27b8d6bde52882b41cab272bb32f3231d0b1d): ``` Merge pull request #675 from tahoe-lafs/3272.i2p Pin a known working foolscap Fixes: ticket:3272 ```
tahoe-lafs added the
fixed
label 2020-01-14 00:13:13 +00:00
GitHub <noreply@github.com> closed this issue 2020-01-14 00:13:13 +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#3272
No description provided.