Advertisement
Guest User

pycurl_openssl

a guest
Apr 26th, 2015
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 78.16 KB | None | 0 0
  1. $ sudo apt-get install build-essential fakeroot dpkg-dev
  2. Reading package lists... Done
  3. Building dependency tree      
  4. Reading state information... Done
  5. build-essential is already the newest version.
  6. fakeroot is already the newest version.
  7. dpkg-dev is already the newest version.
  8. 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
  9.  
  10. $ sudo apt-get source python-pycurl
  11. Reading package lists... Done
  12. Building dependency tree      
  13. Reading state information... Done
  14. Picking 'pycurl' as source package instead of 'python-pycurl'
  15. NOTICE: 'pycurl' packaging is maintained in the 'Svn' version control system at:
  16. svn://anonscm.debian.org/python-modules/packages/pycurl/trunk/
  17. Need to get 124 kB of source archives.
  18. Get:1 http://ru.archive.ubuntu.com/ubuntu/ trusty/main pycurl 7.19.3-0ubuntu3 (dsc) [1,749 B]
  19. Get:2 http://ru.archive.ubuntu.com/ubuntu/ trusty/main pycurl 7.19.3-0ubuntu3 (tar) [114 kB]
  20. Get:3 http://ru.archive.ubuntu.com/ubuntu/ trusty/main pycurl 7.19.3-0ubuntu3 (diff) [8,117 B]
  21. Fetched 124 kB in 0s (479 kB/s)  
  22. gpgv: Signature made Sun 23 Mar 2014 07:38:21 PM MSK using DSA key ID 0F932C9C
  23. gpgv: Can't check signature: public key not found
  24. dpkg-source: warning: failed to verify signature on ./pycurl_7.19.3-0ubuntu3.dsc
  25. dpkg-source: info: extracting pycurl in pycurl-7.19.3
  26. dpkg-source: info: unpacking pycurl_7.19.3.orig.tar.gz
  27. dpkg-source: info: unpacking pycurl_7.19.3-0ubuntu3.debian.tar.gz
  28. dpkg-source: info: applying 10_setup.py.patch
  29. dpkg-source: info: applying lp1063350.patch
  30.  
  31. $ sudo apt-get build-dep python-pycurl
  32. Reading package lists... Done
  33. Building dependency tree      
  34. Reading state information... Done
  35. Picking 'pycurl' as source package instead of 'python-pycurl'
  36. The following packages will be REMOVED:
  37.  libcurl4-openssl-dev
  38. The following NEW packages will be installed:
  39.  libcurl4-gnutls-dev
  40. 0 upgraded, 1 newly installed, 1 to remove and 6 not upgraded.
  41. Need to get 0 B/235 kB of archives.
  42. After this operation, 34.8 kB disk space will be freed.
  43. Do you want to continue? [Y/n] y
  44. (Reading database ... 107717 files and directories currently installed.)
  45. Removing libcurl4-openssl-dev:amd64 (7.35.0-1ubuntu2.3) ...
  46. Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
  47. Selecting previously unselected package libcurl4-gnutls-dev:amd64.
  48. (Reading database ... 107697 files and directories currently installed.)
  49. Preparing to unpack .../libcurl4-gnutls-dev_7.35.0-1ubuntu2.3_amd64.deb ...
  50. Unpacking libcurl4-gnutls-dev:amd64 (7.35.0-1ubuntu2.3) ...
  51. Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
  52. Setting up libcurl4-gnutls-dev:amd64 (7.35.0-1ubuntu2.3) ...
  53.  
  54. $ sudo apt-get install libcurl4-openssl-dev
  55. Reading package lists... Done
  56. Building dependency tree      
  57. Reading state information... Done
  58. Suggested packages:
  59.  libcurl4-doc libcurl3-dbg
  60. The following packages will be REMOVED:
  61.  libcurl4-gnutls-dev
  62. The following NEW packages will be installed:
  63.  libcurl4-openssl-dev
  64. 0 upgraded, 1 newly installed, 1 to remove and 6 not upgraded.
  65. Need to get 0 B/244 kB of archives.
  66. After this operation, 34.8 kB of additional disk space will be used.
  67. Do you want to continue? [Y/n] y
  68. (Reading database ... 107720 files and directories currently installed.)
  69. Removing libcurl4-gnutls-dev:amd64 (7.35.0-1ubuntu2.3) ...
  70. Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
  71. Selecting previously unselected package libcurl4-openssl-dev:amd64.
  72. (Reading database ... 107697 files and directories currently installed.)
  73. Preparing to unpack .../libcurl4-openssl-dev_7.35.0-1ubuntu2.3_amd64.deb ...
  74. Unpacking libcurl4-openssl-dev:amd64 (7.35.0-1ubuntu2.3) ...
  75. Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
  76. Setting up libcurl4-openssl-dev:amd64 (7.35.0-1ubuntu2.3) …
  77.  
  78. $ sudo dpkg-source -x pycurl_7.19.3-0ubuntu3.dsc
  79. gpgv: Signature made Sun 23 Mar 2014 07:38:21 PM MSK using DSA key ID 0F932C9C
  80. gpgv: Can't check signature: public key not found
  81. dpkg-source: warning: failed to verify signature on ./pycurl_7.19.3-0ubuntu3.dsc
  82. dpkg-source: info: extracting pycurl in pycurl-7.19.3
  83. dpkg-source: info: unpacking pycurl_7.19.3.orig.tar.gz
  84. dpkg-source: info: unpacking pycurl_7.19.3-0ubuntu3.debian.tar.gz
  85. dpkg-source: info: applying 10_setup.py.patch
  86. dpkg-source: info: applying lp1063350.patch
  87.  
  88. $ sudo PYCURL_SSL_LIBRARY=openssl dpkg-buildpackage -rfakeroot -b
  89. dpkg-buildpackage: warning: using a gain-root-command while being root
  90. dpkg-buildpackage: source package pycurl
  91. dpkg-buildpackage: source version 7.19.3-0ubuntu3
  92. dpkg-buildpackage: source distribution trusty
  93. dpkg-buildpackage: source changed by Matthias Klose <doko@ubuntu.com>
  94. dpkg-buildpackage: host architecture amd64
  95.  dpkg-source --before-build pycurl-7.19.3
  96.  fakeroot debian/rules clean
  97. dh clean --with python2,python3
  98.    dh_testdir
  99.    dh_auto_clean
  100. make[1]: Entering directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
  101. rm -rf build dist
  102. rm -f *.pyc *.pyo */*.pyc */*.pyo */*/*.pyc */*/*.pyo
  103. rm -f MANIFEST
  104. cd src && make clean
  105. make[2]: Entering directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3/src'
  106. rm -f *~ *.o *obj *.so
  107. make[2]: Leaving directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3/src'
  108. make[1]: Leaving directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
  109.    dh_clean
  110.  debian/rules build
  111. dh build --with python2,python3
  112.    dh_testdir
  113.    dh_auto_configure
  114.    debian/rules override_dh_auto_build
  115. make[1]: Entering directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
  116. set -e ;\
  117.     for py in 2.7 3.4 ; do \
  118.         python$py setup.py build ; \
  119.         python$py-dbg setup.py build ; \
  120.     done
  121. Using curl-config (libcurl 7.35.0)
  122. running build
  123. running build_py
  124. creating build
  125. creating build/lib.linux-x86_64-2.7
  126. creating build/lib.linux-x86_64-2.7/curl
  127. copying python/curl/__init__.py -> build/lib.linux-x86_64-2.7/curl
  128. running build_ext
  129. building 'pycurl' extension
  130. creating build/temp.linux-x86_64-2.7
  131. creating build/temp.linux-x86_64-2.7/src
  132. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPYCURL_VERSION="7.19.3" -DHAVE_CURL_GNUTLS=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python2.7 -c src/pycurl.c -o build/temp.linux-x86_64-2.7/src/pycurl.o
  133. x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/pycurl.o -L/usr/lib/x86_64-linux-gnu -lcurl -o build/lib.linux-x86_64-2.7/pycurl.so
  134. Using curl-config (libcurl 7.35.0)
  135. running build
  136. running build_py
  137. creating build/lib.linux-x86_64-2.7-pydebug
  138. creating build/lib.linux-x86_64-2.7-pydebug/curl
  139. copying python/curl/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/curl
  140. running build_ext
  141. building 'pycurl' extension
  142. creating build/temp.linux-x86_64-2.7-pydebug
  143. creating build/temp.linux-x86_64-2.7-pydebug/src
  144. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -DPYCURL_VERSION="7.19.3" -DHAVE_CURL_GNUTLS=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python2.7_d -c src/pycurl.c -o build/temp.linux-x86_64-2.7-pydebug/src/pycurl.o
  145. x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7-pydebug/src/pycurl.o -L/usr/lib/x86_64-linux-gnu -lcurl -o build/lib.linux-x86_64-2.7-pydebug/pycurl_d.so
  146. [35212 refs]
  147. Using curl-config (libcurl 7.35.0)
  148. running build
  149. running build_py
  150. creating build/lib.linux-x86_64-3.4
  151. creating build/lib.linux-x86_64-3.4/curl
  152. copying python/curl/__init__.py -> build/lib.linux-x86_64-3.4/curl
  153. running build_ext
  154. building 'pycurl' extension
  155. creating build/temp.linux-x86_64-3.4
  156. creating build/temp.linux-x86_64-3.4/src
  157. x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DPYCURL_VERSION="7.19.3" -DHAVE_CURL_GNUTLS=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.4m -c src/pycurl.c -o build/temp.linux-x86_64-3.4/src/pycurl.o
  158. x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/pycurl.o -L/usr/lib/x86_64-linux-gnu -lcurl -o build/lib.linux-x86_64-3.4/pycurl.cpython-34m.so
  159. Using curl-config (libcurl 7.35.0)
  160. running build
  161. running build_py
  162. creating build/lib.linux-x86_64-3.4-pydebug
  163. creating build/lib.linux-x86_64-3.4-pydebug/curl
  164. copying python/curl/__init__.py -> build/lib.linux-x86_64-3.4-pydebug/curl
  165. running build_ext
  166. building 'pycurl' extension
  167. creating build/temp.linux-x86_64-3.4-pydebug
  168. creating build/temp.linux-x86_64-3.4-pydebug/src
  169. x86_64-linux-gnu-gcc -pthread -g -O0 -Wall -Wstrict-prototypes -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DPYCURL_VERSION="7.19.3" -DHAVE_CURL_GNUTLS=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.4dm -c src/pycurl.c -o build/temp.linux-x86_64-3.4-pydebug/src/pycurl.o
  170. x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -O0 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4-pydebug/src/pycurl.o -L/usr/lib/x86_64-linux-gnu -lcurl -o build/lib.linux-x86_64-3.4-pydebug/pycurl.cpython-34dm.so
  171. make[1]: Leaving directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
  172.    debian/rules override_dh_auto_test
  173. make[1]: Entering directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
  174. set -e ;\
  175.     for py in 2.7 3.4 ; do \
  176.         PYTHONPATH=`ls -d /home/vova/python-pycurl-openssl/pycurl-7.19.3/build/lib.*-*-$py` nosetests --verbose ; \
  177.     done
  178. test_certinfo_option (tests.certinfo_test.CertinfoTest) ... ok
  179. test_request_with_certinfo (tests.certinfo_test.CertinfoTest) ... ok
  180. test_request_without_certinfo (tests.certinfo_test.CertinfoTest) ... ok
  181. test_perform_get_with_debug_function (tests.debug_test.DebugTest) ... ok
  182. test_perform_get (tests.default_write_function_test.DefaultWriteFunctionTest) ... ok
  183. test_easy_close (tests.easy_test.EasyTest) ... ok
  184. test_easy_close_twice (tests.easy_test.EasyTest) ... ok
  185. test_pycurl_error_libcurl (tests.error_test.ErrorTest) ... ok
  186. test_pycurl_error_pycurl (tests.error_test.ErrorTest) ... ok
  187. test_pycurl_error_stdlib (tests.error_test.ErrorTest) ... ok
  188. test_pycurl_errstr_initially_empty (tests.error_test.ErrorTest) ... ok
  189. test_pycurl_errstr_type (tests.error_test.ErrorTest) ... ok
  190. SKIP: PYCURL_VSFTPD_PATH environment variable not set
  191. test_getinfo (tests.getinfo_test.GetinfoTest) ... ok
  192. test_primary_port_etc (tests.getinfo_test.GetinfoTest) ... ok
  193. test_global_init_ack_eintr (tests.global_init_test.GlobalInitTest) ... ok
  194. test_global_init_bogus (tests.global_init_test.GlobalInitTest) ... ok
  195. test_global_init_default (tests.global_init_test.GlobalInitTest) ... ok
  196. test_get (tests.header_function_test.HeaderFunctionTest) ... ok
  197. test_ascii_string_header (tests.header_test.HeaderTest) ... ok
  198. test_ascii_unicode_header (tests.header_test.HeaderTest) ... ok
  199. test_encoded_unicode_header (tests.header_test.HeaderTest) ... ok
  200. test_unicode_string_header (tests.header_test.HeaderTest) ... SKIP: python < 3
  201. test_unicode_unicode_header (tests.header_test.HeaderTest) ... ok
  202. test_add_closed_handle (tests.internals_test.InternalsTest) ... ok
  203. test_add_handle_on_multiple_stacks (tests.internals_test.InternalsTest) ... ok
  204. test_add_handle_twice (tests.internals_test.InternalsTest) ... ok
  205. test_constant_aliasing (tests.internals_test.InternalsTest) ... ok
  206. test_copy_curl (tests.internals_test.InternalsTest) ... ok
  207. test_copy_multi (tests.internals_test.InternalsTest) ... ok
  208. test_cpickle_curl (tests.internals_test.InternalsTest) ... ok
  209. test_cpickle_multi (tests.internals_test.InternalsTest) ... ok
  210. test_move_handle (tests.internals_test.InternalsTest) ... ok
  211. test_pickle_curl (tests.internals_test.InternalsTest) ... ok
  212. test_pickle_multi (tests.internals_test.InternalsTest) ... ok
  213. test_remove_invalid_closed_handle (tests.internals_test.InternalsTest) ... ok
  214. test_remove_invalid_handle (tests.internals_test.InternalsTest) ... ok
  215. test_cyclic_gc (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
  216. test_multi_collection (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
  217. test_multi_cycle (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
  218. test_refcounting_bug_in_reset (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
  219. test_reference_counting (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
  220. test_share_collection (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
  221. test_share_cycle (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
  222. test_multi_socket_select (tests.multi_socket_select_test.MultiSocketSelectTest) ... ok
  223. test_multi_socket (tests.multi_socket_test.MultiSocketTest) ... ok
  224. test_adding_closed_handle_close_then_remove (tests.multi_test.MultiTest) ... ok
  225. test_adding_closed_handle_close_without_removing (tests.multi_test.MultiTest) ... ok
  226. test_adding_closed_handle_remove_then_close (tests.multi_test.MultiTest) ... ok
  227. test_multi (tests.multi_test.MultiTest) ... ok
  228. test_multi_close (tests.multi_test.MultiTest) ... ok
  229. test_multi_close_twice (tests.multi_test.MultiTest) ... ok
  230. test_multi_info_read (tests.multi_test.MultiTest) ... ok
  231. test_multi_select (tests.multi_test.MultiTest) ... ok
  232. test_multi_select_fdset (tests.multi_test.MultiTest) ... ok
  233. test_multi_status_codes (tests.multi_test.MultiTest) ... ok
  234. test_multi_timer (tests.multi_timer_test.MultiSocketTest) ... ok
  235. test_dns_servers (tests.option_constants_test.OptionConstantsTest) ... ok
  236. test_httpauth_digest_ie (tests.option_constants_test.OptionConstantsTest) ... ok
  237. test_noproxy_setopt (tests.option_constants_test.OptionConstantsTest) ... ok
  238. test_operation_timedout_constant (tests.option_constants_test.OptionConstantsTest) ... ok
  239. test_postredir (tests.option_constants_test.OptionConstantsTest) ... ok
  240. test_postredir_flags (tests.option_constants_test.OptionConstantsTest) ... ok
  241. test_postredir_setopt (tests.option_constants_test.OptionConstantsTest) ... ok
  242. test_redir_post_303 (tests.option_constants_test.OptionConstantsTest) ... ok
  243. test_username (tests.option_constants_test.OptionConstantsTest) ... ok
  244. test_pause_via_call (tests.pause_test.PauseTest) ... ok
  245. test_pause_via_return (tests.pause_test.PauseTest) ... ok
  246. test_post_buffer (tests.post_test.PostTest) ... ok
  247. test_post_fields_with_ampersand (tests.post_test.PostTest) ... ok
  248. test_post_file (tests.post_test.PostTest) ... ok
  249. test_post_multiple_fields (tests.post_test.PostTest) ... ok
  250. test_post_single_field (tests.post_test.PostTest) ... ok
  251. test_post_with_null_byte (tests.post_test.PostTest) ... ok
  252. test_delete_attribute_curl (tests.pycurl_object_test.PycurlObjectTest) ... ok
  253. test_delete_attribute_multi (tests.pycurl_object_test.PycurlObjectTest) ... ok
  254. test_delete_attribute_share (tests.pycurl_object_test.PycurlObjectTest) ... ok
  255. test_delete_missing_attribute_curl (tests.pycurl_object_test.PycurlObjectTest) ... ok
  256. test_get_attribute_curl (tests.pycurl_object_test.PycurlObjectTest) ... ok
  257. test_get_attribute_multi (tests.pycurl_object_test.PycurlObjectTest) ... ok
  258. test_get_attribute_share (tests.pycurl_object_test.PycurlObjectTest) ... ok
  259. test_get_missing_attribute_curl (tests.pycurl_object_test.PycurlObjectTest) ... ok
  260. test_modify_attribute_curl (tests.pycurl_object_test.PycurlObjectTest) ... ok
  261. test_modify_attribute_multi (tests.pycurl_object_test.PycurlObjectTest) ... ok
  262. test_modify_attribute_share (tests.pycurl_object_test.PycurlObjectTest) ... ok
  263. test_set_attribute_curl (tests.pycurl_object_test.PycurlObjectTest) ... ok
  264. test_set_attribute_multi (tests.pycurl_object_test.PycurlObjectTest) ... ok
  265. test_set_attribute_share (tests.pycurl_object_test.PycurlObjectTest) ... ok
  266. test_post_with_read_callback (tests.read_callback_test.ReadCallbackTest) ... ok
  267. test_post_with_read_callback_returning_bytes (tests.read_callback_test.ReadCallbackTest) ... ok
  268. test_post_with_read_callback_returning_bytes_with_multibyte (tests.read_callback_test.ReadCallbackTest) ... ok
  269. test_post_with_read_callback_returning_bytes_with_nulls (tests.read_callback_test.ReadCallbackTest) ... ok
  270. test_post_with_read_callback_returning_unicode (tests.read_callback_test.ReadCallbackTest) ... ok
  271. test_post_with_read_callback_returning_unicode_with_multibyte (tests.read_callback_test.ReadCallbackTest) ... successUnicodeEncodeError: 'ascii' codec can't encode characters in position 0-11: ordinal not in range(128)
  272. ok
  273. test_post_with_read_callback_returning_unicode_with_nulls (tests.read_callback_test.ReadCallbackTest) ... Traceback (most recent call last):
  274.   File "/usr/lib/python2.7/wsgiref/handlers.py", line 86, in run
  275.     self.finish_response()
  276.   File "/usr/lib/python2.7/wsgiref/handlers.py", line 128, in finish_response
  277.     self.write(data)
  278.   File "/usr/lib/python2.7/wsgiref/handlers.py", line 212, in write
  279.     self.send_headers()
  280.   File "/usr/lib/python2.7/wsgiref/handlers.py", line 270, in send_headers
  281.     self.send_preamble()
  282.   File "/usr/lib/python2.7/wsgiref/handlers.py", line 194, in send_preamble
  283.     'Date: %s\r\n' % format_date_time(time.time())
  284.   File "/usr/lib/python2.7/socket.py", line 324, in write
  285.     self.flush()
  286.   File "/usr/lib/python2.7/socket.py", line 303, in flush
  287.     self._sock.sendall(view[write_offset:write_offset+buffer_size])
  288. error: [Errno 32] Broken pipe
  289. Traceback (most recent call last):
  290.   File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
  291.     self.process_request(request, client_address)
  292.   File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
  293.     self.finish_request(request, client_address)
  294.   File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
  295.     self.RequestHandlerClass(request, client_address, self)
  296.   File "/usr/lib/python2.7/SocketServer.py", line 651, in __init__
  297.     self.finish()
  298.   File "/usr/lib/python2.7/SocketServer.py", line 710, in finish
  299.     self.wfile.close()
  300.   File "/usr/lib/python2.7/socket.py", line 279, in close
  301.     self.flush()
  302.   File "/usr/lib/python2.7/socket.py", line 303, in flush
  303.     self._sock.sendall(view[write_offset:write_offset+buffer_size])
  304. error: [Errno 32] Broken pipe
  305. ok
  306. test_get_relative (tests.relative_url_test.RelativeUrlTest) ... ok
  307. test_resolve (tests.resolve_test.ResolveTest) ... ok
  308. SKIP: PYCURL_VSFTPD_PATH environment variable not set
  309. test_postfields_lifecycle (tests.setopt_lifecycle_test.SetoptLifecycleTest) ... ok
  310. test_ascii_string (tests.setopt_unicode_test.SetoptUnicodeTest) ... ok
  311. test_unicode_encoded (tests.setopt_unicode_test.SetoptUnicodeTest) ... ok
  312. test_unicode_string (tests.setopt_unicode_test.SetoptUnicodeTest) ... ok
  313. test_share (tests.share_test.ShareTest) ... ok
  314. test_share_close (tests.share_test.ShareTest) ... ok
  315. test_share_close_twice (tests.share_test.ShareTest) ... ok
  316. test_socket_open (tests.socket_open_test.SocketOpenTest) ... ok
  317. test_unset_range (tests.unset_range_test.UnsetRangeTest) ... ok
  318. test_pycurl_user_agent_string (tests.user_agent_string_test.UserAgentStringTest) ... ok
  319. test_comparison (tests.version_comparison_test.VersionComparisonTest) ... ok
  320. test_libcurl_presence (tests.version_test.VersionTest) ... ok
  321. test_pycurl_presence_and_case (tests.version_test.VersionTest) ... ok
  322. test_write_abort (tests.write_abort_test.WriteAbortTest) ... ok
  323. test_write_cb_returning_float (tests.write_cb_bogus_test.WriteAbortTest) ... successpycurl.error: write callback must return int or None
  324. ok
  325. test_write_cb_returning_string (tests.write_cb_bogus_test.WriteAbortTest) ... pycurl.error: write callback must return int or None
  326. ok
  327. test_write_to_file_like (tests.write_to_file_test.WriteToFileTest) ... ok
  328. test_write_to_file_via_function (tests.write_to_file_test.WriteToFileTest) ... ok
  329. test_write_to_file_via_object (tests.write_to_file_test.WriteToFileTest) ... ok
  330. test_write_to_tempfile_via_function (tests.write_to_file_test.WriteToFileTest) ... ok
  331. test_write_to_tempfile_via_object (tests.write_to_file_test.WriteToFileTest) ... SKIP: python < 3
  332. test_write_to_bytesio (tests.write_to_stringio_test.WriteToStringioTest) ... ok
  333. test_write_to_stringio (tests.write_to_stringio_test.WriteToStringioTest) ... SKIP: python < 3
  334.  
  335. ----------------------------------------------------------------------
  336. Ran 119 tests in 18.019s
  337.  
  338. OK (SKIP=5)
  339. test_certinfo_option (tests.certinfo_test.CertinfoTest) ... ok
  340. test_request_with_certinfo (tests.certinfo_test.CertinfoTest) ... SKIP: libcurl does not use openssl
  341. test_request_without_certinfo (tests.certinfo_test.CertinfoTest) ... ok
  342. test_perform_get_with_debug_function (tests.debug_test.DebugTest) ... ok
  343. test_perform_get (tests.default_write_function_test.DefaultWriteFunctionTest) ... ok
  344. test_easy_close (tests.easy_test.EasyTest) ... ok
  345. test_easy_close_twice (tests.easy_test.EasyTest) ... ok
  346. test_pycurl_error_libcurl (tests.error_test.ErrorTest) ... ok
  347. test_pycurl_error_pycurl (tests.error_test.ErrorTest) ... ok
  348. test_pycurl_error_stdlib (tests.error_test.ErrorTest) ... ok
  349. test_pycurl_errstr_initially_empty (tests.error_test.ErrorTest) ... ok
  350. test_pycurl_errstr_type (tests.error_test.ErrorTest) ... ok
  351. SKIP: PYCURL_VSFTPD_PATH environment variable not set
  352. test_getinfo (tests.getinfo_test.GetinfoTest) ... ok
  353. test_primary_port_etc (tests.getinfo_test.GetinfoTest) ... ok
  354. test_global_init_ack_eintr (tests.global_init_test.GlobalInitTest) ... ok
  355. test_global_init_bogus (tests.global_init_test.GlobalInitTest) ... ok
  356. test_global_init_default (tests.global_init_test.GlobalInitTest) ... ok
  357. test_get (tests.header_function_test.HeaderFunctionTest) ... ok
  358. test_ascii_string_header (tests.header_test.HeaderTest) ... ok
  359. test_ascii_unicode_header (tests.header_test.HeaderTest) ... ok
  360. test_encoded_unicode_header (tests.header_test.HeaderTest) ... ok
  361. test_unicode_string_header (tests.header_test.HeaderTest) ... SKIP: python < 3
  362. test_unicode_unicode_header (tests.header_test.HeaderTest) ... ok
  363. test_add_closed_handle (tests.internals_test.InternalsTest) ... ok
  364. test_add_handle_on_multiple_stacks (tests.internals_test.InternalsTest) ... ok
  365. test_add_handle_twice (tests.internals_test.InternalsTest) ... ok
  366. test_constant_aliasing (tests.internals_test.InternalsTest) ... ok
  367. test_copy_curl (tests.internals_test.InternalsTest) ... ok
  368. test_copy_multi (tests.internals_test.InternalsTest) ... ok
  369. test_cpickle_curl (tests.internals_test.InternalsTest) ... ok
  370. test_cpickle_multi (tests.internals_test.InternalsTest) ... ok
  371. test_move_handle (tests.internals_test.InternalsTest) ... ok
  372. test_pickle_curl (tests.internals_test.InternalsTest) ... ok
  373. test_pickle_multi (tests.internals_test.InternalsTest) ... ok
  374. test_remove_invalid_closed_handle (tests.internals_test.InternalsTest) ... ok
  375. test_remove_invalid_handle (tests.internals_test.InternalsTest) ... ok
  376. test_cyclic_gc (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
  377. test_multi_collection (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
  378. test_multi_cycle (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
  379. test_refcounting_bug_in_reset (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
  380. test_reference_counting (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
  381. test_share_collection (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
  382. test_share_cycle (tests.memory_mgmt_test.MemoryMgmtTest) ... ok
  383. test_multi_socket_select (tests.multi_socket_select_test.MultiSocketSelectTest) ... ok
  384. test_multi_socket (tests.multi_socket_test.MultiSocketTest) ... ok
  385. test_adding_closed_handle_close_then_remove (tests.multi_test.MultiTest) ... ok
  386. test_adding_closed_handle_close_without_removing (tests.multi_test.MultiTest) ... ok
  387. test_adding_closed_handle_remove_then_close (tests.multi_test.MultiTest) ... ok
  388. test_multi (tests.multi_test.MultiTest) ... ok
  389. test_multi_close (tests.multi_test.MultiTest) ... ok
  390. test_multi_close_twice (tests.multi_test.MultiTest) ... ok
  391. test_multi_info_read (tests.multi_test.MultiTest) ... ok
  392. test_multi_select (tests.multi_test.MultiTest) ... ok
  393. test_multi_select_fdset (tests.multi_test.MultiTest) ... ok
  394. test_multi_status_codes (tests.multi_test.MultiTest) ... ok
  395. test_multi_timer (tests.multi_timer_test.MultiSocketTest) ... ok
  396. test_dns_servers (tests.option_constants_test.OptionConstantsTest) ... ok
  397. test_httpauth_digest_ie (tests.option_constants_test.OptionConstantsTest) ... ok
  398. test_noproxy_setopt (tests.option_constants_test.OptionConstantsTest) ... ok
  399. test_operation_timedout_constant (tests.option_constants_test.OptionConstantsTest) ... ok
  400. test_postredir (tests.option_constants_test.OptionConstantsTest) ... ok
  401. test_postredir_flags (tests.option_constants_test.OptionConstantsTest) ... ok
  402. test_postredir_setopt (tests.option_constants_test.OptionConstantsTest) ... ok
  403. test_redir_post_303 (tests.option_constants_test.OptionConstantsTest) ... ok
  404. test_username (tests.option_constants_test.OptionConstantsTest) ... ok
  405. test_pause_via_call (tests.pause_test.PauseTest) ... ok
  406. test_pause_via_return (tests.pause_test.PauseTest) ... ok
  407. test_post_buffer (tests.post_test.PostTest) ... ok
  408. test_post_fields_with_ampersand (tests.post_test.PostTest) ... ok
  409. test_post_file (tests.post_test.PostTest) ... ok
  410. test_post_multiple_fields (tests.post_test.PostTest) ... ok
  411. test_post_single_field (tests.post_test.PostTest) ... ok
  412. test_post_with_null_byte (tests.post_test.PostTest) ... ok
  413. test_delete_attribute_curl (tests.pycurl_object_test.PycurlObjectTest) ... ok
  414. test_delete_attribute_multi (tests.pycurl_object_test.PycurlObjectTest) ... ok
  415. test_delete_attribute_share (tests.pycurl_object_test.PycurlObjectTest) ... ok
  416. test_delete_missing_attribute_curl (tests.pycurl_object_test.PycurlObjectTest) ... ok
  417. test_get_attribute_curl (tests.pycurl_object_test.PycurlObjectTest) ... ok
  418. test_get_attribute_multi (tests.pycurl_object_test.PycurlObjectTest) ... ok
  419. test_get_attribute_share (tests.pycurl_object_test.PycurlObjectTest) ... ok
  420. test_get_missing_attribute_curl (tests.pycurl_object_test.PycurlObjectTest) ... ok
  421. test_modify_attribute_curl (tests.pycurl_object_test.PycurlObjectTest) ... ok
  422. test_modify_attribute_multi (tests.pycurl_object_test.PycurlObjectTest) ... ok
  423. test_modify_attribute_share (tests.pycurl_object_test.PycurlObjectTest) ... ok
  424. test_set_attribute_curl (tests.pycurl_object_test.PycurlObjectTest) ... ok
  425. test_set_attribute_multi (tests.pycurl_object_test.PycurlObjectTest) ... ok
  426. test_set_attribute_share (tests.pycurl_object_test.PycurlObjectTest) ... ok
  427. test_post_with_read_callback (tests.read_callback_test.ReadCallbackTest) ... ok
  428. test_post_with_read_callback_returning_bytes (tests.read_callback_test.ReadCallbackTest) ... ok
  429. test_post_with_read_callback_returning_bytes_with_multibyte (tests.read_callback_test.ReadCallbackTest) ... ok
  430. test_post_with_read_callback_returning_bytes_with_nulls (tests.read_callback_test.ReadCallbackTest) ... ok
  431. test_post_with_read_callback_returning_unicode (tests.read_callback_test.ReadCallbackTest) ... ok
  432. test_post_with_read_callback_returning_unicode_with_multibyte (tests.read_callback_test.ReadCallbackTest) ... successUnicodeEncodeError: 'ascii' codec can't encode characters in position 0-11: ordinal not in range(128)
  433. okTraceback (most recent call last):
  434.  
  435.  File "/usr/lib/python2.7/wsgiref/handlers.py", line 86, in run
  436. test_post_with_read_callback_returning_unicode_with_nulls (tests.read_callback_test.ReadCallbackTest) ...     self.finish_response()
  437.  File "/usr/lib/python2.7/wsgiref/handlers.py", line 128, in finish_response
  438.    self.write(data)
  439.  File "/usr/lib/python2.7/wsgiref/handlers.py", line 212, in write
  440.    self.send_headers()
  441.  File "/usr/lib/python2.7/wsgiref/handlers.py", line 270, in send_headers
  442.    self.send_preamble()
  443.  File "/usr/lib/python2.7/wsgiref/handlers.py", line 194, in send_preamble
  444.    'Date: %s\r\n' % format_date_time(time.time())
  445.  File "/usr/lib/python2.7/socket.py", line 324, in write
  446.    self.flush()
  447.  File "/usr/lib/python2.7/socket.py", line 303, in flush
  448.    self._sock.sendall(view[write_offset:write_offset+buffer_size])
  449. error: [Errno 32] Broken pipe
  450. Traceback (most recent call last):
  451.  File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
  452.    self.process_request(request, client_address)
  453.  File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
  454.    self.finish_request(request, client_address)
  455.  File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
  456.    self.RequestHandlerClass(request, client_address, self)
  457.  File "/usr/lib/python2.7/SocketServer.py", line 651, in __init__
  458.    self.finish()
  459.  File "/usr/lib/python2.7/SocketServer.py", line 710, in finish
  460.    self.wfile.close()
  461.  File "/usr/lib/python2.7/socket.py", line 279, in close
  462.    self.flush()
  463.  File "/usr/lib/python2.7/socket.py", line 303, in flush
  464.    self._sock.sendall(view[write_offset:write_offset+buffer_size])
  465. error: [Errno 32] Broken pipe
  466. ok
  467. test_get_relative (tests.relative_url_test.RelativeUrlTest) ... ok
  468. test_resolve (tests.resolve_test.ResolveTest) ... ok
  469. SKIP: PYCURL_VSFTPD_PATH environment variable not set
  470. test_postfields_lifecycle (tests.setopt_lifecycle_test.SetoptLifecycleTest) ... ok
  471. test_ascii_string (tests.setopt_unicode_test.SetoptUnicodeTest) ... ok
  472. test_unicode_encoded (tests.setopt_unicode_test.SetoptUnicodeTest) ... ok
  473. test_unicode_string (tests.setopt_unicode_test.SetoptUnicodeTest) ... ok
  474. test_share (tests.share_test.ShareTest) ... ok
  475. test_share_close (tests.share_test.ShareTest) ... ok
  476. test_share_close_twice (tests.share_test.ShareTest) ... ok
  477. test_socket_open (tests.socket_open_test.SocketOpenTest) ... ok
  478. test_unset_range (tests.unset_range_test.UnsetRangeTest) ... ok
  479. test_pycurl_user_agent_string (tests.user_agent_string_test.UserAgentStringTest) ... ok
  480. test_comparison (tests.version_comparison_test.VersionComparisonTest) ... ok
  481. test_libcurl_presence (tests.version_test.VersionTest) ... ok
  482. test_pycurl_presence_and_case (tests.version_test.VersionTest) ... ok
  483. test_write_abort (tests.write_abort_test.WriteAbortTest) ... ok
  484. test_write_cb_returning_float (tests.write_cb_bogus_test.WriteAbortTest) ... successpycurl.error: write callback must return int or None
  485. ok
  486. test_write_cb_returning_string (tests.write_cb_bogus_test.WriteAbortTest) ... pycurl.error: write callback must return int or None
  487. ok
  488. test_write_to_file_like (tests.write_to_file_test.WriteToFileTest) ... ok
  489. test_write_to_file_via_function (tests.write_to_file_test.WriteToFileTest) ... ok
  490. test_write_to_file_via_object (tests.write_to_file_test.WriteToFileTest) ... ok
  491. test_write_to_tempfile_via_function (tests.write_to_file_test.WriteToFileTest) ... ok
  492. test_write_to_tempfile_via_object (tests.write_to_file_test.WriteToFileTest) ... SKIP: python < 3
  493. test_write_to_bytesio (tests.write_to_stringio_test.WriteToStringioTest) ... ok
  494. test_write_to_stringio (tests.write_to_stringio_test.WriteToStringioTest) ... SKIP: python < 3
  495.  
  496. ----------------------------------------------------------------------
  497. Ran 119 tests in 11.267s
  498.  
  499. OK (SKIP=6)
  500. make[1]: Leaving directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
  501.  fakeroot debian/rules binary
  502. dh binary --with python2,python3
  503.    dh_testroot
  504.    dh_prep
  505.    dh_installdirs
  506.    debian/rules override_dh_auto_install
  507. make[1]: Entering directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
  508. for py in 2.7; do \
  509.         python$py setup.py install --root=/home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl --install-layout=deb; \
  510.         python$py-dbg setup.py install --root=/home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg --install-layout=deb; \
  511.     done
  512. Using curl-config (libcurl 7.35.0)
  513. running install
  514. running build
  515. running build_py
  516. running build_ext
  517. running install_lib
  518. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/lib
  519. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/lib/python2.7
  520. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/lib/python2.7/dist-packages
  521. copying build/lib.linux-x86_64-2.7/pycurl.so -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/lib/python2.7/dist-packages
  522. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/lib/python2.7/dist-packages/curl
  523. copying build/lib.linux-x86_64-2.7/curl/__init__.pyc -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/lib/python2.7/dist-packages/curl
  524. copying build/lib.linux-x86_64-2.7/curl/__init__.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/lib/python2.7/dist-packages/curl
  525. running install_data
  526. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl
  527. copying ChangeLog -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl
  528. copying COPYING-LGPL -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl
  529. copying COPYING-MIT -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl
  530. copying INSTALL -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl
  531. copying README.rst -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl
  532. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/html
  533. copying doc/curlshareobject.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/html
  534. copying doc/curlmultiobject.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/html
  535. copying doc/pycurl.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/html
  536. copying doc/curlobject.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/html
  537. copying doc/callbacks.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/html
  538. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/examples
  539. copying examples/linksys.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/examples
  540. copying examples/retriever.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/examples
  541. copying examples/sfquery.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/examples
  542. copying examples/basicfirst.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/examples
  543. copying examples/xmlrpc_curl.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/examples
  544. copying examples/retriever-multi.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/examples
  545. copying examples/file_upload.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/examples
  546. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  547. copying tests/easy_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  548. copying tests/getinfo_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  549. copying tests/procmgr.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  550. copying tests/reset_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  551. copying tests/pause_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  552. copying tests/header_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  553. copying tests/error_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  554. copying tests/internals_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  555. copying tests/default_write_function_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  556. copying tests/post_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  557. copying tests/multi_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  558. copying tests/write_to_stringio_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  559. copying tests/util.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  560. copying tests/share_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  561. copying tests/setopt_unicode_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  562. copying tests/multi_socket_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  563. copying tests/debug_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  564. copying tests/write_cb_bogus_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  565. copying tests/write_abort_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  566. copying tests/ftp_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  567. copying tests/resolve_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  568. copying tests/memory_mgmt_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  569. copying tests/option_constants_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  570. copying tests/unset_range_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  571. copying tests/runwsgi.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  572. copying tests/version_comparison_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  573. copying tests/global_init_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  574. copying tests/version_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  575. copying tests/seek_function_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  576. copying tests/matrix.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  577. copying tests/pycurl_object_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  578. copying tests/socket_open_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  579. copying tests/multi_socket_select_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  580. copying tests/functools_backport.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  581. copying tests/setopt_lifecycle_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  582. copying tests/multi_timer_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  583. copying tests/appmanager.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  584. copying tests/read_callback_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  585. copying tests/__init__.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  586. copying tests/user_agent_string_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  587. copying tests/certinfo_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  588. copying tests/relative_url_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  589. copying tests/app.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  590. copying tests/write_to_file_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  591. copying tests/header_function_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/share/doc/pycurl/tests
  592. running install_egg_info
  593. Writing /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl/usr/lib/python2.7/dist-packages/pycurl-7.19.3.egg-info
  594. Using curl-config (libcurl 7.35.0)
  595. running install
  596. running build
  597. running build_py
  598. running build_ext
  599. running install_lib
  600. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr
  601. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/lib
  602. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/lib/python2.7
  603. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/lib/python2.7/dist-packages
  604. copying build/lib.linux-x86_64-2.7-pydebug/pycurl_d.so -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/lib/python2.7/dist-packages
  605. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/lib/python2.7/dist-packages/curl
  606. copying build/lib.linux-x86_64-2.7-pydebug/curl/__init__.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/lib/python2.7/dist-packages/curl
  607. byte-compiling /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/lib/python2.7/dist-packages/curl/__init__.py to __init__.pyc
  608. running install_data
  609. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share
  610. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc
  611. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl
  612. copying ChangeLog -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl
  613. copying COPYING-LGPL -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl
  614. copying COPYING-MIT -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl
  615. copying INSTALL -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl
  616. copying README.rst -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl
  617. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/html
  618. copying doc/curlshareobject.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/html
  619. copying doc/curlmultiobject.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/html
  620. copying doc/pycurl.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/html
  621. copying doc/curlobject.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/html
  622. copying doc/callbacks.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/html
  623. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/examples
  624. copying examples/linksys.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/examples
  625. copying examples/retriever.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/examples
  626. copying examples/sfquery.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/examples
  627. copying examples/basicfirst.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/examples
  628. copying examples/xmlrpc_curl.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/examples
  629. copying examples/retriever-multi.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/examples
  630. copying examples/file_upload.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/examples
  631. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  632. copying tests/easy_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  633. copying tests/getinfo_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  634. copying tests/procmgr.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  635. copying tests/reset_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  636. copying tests/pause_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  637. copying tests/header_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  638. copying tests/error_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  639. copying tests/internals_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  640. copying tests/default_write_function_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  641. copying tests/post_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  642. copying tests/multi_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  643. copying tests/write_to_stringio_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  644. copying tests/util.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  645. copying tests/share_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  646. copying tests/setopt_unicode_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  647. copying tests/multi_socket_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  648. copying tests/debug_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  649. copying tests/write_cb_bogus_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  650. copying tests/write_abort_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  651. copying tests/ftp_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  652. copying tests/resolve_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  653. copying tests/memory_mgmt_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  654. copying tests/option_constants_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  655. copying tests/unset_range_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  656. copying tests/runwsgi.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  657. copying tests/version_comparison_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  658. copying tests/global_init_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  659. copying tests/version_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  660. copying tests/seek_function_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  661. copying tests/matrix.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  662. copying tests/pycurl_object_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  663. copying tests/socket_open_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  664. copying tests/multi_socket_select_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  665. copying tests/functools_backport.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  666. copying tests/setopt_lifecycle_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  667. copying tests/multi_timer_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  668. copying tests/appmanager.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  669. copying tests/read_callback_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  670. copying tests/__init__.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  671. copying tests/user_agent_string_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  672. copying tests/certinfo_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  673. copying tests/relative_url_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  674. copying tests/app.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  675. copying tests/write_to_file_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  676. copying tests/header_function_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/share/doc/pycurl/tests
  677. running install_egg_info
  678. Writing /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/lib/python2.7/dist-packages/pycurl-7.19.3.egg-info
  679. [39846 refs]
  680. for py in 3.4; do \
  681.         python$py setup.py install --root=/home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl --install-layout=deb; \
  682.         python$py-dbg setup.py install --root=/home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg --install-layout=deb; \
  683.     done
  684. Using curl-config (libcurl 7.35.0)
  685. running install
  686. running build
  687. running build_py
  688. running build_ext
  689. running install_lib
  690. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr
  691. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/lib
  692. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/lib/python3
  693. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/lib/python3/dist-packages
  694. renaming extension pycurl.cpython-34m.so -> pycurl.cpython-34m-x86_64-linux-gnu.so
  695. copying build/lib.linux-x86_64-3.4/pycurl.cpython-34m.so -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/lib/python3/dist-packages/pycurl.cpython-34m-x86_64-linux-gnu.so
  696. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/lib/python3/dist-packages/curl
  697. copying build/lib.linux-x86_64-3.4/curl/__init__.pyc -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/lib/python3/dist-packages/curl
  698. copying build/lib.linux-x86_64-3.4/curl/__init__.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/lib/python3/dist-packages/curl
  699. byte-compiling /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/lib/python3/dist-packages/curl/__init__.py to __init__.cpython-34.pyc
  700. running install_data
  701. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share
  702. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc
  703. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl
  704. copying ChangeLog -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl
  705. copying COPYING-LGPL -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl
  706. copying COPYING-MIT -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl
  707. copying INSTALL -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl
  708. copying README.rst -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl
  709. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/html
  710. copying doc/curlshareobject.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/html
  711. copying doc/curlmultiobject.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/html
  712. copying doc/pycurl.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/html
  713. copying doc/curlobject.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/html
  714. copying doc/callbacks.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/html
  715. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/examples
  716. copying examples/linksys.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/examples
  717. copying examples/retriever.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/examples
  718. copying examples/sfquery.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/examples
  719. copying examples/basicfirst.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/examples
  720. copying examples/xmlrpc_curl.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/examples
  721. copying examples/retriever-multi.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/examples
  722. copying examples/file_upload.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/examples
  723. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  724. copying tests/easy_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  725. copying tests/getinfo_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  726. copying tests/procmgr.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  727. copying tests/reset_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  728. copying tests/pause_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  729. copying tests/header_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  730. copying tests/error_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  731. copying tests/internals_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  732. copying tests/default_write_function_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  733. copying tests/post_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  734. copying tests/multi_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  735. copying tests/write_to_stringio_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  736. copying tests/util.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  737. copying tests/share_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  738. copying tests/setopt_unicode_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  739. copying tests/multi_socket_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  740. copying tests/debug_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  741. copying tests/write_cb_bogus_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  742. copying tests/write_abort_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  743. copying tests/ftp_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  744. copying tests/resolve_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  745. copying tests/memory_mgmt_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  746. copying tests/option_constants_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  747. copying tests/unset_range_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  748. copying tests/runwsgi.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  749. copying tests/version_comparison_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  750. copying tests/global_init_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  751. copying tests/version_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  752. copying tests/seek_function_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  753. copying tests/matrix.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  754. copying tests/pycurl_object_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  755. copying tests/socket_open_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  756. copying tests/multi_socket_select_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  757. copying tests/functools_backport.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  758. copying tests/setopt_lifecycle_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  759. copying tests/multi_timer_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  760. copying tests/appmanager.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  761. copying tests/read_callback_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  762. copying tests/__init__.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  763. copying tests/user_agent_string_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  764. copying tests/certinfo_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  765. copying tests/relative_url_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  766. copying tests/app.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  767. copying tests/write_to_file_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  768. copying tests/header_function_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/share/doc/pycurl/tests
  769. running install_egg_info
  770. Writing /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl/usr/lib/python3/dist-packages/pycurl-7.19.3.egg-info
  771. Using curl-config (libcurl 7.35.0)
  772. running install
  773. running build
  774. running build_py
  775. running build_ext
  776. running install_lib
  777. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr
  778. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/lib
  779. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/lib/python3
  780. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/lib/python3/dist-packages
  781. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/lib/python3/dist-packages/curl
  782. copying build/lib.linux-x86_64-3.4-pydebug/curl/__init__.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/lib/python3/dist-packages/curl
  783. renaming extension pycurl.cpython-34dm.so -> pycurl.cpython-34dm-x86_64-linux-gnu.so
  784. copying build/lib.linux-x86_64-3.4-pydebug/pycurl.cpython-34dm.so -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/lib/python3/dist-packages/pycurl.cpython-34dm-x86_64-linux-gnu.so
  785. byte-compiling /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/lib/python3/dist-packages/curl/__init__.py to __init__.cpython-34.pyc
  786. running install_data
  787. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share
  788. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc
  789. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl
  790. copying ChangeLog -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl
  791. copying COPYING-LGPL -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl
  792. copying COPYING-MIT -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl
  793. copying INSTALL -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl
  794. copying README.rst -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl
  795. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/html
  796. copying doc/curlshareobject.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/html
  797. copying doc/curlmultiobject.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/html
  798. copying doc/pycurl.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/html
  799. copying doc/curlobject.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/html
  800. copying doc/callbacks.html -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/html
  801. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/examples
  802. copying examples/linksys.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/examples
  803. copying examples/retriever.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/examples
  804. copying examples/sfquery.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/examples
  805. copying examples/basicfirst.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/examples
  806. copying examples/xmlrpc_curl.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/examples
  807. copying examples/retriever-multi.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/examples
  808. copying examples/file_upload.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/examples
  809. creating /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  810. copying tests/easy_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  811. copying tests/getinfo_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  812. copying tests/procmgr.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  813. copying tests/reset_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  814. copying tests/pause_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  815. copying tests/header_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  816. copying tests/error_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  817. copying tests/internals_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  818. copying tests/default_write_function_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  819. copying tests/post_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  820. copying tests/multi_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  821. copying tests/write_to_stringio_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  822. copying tests/util.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  823. copying tests/share_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  824. copying tests/setopt_unicode_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  825. copying tests/multi_socket_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  826. copying tests/debug_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  827. copying tests/write_cb_bogus_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  828. copying tests/write_abort_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  829. copying tests/ftp_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  830. copying tests/resolve_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  831. copying tests/memory_mgmt_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  832. copying tests/option_constants_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  833. copying tests/unset_range_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  834. copying tests/runwsgi.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  835. copying tests/version_comparison_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  836. copying tests/global_init_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  837. copying tests/version_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  838. copying tests/seek_function_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  839. copying tests/matrix.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  840. copying tests/pycurl_object_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  841. copying tests/socket_open_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  842. copying tests/multi_socket_select_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  843. copying tests/functools_backport.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  844. copying tests/setopt_lifecycle_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  845. copying tests/multi_timer_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  846. copying tests/appmanager.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  847. copying tests/read_callback_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  848. copying tests/__init__.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  849. copying tests/user_agent_string_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  850. copying tests/certinfo_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  851. copying tests/relative_url_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  852. copying tests/app.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  853. copying tests/write_to_file_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  854. copying tests/header_function_test.py -> /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/share/doc/pycurl/tests
  855. running install_egg_info
  856. Writing /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/lib/python3/dist-packages/pycurl-7.19.3.egg-info
  857. # Remove documentation as installed by setup.py
  858. rm -rf /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python*-pycurl*/usr/share/doc/pycurl
  859. rm -rf /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/lib/python*/*-packages/curl
  860. rm -f /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python-pycurl-dbg/usr/lib/python*/*-packages/pycurl-*.egg-info
  861. rm -rf /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/lib/python*/*-packages/curl
  862. rm -f /home/vova/python-pycurl-openssl/pycurl-7.19.3/debian/python3-pycurl-dbg/usr/lib/python*/*-packages/pycurl-*.egg-info
  863. rm -rf debian/python-pycurl-dbg/usr/share/doc/python-pycurl-dbg
  864. dh_link -ppython-pycurl-dbg usr/share/doc/python-pycurl usr/share/doc/python-pycurl-dbg
  865. rm -rf debian/python3-pycurl-dbg/usr/share/doc/python3-pycurl-dbg
  866. dh_link -ppython3-pycurl-dbg usr/share/doc/python3-pycurl usr/share/doc/python3-pycurl-dbg
  867. make[1]: Leaving directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
  868.    debian/rules override_dh_installdocs
  869. make[1]: Entering directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
  870. cp -a doc/*.html debian/python-pycurl/usr/share/doc/python-pycurl/html
  871. mkdir -p debian/python3-pycurl/usr/share/doc/python3-pycurl/html
  872. cp -a doc/*.html debian/python3-pycurl/usr/share/doc/python3-pycurl/html
  873. dh_installdocs -ppython-pycurl README.rst
  874. dh_installdocs -ppython3-pycurl README.rst
  875. make[1]: Leaving directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
  876.    debian/rules override_dh_installchangelogs
  877. make[1]: Entering directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
  878. dh_installchangelogs -ppython-pycurl ChangeLog
  879. dh_installchangelogs -ppython3-pycurl ChangeLog
  880. make[1]: Leaving directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
  881.    debian/rules override_dh_installexamples
  882. make[1]: Entering directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
  883. dh_installexamples -ppython-pycurl examples/*
  884. dh_installexamples -ppython3-pycurl examples/*
  885. make[1]: Leaving directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
  886.    dh_python2
  887.    dh_python3
  888.    dh_perl
  889.    dh_link
  890.    debian/rules override_dh_compress
  891. make[1]: Entering directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
  892. dh_compress -X.py
  893. make[1]: Leaving directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
  894.    dh_fixperms
  895.    debian/rules override_dh_strip
  896. make[1]: Entering directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
  897. dh_strip -ppython-pycurl --dbg-package=python-pycurl-dbg
  898. dh_strip -ppython3-pycurl --dbg-package=python3-pycurl-dbg
  899. make[1]: Leaving directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
  900.    dh_makeshlibs
  901.    debian/rules override_dh_shlibdeps
  902. make[1]: Entering directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
  903. dh_shlibdeps -a
  904. dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/python-pycurl/usr/lib/python2.7/dist-packages/pycurl.so was not linked against libpthread.so.0 (it uses none of the library's symbols)
  905. dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/python-pycurl-dbg/usr/lib/python2.7/dist-packages/pycurl_d.so was not linked against libpthread.so.0 (it uses none of the library's symbols)
  906. dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/python3-pycurl/usr/lib/python3/dist-packages/pycurl.cpython-34m-x86_64-linux-gnu.so was not linked against libpthread.so.0 (it uses none of the library's symbols)
  907. dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/python3-pycurl-dbg/usr/lib/python3/dist-packages/pycurl.cpython-34dm-x86_64-linux-gnu.so was not linked against libpthread.so.0 (it uses none of the library's symbols)
  908. sed -i '/shlibs:Depends/s,\(libcurl[0-9]*-gnutls (>= \)[^)]*\().*\),\17.35.0\2,' debian/python-pycurl*.substvars
  909. make[1]: Leaving directory `/home/vova/python-pycurl-openssl/pycurl-7.19.3'
  910.    dh_installdeb
  911.    dh_gencontrol
  912. dpkg-gencontrol: warning: package python-pycurl: unused substitution variable ${python:Provides}
  913. dpkg-gencontrol: warning: package python-pycurl: unused substitution variable ${python:Versions}
  914. dpkg-gencontrol: warning: package python-pycurl-dbg: unused substitution variable ${python:Provides}
  915. dpkg-gencontrol: warning: package python-pycurl-dbg: unused substitution variable ${python:Depends}
  916. dpkg-gencontrol: warning: package python-pycurl-dbg: unused substitution variable ${python:Versions}
  917. dpkg-gencontrol: warning: package python3-pycurl: unused substitution variable ${python3:Versions}
  918. dpkg-gencontrol: warning: package python3-pycurl-dbg: unused substitution variable ${python3:Versions}
  919.    dh_md5sums
  920.    dh_builddeb
  921. dpkg-deb: warning: 'debian/python-pycurl/DEBIAN/control' contains user-defined field 'Original-Maintainer'
  922. dpkg-deb: warning: ignoring 1 warning about the control file(s)
  923.  
  924. dpkg-deb: building package `python-pycurl' in `../python-pycurl_7.19.3-0ubuntu3_amd64.deb'.
  925. dpkg-deb: warning: 'debian/python-pycurl-dbg/DEBIAN/control' contains user-defined field 'Original-Maintainer'
  926. dpkg-deb: warning: ignoring 1 warning about the control file(s)
  927.  
  928. dpkg-deb: building package `python-pycurl-dbg' in `../python-pycurl-dbg_7.19.3-0ubuntu3_amd64.deb'.
  929. dpkg-deb: warning: 'debian/python3-pycurl/DEBIAN/control' contains user-defined field 'Original-Maintainer'
  930. dpkg-deb: warning: ignoring 1 warning about the control file(s)
  931.  
  932. dpkg-deb: building package `python3-pycurl' in `../python3-pycurl_7.19.3-0ubuntu3_amd64.deb'.
  933. dpkg-deb: warning: 'debian/python3-pycurl-dbg/DEBIAN/control' contains user-defined field 'Original-Maintainer'
  934. dpkg-deb: warning: ignoring 1 warning about the control file(s)
  935.  
  936. dpkg-deb: building package `python3-pycurl-dbg' in `../python3-pycurl-dbg_7.19.3-0ubuntu3_amd64.deb'.
  937.  dpkg-genchanges -b >../pycurl_7.19.3-0ubuntu3_amd64.changes
  938. dpkg-genchanges: binary-only upload - not including any source code
  939.  signfile pycurl_7.19.3-0ubuntu3_amd64.changes
  940. gpg: WARNING: unsafe ownership on configuration file `/home/vova/.gnupg/gpg.conf'
  941. gpg: skipped "Matthias Klose <[email protected]>": secret key not available
  942. gpg: [stdin]: clearsign failed: secret key not available
  943.  
  944. dpkg-source --after-build pycurl-7.19.3
  945. dpkg-buildpackage: binary only upload (no source included)
  946. dpkg-buildpackage: warning: failed to sign .changes file
  947.  
  948. $ sudo dpkg -i ../python-pycurl_7.19.3-0ubuntu3_amd64.deb
  949. (Reading database ... 107718 files and directories currently installed.)
  950. Preparing to unpack .../python-pycurl_7.19.3-0ubuntu3_amd64.deb ...
  951. Unpacking python-pycurl (7.19.3-0ubuntu3) over (7.19.3-0ubuntu3) ...
  952. Setting up python-pycurl (7.19.3-0ubuntu3) ...
  953. Processing triggers for doc-base (0.10.5) ...
  954. Processing 1 changed doc-base file...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement