Open emeraldhieu opened 5 years ago
Hello, I got this when installing by "docker-compose up". Could you please help me?
MacOs Mojave, OpenSSL and cryptography installed.
xxx:docker-taiga myname$ docker-compose up Building taiga Step 1/47 : FROM python:3.5 ---> 6da24b346f6e Step 2/47 : MAINTAINER Benjamin Hutchins <ben@hutchins.co> ---> Using cache ---> 6bd38b14c7d7 Step 3/47 : ENV DEBIAN_FRONTEND noninteractive ---> Using cache ---> 71ba326bfebb Step 4/47 : ENV NGINX_VERSION 1.15.5-1~stretch ---> Using cache ---> c1c85f2cc4ae Step 5/47 : RUN apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 ---> Using cache ---> 4c5da7d234f1 Step 6/47 : RUN echo "deb http://nginx.org/packages/mainline/debian/ stretch nginx" >> /etc/apt/sources.list ---> Using cache ---> 98cebd6a0241 Step 7/47 : RUN set -x; apt-get update && apt-get install -y --no-install-recommends locales gettext ca-certificates nginx=${NGINX_VERSION} && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 3512c8b62d9c Step 8/47 : RUN locale-gen en_US.UTF-8 && dpkg-reconfigure locales ---> Using cache ---> 44c19d1cc332 Step 9/47 : COPY taiga-back /usr/src/taiga-back ---> Using cache ---> dd4c773be517 Step 10/47 : COPY taiga-front-dist/ /usr/src/taiga-front-dist ---> Using cache ---> 1ff3e991ff38 Step 11/47 : COPY docker-settings.py /usr/src/taiga-back/settings/docker.py ---> Using cache ---> e89aa444b3a6 Step 12/47 : COPY conf/locale.gen /etc/locale.gen ---> Using cache ---> c6c12b230789 Step 13/47 : COPY conf/nginx/nginx.conf /etc/nginx/nginx.conf ---> Using cache ---> 7a459ffe5646 Step 14/47 : COPY conf/nginx/taiga.conf /etc/nginx/conf.d/default.conf ---> Using cache ---> db7b50a02b8f Step 15/47 : COPY conf/nginx/ssl.conf /etc/nginx/ssl.conf ---> Using cache ---> e0bed5d77679 Step 16/47 : COPY conf/nginx/taiga-events.conf /etc/nginx/taiga-events.conf ---> Using cache ---> 762e7efe0310 Step 17/47 : RUN mkdir -p /taiga ---> Using cache ---> 9e047671ac09 Step 18/47 : COPY conf/taiga/local.py /taiga/local.py ---> Using cache ---> 1c984f6b83e3 Step 19/47 : COPY conf/taiga/conf.json /taiga/conf.json ---> Using cache ---> 459234bf902c Step 20/47 : RUN ln -s /taiga/local.py /usr/src/taiga-back/settings/local.py ---> Using cache ---> 7aaae4d202b9 Step 21/47 : RUN ln -s /taiga/conf.json /usr/src/taiga-front-dist/dist/conf.json ---> Using cache ---> 88b4057cf65f Step 22/47 : RUN mkdir -p /usr/src/taiga-front-dist/dist/js/ ---> Using cache ---> ddf7c03ae02e Step 23/47 : RUN ln -s /taiga/conf.json /usr/src/taiga-front-dist/dist/js/conf.json ---> Using cache ---> 6df5d8af3ac5 Step 24/47 : WORKDIR /usr/src/taiga-back ---> Using cache ---> dfedf95ee38a Step 25/47 : ENV LANG C ---> Using cache ---> fe723a827900 Step 26/47 : RUN pip install --no-cache-dir -r requirements.txt ---> Running in 806260e94e89 Collecting git+git://github.com/Python-Markdown/markdown.git@a4d4b61b5ce4a7dd96ddc13c66b8716d3ad8eb51 (from -r requirements.txt (line 4)) Cloning git://github.com/Python-Markdown/markdown.git (to revision a4d4b61b5ce4a7dd96ddc13c66b8716d3ad8eb51) to /tmp/pip-req-build-do6frikc Running command git clone -q git://github.com/Python-Markdown/markdown.git /tmp/pip-req-build-do6frikc Running command git checkout -q a4d4b61b5ce4a7dd96ddc13c66b8716d3ad8eb51 Collecting git+https://github.com/Xof/django-pglocks.git (from -r requirements.txt (line 24)) Cloning https://github.com/Xof/django-pglocks.git to /tmp/pip-req-build-rok2mixu Running command git clone -q https://github.com/Xof/django-pglocks.git /tmp/pip-req-build-rok2mixu Collecting CairoSVG==2.0.3 (from -r requirements.txt (line 2)) Downloading https://files.pythonhosted.org/packages/88/30/63f5899306fc9e78888cb8453b08012fd67f0363d0b82e349316325690d6/CairoSVG-2.0.3.tar.gz Collecting Django==1.11.2 (from -r requirements.txt (line 3)) Downloading https://files.pythonhosted.org/packages/d1/e6/4ac2f5c9bdc9c82eb48e86a6190e2579be3d10c1afe457993c54cb7d5bc5/Django-1.11.2-py2.py3-none-any.whl (6.9MB) Collecting Pillow==4.1.1 (from -r requirements.txt (line 5)) Downloading https://files.pythonhosted.org/packages/97/17/fadfc92ffa5db9da7b0d902d72972a16b807b51219f4017f45899d0a5f7c/Pillow-4.1.1-cp35-cp35m-manylinux1_x86_64.whl (5.7MB) Collecting PyJWT==1.5.0 (from -r requirements.txt (line 6)) Downloading https://files.pythonhosted.org/packages/9a/68/6b31dcb5bb193227db30a91d774ffd3e18d9e4f1a9333cb07a6528db1883/PyJWT-1.5.0-py2.py3-none-any.whl Collecting Unidecode==0.4.20 (from -r requirements.txt (line 7)) Downloading https://files.pythonhosted.org/packages/c3/6f/05f5deb753d0594583aa1cc0d2fe9d631d9a00e9b28d0da49f8d3763755b/Unidecode-0.04.20-py2.py3-none-any.whl (228kB) Collecting amqp==2.1.4 (from -r requirements.txt (line 8)) Downloading https://files.pythonhosted.org/packages/7e/4b/ac7afb11b57f237e3c1c64b5408c5d229bf5d4b42af6cb6e683c7690ca4f/amqp-2.1.4-py2.py3-none-any.whl (49kB) Collecting asana==0.6.5 (from -r requirements.txt (line 9)) Downloading https://files.pythonhosted.org/packages/17/b9/c8b1977f1a5b27f87b6c5f99feca16f3c240a87b446d5362518302c04879/asana-0.6.5.tar.gz Collecting bleach==2.0.0 (from -r requirements.txt (line 10)) Downloading https://files.pythonhosted.org/packages/76/45/d3f5e5553340286dfceb7eedffd42afa9829011e79175900609cf359cf5f/bleach-2.0.0-py2.py3-none-any.whl Collecting celery==4.0.2 (from -r requirements.txt (line 11)) Downloading https://files.pythonhosted.org/packages/11/46/3524d4730d3217960b5e32cb8b202420af8714e2b123b9f95882e1fb2067/celery-4.0.2-py2.py3-none-any.whl (396kB) Collecting cryptography==1.9 (from -r requirements.txt (line 12)) Downloading https://files.pythonhosted.org/packages/2a/0c/31bd69469e90035381f0197b48bf71032991d9f07a7e444c311b4a23a3df/cryptography-1.9.tar.gz (409kB) Collecting cssutils==1.0.2 (from -r requirements.txt (line 13)) Downloading https://files.pythonhosted.org/packages/6b/15/a9fb9010f58d1c55dd0b7779db2334feb9a572d407024f39a60f44293861/cssutils-1.0.2-py3-none-any.whl (406kB) Collecting diff-match-patch==20121119 (from -r requirements.txt (line 14)) Downloading https://files.pythonhosted.org/packages/22/82/46eaeab04805b4fac17630b59f30c4f2c8860988bcefd730ff4f1992908b/diff-match-patch-20121119.tar.gz (54kB) Collecting django-ipware==1.1.6 (from -r requirements.txt (line 15)) Downloading https://files.pythonhosted.org/packages/94/c6/b08db9d173eb87fef85301b48b8202d969f36aad332f25e85abf7e6ce733/django-ipware-1.1.6.tar.gz Collecting django-jinja==2.3.1 (from -r requirements.txt (line 16)) Downloading https://files.pythonhosted.org/packages/2f/b8/60dde72027b0d6f8ce670cddb5503c06baa5b6d984d668c8a89d01aeadc3/django_jinja-2.3.1-py3-none-any.whl Collecting django-picklefield==0.3.2 (from -r requirements.txt (line 17)) Downloading https://files.pythonhosted.org/packages/b1/67/0f7f24e61f71aa7c604dab55497495f599906a20187e92edf70939c71d80/django_picklefield-0.3.2-py2.py3-none-any.whl Collecting django-sampledatahelper==0.4.1 (from -r requirements.txt (line 18)) Downloading https://files.pythonhosted.org/packages/2b/fe/e8ef20ee17dcd5d4df96c36dcbcaca7a79d6a2f8dc319f4e25107e000859/django-sampledatahelper-0.4.1.tar.gz Collecting django-sites==0.9 (from -r requirements.txt (line 19)) Downloading https://files.pythonhosted.org/packages/67/6b/1b814292d71d32f0380fb6256f639cf154227b753184f83f900c4ccfe3ea/django-sites-0.9.tar.gz Collecting django-sr==0.0.4 (from -r requirements.txt (line 20)) Downloading https://files.pythonhosted.org/packages/3b/da/7d19c3d34a0f7180530733abdd0bbd0742de4a0fce51883a0e7f65ae6a4f/django-sr-0.0.4.tar.gz Collecting djmail==1.0.1 (from -r requirements.txt (line 21)) Downloading https://files.pythonhosted.org/packages/b0/dc/129d20791029f8ec95b57227d164c82e67adf44f57173a68783ba12e06f0/djmail-1.0.1.tar.gz Collecting easy-thumbnails==2.4.1 (from -r requirements.txt (line 22)) Downloading https://files.pythonhosted.org/packages/e1/e1/5d305ec7b894d0ae629593b10b0c33e913bfa0179fead8b8732aa0c01cf7/easy_thumbnails-2.4.1-py2.py3-none-any.whl (90kB) Collecting fn==0.4.3 (from -r requirements.txt (line 23)) Downloading https://files.pythonhosted.org/packages/a2/32/9d184dc2e8225af558e155a3865d610df8533d5d48a2ed5943bf8a30a137/fn-0.4.3.tar.gz Collecting gunicorn==19.7.1 (from -r requirements.txt (line 25)) Downloading https://files.pythonhosted.org/packages/64/32/becbd4089a4c06f0f9f538a76e9fe0b19a08f010bcb47dcdbfbc640cdf7d/gunicorn-19.7.1-py2.py3-none-any.whl (111kB) Collecting jinja2==2.9.6 (from -r requirements.txt (line 26)) Downloading https://files.pythonhosted.org/packages/5e/73/10c45b82a88ed6b7751bd40da31eeefd7b362e07b56a99aa6e56655a0794/Jinja2-2.9.6-py2.py3-none-any.whl (340kB) Collecting lxml==3.8.0 (from -r requirements.txt (line 27)) Downloading https://files.pythonhosted.org/packages/23/3e/0b8d8e1a8244159f82d06a14734045e1f2eff199e1f20046214902857b73/lxml-3.8.0-cp35-cp35m-manylinux1_x86_64.whl (7.2MB) Collecting netaddr==0.7.19 (from -r requirements.txt (line 28)) Downloading https://files.pythonhosted.org/packages/ba/97/ce14451a9fd7bdb5a397abf99b24a1a6bb7a1a440b019bebd2e9a0dbec74/netaddr-0.7.19-py2.py3-none-any.whl (1.6MB) Collecting premailer==3.0.1 (from -r requirements.txt (line 29)) Downloading https://files.pythonhosted.org/packages/d8/bb/ca2d0ec8d3f364bea9b2dec013d089940031b456e99c3cc213d05b824f22/premailer-3.0.1-py2.py3-none-any.whl Collecting psd-tools==1.4 (from -r requirements.txt (line 30)) Downloading https://files.pythonhosted.org/packages/21/b2/cba69da51d30d2228ae1efbc9ed1d9f22e1bfaa7125dca20c0b66855f776/psd-tools-1.4.tar.gz (135kB) Collecting psycopg2==2.7.1 (from -r requirements.txt (line 31)) Downloading https://files.pythonhosted.org/packages/f6/40/2c46b72b4d78e7e9241426e6f60302ae1b38acac805f4c93346db64f6b70/psycopg2-2.7.1-cp35-cp35m-manylinux1_x86_64.whl (2.7MB) Collecting pygments==2.2.0 (from -r requirements.txt (line 32)) Downloading https://files.pythonhosted.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl (841kB) Collecting pyjwkest==1.3.2 (from -r requirements.txt (line 33)) Downloading https://files.pythonhosted.org/packages/b7/57/b02a875f75128e1f124b214c2140cc0b006145fdd19caf8125a68d99ab0d/pyjwkest-1.3.2.tar.gz (41kB) Collecting python-dateutil==2.6.0 (from -r requirements.txt (line 34)) Downloading https://files.pythonhosted.org/packages/40/8b/275015d7a9ec293cf1bbf55433258fbc9d0711890a7f6dc538bac7b86bce/python_dateutil-2.6.0-py2.py3-none-any.whl (194kB) Collecting python-magic==0.4.13 (from -r requirements.txt (line 35)) Downloading https://files.pythonhosted.org/packages/b5/af/74f2df75e372a21547b4dc0d0878f883be4bfa936ddd835e285cb4aab538/python_magic-0.4.13-py2.py3-none-any.whl Collecting pytz==2017.2 (from -r requirements.txt (line 36)) Downloading https://files.pythonhosted.org/packages/55/62/e7cd0e15b76062d298413f14bb4ec3cd8568a22d274427f9c3c7286969f4/pytz-2017.2-py2.py3-none-any.whl (484kB) Collecting raven==6.1.0 (from -r requirements.txt (line 37)) Downloading https://files.pythonhosted.org/packages/17/c0/c78198b9f2459f28de1bcba7a3586602a5b85858e9657db59e881fbea89f/raven-6.1.0-py2.py3-none-any.whl (279kB) Collecting redis==2.10.5 (from -r requirements.txt (line 38)) Downloading https://files.pythonhosted.org/packages/08/c1/457428f7507e27ba7144758a7b716ea35766e6d602f4a0c16e443ab3d381/redis-2.10.5-py2.py3-none-any.whl (60kB) Collecting requests-oauthlib==0.8.0 (from -r requirements.txt (line 39)) Downloading https://files.pythonhosted.org/packages/77/34/d0957563f20b259a31c12f14e858d79f2e66eb539d3c1b9ab7077ef030ca/requests_oauthlib-0.8.0-py2.py3-none-any.whl Collecting requests==2.17.3 (from -r requirements.txt (line 40)) Downloading https://files.pythonhosted.org/packages/29/b9/d26a6ab2ee178415ab8c0c591d2a1eb782a50c42a417ae390055f86a63c1/requests-2.17.3-py2.py3-none-any.whl (87kB) Collecting serpy==0.1.1 (from -r requirements.txt (line 41)) Downloading https://files.pythonhosted.org/packages/5a/4e/a8f667bcacfc7fc8b011484e5642055bbc57d1755cc82ee337753777c877/serpy-0.1.1-py2.py3-none-any.whl Collecting six==1.10.0 (from -r requirements.txt (line 42)) Downloading https://files.pythonhosted.org/packages/c8/0a/b6723e1bc4c516cb687841499455a8505b44607ab535be01091c0f24f079/six-1.10.0-py2.py3-none-any.whl Collecting webcolors==1.7 (from -r requirements.txt (line 43)) Downloading https://files.pythonhosted.org/packages/1c/11/d9fb5a7c872a941ad8b30a4be191253d5a9028834c4d69eab55bb6bc60be/webcolors-1.7.tar.gz Collecting cairocffi (from CairoSVG==2.0.3->-r requirements.txt (line 2)) Downloading https://files.pythonhosted.org/packages/0f/0f/7e21b5ddd31b610e46a879c0d21e222dd0fef428c1fc86bbd2bd57fed8a7/cairocffi-1.0.2.tar.gz (68kB) Collecting cssselect (from CairoSVG==2.0.3->-r requirements.txt (line 2)) Downloading https://files.pythonhosted.org/packages/7b/44/25b7283e50585f0b4156960691d951b05d061abf4a714078393e51929b30/cssselect-1.0.3-py2.py3-none-any.whl Collecting tinycss (from CairoSVG==2.0.3->-r requirements.txt (line 2)) Downloading https://files.pythonhosted.org/packages/05/59/af583fff6236c7d2f94f8175c40ce501dcefb8d1b42e4bb7a2622dff689e/tinycss-0.4.tar.gz (87kB) Collecting olefile (from Pillow==4.1.1->-r requirements.txt (line 5)) Downloading https://files.pythonhosted.org/packages/34/81/e1ac43c6b45b4c5f8d9352396a14144bba52c8fec72a80f425f6a4d653ad/olefile-0.46.zip (112kB) Collecting vine>=1.1.3 (from amqp==2.1.4->-r requirements.txt (line 8)) Downloading https://files.pythonhosted.org/packages/7f/60/82c03047396126c8331ceb64da1dc52d4f1317209f32e8fe286d0c07365a/vine-1.3.0-py2.py3-none-any.whl Collecting html5lib>=0.99999999 (from bleach==2.0.0->-r requirements.txt (line 10)) Downloading https://files.pythonhosted.org/packages/a5/62/bbd2be0e7943ec8504b517e62bab011b4946e1258842bc159e5dfde15b96/html5lib-1.0.1-py2.py3-none-any.whl (117kB) Collecting kombu<5.0,>=4.0.2 (from celery==4.0.2->-r requirements.txt (line 11)) Downloading https://files.pythonhosted.org/packages/5c/a4/1ae4a599112f5ea63a7535200a77ab5b4692b9c1e4ca1b7080a6a3cf85c1/kombu-4.6.1-py2.py3-none-any.whl (182kB) Collecting billiard<3.6.0,>=3.5.0.2 (from celery==4.0.2->-r requirements.txt (line 11)) Downloading https://files.pythonhosted.org/packages/8b/b7/c2fe04f2522bb02d044347734eeda3ff5c7a632fa7d0401530a371ba73db/billiard-3.5.0.5.tar.gz (150kB) Collecting idna>=2.1 (from cryptography==1.9->-r requirements.txt (line 12)) Downloading https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl (58kB) Collecting asn1crypto>=0.21.0 (from cryptography==1.9->-r requirements.txt (line 12)) Downloading https://files.pythonhosted.org/packages/ea/cd/35485615f45f30a510576f1a56d1e0a7ad7bd8ab5ed7cdc600ef7cd06222/asn1crypto-0.24.0-py2.py3-none-any.whl (101kB) Collecting cffi>=1.7 (from cryptography==1.9->-r requirements.txt (line 12)) Downloading https://files.pythonhosted.org/packages/62/76/135eeffe0089e6724bdd65c1bf9f1654db9b47783e65b8d9f1454c540d8b/cffi-1.12.3-cp35-cp35m-manylinux1_x86_64.whl (429kB) Collecting sampledata (from django-sampledatahelper==0.4.1->-r requirements.txt (line 18)) Downloading https://files.pythonhosted.org/packages/c8/2a/47577aa3b9038cdd1ab263ede01d497f9ceed5b50ac99642550a17bbcaff/sampledata-0.3.7.tar.gz (178kB) Collecting MarkupSafe>=0.23 (from jinja2==2.9.6->-r requirements.txt (line 26)) Downloading https://files.pythonhosted.org/packages/6e/57/d40124076756c19ff2269678de7ae25a14ebbb3f6314eb5ce9477f191350/MarkupSafe-1.1.1-cp35-cp35m-manylinux1_x86_64.whl Collecting docopt>=0.5 (from psd-tools==1.4->-r requirements.txt (line 30)) Downloading https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz Collecting pycryptodomex (from pyjwkest==1.3.2->-r requirements.txt (line 33)) Downloading https://files.pythonhosted.org/packages/46/60/82e94060db79fd3ea70b4ec534c1d60a1cf768c9da5228fa1685e92ed602/pycryptodomex-3.8.2-cp35-cp35m-manylinux1_x86_64.whl (9.6MB) Collecting future (from pyjwkest==1.3.2->-r requirements.txt (line 33)) Downloading https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-0.17.1.tar.gz (829kB) Collecting contextlib2 (from raven==6.1.0->-r requirements.txt (line 37)) Downloading https://files.pythonhosted.org/packages/a2/71/8273a7eeed0aff6a854237ab5453bc9aa67deb49df4832801c21f0ff3782/contextlib2-0.5.5-py2.py3-none-any.whl Collecting oauthlib>=0.6.2 (from requests-oauthlib==0.8.0->-r requirements.txt (line 39)) Downloading https://files.pythonhosted.org/packages/16/95/699466b05b72b94a41f662dc9edf87fda4289e3602ecd42d27fcaddf7b56/oauthlib-3.0.1-py2.py3-none-any.whl (142kB) Collecting urllib3<1.22,>=1.21.1 (from requests==2.17.3->-r requirements.txt (line 40)) Downloading https://files.pythonhosted.org/packages/24/53/f397db567de0aa0e81b211d81c13c41a779f14893e42189cf5bdb97611b2/urllib3-1.21.1-py2.py3-none-any.whl (131kB) Collecting chardet<3.1.0,>=3.0.2 (from requests==2.17.3->-r requirements.txt (line 40)) Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB) Collecting certifi>=2017.4.17 (from requests==2.17.3->-r requirements.txt (line 40)) Downloading https://files.pythonhosted.org/packages/60/75/f692a584e85b7eaba0e03827b3d51f45f571c2e793dd731e598828d380aa/certifi-2019.3.9-py2.py3-none-any.whl (158kB) Requirement already satisfied: setuptools>=39.2.0 in /usr/local/lib/python3.5/site-packages (from cairocffi->CairoSVG==2.0.3->-r requirements.txt (line 2)) (41.0.1) Collecting webencodings (from html5lib>=0.99999999->bleach==2.0.0->-r requirements.txt (line 10)) Downloading https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl Collecting pycparser (from cffi>=1.7->cryptography==1.9->-r requirements.txt (line 12)) Downloading https://files.pythonhosted.org/packages/68/9e/49196946aee219aead1290e00d1e7fdeab8567783e83e1b9ab5585e6206a/pycparser-2.19.tar.gz (158kB) Building wheels for collected packages: CairoSVG, asana, cryptography, diff-match-patch, django-ipware, django-sampledatahelper, django-sites, django-sr, djmail, fn, psd-tools, pyjwkest, webcolors, Markdown, django-pglocks, cairocffi, tinycss, olefile, billiard, sampledata, docopt, future, pycparser Building wheel for CairoSVG (setup.py): started Building wheel for CairoSVG (setup.py): finished with status 'done' Stored in directory: /tmp/pip-ephem-wheel-cache-vp41i0xe/wheels/be/57/84/2b6396c91c59a27c5604a03f377b471c54ada5d182031909d3 Building wheel for asana (setup.py): started Building wheel for asana (setup.py): finished with status 'done' Stored in directory: /tmp/pip-ephem-wheel-cache-vp41i0xe/wheels/95/53/92/94d1e457087401178bf2e686d1e06253d1952c77c2b8d8d23e Building wheel for cryptography (setup.py): started Building wheel for cryptography (setup.py): finished with status 'error' ERROR: Complete output from command /usr/local/bin/python -u -c 'import setuptools, tokenize;__file__='"'"'/tmp/pip-install-y9bm4qqn/cryptography/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-fwaku3ux --python-tag cp35: ERROR: warning: no previously-included files found matching 'setup.pyc' warning: no previously-included files matching 'yacctab.*' found under directory 'tests' warning: no previously-included files matching 'lextab.*' found under directory 'tests' warning: no previously-included files matching 'yacctab.*' found under directory 'examples' warning: no previously-included files matching 'lextab.*' found under directory 'examples' zip_safe flag not set; analyzing archive contents... pycparser.ply.__pycache__.lex.cpython-35: module references __file__ pycparser.ply.__pycache__.lex.cpython-35: module MAY be using inspect.getsourcefile pycparser.ply.__pycache__.yacc.cpython-35: module references __file__ pycparser.ply.__pycache__.yacc.cpython-35: module MAY be using inspect.getsourcefile pycparser.ply.__pycache__.yacc.cpython-35: module MAY be using inspect.stack pycparser.ply.__pycache__.ygen.cpython-35: module references __file__ Installed /tmp/pip-install-y9bm4qqn/cryptography/.eggs/pycparser-2.19-py3.5.egg running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-3.5 creating build/lib.linux-x86_64-3.5/cryptography copying src/cryptography/fernet.py -> build/lib.linux-x86_64-3.5/cryptography copying src/cryptography/__about__.py -> build/lib.linux-x86_64-3.5/cryptography copying src/cryptography/exceptions.py -> build/lib.linux-x86_64-3.5/cryptography copying src/cryptography/__init__.py -> build/lib.linux-x86_64-3.5/cryptography copying src/cryptography/utils.py -> build/lib.linux-x86_64-3.5/cryptography creating build/lib.linux-x86_64-3.5/cryptography/hazmat copying src/cryptography/hazmat/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat creating build/lib.linux-x86_64-3.5/cryptography/x509 copying src/cryptography/x509/oid.py -> build/lib.linux-x86_64-3.5/cryptography/x509 copying src/cryptography/x509/extensions.py -> build/lib.linux-x86_64-3.5/cryptography/x509 copying src/cryptography/x509/general_name.py -> build/lib.linux-x86_64-3.5/cryptography/x509 copying src/cryptography/x509/base.py -> build/lib.linux-x86_64-3.5/cryptography/x509 copying src/cryptography/x509/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/x509 copying src/cryptography/x509/name.py -> build/lib.linux-x86_64-3.5/cryptography/x509 copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-x86_64-3.5/cryptography/x509 creating build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings creating build/lib.linux-x86_64-3.5/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends creating build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/mac.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/interfaces.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/serialization.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives creating build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings/openssl creating build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl creating build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric creating build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf creating build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/twofactor creating build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/ciphers running egg_info writing entry points to src/cryptography.egg-info/entry_points.txt writing top-level names to src/cryptography.egg-info/top_level.txt writing dependency_links to src/cryptography.egg-info/dependency_links.txt writing src/cryptography.egg-info/PKG-INFO writing requirements to src/cryptography.egg-info/requires.txt reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*' found under directory 'vectors' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' running build_ext generating cffi module 'build/temp.linux-x86_64-3.5/_padding.c' creating build/temp.linux-x86_64-3.5 generating cffi module 'build/temp.linux-x86_64-3.5/_constant_time.c' generating cffi module 'build/temp.linux-x86_64-3.5/_openssl.c' building '_openssl' extension creating build/temp.linux-x86_64-3.5/build creating build/temp.linux-x86_64-3.5/build/temp.linux-x86_64-3.5 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include/python3.5m -c build/temp.linux-x86_64-3.5/_openssl.c -o build/temp.linux-x86_64-3.5/build/temp.linux-x86_64-3.5/_openssl.o build/temp.linux-x86_64-3.5/_openssl.c:911:6: error: conflicting types for 'BIO_callback_ctrl' long BIO_callback_ctrl( ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/asn1.h:16:0, from build/temp.linux-x86_64-3.5/_openssl.c:530: /usr/include/openssl/bio.h:551:6: note: previous declaration of 'BIO_callback_ctrl' was here long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp); ^~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_ASN1_STRING_data': build/temp.linux-x86_64-3.5/_openssl.c:14529:3: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] return ASN1_STRING_data(x0); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/asn1.h:553:1: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_ASN1_STRING_data': build/temp.linux-x86_64-3.5/_openssl.c:14552:3: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] { result = ASN1_STRING_data(x0); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/asn1.h:553:1: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_BIO_f_buffer': build/temp.linux-x86_64-3.5/_openssl.c:16017:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return BIO_f_buffer(); ^~~~~~~~~~~~~~ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_BIO_f_buffer': build/temp.linux-x86_64-3.5/_openssl.c:16027:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] { result = BIO_f_buffer(); } ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_BIO_f_null': build/temp.linux-x86_64-3.5/_openssl.c:16041:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return BIO_f_null(); ^~~~~~~~~~~~ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_BIO_f_null': build/temp.linux-x86_64-3.5/_openssl.c:16051:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] { result = BIO_f_null(); } ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_BIO_s_fd': build/temp.linux-x86_64-3.5/_openssl.c:17470:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return BIO_s_fd(); ^~~~~~~~~~ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_BIO_s_fd': build/temp.linux-x86_64-3.5/_openssl.c:17480:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] { result = BIO_s_fd(); } ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_BIO_s_file': build/temp.linux-x86_64-3.5/_openssl.c:17494:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return BIO_s_file(); ^~~~~~~~~~~~ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_BIO_s_file': build/temp.linux-x86_64-3.5/_openssl.c:17504:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] { result = BIO_s_file(); } ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_BIO_s_mem': build/temp.linux-x86_64-3.5/_openssl.c:17518:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return BIO_s_mem(); ^~~~~~~~~~~ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_BIO_s_mem': build/temp.linux-x86_64-3.5/_openssl.c:17528:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] { result = BIO_s_mem(); } ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_BIO_s_null': build/temp.linux-x86_64-3.5/_openssl.c:17542:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return BIO_s_null(); ^~~~~~~~~~~~ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_BIO_s_null': build/temp.linux-x86_64-3.5/_openssl.c:17552:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] { result = BIO_s_null(); } ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_BIO_s_socket': build/temp.linux-x86_64-3.5/_openssl.c:17566:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return BIO_s_socket(); ^~~~~~~~~~~~~~ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_BIO_s_socket': build/temp.linux-x86_64-3.5/_openssl.c:17576:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] { result = BIO_s_socket(); } ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_DTLSv1_client_method': build/temp.linux-x86_64-3.5/_openssl.c:24745:3: warning: 'DTLSv1_client_method' is deprecated [-Wdeprecated-declarations] return DTLSv1_client_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1647:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) /* DTLSv1.0 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_DTLSv1_client_method': build/temp.linux-x86_64-3.5/_openssl.c:24755:3: warning: 'DTLSv1_client_method' is deprecated [-Wdeprecated-declarations] { result = DTLSv1_client_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1647:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) /* DTLSv1.0 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_DTLSv1_method': build/temp.linux-x86_64-3.5/_openssl.c:24805:3: warning: 'DTLSv1_method' is deprecated [-Wdeprecated-declarations] return DTLSv1_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1645:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_DTLSv1_method': build/temp.linux-x86_64-3.5/_openssl.c:24815:3: warning: 'DTLSv1_method' is deprecated [-Wdeprecated-declarations] { result = DTLSv1_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1645:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_DTLSv1_server_method': build/temp.linux-x86_64-3.5/_openssl.c:24829:3: warning: 'DTLSv1_server_method' is deprecated [-Wdeprecated-declarations] return DTLSv1_server_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1646:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) /* DTLSv1.0 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_DTLSv1_server_method': build/temp.linux-x86_64-3.5/_openssl.c:24839:3: warning: 'DTLSv1_server_method' is deprecated [-Wdeprecated-declarations] { result = DTLSv1_server_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1646:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) /* DTLSv1.0 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_OPENSSL_config': build/temp.linux-x86_64-3.5/_openssl.c:41766:3: warning: 'OPENSSL_config' is deprecated [-Wdeprecated-declarations] OPENSSL_config(x0); ^~~~~~~~~~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/conf.h:92:1: note: declared here DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_OPENSSL_config': build/temp.linux-x86_64-3.5/_openssl.c:41788:3: warning: 'OPENSSL_config' is deprecated [-Wdeprecated-declarations] { OPENSSL_config(x0); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/conf.h:92:1: note: declared here DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_TLSv1_1_client_method': build/temp.linux-x86_64-3.5/_openssl.c:55331:3: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations] return TLSv1_1_client_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1635:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) /* TLSv1.1 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_TLSv1_1_client_method': build/temp.linux-x86_64-3.5/_openssl.c:55341:3: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_1_client_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1635:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) /* TLSv1.1 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_TLSv1_1_method': build/temp.linux-x86_64-3.5/_openssl.c:55355:3: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations] return TLSv1_1_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1633:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_TLSv1_1_method': build/temp.linux-x86_64-3.5/_openssl.c:55365:3: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_1_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1633:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_TLSv1_1_server_method': build/temp.linux-x86_64-3.5/_openssl.c:55379:3: warning: 'TLSv1_1_server_method' is deprecated [-Wdeprecated-declarations] return TLSv1_1_server_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1634:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) /* TLSv1.1 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_TLSv1_1_server_method': build/temp.linux-x86_64-3.5/_openssl.c:55389:3: warning: 'TLSv1_1_server_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_1_server_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1634:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) /* TLSv1.1 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_TLSv1_2_client_method': build/temp.linux-x86_64-3.5/_openssl.c:55403:3: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations] return TLSv1_2_client_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1641:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) /* TLSv1.2 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_TLSv1_2_client_method': build/temp.linux-x86_64-3.5/_openssl.c:55413:3: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_2_client_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1641:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) /* TLSv1.2 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_TLSv1_2_method': build/temp.linux-x86_64-3.5/_openssl.c:55427:3: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations] return TLSv1_2_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1639:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_TLSv1_2_method': build/temp.linux-x86_64-3.5/_openssl.c:55437:3: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_2_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1639:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_TLSv1_2_server_method': build/temp.linux-x86_64-3.5/_openssl.c:55451:3: warning: 'TLSv1_2_server_method' is deprecated [-Wdeprecated-declarations] return TLSv1_2_server_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1640:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) /* TLSv1.2 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_TLSv1_2_server_method': build/temp.linux-x86_64-3.5/_openssl.c:55461:3: warning: 'TLSv1_2_server_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_2_server_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1640:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) /* TLSv1.2 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_TLSv1_client_method': build/temp.linux-x86_64-3.5/_openssl.c:55475:3: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] return TLSv1_client_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1629:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) /* TLSv1.0 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_TLSv1_client_method': build/temp.linux-x86_64-3.5/_openssl.c:55485:3: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_client_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1629:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) /* TLSv1.0 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_TLSv1_method': build/temp.linux-x86_64-3.5/_openssl.c:55499:3: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] return TLSv1_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1627:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_TLSv1_method': build/temp.linux-x86_64-3.5/_openssl.c:55509:3: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1627:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_TLSv1_server_method': build/temp.linux-x86_64-3.5/_openssl.c:55523:3: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations] return TLSv1_server_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1628:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) /* TLSv1.0 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_TLSv1_server_method': build/temp.linux-x86_64-3.5/_openssl.c:55533:3: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_server_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1628:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) /* TLSv1.0 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_X509_CRL_get_lastUpdate': build/temp.linux-x86_64-3.5/_openssl.c:56568:3: warning: 'X509_CRL_get_lastUpdate' is deprecated [-Wdeprecated-declarations] return X509_CRL_get_lastUpdate(x0); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/x509.h:708:1: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_X509_CRL_get_lastUpdate': build/temp.linux-x86_64-3.5/_openssl.c:56591:3: warning: 'X509_CRL_get_lastUpdate' is deprecated [-Wdeprecated-declarations] { result = X509_CRL_get_lastUpdate(x0); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/x509.h:708:1: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_X509_CRL_get_nextUpdate': build/temp.linux-x86_64-3.5/_openssl.c:56604:3: warning: 'X509_CRL_get_nextUpdate' is deprecated [-Wdeprecated-declarations] return X509_CRL_get_nextUpdate(x0); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/x509.h:709:1: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_X509_CRL_get_nextUpdate': build/temp.linux-x86_64-3.5/_openssl.c:56627:3: warning: 'X509_CRL_get_nextUpdate' is deprecated [-Wdeprecated-declarations] { result = X509_CRL_get_nextUpdate(x0); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/x509.h:709:1: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_X509_get0_signature': build/temp.linux-x86_64-3.5/_openssl.c:62464:23: warning: passing argument 1 of 'X509_get0_signature' from incompatible pointer type [-Wincompatible-pointer-types] X509_get0_signature(x0, x1, x2); ^~ In file included from /usr/include/openssl/cms.h:16:0, from build/temp.linux-x86_64-3.5/_openssl.c:545: /usr/include/openssl/x509.h:552:6: note: expected 'const ASN1_BIT_STRING ** {aka const struct asn1_string_st **}' but argument is of type 'ASN1_OCTET_STRING ** {aka struct asn1_string_st **}' void X509_get0_signature(const ASN1_BIT_STRING **psig, ^~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.5/_openssl.c:62464:27: warning: passing argument 2 of 'X509_get0_signature' from incompatible pointer type [-Wincompatible-pointer-types] X509_get0_signature(x0, x1, x2); ^~ In file included from /usr/include/openssl/cms.h:16:0, from build/temp.linux-x86_64-3.5/_openssl.c:545: /usr/include/openssl/x509.h:552:6: note: expected 'const X509_ALGOR ** {aka const struct X509_algor_st **}' but argument is of type 'X509_ALGOR ** {aka struct X509_algor_st **}' void X509_get0_signature(const ASN1_BIT_STRING **psig, ^~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_X509_get0_signature': build/temp.linux-x86_64-3.5/_openssl.c:62516:25: warning: passing argument 1 of 'X509_get0_signature' from incompatible pointer type [-Wincompatible-pointer-types] { X509_get0_signature(x0, x1, x2); } ^~ In file included from /usr/include/openssl/cms.h:16:0, from build/temp.linux-x86_64-3.5/_openssl.c:545: /usr/include/openssl/x509.h:552:6: note: expected 'const ASN1_BIT_STRING ** {aka const struct asn1_string_st **}' but argument is of type 'ASN1_OCTET_STRING ** {aka struct asn1_string_st **}' void X509_get0_signature(const ASN1_BIT_STRING **psig, ^~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.5/_openssl.c:62516:29: warning: passing argument 2 of 'X509_get0_signature' from incompatible pointer type [-Wincompatible-pointer-types] { X509_get0_signature(x0, x1, x2); } ^~ In file included from /usr/include/openssl/cms.h:16:0, from build/temp.linux-x86_64-3.5/_openssl.c:545: /usr/include/openssl/x509.h:552:6: note: expected 'const X509_ALGOR ** {aka const struct X509_algor_st **}' but argument is of type 'X509_ALGOR ** {aka struct X509_algor_st **}' void X509_get0_signature(const ASN1_BIT_STRING **psig, ^~~~~~~~~~~~~~~~~~~ At top level: build/temp.linux-x86_64-3.5/_openssl.c:3426:13: warning: '_ssl_thread_locking_function' defined but not used [-Wunused-function] static void _ssl_thread_locking_function(int mode, int n, const char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: command 'gcc' failed with exit status 1 ---------------------------------------- ERROR: Failed building wheel for cryptography Running setup.py clean for cryptography Building wheel for diff-match-patch (setup.py): started Building wheel for diff-match-patch (setup.py): finished with status 'done' Stored in directory: /tmp/pip-ephem-wheel-cache-vp41i0xe/wheels/f2/72/a3/8c2adafbe9afc22a1e65cfc412982e0061199c0092b1be11d9 Building wheel for django-ipware (setup.py): started Building wheel for django-ipware (setup.py): finished with status 'done' Stored in directory: /tmp/pip-ephem-wheel-cache-vp41i0xe/wheels/5c/ea/d5/5d2a99bfeb118f7f16ed4477d432049f76530ee3b0f1e216e4 Building wheel for django-sampledatahelper (setup.py): started Building wheel for django-sampledatahelper (setup.py): finished with status 'done' Stored in directory: /tmp/pip-ephem-wheel-cache-vp41i0xe/wheels/f2/30/51/969367b5b1aab20fdcd6a2743aae4d5223b70ca54dfafbb2ff Building wheel for django-sites (setup.py): started Building wheel for django-sites (setup.py): finished with status 'done' Stored in directory: /tmp/pip-ephem-wheel-cache-vp41i0xe/wheels/61/5c/3c/f6400955aff4265a4d5b6c6a7f5c4321666750f94ba59eeab1 Building wheel for django-sr (setup.py): started Building wheel for django-sr (setup.py): finished with status 'done' Stored in directory: /tmp/pip-ephem-wheel-cache-vp41i0xe/wheels/78/e1/9e/f2aeb2beb0d3165e753dd00de07c7667812b61b0efc1036ff0 Building wheel for djmail (setup.py): started Building wheel for djmail (setup.py): finished with status 'done' Stored in directory: /tmp/pip-ephem-wheel-cache-vp41i0xe/wheels/d8/b1/1a/dbc253b5fc8d3f0f390fc043e58c82c573336a818434d32513 Building wheel for fn (setup.py): started Building wheel for fn (setup.py): finished with status 'done' Stored in directory: /tmp/pip-ephem-wheel-cache-vp41i0xe/wheels/1c/0b/45/e33ffd683def8cf196a3a2da660eb5ea630ef47898ae25aae2 Building wheel for psd-tools (setup.py): started Building wheel for psd-tools (setup.py): finished with status 'done' Stored in directory: /tmp/pip-ephem-wheel-cache-vp41i0xe/wheels/01/23/cf/a711ee28d1a7b88e5f1807629982b965e13bfde0029dfd0560 Building wheel for pyjwkest (setup.py): started Building wheel for pyjwkest (setup.py): finished with status 'done' Stored in directory: /tmp/pip-ephem-wheel-cache-vp41i0xe/wheels/56/ab/a8/7023c47bb09855fff420abadee6f96d8a7591128e0395d80b8 Building wheel for webcolors (setup.py): started Building wheel for webcolors (setup.py): finished with status 'done' Stored in directory: /tmp/pip-ephem-wheel-cache-vp41i0xe/wheels/78/8f/a5/ddcb55ca6f3f4f89838757e4f6ba87ef7b2f71e37f29d8056d Building wheel for Markdown (setup.py): started Building wheel for Markdown (setup.py): finished with status 'done' Stored in directory: /tmp/pip-ephem-wheel-cache-vp41i0xe/wheels/54/d8/4e/c42d3fac79a0e88ca7b6a2ac8a3b14f68c0a3e7b367df384e4 Building wheel for django-pglocks (setup.py): started Building wheel for django-pglocks (setup.py): finished with status 'done' Stored in directory: /tmp/pip-ephem-wheel-cache-vp41i0xe/wheels/fb/d0/35/3b2ebb60f1a2378b9a9bae075d436e44556cc08d9abe978858 Building wheel for cairocffi (setup.py): started Building wheel for cairocffi (setup.py): finished with status 'done' Stored in directory: /tmp/pip-ephem-wheel-cache-vp41i0xe/wheels/e7/5d/6f/fc3c2364dfd3c4cfd15d786b156077c52209d9af45496fdf12 Building wheel for tinycss (setup.py): started Building wheel for tinycss (setup.py): finished with status 'done' Stored in directory: /tmp/pip-ephem-wheel-cache-vp41i0xe/wheels/1b/26/08/7390b2e6d5eb3403ef35647f09576459ca567d00ac725307d5 Building wheel for olefile (setup.py): started Building wheel for olefile (setup.py): finished with status 'done' Stored in directory: /tmp/pip-ephem-wheel-cache-vp41i0xe/wheels/4b/f4/11/bc4166107c27f07fd7bba707ffcb439619197638a1ac986df3 Building wheel for billiard (setup.py): started Building wheel for billiard (setup.py): finished with status 'done' Stored in directory: /tmp/pip-ephem-wheel-cache-vp41i0xe/wheels/b8/72/0e/39ecdedc4cfc45b693a623732e40dbd4cff5ea5e11775ee591 Building wheel for sampledata (setup.py): started Building wheel for sampledata (setup.py): finished with status 'done' Stored in directory: /tmp/pip-ephem-wheel-cache-vp41i0xe/wheels/70/be/0a/fd54b15bef3faf4449f41e6f384572b2649d3b99d7361cdd02 Building wheel for docopt (setup.py): started Building wheel for docopt (setup.py): finished with status 'done' Stored in directory: /tmp/pip-ephem-wheel-cache-vp41i0xe/wheels/9b/04/dd/7daf4150b6d9b12949298737de9431a324d4b797ffd63f526e Building wheel for future (setup.py): started Building wheel for future (setup.py): finished with status 'done' Stored in directory: /tmp/pip-ephem-wheel-cache-vp41i0xe/wheels/0c/61/d2/d6b7317325828fbb39ee6ad559dbe4664d0896da4721bf379e Building wheel for pycparser (setup.py): started Building wheel for pycparser (setup.py): finished with status 'done' Stored in directory: /tmp/pip-ephem-wheel-cache-vp41i0xe/wheels/f2/9a/90/de94f8556265ddc9d9c8b271b0f63e57b26fb1d67a45564511 Successfully built CairoSVG asana diff-match-patch django-ipware django-sampledatahelper django-sites django-sr djmail fn psd-tools pyjwkest webcolors Markdown django-pglocks cairocffi tinycss olefile billiard sampledata docopt future pycparser Failed to build cryptography ERROR: kombu 4.6.1 has requirement amqp<3.0,>=2.5.0, but you'll have amqp 2.1.4 which is incompatible. ERROR: requests 2.17.3 has requirement idna<2.6,>=2.5, but you'll have idna 2.8 which is incompatible. ERROR: asana 0.6.5 has requirement requests==2.14.*,>=2.14.2, but you'll have requests 2.17.3 which is incompatible. ERROR: asana 0.6.5 has requirement requests-oauthlib==0.6.*,>=0.6.1, but you'll have requests-oauthlib 0.8.0 which is incompatible. Installing collected packages: pycparser, cffi, cairocffi, lxml, cssselect, olefile, Pillow, tinycss, CairoSVG, pytz, Django, PyJWT, Unidecode, vine, amqp, idna, urllib3, chardet, certifi, requests, oauthlib, requests-oauthlib, six, asana, webencodings, html5lib, bleach, kombu, billiard, celery, asn1crypto, cryptography, cssutils, diff-match-patch, django-ipware, MarkupSafe, jinja2, django-jinja, django-picklefield, sampledata, django-sampledatahelper, django-sites, django-sr, djmail, easy-thumbnails, fn, gunicorn, netaddr, premailer, docopt, psd-tools, psycopg2, pygments, pycryptodomex, future, pyjwkest, python-dateutil, python-magic, contextlib2, raven, redis, serpy, webcolors, Markdown, django-pglocks Running setup.py install for cryptography: started Running setup.py install for cryptography: finished with status 'error' ERROR: Complete output from command /usr/local/bin/python -u -c 'import setuptools, tokenize;__file__='"'"'/tmp/pip-install-y9bm4qqn/cryptography/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-record-8v77ksso/install-record.txt --single-version-externally-managed --compile: ERROR: running install running build running build_py creating build creating build/lib.linux-x86_64-3.5 creating build/lib.linux-x86_64-3.5/cryptography copying src/cryptography/fernet.py -> build/lib.linux-x86_64-3.5/cryptography copying src/cryptography/__about__.py -> build/lib.linux-x86_64-3.5/cryptography copying src/cryptography/exceptions.py -> build/lib.linux-x86_64-3.5/cryptography copying src/cryptography/__init__.py -> build/lib.linux-x86_64-3.5/cryptography copying src/cryptography/utils.py -> build/lib.linux-x86_64-3.5/cryptography creating build/lib.linux-x86_64-3.5/cryptography/hazmat copying src/cryptography/hazmat/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat creating build/lib.linux-x86_64-3.5/cryptography/x509 copying src/cryptography/x509/oid.py -> build/lib.linux-x86_64-3.5/cryptography/x509 copying src/cryptography/x509/extensions.py -> build/lib.linux-x86_64-3.5/cryptography/x509 copying src/cryptography/x509/general_name.py -> build/lib.linux-x86_64-3.5/cryptography/x509 copying src/cryptography/x509/base.py -> build/lib.linux-x86_64-3.5/cryptography/x509 copying src/cryptography/x509/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/x509 copying src/cryptography/x509/name.py -> build/lib.linux-x86_64-3.5/cryptography/x509 copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-x86_64-3.5/cryptography/x509 creating build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings creating build/lib.linux-x86_64-3.5/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends creating build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/mac.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/interfaces.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/serialization.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives creating build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings/openssl creating build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl creating build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric creating build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf creating build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/twofactor creating build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/ciphers running egg_info writing src/cryptography.egg-info/PKG-INFO writing entry points to src/cryptography.egg-info/entry_points.txt writing requirements to src/cryptography.egg-info/requires.txt writing top-level names to src/cryptography.egg-info/top_level.txt writing dependency_links to src/cryptography.egg-info/dependency_links.txt reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*' found under directory 'vectors' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' running build_ext generating cffi module 'build/temp.linux-x86_64-3.5/_padding.c' creating build/temp.linux-x86_64-3.5 generating cffi module 'build/temp.linux-x86_64-3.5/_constant_time.c' generating cffi module 'build/temp.linux-x86_64-3.5/_openssl.c' building '_openssl' extension creating build/temp.linux-x86_64-3.5/build creating build/temp.linux-x86_64-3.5/build/temp.linux-x86_64-3.5 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include/python3.5m -c build/temp.linux-x86_64-3.5/_openssl.c -o build/temp.linux-x86_64-3.5/build/temp.linux-x86_64-3.5/_openssl.o build/temp.linux-x86_64-3.5/_openssl.c:911:6: error: conflicting types for 'BIO_callback_ctrl' long BIO_callback_ctrl( ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/asn1.h:16:0, from build/temp.linux-x86_64-3.5/_openssl.c:530: /usr/include/openssl/bio.h:551:6: note: previous declaration of 'BIO_callback_ctrl' was here long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp); ^~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_ASN1_STRING_data': build/temp.linux-x86_64-3.5/_openssl.c:14529:3: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] return ASN1_STRING_data(x0); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/asn1.h:553:1: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_ASN1_STRING_data': build/temp.linux-x86_64-3.5/_openssl.c:14552:3: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] { result = ASN1_STRING_data(x0); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/asn1.h:553:1: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_BIO_f_buffer': build/temp.linux-x86_64-3.5/_openssl.c:16017:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return BIO_f_buffer(); ^~~~~~~~~~~~~~ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_BIO_f_buffer': build/temp.linux-x86_64-3.5/_openssl.c:16027:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] { result = BIO_f_buffer(); } ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_BIO_f_null': build/temp.linux-x86_64-3.5/_openssl.c:16041:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return BIO_f_null(); ^~~~~~~~~~~~ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_BIO_f_null': build/temp.linux-x86_64-3.5/_openssl.c:16051:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] { result = BIO_f_null(); } ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_BIO_s_fd': build/temp.linux-x86_64-3.5/_openssl.c:17470:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return BIO_s_fd(); ^~~~~~~~~~ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_BIO_s_fd': build/temp.linux-x86_64-3.5/_openssl.c:17480:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] { result = BIO_s_fd(); } ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_BIO_s_file': build/temp.linux-x86_64-3.5/_openssl.c:17494:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return BIO_s_file(); ^~~~~~~~~~~~ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_BIO_s_file': build/temp.linux-x86_64-3.5/_openssl.c:17504:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] { result = BIO_s_file(); } ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_BIO_s_mem': build/temp.linux-x86_64-3.5/_openssl.c:17518:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return BIO_s_mem(); ^~~~~~~~~~~ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_BIO_s_mem': build/temp.linux-x86_64-3.5/_openssl.c:17528:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] { result = BIO_s_mem(); } ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_BIO_s_null': build/temp.linux-x86_64-3.5/_openssl.c:17542:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return BIO_s_null(); ^~~~~~~~~~~~ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_BIO_s_null': build/temp.linux-x86_64-3.5/_openssl.c:17552:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] { result = BIO_s_null(); } ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_BIO_s_socket': build/temp.linux-x86_64-3.5/_openssl.c:17566:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return BIO_s_socket(); ^~~~~~~~~~~~~~ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_BIO_s_socket': build/temp.linux-x86_64-3.5/_openssl.c:17576:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] { result = BIO_s_socket(); } ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_DTLSv1_client_method': build/temp.linux-x86_64-3.5/_openssl.c:24745:3: warning: 'DTLSv1_client_method' is deprecated [-Wdeprecated-declarations] return DTLSv1_client_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1647:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) /* DTLSv1.0 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_DTLSv1_client_method': build/temp.linux-x86_64-3.5/_openssl.c:24755:3: warning: 'DTLSv1_client_method' is deprecated [-Wdeprecated-declarations] { result = DTLSv1_client_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1647:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) /* DTLSv1.0 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_DTLSv1_method': build/temp.linux-x86_64-3.5/_openssl.c:24805:3: warning: 'DTLSv1_method' is deprecated [-Wdeprecated-declarations] return DTLSv1_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1645:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_DTLSv1_method': build/temp.linux-x86_64-3.5/_openssl.c:24815:3: warning: 'DTLSv1_method' is deprecated [-Wdeprecated-declarations] { result = DTLSv1_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1645:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_DTLSv1_server_method': build/temp.linux-x86_64-3.5/_openssl.c:24829:3: warning: 'DTLSv1_server_method' is deprecated [-Wdeprecated-declarations] return DTLSv1_server_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1646:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) /* DTLSv1.0 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_DTLSv1_server_method': build/temp.linux-x86_64-3.5/_openssl.c:24839:3: warning: 'DTLSv1_server_method' is deprecated [-Wdeprecated-declarations] { result = DTLSv1_server_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1646:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) /* DTLSv1.0 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_OPENSSL_config': build/temp.linux-x86_64-3.5/_openssl.c:41766:3: warning: 'OPENSSL_config' is deprecated [-Wdeprecated-declarations] OPENSSL_config(x0); ^~~~~~~~~~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/conf.h:92:1: note: declared here DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_OPENSSL_config': build/temp.linux-x86_64-3.5/_openssl.c:41788:3: warning: 'OPENSSL_config' is deprecated [-Wdeprecated-declarations] { OPENSSL_config(x0); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/conf.h:92:1: note: declared here DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_TLSv1_1_client_method': build/temp.linux-x86_64-3.5/_openssl.c:55331:3: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations] return TLSv1_1_client_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1635:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) /* TLSv1.1 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_TLSv1_1_client_method': build/temp.linux-x86_64-3.5/_openssl.c:55341:3: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_1_client_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1635:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) /* TLSv1.1 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_TLSv1_1_method': build/temp.linux-x86_64-3.5/_openssl.c:55355:3: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations] return TLSv1_1_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1633:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_TLSv1_1_method': build/temp.linux-x86_64-3.5/_openssl.c:55365:3: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_1_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1633:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_TLSv1_1_server_method': build/temp.linux-x86_64-3.5/_openssl.c:55379:3: warning: 'TLSv1_1_server_method' is deprecated [-Wdeprecated-declarations] return TLSv1_1_server_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1634:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) /* TLSv1.1 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_TLSv1_1_server_method': build/temp.linux-x86_64-3.5/_openssl.c:55389:3: warning: 'TLSv1_1_server_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_1_server_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1634:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) /* TLSv1.1 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_TLSv1_2_client_method': build/temp.linux-x86_64-3.5/_openssl.c:55403:3: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations] return TLSv1_2_client_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1641:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) /* TLSv1.2 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_TLSv1_2_client_method': build/temp.linux-x86_64-3.5/_openssl.c:55413:3: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_2_client_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1641:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) /* TLSv1.2 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_TLSv1_2_method': build/temp.linux-x86_64-3.5/_openssl.c:55427:3: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations] return TLSv1_2_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1639:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_TLSv1_2_method': build/temp.linux-x86_64-3.5/_openssl.c:55437:3: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_2_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1639:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_TLSv1_2_server_method': build/temp.linux-x86_64-3.5/_openssl.c:55451:3: warning: 'TLSv1_2_server_method' is deprecated [-Wdeprecated-declarations] return TLSv1_2_server_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1640:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) /* TLSv1.2 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_TLSv1_2_server_method': build/temp.linux-x86_64-3.5/_openssl.c:55461:3: warning: 'TLSv1_2_server_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_2_server_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1640:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) /* TLSv1.2 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_TLSv1_client_method': build/temp.linux-x86_64-3.5/_openssl.c:55475:3: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] return TLSv1_client_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1629:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) /* TLSv1.0 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_TLSv1_client_method': build/temp.linux-x86_64-3.5/_openssl.c:55485:3: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_client_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1629:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) /* TLSv1.0 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_TLSv1_method': build/temp.linux-x86_64-3.5/_openssl.c:55499:3: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] return TLSv1_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1627:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_TLSv1_method': build/temp.linux-x86_64-3.5/_openssl.c:55509:3: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1627:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_TLSv1_server_method': build/temp.linux-x86_64-3.5/_openssl.c:55523:3: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations] return TLSv1_server_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1628:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) /* TLSv1.0 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_TLSv1_server_method': build/temp.linux-x86_64-3.5/_openssl.c:55533:3: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_server_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/ssl.h:1628:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) /* TLSv1.0 */ ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_X509_CRL_get_lastUpdate': build/temp.linux-x86_64-3.5/_openssl.c:56568:3: warning: 'X509_CRL_get_lastUpdate' is deprecated [-Wdeprecated-declarations] return X509_CRL_get_lastUpdate(x0); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/x509.h:708:1: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_X509_CRL_get_lastUpdate': build/temp.linux-x86_64-3.5/_openssl.c:56591:3: warning: 'X509_CRL_get_lastUpdate' is deprecated [-Wdeprecated-declarations] { result = X509_CRL_get_lastUpdate(x0); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/x509.h:708:1: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_X509_CRL_get_nextUpdate': build/temp.linux-x86_64-3.5/_openssl.c:56604:3: warning: 'X509_CRL_get_nextUpdate' is deprecated [-Wdeprecated-declarations] return X509_CRL_get_nextUpdate(x0); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/x509.h:709:1: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_X509_CRL_get_nextUpdate': build/temp.linux-x86_64-3.5/_openssl.c:56627:3: warning: 'X509_CRL_get_nextUpdate' is deprecated [-Wdeprecated-declarations] { result = X509_CRL_get_nextUpdate(x0); } ^ In file included from /usr/include/openssl/e_os2.h:13:0, from build/temp.linux-x86_64-3.5/_openssl.c:507: /usr/include/openssl/x509.h:709:1: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) ^ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_d_X509_get0_signature': build/temp.linux-x86_64-3.5/_openssl.c:62464:23: warning: passing argument 1 of 'X509_get0_signature' from incompatible pointer type [-Wincompatible-pointer-types] X509_get0_signature(x0, x1, x2); ^~ In file included from /usr/include/openssl/cms.h:16:0, from build/temp.linux-x86_64-3.5/_openssl.c:545: /usr/include/openssl/x509.h:552:6: note: expected 'const ASN1_BIT_STRING ** {aka const struct asn1_string_st **}' but argument is of type 'ASN1_OCTET_STRING ** {aka struct asn1_string_st **}' void X509_get0_signature(const ASN1_BIT_STRING **psig, ^~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.5/_openssl.c:62464:27: warning: passing argument 2 of 'X509_get0_signature' from incompatible pointer type [-Wincompatible-pointer-types] X509_get0_signature(x0, x1, x2); ^~ In file included from /usr/include/openssl/cms.h:16:0, from build/temp.linux-x86_64-3.5/_openssl.c:545: /usr/include/openssl/x509.h:552:6: note: expected 'const X509_ALGOR ** {aka const struct X509_algor_st **}' but argument is of type 'X509_ALGOR ** {aka struct X509_algor_st **}' void X509_get0_signature(const ASN1_BIT_STRING **psig, ^~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.5/_openssl.c: In function '_cffi_f_X509_get0_signature': build/temp.linux-x86_64-3.5/_openssl.c:62516:25: warning: passing argument 1 of 'X509_get0_signature' from incompatible pointer type [-Wincompatible-pointer-types] { X509_get0_signature(x0, x1, x2); } ^~ In file included from /usr/include/openssl/cms.h:16:0, from build/temp.linux-x86_64-3.5/_openssl.c:545: /usr/include/openssl/x509.h:552:6: note: expected 'const ASN1_BIT_STRING ** {aka const struct asn1_string_st **}' but argument is of type 'ASN1_OCTET_STRING ** {aka struct asn1_string_st **}' void X509_get0_signature(const ASN1_BIT_STRING **psig, ^~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.5/_openssl.c:62516:29: warning: passing argument 2 of 'X509_get0_signature' from incompatible pointer type [-Wincompatible-pointer-types] { X509_get0_signature(x0, x1, x2); } ^~ In file included from /usr/include/openssl/cms.h:16:0, from build/temp.linux-x86_64-3.5/_openssl.c:545: /usr/include/openssl/x509.h:552:6: note: expected 'const X509_ALGOR ** {aka const struct X509_algor_st **}' but argument is of type 'X509_ALGOR ** {aka struct X509_algor_st **}' void X509_get0_signature(const ASN1_BIT_STRING **psig, ^~~~~~~~~~~~~~~~~~~ At top level: build/temp.linux-x86_64-3.5/_openssl.c:3426:13: warning: '_ssl_thread_locking_function' defined but not used [-Wunused-function] static void _ssl_thread_locking_function(int mode, int n, const char *file, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: command 'gcc' failed with exit status 1 ---------------------------------------- ERROR: Command "/usr/local/bin/python -u -c 'import setuptools, tokenize;__file__='"'"'/tmp/pip-install-y9bm4qqn/cryptography/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-record-8v77ksso/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-y9bm4qqn/cryptography/ ERROR: Service 'taiga' failed to build: The command '/bin/sh -c pip install --no-cache-dir -r requirements.txt' returned a non-zero code: 1
Hello, I got this when installing by "docker-compose up". Could you please help me?
MacOs Mojave, OpenSSL and cryptography installed.