Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #8450

Closed
Open
Opened Mar 11, 2013 by Isis Lovecruft@isis

ooni: continuous integration tests fail due to missing ooniprobe.conf

python2.6 fails:

Using worker: bluebox-linux-4.worker.travis-ci.org:travis-linux-18

$ git clone --depth=100 --quiet --branch=feature/continuous-integration git://github.com/isislovecruft/ooni-probe.git isislovecruft/ooni-probe
cd isislovecruft/ooni-probe
$ git checkout -qf d5c8b02d10689666deb4c3628fe4fef8ccb28b0f
$ git submodule init
$ git submodule update
$ source ~/virtualenv/python2.6/bin/activate
$ python --version
Python 2.6.8
$ pip --version
pip 1.3.1 from /home/travis/virtualenv/python2.6/lib/python2.6/site-packages/pip-1.3.1-py2.6.egg (python 2.6)
$ pip install -r requirements.txt --use-mirrors && cd ./inputs/ && make && cd ..
Downloading/unpacking https://people.torproject.org/~ioerror/src/mirrors/ooniprobe/Parsley-1.1pre1.tar.gz (from -r requirements.txt (line 22))
  Downloading Parsley-1.1pre1.tar.gz (199kB): 199kB downloaded
  Running setup.py egg_info for package from https://people.torproject.org/~ioerror/src/mirrors/ooniprobe/Parsley-1.1pre1.tar.gz
Downloading/unpacking https://people.torproject.org/~ioerror/src/mirrors/ooniprobe/scapy-02-25-2013-tip.zip (from -r requirements.txt (line 27))
  Downloading scapy-02-25-2013-tip.zip (1.1MB): 1.1MB downloaded
  Running setup.py egg_info for package from https://people.torproject.org/~ioerror/src/mirrors/ooniprobe/scapy-02-25-2013-tip.zip
Downloading/unpacking https://people.torproject.org/~ioerror/src/mirrors/ooniprobe/dnspython-1.10.0.zip (from -r requirements.txt (line 32))
  Downloading dnspython-1.10.0.zip (212kB): 212kB downloaded
  Running setup.py egg_info for package from https://people.torproject.org/~ioerror/src/mirrors/ooniprobe/dnspython-1.10.0.zip
Downloading/unpacking PyYAML>=3.10 (from -r requirements.txt (line 1))
  Downloading PyYAML-3.10.zip (364kB): 364kB downloaded
  Running setup.py egg_info for package PyYAML
Downloading/unpacking Twisted>=12.2.0 (from -r requirements.txt (line 2))
  Downloading Twisted-12.3.0.tar.bz2 (2.6MB): 2.6MB downloaded
  Running setup.py egg_info for package Twisted
Downloading/unpacking argparse>=1.2.1 (from -r requirements.txt (line 3))
  Downloading argparse-1.2.1.tar.gz (69kB): 69kB downloaded
  Running setup.py egg_info for package argparse
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    warning: no previously-included files matching '*.pyo' found anywhere in distribution
    warning: no previously-included files matching '*.orig' found anywhere in distribution
    warning: no previously-included files matching '*.rej' found anywhere in distribution
    no previously-included directories found matching 'doc/_build'
    no previously-included directories found matching 'env24'
    no previously-included directories found matching 'env25'
    no previously-included directories found matching 'env26'
    no previously-included directories found matching 'env27'
Requirement already satisfied (use --upgrade to upgrade): distribute>=0.6.24 in /home/travis/virtualenv/python2.6/lib/python2.6/site-packages/distribute-0.6.34-py2.6.egg (from -r requirements.txt (line 4))
Downloading/unpacking docutils>=0.9.1 (from -r requirements.txt (line 5))
  Downloading docutils-0.10.tar.gz (1.6MB): 1.6MB downloaded
  Running setup.py egg_info for package docutils
    warning: 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 '*'
Downloading/unpacking ipaddr>=2.1.10 (from -r requirements.txt (line 6))
  Downloading ipaddr-2.1.10.tar.gz
  Running setup.py egg_info for package ipaddr
