[Twisted-Python] How to set up Twisted buildbot VM?

Craig Rodrigues rodrigc at crodrigues.org
Thu Jun 22 02:44:29 MDT 2017


Hi,

I tried to set up a VM to test changes to Twisted's buildbot.

I did this:


git clone https://github.com/twisted-infra/braid
cd braid
vagrant up
fab config.vagrant
fab config.vagrant base.bootstrap
fab config.vagrant buildbot.install


I got some errors at this point (see attached log).

Any ideas how to get this working?

Thanks.

--
Craig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20170622/a83c7caf/attachment-0001.html>
-------------- next part --------------
Script started on Thu Jun 22 01:32:34 2017
command: fab config.vagrant buildbot.install
[172.16.255.140] Executing task 'buildbot.install'
[172.16.255.140] Passphrase for private key: 
[172.16.255.140] run: id -u
[172.16.255.140] out: 0
[172.16.255.140] out: 

[172.16.255.140] run: /usr/sbin/useradd --base-dir /srv --group service --user-group --create-home --system --shell /bin/bash bb-master
[172.16.255.140] run: /usr/bin/env python2 -m virtualenv --clear -p python ~/virtualenv 
[172.16.255.140] out: Running virtualenv with interpreter /usr/bin/python
[172.16.255.140] out: Not deleting /srv/bb-master/virtualenv/bin
[172.16.255.140] out: New python executable in /srv/bb-master/virtualenv/bin/python
[172.16.255.140] out: Installing distribute.............................................................................................................................................................................................done.
[172.16.255.140] out: Installing pip...............done.
[172.16.255.140] out: 

[172.16.255.140] run: ~/virtualenv/bin/pip install pip
[172.16.255.140] out: Requirement already satisfied (use --upgrade to upgrade): pip in ./virtualenv/lib/python2.7/site-packages/pip-1.1-py2.7.egg
[172.16.255.140] out: Cleaning up...
[172.16.255.140] out: 

