Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # uname -a
- Linux eeepc-debian 6.1.0-18-686 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) i686 GNU/Linux
- # lsb_release -a
- No LSB modules are available.
- Distributor ID: Debian
- Description: Debian GNU/Linux 12 (bookworm)
- Release: 12
- Codename: bookworm
- # rustc --version
- rustc 1.63.0
- # docker-compose build
- Building matrix-rss-bridge
- Sending build context to Docker daemon 116.7kB
- Step 1/12 : FROM python:3.9.15-slim as python
- ---> f2ec1e8c687f
- Step 2/12 : WORKDIR /app
- ---> Using cache
- ---> 915c07c1f45d
- Step 3/12 : FROM python as poetry
- ---> 915c07c1f45d
- Step 4/12 : ENV POETRY_HOME=/opt/poetry
- ---> Using cache
- ---> e203d982c179
- Step 5/12 : ENV POETRY_VIRTUALENVS_IN_PROJECT=true
- ---> Using cache
- ---> 24a4bf5eaf68
- Step 6/12 : ENV PATH="$POETRY_HOME/bin:$PATH"
- ---> Using cache
- ---> a6c5eef9cbf0
- Step 7/12 : COPY . .
- ---> 8528ac20ebca
- Step 8/12 : RUN pip install poetry && poetry install --no-interaction --no-ansi -vvv
- ---> Running in 9972ccef8057
- Collecting poetry
- Downloading poetry-1.7.1-py3-none-any.whl (235 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 236.0/236.0 KB 2.9 MB/s eta 0:00:00
- Collecting pyproject-hooks<2.0.0,>=1.0.0
- Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB)
- Collecting installer<0.8.0,>=0.7.0
- Downloading installer-0.7.0-py3-none-any.whl (453 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 453.8/453.8 KB 4.2 MB/s eta 0:00:00
- Collecting poetry-core==1.8.1
- Downloading poetry_core-1.8.1-py3-none-any.whl (306 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 306.6/306.6 KB 4.2 MB/s eta 0:00:00
- Collecting virtualenv<21.0.0,>=20.23.0
- Downloading virtualenv-20.25.0-py3-none-any.whl (3.8 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 4.5 MB/s eta 0:00:00
- Collecting importlib-metadata>=4.4
- Downloading importlib_metadata-7.0.1-py3-none-any.whl (23 kB)
- Collecting cleo<3.0.0,>=2.1.0
- Downloading cleo-2.1.0-py3-none-any.whl (78 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.7/78.7 KB 3.0 MB/s eta 0:00:00
- Collecting packaging>=20.5
- Downloading packaging-23.2-py3-none-any.whl (53 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 KB 2.3 MB/s eta 0:00:00
- Collecting fastjsonschema<3.0.0,>=2.18.0
- Downloading fastjsonschema-2.19.1-py3-none-any.whl (23 kB)
- Collecting cachecontrol[filecache]<0.14.0,>=0.13.0
- Downloading cachecontrol-0.13.1-py3-none-any.whl (22 kB)
- Collecting requests<3.0,>=2.26
- Downloading requests-2.31.0-py3-none-any.whl (62 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 KB 2.6 MB/s eta 0:00:00
- Collecting requests-toolbelt<2,>=0.9.1
- Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.5/54.5 KB 2.4 MB/s eta 0:00:00
- Collecting pexpect<5.0.0,>=4.7.0
- Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.8/63.8 KB 2.6 MB/s eta 0:00:00
- Collecting shellingham<2.0,>=1.5
- Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
- Collecting poetry-plugin-export<2.0.0,>=1.6.0
- Downloading poetry_plugin_export-1.6.0-py3-none-any.whl (10 kB)
- Collecting pkginfo<2.0.0,>=1.9.4
- Downloading pkginfo-1.9.6-py3-none-any.whl (30 kB)
- Collecting trove-classifiers>=2022.5.19
- Downloading trove_classifiers-2024.1.31-py3-none-any.whl (13 kB)
- Collecting platformdirs<4.0.0,>=3.0.0
- Downloading platformdirs-3.11.0-py3-none-any.whl (17 kB)
- Collecting keyring<25.0.0,>=24.0.0
- Downloading keyring-24.3.0-py3-none-any.whl (38 kB)
- Collecting dulwich<0.22.0,>=0.21.2
- Downloading dulwich-0.21.7.tar.gz (448 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 448.0/448.0 KB 4.5 MB/s eta 0:00:00
- 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'
- Installing backend dependencies: started
- Installing backend dependencies: finished with status 'done'
- Preparing metadata (pyproject.toml): started
- Preparing metadata (pyproject.toml): finished with status 'done'
- Collecting tomlkit<1.0.0,>=0.11.4
- Downloading tomlkit-0.12.3-py3-none-any.whl (37 kB)
- Collecting crashtest<0.5.0,>=0.4.1
- Downloading crashtest-0.4.1-py3-none-any.whl (7.6 kB)
- Collecting tomli<3.0.0,>=2.0.1
- Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
- Collecting build<2.0.0,>=1.0.3
- Downloading build-1.0.3-py3-none-any.whl (18 kB)
- Collecting msgpack>=0.5.2
- Downloading msgpack-1.0.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (521 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 521.4/521.4 KB 4.4 MB/s eta 0:00:00
- Collecting filelock>=3.8.0
- Downloading filelock-3.13.1-py3-none-any.whl (11 kB)
- Collecting rapidfuzz<4.0.0,>=3.0.0
- Downloading rapidfuzz-3.6.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (5.9 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.9/5.9 MB 4.5 MB/s eta 0:00:00
- Collecting urllib3>=1.25
- Downloading urllib3-2.2.1-py3-none-any.whl (121 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 KB 3.8 MB/s eta 0:00:00
- Collecting zipp>=0.5
- Downloading zipp-3.17.0-py3-none-any.whl (7.4 kB)
- Collecting jaraco.classes
- Downloading jaraco.classes-3.3.1-py3-none-any.whl (6.8 kB)
- Collecting SecretStorage>=3.2
- Downloading SecretStorage-3.3.3-py3-none-any.whl (15 kB)
- Collecting jeepney>=0.4.2
- Downloading jeepney-0.8.0-py3-none-any.whl (48 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.4/48.4 KB 2.1 MB/s eta 0:00:00
- Collecting ptyprocess>=0.5
- Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
- Collecting charset-normalizer<4,>=2
- Downloading charset_normalizer-3.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (144 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.6/144.6 KB 3.8 MB/s eta 0:00:00
- Collecting certifi>=2017.4.17
- Downloading certifi-2024.2.2-py3-none-any.whl (163 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 KB 3.6 MB/s eta 0:00:00
- Collecting idna<4,>=2.5
- Downloading idna-3.6-py3-none-any.whl (61 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 KB 2.3 MB/s eta 0:00:00
- Collecting distlib<1,>=0.3.7
- Downloading distlib-0.3.8-py2.py3-none-any.whl (468 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 468.9/468.9 KB 4.1 MB/s eta 0:00:00
- Collecting cryptography>=2.0
- Downloading cryptography-42.0.3.tar.gz (669 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 669.6/669.6 KB 4.0 MB/s eta 0:00:00
- 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 metadata (pyproject.toml): started
- Preparing metadata (pyproject.toml): finished with status 'done'
- Collecting more-itertools
- Downloading more_itertools-10.2.0-py3-none-any.whl (57 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/57.0 KB 2.5 MB/s eta 0:00:00
- Collecting cffi>=1.12
- Using cached cffi-1.16.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (422 kB)
- Collecting pycparser
- Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
- Building wheels for collected packages: dulwich, cryptography
- Building wheel for dulwich (pyproject.toml): started
- Building wheel for dulwich (pyproject.toml): finished with status 'done'
- Created wheel for dulwich: filename=dulwich-0.21.7-cp39-cp39-linux_i686.whl size=465248 sha256=6c06007efe8a4b57fdadb1438a1f2df9cfcc1678b5aa1b2eb7af47aa5df4d388
- Stored in directory: /root/.cache/pip/wheels/d2/ba/df/91dccea183c9054b8eb5d8974ca824417cd7146be4cfde6a48
- Building wheel for cryptography (pyproject.toml): started
- Building wheel for cryptography (pyproject.toml): finished with status 'error'
- [91m error: subprocess-exited-with-error
- × Building wheel for cryptography (pyproject.toml) did not run successfully.
- │ exit code: 1
- ╰─> [151 lines of output]
- running bdist_wheel
- running build
- running build_py
- creating build
- creating build/lib.linux-i686-cpython-39
- creating build/lib.linux-i686-cpython-39/cryptography
- copying src/cryptography/exceptions.py -> build/lib.linux-i686-cpython-39/cryptography
- copying src/cryptography/fernet.py -> build/lib.linux-i686-cpython-39/cryptography
- copying src/cryptography/utils.py -> build/lib.linux-i686-cpython-39/cryptography
- copying src/cryptography/__init__.py -> build/lib.linux-i686-cpython-39/cryptography
- copying src/cryptography/__about__.py -> build/lib.linux-i686-cpython-39/cryptography
- creating build/lib.linux-i686-cpython-39/cryptography/x509
- copying src/cryptography/x509/general_name.py -> build/lib.linux-i686-cpython-39/cryptography/x509
- copying src/cryptography/x509/oid.py -> build/lib.linux-i686-cpython-39/cryptography/x509
- copying src/cryptography/x509/name.py -> build/lib.linux-i686-cpython-39/cryptography/x509
- copying src/cryptography/x509/verification.py -> build/lib.linux-i686-cpython-39/cryptography/x509
- copying src/cryptography/x509/extensions.py -> build/lib.linux-i686-cpython-39/cryptography/x509
- copying src/cryptography/x509/ocsp.py -> build/lib.linux-i686-cpython-39/cryptography/x509
- copying src/cryptography/x509/__init__.py -> build/lib.linux-i686-cpython-39/cryptography/x509
- copying src/cryptography/x509/base.py -> build/lib.linux-i686-cpython-39/cryptography/x509
- copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-i686-cpython-39/cryptography/x509
- creating build/lib.linux-i686-cpython-39/cryptography/hazmat
- copying src/cryptography/hazmat/_oid.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat
- copying src/cryptography/hazmat/__init__.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat
- creating build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings
- copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings
- creating build/lib.linux-i686-cpython-39/cryptography/hazmat/backends
- copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/backends
- creating build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives
- copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives
- copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives
- copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives
- copying src/cryptography/hazmat/primitives/_cipheralgorithm.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives
- copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives
- copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives
- copying src/cryptography/hazmat/primitives/_serialization.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives
- copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives
- copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives
- copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives
- copying src/cryptography/hazmat/primitives/_asymmetric.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives
- creating build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/openssl
- copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/openssl
- copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/openssl
- copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/openssl
- creating build/lib.linux-i686-cpython-39/cryptography/hazmat/backends/openssl
- copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/backends/openssl
- copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/backends/openssl
- copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/backends/openssl
- copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/backends/openssl
- copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/backends/openssl
- creating build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/serialization
- copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/serialization
- copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/serialization
- copying src/cryptography/hazmat/primitives/serialization/pkcs7.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/serialization
- copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/serialization
- copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/serialization
- creating build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
- copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
- copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
- copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
- copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
- copying src/cryptography/hazmat/primitives/asymmetric/types.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
- copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
- copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
- copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
- copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
- copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
- copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
- copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
- creating build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/kdf
- copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/kdf
- copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/kdf
- copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/kdf
- copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/kdf
- copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/kdf
- copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/kdf
- copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/kdf
- creating build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/twofactor
- copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/twofactor
- copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/twofactor
- copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/twofactor
- creating build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/ciphers
- copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/ciphers
- copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/ciphers
- copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/ciphers
- copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/ciphers
- copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/ciphers
- 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'
- warning: no files found matching '*.c' under directory 'src/_cffi_src'
- warning: no files found matching '*.h' under directory 'src/_cffi_src'
- 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 'src/rust/target'
- warning: no previously-included files matching '*' found under directory 'src/rust/target'
- warning: no previously-included files matching '*' found under directory '.github'
- warning: no previously-included files found matching 'release.py'
- warning: no previously-included files found matching '.readthedocs.yml'
- warning: no previously-included files found matching 'ci-constraints-requirements.txt'
- warning: no previously-included files found matching 'mypy.ini'
- adding license file 'LICENSE'
- adding license file 'LICENSE.APACHE'
- adding license file 'LICENSE.BSD'
- writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
- copying src/cryptography/py.typed -> build/lib.linux-i686-cpython-39/cryptography
- creating build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust
- copying src/cryptography/hazmat/bindings/_rust/__init__.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust
- copying src/cryptography/hazmat/bindings/_rust/_openssl.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust
- copying src/cryptography/hazmat/bindings/_rust/asn1.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust
- copying src/cryptography/hazmat/bindings/_rust/exceptions.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust
- copying src/cryptography/hazmat/bindings/_rust/ocsp.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust
- copying src/cryptography/hazmat/bindings/_rust/pkcs7.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust
- copying src/cryptography/hazmat/bindings/_rust/x509.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust
- creating build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
- copying src/cryptography/hazmat/bindings/_rust/openssl/__init__.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
- copying src/cryptography/hazmat/bindings/_rust/openssl/aead.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
- copying src/cryptography/hazmat/bindings/_rust/openssl/cmac.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
- copying src/cryptography/hazmat/bindings/_rust/openssl/dh.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
- copying src/cryptography/hazmat/bindings/_rust/openssl/dsa.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
- copying src/cryptography/hazmat/bindings/_rust/openssl/ec.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
- copying src/cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
- copying src/cryptography/hazmat/bindings/_rust/openssl/ed448.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
- copying src/cryptography/hazmat/bindings/_rust/openssl/hashes.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
- copying src/cryptography/hazmat/bindings/_rust/openssl/hmac.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
- copying src/cryptography/hazmat/bindings/_rust/openssl/kdf.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
- copying src/cryptography/hazmat/bindings/_rust/openssl/keys.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
- copying src/cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
- copying src/cryptography/hazmat/bindings/_rust/openssl/rsa.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
- copying src/cryptography/hazmat/bindings/_rust/openssl/x25519.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
- copying src/cryptography/hazmat/bindings/_rust/openssl/x448.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
- running build_ext
- running build_rust
- error: can't find Rust compiler
- If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler.
- To update pip, run:
- pip install --upgrade pip
- and then retry package installation.
- If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain.
- This package requires Rust >=1.63.0.
- [end of output]
- note: This error originates from a subprocess, and is likely not a problem with pip.
- [0m[91m ERROR: Failed building wheel for cryptography
- [0mSuccessfully built dulwich
- Failed to build cryptography
- [91mERROR: Could not build wheels for cryptography, which is required to install pyproject.toml-based projects
- [0m[91mWARNING: You are using pip version 22.0.4; however, version 24.0 is available.
- You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
- [0mThe command '/bin/sh -c pip install poetry && poetry install --no-interaction --no-ansi -vvv' returned a non-zero code: 1
- Service 'matrix-rss-bridge' failed to build : Build failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement