[tahoe-lafs-trac-stream] [Tahoe-LAFS] #3837: integration/test_tor.py is failing
Tahoe-LAFS
trac at tahoe-lafs.org
Tue Nov 2 19:46:33 UTC 2021
#3837: integration/test_tor.py is failing
---------------------+---------------------------
Reporter: exarkun | Owner: exarkun
Type: defect | Status: new
Priority: normal | Milestone: undecided
Component: unknown | Version: n/a
Keywords: | Launchpad Bug:
---------------------+---------------------------
There was a new release of tor today. The integration tests now fail
like:
{{{
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/tmp/tahoeUsgTe1/chutney/lib/chutney/TorNet.py", line 2737, in
<module>
sys.exit(main())
File "/tmp/tahoeUsgTe1/chutney/lib/chutney/TorNet.py", line 2731, in
main
result = runConfigFile(args['action'], f.read())
File "/tmp/tahoeUsgTe1/chutney/lib/chutney/TorNet.py", line 2711, in
runConfigFile
return getattr(network, verb)()
File "/tmp/tahoeUsgTe1/chutney/lib/chutney/TorNet.py", line 2325, in
configure
b.config(network)
File "/tmp/tahoeUsgTe1/chutney/lib/chutney/TorNet.py", line 693, in
config
self._createTorrcFile()
File "/tmp/tahoeUsgTe1/chutney/lib/chutney/TorNet.py", line 630, in
_createTorrcFile
tor_version = get_tor_version(tor)
File "/tmp/tahoeUsgTe1/chutney/lib/chutney/Util.py", line 14, in
memoized_fn
result = memory[key] = fn(*args, **kwargs)
File "/tmp/tahoeUsgTe1/chutney/lib/chutney/TorNet.py", line 355, in
get_tor_version
assert re.match(r'^[-+.() A-Za-z0-9]+$', tor_version)
AssertionError
}}}
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3837>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list