Your message dated Fri, 15 Apr 2016 12:03:25 +0100
with message-id <5710ca7d.2090...@fsfe.org>
and subject line txtorcon fixed
has caused the Debian Bug report #808509,
regarding ooniprobe: FTBFS: exceptions.ImportError: cannot import name 
IStreamClientEndpointStringParser
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.)


-- 
808509: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808509
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ooniprobe
Version: 1.3.1-2
Severity: serious
Justification: fails to build from source
Tags: sid 
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

The package fails to build:

[ERROR]
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/trial/runner.py", line 511, in 
loadPackage
    module = modinfo.load()
  File "/usr/lib/python2.7/dist-packages/twisted/python/modules.py", line 389, 
in load
    return self.pathEntry.pythonPath.moduleLoader(self.name)
  File "/usr/lib/python2.7/dist-packages/twisted/python/reflect.py", line 303, 
in namedAny
    topLevelPackage = _importAndCheckStack(trialname)
  File "/usr/lib/python2.7/dist-packages/twisted/python/reflect.py", line 250, 
in _importAndCheckStack
    reraise(excValue, excTraceback)
  File "/ooniprobe-1.3.1/ooni/tests/test_director.py", line 6, in <module>
    from ooni.director import Director
  File "/ooniprobe-1.3.1/ooni/director.py", line 13, in <module>
    from txtorcon import TorConfig, TorState, launch_tor, build_tor_connection
  File "/usr/lib/python2.7/dist-packages/txtorcon/__init__.py", line 35, in 
<module>
    from txtorcon.endpoints import TorOnionAddress
  File "/usr/lib/python2.7/dist-packages/txtorcon/endpoints.py", line 18, in 
<module>
    from twisted.internet.interfaces import IStreamClientEndpointStringParser
exceptions.ImportError: cannot import name IStreamClientEndpointStringParser

ooni.tests.test_director
===============================================================================
[ERROR]
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/trial/runner.py", line 511, in 
loadPackage
    module = modinfo.load()
  File "/usr/lib/python2.7/dist-packages/twisted/python/modules.py", line 389, 
in load
    return self.pathEntry.pythonPath.moduleLoader(self.name)
  File "/usr/lib/python2.7/dist-packages/twisted/python/reflect.py", line 303, 
in namedAny
    topLevelPackage = _importAndCheckStack(trialname)
  File "/usr/lib/python2.7/dist-packages/twisted/python/reflect.py", line 250, 
in _importAndCheckStack
    reraise(excValue, excTraceback)
  File "/ooniprobe-1.3.1/ooni/tests/test_nettest.py", line 12, in <module>
    from ooni.director import Director
  File "/ooniprobe-1.3.1/ooni/director.py", line 13, in <module>
    from txtorcon import TorConfig, TorState, launch_tor, build_tor_connection
  File "/usr/lib/python2.7/dist-packages/txtorcon/__init__.py", line 35, in 
<module>
    from txtorcon.endpoints import TorOnionAddress
  File "/usr/lib/python2.7/dist-packages/txtorcon/endpoints.py", line 18, in 
<module>
    from twisted.internet.interfaces import IStreamClientEndpointStringParser
exceptions.ImportError: cannot import name IStreamClientEndpointStringParser

ooni.tests.test_nettest
===============================================================================
[ERROR]
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/trial/runner.py", line 511, in 
loadPackage
    module = modinfo.load()
  File "/usr/lib/python2.7/dist-packages/twisted/python/modules.py", line 389, 
in load
    return self.pathEntry.pythonPath.moduleLoader(self.name)
  File "/usr/lib/python2.7/dist-packages/twisted/python/reflect.py", line 303, 
in namedAny
    topLevelPackage = _importAndCheckStack(trialname)
  File "/usr/lib/python2.7/dist-packages/twisted/python/reflect.py", line 250, 
in _importAndCheckStack
    reraise(excValue, excTraceback)
  File "/ooniprobe-1.3.1/ooni/tests/test_onion.py", line 2, in <module>
    from ooni.utils import onion
  File "/ooniprobe-1.3.1/ooni/utils/onion.py", line 6, in <module>
    from txtorcon.util import find_tor_binary as tx_find_tor_binary
  File "/usr/lib/python2.7/dist-packages/txtorcon/__init__.py", line 35, in 
<module>
    from txtorcon.endpoints import TorOnionAddress
  File "/usr/lib/python2.7/dist-packages/txtorcon/endpoints.py", line 18, in 
<module>
    from twisted.internet.interfaces import IStreamClientEndpointStringParser
exceptions.ImportError: cannot import name IStreamClientEndpointStringParser

ooni.tests.test_onion
===============================================================================
[ERROR]
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/trial/runner.py", line 511, in 
loadPackage
    module = modinfo.load()
  File "/usr/lib/python2.7/dist-packages/twisted/python/modules.py", line 389, 
in load
    return self.pathEntry.pythonPath.moduleLoader(self.name)
  File "/usr/lib/python2.7/dist-packages/twisted/python/reflect.py", line 303, 
in namedAny
    topLevelPackage = _importAndCheckStack(trialname)
  File "/usr/lib/python2.7/dist-packages/twisted/python/reflect.py", line 250, 
in _importAndCheckStack
    reraise(excValue, excTraceback)
  File "/ooniprobe-1.3.1/ooni/tests/test_oonicli.py", line 10, in <module>
    from ooni.oonicli import runWithDirector
  File "/ooniprobe-1.3.1/ooni/oonicli.py", line 12, in <module>
    from ooni.director import Director
  File "/ooniprobe-1.3.1/ooni/director.py", line 13, in <module>
    from txtorcon import TorConfig, TorState, launch_tor, build_tor_connection
  File "/usr/lib/python2.7/dist-packages/txtorcon/__init__.py", line 35, in 
<module>
    from txtorcon.endpoints import TorOnionAddress
  File "/usr/lib/python2.7/dist-packages/txtorcon/endpoints.py", line 18, in 
<module>
    from twisted.internet.interfaces import IStreamClientEndpointStringParser
exceptions.ImportError: cannot import name IStreamClientEndpointStringParser

...

FAILED (skips=15, errors=6, successes=54)
debian/rules:27: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory '/ooniprobe-1.3.1'

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/ooniprobe.html

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

--- End Message ---
--- Begin Message ---
Hi,

This bug was fixed when txtorcon 0.14.2-1 was uploaded. Sorry, forgot to
close.

Thanks,
Iain.

--- End Message ---

Reply via email to