[172.16.255.140] run: ~/virtualenv/bin/pip install requests[security]
[172.16.255.140] out: Downloading/unpacking requests[security]
[172.16.255.140] out:   Running setup.py egg_info for package requests
[172.16.255.140] out:     
[172.16.255.140] out:     warning: no files found matching 'NOTICE'
[172.16.255.140] out:   Installing extra requirements: 'security'
[172.16.255.140] out: Downloading/unpacking chardet>=3.0.2,<3.1.0 (from requests[security])
[172.16.255.140] out:   Running setup.py egg_info for package chardet
[172.16.255.140] out:     
[172.16.255.140] out:     warning: no files found matching 'requirements.txt'
[172.16.255.140] out: Downloading/unpacking idna>=2.5,<2.6 (from requests[security])
[172.16.255.140] out:   Running setup.py egg_info for package idna
[172.16.255.140] out:     
[172.16.255.140] out:     warning: no previously-included files matching '*.pyc' found under directory 'tools'
[172.16.255.140] out:     warning: no previously-included files matching '*.pyc' found under directory 'tests'
[172.16.255.140] out: Downloading/unpacking urllib3>=1.21.1,<1.22 (from requests[security])
[172.16.255.140] out:   Running setup.py egg_info for package urllib3
[172.16.255.140] out:     
[172.16.255.140] out:     warning: no previously-included files matching '*' found under directory 'docs/_build'
[172.16.255.140] out: Downloading/unpacking certifi>=2017.4.17 (from requests[security])
[172.16.255.140] out:   Running setup.py egg_info for package certifi
[172.16.255.140] out:     
[172.16.255.140] out: Downloading/unpacking pyOpenSSL>=0.14 (from requests[security])
[172.16.255.140] out:   Running setup.py egg_info for package pyOpenSSL
[172.16.255.140] out:     
[172.16.255.140] out:     warning: no previously-included files found matching 'leakcheck'
[172.16.255.140] out:     warning: no previously-included files matching '*.py' found under directory 'leakcheck'
[172.16.255.140] out:     warning: no previously-included files matching '*.pem' found under directory 'leakcheck'
[172.16.255.140] out:     warning: no previously-included files matching '*.cert' found under directory 'examples/simple'
[172.16.255.140] out:     warning: no previously-included files matching '*.pkey' found under directory 'examples/simple'
[172.16.255.140] out:     no previously-included directories found matching 'doc/_build'
[172.16.255.140] out:     no previously-included directories found matching '.travis'
[172.16.255.140] out:     no previously-included directories found matching '.mention-bot'
[172.16.255.140] out: Downloading/unpacking cryptography>=1.3.4 (from requests[security])
[172.16.255.140] out:   Running setup.py egg_info for package cryptography
[172.16.255.140] out:     
[172.16.255.140] out:     no previously-included directories found matching 'docs/_build'
[172.16.255.140] out:     warning: no previously-included files matching '*' found under directory 'vectors'
[172.16.255.140] out: Downloading/unpacking six>=1.5.2 (from pyOpenSSL>=0.14->requests[security])
[172.16.255.140] out:   Downloading six-1.10.0.tar.gz
[172.16.255.140] out:   Running setup.py egg_info for package six
[172.16.255.140] out:     
[172.16.255.140] out:     no previously-included directories found matching 'documentation/_build'
[172.16.255.140] out: Downloading/unpacking asn1crypto>=0.21.0 (from cryptography>=1.3.4->requests[security])
[172.16.255.140] out:   Running setup.py egg_info for package asn1crypto
[172.16.255.140] out:     
[172.16.255.140] out: Downloading/unpacking enum34 (from cryptography>=1.3.4->requests[security])
[172.16.255.140] out:   Running setup.py egg_info for package enum34
[172.16.255.140] out:     
[172.16.255.140] out: Downloading/unpacking ipaddress (from cryptography>=1.3.4->requests[security])
[172.16.255.140] out:   Downloading ipaddress-1.0.18.tar.gz
[172.16.255.140] out:   Running setup.py egg_info for package ipaddress
[172.16.255.140] out:     
[172.16.255.140] out: Downloading/unpacking cffi>=1.7 (from cryptography>=1.3.4->requests[security])
[172.16.255.140] out:   Running setup.py egg_info for package cffi
[172.16.255.140] out:     
[172.16.255.140] out: Downloading/unpacking pycparser (from cffi>=1.7->cryptography>=1.3.4->requests[security])
[172.16.255.140] out:   Running setup.py egg_info for package pycparser
[172.16.255.140] out:     
[172.16.255.140] out:     warning: no previously-included files matching 'yacctab.*' found under directory 'tests'
[172.16.255.140] out:     warning: no previously-included files matching 'lextab.*' found under directory 'tests'
[172.16.255.140] out:     warning: no previously-included files matching 'yacctab.*' found under directory 'examples'
[172.16.255.140] out:     warning: no previously-included files matching 'lextab.*' found under directory 'examples'
[172.16.255.140] out: Installing collected packages: requests, chardet, idna, urllib3, certifi, pyOpenSSL, cryptography, six, asn1crypto, enum34, ipaddress, cffi, pycparser
[172.16.255.140] out:   Running setup.py install for requests
[172.16.255.140] out:     
[172.16.255.140] out:     warning: no files found matching 'NOTICE'
[172.16.255.140] out:   Running setup.py install for chardet
[172.16.255.140] out:     
[172.16.255.140] out:     warning: no files found matching 'requirements.txt'
[172.16.255.140] out:     Installing chardetect script to /srv/bb-master/virtualenv/bin
[172.16.255.140] out:   Running setup.py install for idna
[172.16.255.140] out:     
[172.16.255.140] out:     warning: no previously-included files matching '*.pyc' found under directory 'tools'
[172.16.255.140] out:     warning: no previously-included files matching '*.pyc' found under directory 'tests'
[172.16.255.140] out:   Running setup.py install for urllib3
[172.16.255.140] out:     
[172.16.255.140] out:     warning: no previously-included files matching '*' found under directory 'docs/_build'
[172.16.255.140] out:   Running setup.py install for certifi
[172.16.255.140] out:     
[172.16.255.140] out:   Running setup.py install for pyOpenSSL
[172.16.255.140] out:     
[172.16.255.140] out:     warning: no previously-included files found matching 'leakcheck'
[172.16.255.140] out:     warning: no previously-included files matching '*.py' found under directory 'leakcheck'
[172.16.255.140] out:     warning: no previously-included files matching '*.pem' found under directory 'leakcheck'
[172.16.255.140] out:     warning: no previously-included files matching '*.cert' found under directory 'examples/simple'
[172.16.255.140] out:     warning: no previously-included files matching '*.pkey' found under directory 'examples/simple'
[172.16.255.140] out:     no previously-included directories found matching 'doc/_build'
[172.16.255.140] out:     no previously-included directories found matching '.travis'
[172.16.255.140] out:     no previously-included directories found matching '.mention-bot'
[172.16.255.140] out:   Running setup.py install for cryptography
[172.16.255.140] out:     
[172.16.255.140] out:     Installed /srv/bb-master/virtualenv/build/cryptography/cffi-1.10.0-py2.7-linux-x86_64.egg
[172.16.255.140] out:     Searching for pycparser
[172.16.255.140] out:     Reading http://pypi.python.org/simple/pycparser/
[172.16.255.140] out:     Best match: pycparser 2.17
[172.16.255.140] out:     Downloading https://pypi.python.org/packages/be/64/1bb257ffb17d01f4a38d7ce686809a736837ad4371bcc5c42ba7a715c3ac/pycparser-2.17.tar.gz#md5=ca98dcb50bc1276f230118f6af5a40c7
[172.16.255.140] out:     Processing pycparser-2.17.tar.gz
[172.16.255.140] out:     Running pycparser-2.17/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ud1DEo/pycparser-2.17/egg-dist-tmp-F_tvTj
[172.16.255.140] out:     warning: no previously-included files matching 'yacctab.*' found under directory 'tests'
[172.16.255.140] out:     warning: no previously-included files matching 'lextab.*' found under directory 'tests'
[172.16.255.140] out:     warning: no previously-included files matching 'yacctab.*' found under directory 'examples'
[172.16.255.140] out:     warning: no previously-included files matching 'lextab.*' found under directory 'examples'
[172.16.255.140] out:     zip_safe flag not set; analyzing archive contents...
[172.16.255.140] out:     pycparser.ply.ygen: module references __file__
[172.16.255.140] out:     pycparser.ply.lex: module references __file__
[172.16.255.140] out:     pycparser.ply.lex: module MAY be using inspect.getsourcefile
[172.16.255.140] out:     pycparser.ply.yacc: module references __file__
[172.16.255.140] out:     pycparser.ply.yacc: module MAY be using inspect.getsourcefile
[172.16.255.140] out:     pycparser.ply.yacc: module MAY be using inspect.stack
[172.16.255.140] out:     
[172.16.255.140] out:     Installed /srv/bb-master/virtualenv/build/cryptography/pycparser-2.17-py2.7.egg
[172.16.255.140] out:     
[172.16.255.140] out:     no previously-included directories found matching 'docs/_build'
[172.16.255.140] out:     warning: no previously-included files matching '*' found under directory 'vectors'
[172.16.255.140] out:     generating cffi module 'build/temp.linux-x86_64-2.7/_padding.c'
[172.16.255.140] out:     generating cffi module 'build/temp.linux-x86_64-2.7/_constant_time.c'
[172.16.255.140] out:     generating cffi module 'build/temp.linux-x86_64-2.7/_openssl.c'
[172.16.255.140] out:     building '_openssl' extension
[172.16.255.140] out:     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/_openssl.c -o build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_openssl.o
[172.16.255.140] out:     gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_openssl.o -lssl -lcrypto -o build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/_openssl.so
[172.16.255.140] out:     building '_constant_time' extension
[172.16.255.140] out:     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/_constant_time.c -o build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_constant_time.o
[172.16.255.140] out:     gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_constant_time.o -o build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/_constant_time.so
[172.16.255.140] out:     building '_padding' extension
[172.16.255.140] out:     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/_padding.c -o build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_padding.o
[172.16.255.140] out:     gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_padding.o -o build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/_padding.so
[172.16.255.140] out:   Running setup.py install for six
[172.16.255.140] out:     
[172.16.255.140] out:     no previously-included directories found matching 'documentation/_build'
[172.16.255.140] out:   Running setup.py install for asn1crypto
[172.16.255.140] out:     
[172.16.255.140] out:   Running setup.py install for enum34
[172.16.255.140] out:     
[172.16.255.140] out:   Running setup.py install for ipaddress
[172.16.255.140] out:     
[172.16.255.140] out:   Running setup.py install for cffi
[172.16.255.140] out:     building '_cffi_backend' extension
[172.16.255.140] out:     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/usr/include/ffi -I/usr/include/libffi -I/usr/include/python2.7 -c c/_cffi_backend.c -o build/temp.linux-x86_64-2.7/c/_cffi_backend.o
[172.16.255.140] out:     gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/c/_cffi_backend.o -lffi -o build/lib.linux-x86_64-2.7/_cffi_backend.so
[172.16.255.140] out:     
[172.16.255.140] out:   Running setup.py install for pycparser
[172.16.255.140] out:     
[172.16.255.140] out:     warning: no previously-included files matching 'yacctab.*' found under directory 'tests'
[172.16.255.140] out:     warning: no previously-included files matching 'lextab.*' found under directory 'tests'
[172.16.255.140] out:     warning: no previously-included files matching 'yacctab.*' found under directory 'examples'
[172.16.255.140] out:     warning: no previously-included files matching 'lextab.*' found under directory 'examples'
[172.16.255.140] out:     Build the lexing/parsing tables
[172.16.255.140] out: Successfully installed requests chardet idna urllib3 certifi pyOpenSSL cryptography six asn1crypto enum34 ipaddress cffi pycparser
[172.16.255.140] out: Cleaning up...
[172.16.255.140] out: 