Downloading/unpacking pyOpenSSL>=0.13 (from -r requirements.txt (line 7))
  Downloading pyOpenSSL-0.13.tar.gz (250kB): 250kB downloaded
  Running setup.py egg_info for package pyOpenSSL
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
Downloading/unpacking pygeoip>=0.2.5 (from -r requirements.txt (line 8))
  Downloading pygeoip-0.2.6.zip (136kB): 136kB downloaded
  Running setup.py egg_info for package pygeoip
Downloading/unpacking transaction>=1.3.0 (from -r requirements.txt (line 9))
  Downloading transaction-1.4.1.zip (77kB): 77kB downloaded
  Running setup.py egg_info for package transaction
    warning: no previously-included files matching '*.dll' found anywhere in distribution
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    warning: no previously-included files matching '*.pyo' found anywhere in distribution
    warning: no previously-included files matching '*.so' found anywhere in distribution
Downloading/unpacking txtorcon>=0.7 (from -r requirements.txt (line 10))
  Downloading txtorcon-0.7.tar.gz (128kB): 128kB downloaded
  Running setup.py egg_info for package txtorcon
    warning: no files found matching 'docs/avatar.png'
Downloading/unpacking txsocksx>=0.0.2 (from -r requirements.txt (line 11))
  Downloading txsocksx-0.0.2.tar.gz
  Running setup.py egg_info for package txsocksx
Downloading/unpacking zope.component>=4.0.0 (from -r requirements.txt (line 12))
  Downloading zope.component-4.1.0.zip (117kB): 117kB downloaded
  Running setup.py egg_info for package zope.component
    warning: no previously-included files matching '*.dll' found anywhere in distribution
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    warning: no previously-included files matching '*.pyo' found anywhere in distribution
    warning: no previously-included files matching '*.so' found anywhere in distribution
Downloading/unpacking zope.event>=4.0.0 (from -r requirements.txt (line 13))
  Downloading zope.event-4.0.2.tar.gz
  Running setup.py egg_info for package zope.event
Downloading/unpacking zope.interface>=4.0.1 (from -r requirements.txt (line 14))
  Downloading zope.interface-4.0.5.zip (173kB): 173kB downloaded
  Running setup.py egg_info for package zope.interface
    warning: no previously-included files matching '*.dll' found anywhere in distribution
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    warning: no previously-included files matching '*.pyo' found anywhere in distribution
    warning: no previously-included files matching '*.so' found anywhere in distribution
Downloading/unpacking Pyrex (from -r requirements.txt (line 15))
  Downloading Pyrex-0.9.8.6.zip (286kB): 286kB downloaded
  Running setup.py egg_info for package Pyrex
