Your message dated Thu, 31 Oct 2019 14:47:46 +1300
with message-id <20191031014746.ga...@survex.com>
and subject line Re: Bug#915307: magic-wormhole FTBFS with Python 3.7
has caused the Debian Bug report #915307,
regarding magic-wormhole FTBFS with Python 3.7
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
915307: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915307
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: magic-wormhole
Version: 0.10.5-1
Severity: serious
Tags: ftbfs
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/magic-wormhole.html
...
======================================================================
ERROR: test_directory (wormhole.test.test_cli.OfferData)
test_directory
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 151, in
maybeDeferred
result = f(*args, **kw)
File "/usr/lib/python3/dist-packages/twisted/internet/utils.py", line 201, in
runWithWarningsSuppressed
reraise(exc_info[1], exc_info[2])
File "/usr/lib/python3/dist-packages/twisted/python/compat.py", line 464, in
reraise
raise exception.with_traceback(traceback)
File "/usr/lib/python3/dist-packages/twisted/internet/utils.py", line 197, in
runWithWarningsSuppressed
result = f(*a, **kw)
File "/build/1st/magic-wormhole-0.10.5/src/wormhole/test/test_cli.py", line
156, in test_directory
return self._do_test_directory(addslash=False)
File "/build/1st/magic-wormhole-0.10.5/src/wormhole/test/test_cli.py", line
151, in _do_test_directory
contents = zf.open(name, "r").read()
File "/usr/lib/python3.7/zipfile.py", line 1480, in open
self._fpclose, self._lock, lambda: self._writing)
File "/usr/lib/python3.7/zipfile.py", line 722, in __init__
self.seekable = file.seekable
AttributeError: 'SpooledTemporaryFile' object has no attribute 'seekable'
======================================================================
ERROR: test_directory_addslash (wormhole.test.test_cli.OfferData)
test_directory_addslash
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 151, in
maybeDeferred
result = f(*args, **kw)
File "/usr/lib/python3/dist-packages/twisted/internet/utils.py", line 201, in
runWithWarningsSuppressed
reraise(exc_info[1], exc_info[2])
File "/usr/lib/python3/dist-packages/twisted/python/compat.py", line 464, in
reraise
raise exception.with_traceback(traceback)
File "/usr/lib/python3/dist-packages/twisted/internet/utils.py", line 197, in
runWithWarningsSuppressed
result = f(*a, **kw)
File "/build/1st/magic-wormhole-0.10.5/src/wormhole/test/test_cli.py", line
159, in test_directory_addslash
return self._do_test_directory(addslash=True)
File "/build/1st/magic-wormhole-0.10.5/src/wormhole/test/test_cli.py", line
151, in _do_test_directory
contents = zf.open(name, "r").read()
File "/usr/lib/python3.7/zipfile.py", line 1480, in open
self._fpclose, self._lock, lambda: self._writing)
File "/usr/lib/python3.7/zipfile.py", line 722, in __init__
self.seekable = file.seekable
AttributeError: 'SpooledTemporaryFile' object has no attribute 'seekable'
----------------------------------------------------------------------
Ran 355 tests in 23.000s
FAILED (errors=2, skipped=21)
Test failed: <unittest.runner.TextTestResult run=355 errors=2 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=355 errors=2 failures=0>
E: pybuild pybuild:338: test: plugin distutils failed with: exit code=1:
python3.7 setup.py test
dh_auto_test: pybuild --test -i python{version} -p 3.7 returned exit code 13
make: *** [debian/rules:10: build] Error 25
--- End Message ---
--- Begin Message ---
On Sun, Dec 02, 2018 at 05:21:11PM -0500, anarcat wrote:
> Control: fixed 915307 0.11.2-1
This was marked as fixed ~11 months ago, but not actually closed -
closing now since:
> I believe the latest upstream release fixes that, or at least it
> compiles here in a sid schroot with py 3.7.
The report showed it as FTBFS during reproducible build testing, and
that now shows as OK:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/magic-wormhole.html
Cheers,
Olly
--- End Message ---