Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to update dependencies to their latest version #215

Closed
sesheta opened this issue Oct 17, 2019 · 1 comment
Closed

Failed to update dependencies to their latest version #215

sesheta opened this issue Oct 17, 2019 · 1 comment
Labels
bot This Issue or PR is being worked on by a bot

Comments

@sesheta
Copy link
Member

sesheta commented Oct 17, 2019

Automatic dependency update failed for the current master with SHA 79ca251.

The automatic dependency management cannot continue. Please fix errors reported bellow.

Command
  $ pipenv update --dev
Standard output
Running $ pipenv lock then $ pipenv sync.
Installing dependencies from Pipfile.lock (289074)…
Installing initially failed dependencies…

Standard error
Creating a virtualenv for this project…
Pipfile: /tmp/tmp4x3i1a99/Pipfile
Using /usr/bin/python3 (3.6.8) to create virtualenv…
Already using interpreter /usr/bin/python3
Using base prefix '/usr'
  No LICENSE.txt / LICENSE found in source
New python executable in /tmp/tmp4x3i1a99/.venv/bin/python3
Also creating executable in /tmp/tmp4x3i1a99/.venv/bin/python
Installing setuptools, pip, wheel...
done.

Virtualenv location: /tmp/tmp4x3i1a99/.venv
Locking [dev-packages] dependencies…
Locking [packages] dependencies…
Updated Pipfile.lock (289074)!
An error occurred while installing cryptography==2.8 --hash=sha256:3cda1f0ed8747339bbdf71b9f38ca74c7b592f24f65cdb3ab3765e4b02871651! Will try again.
[pipenv.exceptions.InstallError]:   File "/usr/local/lib/python3.6/site-packages/pipenv/core.py", line 2611, in do_sync
[pipenv.exceptions.InstallError]:       system=system,
[pipenv.exceptions.InstallError]:   File "/usr/local/lib/python3.6/site-packages/pipenv/core.py", line 1253, in do_init
[pipenv.exceptions.InstallError]:       pypi_mirror=pypi_mirror,
[pipenv.exceptions.InstallError]:   File "/usr/local/lib/python3.6/site-packages/pipenv/core.py", line 859, in do_install_dependencies
[pipenv.exceptions.InstallError]:       retry_list, procs, failed_deps_queue, requirements_dir, **install_kwargs
[pipenv.exceptions.InstallError]:   File "/usr/local/lib/python3.6/site-packages/pipenv/core.py", line 763, in batch_install
[pipenv.exceptions.InstallError]:       _cleanup_procs(procs, not blocking, failed_deps_queue, retry=retry)
[pipenv.exceptions.InstallError]:   File "/usr/local/lib/python3.6/site-packages/pipenv/core.py", line 681, in _cleanup_procs
[pipenv.exceptions.InstallError]:       raise exceptions.InstallError(c.dep.name, extra=err_lines)
[pipenv.exceptions.InstallError]: ['Collecting cryptography==2.8', '  Using cached https://files.pythonhosted.org/packages/be/60/da377e1bed002716fb2d5d1d1cab720f298cb33ecff7bf7adea72788e4e4/cryptography-2.8.tar.gz', '  Installing build dependencies: started', "  Installing build dependencies: finished with status 'done'", '  Getting requirements to build wheel: started', "  Getting requirements to build wheel: finished with status 'done'", '    Preparing wheel metadata: started', "    Preparing wheel metadata: finished with status 'done'", 'Building wheels for collected packages: cryptography', '  Building wheel for cryptography (PEP 517): started', "  Building wheel for cryptography (PEP 517): finished with status 'error'", '  Running setup.py clean for cryptography', 'Failed to build cryptography']
[pipenv.exceptions.InstallError]: ['ERROR: Command errored out with exit status 1:', '   command: /tmp/tmp4x3i1a99/.venv/bin/python3 /tmp/tmp4x3i1a99/.venv/lib/python3.6/site-packages/pip/_vendor/pep517/_in_process.py build_wheel /tmp/tmppa87b98u', '       cwd: /tmp/pip-install-2uypdfr3/cryptography', '  Complete output (139 lines):', '  running bdist_wheel', '  running build', '  running build_py', '  creating build', '  creating build/lib.linux-x86_64-3.6', '  creating build/lib.linux-x86_64-3.6/cryptography', '  copying src/cryptography/__about__.py -> build/lib.linux-x86_64-3.6/cryptography', '  copying src/cryptography/__init__.py -> build/lib.linux-x86_64-3.6/cryptography', '  copying src/cryptography/exceptions.py -> build/lib.linux-x86_64-3.6/cryptography', '  copying src/cryptography/fernet.py -> build/lib.linux-x86_64-3.6/cryptography', '  copying src/cryptography/utils.py -> build/lib.linux-x86_64-3.6/cryptography', '  creating build/lib.linux-x86_64-3.6/cryptography/hazmat', '  copying src/cryptography/hazmat/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat', '  copying src/cryptography/hazmat/_der.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat', '  copying src/cryptography/hazmat/_oid.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat', '  creating build/lib.linux-x86_64-3.6/cryptography/x509', '  copying src/cryptography/x509/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/x509', '  copying src/cryptography/x509/base.py -> build/lib.linux-x86_64-3.6/cryptography/x509', '  copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-x86_64-3.6/cryptography/x509', '  copying src/cryptography/x509/extensions.py -> build/lib.linux-x86_64-3.6/cryptography/x509', '  copying src/cryptography/x509/general_name.py -> build/lib.linux-x86_64-3.6/cryptography/x509', '  copying src/cryptography/x509/name.py -> build/lib.linux-x86_64-3.6/cryptography/x509', '  copying src/cryptography/x509/ocsp.py -> build/lib.linux-x86_64-3.6/cryptography/x509', '  copying src/cryptography/x509/oid.py -> build/lib.linux-x86_64-3.6/cryptography/x509', '  creating build/lib.linux-x86_64-3.6/cryptography/hazmat/backends', '  copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends', '  copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends', '  creating build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings', '  copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings', '  creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', '  copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', '  copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', '  copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', '  copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', '  copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', '  copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', '  copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', '  copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', '  creating build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/ed25519.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/ed448.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/ocsp.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/poly1305.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/x448.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  creating build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings/openssl', '  copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings/openssl', '  copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings/openssl', '  copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings/openssl', '  creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', '  copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', '  copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', '  copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', '  copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', '  copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', '  copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', '  copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', '  copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', '  copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', '  copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', '  copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', '  creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers', '  copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers', '  copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers', '  copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers', '  copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers', '  copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers', '  creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', '  copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', '  copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', '  copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', '  copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', '  copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', '  copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', '  copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', '  creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/serialization', '  copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/serialization', '  copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/serialization', '  copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/serialization', '  copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/serialization', '  creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor', '  copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor', '  copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor', '  copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor', '  copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor', '  running egg_info', '  writing src/cryptography.egg-info/PKG-INFO', '  writing dependency_links to src/cryptography.egg-info/dependency_links.txt', '  writing requirements to src/cryptography.egg-info/requires.txt', '  writing top-level names to src/cryptography.egg-info/top_level.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 found matching 'vectors'", "  warning: no previously-included files matching '*' found under directory 'vectors'", "  warning: no previously-included files found matching 'azure-pipelines.yml'", "  warning: no previously-included files found matching '.azure-pipelines'", "  warning: no previously-included files found matching '.travis.yml'", "  warning: no previously-included files found matching '.travis'", "  warning: no previously-included files matching '*' found under directory '.azure-pipelines'", "  warning: no previously-included files matching '*' found under directory '.travis'", "  warning: no previously-included files found matching 'release.py'", "  warning: no previously-included files found matching '.coveragerc'", "  warning: no previously-included files found matching 'codecov.yml'", "  warning: no previously-included files found matching 'dev-requirements.txt'", "  warning: no previously-included files found matching 'rtd-requirements.txt'", "  warning: no previously-included files found matching 'tox.ini'", "  writing manifest file 'src/cryptography.egg-info/SOURCES.txt'", '  warning: build_py: byte-compiling is disabled, skipping.', '  ', '  running build_ext', "  generating cffi module 'build/temp.linux-x86_64-3.6/_padding.c'", '  creating build/temp.linux-x86_64-3.6', "  generating cffi module 'build/temp.linux-x86_64-3.6/_constant_time.c'", "  generating cffi module 'build/temp.linux-x86_64-3.6/_openssl.c'", "  building '_openssl' extension", '  creating build/temp.linux-x86_64-3.6/build', '  creating build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6', '  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c build/temp.linux-x86_64-3.6/_openssl.c -o build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6/_openssl.o -Wconversion -Wno-error=sign-conversion', '  build/temp.linux-x86_64-3.6/_openssl.c:498:10: fatal error: openssl/opensslv.h: No such file or directory', '   #include <openssl/opensslv.h>', '            ^~~~~~~~~~~~~~~~~~~~', '  compilation terminated.', "  error: command 'gcc' failed with exit status 1", '  ----------------------------------------', '  ERROR: Failed building wheel for cryptography', 'ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly']
ERROR: ERROR: Package installation failed...

Environment details

Kebechet version: 1.0.0
Python version: 3.6.8
Platform: Linux-3.10.0-957.21.2.el7.x86_64-x86_64-with-fedora-28-Twenty_Eight
pipenv version: pipenv, version 2018.11.26


Dependency graph
Unable to obtain dependency graph:

An error occurred while installing thoth-storages! Will try again.
An error occurred while installing thoth-solver! Will try again.
An error occurred while installing thoth-common! Will try again.
[pipenv.exceptions.InstallError]:   File "/usr/local/lib/python3.6/site-packages/pipenv/cli/command.py", line 254, in install
[pipenv.exceptions.InstallError]:       editable_packages=state.installstate.editables,
[pipenv.exceptions.InstallError]:   File "/usr/local/lib/python3.6/site-packages/pipenv/core.py", line 1874, in do_install
[pipenv.exceptions.InstallError]:       keep_outdated=keep_outdated
[pipenv.exceptions.InstallError]:   File "/usr/local/lib/python3.6/site-packages/pipenv/core.py", line 1253, in do_init
[pipenv.exceptions.InstallError]:       pypi_mirror=pypi_mirror,
[pipenv.exceptions.InstallError]:   File "/usr/local/lib/python3.6/site-packages/pipenv/core.py", line 862, in do_install_dependencies
[pipenv.exceptions.InstallError]:       _cleanup_procs(procs, False, failed_deps_queue, retry=False)
[pipenv.exceptions.InstallError]:   File "/usr/local/lib/python3.6/site-packages/pipenv/core.py", line 681, in _cleanup_procs
[pipenv.exceptions.InstallError]:       raise exceptions.InstallError(c.dep.name, extra=err_lines)
[pipenv.exceptions.InstallError]: ['Requirement already up-to-date: thoth-storages in ./.venv/lib/python3.6/site-packages (0.19.9)', 'Requirement already satisfied, skipping upgrade: pyyaml in ./.venv/lib/python3.6/site-packages (from thoth-storages) (3.13)', 'Requirement already satisfied, skipping upgrade: sqlalchemy-utils in ./.venv/lib/python3.6/site-packages (from thoth-storages) (0.34.2)', 'Requirement already satisfied, skipping upgrade: psycopg2-binary in ./.venv/lib/python3.6/site-packages (from thoth-storages) (2.8.3)', 'Requirement already satisfied, skipping upgrade: thoth-common in ./.venv/lib/python3.6/site-packages (from thoth-storages) (0.9.14)', 'Requirement already satisfied, skipping upgrade: amun in ./.venv/lib/python3.6/site-packages (from thoth-storages) (0.2.7)', 'Requirement already satisfied, skipping upgrade: methodtools in ./.venv/lib/python3.6/site-packages (from thoth-storages) (0.1.0)', 'Requirement already satisfied, skipping upgrade: click in ./.venv/lib/python3.6/site-packages (from thoth-storages) (6.6)', 'Requirement already satisfied, skipping upgrade: boto3 in ./.venv/lib/python3.6/site-packages (from thoth-storages) (1.9.251)', 'Requirement already satisfied, skipping upgrade: pydgraph in ./.venv/lib/python3.6/site-packages (from thoth-storages) (2.0.2)', 'Requirement already satisfied, skipping upgrade: thoth-python in ./.venv/lib/python3.6/site-packages (from thoth-storages) (0.6.4)', 'Requirement already satisfied, skipping upgrade: voluptuous in ./.venv/lib/python3.6/site-packages (from thoth-storages) (0.11.7)', 'Requirement already satisfied, skipping upgrade: alembic in ./.venv/lib/python3.6/site-packages (from thoth-storages) (1.2.1)', 'Requirement already satisfied, skipping upgrade: sqlalchemy in ./.venv/lib/python3.6/site-packages (from thoth-storages) (1.3.10)', 'Requirement already satisfied, skipping upgrade: python-dateutil in ./.venv/lib/python3.6/site-packages (from thoth-storages) (2.8.0)', 'Requirement already satisfied, skipping upgrade: six in ./.venv/lib/python3.6/site-packages (from sqlalchemy-utils->thoth-storages) (1.12.0)', 'Requirement already satisfied, skipping upgrade: rfc5424-logging-handler in ./.venv/lib/python3.6/site-packages (from thoth-common->thoth-storages) (1.4.3)', 'Requirement already satisfied, skipping upgrade: attrs in ./.venv/lib/python3.6/site-packages (from thoth-common->thoth-storages) (19.3.0)', 'Requirement already satisfied, skipping upgrade: sentry-sdk in ./.venv/lib/python3.6/site-packages (from thoth-common->thoth-storages) (0.12.3)', 'Requirement already satisfied, skipping upgrade: openshift==0.8.0 in ./.venv/lib/python3.6/site-packages (from thoth-common->thoth-storages) (0.8.0)', 'Requirement already satisfied, skipping upgrade: daiquiri in ./.venv/lib/python3.6/site-packages (from thoth-common->thoth-storages) (1.6.0)', 'Requirement already satisfied, skipping upgrade: requests in ./.venv/lib/python3.6/site-packages (from thoth-common->thoth-storages) (2.22.0)', 'Requirement already satisfied, skipping upgrade: certifi in ./.venv/lib/python3.6/site-packages (from amun->thoth-storages) (2019.9.11)', 'Requirement already satisfied, skipping upgrade: urllib3 in ./.venv/lib/python3.6/site-packages (from amun->thoth-storages) (1.25.6)', 'Requirement already satisfied, skipping upgrade: setuptools in ./.venv/lib/python3.6/site-packages (from amun->thoth-storages) (41.4.0)', 'Requirement already satisfied, skipping upgrade: wirerope>=0.2.1 in ./.venv/lib/python3.6/site-packages (from methodtools->thoth-storages) (0.2.1)', 'Requirement already satisfied, skipping upgrade: botocore<1.13.0,>=1.12.251 in ./.venv/lib/python3.6/site-packages (from boto3->thoth-storages) (1.12.251)', 'Requirement already satisfied, skipping upgrade: s3transfer<0.3.0,>=0.2.0 in ./.venv/lib/python3.6/site-packages (from boto3->thoth-storages) (0.2.1)', 'Requirement already satisfied, skipping upgrade: jmespath<1.0.0,>=0.7.1 in ./.venv/lib/python3.6/site-packages (from boto3->thoth-storages) (0.9.4)', 'Requirement already satisfied, skipping upgrade: grpcio>=1.18.0 in ./.venv/lib/python3.6/site-packages (from pydgraph->thoth-storages) (1.24.1)', 'Requirement already satisfied, skipping upgrade: protobuf>=3.6.1 in ./.venv/lib/python3.6/site-packages (from pydgraph->thoth-storages) (3.10.0)', 'Requirement already satisfied, skipping upgrade: thoth-analyzer in ./.venv/lib/python3.6/site-packages (from thoth-python->thoth-storages) (0.1.4)', 'Requirement already satisfied, skipping upgrade: semantic-version in ./.venv/lib/python3.6/site-packages (from thoth-python->thoth-storages) (2.8.2)', 'Requirement already satisfied, skipping upgrade: toml in ./.venv/lib/python3.6/site-packages (from thoth-python->thoth-storages) (0.10.0)', 'Requirement already satisfied, skipping upgrade: packaging in ./.venv/lib/python3.6/site-packages (from thoth-python->thoth-storages) (19.2)', 'Requirement already satisfied, skipping upgrade: lxml in ./.venv/lib/python3.6/site-packages (from thoth-python->thoth-storages) (4.4.1)', 'Requirement already satisfied, skipping upgrade: pyelftools in ./.venv/lib/python3.6/site-packages (from thoth-python->thoth-storages) (0.25)', 'Requirement already satisfied, skipping upgrade: beautifulsoup4==4.6.3 in ./.venv/lib/python3.6/site-packages (from thoth-python->thoth-storages) (4.6.3)', 'Requirement already satisfied, skipping upgrade: python-editor>=0.3 in ./.venv/lib/python3.6/site-packages (from alembic->thoth-storages) (1.0.4)', 'Requirement already satisfied, skipping upgrade: Mako in ./.venv/lib/python3.6/site-packages (from alembic->thoth-storages) (1.1.0)', 'Requirement already satisfied, skipping upgrade: tzlocal in ./.venv/lib/python3.6/site-packages (from rfc5424-logging-handler->thoth-common->thoth-storages) (2.0.0)', 'Requirement already satisfied, skipping upgrade: pytz in ./.venv/lib/python3.6/site-packages (from rfc5424-logging-handler->thoth-common->thoth-storages) (2019.3)', 'Requirement already satisfied, skipping upgrade: ruamel.yaml>=0.15 in ./.venv/lib/python3.6/site-packages (from openshift==0.8.0->thoth-common->thoth-storages) (0.16.5)', 'Requirement already satisfied, skipping upgrade: jinja2 in ./.venv/lib/python3.6/site-packages (from openshift==0.8.0->thoth-common->thoth-storages) (2.10.3)', 'Requirement already satisfied, skipping upgrade: dictdiffer in ./.venv/lib/python3.6/site-packages (from openshift==0.8.0->thoth-common->thoth-storages) (0.8.0)', 'Requirement already satisfied, skipping upgrade: python-string-utils in ./.venv/lib/python3.6/site-packages (from openshift==0.8.0->thoth-common->thoth-storages) (0.6.0)', 'Requirement already satisfied, skipping upgrade: kubernetes<9.0.0,>=8.0.0 in ./.venv/lib/python3.6/site-packages (from openshift==0.8.0->thoth-common->thoth-storages) (8.0.2)', 'Requirement already satisfied, skipping upgrade: idna<2.9,>=2.5 in ./.venv/lib/python3.6/site-packages (from requests->thoth-common->thoth-storages) (2.8)', 'Requirement already satisfied, skipping upgrade: chardet<3.1.0,>=3.0.2 in ./.venv/lib/python3.6/site-packages (from requests->thoth-common->thoth-storages) (3.0.4)', 'Requirement already satisfied, skipping upgrade: docutils<0.16,>=0.10 in ./.venv/lib/python3.6/site-packages (from botocore<1.13.0,>=1.12.251->boto3->thoth-storages) (0.15.2)', 'Requirement already satisfied, skipping upgrade: distro in ./.venv/lib/python3.6/site-packages (from thoth-analyzer->thoth-python->thoth-storages) (1.4.0)', 'Requirement already satisfied, skipping upgrade: delegator.py>=0.1.0 in ./.venv/lib/python3.6/site-packages (from thoth-analyzer->thoth-python->thoth-storages) (0.1.1)', 'Requirement already satisfied, skipping upgrade: pyparsing>=2.0.2 in ./.venv/lib/python3.6/site-packages (from packaging->thoth-python->thoth-storages) (2.4.2)', 'Requirement already satisfied, skipping upgrade: MarkupSafe>=0.9.2 in ./.venv/lib/python3.6/site-packages (from Mako->alembic->thoth-storages) (1.1.1)', 'Requirement already satisfied, skipping upgrade: ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.8" in ./.venv/lib/python3.6/site-packages (from ruamel.yaml>=0.15->openshift==0.8.0->thoth-common->thoth-storages) (0.2.0)', 'Requirement already satisfied, skipping upgrade: websocket-client!=0.40.0,!=0.41.*,!=0.42.*,>=0.32.0 in ./.venv/lib/python3.6/site-packages (from kubernetes<9.0.0,>=8.0.0->openshift==0.8.0->thoth-common->thoth-storages) (0.56.0)', 'Requirement already satisfied, skipping upgrade: requests-oauthlib in ./.venv/lib/python3.6/site-packages (from kubernetes<9.0.0,>=8.0.0->openshift==0.8.0->thoth-common->thoth-storages) (1.2.0)', 'Requirement already satisfied, skipping upgrade: adal>=1.0.2 in ./.venv/lib/python3.6/site-packages (from kubernetes<9.0.0,>=8.0.0->openshift==0.8.0->thoth-common->thoth-storages) (1.2.2)', 'Requirement already satisfied, skipping upgrade: google-auth>=1.0.1 in ./.venv/lib/python3.6/site-packages (from kubernetes<9.0.0,>=8.0.0->openshift==0.8.0->thoth-common->thoth-storages) (1.6.3)', 'Requirement already satisfied, skipping upgrade: pexpect>=4.1.0 in ./.venv/lib/python3.6/site-packages (from delegator.py>=0.1.0->thoth-analyzer->thoth-python->thoth-storages) (4.7.0)', 'Requirement already satisfied, skipping upgrade: oauthlib>=3.0.0 in ./.venv/lib/python3.6/site-packages (from requests-oauthlib->kubernetes<9.0.0,>=8.0.0->openshift==0.8.0->thoth-common->thoth-storages) (3.1.0)', 'Collecting cryptography>=1.1.0', '  Using cached https://files.pythonhosted.org/packages/be/60/da377e1bed002716fb2d5d1d1cab720f298cb33ecff7bf7adea72788e4e4/cryptography-2.8.tar.gz', '  Installing build dependencies: started', "  Installing build dependencies: finished with status 'done'", '  Getting requirements to build wheel: started', "  Getting requirements to build wheel: finished with status 'done'", '    Preparing wheel metadata: started', "    Preparing wheel metadata: finished with status 'done'", 'Requirement already satisfied, skipping upgrade: PyJWT>=1.0.0 in ./.venv/lib/python3.6/site-packages (from adal>=1.0.2->kubernetes<9.0.0,>=8.0.0->openshift==0.8.0->thoth-common->thoth-storages) (1.7.1)', 'Requirement already satisfied, skipping upgrade: pyasn1-modules>=0.2.1 in ./.venv/lib/python3.6/site-packages (from google-auth>=1.0.1->kubernetes<9.0.0,>=8.0.0->openshift==0.8.0->thoth-common->thoth-storages) (0.2.7)', 'Requirement already satisfied, skipping upgrade: cachetools>=2.0.0 in ./.venv/lib/python3.6/site-packages (from google-auth>=1.0.1->kubernetes<9.0.0,>=8.0.0->openshift==0.8.0->thoth-common->thoth-storages) (3.1.1)', 'Requirement already satisfied, skipping upgrade: rsa>=3.1.4 in ./.venv/lib/python3.6/site-packages (from google-auth>=1.0.1->kubernetes<9.0.0,>=8.0.0->openshift==0.8.0->thoth-common->thoth-storages) (4.0)', 'Requirement already satisfied, skipping upgrade: ptyprocess>=0.5 in ./.venv/lib/python3.6/site-packages (from pexpect>=4.1.0->delegator.py>=0.1.0->thoth-analyzer->thoth-python->thoth-storages) (0.6.0)', 'Requirement already satisfied, skipping upgrade: cffi!=1.11.3,>=1.8 in ./.venv/lib/python3.6/site-packages (from cryptography>=1.1.0->adal>=1.0.2->kubernetes<9.0.0,>=8.0.0->openshift==0.8.0->thoth-common->thoth-storages) (1.13.0)', 'Requirement already satisfied, skipping upgrade: pyasn1<0.5.0,>=0.4.6 in ./.venv/lib/python3.6/site-packages (from pyasn1-modules>=0.2.1->google-auth>=1.0.1->kubernetes<9.0.0,>=8.0.0->openshift==0.8.0->thoth-common->thoth-storages) (0.4.7)', 'Requirement already satisfied, skipping upgrade: pycparser in ./.venv/lib/python3.6/site-packages (from cffi!=1.11.3,>=1.8->cryptography>=1.1.0->adal>=1.0.2->kubernetes<9.0.0,>=8.0.0->openshift==0.8.0->thoth-common->thoth-storages) (2.19)', 'Building wheels for collected packages: cryptography', '  Building wheel for cryptography (PEP 517): started', "  Building wheel for cryptography (PEP 517): finished with status 'error'", '  Running setup.py clean for cryptography', 'Failed to build cryptography']
[pipenv.exceptions.InstallError]: ['ERROR: Command errored out with exit status 1:', '   command: /tmp/tmp4x3i1a99/.venv/bin/python3 /tmp/tmp4x3i1a99/.venv/lib/python3.6/site-packages/pip/_vendor/pep517/_in_process.py build_wheel /tmp/tmpgg81sse5', '       cwd: /tmp/pip-install-zawf38qx/cryptography', '  Complete output (139 lines):', '  running bdist_wheel', '  running build', '  running build_py', '  creating build', '  creating build/lib.linux-x86_64-3.6', '  creating build/lib.linux-x86_64-3.6/cryptography', '  copying src/cryptography/__about__.py -> build/lib.linux-x86_64-3.6/cryptography', '  copying src/cryptography/__init__.py -> build/lib.linux-x86_64-3.6/cryptography', '  copying src/cryptography/exceptions.py -> build/lib.linux-x86_64-3.6/cryptography', '  copying src/cryptography/fernet.py -> build/lib.linux-x86_64-3.6/cryptography', '  copying src/cryptography/utils.py -> build/lib.linux-x86_64-3.6/cryptography', '  creating build/lib.linux-x86_64-3.6/cryptography/hazmat', '  copying src/cryptography/hazmat/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat', '  copying src/cryptography/hazmat/_der.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat', '  copying src/cryptography/hazmat/_oid.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat', '  creating build/lib.linux-x86_64-3.6/cryptography/x509', '  copying src/cryptography/x509/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/x509', '  copying src/cryptography/x509/base.py -> build/lib.linux-x86_64-3.6/cryptography/x509', '  copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-x86_64-3.6/cryptography/x509', '  copying src/cryptography/x509/extensions.py -> build/lib.linux-x86_64-3.6/cryptography/x509', '  copying src/cryptography/x509/general_name.py -> build/lib.linux-x86_64-3.6/cryptography/x509', '  copying src/cryptography/x509/name.py -> build/lib.linux-x86_64-3.6/cryptography/x509', '  copying src/cryptography/x509/ocsp.py -> build/lib.linux-x86_64-3.6/cryptography/x509', '  copying src/cryptography/x509/oid.py -> build/lib.linux-x86_64-3.6/cryptography/x509', '  creating build/lib.linux-x86_64-3.6/cryptography/hazmat/backends', '  copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends', '  copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends', '  creating build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings', '  copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings', '  creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', '  copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', '  copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', '  copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', '  copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', '  copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', '  copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', '  copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', '  copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', '  creating build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/ed25519.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/ed448.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/ocsp.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/poly1305.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/x448.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', '  creating build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings/openssl', '  copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings/openssl', '  copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings/openssl', '  copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings/openssl', '  creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', '  copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', '  copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', '  copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', '  copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', '  copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', '  copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', '  copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', '  copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', '  copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', '  copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', '  copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', '  creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers', '  copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers', '  copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers', '  copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers', '  copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers', '  copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers', '  creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', '  copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', '  copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', '  copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', '  copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', '  copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', '  copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', '  copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', '  creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/serialization', '  copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/serialization', '  copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/serialization', '  copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/serialization', '  copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/serialization', '  creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor', '  copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor', '  copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor', '  copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor', '  copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor', '  running egg_info', '  writing src/cryptography.egg-info/PKG-INFO', '  writing dependency_links to src/cryptography.egg-info/dependency_links.txt', '  writing requirements to src/cryptography.egg-info/requires.txt', '  writing top-level names to src/cryptography.egg-info/top_level.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 found matching 'vectors'", "  warning: no previously-included files matching '*' found under directory 'vectors'", "  warning: no previously-included files found matching 'azure-pipelines.yml'", "  warning: no previously-included files found matching '.azure-pipelines'", "  warning: no previously-included files found matching '.travis.yml'", "  warning: no previously-included files found matching '.travis'", "  warning: no previously-included files matching '*' found under directory '.azure-pipelines'", "  warning: no previously-included files matching '*' found under directory '.travis'", "  warning: no previously-included files found matching 'release.py'", "  warning: no previously-included files found matching '.coveragerc'", "  warning: no previously-included files found matching 'codecov.yml'", "  warning: no previously-included files found matching 'dev-requirements.txt'", "  warning: no previously-included files found matching 'rtd-requirements.txt'", "  warning: no previously-included files found matching 'tox.ini'", "  writing manifest file 'src/cryptography.egg-info/SOURCES.txt'", '  warning: build_py: byte-compiling is disabled, skipping.', '  ', '  running build_ext', "  generating cffi module 'build/temp.linux-x86_64-3.6/_padding.c'", '  creating build/temp.linux-x86_64-3.6', "  generating cffi module 'build/temp.linux-x86_64-3.6/_constant_time.c'", "  generating cffi module 'build/temp.linux-x86_64-3.6/_openssl.c'", "  building '_openssl' extension", '  creating build/temp.linux-x86_64-3.6/build', '  creating build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6', '  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c build/temp.linux-x86_64-3.6/_openssl.c -o build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6/_openssl.o -Wconversion -Wno-error=sign-conversion', '  build/temp.linux-x86_64-3.6/_openssl.c:498:10: fatal error: openssl/opensslv.h: No such file or directory', '   #include <openssl/opensslv.h>', '            ^~~~~~~~~~~~~~~~~~~~', '  compilation terminated.', "  error: command 'gcc' failed with exit status 1", '  ----------------------------------------', '  ERROR: Failed building wheel for cryptography', 'ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly']
ERROR: ERROR: Package installation failed...

Notes

For more information, see Pipfile and Pipfile.lock.

Once this issue is resolved, the issue will be automatically closed by bot.

@sesheta sesheta added the bot This Issue or PR is being worked on by a bot label Oct 17, 2019
@sesheta
Copy link
Member Author

sesheta commented Oct 17, 2019

Closing this issue as it is no longer relevant for the current master with SHA 79ca251.

@sesheta sesheta closed this as completed Oct 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot This Issue or PR is being worked on by a bot
Projects
None yet
Development

No branches or pull requests

1 participant