[172.16.255.140] run: ~/virtualenv/bin/pip install setuptools wheel
[172.16.255.140] out: Requirement already satisfied (use --upgrade to upgrade): distribute in ./virtualenv/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg
[172.16.255.140] out: Downloading/unpacking wheel
[172.16.255.140] out:   Running setup.py egg_info for package wheel
[172.16.255.140] out:     
[172.16.255.140] out:     no previously-included directories found matching 'wheel/test/*/dist'
[172.16.255.140] out:     no previously-included directories found matching 'wheel/test/*/build'
[172.16.255.140] out: Installing collected packages: wheel
[172.16.255.140] out:   Running setup.py install for wheel
[172.16.255.140] out:     
[172.16.255.140] out:     no previously-included directories found matching 'wheel/test/*/dist'
[172.16.255.140] out:     no previously-included directories found matching 'wheel/test/*/build'
[172.16.255.140] out:     Installing wheel script to /srv/bb-master/virtualenv/bin
[172.16.255.140] out: Successfully installed wheel
[172.16.255.140] out: Cleaning up...
[172.16.255.140] out: 

[172.16.255.140] run: /bin/mkdir -p ~/run ~/log ~/bin ~/config
[172.16.255.140] put: /Users/crodrigues/bb-test1/braid/braid/twisted/stop -> /srv/bb-master/bin/stop
[172.16.255.140] put: <file obj> -> README
[172.16.255.140] run: /usr/bin/sudo -n /usr/bin/whoami
[172.16.255.140] out: root
[172.16.255.140] out: 

