Your message dated Fri, 15 Apr 2016 11:52:36 +0100
with message-id <5710c7f4.1080...@fsfe.org>
and subject line txtorcon fixed
has caused the Debian Bug report #808689,
regarding txtorcon: 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.)


-- 
808689: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808689
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: txtorcon
Version: 0.14.0-1
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:

make[1]: Entering directory '/txtorcon-0.14.0'
make test
make[2]: Entering directory '/txtorcon-0.14.0'
trial --reporter=text test
Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/scripts/trial.py", line 473, 
in postOptions
    _BasicOptions.postOptions(self)
  File "/usr/lib/python2.7/dist-packages/twisted/scripts/trial.py", line 383, 
in postOptions
    self['reporter'] = self._loadReporterByName(self['reporter'])
  File "/usr/lib/python2.7/dist-packages/twisted/scripts/trial.py", line 370, 
in _loadReporterByName
    for p in plugin.getPlugins(itrial.IReporter):
  File "/usr/lib/python2.7/dist-packages/twisted/plugin.py", line 213, in 
getPlugins
    allDropins = getCache(package)
--- <exception caught here> ---
  File "/usr/lib/python2.7/dist-packages/twisted/plugin.py", line 171, in 
getCache
    provider = pluginModule.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 "/txtorcon-0.14.0/twisted/plugins/txtorcon_endpoint_parser.py", line 1, 
in <module>
    import txtorcon
  File "/txtorcon-0.14.0/txtorcon/__init__.py", line 35, in <module>
    from txtorcon.endpoints import TorOnionAddress
  File "/txtorcon-0.14.0/txtorcon/endpoints.py", line 18, in <module>
    from twisted.internet.interfaces import IStreamClientEndpointStringParser
exceptions.ImportError: cannot import name IStreamClientEndpointStringParser

EEEEEEEEEEEEEE
===============================================================================
[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 "/txtorcon-0.14.0/test/test_addrmap.py", line 7, in <module>
    from txtorcon.addrmap import AddrMap
  File "/txtorcon-0.14.0/txtorcon/__init__.py", line 35, in <module>
    from txtorcon.endpoints import TorOnionAddress
  File "/txtorcon-0.14.0/txtorcon/endpoints.py", line 18, in <module>
    from twisted.internet.interfaces import IStreamClientEndpointStringParser
exceptions.ImportError: cannot import name IStreamClientEndpointStringParser

test.test_addrmap
===============================================================================
[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 "/txtorcon-0.14.0/test/test_circuit.py", line 7, in <module>
    from txtorcon import Circuit
  File "/txtorcon-0.14.0/txtorcon/__init__.py", line 35, in <module>
    from txtorcon.endpoints import TorOnionAddress
  File "/txtorcon-0.14.0/txtorcon/endpoints.py", line 18, in <module>
    from twisted.internet.interfaces import IStreamClientEndpointStringParser
exceptions.ImportError: cannot import name IStreamClientEndpointStringParser

test.test_circuit
===============================================================================
[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 "/txtorcon-0.14.0/test/test_endpoints.py", line 25, in <module>
    from txtorcon import TorControlProtocol
  File "/txtorcon-0.14.0/txtorcon/__init__.py", line 35, in <module>
    from txtorcon.endpoints import TorOnionAddress
  File "/txtorcon-0.14.0/txtorcon/endpoints.py", line 18, in <module>
    from twisted.internet.interfaces import IStreamClientEndpointStringParser
exceptions.ImportError: cannot import name IStreamClientEndpointStringParser

test.test_endpoints
===============================================================================
[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 "/txtorcon-0.14.0/test/test_fsm.py", line 2, in <module>
    import txtorcon.spaghetti
  File "/txtorcon-0.14.0/txtorcon/__init__.py", line 35, in <module>
    from txtorcon.endpoints import TorOnionAddress
  File "/txtorcon-0.14.0/txtorcon/endpoints.py", line 18, in <module>
    from twisted.internet.interfaces import IStreamClientEndpointStringParser
exceptions.ImportError: cannot import name IStreamClientEndpointStringParser


...


FAILED (errors=14)
Makefile:6: recipe for target 'test' failed
make[2]: *** [test] Error 1
make[2]: Leaving directory '/txtorcon-0.14.0'
debian/rules:25: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 2
make[1]: Leaving directory '/txtorcon-0.14.0'
debian/rules:4: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

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

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

--- End Message ---
--- Begin Message ---
Control: fixed -1 0.14.2-1

Sorry, forgot to close on upload.

Thanks,
Iain.

--- End Message ---

Reply via email to