Installing collected packages: PyYAML, Twisted, argparse, docutils, ipaddr, pyOpenSSL, pygeoip, transaction, txtorcon, txsocksx, zope.component, zope.event, zope.interface, Pyrex, Parsley, scapy, dnspython
  Running setup.py install for PyYAML
    checking if libyaml is compilable
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c build/temp.linux-x86_64-2.6/check_libyaml.c -o build/temp.linux-x86_64-2.6/check_libyaml.o
    checking if libyaml is linkable
    gcc -pthread build/temp.linux-x86_64-2.6/check_libyaml.o -lyaml -o build/temp.linux-x86_64-2.6/check_libyaml
    building '_yaml' extension
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c ext/_yaml.c -o build/temp.linux-x86_64-2.6/ext/_yaml.o
    In file included from ext/_yaml.c:223:0:
    ext/_yaml.h:6:0: warning: "PyUnicode_FromString" redefined [enabled by default]
    /usr/include/python2.6/unicodeobject.h:281:0: note: this is the location of the previous definition
    ext/_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.6/unicodeobject.h:752: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.6/unicodeobject.h:752: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.6/unicodeobject.h:752: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.6/unicodeobject.h:752: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.6/unicodeobject.h:752: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.6/unicodeobject.h:752: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.6/unicodeobject.h:752: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.6/unicodeobject.h:752: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.6/unicodeobject.h:752: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.6/unicodeobject.h:752: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.6/unicodeobject.h:752: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.6/unicodeobject.h:752: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.6/unicodeobject.h:752: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.6/unicodeobject.h:752: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.6/unicodeobject.h:752: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.6/unicodeobject.h:752: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.6/unicodeobject.h:752: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.6/unicodeobject.h:752: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.6/unicodeobject.h:752: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.6/unicodeobject.h:752: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.6/unicodeobject.h:752: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.6/unicodeobject.h:752: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.6/unicodeobject.h:752: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.6/unicodeobject.h:752: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.6/unicodeobject.h:752: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 *’
    gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/ext/_yaml.o -lyaml -o build/lib.linux-x86_64-2.6/_yaml.so
  Running setup.py install for Twisted
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c conftest.c -o conftest.o
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c conftest.c -o conftest.o
    building 'twisted.runner.portmap' extension
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c twisted/runner/portmap.c -o build/temp.linux-x86_64-2.6/twisted/runner/portmap.o
    gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/twisted/runner/portmap.o -o build/lib.linux-x86_64-2.6/twisted/runner/portmap.so
    building 'twisted.test.raiser' extension
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c twisted/test/raiser.c -o build/temp.linux-x86_64-2.6/twisted/test/raiser.o
    gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/twisted/test/raiser.o -o build/lib.linux-x86_64-2.6/twisted/test/raiser.so
    building 'twisted.python.sendmsg' extension
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c twisted/python/sendmsg.c -o build/temp.linux-x86_64-2.6/twisted/python/sendmsg.o
    gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/twisted/python/sendmsg.o -o build/lib.linux-x86_64-2.6/twisted/python/sendmsg.so
    building 'twisted.python._initgroups' extension
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c twisted/python/_initgroups.c -o build/temp.linux-x86_64-2.6/twisted/python/_initgroups.o
    gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/twisted/python/_initgroups.o -o build/lib.linux-x86_64-2.6/twisted/python/_initgroups.so
    changing mode of build/scripts-2.6/twistd from 664 to 775
    changing mode of build/scripts-2.6/trial from 664 to 775
    changing mode of build/scripts-2.6/tapconvert from 664 to 775
    changing mode of build/scripts-2.6/pyhtmlizer from 664 to 775
    changing mode of build/scripts-2.6/tap2deb from 664 to 775
    changing mode of build/scripts-2.6/manhole from 664 to 775
    changing mode of build/scripts-2.6/tap2rpm from 664 to 775
    changing mode of build/scripts-2.6/conch from 664 to 775
    changing mode of build/scripts-2.6/cftp from 664 to 775
    changing mode of build/scripts-2.6/ckeygen from 664 to 775
    changing mode of build/scripts-2.6/tkconch from 664 to 775
    changing mode of build/scripts-2.6/lore from 664 to 775
    changing mode of build/scripts-2.6/mailmail from 664 to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/twistd to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/trial to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/conch to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/cftp to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/tapconvert to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/lore to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/mailmail to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/ckeygen to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/pyhtmlizer to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/tap2deb to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/manhole to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/tap2rpm to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/tkconch to 775
  Running setup.py install for argparse
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    warning: no previously-included files matching '*.pyo' found anywhere in distribution
    warning: no previously-included files matching '*.orig' found anywhere in distribution
    warning: no previously-included files matching '*.rej' found anywhere in distribution
    no previously-included directories found matching 'doc/_build'
    no previously-included directories found matching 'env24'
    no previously-included directories found matching 'env25'
    no previously-included directories found matching 'env26'
    no previously-included directories found matching 'env27'
  Running setup.py install for docutils
    changing mode of build/scripts-2.6/rst2html.py from 664 to 775
    changing mode of build/scripts-2.6/rst2s5.py from 664 to 775
    changing mode of build/scripts-2.6/rst2latex.py from 664 to 775
    changing mode of build/scripts-2.6/rst2xetex.py from 664 to 775
    changing mode of build/scripts-2.6/rst2man.py from 664 to 775
    changing mode of build/scripts-2.6/rst2xml.py from 664 to 775
    changing mode of build/scripts-2.6/rst2pseudoxml.py from 664 to 775
    changing mode of build/scripts-2.6/rstpep2html.py from 664 to 775
    changing mode of build/scripts-2.6/rst2odt.py from 664 to 775
    changing mode of build/scripts-2.6/rst2odt_prepstyles.py from 664 to 775
    warning: 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 '*'
    changing mode of /home/travis/virtualenv/python2.6/bin/rst2latex.py to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/rst2html.py to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/rst2pseudoxml.py to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/rst2xetex.py to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/rst2xml.py to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/rst2odt_prepstyles.py to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/rst2odt.py to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/rst2s5.py to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/rst2man.py to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/rstpep2html.py to 775
  Running setup.py install for ipaddr
  Running setup.py install for pyOpenSSL
    building 'OpenSSL.crypto' extension
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c OpenSSL/crypto/crypto.c -o build/temp.linux-x86_64-2.6/OpenSSL/crypto/crypto.o
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c OpenSSL/crypto/x509.c -o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509.o
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c OpenSSL/crypto/x509name.c -o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509name.o
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c OpenSSL/crypto/pkey.c -o build/temp.linux-x86_64-2.6/OpenSSL/crypto/pkey.o
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c OpenSSL/crypto/x509store.c -o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509store.o
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c OpenSSL/crypto/x509req.c -o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509req.o
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c OpenSSL/crypto/x509ext.c -o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509ext.o
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c OpenSSL/crypto/pkcs7.c -o build/temp.linux-x86_64-2.6/OpenSSL/crypto/pkcs7.o
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c OpenSSL/crypto/pkcs12.c -o build/temp.linux-x86_64-2.6/OpenSSL/crypto/pkcs12.o
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c OpenSSL/crypto/netscape_spki.c -o build/temp.linux-x86_64-2.6/OpenSSL/crypto/netscape_spki.o
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c OpenSSL/crypto/revoked.c -o build/temp.linux-x86_64-2.6/OpenSSL/crypto/revoked.o
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c OpenSSL/crypto/crl.c -o build/temp.linux-x86_64-2.6/OpenSSL/crypto/crl.o
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c OpenSSL/util.c -o build/temp.linux-x86_64-2.6/OpenSSL/util.o
    gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/OpenSSL/crypto/crypto.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509name.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/pkey.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509store.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509req.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509ext.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/pkcs7.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/pkcs12.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/netscape_spki.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/revoked.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/crl.o build/temp.linux-x86_64-2.6/OpenSSL/util.o -lssl -lcrypto -o build/lib.linux-x86_64-2.6/OpenSSL/crypto.so
    building 'OpenSSL.rand' extension
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c OpenSSL/rand/rand.c -o build/temp.linux-x86_64-2.6/OpenSSL/rand/rand.o
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c OpenSSL/util.c -o build/temp.linux-x86_64-2.6/OpenSSL/util.o
    gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/OpenSSL/rand/rand.o build/temp.linux-x86_64-2.6/OpenSSL/util.o -lssl -lcrypto -o build/lib.linux-x86_64-2.6/OpenSSL/rand.so
    building 'OpenSSL.SSL' extension
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c OpenSSL/ssl/connection.c -o build/temp.linux-x86_64-2.6/OpenSSL/ssl/connection.o
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c OpenSSL/ssl/context.c -o build/temp.linux-x86_64-2.6/OpenSSL/ssl/context.o
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c OpenSSL/ssl/ssl.c -o build/temp.linux-x86_64-2.6/OpenSSL/ssl/ssl.o
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c OpenSSL/util.c -o build/temp.linux-x86_64-2.6/OpenSSL/util.o
    gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/OpenSSL/ssl/connection.o build/temp.linux-x86_64-2.6/OpenSSL/ssl/context.o build/temp.linux-x86_64-2.6/OpenSSL/ssl/ssl.o build/temp.linux-x86_64-2.6/OpenSSL/util.o -lssl -lcrypto -o build/lib.linux-x86_64-2.6/OpenSSL/SSL.so
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
  Running setup.py install for pygeoip
  Running setup.py install for transaction
    warning: no previously-included files matching '*.dll' found anywhere in distribution
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    warning: no previously-included files matching '*.pyo' found anywhere in distribution
    warning: no previously-included files matching '*.so' found anywhere in distribution
  Running setup.py install for txtorcon
    warning: no files found matching 'docs/avatar.png'
  Running setup.py install for txsocksx
  Running setup.py install for zope.component
    warning: no previously-included files matching '*.dll' found anywhere in distribution
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    warning: no previously-included files matching '*.pyo' found anywhere in distribution
    warning: no previously-included files matching '*.so' found anywhere in distribution
    Skipping installation of /home/travis/virtualenv/python2.6/lib/python2.6/site-packages/zope/__init__.py (namespace package)
    Installing /home/travis/virtualenv/python2.6/lib/python2.6/site-packages/zope.component-4.1.0-py2.6-nspkg.pth
  Running setup.py install for zope.event
    Skipping installation of /home/travis/virtualenv/python2.6/lib/python2.6/site-packages/zope/__init__.py (namespace package)
    Installing /home/travis/virtualenv/python2.6/lib/python2.6/site-packages/zope.event-4.0.2-py2.6-nspkg.pth
  Running setup.py install for zope.interface
    warning: no previously-included files matching '*.dll' found anywhere in distribution
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    warning: no previously-included files matching '*.pyo' found anywhere in distribution
    warning: no previously-included files matching '*.so' found anywhere in distribution
    building 'zope.interface._zope_interface_coptimizations' extension
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c src/zope/interface/_zope_interface_coptimizations.c -o build/temp.linux-x86_64-2.6/src/zope/interface/_zope_interface_coptimizations.o
    gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/src/zope/interface/_zope_interface_coptimizations.o -o build/lib.linux-x86_64-2.6/zope/interface/_zope_interface_coptimizations.so
    Skipping installation of /home/travis/virtualenv/python2.6/lib/python2.6/site-packages/zope/__init__.py (namespace package)
    Installing /home/travis/virtualenv/python2.6/lib/python2.6/site-packages/zope.interface-4.0.5-py2.6-nspkg.pth
  Running setup.py install for Pyrex
    changing mode of build/scripts-2.6/pyrexc from 664 to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/pyrexc to 775
  Running setup.py install for Parsley
  Running setup.py install for scapy
    changing mode of build/scripts-2.6/scapy from 664 to 775
    changing mode of build/scripts-2.6/UTscapy from 664 to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/scapy to 775
    changing mode of /home/travis/virtualenv/python2.6/bin/UTscapy to 775
  Running setup.py install for dnspython
