user01@user01-server:~$ python Python 2.7.14 (default, Sep 23 2017, 22:06:14) [GCC 7.2.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> exit() user01@user01-server:~$ python3 Python 3.6.3 (default, Oct 3 2017, 21:45:48) [GCC 7.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> exit() user01@user01-server:~$ sudo pip install --upgrade watson-developer-cloud [sudo] password di user01: The directory '/home/user01/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/user01/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting watson-developer-cloud Downloading watson-developer-cloud-1.2.0.tar.gz (164kB) 100% |████████████████████████████████| 174kB 2.1MB/s Collecting Twisted>=13.2.0 (from watson-developer-cloud) Downloading Twisted-17.9.0.tar.bz2 (3.0MB) 100% |████████████████████████████████| 3.0MB 288kB/s Collecting autobahn>=0.10.9 (from watson-developer-cloud) Downloading autobahn-18.3.1-py2.py3-none-any.whl (283kB) 100% |████████████████████████████████| 286kB 2.2MB/s Collecting pyOpenSSL>=16.2.0 (from watson-developer-cloud) Downloading pyOpenSSL-17.5.0-py2.py3-none-any.whl (53kB) 100% |████████████████████████████████| 61kB 203kB/s Collecting python_dateutil>=2.5.3 (from watson-developer-cloud) Downloading python_dateutil-2.7.0-py2.py3-none-any.whl (207kB) 100% |████████████████████████████████| 215kB 3.3MB/s Collecting requests<3.0,>=2.0 (from watson-developer-cloud) Downloading requests-2.18.4-py2.py3-none-any.whl (88kB) 100% |████████████████████████████████| 92kB 5.3MB/s Collecting service-identity>=17.0.0 (from watson-developer-cloud) Downloading service_identity-17.0.0-py2.py3-none-any.whl Collecting Automat>=0.3.0 (from Twisted>=13.2.0->watson-developer-cloud) Downloading Automat-0.6.0-py2.py3-none-any.whl Collecting constantly>=15.1 (from Twisted>=13.2.0->watson-developer-cloud) Downloading constantly-15.1.0-py2.py3-none-any.whl Collecting hyperlink>=17.1.1 (from Twisted>=13.2.0->watson-developer-cloud) Downloading hyperlink-18.0.0-py2.py3-none-any.whl Collecting incremental>=16.10.1 (from Twisted>=13.2.0->watson-developer-cloud) Downloading incremental-17.5.0-py2.py3-none-any.whl Collecting zope.interface>=4.0.2 (from Twisted>=13.2.0->watson-developer-cloud) Downloading zope.interface-4.4.3-cp36-cp36m-manylinux1_x86_64.whl (173kB) 100% |████████████████████████████████| 174kB 3.6MB/s Collecting txaio>=2.7.0 (from autobahn>=0.10.9->watson-developer-cloud) Downloading txaio-2.9.0-py2.py3-none-any.whl Collecting six>=1.10.0 (from autobahn>=0.10.9->watson-developer-cloud) Downloading six-1.11.0-py2.py3-none-any.whl Collecting cryptography>=2.1.4 (from pyOpenSSL>=16.2.0->watson-developer-cloud) Downloading cryptography-2.1.4-cp36-cp36m-manylinux1_x86_64.whl (2.2MB) 100% |████████████████████████████████| 2.2MB 392kB/s Collecting urllib3<1.23,>=1.21.1 (from requests<3.0,>=2.0->watson-developer-cloud) Downloading urllib3-1.22-py2.py3-none-any.whl (132kB) 100% |████████████████████████████████| 133kB 4.3MB/s Collecting certifi>=2017.4.17 (from requests<3.0,>=2.0->watson-developer-cloud) Downloading certifi-2018.1.18-py2.py3-none-any.whl (151kB) 100% |████████████████████████████████| 153kB 3.8MB/s Requirement already up-to-date: chardet<3.1.0,>=3.0.2 in /usr/lib/python3/dist-packages (from requests<3.0,>=2.0->watson-developer-cloud) Collecting idna<2.7,>=2.5 (from requests<3.0,>=2.0->watson-developer-cloud) Downloading idna-2.6-py2.py3-none-any.whl (56kB) 100% |████████████████████████████████| 61kB 6.2MB/s Collecting pyasn1-modules (from service-identity>=17.0.0->watson-developer-cloud) Downloading pyasn1_modules-0.2.1-py2.py3-none-any.whl (60kB) 100% |████████████████████████████████| 61kB 4.0MB/s Collecting attrs (from service-identity>=17.0.0->watson-developer-cloud) Downloading attrs-17.4.0-py2.py3-none-any.whl Collecting pyasn1 (from service-identity>=17.0.0->watson-developer-cloud) Downloading pyasn1-0.4.2-py2.py3-none-any.whl (71kB) 100% |████████████████████████████████| 71kB 6.2MB/s Collecting setuptools (from zope.interface>=4.0.2->Twisted>=13.2.0->watson-developer-cloud) Downloading setuptools-38.5.2-py2.py3-none-any.whl (490kB) 100% |████████████████████████████████| 491kB 1.5MB/s Collecting cffi>=1.7; platform_python_implementation != "PyPy" (from cryptography>=2.1.4->pyOpenSSL>=16.2.0->watson-developer-cloud) Downloading cffi-1.11.5-cp36-cp36m-manylinux1_x86_64.whl (421kB) 100% |████████████████████████████████| 430kB 1.5MB/s Collecting asn1crypto>=0.21.0 (from cryptography>=2.1.4->pyOpenSSL>=16.2.0->watson-developer-cloud) Downloading asn1crypto-0.24.0-py2.py3-none-any.whl (101kB) 100% |████████████████████████████████| 102kB 5.8MB/s Collecting pycparser (from cffi>=1.7; platform_python_implementation != "PyPy"->cryptography>=2.1.4->pyOpenSSL>=16.2.0->watson-developer-cloud) Installing collected packages: six, attrs, Automat, constantly, idna, hyperlink, incremental, setuptools, zope.interface, Twisted, txaio, autobahn, pycparser, cffi, asn1crypto, cryptography, pyOpenSSL, python-dateutil, urllib3, certifi, requests, pyasn1, pyasn1-modules, service-identity, watson-developer-cloud Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: setuptools 36.2.7 Uninstalling setuptools-36.2.7: Successfully uninstalled setuptools-36.2.7 Found existing installation: zope.interface 4.3.2 Uninstalling zope.interface-4.3.2: Successfully uninstalled zope.interface-4.3.2 Running setup.py install for Twisted ... error Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-katgje9p/Twisted/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-h5fr096t-record/install-record.txt --single-version-externally-managed --compile: running install running build running build_py creating build creating build/lib.linux-x86_64-3.6 creating build/lib.linux-x86_64-3.6/twisted copying src/twisted/__main__.py -> build/lib.linux-x86_64-3.6/twisted copying src/twisted/copyright.py -> build/lib.linux-x86_64-3.6/twisted copying src/twisted/__init__.py -> build/lib.linux-x86_64-3.6/twisted copying src/twisted/_version.py -> build/lib.linux-x86_64-3.6/twisted copying src/twisted/plugin.py -> build/lib.linux-x86_64-3.6/twisted creating build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/checkers.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/ttymodes.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/manhole_tap.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/endpoints.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/__init__.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/tap.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/recvline.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/telnet.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/mixin.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/stdio.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/manhole_ssh.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/manhole.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/interfaces.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/avatar.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/unix.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/error.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/ls.py -> build/lib.linux-x86_64-3.6/twisted/conch creating build/lib.linux-x86_64-3.6/twisted/scripts copying src/twisted/scripts/twistd.py -> build/lib.linux-x86_64-3.6/twisted/scripts copying src/twisted/scripts/__init__.py -> build/lib.linux-x86_64-3.6/twisted/scripts copying src/twisted/scripts/_twistw.py -> build/lib.linux-x86_64-3.6/twisted/scripts copying src/twisted/scripts/htmlizer.py -> build/lib.linux-x86_64-3.6/twisted/scripts copying src/twisted/scripts/_twistd_unix.py -> build/lib.linux-x86_64-3.6/twisted/scripts copying src/twisted/scripts/trial.py -> build/lib.linux-x86_64-3.6/twisted/scripts creating build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/client.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/root.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/hosts.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/_rfc1982.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/__init__.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/tap.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/resolve.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/secondary.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/common.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/dns.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/srvconnect.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/server.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/cache.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/authority.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/error.py -> build/lib.linux-x86_64-3.6/twisted/names creating build/lib.linux-x86_64-3.6/twisted/_threads copying src/twisted/_threads/_threadworker.py -> build/lib.linux-x86_64-3.6/twisted/_threads copying src/twisted/_threads/_ithreads.py -> build/lib.linux-x86_64-3.6/twisted/_threads copying src/twisted/_threads/_pool.py -> build/lib.linux-x86_64-3.6/twisted/_threads copying src/twisted/_threads/__init__.py -> build/lib.linux-x86_64-3.6/twisted/_threads copying src/twisted/_threads/_convenience.py -> build/lib.linux-x86_64-3.6/twisted/_threads copying src/twisted/_threads/_memory.py -> build/lib.linux-x86_64-3.6/twisted/_threads copying src/twisted/_threads/_team.py -> build/lib.linux-x86_64-3.6/twisted/_threads creating build/lib.linux-x86_64-3.6/twisted/positioning copying src/twisted/positioning/nmea.py -> build/lib.linux-x86_64-3.6/twisted/positioning copying src/twisted/positioning/ipositioning.py -> build/lib.linux-x86_64-3.6/twisted/positioning copying src/twisted/positioning/_sentence.py -> build/lib.linux-x86_64-3.6/twisted/positioning copying src/twisted/positioning/__init__.py -> build/lib.linux-x86_64-3.6/twisted/positioning copying src/twisted/positioning/base.py -> build/lib.linux-x86_64-3.6/twisted/positioning creating build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_conch.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/cred_memory.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_trial.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_socks.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_words.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_inet.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/__init__.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_core.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_ftp.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_names.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/cred_file.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_reactors.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_portforward.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_web.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/cred_anonymous.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/cred_unix.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/cred_sshkeys.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_runner.py -> build/lib.linux-x86_64-3.6/twisted/plugins creating build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_format.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_io.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_util.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_logger.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_buffer.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/__init__.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_global.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_json.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_observer.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_file.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_levels.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_filter.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_flatten.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_stdlib.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_legacy.py -> build/lib.linux-x86_64-3.6/twisted/logger creating build/lib.linux-x86_64-3.6/twisted/pair copying src/twisted/pair/testing.py -> build/lib.linux-x86_64-3.6/twisted/pair copying src/twisted/pair/rawudp.py -> build/lib.linux-x86_64-3.6/twisted/pair copying src/twisted/pair/ethernet.py -> build/lib.linux-x86_64-3.6/twisted/pair copying src/twisted/pair/raw.py -> build/lib.linux-x86_64-3.6/twisted/pair copying src/twisted/pair/__init__.py -> build/lib.linux-x86_64-3.6/twisted/pair copying src/twisted/pair/tuntap.py -> build/lib.linux-x86_64-3.6/twisted/pair copying src/twisted/pair/ip.py -> build/lib.linux-x86_64-3.6/twisted/pair creating build/lib.linux-x86_64-3.6/twisted/runner copying src/twisted/runner/procmon.py -> build/lib.linux-x86_64-3.6/twisted/runner copying src/twisted/runner/__init__.py -> build/lib.linux-x86_64-3.6/twisted/runner copying src/twisted/runner/inetd.py -> build/lib.linux-x86_64-3.6/twisted/runner copying src/twisted/runner/inetdtap.py -> build/lib.linux-x86_64-3.6/twisted/runner copying src/twisted/runner/inetdconf.py -> build/lib.linux-x86_64-3.6/twisted/runner copying src/twisted/runner/procmontap.py -> build/lib.linux-x86_64-3.6/twisted/runner creating build/lib.linux-x86_64-3.6/twisted/spread copying src/twisted/spread/banana.py -> build/lib.linux-x86_64-3.6/twisted/spread copying src/twisted/spread/util.py -> build/lib.linux-x86_64-3.6/twisted/spread copying src/twisted/spread/flavors.py -> build/lib.linux-x86_64-3.6/twisted/spread copying src/twisted/spread/publish.py -> build/lib.linux-x86_64-3.6/twisted/spread copying src/twisted/spread/__init__.py -> build/lib.linux-x86_64-3.6/twisted/spread copying src/twisted/spread/jelly.py -> build/lib.linux-x86_64-3.6/twisted/spread copying src/twisted/spread/pb.py -> build/lib.linux-x86_64-3.6/twisted/spread copying src/twisted/spread/interfaces.py -> build/lib.linux-x86_64-3.6/twisted/spread creating build/lib.linux-x86_64-3.6/twisted/words copying src/twisted/words/service.py -> build/lib.linux-x86_64-3.6/twisted/words copying src/twisted/words/xmpproutertap.py -> build/lib.linux-x86_64-3.6/twisted/words copying src/twisted/words/__init__.py -> build/lib.linux-x86_64-3.6/twisted/words copying src/twisted/words/tap.py -> build/lib.linux-x86_64-3.6/twisted/words copying src/twisted/words/ewords.py -> build/lib.linux-x86_64-3.6/twisted/words copying src/twisted/words/iwords.py -> build/lib.linux-x86_64-3.6/twisted/words creating build/lib.linux-x86_64-3.6/twisted/tap copying src/twisted/tap/ftp.py -> build/lib.linux-x86_64-3.6/twisted/tap copying src/twisted/tap/__init__.py -> build/lib.linux-x86_64-3.6/twisted/tap copying src/twisted/tap/socks.py -> build/lib.linux-x86_64-3.6/twisted/tap copying src/twisted/tap/portforward.py -> build/lib.linux-x86_64-3.6/twisted/tap creating build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_sslverify.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/gireactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/process.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/wxsupport.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_posixserialport.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/selectreactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/gtk3reactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/tcp.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/ssl.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_idna.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/default.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/endpoints.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/fdesc.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_resolver.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/win32eventreactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_threadedselect.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/__init__.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/kqreactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_dumbwin32proc.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/task.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_posixstdio.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/cfreactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/abstract.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/stdio.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/defer.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/serialport.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/threads.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/base.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/gtk2reactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/udp.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/asyncioreactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/posixbase.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_newtls.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/reactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/epollreactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_win32stdio.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_pollingfile.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/protocol.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/address.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/pyuisupport.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/utils.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_baseprocess.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/inotify.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/tksupport.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/wxreactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_signals.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/interfaces.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_glibbase.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_producer_helpers.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_win32serialport.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/main.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/unix.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/glib2reactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/pollreactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/error.py -> build/lib.linux-x86_64-3.6/twisted/internet creating build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/client.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/demo.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/util.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/_http2.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/rewrite.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/vhost.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/__init__.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/tap.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/iweb.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/http_headers.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/template.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/script.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/guard.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/_newclient.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/twcgi.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/wsgi.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/sux.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/http.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/resource.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/domhelpers.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/proxy.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/xmlrpc.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/distrib.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/_element.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/microdom.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/server.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/html.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/_stan.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/_flatten.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/static.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/_responses.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/error.py -> build/lib.linux-x86_64-3.6/twisted/web creating build/lib.linux-x86_64-3.6/twisted/application copying src/twisted/application/service.py -> build/lib.linux-x86_64-3.6/twisted/application copying src/twisted/application/strports.py -> build/lib.linux-x86_64-3.6/twisted/application copying src/twisted/application/reactors.py -> build/lib.linux-x86_64-3.6/twisted/application copying src/twisted/application/app.py -> build/lib.linux-x86_64-3.6/twisted/application copying src/twisted/application/__init__.py -> build/lib.linux-x86_64-3.6/twisted/application copying src/twisted/application/internet.py -> build/lib.linux-x86_64-3.6/twisted/application creating build/lib.linux-x86_64-3.6/twisted/mail copying src/twisted/mail/smtp.py -> build/lib.linux-x86_64-3.6/twisted/mail copying src/twisted/mail/_except.py -> build/lib.linux-x86_64-3.6/twisted/mail copying src/twisted/mail/_cred.py -> build/lib.linux-x86_64-3.6/twisted/mail copying src/twisted/mail/interfaces.py -> build/lib.linux-x86_64-3.6/twisted/mail copying src/twisted/mail/imap4.py -> build/lib.linux-x86_64-3.6/twisted/mail creating build/lib.linux-x86_64-3.6/twisted/enterprise copying src/twisted/enterprise/__init__.py -> build/lib.linux-x86_64-3.6/twisted/enterprise copying src/twisted/enterprise/adbapi.py -> build/lib.linux-x86_64-3.6/twisted/enterprise creating build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_sslverify.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/iosim.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_postfix.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_finger.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_failure.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_stringtransport.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/mock_win32process.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_ssl.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_twisted.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_threadpool.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/ssl_helpers.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_strerror.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/plugin_extra2.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/process_signal.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_pcp.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/process_stdinreader.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/process_linger.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_text.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_htb.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_dict.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/reflect_helper_VE.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_ftp_options.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_stdio.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_tpfile.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/plugin_basic.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/stdio_test_lastwrite.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_defer.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/process_fds.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_threadable.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_formmethod.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_logfile.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_reflect.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_nooldstyle.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_sob.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/process_getargv.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/testutils.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_plugin.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/stdio_test_hostpeer.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/plugin_extra1.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_factories.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_adbapi.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/myrebuilder1.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_dirdbm.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_iutils.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/stdio_test_halfclose.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/reflect_helper_IE.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_loopback.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_persisted.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_policies.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_stateful.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/stdio_test_producer.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_cooperator.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_tcp.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_main.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_fdesc.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_ftp.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_compat.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_log.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_socks.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_iosim.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_task.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_tcp_internals.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_amp.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_memcache.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_threads.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/myrebuilder2.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/crash_test_dummy.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/stdio_test_consumer.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/process_cmdline.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_monkey.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_context.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_unix.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/process_tty.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_usage.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_defgen.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_udp.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/stdio_test_writeseq.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_shortcut.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_ident.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_protocols.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_abstract.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/process_echoer.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_modules.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/stdio_test_write.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/stdio_test_loseconn.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/process_reader.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/process_getenv.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/process_tester.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_rebuild.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_roots.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/proto_helpers.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/reflect_helper_ZDE.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_sip.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/process_twisted.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_randbytes.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_application.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_process.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_error.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_twistd.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_paths.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_lockfile.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_internet.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_strports.py -> build/lib.linux-x86_64-3.6/twisted/test creating build/lib.linux-x86_64-3.6/twisted/trial copying src/twisted/trial/__main__.py -> build/lib.linux-x86_64-3.6/twisted/trial copying src/twisted/trial/util.py -> build/lib.linux-x86_64-3.6/twisted/trial copying src/twisted/trial/runner.py -> build/lib.linux-x86_64-3.6/twisted/trial copying src/twisted/trial/__init__.py -> build/lib.linux-x86_64-3.6/twisted/trial copying src/twisted/trial/_asyncrunner.py -> build/lib.linux-x86_64-3.6/twisted/trial copying src/twisted/trial/itrial.py -> build/lib.linux-x86_64-3.6/twisted/trial copying src/twisted/trial/_synctest.py -> build/lib.linux-x86_64-3.6/twisted/trial copying src/twisted/trial/_asynctest.py -> build/lib.linux-x86_64-3.6/twisted/trial copying src/twisted/trial/unittest.py -> build/lib.linux-x86_64-3.6/twisted/trial copying src/twisted/trial/reporter.py -> build/lib.linux-x86_64-3.6/twisted/trial creating build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/_shellcomp.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/_textattributes.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/compat.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/formmethod.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/constants.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/lockfile.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/_setup.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/modules.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/_oldstyle.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/threadable.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/procutils.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/util.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/_tzhelper.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/_inotify.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/monkey.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/url.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/logfile.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/_url.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/threadpool.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/components.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/syslog.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/__init__.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/urlpath.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/shortcut.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/usage.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/versions.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/filepath.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/htmlizer.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/release.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/text.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/runtime.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/reflect.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/_release.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/win32.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/zippath.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/log.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/sendmsg.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/context.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/failure.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/randbytes.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/zipstream.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/_appdirs.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/deprecate.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/fakepwd.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/roots.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/rebuild.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/systemd.py -> build/lib.linux-x86_64-3.6/twisted/python creating build/lib.linux-x86_64-3.6/twisted/persisted copying src/twisted/persisted/crefutil.py -> build/lib.linux-x86_64-3.6/twisted/persisted copying src/twisted/persisted/aot.py -> build/lib.linux-x86_64-3.6/twisted/persisted copying src/twisted/persisted/__init__.py -> build/lib.linux-x86_64-3.6/twisted/persisted copying src/twisted/persisted/styles.py -> build/lib.linux-x86_64-3.6/twisted/persisted copying src/twisted/persisted/sob.py -> build/lib.linux-x86_64-3.6/twisted/persisted copying src/twisted/persisted/dirdbm.py -> build/lib.linux-x86_64-3.6/twisted/persisted creating build/lib.linux-x86_64-3.6/twisted/cred copying src/twisted/cred/checkers.py -> build/lib.linux-x86_64-3.6/twisted/cred copying src/twisted/cred/credentials.py -> build/lib.linux-x86_64-3.6/twisted/cred copying src/twisted/cred/__init__.py -> build/lib.linux-x86_64-3.6/twisted/cred copying src/twisted/cred/strcred.py -> build/lib.linux-x86_64-3.6/twisted/cred copying src/twisted/cred/_digest.py -> build/lib.linux-x86_64-3.6/twisted/cred copying src/twisted/cred/portal.py -> build/lib.linux-x86_64-3.6/twisted/cred copying src/twisted/cred/error.py -> build/lib.linux-x86_64-3.6/twisted/cred creating build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/pcp.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/loopback.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/sip.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/wire.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/memcache.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/ftp.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/__init__.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/socks.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/htb.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/ident.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/amp.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/basic.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/policies.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/stateful.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/tls.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/finger.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/dict.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/postfix.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/portforward.py -> build/lib.linux-x86_64-3.6/twisted/protocols creating build/lib.linux-x86_64-3.6/twisted/conch/scripts copying src/twisted/conch/scripts/__init__.py -> build/lib.linux-x86_64-3.6/twisted/conch/scripts copying src/twisted/conch/scripts/cftp.py -> build/lib.linux-x86_64-3.6/twisted/conch/scripts copying src/twisted/conch/scripts/conch.py -> build/lib.linux-x86_64-3.6/twisted/conch/scripts copying src/twisted/conch/scripts/ckeygen.py -> build/lib.linux-x86_64-3.6/twisted/conch/scripts copying src/twisted/conch/scripts/tkconch.py -> build/lib.linux-x86_64-3.6/twisted/conch/scripts creating build/lib.linux-x86_64-3.6/twisted/conch/ui copying src/twisted/conch/ui/__init__.py -> build/lib.linux-x86_64-3.6/twisted/conch/ui copying src/twisted/conch/ui/ansi.py -> build/lib.linux-x86_64-3.6/twisted/conch/ui copying src/twisted/conch/ui/tkvt100.py -> build/lib.linux-x86_64-3.6/twisted/conch/ui creating build/lib.linux-x86_64-3.6/twisted/conch/insults copying src/twisted/conch/insults/client.py -> build/lib.linux-x86_64-3.6/twisted/conch/insults copying src/twisted/conch/insults/__init__.py -> build/lib.linux-x86_64-3.6/twisted/conch/insults copying src/twisted/conch/insults/insults.py -> build/lib.linux-x86_64-3.6/twisted/conch/insults copying src/twisted/conch/insults/colors.py -> build/lib.linux-x86_64-3.6/twisted/conch/insults copying src/twisted/conch/insults/window.py -> build/lib.linux-x86_64-3.6/twisted/conch/insults copying src/twisted/conch/insults/helper.py -> build/lib.linux-x86_64-3.6/twisted/conch/insults copying src/twisted/conch/insults/text.py -> build/lib.linux-x86_64-3.6/twisted/conch/insults creating build/lib.linux-x86_64-3.6/twisted/conch/openssh_compat copying src/twisted/conch/openssh_compat/factory.py -> build/lib.linux-x86_64-3.6/twisted/conch/openssh_compat copying src/twisted/conch/openssh_compat/primes.py -> build/lib.linux-x86_64-3.6/twisted/conch/openssh_compat copying src/twisted/conch/openssh_compat/__init__.py -> build/lib.linux-x86_64-3.6/twisted/conch/openssh_compat creating build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/service.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/transport.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/factory.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/agent.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/userauth.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/_kex.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/__init__.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/connection.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/session.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/common.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/channel.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/address.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/keys.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/sexpy.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/forwarding.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/filetransfer.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh creating build/lib.linux-x86_64-3.6/twisted/conch/client copying src/twisted/conch/client/agent.py -> build/lib.linux-x86_64-3.6/twisted/conch/client copying src/twisted/conch/client/options.py -> build/lib.linux-x86_64-3.6/twisted/conch/client copying src/twisted/conch/client/connect.py -> build/lib.linux-x86_64-3.6/twisted/conch/client copying src/twisted/conch/client/direct.py -> build/lib.linux-x86_64-3.6/twisted/conch/client copying src/twisted/conch/client/default.py -> build/lib.linux-x86_64-3.6/twisted/conch/client copying src/twisted/conch/client/__init__.py -> build/lib.linux-x86_64-3.6/twisted/conch/client copying src/twisted/conch/client/knownhosts.py -> build/lib.linux-x86_64-3.6/twisted/conch/client creating build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_mixin.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_knownhosts.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/loopback.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_ssh.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_text.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_tap.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_recvline.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_ckeygen.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_manhole_tap.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_connection.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_openssh_compat.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_cftp.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_keys.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_helper.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_scripts.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_insults.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_forwarding.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_conch.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_endpoints.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_agent.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_channel.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_manhole.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_checkers.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_filetransfer.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_unix.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_userauth.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_transport.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_address.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_default.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_window.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_telnet.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/keydata.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_session.py -> build/lib.linux-x86_64-3.6/twisted/conch/test creating build/lib.linux-x86_64-3.6/twisted/scripts/test copying src/twisted/scripts/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/scripts/test copying src/twisted/scripts/test/test_scripts.py -> build/lib.linux-x86_64-3.6/twisted/scripts/test creating build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_client.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_dns.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_tap.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_rootresolve.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_common.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_srvconnect.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_cache.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_util.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_names.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_server.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_rfc1982.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_resolve.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_examples.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_hosts.py -> build/lib.linux-x86_64-3.6/twisted/names/test creating build/lib.linux-x86_64-3.6/twisted/_threads/test copying src/twisted/_threads/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/_threads/test copying src/twisted/_threads/test/test_convenience.py -> build/lib.linux-x86_64-3.6/twisted/_threads/test copying src/twisted/_threads/test/test_memory.py -> build/lib.linux-x86_64-3.6/twisted/_threads/test copying src/twisted/_threads/test/test_team.py -> build/lib.linux-x86_64-3.6/twisted/_threads/test copying src/twisted/_threads/test/test_threadworker.py -> build/lib.linux-x86_64-3.6/twisted/_threads/test creating build/lib.linux-x86_64-3.6/twisted/positioning/test copying src/twisted/positioning/test/test_base.py -> build/lib.linux-x86_64-3.6/twisted/positioning/test copying src/twisted/positioning/test/receiver.py -> build/lib.linux-x86_64-3.6/twisted/positioning/test copying src/twisted/positioning/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/positioning/test copying src/twisted/positioning/test/test_sentence.py -> build/lib.linux-x86_64-3.6/twisted/positioning/test copying src/twisted/positioning/test/test_nmea.py -> build/lib.linux-x86_64-3.6/twisted/positioning/test creating build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_json.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_global.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_format.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_io.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_buffer.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_filter.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_levels.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_file.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_logger.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_observer.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_flatten.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_stdlib.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_util.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_legacy.py -> build/lib.linux-x86_64-3.6/twisted/logger/test creating build/lib.linux-x86_64-3.6/twisted/pair/test copying src/twisted/pair/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/pair/test copying src/twisted/pair/test/test_rawudp.py -> build/lib.linux-x86_64-3.6/twisted/pair/test copying src/twisted/pair/test/test_ethernet.py -> build/lib.linux-x86_64-3.6/twisted/pair/test copying src/twisted/pair/test/test_ip.py -> build/lib.linux-x86_64-3.6/twisted/pair/test copying src/twisted/pair/test/test_tuntap.py -> build/lib.linux-x86_64-3.6/twisted/pair/test creating build/lib.linux-x86_64-3.6/twisted/runner/test copying src/twisted/runner/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/runner/test copying src/twisted/runner/test/test_procmon.py -> build/lib.linux-x86_64-3.6/twisted/runner/test copying src/twisted/runner/test/test_procmontap.py -> build/lib.linux-x86_64-3.6/twisted/runner/test copying src/twisted/runner/test/test_inetdconf.py -> build/lib.linux-x86_64-3.6/twisted/runner/test creating build/lib.linux-x86_64-3.6/twisted/spread/test copying src/twisted/spread/test/test_banana.py -> build/lib.linux-x86_64-3.6/twisted/spread/test copying src/twisted/spread/test/test_jelly.py -> build/lib.linux-x86_64-3.6/twisted/spread/test copying src/twisted/spread/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/spread/test copying src/twisted/spread/test/test_pbfailure.py -> build/lib.linux-x86_64-3.6/twisted/spread/test copying src/twisted/spread/test/test_pb.py -> build/lib.linux-x86_64-3.6/twisted/spread/test creating build/lib.linux-x86_64-3.6/twisted/words/im copying src/twisted/words/im/ircsupport.py -> build/lib.linux-x86_64-3.6/twisted/words/im copying src/twisted/words/im/basesupport.py -> build/lib.linux-x86_64-3.6/twisted/words/im copying src/twisted/words/im/__init__.py -> build/lib.linux-x86_64-3.6/twisted/words/im copying src/twisted/words/im/locals.py -> build/lib.linux-x86_64-3.6/twisted/words/im copying src/twisted/words/im/basechat.py -> build/lib.linux-x86_64-3.6/twisted/words/im copying src/twisted/words/im/interfaces.py -> build/lib.linux-x86_64-3.6/twisted/words/im copying src/twisted/words/im/pbsupport.py -> build/lib.linux-x86_64-3.6/twisted/words/im copying src/twisted/words/im/baseaccount.py -> build/lib.linux-x86_64-3.6/twisted/words/im creating build/lib.linux-x86_64-3.6/twisted/words/xish copying src/twisted/words/xish/domish.py -> build/lib.linux-x86_64-3.6/twisted/words/xish copying src/twisted/words/xish/utility.py -> build/lib.linux-x86_64-3.6/twisted/words/xish copying src/twisted/words/xish/xmlstream.py -> build/lib.linux-x86_64-3.6/twisted/words/xish copying src/twisted/words/xish/__init__.py -> build/lib.linux-x86_64-3.6/twisted/words/xish copying src/twisted/words/xish/xpath.py -> build/lib.linux-x86_64-3.6/twisted/words/xish copying src/twisted/words/xish/xpathparser.py -> build/lib.linux-x86_64-3.6/twisted/words/xish creating build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_xmlstream.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabberjstrports.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabbercomponent.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabbersasl.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabberxmppstringprep.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabberxmlstream.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_tap.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabberclient.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_xmpproutertap.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabbererror.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_basesupport.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_ircsupport.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_irc_service.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_service.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_domish.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_basechat.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_xishutil.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_irc.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_xpath.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabberjid.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabbersaslmechanisms.py -> build/lib.linux-x86_64-3.6/twisted/words/test creating build/lib.linux-x86_64-3.6/twisted/words/protocols copying src/twisted/words/protocols/__init__.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols copying src/twisted/words/protocols/irc.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols creating build/lib.linux-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/client.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/sasl.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/xmlstream.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/__init__.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/ijabber.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/sasl_mechanisms.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/xmpp_stringprep.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/component.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/jid.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/jstrports.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/error.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols/jabber creating build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/tcp.py -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/const.py -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/__init__.py -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/setup.py -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/abstract.py -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/udp.py -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/reactor.py -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/interfaces.py -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor creating build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_base.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/_posixifaces.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_epollreactor.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/fakeendpoint.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_iocp.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/_win32ifaces.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_inotify.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_stdio.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/process_cli.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_socket.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_posixprocess.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/connectionmixins.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_posixbase.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_protocol.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_serialport.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_tls.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_newtls.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/modulehelpers.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_time.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_tcp.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_main.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/reactormixins.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_kqueuereactor.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_fdset.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_resolver.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_threads.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_endpoints.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_pollingfile.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_core.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_udp_internals.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_inlinecb.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_baseprocess.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_unix.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_udp.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_abstract.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_win32serialport.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_win32events.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_address.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/process_gireactornocompat.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/process_helper.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_default.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_filedescriptor.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_gireactor.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_coroutines.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/process_connectionlost.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_process.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_sigchld.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_glibbase.py -> build/lib.linux-x86_64-3.6/twisted/internet/test creating build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_client.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_http.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_proxy.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_tap.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/_util.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_vhost.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_distrib.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_webclient.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_wsgi.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_newclient.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_resource.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_static.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_cgi.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_httpauth.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_http_headers.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_agent.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_template.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_stan.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/requesthelper.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_flatten.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_http2.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_web__responses.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_domhelpers.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_util.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_script.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_xml.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_html.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_error.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_xmlrpc.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_web.py -> build/lib.linux-x86_64-3.6/twisted/web/test creating build/lib.linux-x86_64-3.6/twisted/web/_auth copying src/twisted/web/_auth/digest.py -> build/lib.linux-x86_64-3.6/twisted/web/_auth copying src/twisted/web/_auth/__init__.py -> build/lib.linux-x86_64-3.6/twisted/web/_auth copying src/twisted/web/_auth/wrapper.py -> build/lib.linux-x86_64-3.6/twisted/web/_auth copying src/twisted/web/_auth/basic.py -> build/lib.linux-x86_64-3.6/twisted/web/_auth creating build/lib.linux-x86_64-3.6/twisted/application/runner copying src/twisted/application/runner/_pidfile.py -> build/lib.linux-x86_64-3.6/twisted/application/runner copying src/twisted/application/runner/_exit.py -> build/lib.linux-x86_64-3.6/twisted/application/runner copying src/twisted/application/runner/__init__.py -> build/lib.linux-x86_64-3.6/twisted/application/runner copying src/twisted/application/runner/_runner.py -> build/lib.linux-x86_64-3.6/twisted/application/runner creating build/lib.linux-x86_64-3.6/twisted/application/twist copying src/twisted/application/twist/__init__.py -> build/lib.linux-x86_64-3.6/twisted/application/twist copying src/twisted/application/twist/_twist.py -> build/lib.linux-x86_64-3.6/twisted/application/twist copying src/twisted/application/twist/_options.py -> build/lib.linux-x86_64-3.6/twisted/application/twist creating build/lib.linux-x86_64-3.6/twisted/application/test copying src/twisted/application/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/application/test copying src/twisted/application/test/test_service.py -> build/lib.linux-x86_64-3.6/twisted/application/test copying src/twisted/application/test/test_internet.py -> build/lib.linux-x86_64-3.6/twisted/application/test creating build/lib.linux-x86_64-3.6/twisted/application/runner/test copying src/twisted/application/runner/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/application/runner/test copying src/twisted/application/runner/test/test_pidfile.py -> build/lib.linux-x86_64-3.6/twisted/application/runner/test copying src/twisted/application/runner/test/test_exit.py -> build/lib.linux-x86_64-3.6/twisted/application/runner/test copying src/twisted/application/runner/test/test_runner.py -> build/lib.linux-x86_64-3.6/twisted/application/runner/test creating build/lib.linux-x86_64-3.6/twisted/application/twist/test copying src/twisted/application/twist/test/test_twist.py -> build/lib.linux-x86_64-3.6/twisted/application/twist/test copying src/twisted/application/twist/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/application/twist/test copying src/twisted/application/twist/test/test_options.py -> build/lib.linux-x86_64-3.6/twisted/application/twist/test creating build/lib.linux-x86_64-3.6/twisted/mail/test copying src/twisted/mail/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/mail/test copying src/twisted/mail/test/test_imap.py -> build/lib.linux-x86_64-3.6/twisted/mail/test copying src/twisted/mail/test/test_smtp.py -> build/lib.linux-x86_64-3.6/twisted/mail/test creating build/lib.linux-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/workerreporter.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/worker.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/options.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/disttrial.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/__init__.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/workertrial.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/workercommands.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/distreporter.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/managercommands.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist creating build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_asyncassertions.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/mockdoctest.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/moduletest.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/detests.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/mockcustomsuite2.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/novars.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_reporter.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/weird.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_doctest.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_plugins.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_tests.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_log.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/scripttest.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_pyunitcompat.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_assertions.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_keyboard.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_suppression.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_output.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/packages.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/ordertests.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_loader.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/mockcustomsuite.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/moduleself.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/suppression.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_util.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_testcase.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_script.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_warning.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/skipping.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/mockcustomsuite3.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_deferred.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_runner.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/erroneous.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/sample.py -> build/lib.linux-x86_64-3.6/twisted/trial/test creating build/lib.linux-x86_64-3.6/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_worker.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_distreporter.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_options.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_workerreporter.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_disttrial.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_workertrial.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist/test creating build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_syslog.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_inotify.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_zippath.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_runtime.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_deprecate.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_constants.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/modules_helpers.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_setup.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/pullpipe.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_zipstream.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_versions.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_url.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_systemd.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/deprecatedattributes.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_textattributes.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_htmlizer.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_urlpath.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_components.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_util.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_tzhelper.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_release.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_dist3.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_shellcomp.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_fakepwd.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_appdirs.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_sendmsg.py -> build/lib.linux-x86_64-3.6/twisted/python/test creating build/lib.linux-x86_64-3.6/twisted/persisted/test copying src/twisted/persisted/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/persisted/test copying src/twisted/persisted/test/test_styles.py -> build/lib.linux-x86_64-3.6/twisted/persisted/test creating build/lib.linux-x86_64-3.6/twisted/cred/test copying src/twisted/cred/test/test_cramauth.py -> build/lib.linux-x86_64-3.6/twisted/cred/test copying src/twisted/cred/test/test_digestauth.py -> build/lib.linux-x86_64-3.6/twisted/cred/test copying src/twisted/cred/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/cred/test copying src/twisted/cred/test/test_strcred.py -> build/lib.linux-x86_64-3.6/twisted/cred/test copying src/twisted/cred/test/test_cred.py -> build/lib.linux-x86_64-3.6/twisted/cred/test copying src/twisted/cred/test/test_simpleauth.py -> build/lib.linux-x86_64-3.6/twisted/cred/test creating build/lib.linux-x86_64-3.6/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_v2parser.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_exceptions.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/__init__.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_interfaces.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_info.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_parser.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_v1parser.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_wrapper.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy creating build/lib.linux-x86_64-3.6/twisted/protocols/test copying src/twisted/protocols/test/test_tls.py -> build/lib.linux-x86_64-3.6/twisted/protocols/test copying src/twisted/protocols/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/protocols/test copying src/twisted/protocols/test/test_basic.py -> build/lib.linux-x86_64-3.6/twisted/protocols/test creating build/lib.linux-x86_64-3.6/twisted/protocols/haproxy/test copying src/twisted/protocols/haproxy/test/test_v2parser.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy/test copying src/twisted/protocols/haproxy/test/test_v1parser.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy/test copying src/twisted/protocols/haproxy/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy/test copying src/twisted/protocols/haproxy/test/test_parser.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy/test copying src/twisted/protocols/haproxy/test/test_wrapper.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy/test running egg_info writing src/Twisted.egg-info/PKG-INFO writing dependency_links to src/Twisted.egg-info/dependency_links.txt writing entry points to src/Twisted.egg-info/entry_points.txt writing requirements to src/Twisted.egg-info/requires.txt writing top-level names to src/Twisted.egg-info/top_level.txt reading manifest file 'src/Twisted.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.misc' found under directory 'src/twisted' warning: no previously-included files matching '*.bugfix' found under directory 'src/twisted' warning: no previously-included files matching '*.doc' found under directory 'src/twisted' warning: no previously-included files matching '*.feature' found under directory 'src/twisted' warning: no previously-included files matching '*.removal' found under directory 'src/twisted' warning: no previously-included files matching 'NEWS' found under directory 'src/twisted' warning: no previously-included files matching 'README' found under directory 'src/twisted' warning: no previously-included files matching 'newsfragments' found under directory 'src/twisted' warning: no previously-included files found matching 'src/twisted/topfiles/CREDITS' warning: no previously-included files found matching 'src/twisted/topfiles/ChangeLog.Old' warning: no previously-included files found matching 'pyproject.toml' warning: no previously-included files found matching 'codecov.yml' warning: no previously-included files found matching 'appveyor.yml' no previously-included directories found matching 'bin' no previously-included directories found matching 'admin' no previously-included directories found matching '.travis' warning: no previously-included files found matching 'docs/historic/2003' warning: no previously-included files matching '*' found under directory 'docs/historic/2003' writing manifest file 'src/Twisted.egg-info/SOURCES.txt' copying src/twisted/test/cert.pem.no_trailing_newline -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/key.pem.no_trailing_newline -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/raiser.c -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/raiser.pyx -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/server.pem -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/python/_sendmsg.c -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/twisted-completion.zsh -> build/lib.linux-x86_64-3.6/twisted/python creating build/lib.linux-x86_64-3.6/twisted/python/_pydoctortemplates copying src/twisted/python/_pydoctortemplates/common.html -> build/lib.linux-x86_64-3.6/twisted/python/_pydoctortemplates copying src/twisted/python/_pydoctortemplates/index.html -> build/lib.linux-x86_64-3.6/twisted/python/_pydoctortemplates copying src/twisted/python/_pydoctortemplates/summary.html -> build/lib.linux-x86_64-3.6/twisted/python/_pydoctortemplates copying src/twisted/words/im/instancemessenger.glade -> build/lib.linux-x86_64-3.6/twisted/words/im copying src/twisted/words/xish/xpathparser.g -> build/lib.linux-x86_64-3.6/twisted/words/xish copying src/twisted/internet/iocpreactor/build.bat -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/notes.txt -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor creating build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor/iocpsupport copying src/twisted/internet/iocpreactor/iocpsupport/acceptex.pxi -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor/iocpsupport copying src/twisted/internet/iocpreactor/iocpsupport/connectex.pxi -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor/iocpsupport copying src/twisted/internet/iocpreactor/iocpsupport/iocpsupport.c -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor/iocpsupport copying src/twisted/internet/iocpreactor/iocpsupport/iocpsupport.pyx -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor/iocpsupport copying src/twisted/internet/iocpreactor/iocpsupport/winsock_pointers.c -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor/iocpsupport copying src/twisted/internet/iocpreactor/iocpsupport/winsock_pointers.h -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor/iocpsupport copying src/twisted/internet/iocpreactor/iocpsupport/wsarecv.pxi -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor/iocpsupport copying src/twisted/internet/iocpreactor/iocpsupport/wsasend.pxi -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor/iocpsupport copying src/twisted/internet/test/_awaittests.py.3only -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/_yieldfromtests.py.3only -> build/lib.linux-x86_64-3.6/twisted/internet/test creating build/lib.linux-x86_64-3.6/twisted/internet/test/fake_CAs copying src/twisted/internet/test/fake_CAs/chain.pem -> build/lib.linux-x86_64-3.6/twisted/internet/test/fake_CAs copying src/twisted/internet/test/fake_CAs/not-a-certificate -> build/lib.linux-x86_64-3.6/twisted/internet/test/fake_CAs copying src/twisted/internet/test/fake_CAs/thing1.pem -> build/lib.linux-x86_64-3.6/twisted/internet/test/fake_CAs copying src/twisted/internet/test/fake_CAs/thing2-duplicate.pem -> build/lib.linux-x86_64-3.6/twisted/internet/test/fake_CAs copying src/twisted/internet/test/fake_CAs/thing2.pem -> build/lib.linux-x86_64-3.6/twisted/internet/test/fake_CAs copying src/twisted/mail/test/rfc822.message -> build/lib.linux-x86_64-3.6/twisted/mail/test copying src/twisted/python/test/_deprecatetests.py.3only -> build/lib.linux-x86_64-3.6/twisted/python/test running build_ext building 'twisted.test.raiser' extension creating build/temp.linux-x86_64-3.6 creating build/temp.linux-x86_64-3.6/src creating build/temp.linux-x86_64-3.6/src/twisted creating build/temp.linux-x86_64-3.6/src/twisted/test x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fdebug-prefix-map=/build/python3.6-sXpGnM/python3.6-3.6.3=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.6m -c src/twisted/test/raiser.c -o build/temp.linux-x86_64-3.6/src/twisted/test/raiser.o src/twisted/test/raiser.c:4:10: fatal error: Python.h: File o directory non esistente #include "Python.h" ^~~~~~~~~~ compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-katgje9p/Twisted/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-h5fr096t-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-katgje9p/Twisted/ user01@user01-server:~$ sudo pip3 install --upgrade watson-developer-cloud The directory '/home/user01/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/user01/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting watson-developer-cloud Downloading watson-developer-cloud-1.2.0.tar.gz (164kB) 100% |████████████████████████████████| 174kB 2.6MB/s Collecting requests<3.0,>=2.0 (from watson-developer-cloud) Downloading requests-2.18.4-py2.py3-none-any.whl (88kB) 100% |████████████████████████████████| 92kB 3.8MB/s Collecting python_dateutil>=2.5.3 (from watson-developer-cloud) Downloading python_dateutil-2.7.0-py2.py3-none-any.whl (207kB) 100% |████████████████████████████████| 215kB 3.3MB/s Collecting autobahn>=0.10.9 (from watson-developer-cloud) Downloading autobahn-18.3.1-py2.py3-none-any.whl (283kB) 100% |████████████████████████████████| 286kB 2.5MB/s Collecting Twisted>=13.2.0 (from watson-developer-cloud) Downloading Twisted-17.9.0.tar.bz2 (3.0MB) 100% |████████████████████████████████| 3.0MB 286kB/s Collecting pyOpenSSL>=16.2.0 (from watson-developer-cloud) Downloading pyOpenSSL-17.5.0-py2.py3-none-any.whl (53kB) 100% |████████████████████████████████| 61kB 6.3MB/s Collecting service-identity>=17.0.0 (from watson-developer-cloud) Downloading service_identity-17.0.0-py2.py3-none-any.whl Collecting urllib3<1.23,>=1.21.1 (from requests<3.0,>=2.0->watson-developer-cloud) Downloading urllib3-1.22-py2.py3-none-any.whl (132kB) 100% |████████████████████████████████| 133kB 4.4MB/s Requirement already up-to-date: idna<2.7,>=2.5 in /usr/local/lib/python3.6/dist-packages (from requests<3.0,>=2.0->watson-developer-cloud) Collecting certifi>=2017.4.17 (from requests<3.0,>=2.0->watson-developer-cloud) Downloading certifi-2018.1.18-py2.py3-none-any.whl (151kB) 100% |████████████████████████████████| 153kB 4.2MB/s Requirement already up-to-date: chardet<3.1.0,>=3.0.2 in /usr/lib/python3/dist-packages (from requests<3.0,>=2.0->watson-developer-cloud) Requirement already up-to-date: six>=1.5 in /usr/local/lib/python3.6/dist-packages (from python_dateutil>=2.5.3->watson-developer-cloud) Collecting txaio>=2.7.0 (from autobahn>=0.10.9->watson-developer-cloud) Downloading txaio-2.9.0-py2.py3-none-any.whl Requirement already up-to-date: zope.interface>=4.0.2 in /usr/local/lib/python3.6/dist-packages (from Twisted>=13.2.0->watson-developer-cloud) Requirement already up-to-date: constantly>=15.1 in /usr/local/lib/python3.6/dist-packages (from Twisted>=13.2.0->watson-developer-cloud) Requirement already up-to-date: incremental>=16.10.1 in /usr/local/lib/python3.6/dist-packages (from Twisted>=13.2.0->watson-developer-cloud) Requirement already up-to-date: Automat>=0.3.0 in /usr/local/lib/python3.6/dist-packages (from Twisted>=13.2.0->watson-developer-cloud) Requirement already up-to-date: hyperlink>=17.1.1 in /usr/local/lib/python3.6/dist-packages (from Twisted>=13.2.0->watson-developer-cloud) Collecting cryptography>=2.1.4 (from pyOpenSSL>=16.2.0->watson-developer-cloud) Downloading cryptography-2.1.4-cp36-cp36m-manylinux1_x86_64.whl (2.2MB) 100% |████████████████████████████████| 2.2MB 368kB/s Collecting pyasn1 (from service-identity>=17.0.0->watson-developer-cloud) Downloading pyasn1-0.4.2-py2.py3-none-any.whl (71kB) 100% |████████████████████████████████| 71kB 3.9MB/s Requirement already up-to-date: attrs in /usr/local/lib/python3.6/dist-packages (from service-identity>=17.0.0->watson-developer-cloud) Collecting pyasn1-modules (from service-identity>=17.0.0->watson-developer-cloud) Downloading pyasn1_modules-0.2.1-py2.py3-none-any.whl (60kB) 100% |████████████████████████████████| 61kB 7.1MB/s Requirement already up-to-date: setuptools in /usr/local/lib/python3.6/dist-packages (from zope.interface>=4.0.2->Twisted>=13.2.0->watson-developer-cloud) Collecting asn1crypto>=0.21.0 (from cryptography>=2.1.4->pyOpenSSL>=16.2.0->watson-developer-cloud) Downloading asn1crypto-0.24.0-py2.py3-none-any.whl (101kB) 100% |████████████████████████████████| 102kB 5.8MB/s Collecting cffi>=1.7; platform_python_implementation != "PyPy" (from cryptography>=2.1.4->pyOpenSSL>=16.2.0->watson-developer-cloud) Downloading cffi-1.11.5-cp36-cp36m-manylinux1_x86_64.whl (421kB) 100% |████████████████████████████████| 430kB 1.7MB/s Collecting pycparser (from cffi>=1.7; platform_python_implementation != "PyPy"->cryptography>=2.1.4->pyOpenSSL>=16.2.0->watson-developer-cloud) Installing collected packages: urllib3, certifi, requests, python-dateutil, txaio, autobahn, Twisted, asn1crypto, pycparser, cffi, cryptography, pyOpenSSL, pyasn1, pyasn1-modules, service-identity, watson-developer-cloud Found existing installation: urllib3 1.21.1 Uninstalling urllib3-1.21.1: Successfully uninstalled urllib3-1.21.1 Found existing installation: certifi 2017.4.17 Uninstalling certifi-2017.4.17: Successfully uninstalled certifi-2017.4.17 Found existing installation: requests 2.18.1 Uninstalling requests-2.18.1: Successfully uninstalled requests-2.18.1 Running setup.py install for Twisted ... error Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-s6p84xwz/Twisted/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-d9xljvyd-record/install-record.txt --single-version-externally-managed --compile: running install running build running build_py creating build creating build/lib.linux-x86_64-3.6 creating build/lib.linux-x86_64-3.6/twisted copying src/twisted/__main__.py -> build/lib.linux-x86_64-3.6/twisted copying src/twisted/copyright.py -> build/lib.linux-x86_64-3.6/twisted copying src/twisted/__init__.py -> build/lib.linux-x86_64-3.6/twisted copying src/twisted/_version.py -> build/lib.linux-x86_64-3.6/twisted copying src/twisted/plugin.py -> build/lib.linux-x86_64-3.6/twisted creating build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/checkers.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/ttymodes.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/manhole_tap.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/endpoints.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/__init__.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/tap.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/recvline.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/telnet.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/mixin.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/stdio.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/manhole_ssh.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/manhole.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/interfaces.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/avatar.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/unix.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/error.py -> build/lib.linux-x86_64-3.6/twisted/conch copying src/twisted/conch/ls.py -> build/lib.linux-x86_64-3.6/twisted/conch creating build/lib.linux-x86_64-3.6/twisted/scripts copying src/twisted/scripts/twistd.py -> build/lib.linux-x86_64-3.6/twisted/scripts copying src/twisted/scripts/__init__.py -> build/lib.linux-x86_64-3.6/twisted/scripts copying src/twisted/scripts/_twistw.py -> build/lib.linux-x86_64-3.6/twisted/scripts copying src/twisted/scripts/htmlizer.py -> build/lib.linux-x86_64-3.6/twisted/scripts copying src/twisted/scripts/_twistd_unix.py -> build/lib.linux-x86_64-3.6/twisted/scripts copying src/twisted/scripts/trial.py -> build/lib.linux-x86_64-3.6/twisted/scripts creating build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/client.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/root.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/hosts.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/_rfc1982.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/__init__.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/tap.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/resolve.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/secondary.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/common.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/dns.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/srvconnect.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/server.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/cache.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/authority.py -> build/lib.linux-x86_64-3.6/twisted/names copying src/twisted/names/error.py -> build/lib.linux-x86_64-3.6/twisted/names creating build/lib.linux-x86_64-3.6/twisted/_threads copying src/twisted/_threads/_threadworker.py -> build/lib.linux-x86_64-3.6/twisted/_threads copying src/twisted/_threads/_ithreads.py -> build/lib.linux-x86_64-3.6/twisted/_threads copying src/twisted/_threads/_pool.py -> build/lib.linux-x86_64-3.6/twisted/_threads copying src/twisted/_threads/__init__.py -> build/lib.linux-x86_64-3.6/twisted/_threads copying src/twisted/_threads/_convenience.py -> build/lib.linux-x86_64-3.6/twisted/_threads copying src/twisted/_threads/_memory.py -> build/lib.linux-x86_64-3.6/twisted/_threads copying src/twisted/_threads/_team.py -> build/lib.linux-x86_64-3.6/twisted/_threads creating build/lib.linux-x86_64-3.6/twisted/positioning copying src/twisted/positioning/nmea.py -> build/lib.linux-x86_64-3.6/twisted/positioning copying src/twisted/positioning/ipositioning.py -> build/lib.linux-x86_64-3.6/twisted/positioning copying src/twisted/positioning/_sentence.py -> build/lib.linux-x86_64-3.6/twisted/positioning copying src/twisted/positioning/__init__.py -> build/lib.linux-x86_64-3.6/twisted/positioning copying src/twisted/positioning/base.py -> build/lib.linux-x86_64-3.6/twisted/positioning creating build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_conch.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/cred_memory.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_trial.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_socks.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_words.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_inet.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/__init__.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_core.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_ftp.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_names.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/cred_file.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_reactors.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_portforward.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_web.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/cred_anonymous.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/cred_unix.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/cred_sshkeys.py -> build/lib.linux-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_runner.py -> build/lib.linux-x86_64-3.6/twisted/plugins creating build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_format.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_io.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_util.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_logger.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_buffer.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/__init__.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_global.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_json.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_observer.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_file.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_levels.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_filter.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_flatten.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_stdlib.py -> build/lib.linux-x86_64-3.6/twisted/logger copying src/twisted/logger/_legacy.py -> build/lib.linux-x86_64-3.6/twisted/logger creating build/lib.linux-x86_64-3.6/twisted/pair copying src/twisted/pair/testing.py -> build/lib.linux-x86_64-3.6/twisted/pair copying src/twisted/pair/rawudp.py -> build/lib.linux-x86_64-3.6/twisted/pair copying src/twisted/pair/ethernet.py -> build/lib.linux-x86_64-3.6/twisted/pair copying src/twisted/pair/raw.py -> build/lib.linux-x86_64-3.6/twisted/pair copying src/twisted/pair/__init__.py -> build/lib.linux-x86_64-3.6/twisted/pair copying src/twisted/pair/tuntap.py -> build/lib.linux-x86_64-3.6/twisted/pair copying src/twisted/pair/ip.py -> build/lib.linux-x86_64-3.6/twisted/pair creating build/lib.linux-x86_64-3.6/twisted/runner copying src/twisted/runner/procmon.py -> build/lib.linux-x86_64-3.6/twisted/runner copying src/twisted/runner/__init__.py -> build/lib.linux-x86_64-3.6/twisted/runner copying src/twisted/runner/inetd.py -> build/lib.linux-x86_64-3.6/twisted/runner copying src/twisted/runner/inetdtap.py -> build/lib.linux-x86_64-3.6/twisted/runner copying src/twisted/runner/inetdconf.py -> build/lib.linux-x86_64-3.6/twisted/runner copying src/twisted/runner/procmontap.py -> build/lib.linux-x86_64-3.6/twisted/runner creating build/lib.linux-x86_64-3.6/twisted/spread copying src/twisted/spread/banana.py -> build/lib.linux-x86_64-3.6/twisted/spread copying src/twisted/spread/util.py -> build/lib.linux-x86_64-3.6/twisted/spread copying src/twisted/spread/flavors.py -> build/lib.linux-x86_64-3.6/twisted/spread copying src/twisted/spread/publish.py -> build/lib.linux-x86_64-3.6/twisted/spread copying src/twisted/spread/__init__.py -> build/lib.linux-x86_64-3.6/twisted/spread copying src/twisted/spread/jelly.py -> build/lib.linux-x86_64-3.6/twisted/spread copying src/twisted/spread/pb.py -> build/lib.linux-x86_64-3.6/twisted/spread copying src/twisted/spread/interfaces.py -> build/lib.linux-x86_64-3.6/twisted/spread creating build/lib.linux-x86_64-3.6/twisted/words copying src/twisted/words/service.py -> build/lib.linux-x86_64-3.6/twisted/words copying src/twisted/words/xmpproutertap.py -> build/lib.linux-x86_64-3.6/twisted/words copying src/twisted/words/__init__.py -> build/lib.linux-x86_64-3.6/twisted/words copying src/twisted/words/tap.py -> build/lib.linux-x86_64-3.6/twisted/words copying src/twisted/words/ewords.py -> build/lib.linux-x86_64-3.6/twisted/words copying src/twisted/words/iwords.py -> build/lib.linux-x86_64-3.6/twisted/words creating build/lib.linux-x86_64-3.6/twisted/tap copying src/twisted/tap/ftp.py -> build/lib.linux-x86_64-3.6/twisted/tap copying src/twisted/tap/__init__.py -> build/lib.linux-x86_64-3.6/twisted/tap copying src/twisted/tap/socks.py -> build/lib.linux-x86_64-3.6/twisted/tap copying src/twisted/tap/portforward.py -> build/lib.linux-x86_64-3.6/twisted/tap creating build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_sslverify.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/gireactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/process.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/wxsupport.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_posixserialport.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/selectreactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/gtk3reactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/tcp.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/ssl.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_idna.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/default.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/endpoints.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/fdesc.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_resolver.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/win32eventreactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_threadedselect.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/__init__.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/kqreactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_dumbwin32proc.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/task.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_posixstdio.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/cfreactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/abstract.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/stdio.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/defer.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/serialport.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/threads.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/base.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/gtk2reactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/udp.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/asyncioreactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/posixbase.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_newtls.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/reactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/epollreactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_win32stdio.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_pollingfile.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/protocol.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/address.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/pyuisupport.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/utils.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_baseprocess.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/inotify.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/tksupport.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/wxreactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_signals.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/interfaces.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_glibbase.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_producer_helpers.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/_win32serialport.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/main.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/unix.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/glib2reactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/pollreactor.py -> build/lib.linux-x86_64-3.6/twisted/internet copying src/twisted/internet/error.py -> build/lib.linux-x86_64-3.6/twisted/internet creating build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/client.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/demo.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/util.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/_http2.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/rewrite.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/vhost.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/__init__.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/tap.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/iweb.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/http_headers.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/template.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/script.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/guard.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/_newclient.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/twcgi.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/wsgi.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/sux.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/http.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/resource.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/domhelpers.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/proxy.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/xmlrpc.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/distrib.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/_element.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/microdom.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/server.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/html.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/_stan.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/_flatten.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/static.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/_responses.py -> build/lib.linux-x86_64-3.6/twisted/web copying src/twisted/web/error.py -> build/lib.linux-x86_64-3.6/twisted/web creating build/lib.linux-x86_64-3.6/twisted/application copying src/twisted/application/service.py -> build/lib.linux-x86_64-3.6/twisted/application copying src/twisted/application/strports.py -> build/lib.linux-x86_64-3.6/twisted/application copying src/twisted/application/reactors.py -> build/lib.linux-x86_64-3.6/twisted/application copying src/twisted/application/app.py -> build/lib.linux-x86_64-3.6/twisted/application copying src/twisted/application/__init__.py -> build/lib.linux-x86_64-3.6/twisted/application copying src/twisted/application/internet.py -> build/lib.linux-x86_64-3.6/twisted/application creating build/lib.linux-x86_64-3.6/twisted/mail copying src/twisted/mail/smtp.py -> build/lib.linux-x86_64-3.6/twisted/mail copying src/twisted/mail/_except.py -> build/lib.linux-x86_64-3.6/twisted/mail copying src/twisted/mail/_cred.py -> build/lib.linux-x86_64-3.6/twisted/mail copying src/twisted/mail/interfaces.py -> build/lib.linux-x86_64-3.6/twisted/mail copying src/twisted/mail/imap4.py -> build/lib.linux-x86_64-3.6/twisted/mail creating build/lib.linux-x86_64-3.6/twisted/enterprise copying src/twisted/enterprise/__init__.py -> build/lib.linux-x86_64-3.6/twisted/enterprise copying src/twisted/enterprise/adbapi.py -> build/lib.linux-x86_64-3.6/twisted/enterprise creating build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_sslverify.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/iosim.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_postfix.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_finger.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_failure.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_stringtransport.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/mock_win32process.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_ssl.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_twisted.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_threadpool.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/ssl_helpers.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_strerror.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/plugin_extra2.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/process_signal.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_pcp.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/process_stdinreader.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/process_linger.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_text.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_htb.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_dict.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/reflect_helper_VE.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_ftp_options.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_stdio.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_tpfile.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/plugin_basic.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/stdio_test_lastwrite.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_defer.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/process_fds.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_threadable.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_formmethod.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_logfile.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_reflect.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_nooldstyle.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_sob.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/process_getargv.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/testutils.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_plugin.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/stdio_test_hostpeer.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/plugin_extra1.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_factories.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_adbapi.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/myrebuilder1.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_dirdbm.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_iutils.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/stdio_test_halfclose.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/reflect_helper_IE.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_loopback.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_persisted.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_policies.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_stateful.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/stdio_test_producer.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_cooperator.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_tcp.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_main.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_fdesc.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_ftp.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_compat.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_log.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_socks.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_iosim.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_task.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_tcp_internals.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_amp.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_memcache.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_threads.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/myrebuilder2.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/crash_test_dummy.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/stdio_test_consumer.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/process_cmdline.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_monkey.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_context.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_unix.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/process_tty.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_usage.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_defgen.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_udp.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/stdio_test_writeseq.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_shortcut.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_ident.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_protocols.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_abstract.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/process_echoer.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_modules.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/stdio_test_write.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/stdio_test_loseconn.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/process_reader.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/process_getenv.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/process_tester.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_rebuild.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_roots.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/proto_helpers.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/reflect_helper_ZDE.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_sip.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/process_twisted.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_randbytes.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_application.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_process.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_error.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_twistd.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_paths.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_lockfile.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_internet.py -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/test_strports.py -> build/lib.linux-x86_64-3.6/twisted/test creating build/lib.linux-x86_64-3.6/twisted/trial copying src/twisted/trial/__main__.py -> build/lib.linux-x86_64-3.6/twisted/trial copying src/twisted/trial/util.py -> build/lib.linux-x86_64-3.6/twisted/trial copying src/twisted/trial/runner.py -> build/lib.linux-x86_64-3.6/twisted/trial copying src/twisted/trial/__init__.py -> build/lib.linux-x86_64-3.6/twisted/trial copying src/twisted/trial/_asyncrunner.py -> build/lib.linux-x86_64-3.6/twisted/trial copying src/twisted/trial/itrial.py -> build/lib.linux-x86_64-3.6/twisted/trial copying src/twisted/trial/_synctest.py -> build/lib.linux-x86_64-3.6/twisted/trial copying src/twisted/trial/_asynctest.py -> build/lib.linux-x86_64-3.6/twisted/trial copying src/twisted/trial/unittest.py -> build/lib.linux-x86_64-3.6/twisted/trial copying src/twisted/trial/reporter.py -> build/lib.linux-x86_64-3.6/twisted/trial creating build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/_shellcomp.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/_textattributes.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/compat.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/formmethod.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/constants.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/lockfile.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/_setup.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/modules.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/_oldstyle.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/threadable.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/procutils.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/util.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/_tzhelper.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/_inotify.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/monkey.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/url.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/logfile.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/_url.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/threadpool.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/components.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/syslog.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/__init__.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/urlpath.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/shortcut.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/usage.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/versions.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/filepath.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/htmlizer.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/release.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/text.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/runtime.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/reflect.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/_release.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/win32.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/zippath.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/log.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/sendmsg.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/context.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/failure.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/randbytes.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/zipstream.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/_appdirs.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/deprecate.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/fakepwd.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/roots.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/rebuild.py -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/systemd.py -> build/lib.linux-x86_64-3.6/twisted/python creating build/lib.linux-x86_64-3.6/twisted/persisted copying src/twisted/persisted/crefutil.py -> build/lib.linux-x86_64-3.6/twisted/persisted copying src/twisted/persisted/aot.py -> build/lib.linux-x86_64-3.6/twisted/persisted copying src/twisted/persisted/__init__.py -> build/lib.linux-x86_64-3.6/twisted/persisted copying src/twisted/persisted/styles.py -> build/lib.linux-x86_64-3.6/twisted/persisted copying src/twisted/persisted/sob.py -> build/lib.linux-x86_64-3.6/twisted/persisted copying src/twisted/persisted/dirdbm.py -> build/lib.linux-x86_64-3.6/twisted/persisted creating build/lib.linux-x86_64-3.6/twisted/cred copying src/twisted/cred/checkers.py -> build/lib.linux-x86_64-3.6/twisted/cred copying src/twisted/cred/credentials.py -> build/lib.linux-x86_64-3.6/twisted/cred copying src/twisted/cred/__init__.py -> build/lib.linux-x86_64-3.6/twisted/cred copying src/twisted/cred/strcred.py -> build/lib.linux-x86_64-3.6/twisted/cred copying src/twisted/cred/_digest.py -> build/lib.linux-x86_64-3.6/twisted/cred copying src/twisted/cred/portal.py -> build/lib.linux-x86_64-3.6/twisted/cred copying src/twisted/cred/error.py -> build/lib.linux-x86_64-3.6/twisted/cred creating build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/pcp.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/loopback.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/sip.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/wire.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/memcache.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/ftp.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/__init__.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/socks.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/htb.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/ident.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/amp.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/basic.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/policies.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/stateful.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/tls.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/finger.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/dict.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/postfix.py -> build/lib.linux-x86_64-3.6/twisted/protocols copying src/twisted/protocols/portforward.py -> build/lib.linux-x86_64-3.6/twisted/protocols creating build/lib.linux-x86_64-3.6/twisted/conch/scripts copying src/twisted/conch/scripts/__init__.py -> build/lib.linux-x86_64-3.6/twisted/conch/scripts copying src/twisted/conch/scripts/cftp.py -> build/lib.linux-x86_64-3.6/twisted/conch/scripts copying src/twisted/conch/scripts/conch.py -> build/lib.linux-x86_64-3.6/twisted/conch/scripts copying src/twisted/conch/scripts/ckeygen.py -> build/lib.linux-x86_64-3.6/twisted/conch/scripts copying src/twisted/conch/scripts/tkconch.py -> build/lib.linux-x86_64-3.6/twisted/conch/scripts creating build/lib.linux-x86_64-3.6/twisted/conch/ui copying src/twisted/conch/ui/__init__.py -> build/lib.linux-x86_64-3.6/twisted/conch/ui copying src/twisted/conch/ui/ansi.py -> build/lib.linux-x86_64-3.6/twisted/conch/ui copying src/twisted/conch/ui/tkvt100.py -> build/lib.linux-x86_64-3.6/twisted/conch/ui creating build/lib.linux-x86_64-3.6/twisted/conch/insults copying src/twisted/conch/insults/client.py -> build/lib.linux-x86_64-3.6/twisted/conch/insults copying src/twisted/conch/insults/__init__.py -> build/lib.linux-x86_64-3.6/twisted/conch/insults copying src/twisted/conch/insults/insults.py -> build/lib.linux-x86_64-3.6/twisted/conch/insults copying src/twisted/conch/insults/colors.py -> build/lib.linux-x86_64-3.6/twisted/conch/insults copying src/twisted/conch/insults/window.py -> build/lib.linux-x86_64-3.6/twisted/conch/insults copying src/twisted/conch/insults/helper.py -> build/lib.linux-x86_64-3.6/twisted/conch/insults copying src/twisted/conch/insults/text.py -> build/lib.linux-x86_64-3.6/twisted/conch/insults creating build/lib.linux-x86_64-3.6/twisted/conch/openssh_compat copying src/twisted/conch/openssh_compat/factory.py -> build/lib.linux-x86_64-3.6/twisted/conch/openssh_compat copying src/twisted/conch/openssh_compat/primes.py -> build/lib.linux-x86_64-3.6/twisted/conch/openssh_compat copying src/twisted/conch/openssh_compat/__init__.py -> build/lib.linux-x86_64-3.6/twisted/conch/openssh_compat creating build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/service.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/transport.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/factory.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/agent.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/userauth.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/_kex.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/__init__.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/connection.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/session.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/common.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/channel.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/address.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/keys.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/sexpy.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/forwarding.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/filetransfer.py -> build/lib.linux-x86_64-3.6/twisted/conch/ssh creating build/lib.linux-x86_64-3.6/twisted/conch/client copying src/twisted/conch/client/agent.py -> build/lib.linux-x86_64-3.6/twisted/conch/client copying src/twisted/conch/client/options.py -> build/lib.linux-x86_64-3.6/twisted/conch/client copying src/twisted/conch/client/connect.py -> build/lib.linux-x86_64-3.6/twisted/conch/client copying src/twisted/conch/client/direct.py -> build/lib.linux-x86_64-3.6/twisted/conch/client copying src/twisted/conch/client/default.py -> build/lib.linux-x86_64-3.6/twisted/conch/client copying src/twisted/conch/client/__init__.py -> build/lib.linux-x86_64-3.6/twisted/conch/client copying src/twisted/conch/client/knownhosts.py -> build/lib.linux-x86_64-3.6/twisted/conch/client creating build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_mixin.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_knownhosts.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/loopback.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_ssh.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_text.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_tap.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_recvline.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_ckeygen.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_manhole_tap.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_connection.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_openssh_compat.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_cftp.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_keys.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_helper.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_scripts.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_insults.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_forwarding.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_conch.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_endpoints.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_agent.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_channel.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_manhole.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_checkers.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_filetransfer.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_unix.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_userauth.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_transport.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_address.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_default.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_window.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_telnet.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/keydata.py -> build/lib.linux-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_session.py -> build/lib.linux-x86_64-3.6/twisted/conch/test creating build/lib.linux-x86_64-3.6/twisted/scripts/test copying src/twisted/scripts/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/scripts/test copying src/twisted/scripts/test/test_scripts.py -> build/lib.linux-x86_64-3.6/twisted/scripts/test creating build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_client.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_dns.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_tap.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_rootresolve.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_common.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_srvconnect.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_cache.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_util.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_names.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_server.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_rfc1982.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_resolve.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_examples.py -> build/lib.linux-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_hosts.py -> build/lib.linux-x86_64-3.6/twisted/names/test creating build/lib.linux-x86_64-3.6/twisted/_threads/test copying src/twisted/_threads/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/_threads/test copying src/twisted/_threads/test/test_convenience.py -> build/lib.linux-x86_64-3.6/twisted/_threads/test copying src/twisted/_threads/test/test_memory.py -> build/lib.linux-x86_64-3.6/twisted/_threads/test copying src/twisted/_threads/test/test_team.py -> build/lib.linux-x86_64-3.6/twisted/_threads/test copying src/twisted/_threads/test/test_threadworker.py -> build/lib.linux-x86_64-3.6/twisted/_threads/test creating build/lib.linux-x86_64-3.6/twisted/positioning/test copying src/twisted/positioning/test/test_base.py -> build/lib.linux-x86_64-3.6/twisted/positioning/test copying src/twisted/positioning/test/receiver.py -> build/lib.linux-x86_64-3.6/twisted/positioning/test copying src/twisted/positioning/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/positioning/test copying src/twisted/positioning/test/test_sentence.py -> build/lib.linux-x86_64-3.6/twisted/positioning/test copying src/twisted/positioning/test/test_nmea.py -> build/lib.linux-x86_64-3.6/twisted/positioning/test creating build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_json.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_global.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_format.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_io.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_buffer.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_filter.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_levels.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_file.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_logger.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_observer.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_flatten.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_stdlib.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_util.py -> build/lib.linux-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_legacy.py -> build/lib.linux-x86_64-3.6/twisted/logger/test creating build/lib.linux-x86_64-3.6/twisted/pair/test copying src/twisted/pair/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/pair/test copying src/twisted/pair/test/test_rawudp.py -> build/lib.linux-x86_64-3.6/twisted/pair/test copying src/twisted/pair/test/test_ethernet.py -> build/lib.linux-x86_64-3.6/twisted/pair/test copying src/twisted/pair/test/test_ip.py -> build/lib.linux-x86_64-3.6/twisted/pair/test copying src/twisted/pair/test/test_tuntap.py -> build/lib.linux-x86_64-3.6/twisted/pair/test creating build/lib.linux-x86_64-3.6/twisted/runner/test copying src/twisted/runner/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/runner/test copying src/twisted/runner/test/test_procmon.py -> build/lib.linux-x86_64-3.6/twisted/runner/test copying src/twisted/runner/test/test_procmontap.py -> build/lib.linux-x86_64-3.6/twisted/runner/test copying src/twisted/runner/test/test_inetdconf.py -> build/lib.linux-x86_64-3.6/twisted/runner/test creating build/lib.linux-x86_64-3.6/twisted/spread/test copying src/twisted/spread/test/test_banana.py -> build/lib.linux-x86_64-3.6/twisted/spread/test copying src/twisted/spread/test/test_jelly.py -> build/lib.linux-x86_64-3.6/twisted/spread/test copying src/twisted/spread/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/spread/test copying src/twisted/spread/test/test_pbfailure.py -> build/lib.linux-x86_64-3.6/twisted/spread/test copying src/twisted/spread/test/test_pb.py -> build/lib.linux-x86_64-3.6/twisted/spread/test creating build/lib.linux-x86_64-3.6/twisted/words/im copying src/twisted/words/im/ircsupport.py -> build/lib.linux-x86_64-3.6/twisted/words/im copying src/twisted/words/im/basesupport.py -> build/lib.linux-x86_64-3.6/twisted/words/im copying src/twisted/words/im/__init__.py -> build/lib.linux-x86_64-3.6/twisted/words/im copying src/twisted/words/im/locals.py -> build/lib.linux-x86_64-3.6/twisted/words/im copying src/twisted/words/im/basechat.py -> build/lib.linux-x86_64-3.6/twisted/words/im copying src/twisted/words/im/interfaces.py -> build/lib.linux-x86_64-3.6/twisted/words/im copying src/twisted/words/im/pbsupport.py -> build/lib.linux-x86_64-3.6/twisted/words/im copying src/twisted/words/im/baseaccount.py -> build/lib.linux-x86_64-3.6/twisted/words/im creating build/lib.linux-x86_64-3.6/twisted/words/xish copying src/twisted/words/xish/domish.py -> build/lib.linux-x86_64-3.6/twisted/words/xish copying src/twisted/words/xish/utility.py -> build/lib.linux-x86_64-3.6/twisted/words/xish copying src/twisted/words/xish/xmlstream.py -> build/lib.linux-x86_64-3.6/twisted/words/xish copying src/twisted/words/xish/__init__.py -> build/lib.linux-x86_64-3.6/twisted/words/xish copying src/twisted/words/xish/xpath.py -> build/lib.linux-x86_64-3.6/twisted/words/xish copying src/twisted/words/xish/xpathparser.py -> build/lib.linux-x86_64-3.6/twisted/words/xish creating build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_xmlstream.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabberjstrports.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabbercomponent.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabbersasl.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabberxmppstringprep.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabberxmlstream.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_tap.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabberclient.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_xmpproutertap.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabbererror.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_basesupport.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_ircsupport.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_irc_service.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_service.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_domish.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_basechat.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_xishutil.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_irc.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_xpath.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabberjid.py -> build/lib.linux-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabbersaslmechanisms.py -> build/lib.linux-x86_64-3.6/twisted/words/test creating build/lib.linux-x86_64-3.6/twisted/words/protocols copying src/twisted/words/protocols/__init__.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols copying src/twisted/words/protocols/irc.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols creating build/lib.linux-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/client.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/sasl.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/xmlstream.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/__init__.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/ijabber.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/sasl_mechanisms.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/xmpp_stringprep.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/component.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/jid.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/jstrports.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/error.py -> build/lib.linux-x86_64-3.6/twisted/words/protocols/jabber creating build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/tcp.py -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/const.py -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/__init__.py -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/setup.py -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/abstract.py -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/udp.py -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/reactor.py -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/interfaces.py -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor creating build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_base.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/_posixifaces.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_epollreactor.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/fakeendpoint.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_iocp.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/_win32ifaces.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_inotify.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_stdio.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/process_cli.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_socket.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_posixprocess.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/connectionmixins.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_posixbase.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_protocol.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_serialport.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_tls.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_newtls.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/modulehelpers.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_time.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_tcp.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_main.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/reactormixins.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_kqueuereactor.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_fdset.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_resolver.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_threads.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_endpoints.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_pollingfile.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_core.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_udp_internals.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_inlinecb.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_baseprocess.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_unix.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_udp.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_abstract.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_win32serialport.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_win32events.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_address.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/process_gireactornocompat.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/process_helper.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_default.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_filedescriptor.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_gireactor.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_coroutines.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/process_connectionlost.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_process.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_sigchld.py -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_glibbase.py -> build/lib.linux-x86_64-3.6/twisted/internet/test creating build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_client.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_http.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_proxy.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_tap.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/_util.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_vhost.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_distrib.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_webclient.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_wsgi.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_newclient.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_resource.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_static.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_cgi.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_httpauth.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_http_headers.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_agent.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_template.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_stan.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/requesthelper.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_flatten.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_http2.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_web__responses.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_domhelpers.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_util.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_script.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_xml.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_html.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_error.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_xmlrpc.py -> build/lib.linux-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_web.py -> build/lib.linux-x86_64-3.6/twisted/web/test creating build/lib.linux-x86_64-3.6/twisted/web/_auth copying src/twisted/web/_auth/digest.py -> build/lib.linux-x86_64-3.6/twisted/web/_auth copying src/twisted/web/_auth/__init__.py -> build/lib.linux-x86_64-3.6/twisted/web/_auth copying src/twisted/web/_auth/wrapper.py -> build/lib.linux-x86_64-3.6/twisted/web/_auth copying src/twisted/web/_auth/basic.py -> build/lib.linux-x86_64-3.6/twisted/web/_auth creating build/lib.linux-x86_64-3.6/twisted/application/runner copying src/twisted/application/runner/_pidfile.py -> build/lib.linux-x86_64-3.6/twisted/application/runner copying src/twisted/application/runner/_exit.py -> build/lib.linux-x86_64-3.6/twisted/application/runner copying src/twisted/application/runner/__init__.py -> build/lib.linux-x86_64-3.6/twisted/application/runner copying src/twisted/application/runner/_runner.py -> build/lib.linux-x86_64-3.6/twisted/application/runner creating build/lib.linux-x86_64-3.6/twisted/application/twist copying src/twisted/application/twist/__init__.py -> build/lib.linux-x86_64-3.6/twisted/application/twist copying src/twisted/application/twist/_twist.py -> build/lib.linux-x86_64-3.6/twisted/application/twist copying src/twisted/application/twist/_options.py -> build/lib.linux-x86_64-3.6/twisted/application/twist creating build/lib.linux-x86_64-3.6/twisted/application/test copying src/twisted/application/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/application/test copying src/twisted/application/test/test_service.py -> build/lib.linux-x86_64-3.6/twisted/application/test copying src/twisted/application/test/test_internet.py -> build/lib.linux-x86_64-3.6/twisted/application/test creating build/lib.linux-x86_64-3.6/twisted/application/runner/test copying src/twisted/application/runner/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/application/runner/test copying src/twisted/application/runner/test/test_pidfile.py -> build/lib.linux-x86_64-3.6/twisted/application/runner/test copying src/twisted/application/runner/test/test_exit.py -> build/lib.linux-x86_64-3.6/twisted/application/runner/test copying src/twisted/application/runner/test/test_runner.py -> build/lib.linux-x86_64-3.6/twisted/application/runner/test creating build/lib.linux-x86_64-3.6/twisted/application/twist/test copying src/twisted/application/twist/test/test_twist.py -> build/lib.linux-x86_64-3.6/twisted/application/twist/test copying src/twisted/application/twist/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/application/twist/test copying src/twisted/application/twist/test/test_options.py -> build/lib.linux-x86_64-3.6/twisted/application/twist/test creating build/lib.linux-x86_64-3.6/twisted/mail/test copying src/twisted/mail/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/mail/test copying src/twisted/mail/test/test_imap.py -> build/lib.linux-x86_64-3.6/twisted/mail/test copying src/twisted/mail/test/test_smtp.py -> build/lib.linux-x86_64-3.6/twisted/mail/test creating build/lib.linux-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/workerreporter.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/worker.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/options.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/disttrial.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/__init__.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/workertrial.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/workercommands.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/distreporter.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/managercommands.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist creating build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_asyncassertions.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/mockdoctest.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/moduletest.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/detests.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/mockcustomsuite2.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/novars.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_reporter.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/weird.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_doctest.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_plugins.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_tests.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_log.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/scripttest.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_pyunitcompat.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_assertions.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_keyboard.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_suppression.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_output.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/packages.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/ordertests.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_loader.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/mockcustomsuite.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/moduleself.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/suppression.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_util.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_testcase.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_script.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_warning.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/skipping.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/mockcustomsuite3.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_deferred.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_runner.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/erroneous.py -> build/lib.linux-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/sample.py -> build/lib.linux-x86_64-3.6/twisted/trial/test creating build/lib.linux-x86_64-3.6/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_worker.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_distreporter.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_options.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_workerreporter.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_disttrial.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_workertrial.py -> build/lib.linux-x86_64-3.6/twisted/trial/_dist/test creating build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_syslog.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_inotify.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_zippath.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_runtime.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_deprecate.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_constants.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/modules_helpers.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_setup.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/pullpipe.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_zipstream.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_versions.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_url.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_systemd.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/deprecatedattributes.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_textattributes.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_htmlizer.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_urlpath.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_components.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_util.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_tzhelper.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_release.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_dist3.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_shellcomp.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_fakepwd.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_appdirs.py -> build/lib.linux-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_sendmsg.py -> build/lib.linux-x86_64-3.6/twisted/python/test creating build/lib.linux-x86_64-3.6/twisted/persisted/test copying src/twisted/persisted/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/persisted/test copying src/twisted/persisted/test/test_styles.py -> build/lib.linux-x86_64-3.6/twisted/persisted/test creating build/lib.linux-x86_64-3.6/twisted/cred/test copying src/twisted/cred/test/test_cramauth.py -> build/lib.linux-x86_64-3.6/twisted/cred/test copying src/twisted/cred/test/test_digestauth.py -> build/lib.linux-x86_64-3.6/twisted/cred/test copying src/twisted/cred/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/cred/test copying src/twisted/cred/test/test_strcred.py -> build/lib.linux-x86_64-3.6/twisted/cred/test copying src/twisted/cred/test/test_cred.py -> build/lib.linux-x86_64-3.6/twisted/cred/test copying src/twisted/cred/test/test_simpleauth.py -> build/lib.linux-x86_64-3.6/twisted/cred/test creating build/lib.linux-x86_64-3.6/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_v2parser.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_exceptions.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/__init__.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_interfaces.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_info.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_parser.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_v1parser.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_wrapper.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy creating build/lib.linux-x86_64-3.6/twisted/protocols/test copying src/twisted/protocols/test/test_tls.py -> build/lib.linux-x86_64-3.6/twisted/protocols/test copying src/twisted/protocols/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/protocols/test copying src/twisted/protocols/test/test_basic.py -> build/lib.linux-x86_64-3.6/twisted/protocols/test creating build/lib.linux-x86_64-3.6/twisted/protocols/haproxy/test copying src/twisted/protocols/haproxy/test/test_v2parser.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy/test copying src/twisted/protocols/haproxy/test/test_v1parser.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy/test copying src/twisted/protocols/haproxy/test/__init__.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy/test copying src/twisted/protocols/haproxy/test/test_parser.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy/test copying src/twisted/protocols/haproxy/test/test_wrapper.py -> build/lib.linux-x86_64-3.6/twisted/protocols/haproxy/test running egg_info writing src/Twisted.egg-info/PKG-INFO writing dependency_links to src/Twisted.egg-info/dependency_links.txt writing entry points to src/Twisted.egg-info/entry_points.txt writing requirements to src/Twisted.egg-info/requires.txt writing top-level names to src/Twisted.egg-info/top_level.txt reading manifest file 'src/Twisted.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.misc' found under directory 'src/twisted' warning: no previously-included files matching '*.bugfix' found under directory 'src/twisted' warning: no previously-included files matching '*.doc' found under directory 'src/twisted' warning: no previously-included files matching '*.feature' found under directory 'src/twisted' warning: no previously-included files matching '*.removal' found under directory 'src/twisted' warning: no previously-included files matching 'NEWS' found under directory 'src/twisted' warning: no previously-included files matching 'README' found under directory 'src/twisted' warning: no previously-included files matching 'newsfragments' found under directory 'src/twisted' warning: no previously-included files found matching 'src/twisted/topfiles/CREDITS' warning: no previously-included files found matching 'src/twisted/topfiles/ChangeLog.Old' warning: no previously-included files found matching 'pyproject.toml' warning: no previously-included files found matching 'codecov.yml' warning: no previously-included files found matching 'appveyor.yml' no previously-included directories found matching 'bin' no previously-included directories found matching 'admin' no previously-included directories found matching '.travis' warning: no previously-included files found matching 'docs/historic/2003' warning: no previously-included files matching '*' found under directory 'docs/historic/2003' writing manifest file 'src/Twisted.egg-info/SOURCES.txt' copying src/twisted/test/cert.pem.no_trailing_newline -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/key.pem.no_trailing_newline -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/raiser.c -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/raiser.pyx -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/test/server.pem -> build/lib.linux-x86_64-3.6/twisted/test copying src/twisted/python/_sendmsg.c -> build/lib.linux-x86_64-3.6/twisted/python copying src/twisted/python/twisted-completion.zsh -> build/lib.linux-x86_64-3.6/twisted/python creating build/lib.linux-x86_64-3.6/twisted/python/_pydoctortemplates copying src/twisted/python/_pydoctortemplates/common.html -> build/lib.linux-x86_64-3.6/twisted/python/_pydoctortemplates copying src/twisted/python/_pydoctortemplates/index.html -> build/lib.linux-x86_64-3.6/twisted/python/_pydoctortemplates copying src/twisted/python/_pydoctortemplates/summary.html -> build/lib.linux-x86_64-3.6/twisted/python/_pydoctortemplates copying src/twisted/words/im/instancemessenger.glade -> build/lib.linux-x86_64-3.6/twisted/words/im copying src/twisted/words/xish/xpathparser.g -> build/lib.linux-x86_64-3.6/twisted/words/xish copying src/twisted/internet/iocpreactor/build.bat -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/notes.txt -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor creating build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor/iocpsupport copying src/twisted/internet/iocpreactor/iocpsupport/acceptex.pxi -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor/iocpsupport copying src/twisted/internet/iocpreactor/iocpsupport/connectex.pxi -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor/iocpsupport copying src/twisted/internet/iocpreactor/iocpsupport/iocpsupport.c -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor/iocpsupport copying src/twisted/internet/iocpreactor/iocpsupport/iocpsupport.pyx -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor/iocpsupport copying src/twisted/internet/iocpreactor/iocpsupport/winsock_pointers.c -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor/iocpsupport copying src/twisted/internet/iocpreactor/iocpsupport/winsock_pointers.h -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor/iocpsupport copying src/twisted/internet/iocpreactor/iocpsupport/wsarecv.pxi -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor/iocpsupport copying src/twisted/internet/iocpreactor/iocpsupport/wsasend.pxi -> build/lib.linux-x86_64-3.6/twisted/internet/iocpreactor/iocpsupport copying src/twisted/internet/test/_awaittests.py.3only -> build/lib.linux-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/_yieldfromtests.py.3only -> build/lib.linux-x86_64-3.6/twisted/internet/test creating build/lib.linux-x86_64-3.6/twisted/internet/test/fake_CAs copying src/twisted/internet/test/fake_CAs/chain.pem -> build/lib.linux-x86_64-3.6/twisted/internet/test/fake_CAs copying src/twisted/internet/test/fake_CAs/not-a-certificate -> build/lib.linux-x86_64-3.6/twisted/internet/test/fake_CAs copying src/twisted/internet/test/fake_CAs/thing1.pem -> build/lib.linux-x86_64-3.6/twisted/internet/test/fake_CAs copying src/twisted/internet/test/fake_CAs/thing2-duplicate.pem -> build/lib.linux-x86_64-3.6/twisted/internet/test/fake_CAs copying src/twisted/internet/test/fake_CAs/thing2.pem -> build/lib.linux-x86_64-3.6/twisted/internet/test/fake_CAs copying src/twisted/mail/test/rfc822.message -> build/lib.linux-x86_64-3.6/twisted/mail/test copying src/twisted/python/test/_deprecatetests.py.3only -> build/lib.linux-x86_64-3.6/twisted/python/test running build_ext building 'twisted.test.raiser' extension creating build/temp.linux-x86_64-3.6 creating build/temp.linux-x86_64-3.6/src creating build/temp.linux-x86_64-3.6/src/twisted creating build/temp.linux-x86_64-3.6/src/twisted/test x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fdebug-prefix-map=/build/python3.6-sXpGnM/python3.6-3.6.3=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.6m -c src/twisted/test/raiser.c -o build/temp.linux-x86_64-3.6/src/twisted/test/raiser.o src/twisted/test/raiser.c:4:10: fatal error: Python.h: File o directory non esistente #include "Python.h" ^~~~~~~~~~ compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-s6p84xwz/Twisted/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-d9xljvyd-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-s6p84xwz/Twisted/