Advertisement
GegoXaren

matrix-rss-bringe-docker-compose-build.txt

Feb 20th, 2024 (edited)
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.02 KB | None | 0 0
  1. # uname -a
  2. Linux eeepc-debian 6.1.0-18-686 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) i686 GNU/Linux
  3.  
  4. # lsb_release -a
  5. No LSB modules are available.
  6. Distributor ID: Debian
  7. Description: Debian GNU/Linux 12 (bookworm)
  8. Release: 12
  9. Codename: bookworm
  10.  
  11. # rustc --version
  12. rustc 1.63.0
  13.  
  14. # docker-compose build
  15. Building matrix-rss-bridge
  16. Sending build context to Docker daemon 116.7kB
  17.  
  18. Step 1/12 : FROM python:3.9.15-slim as python
  19. ---> f2ec1e8c687f
  20. Step 2/12 : WORKDIR /app
  21. ---> Using cache
  22. ---> 915c07c1f45d
  23. Step 3/12 : FROM python as poetry
  24. ---> 915c07c1f45d
  25. Step 4/12 : ENV POETRY_HOME=/opt/poetry
  26. ---> Using cache
  27. ---> e203d982c179
  28. Step 5/12 : ENV POETRY_VIRTUALENVS_IN_PROJECT=true
  29. ---> Using cache
  30. ---> 24a4bf5eaf68
  31. Step 6/12 : ENV PATH="$POETRY_HOME/bin:$PATH"
  32. ---> Using cache
  33. ---> a6c5eef9cbf0
  34. Step 7/12 : COPY . .
  35. ---> 8528ac20ebca
  36. Step 8/12 : RUN pip install poetry && poetry install --no-interaction --no-ansi -vvv
  37. ---> Running in 9972ccef8057
  38. Collecting poetry
  39. Downloading poetry-1.7.1-py3-none-any.whl (235 kB)
  40. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 236.0/236.0 KB 2.9 MB/s eta 0:00:00
  41. Collecting pyproject-hooks<2.0.0,>=1.0.0
  42. Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB)
  43. Collecting installer<0.8.0,>=0.7.0
  44. Downloading installer-0.7.0-py3-none-any.whl (453 kB)
  45. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 453.8/453.8 KB 4.2 MB/s eta 0:00:00
  46. Collecting poetry-core==1.8.1
  47. Downloading poetry_core-1.8.1-py3-none-any.whl (306 kB)
  48. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 306.6/306.6 KB 4.2 MB/s eta 0:00:00
  49. Collecting virtualenv<21.0.0,>=20.23.0
  50. Downloading virtualenv-20.25.0-py3-none-any.whl (3.8 MB)
  51. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 4.5 MB/s eta 0:00:00
  52. Collecting importlib-metadata>=4.4
  53. Downloading importlib_metadata-7.0.1-py3-none-any.whl (23 kB)
  54. Collecting cleo<3.0.0,>=2.1.0
  55. Downloading cleo-2.1.0-py3-none-any.whl (78 kB)
  56. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.7/78.7 KB 3.0 MB/s eta 0:00:00
  57. Collecting packaging>=20.5
  58. Downloading packaging-23.2-py3-none-any.whl (53 kB)
  59. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 KB 2.3 MB/s eta 0:00:00
  60. Collecting fastjsonschema<3.0.0,>=2.18.0
  61. Downloading fastjsonschema-2.19.1-py3-none-any.whl (23 kB)
  62. Collecting cachecontrol[filecache]<0.14.0,>=0.13.0
  63. Downloading cachecontrol-0.13.1-py3-none-any.whl (22 kB)
  64. Collecting requests<3.0,>=2.26
  65. Downloading requests-2.31.0-py3-none-any.whl (62 kB)
  66. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 KB 2.6 MB/s eta 0:00:00
  67. Collecting requests-toolbelt<2,>=0.9.1
  68. Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB)
  69. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.5/54.5 KB 2.4 MB/s eta 0:00:00
  70. Collecting pexpect<5.0.0,>=4.7.0
  71. Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB)
  72. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.8/63.8 KB 2.6 MB/s eta 0:00:00
  73. Collecting shellingham<2.0,>=1.5
  74. Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
  75. Collecting poetry-plugin-export<2.0.0,>=1.6.0
  76. Downloading poetry_plugin_export-1.6.0-py3-none-any.whl (10 kB)
  77. Collecting pkginfo<2.0.0,>=1.9.4
  78. Downloading pkginfo-1.9.6-py3-none-any.whl (30 kB)
  79. Collecting trove-classifiers>=2022.5.19
  80. Downloading trove_classifiers-2024.1.31-py3-none-any.whl (13 kB)
  81. Collecting platformdirs<4.0.0,>=3.0.0
  82. Downloading platformdirs-3.11.0-py3-none-any.whl (17 kB)
  83. Collecting keyring<25.0.0,>=24.0.0
  84. Downloading keyring-24.3.0-py3-none-any.whl (38 kB)
  85. Collecting dulwich<0.22.0,>=0.21.2
  86. Downloading dulwich-0.21.7.tar.gz (448 kB)
  87. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 448.0/448.0 KB 4.5 MB/s eta 0:00:00
  88. Installing build dependencies: started
  89. Installing build dependencies: finished with status 'done'
  90. Getting requirements to build wheel: started
  91. Getting requirements to build wheel: finished with status 'done'
  92. Installing backend dependencies: started
  93. Installing backend dependencies: finished with status 'done'
  94. Preparing metadata (pyproject.toml): started
  95. Preparing metadata (pyproject.toml): finished with status 'done'
  96. Collecting tomlkit<1.0.0,>=0.11.4
  97. Downloading tomlkit-0.12.3-py3-none-any.whl (37 kB)
  98. Collecting crashtest<0.5.0,>=0.4.1
  99. Downloading crashtest-0.4.1-py3-none-any.whl (7.6 kB)
  100. Collecting tomli<3.0.0,>=2.0.1
  101. Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
  102. Collecting build<2.0.0,>=1.0.3
  103. Downloading build-1.0.3-py3-none-any.whl (18 kB)
  104. Collecting msgpack>=0.5.2
  105. Downloading msgpack-1.0.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (521 kB)
  106. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 521.4/521.4 KB 4.4 MB/s eta 0:00:00
  107. Collecting filelock>=3.8.0
  108. Downloading filelock-3.13.1-py3-none-any.whl (11 kB)
  109. Collecting rapidfuzz<4.0.0,>=3.0.0
  110. Downloading rapidfuzz-3.6.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (5.9 MB)
  111. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.9/5.9 MB 4.5 MB/s eta 0:00:00
  112. Collecting urllib3>=1.25
  113. Downloading urllib3-2.2.1-py3-none-any.whl (121 kB)
  114. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 KB 3.8 MB/s eta 0:00:00
  115. Collecting zipp>=0.5
  116. Downloading zipp-3.17.0-py3-none-any.whl (7.4 kB)
  117. Collecting jaraco.classes
  118. Downloading jaraco.classes-3.3.1-py3-none-any.whl (6.8 kB)
  119. Collecting SecretStorage>=3.2
  120. Downloading SecretStorage-3.3.3-py3-none-any.whl (15 kB)
  121. Collecting jeepney>=0.4.2
  122. Downloading jeepney-0.8.0-py3-none-any.whl (48 kB)
  123. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.4/48.4 KB 2.1 MB/s eta 0:00:00
  124. Collecting ptyprocess>=0.5
  125. Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
  126. Collecting charset-normalizer<4,>=2
  127. Downloading charset_normalizer-3.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (144 kB)
  128. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.6/144.6 KB 3.8 MB/s eta 0:00:00
  129. Collecting certifi>=2017.4.17
  130. Downloading certifi-2024.2.2-py3-none-any.whl (163 kB)
  131. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 KB 3.6 MB/s eta 0:00:00
  132. Collecting idna<4,>=2.5
  133. Downloading idna-3.6-py3-none-any.whl (61 kB)
  134. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 KB 2.3 MB/s eta 0:00:00
  135. Collecting distlib<1,>=0.3.7
  136. Downloading distlib-0.3.8-py2.py3-none-any.whl (468 kB)
  137. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 468.9/468.9 KB 4.1 MB/s eta 0:00:00
  138. Collecting cryptography>=2.0
  139. Downloading cryptography-42.0.3.tar.gz (669 kB)
  140. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 669.6/669.6 KB 4.0 MB/s eta 0:00:00
  141. Installing build dependencies: started
  142. Installing build dependencies: finished with status 'done'
  143. Getting requirements to build wheel: started
  144. Getting requirements to build wheel: finished with status 'done'
  145. Preparing metadata (pyproject.toml): started
  146. Preparing metadata (pyproject.toml): finished with status 'done'
  147. Collecting more-itertools
  148. Downloading more_itertools-10.2.0-py3-none-any.whl (57 kB)
  149. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/57.0 KB 2.5 MB/s eta 0:00:00
  150. Collecting cffi>=1.12
  151. Using cached cffi-1.16.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (422 kB)
  152. Collecting pycparser
  153. Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
  154. Building wheels for collected packages: dulwich, cryptography
  155. Building wheel for dulwich (pyproject.toml): started
  156. Building wheel for dulwich (pyproject.toml): finished with status 'done'
  157. Created wheel for dulwich: filename=dulwich-0.21.7-cp39-cp39-linux_i686.whl size=465248 sha256=6c06007efe8a4b57fdadb1438a1f2df9cfcc1678b5aa1b2eb7af47aa5df4d388
  158. Stored in directory: /root/.cache/pip/wheels/d2/ba/df/91dccea183c9054b8eb5d8974ca824417cd7146be4cfde6a48
  159. Building wheel for cryptography (pyproject.toml): started
  160. Building wheel for cryptography (pyproject.toml): finished with status 'error'
  161.  error: subprocess-exited-with-error
  162.  
  163. × Building wheel for cryptography (pyproject.toml) did not run successfully.
  164. │ exit code: 1
  165. ╰─> [151 lines of output]
  166. running bdist_wheel
  167. running build
  168. running build_py
  169. creating build
  170. creating build/lib.linux-i686-cpython-39
  171. creating build/lib.linux-i686-cpython-39/cryptography
  172. copying src/cryptography/exceptions.py -> build/lib.linux-i686-cpython-39/cryptography
  173. copying src/cryptography/fernet.py -> build/lib.linux-i686-cpython-39/cryptography
  174. copying src/cryptography/utils.py -> build/lib.linux-i686-cpython-39/cryptography
  175. copying src/cryptography/__init__.py -> build/lib.linux-i686-cpython-39/cryptography
  176. copying src/cryptography/__about__.py -> build/lib.linux-i686-cpython-39/cryptography
  177. creating build/lib.linux-i686-cpython-39/cryptography/x509
  178. copying src/cryptography/x509/general_name.py -> build/lib.linux-i686-cpython-39/cryptography/x509
  179. copying src/cryptography/x509/oid.py -> build/lib.linux-i686-cpython-39/cryptography/x509
  180. copying src/cryptography/x509/name.py -> build/lib.linux-i686-cpython-39/cryptography/x509
  181. copying src/cryptography/x509/verification.py -> build/lib.linux-i686-cpython-39/cryptography/x509
  182. copying src/cryptography/x509/extensions.py -> build/lib.linux-i686-cpython-39/cryptography/x509
  183. copying src/cryptography/x509/ocsp.py -> build/lib.linux-i686-cpython-39/cryptography/x509
  184. copying src/cryptography/x509/__init__.py -> build/lib.linux-i686-cpython-39/cryptography/x509
  185. copying src/cryptography/x509/base.py -> build/lib.linux-i686-cpython-39/cryptography/x509
  186. copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-i686-cpython-39/cryptography/x509
  187. creating build/lib.linux-i686-cpython-39/cryptography/hazmat
  188. copying src/cryptography/hazmat/_oid.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat
  189. copying src/cryptography/hazmat/__init__.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat
  190. creating build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings
  191. copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings
  192. creating build/lib.linux-i686-cpython-39/cryptography/hazmat/backends
  193. copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/backends
  194. creating build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives
  195. copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives
  196. copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives
  197. copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives
  198. copying src/cryptography/hazmat/primitives/_cipheralgorithm.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives
  199. copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives
  200. copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives
  201. copying src/cryptography/hazmat/primitives/_serialization.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives
  202. copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives
  203. copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives
  204. copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives
  205. copying src/cryptography/hazmat/primitives/_asymmetric.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives
  206. creating build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/openssl
  207. copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/openssl
  208. copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/openssl
  209. copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/openssl
  210. creating build/lib.linux-i686-cpython-39/cryptography/hazmat/backends/openssl
  211. copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/backends/openssl
  212. copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/backends/openssl
  213. copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/backends/openssl
  214. copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/backends/openssl
  215. copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/backends/openssl
  216. creating build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/serialization
  217. copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/serialization
  218. copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/serialization
  219. copying src/cryptography/hazmat/primitives/serialization/pkcs7.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/serialization
  220. copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/serialization
  221. copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/serialization
  222. creating build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
  223. copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
  224. copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
  225. copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
  226. copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
  227. copying src/cryptography/hazmat/primitives/asymmetric/types.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
  228. copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
  229. copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
  230. copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
  231. copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
  232. copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
  233. copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
  234. copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/asymmetric
  235. creating build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/kdf
  236. copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/kdf
  237. copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/kdf
  238. copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/kdf
  239. copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/kdf
  240. copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/kdf
  241. copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/kdf
  242. copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/kdf
  243. creating build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/twofactor
  244. copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/twofactor
  245. copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/twofactor
  246. copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/twofactor
  247. creating build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/ciphers
  248. copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/ciphers
  249. copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/ciphers
  250. copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/ciphers
  251. copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/ciphers
  252. copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-i686-cpython-39/cryptography/hazmat/primitives/ciphers
  253. running egg_info
  254. writing src/cryptography.egg-info/PKG-INFO
  255. writing dependency_links to src/cryptography.egg-info/dependency_links.txt
  256. writing requirements to src/cryptography.egg-info/requires.txt
  257. writing top-level names to src/cryptography.egg-info/top_level.txt
  258. reading manifest file 'src/cryptography.egg-info/SOURCES.txt'
  259. reading manifest template 'MANIFEST.in'
  260. warning: no files found matching '*.c' under directory 'src/_cffi_src'
  261. warning: no files found matching '*.h' under directory 'src/_cffi_src'
  262. no previously-included directories found matching 'docs/_build'
  263. warning: no previously-included files found matching 'vectors'
  264. warning: no previously-included files matching '*' found under directory 'vectors'
  265. warning: no previously-included files found matching 'src/rust/target'
  266. warning: no previously-included files matching '*' found under directory 'src/rust/target'
  267. warning: no previously-included files matching '*' found under directory '.github'
  268. warning: no previously-included files found matching 'release.py'
  269. warning: no previously-included files found matching '.readthedocs.yml'
  270. warning: no previously-included files found matching 'ci-constraints-requirements.txt'
  271. warning: no previously-included files found matching 'mypy.ini'
  272. adding license file 'LICENSE'
  273. adding license file 'LICENSE.APACHE'
  274. adding license file 'LICENSE.BSD'
  275. writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
  276. copying src/cryptography/py.typed -> build/lib.linux-i686-cpython-39/cryptography
  277. creating build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust
  278. copying src/cryptography/hazmat/bindings/_rust/__init__.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust
  279. copying src/cryptography/hazmat/bindings/_rust/_openssl.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust
  280. copying src/cryptography/hazmat/bindings/_rust/asn1.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust
  281. copying src/cryptography/hazmat/bindings/_rust/exceptions.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust
  282. copying src/cryptography/hazmat/bindings/_rust/ocsp.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust
  283. copying src/cryptography/hazmat/bindings/_rust/pkcs7.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust
  284. copying src/cryptography/hazmat/bindings/_rust/x509.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust
  285. creating build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
  286. copying src/cryptography/hazmat/bindings/_rust/openssl/__init__.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
  287. copying src/cryptography/hazmat/bindings/_rust/openssl/aead.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
  288. copying src/cryptography/hazmat/bindings/_rust/openssl/cmac.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
  289. copying src/cryptography/hazmat/bindings/_rust/openssl/dh.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
  290. copying src/cryptography/hazmat/bindings/_rust/openssl/dsa.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
  291. copying src/cryptography/hazmat/bindings/_rust/openssl/ec.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
  292. copying src/cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
  293. copying src/cryptography/hazmat/bindings/_rust/openssl/ed448.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
  294. copying src/cryptography/hazmat/bindings/_rust/openssl/hashes.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
  295. copying src/cryptography/hazmat/bindings/_rust/openssl/hmac.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
  296. copying src/cryptography/hazmat/bindings/_rust/openssl/kdf.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
  297. copying src/cryptography/hazmat/bindings/_rust/openssl/keys.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
  298. copying src/cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
  299. copying src/cryptography/hazmat/bindings/_rust/openssl/rsa.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
  300. copying src/cryptography/hazmat/bindings/_rust/openssl/x25519.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
  301. copying src/cryptography/hazmat/bindings/_rust/openssl/x448.pyi -> build/lib.linux-i686-cpython-39/cryptography/hazmat/bindings/_rust/openssl
  302. running build_ext
  303. running build_rust
  304. error: can't find Rust compiler
  305.  
  306. 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.
  307.  
  308. To update pip, run:
  309.  
  310. pip install --upgrade pip
  311.  
  312. and then retry package installation.
  313.  
  314. 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.
  315.  
  316. This package requires Rust >=1.63.0.
  317. [end of output]
  318.  
  319. note: This error originates from a subprocess, and is likely not a problem with pip.
  320.  ERROR: Failed building wheel for cryptography
  321. Successfully built dulwich
  322. Failed to build cryptography
  323. ERROR: Could not build wheels for cryptography, which is required to install pyproject.toml-based projects
  324. WARNING: You are using pip version 22.0.4; however, version 24.0 is available.
  325. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
  326. The command '/bin/sh -c pip install poetry && poetry install --no-interaction --no-ansi -vvv' returned a non-zero code: 1
  327. Service 'matrix-rss-bridge' failed to build : Build failed
  328.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement