Using worker: bluebox-linux-6.worker.travis-ci.org:travis-linux-17$ git clone --depth=100 --quiet --branch=testing/isislovecruft/fix/unknown-cmdline-options git://github.com/isislovecruft/ooni-probe.git isislovecruft/ooni-probecd isislovecruft/ooni-probe$ git checkout -qf 3dd89360c886aa369799aa32e31e8c3862260c1d$ git submodule init$ git submodule update$ source ~/virtualenv/python2.7/bin/activate$ python --versionPython 2.7.3$ pip --versionpip 1.3.1 from /home/travis/virtualenv/python2.7/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg (python 2.7)$ sudo apt-get install torReading package lists... DoneBuilding dependency tree Reading state information... DoneThe following extra packages will be installed: tor-geoipdb torsocksSuggested packages: mixmaster xul-ext-torbutton socat tor-arm polipo privoxyThe following NEW packages will be installed: tor tor-geoipdb torsocks0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.Need to get 1,970 kB of archives.After this operation, 6,571 kB of additional disk space will be used.Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/universe tor amd64 0.2.2.35-1 [812 kB]Get:2 http://us.archive.ubuntu.com/ubuntu/ precise/universe torsocks amd64 1.2-1 [70.6 kB]Get:3 http://us.archive.ubuntu.com/ubuntu/ precise/universe tor-geoipdb all 0.2.2.35-1 [1,087 kB]Fetched 1,970 kB in 0s (4,117 kB/s)Selecting previously unselected package tor.(Reading database ... 62589 files and directories currently installed.)Unpacking tor (from .../tor_0.2.2.35-1_amd64.deb) ...Selecting previously unselected package torsocks.Unpacking torsocks (from .../torsocks_1.2-1_amd64.deb) ...Selecting previously unselected package tor-geoipdb.Unpacking tor-geoipdb (from .../tor-geoipdb_0.2.2.35-1_all.deb) ...Processing triggers for ureadahead ...Processing triggers for man-db ...Setting up tor (0.2.2.35-1) ...Something or somebody made /var/run/tor disappear.Creating one for you again.Raising maximum number of filedescriptors (ulimit -n) to 32768.Starting tor daemon: tor...Mar 12 03:39:53.761 [notice] Tor v0.2.2.35 (git-73ff13ab3cc9570d). This is experimental software. Do not rely on it for strong anonymity. (Running on Linux x86_64)Mar 12 03:39:53.762 [notice] Initialized libevent version 2.0.16-stable using method epoll. Good.Mar 12 03:39:53.762 [notice] Opening Socks listener on 127.0.0.1:9050Mar 12 03:39:53.763 [notice] Opening Control listener on /var/run/tor/controldone.Setting up torsocks (1.2-1) ...Setting up tor-geoipdb (0.2.2.35-1) ...$ python setup.py installrunning installrunning bdist_eggrunning egg_infocreating ooni_probe.egg-infowriting requirements to ooni_probe.egg-info/requires.txtwriting ooni_probe.egg-info/PKG-INFOwriting top-level names to ooni_probe.egg-info/top_level.txtwriting dependency_links to ooni_probe.egg-info/dependency_links.txtwriting manifest file 'ooni_probe.egg-info/SOURCES.txt'reading manifest file 'ooni_probe.egg-info/SOURCES.txt'writing manifest file 'ooni_probe.egg-info/SOURCES.txt'installing library code to build/bdist.linux-x86_64/eggrunning install_librunning build_pycreating buildcreating build/lib.linux-x86_64-2.7creating build/lib.linux-x86_64-2.7/oonicopying ooni/reporter.py -> build/lib.linux-x86_64-2.7/oonicopying ooni/__init__.py -> build/lib.linux-x86_64-2.7/oonicopying ooni/director.py -> build/lib.linux-x86_64-2.7/oonicopying ooni/otime.py -> build/lib.linux-x86_64-2.7/oonicopying ooni/tasks.py -> build/lib.linux-x86_64-2.7/oonicopying ooni/ratelimiting.py -> build/lib.linux-x86_64-2.7/oonicopying ooni/config.py -> build/lib.linux-x86_64-2.7/oonicopying ooni/managers.py -> build/lib.linux-x86_64-2.7/oonicopying ooni/errors.py -> build/lib.linux-x86_64-2.7/oonicopying ooni/nettest.py -> build/lib.linux-x86_64-2.7/oonicopying ooni/oonicli.py -> build/lib.linux-x86_64-2.7/oonicopying ooni/runner.py -> build/lib.linux-x86_64-2.7/oonicreating build/lib.linux-x86_64-2.7/ooni/templatescopying ooni/templates/tcpt.py -> build/lib.linux-x86_64-2.7/ooni/templatescopying ooni/templates/__init__.py -> build/lib.linux-x86_64-2.7/ooni/templatescopying ooni/templates/httpt.py -> build/lib.linux-x86_64-2.7/ooni/templatescopying ooni/templates/dnst.py -> build/lib.linux-x86_64-2.7/ooni/templatescopying ooni/templates/scapyt.py -> build/lib.linux-x86_64-2.7/ooni/templatescreating build/lib.linux-x86_64-2.7/ooni/utilscopying ooni/utils/__init__.py -> build/lib.linux-x86_64-2.7/ooni/utilscopying ooni/utils/txagentwithsocks.py -> build/lib.linux-x86_64-2.7/ooni/utilscopying ooni/utils/net.py -> build/lib.linux-x86_64-2.7/ooni/utilscopying ooni/utils/log.py -> build/lib.linux-x86_64-2.7/ooni/utilscopying ooni/utils/onion.py -> build/lib.linux-x86_64-2.7/ooni/utilscopying ooni/utils/hacks.py -> build/lib.linux-x86_64-2.7/ooni/utilscopying ooni/utils/txscapy.py -> build/lib.linux-x86_64-2.7/ooni/utilscopying ooni/utils/logo.py -> build/lib.linux-x86_64-2.7/ooni/utilscopying ooni/utils/geodata.py -> build/lib.linux-x86_64-2.7/ooni/utilscreating build/bdist.linux-x86_64creating build/bdist.linux-x86_64/eggcreating build/bdist.linux-x86_64/egg/oonicopying build/lib.linux-x86_64-2.7/ooni/reporter.py -> build/bdist.linux-x86_64/egg/oonicopying build/lib.linux-x86_64-2.7/ooni/__init__.py -> build/bdist.linux-x86_64/egg/oonicopying build/lib.linux-x86_64-2.7/ooni/director.py -> build/bdist.linux-x86_64/egg/oonicopying build/lib.linux-x86_64-2.7/ooni/otime.py -> build/bdist.linux-x86_64/egg/oonicopying build/lib.linux-x86_64-2.7/ooni/tasks.py -> build/bdist.linux-x86_64/egg/oonicreating build/bdist.linux-x86_64/egg/ooni/templatescopying build/lib.linux-x86_64-2.7/ooni/templates/tcpt.py -> build/bdist.linux-x86_64/egg/ooni/templatescopying build/lib.linux-x86_64-2.7/ooni/templates/__init__.py -> build/bdist.linux-x86_64/egg/ooni/templatescopying build/lib.linux-x86_64-2.7/ooni/templates/httpt.py -> build/bdist.linux-x86_64/egg/ooni/templatescopying build/lib.linux-x86_64-2.7/ooni/templates/dnst.py -> build/bdist.linux-x86_64/egg/ooni/templatescopying build/lib.linux-x86_64-2.7/ooni/templates/scapyt.py -> build/bdist.linux-x86_64/egg/ooni/templatescopying build/lib.linux-x86_64-2.7/ooni/ratelimiting.py -> build/bdist.linux-x86_64/egg/oonicopying build/lib.linux-x86_64-2.7/ooni/config.py -> build/bdist.linux-x86_64/egg/oonicopying build/lib.linux-x86_64-2.7/ooni/managers.py -> build/bdist.linux-x86_64/egg/oonicopying build/lib.linux-x86_64-2.7/ooni/errors.py -> build/bdist.linux-x86_64/egg/oonicreating build/bdist.linux-x86_64/egg/ooni/utilscopying build/lib.linux-x86_64-2.7/ooni/utils/__init__.py -> build/bdist.linux-x86_64/egg/ooni/utilscopying build/lib.linux-x86_64-2.7/ooni/utils/txagentwithsocks.py -> build/bdist.linux-x86_64/egg/ooni/utilscopying build/lib.linux-x86_64-2.7/ooni/utils/net.py -> build/bdist.linux-x86_64/egg/ooni/utilscopying build/lib.linux-x86_64-2.7/ooni/utils/log.py -> build/bdist.linux-x86_64/egg/ooni/utilscopying build/lib.linux-x86_64-2.7/ooni/utils/onion.py -> build/bdist.linux-x86_64/egg/ooni/utilscopying build/lib.linux-x86_64-2.7/ooni/utils/hacks.py -> build/bdist.linux-x86_64/egg/ooni/utilscopying build/lib.linux-x86_64-2.7/ooni/utils/txscapy.py -> build/bdist.linux-x86_64/egg/ooni/utilscopying build/lib.linux-x86_64-2.7/ooni/utils/logo.py -> build/bdist.linux-x86_64/egg/ooni/utilscopying build/lib.linux-x86_64-2.7/ooni/utils/geodata.py -> build/bdist.linux-x86_64/egg/ooni/utilscopying build/lib.linux-x86_64-2.7/ooni/nettest.py -> build/bdist.linux-x86_64/egg/oonicopying build/lib.linux-x86_64-2.7/ooni/oonicli.py -> build/bdist.linux-x86_64/egg/oonicopying build/lib.linux-x86_64-2.7/ooni/runner.py -> build/bdist.linux-x86_64/egg/oonibyte-compiling build/bdist.linux-x86_64/egg/ooni/reporter.py to reporter.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/__init__.py to __init__.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/director.py to director.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/otime.py to otime.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/tasks.py to tasks.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/templates/tcpt.py to tcpt.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/templates/__init__.py to __init__.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/templates/httpt.py to httpt.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/templates/dnst.py to dnst.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/templates/scapyt.py to scapyt.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/ratelimiting.py to ratelimiting.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/config.py to config.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/managers.py to managers.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/errors.py to errors.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/utils/__init__.py to __init__.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/utils/txagentwithsocks.py to txagentwithsocks.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/utils/net.py to net.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/utils/log.py to log.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/utils/onion.py to onion.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/utils/hacks.py to hacks.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/utils/txscapy.py to txscapy.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/utils/logo.py to logo.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/utils/geodata.py to geodata.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/nettest.py to nettest.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/oonicli.py to oonicli.pycbyte-compiling build/bdist.linux-x86_64/egg/ooni/runner.py to runner.pyccreating build/bdist.linux-x86_64/egg/EGG-INFOinstalling scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scriptsrunning install_scriptsrunning build_scriptscreating build/scripts-2.7copying and adjusting bin/ooniprobe -> build/scripts-2.7changing mode of build/scripts-2.7/ooniprobe from 664 to 775creating build/bdist.linux-x86_64/egg/EGG-INFO/scriptscopying build/scripts-2.7/ooniprobe -> build/bdist.linux-x86_64/egg/EGG-INFO/scriptschanging mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/ooniprobe to 775copying ooni_probe.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFOcopying ooni_probe.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFOcopying ooni_probe.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFOcopying ooni_probe.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFOcopying ooni_probe.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFOzip_safe flag not set; analyzing archive contents...ooni.config: module references __file__creating distcreating 'dist/ooni_probe-0.0.10-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to itremoving 'build/bdist.linux-x86_64/egg' (and everything under it)Processing ooni_probe-0.0.10-py2.7.eggcreating /home/travis/virtualenv/python2.7/lib/python2.7/site-packages/ooni_probe-0.0.10-py2.7.eggExtracting ooni_probe-0.0.10-py2.7.egg to /home/travis/virtualenv/python2.7/lib/python2.7/site-packagesAdding ooni-probe 0.0.10 to easy-install.pth fileInstalling ooniprobe script to /home/travis/virtualenv/python2.7/binInstalled /home/travis/virtualenv/python2.7/lib/python2.7/site-packages/ooni_probe-0.0.10-py2.7.eggProcessing dependencies for ooni-probe==0.0.10Searching for zope.interface>=4.0.1Reading https://people.torproject.org/~ioerror/src/mirrors/ooniprobeReading http://pypi.python.org/simple/zope.interface/Best match: zope.interface 4.0.5Downloading http://pypi.python.org/packages/source/z/zope.interface/zope.interface-4.0.5.zip#md5=caf26025ae1b02da124a58340e423dfeProcessing zope.interface-4.0.5.zipWriting /tmp/easy_install-vyHsk3/zope.interface-4.0.5/setup.cfgRunning zope.interface-4.0.5/setup.py -q bdist_egg --dist-dir /tmp/easy_install-vyHsk3/zope.interface-4.0.5/egg-dist-tmp-FXhHYFwarning: no previously-included files matching '*.dll' found anywhere in distributionwarning: no previously-included files matching '*.pyc' found anywhere in distributionwarning: no previously-included files matching '*.pyo' found anywhere in distributionwarning: no previously-included files matching '*.so' found anywhere in distributionAdding zope.interface 4.0.5 to easy-install.pth fileInstalled /home/travis/virtualenv/python2.7/lib/python2.7/site-packages/zope.interface-4.0.5-py2.7-linux-x86_64.eggSearching for zope.event>=4.0.0Reading http://pypi.python.org/simple/zope.event/Best match: zope.event 4.0.2Downloading http://pypi.python.org/packages/source/z/zope.event/zope.event-4.0.2.tar.gz#md5=e08dd299d428d77a1cfcbfe841b81872Processing zope.event-4.0.2.tar.gzWriting /tmp/easy_install-B0xpBR/zope.event-4.0.2/setup.cfgRunning zope.event-4.0.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-B0xpBR/zope.event-4.0.2/egg-dist-tmp-cdDeGeAdding zope.event 4.0.2 to easy-install.pth fileInstalled /home/travis/virtualenv/python2.7/lib/python2.7/site-packages/zope.event-4.0.2-py2.7.eggSearching for zope.component>=4.0.0Reading http://pypi.python.org/simple/zope.component/Best match: zope.component 4.1.0Downloading http://pypi.python.org/packages/source/z/zope.component/zope.component-4.1.0.zip#md5=8e185893699f9fa577bd9ada0a5302faProcessing zope.component-4.1.0.zipWriting /tmp/easy_install-g_C03J/zope.component-4.1.0/setup.cfgRunning zope.component-4.1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-g_C03J/zope.component-4.1.0/egg-dist-tmp-jP0Bljwarning: no previously-included files matching '*.dll' found anywhere in distributionwarning: no previously-included files matching '*.pyc' found anywhere in distributionwarning: no previously-included files matching '*.pyo' found anywhere in distributionwarning: no previously-included files matching '*.so' found anywhere in distributionAdding zope.component 4.1.0 to easy-install.pth fileInstalled /home/travis/virtualenv/python2.7/lib/python2.7/site-packages/zope.component-4.1.0-py2.7.eggSearching for txsocksx>=0.0.2Reading http://pypi.python.org/simple/txsocksx/Best match: txsocksx 0.0.2Downloading http://pypi.python.org/packages/source/t/txsocksx/txsocksx-0.0.2.tar.gz#md5=496baa77dbcde569681ad953e8908035Processing txsocksx-0.0.2.tar.gzWriting /tmp/easy_install-kdJ3z5/txsocksx-0.0.2/setup.cfgRunning txsocksx-0.0.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-kdJ3z5/txsocksx-0.0.2/egg-dist-tmp-I3Gl9Lzip_safe flag not set; analyzing archive contents...Adding txsocksx 0.0.2 to easy-install.pth fileInstalled /home/travis/virtualenv/python2.7/lib/python2.7/site-packages/txsocksx-0.0.2-py2.7.eggSearching for txtorcon>=0.7Reading http://pypi.python.org/simple/txtorcon/Reading https://github.com/meejah/txtorconBest match: txtorcon 0.7Downloading http://pypi.python.org/packages/source/t/txtorcon/txtorcon-0.7.tar.gz#md5=d9c9ae93f81878d1f56d8e463f92d196Processing txtorcon-0.7.tar.gzWriting /tmp/easy_install-IqqJqK/txtorcon-0.7/setup.cfgRunning txtorcon-0.7/setup.py -q bdist_egg --dist-dir /tmp/easy_install-IqqJqK/txtorcon-0.7/egg-dist-tmp-zM2HaBwarning: no files found matching 'docs/avatar.png'zip_safe flag not set; analyzing archive contents...txtorcon.test.test_fsm: module references __file__Adding txtorcon 0.7 to easy-install.pth fileInstalled /home/travis/virtualenv/python2.7/lib/python2.7/site-packages/txtorcon-0.7-py2.7.eggSearching for transaction>=1.3.0Reading http://pypi.python.org/simple/transaction/Reading http://www.zope.org/Products/ZODBBest match: transaction 1.4.1Downloading http://pypi.python.org/packages/source/t/transaction/transaction-1.4.1.zip#md5=8db2680bc0f999219861a67b8f335a88Processing transaction-1.4.1.zipWriting /tmp/easy_install-ZPaOfQ/transaction-1.4.1/setup.cfgRunning transaction-1.4.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ZPaOfQ/transaction-1.4.1/egg-dist-tmp-pQOJekwarning: no previously-included files matching '*.dll' found anywhere in distributionwarning: no previously-included files matching '*.pyc' found anywhere in distributionwarning: no previously-included files matching '*.pyo' found anywhere in distributionwarning: no previously-included files matching '*.so' found anywhere in distributionAdding transaction 1.4.1 to easy-install.pth fileInstalled /home/travis/virtualenv/python2.7/lib/python2.7/site-packages/transaction-1.4.1-py2.7.eggSearching for pygeoip>=0.2.5Reading http://pypi.python.org/simple/pygeoip/Reading http://code.google.com/p/pygeoip/Reading https://github.com/appliedsec/pygeoipBest match: pygeoip 0.2.6Downloading http://pypi.python.org/packages/source/p/pygeoip/pygeoip-0.2.6.zip#md5=b3ac1bfcd535782bc59af78e722cf5c1Processing pygeoip-0.2.6.zipWriting /tmp/easy_install-9eUeYh/pygeoip-0.2.6/setup.cfgRunning pygeoip-0.2.6/setup.py -q bdist_egg --dist-dir /tmp/easy_install-9eUeYh/pygeoip-0.2.6/egg-dist-tmp-5Xm1Wdzip_safe flag not set; analyzing archive contents...Adding pygeoip 0.2.6 to easy-install.pth fileInstalled /home/travis/virtualenv/python2.7/lib/python2.7/site-packages/pygeoip-0.2.6-py2.7.eggSearching for pyOpenSSL>=0.13Reading http://pypi.python.org/simple/pyOpenSSL/Reading http://pyopenssl.sourceforge.net/Reading http://launchpad.net/pyopensslBest match: pyOpenSSL 0.13Downloading http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-0.13.tar.gz#md5=767bca18a71178ca353dff9e10941929Processing pyOpenSSL-0.13.tar.gzWriting /tmp/easy_install-FIkf0W/pyOpenSSL-0.13/setup.cfgRunning pyOpenSSL-0.13/setup.py -q bdist_egg --dist-dir /tmp/easy_install-FIkf0W/pyOpenSSL-0.13/egg-dist-tmp-8P5b29warning: no previously-included files matching '*.pyc' found anywhere in distributionAdding pyOpenSSL 0.13 to easy-install.pth fileInstalled /home/travis/virtualenv/python2.7/lib/python2.7/site-packages/pyOpenSSL-0.13-py2.7-linux-x86_64.eggSearching for ipaddr>=2.1.10Reading http://pypi.python.org/simple/ipaddr/Reading http://code.google.com/p/ipaddr-py/Best match: ipaddr 2.1.10Downloading http://ipaddr-py.googlecode.com/files/ipaddr-2.1.10.tar.gzProcessing ipaddr-2.1.10.tar.gzWriting /tmp/easy_install-Lh1X9e/ipaddr-2.1.10/setup.cfgRunning ipaddr-2.1.10/setup.py -q bdist_egg --dist-dir /tmp/easy_install-Lh1X9e/ipaddr-2.1.10/egg-dist-tmp-0uU7hEzip_safe flag not set; analyzing archive contents...Adding ipaddr 2.1.10 to easy-install.pth fileInstalled /home/travis/virtualenv/python2.7/lib/python2.7/site-packages/ipaddr-2.1.10-py2.7.eggSearching for docutils>=0.9.1Reading http://pypi.python.org/simple/docutils/Reading http://docutils.sourceforge.net/Reading http://sourceforge.net/projects/docutils/files/docutils/0.8.1/docutils-0.8.1.tar.gz/downloadReading http://sourceforge.net/projects/docutils/files/docutils/0.9.1/docutils-0.9.1.tar.gz/downloadReading http://sourceforge.net/projects/docutils/files/docutils/0.10/docutils-0.10.tar.gz/downloadReading http://sourceforge.net/projects/docutils/files/docutils/0.9/docutils-0.9.tar.gz/downloadBest match: docutils 0.10Downloading http://pypi.python.org/packages/source/d/docutils/docutils-0.10.tar.gz#md5=d8d4660c08302c791b2d71a155a2f4bcProcessing docutils-0.10.tar.gzWriting /tmp/easy_install-qkDtpF/docutils-0.10/setup.cfgRunning docutils-0.10/setup.py -q bdist_egg --dist-dir /tmp/easy_install-qkDtpF/docutils-0.10/egg-dist-tmp-yS57ELwarning: no files found matching 'MANIFEST'warning: no files found matching '*' under directory 'extras'warning: no previously-included files matching '.cvsignore' found under directory '*'warning: no previously-included files matching '*.pyc' found under directory '*'warning: no previously-included files matching '*~' found under directory '*'warning: no previously-included files matching '.DS_Store' found under directory '*'zip_safe flag not set; analyzing archive contents...docutils.parsers.rst.directives.misc: module references __file__docutils.writers.docutils_xml: module references __path__docutils.writers.odf_odt.__init__: module references __file__docutils.writers.html4css1.__init__: module references __file__docutils.writers.latex2e.__init__: module references __file__docutils.writers.s5_html.__init__: module references __file__docutils.writers.pep_html.__init__: module references __file__Adding docutils 0.10 to easy-install.pth fileInstalling rstpep2html.py script to /home/travis/virtualenv/python2.7/binInstalling rst2odt.py script to /home/travis/virtualenv/python2.7/binInstalling rst2xetex.py script to /home/travis/virtualenv/python2.7/binInstalling rst2latex.py script to /home/travis/virtualenv/python2.7/binInstalling rst2man.py script to /home/travis/virtualenv/python2.7/binInstalling rst2s5.py script to /home/travis/virtualenv/python2.7/binInstalling rst2pseudoxml.py script to /home/travis/virtualenv/python2.7/binInstalling rst2html.py script to /home/travis/virtualenv/python2.7/binInstalling rst2odt_prepstyles.py script to /home/travis/virtualenv/python2.7/binInstalling rst2xml.py script to /home/travis/virtualenv/python2.7/binInstalled /home/travis/virtualenv/python2.7/lib/python2.7/site-packages/docutils-0.10-py2.7.eggSearching for Twisted>=12.2.0Reading http://pypi.python.org/simple/Twisted/Reading http://www.twistedmatrix.comReading http://twistedmatrix.com/products/downloadReading http://twistedmatrix.com/Reading http://tmrc.mit.edu/mirror/twisted/Twisted/9.0/Reading http://tmrc.mit.edu/mirror/twisted/Twisted/10.0/Reading http://twistedmatrix.com/projects/core/Reading http://tmrc.mit.edu/mirror/twisted/Twisted/8.2/Reading http://tmrc.mit.edu/mirror/twisted/Twisted/8.1/Best match: Twisted 12.3.0Downloading http://pypi.python.org/packages/source/T/Twisted/Twisted-12.3.0.tar.bz2#md5=6e289825f3bf5591cfd670874cc0862dProcessing Twisted-12.3.0.tar.bz2Writing /tmp/easy_install-klEhl9/Twisted-12.3.0/setup.cfgRunning Twisted-12.3.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-klEhl9/Twisted-12.3.0/egg-dist-tmp-6K5dhiAdding Twisted 12.3.0 to easy-install.pth fileInstalling tkconch script to /home/travis/virtualenv/python2.7/binInstalling tap2rpm script to /home/travis/virtualenv/python2.7/binInstalling tapconvert script to /home/travis/virtualenv/python2.7/binInstalling ckeygen script to /home/travis/virtualenv/python2.7/binInstalling manhole script to /home/travis/virtualenv/python2.7/binInstalling tap2deb script to /home/travis/virtualenv/python2.7/binInstalling mailmail script to /home/travis/virtualenv/python2.7/binInstalling twistd script to /home/travis/virtualenv/python2.7/binInstalling pyhtmlizer script to /home/travis/virtualenv/python2.7/binInstalling trial script to /home/travis/virtualenv/python2.7/binInstalling cftp script to /home/travis/virtualenv/python2.7/binInstalling conch script to /home/travis/virtualenv/python2.7/binInstalling lore script to /home/travis/virtualenv/python2.7/binInstalled /home/travis/virtualenv/python2.7/lib/python2.7/site-packages/Twisted-12.3.0-py2.7-linux-x86_64.eggSearching for PyYAML>=3.10Reading http://pypi.python.org/simple/PyYAML/Reading http://pyyaml.org/wiki/PyYAMLBest match: PyYAML 3.10Downloading http://pyyaml.org/download/pyyaml/PyYAML-3.10.zipProcessing PyYAML-3.10.zipWriting /tmp/easy_install-X2YmfF/PyYAML-3.10/setup.cfgRunning PyYAML-3.10/setup.py -q bdist_egg --dist-dir /tmp/easy_install-X2YmfF/PyYAML-3.10/egg-dist-tmp-RkKgI_In file included from ext/_yaml.c:223:0:ext/_yaml.h:6:0: warning: "PyUnicode_FromString" redefined [enabled by default]/usr/include/python2.7/unicodeobject.h:281:0: note: this is the location of the previous definitionext/_yaml.c: In function ‘__pyx_pf_5_yaml_get_version_string’:ext/_yaml.c:1145:17: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]ext/_yaml.c: In function ‘__pyx_pf_5_yaml_7CParser___init__’:ext/_yaml.c:2074:38: warning: passing argument 2 of ‘yaml_parser_set_input’ from incompatible pointer type [enabled by default]/usr/local/include/yaml.h:1367:1: note: expected ‘int (*)(void *, unsigned char *, size_t, size_t *)’ but argument is of type ‘int (*)(void *, char *, int, int *)’ext/_yaml.c:2272:45: warning: pointer targets in passing argument 2 of ‘yaml_parser_set_input_string’ differ in signedness [-Wpointer-sign]/usr/local/include/yaml.h:1341:1: note: expected ‘const unsigned char *’ but argument is of type ‘char *’ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__token_to_object’:ext/_yaml.c:3705:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:3705:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:3718:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:3718:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:4285:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:4285:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:4339:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:4339:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:4393:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:4393:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:4406:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:4406:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:4493:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__event_to_object’:ext/_yaml.c:5909:9: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:5909:9: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:5922:9: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:5922:9: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:6088:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:6088:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:6163:7: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:6163:7: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:6200:7: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:6200:7: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:6216:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:6520:7: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:6520:7: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:6557:7: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:6557:7: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:6747:7: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:6747:7: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:6784:7: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:6784:7: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_node’:ext/_yaml.c:8064:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:8064:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:8284:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:8284:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:8315:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:8315:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:8346:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:8346:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_scalar_node’:ext/_yaml.c:8861:3: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:9019:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:9019:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_sequence_node’:ext/_yaml.c:9461:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:9461:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c: In function ‘__pyx_f_5_yaml_7CParser__compose_mapping_node’:ext/_yaml.c:9998:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]/usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c:9998:5: warning: pointer targets in passing argument 1 of ‘PyUnicodeUCS4_DecodeUTF8’ differ in signedness [-Wpointer-sign]/usr/include/python2.7/unicodeobject.h:750:23: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ext/_yaml.c: In function ‘__pyx_pf_5_yaml_8CEmitter___init__’:ext/_yaml.c:11065:38: warning: passing argument 2 of ‘yaml_emitter_set_output’ from incompatible pointer type [enabled by default]/usr/local/include/yaml.h:1829:1: note: expected ‘int (*)(void *, unsigned char *, size_t)’ but argument is of type ‘int (*)(void *, char *, int)’ext/_yaml.c: In function ‘__pyx_f_5_yaml_8CEmitter__object_to_event’:ext/_yaml.c:12199:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]ext/_yaml.c:12300:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]ext/_yaml.c:12563:5: warning: pointer targets in passing argument 2 of ‘yaml_alias_event_initialize’ differ in signedness [-Wpointer-sign]/usr/local/include/yaml.h:553:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ext/_yaml.c:13168:5: warning: pointer targets in passing argument 2 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign]/usr/local/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ext/_yaml.c:13168:5: warning: pointer targets in passing argument 3 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign]/usr/local/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ext/_yaml.c:13168:5: warning: pointer targets in passing argument 4 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign]/usr/local/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ext/_yaml.c:13521:5: warning: pointer targets in passing argument 2 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign]/usr/local/include/yaml.h:601:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ext/_yaml.c:13521:5: warning: pointer targets in passing argument 3 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign]/usr/local/include/yaml.h:601:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ext/_yaml.c:13874:5: warning: pointer targets in passing argument 2 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign]/usr/local/include/yaml.h:633:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ext/_yaml.c:13874:5: warning: pointer targets in passing argument 3 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign]/usr/local/include/yaml.h:633:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ext/_yaml.c: In function ‘__pyx_pf_5_yaml_8CEmitter_6serialize’:ext/_yaml.c:15082:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]ext/_yaml.c:15183:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]ext/_yaml.c: In function ‘__pyx_f_5_yaml_8CEmitter__serialize_node’:ext/_yaml.c:15863:5: warning: pointer targets in passing argument 2 of ‘yaml_alias_event_initialize’ differ in signedness [-Wpointer-sign]/usr/local/include/yaml.h:553:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ext/_yaml.c:16500:7: warning: pointer targets in passing argument 2 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign]/usr/local/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ext/_yaml.c:16500:7: warning: pointer targets in passing argument 3 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign]/usr/local/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ext/_yaml.c:16500:7: warning: pointer targets in passing argument 4 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign]/usr/local/include/yaml.h:578:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ext/_yaml.c:16790:7: warning: pointer targets in passing argument 2 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign]/usr/local/include/yaml.h:601:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ext/_yaml.c:16790:7: warning: pointer targets in passing argument 3 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign]/usr/local/include/yaml.h:601:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ext/_yaml.c:17193:7: warning: pointer targets in passing argument 2 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign]/usr/local/include/yaml.h:633:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’ext/_yaml.c:17193:7: warning: pointer targets in passing argument 3 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign]/usr/local/include/yaml.h:633:1: note: expected ‘yaml_char_t *’ but argument is of type ‘char *’zip_safe flag not set; analyzing archive contents...Adding PyYAML 3.10 to easy-install.pth fileInstalled /home/travis/virtualenv/python2.7/lib/python2.7/site-packages/PyYAML-3.10-py2.7-linux-x86_64.eggSearching for pypcap>=1.1.1Reading http://pypi.python.org/simple/pypcap/Reading http://monkey.org/~dugsong/pypcap/Best match: pypcap 1.1.1Downloading https://github.com/hellais/pypcap/archive/v1.1.1.tar.gz#egg=pypcap-1.1.1Processing v1.1.1.tar.gzWriting /tmp/easy_install-sBeMPT/pypcap-1.1.1/setup.cfgRunning pypcap-1.1.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-sBeMPT/pypcap-1.1.1/egg-dist-tmp-Q9oWnWTraceback (most recent call last): File "setup.py", line 35, in <module> install_requires=install_requires, File "/usr/lib/python2.7/distutils/core.py", line 152, in setup dist.run_commands() File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() File "/home/travis/virtualenv/python2.7/local/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/setuptools/command/install.py", line 73, in run self.do_egg_install() File "/home/travis/virtualenv/python2.7/local/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/setuptools/command/install.py", line 101, in do_egg_install cmd.run() File "/home/travis/virtualenv/python2.7/local/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/setuptools/command/easy_install.py", line 358, in run self.easy_install(spec, not self.no_deps) File "/home/travis/virtualenv/python2.7/local/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/setuptools/command/easy_install.py", line 578, in easy_install return self.install_item(None, spec, tmpdir, deps, True) File "/home/travis/virtualenv/python2.7/local/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/setuptools/command/easy_install.py", line 630, in install_item self.process_distribution(spec, dist, deps) File "/home/travis/virtualenv/python2.7/local/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/setuptools/command/easy_install.py", line 682, in process_distribution [requirement], self.local_index, self.easy_install File "/home/travis/virtualenv/python2.7/local/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/pkg_resources.py", line 586, in resolve dist = best[req.key] = env.best_match(req, self, installer) File "/home/travis/virtualenv/python2.7/local/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/pkg_resources.py", line 831, in best_match return self.obtain(req, installer) # try and download/install File "/home/travis/virtualenv/python2.7/local/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/pkg_resources.py", line 843, in obtain return installer(requirement) File "/home/travis/virtualenv/python2.7/local/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/setuptools/command/easy_install.py", line 598, in easy_install return self.install_item(spec, dist.location, tmpdir, deps) File "/home/travis/virtualenv/python2.7/local/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/setuptools/command/easy_install.py", line 628, in install_item dists = self.install_eggs(spec, download, tmpdir) File "/home/travis/virtualenv/python2.7/local/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/setuptools/command/easy_install.py", line 823, in install_eggs return self.build_and_install(setup_script, setup_base) File "/home/travis/virtualenv/python2.7/local/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/setuptools/command/easy_install.py", line 1103, in build_and_install self.run_setup(setup_script, setup_base, args) File "/home/travis/virtualenv/python2.7/local/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/setuptools/command/easy_install.py", line 1089, in run_setup run_setup(setup_script, args) File "/home/travis/virtualenv/python2.7/local/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/setuptools/sandbox.py", line 33, in run_setup lambda: execfile( File "/home/travis/virtualenv/python2.7/local/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/setuptools/sandbox.py", line 81, in run return func() File "/home/travis/virtualenv/python2.7/local/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/setuptools/sandbox.py", line 35, in <lambda> {'__file__':setup_script, '__name__':'__main__'} File "setup.py", line 7, in <module> 'txsocksx>=0.0.2',ImportError: No module named Pyrex.DistutilsThe command "python setup.py install" failed and exited with 1 during install.Your build has been stopped.
∃!isisⒶwintermute:~/code/torproject/ooni-probe ∴ . ~/.bootstrap/local/bin/activate(.bootstrap)∃!isisⒶwintermute:~/code/torproject/ooni-probe ∴ . ~/.bootstrap/local/bin/virtualenvwrapper.sh(.bootstrap)∃!isisⒶwintermute:~/code/torproject/ooni-probe ∴ mkvirtualenv --no-site-packages -p ~/.bootstrap/local/bin/python2.7 ~/.bootstrap/.virtualenvs/txsocksxRunning virtualenv with interpreter /home/isis/.bootstrap/local/bin/python2.7Using real prefix '/usr'New python executable in /home/isis/.bootstrap/.virtualenvs/txsocksx/bin/python2.7Also creating executable in /home/isis/.bootstrap/.virtualenvs/txsocksx/bin/pythonInstalling setuptools............done.Installing pip...............done.(.bootstrap)∃!isisⒶwintermute:~/code/torproject/ooni-probe ∴ cd ../txsocksx/(.bootstrap)∃!isisⒶwintermute:~/code/torproject/txsocksx ∴ lsbuild examples scripts txsocksxdist LICENSE setup.py txsocksx.egg-info(.bootstrap)∃!isisⒶwintermute:~/code/torproject/txsocksx ∴ . ~/.bootstrap/.virtualenvs/txsocksx/bin/activate(txsocksx)∃!isisⒶwintermute:~/code/torproject/txsocksx ∴ python setup.py installrunning installrunning bdist_eggrunning egg_infowriting requirements to txsocksx.egg-info/requires.txtwriting txsocksx.egg-info/PKG-INFOwriting top-level names to txsocksx.egg-info/top_level.txtwriting dependency_links to txsocksx.egg-info/dependency_links.txtreading manifest file 'txsocksx.egg-info/SOURCES.txt'writing manifest file 'txsocksx.egg-info/SOURCES.txt'installing library code to build/bdist.linux-x86_64/eggrunning install_librunning build_pycreating build/bdist.linux-x86_64/eggcreating build/bdist.linux-x86_64/egg/txsocksxcopying build/lib.linux-x86_64-2.7/txsocksx/ssl.py -> build/bdist.linux-x86_64/egg/txsocksxcopying build/lib.linux-x86_64-2.7/txsocksx/auth.py -> build/bdist.linux-x86_64/egg/txsocksxcopying build/lib.linux-x86_64-2.7/txsocksx/constants.py -> build/bdist.linux-x86_64/egg/txsocksxcopying build/lib.linux-x86_64-2.7/txsocksx/__init__.py -> build/bdist.linux-x86_64/egg/txsocksxcopying build/lib.linux-x86_64-2.7/txsocksx/client.py -> build/bdist.linux-x86_64/egg/txsocksxcopying build/lib.linux-x86_64-2.7/txsocksx/errors.py -> build/bdist.linux-x86_64/egg/txsocksxcopying build/lib.linux-x86_64-2.7/txsocksx/parser.py -> build/bdist.linux-x86_64/egg/txsocksxbyte-compiling build/bdist.linux-x86_64/egg/txsocksx/ssl.py to ssl.pycbyte-compiling build/bdist.linux-x86_64/egg/txsocksx/auth.py to auth.pycbyte-compiling build/bdist.linux-x86_64/egg/txsocksx/constants.py to constants.pycbyte-compiling build/bdist.linux-x86_64/egg/txsocksx/__init__.py to __init__.pycbyte-compiling build/bdist.linux-x86_64/egg/txsocksx/client.py to client.pycbyte-compiling build/bdist.linux-x86_64/egg/txsocksx/errors.py to errors.pycbyte-compiling build/bdist.linux-x86_64/egg/txsocksx/parser.py to parser.pyccreating build/bdist.linux-x86_64/egg/EGG-INFOcopying txsocksx.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFOcopying txsocksx.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFOcopying txsocksx.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFOcopying txsocksx.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFOcopying txsocksx.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFOzip_safe flag not set; analyzing archive contents...creating 'dist/txsocksx-0.0.2-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to itremoving 'build/bdist.linux-x86_64/egg' (and everything under it)Processing txsocksx-0.0.2-py2.7.eggCopying txsocksx-0.0.2-py2.7.egg to /home/isis/.bootstrap/.virtualenvs/txsocksx/lib/python2.7/site-packagesAdding txsocksx 0.0.2 to easy-install.pth fileInstalled /home/isis/.bootstrap/.virtualenvs/txsocksx/lib/python2.7/site-packages/txsocksx-0.0.2-py2.7.eggProcessing dependencies for txsocksx==0.0.2Searching for Twisted>=12.0Reading http://pypi.python.org/simple/Twisted/Reading http://www.twistedmatrix.comReading http://twistedmatrix.com/products/downloadReading http://twistedmatrix.com/Reading http://tmrc.mit.edu/mirror/twisted/Twisted/9.0/Reading http://tmrc.mit.edu/mirror/twisted/Twisted/10.0/Reading http://twistedmatrix.com/projects/core/Reading http://tmrc.mit.edu/mirror/twisted/Twisted/8.2/Reading http://tmrc.mit.edu/mirror/twisted/Twisted/8.1/Best match: Twisted 12.3.0Downloading http://pypi.python.org/packages/source/T/Twisted/Twisted-12.3.0.tar.bz2#md5=6e289825f3bf5591cfd670874cc0862dProcessing Twisted-12.3.0.tar.bz2Running Twisted-12.3.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-BIm5Wp/Twisted-12.3.0/egg-dist-tmp-1lEyqLAdding Twisted 12.3.0 to easy-install.pth fileInstalling tapconvert script to /home/isis/.bootstrap/.virtualenvs/txsocksx/binInstalling mailmail script to /home/isis/.bootstrap/.virtualenvs/txsocksx/binInstalling cftp script to /home/isis/.bootstrap/.virtualenvs/txsocksx/binInstalling pyhtmlizer script to /home/isis/.bootstrap/.virtualenvs/txsocksx/binInstalling lore script to /home/isis/.bootstrap/.virtualenvs/txsocksx/binInstalling tap2deb script to /home/isis/.bootstrap/.virtualenvs/txsocksx/binInstalling tkconch script to /home/isis/.bootstrap/.virtualenvs/txsocksx/binInstalling trial script to /home/isis/.bootstrap/.virtualenvs/txsocksx/binInstalling twistd script to /home/isis/.bootstrap/.virtualenvs/txsocksx/binInstalling ckeygen script to /home/isis/.bootstrap/.virtualenvs/txsocksx/binInstalling tap2rpm script to /home/isis/.bootstrap/.virtualenvs/txsocksx/binInstalling conch script to /home/isis/.bootstrap/.virtualenvs/txsocksx/binInstalling manhole script to /home/isis/.bootstrap/.virtualenvs/txsocksx/binInstalled /home/isis/.bootstrap/.virtualenvs/txsocksx/lib/python2.7/site-packages/Twisted-12.3.0-py2.7-linux-x86_64.eggSearching for Parsley>=1.0Reading http://pypi.python.org/simple/Parsley/Reading http://github.com/washort/parsleyReading http://launchpad.net/parsleyBest match: Parsley 1.1Downloading http://pypi.python.org/packages/source/P/Parsley/Parsley-1.1.tar.gz#md5=7b060cacc85d9cd0a3eee9d26f11fa94Processing Parsley-1.1.tar.gzRunning Parsley-1.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-sB8tdS/Parsley-1.1/egg-dist-tmp-3dDC8pzip_safe flag not set; analyzing archive contents...ometa.grammar: module references __file__Adding Parsley 1.1 to easy-install.pth fileInstalled /home/isis/.bootstrap/.virtualenvs/txsocksx/lib/python2.7/site-packages/Parsley-1.1-py2.7.eggSearching for zope.interface>=3.6.0Reading http://pypi.python.org/simple/zope.interface/Best match: zope.interface 4.0.5Downloading http://pypi.python.org/packages/source/z/zope.interface/zope.interface-4.0.5.zip#md5=caf26025ae1b02da124a58340e423dfeProcessing zope.interface-4.0.5.zipRunning zope.interface-4.0.5/setup.py -q bdist_egg --dist-dir /tmp/easy_install-7DEYTL/zope.interface-4.0.5/egg-dist-tmp-1Um7Rqwarning: no previously-included files matching '*.dll' found anywhere in distributionwarning: no previously-included files matching '*.pyc' found anywhere in distributionwarning: no previously-included files matching '*.pyo' found anywhere in distributionwarning: no previously-included files matching '*.so' found anywhere in distributionAdding zope.interface 4.0.5 to easy-install.pth fileInstalled /home/isis/.bootstrap/.virtualenvs/txsocksx/lib/python2.7/site-packages/zope.interface-4.0.5-py2.7-linux-x86_64.eggSearching for setuptools==0.6c11Best match: setuptools 0.6c11Processing setuptools-0.6c11-py2.7.eggsetuptools 0.6c11 is already the active version in easy-install.pthInstalling easy_install script to /home/isis/.bootstrap/.virtualenvs/txsocksx/binInstalling easy_install-2.7 script to /home/isis/.bootstrap/.virtualenvs/txsocksx/binUsing /home/isis/.bootstrap/.virtualenvs/txsocksx/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.eggFinished processing dependencies for txsocksx==0.0.2(txsocksx)∃!isisⒶwintermute:~/code/torproject/txsocksx ∴
So it is not txsocksx causing the problem. I also tried moving Pyrex higher up in the list in requirements.txt, and the test results of that are in Travis build 21.
That did not work. The next thing I tried was to move the mirrored requirements after the reqs from requirements.txt in setup.py in this commit, but that resulted in the failures in Travis build 22.
I don't know why the builds are failing. Although, my next idea is that, because distutils in txsocksx's setup.py calls at some point setuptools.setup.sandbox(), that the rest of the one of these setup.py's is failing because it's now running on a system which appears to have no modules and only five of the modules from the python standard library.
I am very tired and cannot work anymore. I've worked 18 hours today, and missed a date to go on a bike ride and play piano with a friend because of the debugging for Iran. :( #FML