[172.16.255.140] sudo: /bin/touch /etc/authbind/byport/80
[172.16.255.140] sudo: /bin/chown bb-master:bb-master /etc/authbind/byport/80
[172.16.255.140] sudo: /bin/chmod 0500 /etc/authbind/byport/80
[172.16.255.140] sudo: /bin/touch /etc/authbind/byport/443
[172.16.255.140] sudo: /bin/chown bb-master:bb-master /etc/authbind/byport/443
[172.16.255.140] sudo: /bin/chmod 0500 /etc/authbind/byport/443
[172.16.255.140] run: mkdir -p ~/config
[172.16.255.140] run: mkdir -p ~/data/certs
[172.16.255.140] run: touch ~/data/certs/buildbot.twistedmatrix.com.pem
[172.16.255.140] put: /Users/crodrigues/bb-test1/braid/services/buildbot/crontab -> /srv/bb-master/config/crontab
[172.16.255.140] put: /Users/crodrigues/bb-test1/braid/services/buildbot/start -> /srv/bb-master/config/start
[172.16.255.140] run: /usr/bin/git clone https://github.com/twisted-infra/buildbot ~/config/buildbot-source
[172.16.255.140] out: Cloning into '/srv/bb-master/config/buildbot-source'...
[172.16.255.140] out: remote: Counting objects: 61492, done.
[172.16.255.140] out: Receiving objects:   0% (1/61492)   
[172.16.255.140] out: Receiving objects:   1% (615/61492)   
[172.16.255.140] out: Receiving objects:   2% (1230/61492)   
[172.16.255.140] out: Receiving objects:   3% (1845/61492)   
[172.16.255.140] out: Receiving objects:   4% (2460/61492)   
[172.16.255.140] out: Receiving objects:   5% (3075/61492)   
[172.16.255.140] out: Receiving objects:   6% (3690/61492)   
[172.16.255.140] out: Receiving objects:   7% (4305/61492)   
[172.16.255.140] out: Receiving objects:   8% (4920/61492)   
[172.16.255.140] out: Receiving objects:   9% (5535/61492)   
[172.16.255.140] out: Receiving objects:  10% (6150/61492)   
[172.16.255.140] out: Receiving objects:  11% (6765/61492), 1.41 MiB | 2.81 MiB/s   
[172.16.255.140] out: Receiving objects:  12% (7380/61492), 1.41 MiB | 2.81 MiB/s   
[172.16.255.140] out: Receiving objects:  13% (7994/61492), 1.41 MiB | 2.81 MiB/s   
[172.16.255.140] out: Receiving objects:  14% (8609/61492), 1.41 MiB | 2.81 MiB/s   
[172.16.255.140] out: Receiving objects:  15% (9224/61492), 1.41 MiB | 2.81 MiB/s   
[172.16.255.140] out: Receiving objects:  16% (9839/61492), 1.41 MiB | 2.81 MiB/s   
[172.16.255.140] out: Receiving objects:  16% (9908/61492), 3.84 MiB | 3.81 MiB/s   
[172.16.255.140] out: Receiving objects:  17% (10454/61492), 6.94 MiB | 4.60 MiB/s   
[172.16.255.140] out: Receiving objects:  18% (11069/61492), 6.94 MiB | 4.60 MiB/s   
[172.16.255.140] out: Receiving objects:  19% (11684/61492), 6.94 MiB | 4.60 MiB/s   
[172.16.255.140] out: Receiving objects:  20% (12299/61492), 6.94 MiB | 4.60 MiB/s   
[172.16.255.140] out: Receiving objects:  21% (12914/61492), 6.94 MiB | 4.60 MiB/s   
[172.16.255.140] out: Receiving objects:  21% (13160/61492), 6.94 MiB | 4.60 MiB/s   
[172.16.255.140] out: Receiving objects:  22% (13529/61492), 9.72 MiB | 4.84 MiB/s   
[172.16.255.140] out: Receiving objects:  23% (14144/61492), 9.72 MiB | 4.84 MiB/s   
[172.16.255.140] out: Receiving objects:  24% (14759/61492), 9.72 MiB | 4.84 MiB/s   
[172.16.255.140] out: Receiving objects:  25% (15373/61492), 9.72 MiB | 4.84 MiB/s   
[172.16.255.140] out: Receiving objects:  26% (15988/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  27% (16603/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  28% (17218/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  29% (17833/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  30% (18448/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  31% (19063/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  32% (19678/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  33% (20293/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  34% (20908/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  35% (21523/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  36% (22138/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  37% (22753/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  38% (23367/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  39% (23982/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  40% (24597/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  41% (25212/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  42% (25827/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  43% (26442/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  44% (27057/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  45% (27672/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  46% (28287/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  47% (28902/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  48% (29517/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  49% (30132/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  50% (30746/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  51% (31361/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  52% (31976/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  53% (32591/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  54% (33206/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  55% (33821/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  56% (34436/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  57% (35051/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  57% (35412/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  58% (35666/61492), 13.03 MiB | 5.19 MiB/s   
[172.16.255.140] out: Receiving objects:  59% (36281/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  60% (36896/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  61% (37511/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  62% (38126/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  63% (38740/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  64% (39355/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  65% (39970/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  66% (40585/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  67% (41200/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  68% (41815/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  69% (42430/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  70% (43045/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  71% (43660/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  72% (44275/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  73% (44890/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  74% (45505/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  75% (46119/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  76% (46734/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  77% (47349/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  78% (47964/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  79% (48579/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  80% (49194/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  81% (49809/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  82% (50424/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  83% (51039/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  84% (51654/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  85% (52269/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  86% (52884/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  87% (53499/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  88% (54113/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  89% (54728/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  90% (55343/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  91% (55958/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  92% (56573/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  93% (57188/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  94% (57803/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  95% (58418/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  96% (59033/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  97% (59648/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  98% (60263/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  99% (60878/61492), 15.95 MiB | 5.30 MiB/s   
[172.16.255.140] out: Receiving objects:  99% (61287/61492), 23.49 MiB | 5.85 MiB/s   
[172.16.255.140] out: remote: Total 61492 (delta 0), reused 0 (delta 0), pack-reused 61492
[172.16.255.140] out: Receiving objects: 100% (61492/61492), 23.49 MiB | 5.85 MiB/s   
[172.16.255.140] out: Receiving objects: 100% (61492/61492), 23.85 MiB | 5.85 MiB/s, done.
[172.16.255.140] out: Resolving deltas:   0% (0/49857)   
[172.16.255.140] out: Resolving deltas:   1% (602/49857)   
[172.16.255.140] out: Resolving deltas:   2% (1003/49857)   
[172.16.255.140] out: Resolving deltas:   3% (1511/49857)   
[172.16.255.140] out: Resolving deltas:   4% (2005/49857)   
[172.16.255.140] out: Resolving deltas:   5% (2621/49857)   
[172.16.255.140] out: Resolving deltas:   6% (3013/49857)   
[172.16.255.140] out: Resolving deltas:   7% (3500/49857)   
[172.16.255.140] out: Resolving deltas:   8% (4004/49857)   
[172.16.255.140] out: Resolving deltas:   9% (4500/49857)   
[172.16.255.140] out: Resolving deltas:  10% (4991/49857)   
[172.16.255.140] out: Resolving deltas:  11% (5497/49857)   
[172.16.255.140] out: Resolving deltas:  12% (6005/49857)   
[172.16.255.140] out: Resolving deltas:  13% (6489/49857)   
[172.16.255.140] out: Resolving deltas:  14% (6989/49857)   
[172.16.255.140] out: Resolving deltas:  15% (7607/49857)   
[172.16.255.140] out: Resolving deltas:  16% (8027/49857)   
[172.16.255.140] out: Resolving deltas:  17% (8623/49857)   
[172.16.255.140] out: Resolving deltas:  18% (8977/49857)   
[172.16.255.140] out: Resolving deltas:  19% (9573/49857)   
[172.16.255.140] out: Resolving deltas:  20% (10041/49857)   
[172.16.255.140] out: Resolving deltas:  21% (10471/49857)   
[172.16.255.140] out: Resolving deltas:  22% (10969/49857)   
[172.16.255.140] out: Resolving deltas:  23% (11509/49857)   
[172.16.255.140] out: Resolving deltas:  24% (12084/49857)   
[172.16.255.140] out: Resolving deltas:  25% (12487/49857)   
[172.16.255.140] out: Resolving deltas:  26% (12983/49857)   
[172.16.255.140] out: Resolving deltas:  27% (13546/49857)   
[172.16.255.140] out: Resolving deltas:  28% (14124/49857)   
[172.16.255.140] out: Resolving deltas:  29% (14528/49857)   
[172.16.255.140] out: Resolving deltas:  30% (14969/49857)   
[172.16.255.140] out: Resolving deltas:  31% (15509/49857)   
[172.16.255.140] out: Resolving deltas:  32% (15960/49857)   
[172.16.255.140] out: Resolving deltas:  35% (17469/49857)   
[172.16.255.140] out: Resolving deltas:  36% (18011/49857)   
[172.16.255.140] out: Resolving deltas:  37% (18471/49857)   
[172.16.255.140] out: Resolving deltas:  38% (19001/49857)   
[172.16.255.140] out: Resolving deltas:  39% (19935/49857)   
[172.16.255.140] out: Resolving deltas:  40% (19945/49857)   
[172.16.255.140] out: Resolving deltas:  41% (20447/49857)   
[172.16.255.140] out: Resolving deltas:  42% (20998/49857)   
[172.16.255.140] out: Resolving deltas:  43% (21445/49857)   
[172.16.255.140] out: Resolving deltas:  44% (22149/49857)   
[172.16.255.140] out: Resolving deltas:  45% (22614/49857)   
[172.16.255.140] out: Resolving deltas:  46% (23010/49857)   
[172.16.255.140] out: Resolving deltas:  47% (23450/49857)   
[172.16.255.140] out: Resolving deltas:  48% (23934/49857)   
[172.16.255.140] out: Resolving deltas:  49% (24655/49857)   
[172.16.255.140] out: Resolving deltas:  50% (24929/49857)   
[172.16.255.140] out: Resolving deltas:  51% (25440/49857)   
[172.16.255.140] out: Resolving deltas:  52% (25929/49857)   
[172.16.255.140] out: Resolving deltas:  53% (26427/49857)   
[172.16.255.140] out: Resolving deltas:  55% (27425/49857)   
[172.16.255.140] out: Resolving deltas:  56% (28164/49857)   
[172.16.255.140] out: Resolving deltas:  57% (28505/49857)   
[172.16.255.140] out: Resolving deltas:  58% (29117/49857)   
[172.16.255.140] out: Resolving deltas:  59% (29425/49857)   
[172.16.255.140] out: Resolving deltas:  60% (29933/49857)   
[172.16.255.140] out: Resolving deltas:  61% (30420/49857)   
[172.16.255.140] out: Resolving deltas:  62% (30960/49857)   
[172.16.255.140] out: Resolving deltas:  63% (31422/49857)   
[172.16.255.140] out: Resolving deltas:  64% (31935/49857)   
[172.16.255.140] out: Resolving deltas:  65% (32589/49857)   
[172.16.255.140] out: Resolving deltas:  66% (32919/49857)   
[172.16.255.140] out: Resolving deltas:  67% (33415/49857)   
[172.16.255.140] out: Resolving deltas:  68% (34256/49857)   
[172.16.255.140] out: Resolving deltas:  71% (35758/49857)   
[172.16.255.140] out: Resolving deltas:  72% (36324/49857)   
[172.16.255.140] out: Resolving deltas:  73% (36415/49857)   
[172.16.255.140] out: Resolving deltas:  74% (36895/49857)   
[172.16.255.140] out: Resolving deltas:  75% (37401/49857)   
[172.16.255.140] out: Resolving deltas:  76% (37944/49857)   
[172.16.255.140] out: Resolving deltas:  77% (38774/49857)   
[172.16.255.140] out: Resolving deltas:  79% (39662/49857)   
[172.16.255.140] out: Resolving deltas:  80% (39887/49857)   
[172.16.255.140] out: Resolving deltas:  81% (40440/49857)   
[172.16.255.140] out: Resolving deltas:  82% (41205/49857)   
[172.16.255.140] out: Resolving deltas:  83% (41562/49857)   
[172.16.255.140] out: Resolving deltas:  84% (41959/49857)   
[172.16.255.140] out: Resolving deltas:  85% (42410/49857)   
[172.16.255.140] out: Resolving deltas:  86% (43369/49857)   
[172.16.255.140] out: Resolving deltas:  87% (43392/49857)   
[172.16.255.140] out: Resolving deltas:  88% (43977/49857)   
[172.16.255.140] out: Resolving deltas:  89% (44404/49857)   
[172.16.255.140] out: Resolving deltas:  90% (45060/49857)   
[172.16.255.140] out: Resolving deltas:  91% (45372/49857)   
[172.16.255.140] out: Resolving deltas:  92% (46148/49857)   
[172.16.255.140] out: Resolving deltas:  93% (46370/49857)   
[172.16.255.140] out: Resolving deltas:  94% (46867/49857)   
[172.16.255.140] out: Resolving deltas:  95% (47395/49857)   
[172.16.255.140] out: Resolving deltas:  96% (48077/49857)   
[172.16.255.140] out: Resolving deltas:  97% (48489/49857)   
[172.16.255.140] out: Resolving deltas:  98% (49001/49857)   
[172.16.255.140] out: Resolving deltas:  99% (49434/49857)   
[172.16.255.140] out: Resolving deltas: 100% (49857/49857)   
[172.16.255.140] out: Resolving deltas: 100% (49857/49857), done.
[172.16.255.140] out: 

[172.16.255.140] run: ~/virtualenv/bin/pip install attrs==16.3.0 cffi==1.9.1 constantly==15.1.0 cryptography==1.7.1 enum34==1.1.6 h2==2.5.1 hpack==2.3.0 hyperframe==4.0.1 idna==2.1 incremental==16.10.1 ipaddress==1.0.17 priority==1.2.2 pyasn1==0.1.9 pyasn1-modules==0.0.8 pycparser==2.17 pyOpenSSL==16.2.0 service-identity==16.0.0 six==1.10.0 Twisted==17.1.0 txacme==0.9.1 zope.interface==4.3.2
[172.16.255.140] out: Downloading/unpacking attrs==16.3.0
[172.16.255.140] out:   Running setup.py egg_info for package attrs
[172.16.255.140] out:     
[172.16.255.140] out:     no previously-included directories found matching 'docs/_build'
[172.16.255.140] out: Downloading/unpacking cffi==1.9.1
[172.16.255.140] out:   Running setup.py egg_info for package cffi
[172.16.255.140] out:     
[172.16.255.140] out: Downloading/unpacking constantly==15.1.0
[172.16.255.140] out:   Downloading constantly-15.1.0.tar.gz
[172.16.255.140] out:   Running setup.py egg_info for package constantly
[172.16.255.140] out:     
[172.16.255.140] out: Downloading/unpacking cryptography==1.7.1
[172.16.255.140] out:   Running setup.py egg_info for package cryptography
[172.16.255.140] out:     
[172.16.255.140] out:     no previously-included directories found matching 'docs/_build'
[172.16.255.140] out:     warning: no previously-included files matching '*' found under directory 'vectors'
[172.16.255.140] out: Requirement already satisfied (use --upgrade to upgrade): enum34==1.1.6 in ./virtualenv/lib/python2.7/site-packages
[172.16.255.140] out: Downloading/unpacking h2==2.5.1
[172.16.255.140] out:   Running setup.py egg_info for package h2
[172.16.255.140] out:     
[172.16.255.140] out: Downloading/unpacking hpack==2.3.0
[172.16.255.140] out:   Running setup.py egg_info for package hpack
[172.16.255.140] out:     
[172.16.255.140] out: Downloading/unpacking hyperframe==4.0.1
[172.16.255.140] out:   Downloading hyperframe-4.0.1.tar.gz
[172.16.255.140] out:   Running setup.py egg_info for package hyperframe
[172.16.255.140] out:     
[172.16.255.140] out: Downloading/unpacking idna==2.1
[172.16.255.140] out:   Running setup.py egg_info for package idna
[172.16.255.140] out:     
[172.16.255.140] out:     warning: no previously-included files matching '*.pyc' found under directory 'tools'
[172.16.255.140] out:     warning: no previously-included files matching '*.pyc' found under directory 'tests'
[172.16.255.140] out: Downloading/unpacking incremental==16.10.1
[172.16.255.140] out:   Downloading incremental-16.10.1.tar.gz
[172.16.255.140] out:   Running setup.py egg_info for package incremental
[172.16.255.140] out:     
[172.16.255.140] out:     no previously-included directories found matching '.travis'
[172.16.255.140] out:     no previously-included directories found matching 'tests'
[172.16.255.140] out:     warning: no previously-included files found matching 'examplesetup.py'
[172.16.255.140] out:     no previously-included directories found matching 'src/exampleproj'
[172.16.255.140] out:     no previously-included directories found matching 'src/incremental/newsfragments'
[172.16.255.140] out: Downloading/unpacking ipaddress==1.0.17
[172.16.255.140] out:   Downloading ipaddress-1.0.17.tar.gz
[172.16.255.140] out:   Running setup.py egg_info for package ipaddress
[172.16.255.140] out:     
[172.16.255.140] out: Downloading/unpacking priority==1.2.2
[172.16.255.140] out:   Downloading priority-1.2.2.tar.gz
[172.16.255.140] out:   Running setup.py egg_info for package priority
[172.16.255.140] out:     
[172.16.255.140] out: Downloading/unpacking pyasn1==0.1.9
[172.16.255.140] out:   Running setup.py egg_info for package pyasn1
[172.16.255.140] out:     
[172.16.255.140] out: Downloading/unpacking pyasn1-modules==0.0.8
[172.16.255.140] out:   Downloading pyasn1-modules-0.0.8.tar.gz
[172.16.255.140] out:   Running setup.py egg_info for package pyasn1-modules
[172.16.255.140] out:     
[172.16.255.140] out: Requirement already satisfied (use --upgrade to upgrade): pycparser==2.17 in ./virtualenv/lib/python2.7/site-packages
[172.16.255.140] out: Downloading/unpacking pyOpenSSL==16.2.0
[172.16.255.140] out:   Running setup.py egg_info for package pyOpenSSL
[172.16.255.140] out:     
[172.16.255.140] out:     warning: no previously-included files found matching 'leakcheck'
[172.16.255.140] out:     warning: no previously-included files matching '*.py' found under directory 'leakcheck'
[172.16.255.140] out:     warning: no previously-included files matching '*.pem' found under directory 'leakcheck'
[172.16.255.140] out:     no previously-included directories found matching 'doc/_build'
[172.16.255.140] out:     no previously-included directories found matching '.travis'
[172.16.255.140] out:     no previously-included directories found matching '.mention-bot'
[172.16.255.140] out: Downloading/unpacking service-identity==16.0.0
[172.16.255.140] out:   Downloading service_identity-16.0.0.tar.gz
[172.16.255.140] out:   Running setup.py egg_info for package service-identity
[172.16.255.140] out:     
[172.16.255.140] out: Requirement already satisfied (use --upgrade to upgrade): six==1.10.0 in ./virtualenv/lib/python2.7/site-packages
[172.16.255.140] out: Downloading/unpacking Twisted==17.1.0
[172.16.255.140] out:   Running setup.py egg_info for package Twisted
[172.16.255.140] out:     no previously-included directories found matching '.travis'
[172.16.255.140] out:     no previously-included directories found matching 'tests'
[172.16.255.140] out:     warning: no previously-included files found matching 'examplesetup.py'
[172.16.255.140] out:     no previously-included directories found matching 'src/exampleproj'
[172.16.255.140] out:     no previously-included directories found matching 'src/incremental/newsfragments'
[172.16.255.140] out:     
[172.16.255.140] out:     Installed /srv/bb-master/virtualenv/build/Twisted/incremental-17.5.0-py2.7.egg
[172.16.255.140] out:     
[172.16.255.140] out:     warning: no previously-included files matching '*.misc' found under directory 'src/twisted'
[172.16.255.140] out:     warning: no previously-included files matching '*.bugfix' found under directory 'src/twisted'
[172.16.255.140] out:     warning: no previously-included files matching '*.doc' found under directory 'src/twisted'
[172.16.255.140] out:     warning: no previously-included files matching '*.feature' found under directory 'src/twisted'
[172.16.255.140] out:     warning: no previously-included files matching '*.removal' found under directory 'src/twisted'
[172.16.255.140] out:     warning: no previously-included files matching 'NEWS' found under directory 'src/twisted'
[172.16.255.140] out:     warning: no previously-included files matching 'README' found under directory 'src/twisted'
[172.16.255.140] out:     warning: no previously-included files matching 'topfiles' found under directory 'src/twisted'
[172.16.255.140] out:     warning: no previously-included files found matching 'src/twisted/topfiles/CREDITS'
[172.16.255.140] out:     warning: no previously-included files found matching 'src/twisted/topfiles/ChangeLog.Old'
[172.16.255.140] out:     warning: no previously-included files found matching 'codecov.yml'
[172.16.255.140] out:     warning: no previously-included files found matching 'appveyor.yml'
[172.16.255.140] out:     no previously-included directories found matching 'bin'
[172.16.255.140] out:     no previously-included directories found matching 'admin'
[172.16.255.140] out:     no previously-included directories found matching '.travis'
[172.16.255.140] out:     warning: no previously-included files found matching 'docs/historic/2003'
[172.16.255.140] out:     warning: no previously-included files matching '*' found under directory 'docs/historic/2003'
[172.16.255.140] out: Downloading/unpacking txacme==0.9.1
[172.16.255.140] out:   Running setup.py egg_info for package txacme
[172.16.255.140] out:     
[172.16.255.140] out:     package init file 'src/twisted/plugins/__init__.py' not found (or not a regular file)
[172.16.255.140] out:     no previously-included directories found matching 'src/txacme/newsfragments'
[172.16.255.140] out: Downloading/unpacking zope.interface==4.3.2
[172.16.255.140] out:   Running setup.py egg_info for package zope.interface
[172.16.255.140] out:     
[172.16.255.140] out:     warning: no previously-included files matching '*.dll' found anywhere in distribution
[172.16.255.140] out:     warning: no previously-included files matching '*.pyc' found anywhere in distribution
[172.16.255.140] out:     warning: no previously-included files matching '*.pyo' found anywhere in distribution
[172.16.255.140] out:     warning: no previously-included files matching '*.so' found anywhere in distribution
[172.16.255.140] out:     warning: no previously-included files matching 'coverage.xml' found anywhere in distribution
[172.16.255.140] out:     warning: no previously-included files matching 'appveyor.yml' found anywhere in distribution
[172.16.255.140] out:     no previously-included directories found matching 'docs/_build'
[172.16.255.140] out: Requirement already satisfied (use --upgrade to upgrade): distribute in ./virtualenv/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg (from cryptography==1.7.1)
[172.16.255.140] out: Downloading/unpacking Automat>=0.3.0 (from Twisted==17.1.0)
[172.16.255.140] out:   Downloading Automat-0.6.0.tar.gz
[172.16.255.140] out:   Running setup.py egg_info for package Automat
[172.16.255.140] out:     
[172.16.255.140] out:     
[172.16.255.140] out:     !!! m2r not found, long_description is bad, don't upload this to PyPI !!!
[172.16.255.140] out:     
[172.16.255.140] out:     
[172.16.255.140] out:     
[172.16.255.140] out:     Installed /srv/bb-master/virtualenv/build/Automat/m2r-0.1.6-py2.7.egg
[172.16.255.140] out:     Searching for setuptools-scm
[172.16.255.140] out:     Reading http://pypi.python.org/simple/setuptools-scm/
[172.16.255.140] out:     Best match: setuptools-scm 1.15.6
[172.16.255.140] out:     Downloading https://pypi.python.org/packages/f2/4d/f79818ef2f6c129e81cc2d7622fa195fa4511457f1fb8140129f568bcf7c/setuptools_scm-1.15.6-py2.7.egg#md5=7eaa86e817a5d3f68aa69d77b4430bf3
[172.16.255.140] out:     Processing setuptools_scm-1.15.6-py2.7.egg
[172.16.255.140] out:     Extracting setuptools_scm-1.15.6-py2.7.egg to /srv/bb-master/virtualenv/build/Automat
[172.16.255.140] out:     
[172.16.255.140] out:     Installed /srv/bb-master/virtualenv/build/Automat/setuptools_scm-1.15.6-py2.7.egg
[172.16.255.140] out:     Searching for docutils
[172.16.255.140] out:     Reading http://pypi.python.org/simple/docutils/
[172.16.255.140] out:     Best match: docutils 0.14rc1
[172.16.255.140] out:     Downloading https://pypi.python.org/packages/05/fd/d62c2944d9df894b07eaa7430decc4c80977e644922a85fbdec337d6af82/docutils-0.14rc1.tar.gz#md5=95a0994d9a4a74d895824482f7269f54
[172.16.255.140] out:     Processing docutils-0.14rc1.tar.gz
[172.16.255.140] out:     Running docutils-0.14rc1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-nMjnF9/docutils-0.14rc1/egg-dist-tmp-zSIld_
[172.16.255.140] out:     warning: no files found matching 'MANIFEST'
[172.16.255.140] out:     warning: no previously-included files matching '*.pyc' found under directory '*'
[172.16.255.140] out:     warning: no previously-included files matching '*~' found under directory '*'
[172.16.255.140] out:     warning: no previously-included files matching '.DS_Store' found under directory '*'
[172.16.255.140] out:     zip_safe flag not set; analyzing archive contents...
[172.16.255.140] out:     docutils.writers.docutils_xml: module references __path__
[172.16.255.140] out:     docutils.writers.odf_odt.__init__: module references __file__
[172.16.255.140] out:     docutils.writers.pep_html.__init__: module references __file__
[172.16.255.140] out:     docutils.writers.s5_html.__init__: module references __file__
[172.16.255.140] out:     docutils.writers.latex2e.__init__: module references __file__
[172.16.255.140] out:     docutils.writers.html4css1.__init__: module references __file__
[172.16.255.140] out:     docutils.writers.html5_polyglot.__init__: module references __file__
[172.16.255.140] out:     docutils.parsers.rst.directives.misc: module references __file__
[172.16.255.140] out:     
[172.16.255.140] out:     Installed /srv/bb-master/virtualenv/build/Automat/docutils-0.14rc1-py2.7.egg
[172.16.255.140] out:     Searching for mistune
[172.16.255.140] out:     Reading http://pypi.python.org/simple/mistune/
[172.16.255.140] out:     Best match: mistune 0.7.4
[172.16.255.140] out:     Downloading https://pypi.python.org/packages/25/a4/12a584c0c59c9fed529f8b3c47ca8217c0cf8bcc5e1089d3256410cfbdbc/mistune-0.7.4.tar.gz#md5=92d01cb717e9e74429e9bde9d29ac43b
[172.16.255.140] out:     Processing mistune-0.7.4.tar.gz
[172.16.255.140] out:     Running mistune-0.7.4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-L9e3sW/mistune-0.7.4/egg-dist-tmp-bHDbVj
[172.16.255.140] out:     warning: no previously-included files found matching 'mistune.c'
[172.16.255.140] out:     warning: no previously-included files matching '*.pyc' found under directory 'tests'
[172.16.255.140] out:     warning: no previously-included files matching '*.pyo' found under directory 'tests'
[172.16.255.140] out:     
[172.16.255.140] out:     Installed /srv/bb-master/virtualenv/build/Automat/mistune-0.7.4-py2.7.egg
[172.16.255.140] out:     your setuptools is too old (<12)
[172.16.255.140] out:     setuptools_scm functionality is degraded
[172.16.255.140] out:     
[172.16.255.140] out: Downloading/unpacking acme>=0.9.0 (from txacme==0.9.1)
[172.16.255.140] out:   Running setup.py egg_info for package acme
[172.16.255.140] out:     
[172.16.255.140] out: Downloading/unpacking eliot>=0.8.0 (from txacme==0.9.1)
[172.16.255.140] out:   Running setup.py egg_info for package eliot
[172.16.255.140] out:     
[172.16.255.140] out: Downloading/unpacking pem>=16.1.0 (from txacme==0.9.1)
[172.16.255.140] out:   Downloading pem-16.1.0.tar.gz
[172.16.255.140] out:   Running setup.py egg_info for package pem
[172.16.255.140] out:     
[172.16.255.140] out: Downloading/unpacking treq>=15.1.0 (from txacme==0.9.1)
[172.16.255.140] out:   Running setup.py egg_info for package treq
[172.16.255.140] out:     no previously-included directories found matching '.travis'
[172.16.255.140] out:     no previously-included directories found matching 'tests'
[172.16.255.140] out:     warning: no previously-included files found matching 'examplesetup.py'
[172.16.255.140] out:     no previously-included directories found matching 'src/exampleproj'
[172.16.255.140] out:     no previously-included directories found matching 'src/incremental/newsfragments'
[172.16.255.140] out:     
[172.16.255.140] out:     Installed /srv/bb-master/virtualenv/build/treq/incremental-17.5.0-py2.7.egg
[172.16.255.140] out:     
[172.16.255.140] out:     no previously-included directories found matching 'docs/_build'
[172.16.255.140] out:     warning: no previously-included files found matching '.travis.yml'
[172.16.255.140] out:     warning: no previously-included files found matching '.readthedocs.yml'
[172.16.255.140] out:     warning: no previously-included files matching '.DS_Store' found anywhere in distribution
[172.16.255.140] out:     warning: no previously-included files matching '*.pyc' found anywhere in distribution
[172.16.255.140] out: Downloading/unpacking txsni (from txacme==0.9.1)
[172.16.255.140] out:   Downloading TxSNI-0.1.9.tar.gz
[172.16.255.140] out:   Running setup.py egg_info for package txsni
[172.16.255.140] out:     
[172.16.255.140] out:     package init file 'twisted/plugins/__init__.py' not found (or not a regular file)
[172.16.255.140] out: Downloading/unpacking mock (from acme>=0.9.0->txacme==0.9.1)
[172.16.255.140] out:   Running setup.py egg_info for package mock
[172.16.255.140] out:     
[172.16.255.140] out:     Installed /srv/bb-master/virtualenv/build/mock/pbr-3.1.1-py2.7.egg
[172.16.255.140] out:     ERROR:root:Error parsing
[172.16.255.140] out:     Traceback (most recent call last):
[172.16.255.140] out:       File "/srv/bb-master/virtualenv/build/mock/pbr-3.1.1-py2.7.egg/pbr/core.py", line 111, in pbr
[172.16.255.140] out:         attrs = util.cfg_to_args(path, dist.script_args)
[172.16.255.140] out:       File "/srv/bb-master/virtualenv/build/mock/pbr-3.1.1-py2.7.egg/pbr/util.py", line 251, in cfg_to_args
[172.16.255.140] out:         kwargs = setup_cfg_to_setup_kwargs(config, script_args)
[172.16.255.140] out:       File "/srv/bb-master/virtualenv/build/mock/pbr-3.1.1-py2.7.egg/pbr/util.py", line 434, in setup_cfg_to_setup_kwargs
[172.16.255.140] out:         if pkg_resources.evaluate_marker('(%s)' % env_marker):
[172.16.255.140] out:     AttributeError: 'module' object has no attribute 'evaluate_marker'
[172.16.255.140] out:     error in setup command: Error parsing /srv/bb-master/virtualenv/build/mock/setup.cfg: AttributeError: 'module' object has no attribute 'evaluate_marker'
[172.16.255.140] out:     Complete output from command python setup.py egg_info:
[172.16.255.140] out:     
[172.16.255.140] out: 
[172.16.255.140] out: Installed /srv/bb-master/virtualenv/build/mock/pbr-3.1.1-py2.7.egg
[172.16.255.140] out: 
[172.16.255.140] out: ERROR:root:Error parsing
[172.16.255.140] out: 
[172.16.255.140] out: Traceback (most recent call last):
[172.16.255.140] out: 
[172.16.255.140] out:   File "/srv/bb-master/virtualenv/build/mock/pbr-3.1.1-py2.7.egg/pbr/core.py", line 111, in pbr
[172.16.255.140] out: 
[172.16.255.140] out:     attrs = util.cfg_to_args(path, dist.script_args)
[172.16.255.140] out: 
[172.16.255.140] out:   File "/srv/bb-master/virtualenv/build/mock/pbr-3.1.1-py2.7.egg/pbr/util.py", line 251, in cfg_to_args
[172.16.255.140] out: 
[172.16.255.140] out:     kwargs = setup_cfg_to_setup_kwargs(config, script_args)
[172.16.255.140] out: 
[172.16.255.140] out:   File "/srv/bb-master/virtualenv/build/mock/pbr-3.1.1-py2.7.egg/pbr/util.py", line 434, in setup_cfg_to_setup_kwargs
[172.16.255.140] out: 
[172.16.255.140] out:     if pkg_resources.evaluate_marker('(%s)' % env_marker):
[172.16.255.140] out: 
[172.16.255.140] out: AttributeError: 'module' object has no attribute 'evaluate_marker'
[172.16.255.140] out: 
[172.16.255.140] out: error in setup command: Error parsing /srv/bb-master/virtualenv/build/mock/setup.cfg: AttributeError: 'module' object has no attribute 'evaluate_marker'
[172.16.255.140] out: 
[172.16.255.140] out: ----------------------------------------
[172.16.255.140] out: Command python setup.py egg_info failed with error code 1 in /srv/bb-master/virtualenv/build/mock
[172.16.255.140] out: Storing complete log in /srv/bb-master/.pip/pip.log
[172.16.255.140] out: 


Fatal error: run() received nonzero return code 1 while executing!

Requested: ~/virtualenv/bin/pip install attrs==16.3.0 cffi==1.9.1 constantly==15.1.0 cryptography==1.7.1 enum34==1.1.6 h2==2.5.1 hpack==2.3.0 hyperframe==4.0.1 idna==2.1 incremental==16.10.1 ipaddress==1.0.17 priority==1.2.2 pyasn1==0.1.9 pyasn1-modules==0.0.8 pycparser==2.17 pyOpenSSL==16.2.0 service-identity==16.0.0 six==1.10.0 Twisted==17.1.0 txacme==0.9.1 zope.interface==4.3.2
Executed: /bin/bash -l -c "~/virtualenv/bin/pip install attrs==16.3.0 cffi==1.9.1 constantly==15.1.0 cryptography==1.7.1 enum34==1.1.6 h2==2.5.1 hpack==2.3.0 hyperframe==4.0.1 idna==2.1 incremental==16.10.1 ipaddress==1.0.17 priority==1.2.2 pyasn1==0.1.9 pyasn1-modules==0.0.8 pycparser==2.17 pyOpenSSL==16.2.0 service-identity==16.0.0 six==1.10.0 Twisted==17.1.0 txacme==0.9.1 zope.interface==4.3.2"

Aborting.
Disconnecting from 172.16.255.140... done.
Disconnecting from bb-master at 172.16.255.140... done.

Script done on Thu Jun 22 01:34:09 2017


More information about the Twisted-Python mailing list