Successfully installed PyYAML Twisted argparse docutils ipaddr pyOpenSSL pygeoip transaction txtorcon txsocksx zope.component zope.event zope.interface Pyrex Parsley scapy dnspython
Cleaning up...
wget http://s3.amazonaws.com/data.whatheaders.com/whatheaders-latest.xml.zip
--2013-03-11 19:34:52--  http://s3.amazonaws.com/data.whatheaders.com/whatheaders-latest.xml.zip
Resolving s3.amazonaws.com (s3.amazonaws.com)... 207.171.187.117
Connecting to s3.amazonaws.com (s3.amazonaws.com)|207.171.187.117|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 60805 (59K) [application/zip]
Saving to: `whatheaders-latest.xml.zip'

100%[======================================>] 60,805       367K/s   in 0.2s    

2013-03-11 19:34:53 (367 KB/s) - `whatheaders-latest.xml.zip' saved [60805/60805]

unzip whatheaders-latest.xml.zip
Archive:  whatheaders-latest.xml.zip
  inflating: whatheaders-2011-05-22.xml  
mv whatheaders*.xml whatheaders.xml
rm whatheaders-latest.xml.zip
git clone https://github.com/hellais/ooni-inputs.git ooni-inputs
Cloning into 'ooni-inputs'...
remote: Counting objects: 45, done.
remote: Compressing objects: 100% (36/36), done.
remote: Total 45 (delta 6), reused 43 (delta 4)
Unpacking objects: 100% (45/45), done.
$ bin/ooniprobe nettest/blocking/tcpconnect.py -f inputs/ooni-inputs/processed/alexa-top-1k.txt
Traceback (most recent call last):
  File "bin/ooniprobe", line 11, in <module>
    from ooni.utils.hacks import patched_reduce_ex
  File "/home/travis/build/isislovecruft/ooni-probe/ooni/__init__.py", line 3, in <module>
    from . import config
  File "/home/travis/build/isislovecruft/ooni-probe/ooni/config.py", line 108, in <module>
    basic, privacy, advanced, tor = loadConfigFile()
  File "/home/travis/build/isislovecruft/ooni-probe/ooni/config.py", line 59, in loadConfigFile
    raise Exception("Unable to open config file. "\
Exception: Unable to open config file. Copy ooniprobe.conf.sample to ooniprobe.conf

The command "bin/ooniprobe nettest/blocking/tcpconnect.py -f inputs/ooni-inputs/processed/alexa-top-1k.txt" exited with 1.

Done. Your build exited with 1.
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#8450