Page 2 sur 3

Re: plugins ZigBeeForDomoticZ avec docker-compose

Publié : 01 déc. 2023, 08:38
par jackslayter
après le compose up , j'ai lancé ces commandes :

root@d04d7f25b03b:/opt/domoticz# apt update

Code : Tout sélectionner

Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Get:4 http://deb.debian.org/debian bullseye/main armhf Packages [7838 kB]
Get:5 http://deb.debian.org/debian-security bullseye-security/main armhf Packages [256 kB]
Get:6 http://deb.debian.org/debian bullseye-updates/main armhf Packages [15.1 kB]
Fetched 8317 kB in 20s (424 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
root@d04d7f25b03b:/opt/domoticz# apt install -y python3-dev

Code : Tout sélectionner

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  javascript-common libjs-jquery libjs-sphinxdoc libjs-underscore libpython3-dev python3.9-dev zlib1g-dev
Suggested packages:
  apache2 | lighttpd | httpd
The following NEW packages will be installed:
  javascript-common libjs-jquery libjs-sphinxdoc libjs-underscore libpython3-dev python3-dev python3.9-dev zlib1g-dev
0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
Need to get 1295 kB of archives.
After this operation, 2487 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bullseye/main armhf javascript-common all 11+nmu1 [6260 B]
Get:2 http://deb.debian.org/debian bullseye/main armhf libjs-jquery all 3.5.1+dfsg+~3.5.5-7 [315 kB]
Get:3 http://deb.debian.org/debian bullseye/main armhf libjs-underscore all 1.9.1~dfsg-3 [100 kB]
Get:4 http://deb.debian.org/debian bullseye/main armhf libjs-sphinxdoc all 3.4.3-2 [127 kB]
Get:5 http://deb.debian.org/debian bullseye/main armhf libpython3-dev armhf 3.9.2-3 [21.7 kB]
Get:6 http://deb.debian.org/debian bullseye/main armhf zlib1g-dev armhf 1:1.2.11.dfsg-2+deb11u2 [185 kB]
Get:7 http://deb.debian.org/debian bullseye/main armhf python3.9-dev armhf 3.9.2-1 [515 kB]
Get:8 http://deb.debian.org/debian bullseye/main armhf python3-dev armhf 3.9.2-3 [24.8 kB]
Fetched 1295 kB in 1s (1129 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package javascript-common.
(Reading database ... 13334 files and directories currently installed.)
Preparing to unpack .../0-javascript-common_11+nmu1_all.deb ...
Unpacking javascript-common (11+nmu1) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../1-libjs-jquery_3.5.1+dfsg+~3.5.5-7_all.deb ...
Unpacking libjs-jquery (3.5.1+dfsg+~3.5.5-7) ...
Selecting previously unselected package libjs-underscore.
Preparing to unpack .../2-libjs-underscore_1.9.1~dfsg-3_all.deb ...
Unpacking libjs-underscore (1.9.1~dfsg-3) ...
Selecting previously unselected package libjs-sphinxdoc.
Preparing to unpack .../3-libjs-sphinxdoc_3.4.3-2_all.deb ...
Unpacking libjs-sphinxdoc (3.4.3-2) ...
Selecting previously unselected package libpython3-dev:armhf.
Preparing to unpack .../4-libpython3-dev_3.9.2-3_armhf.deb ...
Unpacking libpython3-dev:armhf (3.9.2-3) ...
Selecting previously unselected package zlib1g-dev:armhf.
Preparing to unpack .../5-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_armhf.deb ...
Unpacking zlib1g-dev:armhf (1:1.2.11.dfsg-2+deb11u2) ...
Selecting previously unselected package python3.9-dev.
Preparing to unpack .../6-python3.9-dev_3.9.2-1_armhf.deb ...
Unpacking python3.9-dev (3.9.2-1) ...
Selecting previously unselected package python3-dev.
Preparing to unpack .../7-python3-dev_3.9.2-3_armhf.deb ...
Unpacking python3-dev (3.9.2-3) ...
Setting up javascript-common (11+nmu1) ...
Setting up libpython3-dev:armhf (3.9.2-3) ...
Setting up zlib1g-dev:armhf (1:1.2.11.dfsg-2+deb11u2) ...
Setting up python3.9-dev (3.9.2-1) ...
Setting up libjs-jquery (3.5.1+dfsg+~3.5.5-7) ...
Setting up libjs-underscore (1.9.1~dfsg-3) ...
Setting up libjs-sphinxdoc (3.4.3-2) ...
Setting up python3-dev (3.9.2-3) ...
root@d04d7f25b03b:/opt/domoticz# python3 -m pip install --upgrade pip

Code : Tout sélectionner

Requirement already satisfied: pip in /usr/lib/python3/dist-packages (20.3.4)
Collecting pip
  Downloading pip-23.3.1-py3-none-any.whl (2.1 MB)
     |████████████████████████████████| 2.1 MB 65 kB/s
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 20.3.4
    Not uninstalling pip at /usr/lib/python3/dist-packages, outside environment /usr
    Can't uninstall 'pip'. No files were found to uninstall.
Successfully installed pip-23.3.1
root@d04d7f25b03b:/opt/domoticz# pip3 install wheel

Code : Tout sélectionner

Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (0.34.2)
root@d04d7f25b03b:/opt/domoticz# python3 -m pip install cryptography==35.0.0

Code : Tout sélectionner

Collecting cryptography==35.0.0
  Downloading cryptography-35.0.0.tar.gz (559 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 559.9/559.9 kB 346.5 kB/s eta 0:00:00
  Installing build dependencies ... error
  error: subprocess-exited-with-error

  × pip subprocess to install build dependencies did not run successfully.
  │ exit code: 1
  ╰─> [89 lines of output]
      Collecting setuptools>=40.6.0
        Downloading setuptools-69.0.2-py3-none-any.whl.metadata (6.3 kB)
      Collecting wheel
        Downloading wheel-0.42.0-py3-none-any.whl.metadata (2.2 kB)
      Collecting cffi>=1.12
        Downloading cffi-1.16.0.tar.gz (512 kB)
           ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 512.9/512.9 kB 539.6 kB/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 setuptools-rust>=0.11.4
        Downloading setuptools_rust-1.8.1-py3-none-any.whl.metadata (9.4 kB)
      Collecting pycparser (from cffi>=1.12)
        Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
           ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 597.3 kB/s eta 0:00:00
      Collecting semantic-version<3,>=2.8.2 (from setuptools-rust>=0.11.4)
        Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
      Collecting tomli>=1.2.1 (from setuptools-rust>=0.11.4)
        Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
      Using cached setuptools-69.0.2-py3-none-any.whl (819 kB)
      Using cached wheel-0.42.0-py3-none-any.whl (65 kB)
      Downloading setuptools_rust-1.8.1-py3-none-any.whl (26 kB)
      Building wheels for collected packages: cffi
        Building wheel for cffi (pyproject.toml): started
        Building wheel for cffi (pyproject.toml): finished with status 'error'
        error: subprocess-exited-with-error

        × Building wheel for cffi (pyproject.toml) did not run successfully.
        │ exit code: 1
        ╰─> [48 lines of output]

                No working compiler found, or bogus compiler options passed to
                the compiler from Python's standard "distutils" module.  See
                the error messages above.  Likely, the problem is not related
                to CFFI but generic to the setup.py of any Python package that
                tries to compile C code.  (Hints: on OS/X 10.8, for errors about
                -mno-fused-madd see http://stackoverflow.com/questions/22313407/
                Otherwise, see https://wiki.python.org/moin/CompLangPython or
                the IRC channel #python on irc.libera.chat.)

                Trying to continue anyway.  If you are trying to install CFFI from
                a build done in a different context, you can ignore this warning.

            running bdist_wheel
            running build
            running build_py
            creating build
            creating build/lib.linux-armv7l-cpython-39
            creating build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/_shimmed_dist_utils.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/cffi_opcode.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/recompiler.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/error.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/backend_ctypes.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/pkgconfig.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/cparser.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/model.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/api.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/_imp_emulation.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/vengine_cpy.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/__init__.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/ffiplatform.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/setuptools_ext.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/commontypes.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/vengine_gen.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/lock.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/verifier.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/_cffi_include.h -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/parse_c_type.h -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/_embedding.h -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/_cffi_errors.h -> build/lib.linux-armv7l-cpython-39/cffi
            running build_ext
            building '_cffi_backend' extension
            creating build/temp.linux-armv7l-cpython-39
            creating build/temp.linux-armv7l-cpython-39/src
            creating build/temp.linux-armv7l-cpython-39/src/c
            arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-jS0VHk/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DFFI_BUILDING=1 -I/usr/include/ffi -I/usr/include/libffi -I/usr/include/python3.9 -c src/c/_cffi_backend.c -o build/temp.linux-armv7l-cpython-39/src/c/_cffi_backend.o
            error: command 'arm-linux-gnueabihf-gcc' failed: No such file or directory
            [end of output]

        note: This error originates from a subprocess, and is likely not a problem with pip.
        ERROR: Failed building wheel for cffi
      Failed to build cffi
      ERROR: Could not build wheels for cffi, which is required to install pyproject.toml-based projects
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
même problème avec cryptography==35.0.0

Re: plugins ZigBeeForDomoticZ avec docker-compose

Publié : 01 déc. 2023, 09:48
par Deufo
Oups, j'ai mal lu :
All versions of cryptography, since 35.0 have required Rust to build from source. However, when a wheel is available, pip will prefer that, and because wheels are pre-compiled you don't need a Rust compiler (or a C compiler) to install them. pyca/cryptography provides pre-built wheels for many popular OS and architectures, however we do not build for 32-bit ARM due to challenges of including it in CI.
Donc soit t'essayes avec la 3.4.8, soit tu installes rust pour pouvoir compiler la dernière version (ça prend du temps) :

Code : Tout sélectionner

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Re: plugins ZigBeeForDomoticZ avec docker-compose

Publié : 01 déc. 2023, 10:03
par jackslayter
merci pour ta réponse.

mais comme je l'ai remarqué (https://github.com/pyca/cryptography/issues/7891) et comme tu l'as marqué

"however we do not build for 32-bit ARM"

j'ai essayé sur debian x64 et rpi4 et ça marche et je suis effectivement sur rpi2 armv7 32bit donc ça ne marche pas, du moins pas utilisable en docker car mon Domoticz tourne parfaitement avec le plugins en installation normale sur mon rpi2.

merci à tous je mets en resolu

Re: [Résolu}plugins ZigBeeForDomoticZ avec docker-compose sur raspberry pi 32bit armv7

Publié : 01 déc. 2023, 10:28
par Deufo
Tentes avec la version 3.4.8, ça vaut le coup d'essayer je pense !

Re: [Résolu}plugins ZigBeeForDomoticZ avec docker-compose sur raspberry pi 32bit armv7

Publié : 01 déc. 2023, 10:40
par jackslayter
pas mieux

root@4004ade67ddb:/opt/domoticz# python3 -m pip install cryptography==3.4.8 --upgrade

Code : Tout sélectionner

Collecting cryptography==3.4.8
  Downloading cryptography-3.4.8.tar.gz (546 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 546.9/546.9 kB 1.2 MB/s eta 0:00:00
  Installing build dependencies ... error
  error: subprocess-exited-with-error

  × pip subprocess to install build dependencies did not run successfully.
  │ exit code: 1
  ╰─> [89 lines of output]
      Collecting setuptools>=40.6.0
        Downloading setuptools-69.0.2-py3-none-any.whl.metadata (6.3 kB)
      Collecting wheel
        Downloading wheel-0.42.0-py3-none-any.whl.metadata (2.2 kB)
      Collecting cffi>=1.12
        Downloading cffi-1.16.0.tar.gz (512 kB)
           ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 512.9/512.9 kB 1.3 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 setuptools-rust>=0.11.4
        Downloading setuptools_rust-1.8.1-py3-none-any.whl.metadata (9.4 kB)
      Collecting pycparser (from cffi>=1.12)
        Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
           ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 716.7 kB/s eta 0:00:00
      Collecting semantic-version<3,>=2.8.2 (from setuptools-rust>=0.11.4)
        Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
      Collecting tomli>=1.2.1 (from setuptools-rust>=0.11.4)
        Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
      Using cached setuptools-69.0.2-py3-none-any.whl (819 kB)
      Using cached wheel-0.42.0-py3-none-any.whl (65 kB)
      Downloading setuptools_rust-1.8.1-py3-none-any.whl (26 kB)
      Building wheels for collected packages: cffi
        Building wheel for cffi (pyproject.toml): started
        Building wheel for cffi (pyproject.toml): finished with status 'error'
        error: subprocess-exited-with-error

        × Building wheel for cffi (pyproject.toml) did not run successfully.
        │ exit code: 1
        ╰─> [48 lines of output]

                No working compiler found, or bogus compiler options passed to
                the compiler from Python's standard "distutils" module.  See
                the error messages above.  Likely, the problem is not related
                to CFFI but generic to the setup.py of any Python package that
                tries to compile C code.  (Hints: on OS/X 10.8, for errors about
                -mno-fused-madd see http://stackoverflow.com/questions/22313407/
                Otherwise, see https://wiki.python.org/moin/CompLangPython or
                the IRC channel #python on irc.libera.chat.)

                Trying to continue anyway.  If you are trying to install CFFI from
                a build done in a different context, you can ignore this warning.

            running bdist_wheel
            running build
            running build_py
            creating build
            creating build/lib.linux-armv7l-cpython-39
            creating build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/_shimmed_dist_utils.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/cffi_opcode.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/recompiler.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/error.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/backend_ctypes.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/pkgconfig.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/cparser.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/model.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/api.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/_imp_emulation.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/vengine_cpy.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/__init__.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/ffiplatform.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/setuptools_ext.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/commontypes.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/vengine_gen.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/lock.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/verifier.py -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/_cffi_include.h -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/parse_c_type.h -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/_embedding.h -> build/lib.linux-armv7l-cpython-39/cffi
            copying src/cffi/_cffi_errors.h -> build/lib.linux-armv7l-cpython-39/cffi
            running build_ext
            building '_cffi_backend' extension
            creating build/temp.linux-armv7l-cpython-39
            creating build/temp.linux-armv7l-cpython-39/src
            creating build/temp.linux-armv7l-cpython-39/src/c
            arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-jS0VHk/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DFFI_BUILDING=1 -I/usr/include/ffi -I/usr/include/libffi -I/usr/include/python3.9 -c src/c/_cffi_backend.c -o build/temp.linux-armv7l-cpython-39/src/c/_cffi_backend.o
            error: command 'arm-linux-gnueabihf-gcc' failed: No such file or directory
            [end of output]

        note: This error originates from a subprocess, and is likely not a problem with pip.
        ERROR: Failed building wheel for cffi
      Failed to build cffi
      ERROR: Could not build wheels for cffi, which is required to install pyproject.toml-based projects
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

Re: [Résolu] plugins ZigBeeForDomoticZ avec docker-compose sur raspberry pi 32bit armv7

Publié : 01 déc. 2023, 10:48
par Deufo
Je n'aime pas abandonner mais pas de rpi2 à la maison, faudrait que je teste sur mon 3.

En cherchant un peu, j'ai trouvé ça :

Code : Tout sélectionner

sudo apt-get install build-essential libssl-dev libffi-dev python-dev
pip install cffi
Et retenter la 3.4.8 si c'est passé avant.

Re: [Résolu] plugins ZigBeeForDomoticZ avec docker-compose sur raspberry pi 32bit armv7

Publié : 01 déc. 2023, 11:47
par jackslayter
toujours pas

root@4004ade67ddb:/opt/domoticz# apt-get install build-essential libssl-dev libffi-dev python-dev

Code : Tout sélectionner

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'python-dev-is-python2' instead of 'python-dev'
The following additional packages will be installed:
  binutils binutils-arm-linux-gnueabihf binutils-common bzip2 cpp cpp-10 dirmngr dpkg-dev fakeroot file g++ g++-10 gcc gcc-10 gnupg gnupg-l10n gnupg-utils gpg gpg-agent
  gpg-wks-client gpg-wks-server gpgconf gpgsm libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan6 libassuan0 libatomic1 libbinutils libcc1-0
  libctf-nobfd0 libctf0 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-10-dev libgomp1 libisl23 libksba8 liblocale-gettext-perl libmagic-mgc libmagic1 libmpc3 libmpfr6
  libnpth0 libpython2-dev libpython2-stdlib libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib libstdc++-10-dev libubsan1 mailcap make mime-support patch
  pinentry-curses python-is-python2 python2 python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal xz-utils
Suggested packages:
  binutils-doc bzip2-doc cpp-doc gcc-10-locales dbus-user-session libpam-systemd pinentry-gnome3 tor debian-keyring gcc-10-doc gcc-multilib manpages-dev autoconf automake libtool
  flex bison gdb gcc-doc parcimonie xloadimage scdaemon sensible-utils bzr libssl-doc libstdc++-10-doc make-doc ed diffutils-doc pinentry-doc python2-doc python-tk python2.7-doc
  binfmt-support
The following NEW packages will be installed:
  binutils binutils-arm-linux-gnueabihf binutils-common build-essential bzip2 cpp cpp-10 dirmngr dpkg-dev fakeroot file g++ g++-10 gcc gcc-10 gnupg gnupg-l10n gnupg-utils gpg
  gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan6 libassuan0 libatomic1 libbinutils libcc1-0
  libctf-nobfd0 libctf0 libdpkg-perl libfakeroot libffi-dev libfile-fcntllock-perl libgcc-10-dev libgomp1 libisl23 libksba8 liblocale-gettext-perl libmagic-mgc libmagic1 libmpc3
  libmpfr6 libnpth0 libpython2-dev libpython2-stdlib libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib libssl-dev libstdc++-10-dev libubsan1 mailcap make
  mime-support patch pinentry-curses python-dev-is-python2 python-is-python2 python2 python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal xz-utils
0 upgraded, 71 newly installed, 0 to remove and 0 not upgraded.
Need to get 60.4 MB of archives.
After this operation, 186 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://deb.debian.org/debian bullseye/main armhf liblocale-gettext-perl armhf 1.07-4+b1 [18.3 kB]
Get:2 http://deb.debian.org/debian bullseye/main armhf libpython2.7-minimal armhf 2.7.18-8+deb11u1 [397 kB]
Get:3 http://deb.debian.org/debian bullseye/main armhf python2.7-minimal armhf 2.7.18-8+deb11u1 [1153 kB]
Get:4 http://deb.debian.org/debian bullseye/main armhf python2-minimal armhf 2.7.18-3 [34.2 kB]
Get:5 http://deb.debian.org/debian bullseye/main armhf mailcap all 3.69 [31.7 kB]
Get:6 http://deb.debian.org/debian bullseye/main armhf mime-support all 3.66 [10.9 kB]
Get:7 http://deb.debian.org/debian bullseye/main armhf libpython2.7-stdlib armhf 2.7.18-8+deb11u1 [1797 kB]
Get:8 http://deb.debian.org/debian bullseye/main armhf python2.7 armhf 2.7.18-8+deb11u1 [311 kB]
Get:9 http://deb.debian.org/debian bullseye/main armhf libpython2-stdlib armhf 2.7.18-3 [21.2 kB]
Get:10 http://deb.debian.org/debian bullseye/main armhf python2 armhf 2.7.18-3 [24.5 kB]
Get:11 http://deb.debian.org/debian bullseye/main armhf bzip2 armhf 1.0.8-4 [47.8 kB]
Get:12 http://deb.debian.org/debian bullseye/main armhf libmagic-mgc armhf 1:5.39-3+deb11u1 [273 kB]
Get:13 http://deb.debian.org/debian bullseye/main armhf libmagic1 armhf 1:5.39-3+deb11u1 [120 kB]
Get:14 http://deb.debian.org/debian bullseye/main armhf file armhf 1:5.39-3+deb11u1 [68.2 kB]
Get:15 http://deb.debian.org/debian bullseye/main armhf xz-utils armhf 5.2.5-2.1~deb11u1 [219 kB]
Get:16 http://deb.debian.org/debian bullseye/main armhf binutils-common armhf 2.35.2-2 [2220 kB]
Get:17 http://deb.debian.org/debian bullseye/main armhf libbinutils armhf 2.35.2-2 [403 kB]
Get:18 http://deb.debian.org/debian bullseye/main armhf libctf-nobfd0 armhf 2.35.2-2 [99.7 kB]
Get:19 http://deb.debian.org/debian bullseye/main armhf libctf0 armhf 2.35.2-2 [42.4 kB]
Get:20 http://deb.debian.org/debian bullseye/main armhf binutils-arm-linux-gnueabihf armhf 2.35.2-2 [2408 kB]
Get:21 http://deb.debian.org/debian bullseye/main armhf binutils armhf 2.35.2-2 [61.2 kB]
Get:22 http://deb.debian.org/debian bullseye/main armhf libisl23 armhf 0.23-1 [516 kB]
Get:23 http://deb.debian.org/debian bullseye/main armhf libmpfr6 armhf 4.1.0-3 [811 kB]
Get:24 http://deb.debian.org/debian bullseye/main armhf libmpc3 armhf 1.2.0-1 [36.7 kB]
Get:25 http://deb.debian.org/debian bullseye/main armhf cpp-10 armhf 10.2.1-6 [6609 kB]
Get:26 http://deb.debian.org/debian bullseye/main armhf cpp armhf 4:10.2.1-1 [19.7 kB]
Get:27 http://deb.debian.org/debian bullseye/main armhf libcc1-0 armhf 10.2.1-6 [39.2 kB]
Get:28 http://deb.debian.org/debian bullseye/main armhf libgomp1 armhf 10.2.1-6 [84.7 kB]
Get:29 http://deb.debian.org/debian bullseye/main armhf libatomic1 armhf 10.2.1-6 [6924 B]
Get:30 http://deb.debian.org/debian bullseye/main armhf libasan6 armhf 10.2.1-6 [2015 kB]
Get:31 http://deb.debian.org/debian bullseye/main armhf libubsan1 armhf 10.2.1-6 [746 kB]
Get:32 http://deb.debian.org/debian bullseye/main armhf libgcc-10-dev armhf 10.2.1-6 [694 kB]
Get:33 http://deb.debian.org/debian bullseye/main armhf gcc-10 armhf 10.2.1-6 [13.1 MB]
Get:34 http://deb.debian.org/debian bullseye/main armhf gcc armhf 4:10.2.1-1 [5204 B]
Get:35 http://deb.debian.org/debian bullseye/main armhf libstdc++-10-dev armhf 10.2.1-6 [1790 kB]
Get:36 http://deb.debian.org/debian bullseye/main armhf g++-10 armhf 10.2.1-6 [7244 kB]
Get:37 http://deb.debian.org/debian bullseye/main armhf g++ armhf 4:10.2.1-1 [1628 B]
Get:38 http://deb.debian.org/debian bullseye/main armhf make armhf 4.3-4.1 [384 kB]
Get:39 http://deb.debian.org/debian bullseye/main armhf libdpkg-perl all 1.20.13 [1552 kB]
Get:40 http://deb.debian.org/debian bullseye/main armhf patch armhf 2.7.6-7 [125 kB]
Get:41 http://deb.debian.org/debian bullseye/main armhf dpkg-dev all 1.20.13 [2314 kB]
Get:42 http://deb.debian.org/debian bullseye/main armhf build-essential armhf 12.9 [7704 B]
Get:43 http://deb.debian.org/debian bullseye/main armhf libassuan0 armhf 2.5.3-7.1 [44.2 kB]
Get:44 http://deb.debian.org/debian bullseye/main armhf gpgconf armhf 2.2.27-2+deb11u2 [532 kB]
Get:45 http://deb.debian.org/debian bullseye/main armhf libksba8 armhf 1.5.0-3+deb11u2 [105 kB]
Get:46 http://deb.debian.org/debian bullseye/main armhf libnpth0 armhf 1.6-3 [17.8 kB]
Get:47 http://deb.debian.org/debian bullseye/main armhf dirmngr armhf 2.2.27-2+deb11u2 [722 kB]
Get:48 http://deb.debian.org/debian bullseye/main armhf libfakeroot armhf 1.25.3-1.1 [43.9 kB]
Get:49 http://deb.debian.org/debian bullseye/main armhf fakeroot armhf 1.25.3-1.1 [85.1 kB]
Get:50 http://deb.debian.org/debian bullseye/main armhf gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
Get:51 http://deb.debian.org/debian bullseye/main armhf gnupg-utils armhf 2.2.27-2+deb11u2 [835 kB]
Get:52 http://deb.debian.org/debian bullseye/main armhf gpg armhf 2.2.27-2+deb11u2 [868 kB]
Get:53 http://deb.debian.org/debian bullseye/main armhf pinentry-curses armhf 1.1.0-4 [60.6 kB]
Get:54 http://deb.debian.org/debian bullseye/main armhf gpg-agent armhf 2.2.27-2+deb11u2 [630 kB]
Get:55 http://deb.debian.org/debian bullseye/main armhf gpg-wks-client armhf 2.2.27-2+deb11u2 [509 kB]
Get:56 http://deb.debian.org/debian bullseye/main armhf gpg-wks-server armhf 2.2.27-2+deb11u2 [503 kB]
Get:57 http://deb.debian.org/debian bullseye/main armhf gpgsm armhf 2.2.27-2+deb11u2 [617 kB]
Get:58 http://deb.debian.org/debian bullseye/main armhf gnupg all 2.2.27-2+deb11u2 [825 kB]
Get:59 http://deb.debian.org/debian bullseye/main armhf libalgorithm-diff-perl all 1.201-1 [43.3 kB]
Get:60 http://deb.debian.org/debian bullseye/main armhf libalgorithm-diff-xs-perl armhf 0.04-6+b1 [11.5 kB]
Get:61 http://deb.debian.org/debian bullseye/main armhf libalgorithm-merge-perl all 0.08-3 [12.7 kB]
Get:62 http://deb.debian.org/debian bullseye/main armhf libffi-dev armhf 3.3-6 [52.8 kB]
Get:63 http://deb.debian.org/debian bullseye/main armhf libfile-fcntllock-perl armhf 0.22-3+b7 [35.1 kB]
Get:64 http://deb.debian.org/debian bullseye/main armhf libpython2.7 armhf 2.7.18-8+deb11u1 [878 kB]
Get:65 http://deb.debian.org/debian bullseye/main armhf libpython2.7-dev armhf 2.7.18-8+deb11u1 [2041 kB]
Get:66 http://deb.debian.org/debian bullseye/main armhf libpython2-dev armhf 2.7.18-3 [21.3 kB]
Get:67 http://deb.debian.org/debian bullseye/main armhf libssl-dev armhf 1.1.1w-0+deb11u1 [1616 kB]
Get:68 http://deb.debian.org/debian bullseye/main armhf python-is-python2 all 2.7.18-9 [2940 B]
Get:69 http://deb.debian.org/debian bullseye/main armhf python2.7-dev armhf 2.7.18-8+deb11u1 [292 kB]
Get:70 http://deb.debian.org/debian bullseye/main armhf python2-dev armhf 2.7.18-3 [1216 B]
Get:71 http://deb.debian.org/debian bullseye/main armhf python-dev-is-python2 all 2.7.18-9 [1528 B]
Fetched 60.4 MB in 45s (1345 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package liblocale-gettext-perl.
(Reading database ... 13451 files and directories currently installed.)
Preparing to unpack .../0-liblocale-gettext-perl_1.07-4+b1_armhf.deb ...
Unpacking liblocale-gettext-perl (1.07-4+b1) ...
Selecting previously unselected package libpython2.7-minimal:armhf.
Preparing to unpack .../1-libpython2.7-minimal_2.7.18-8+deb11u1_armhf.deb ...
Unpacking libpython2.7-minimal:armhf (2.7.18-8+deb11u1) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../2-python2.7-minimal_2.7.18-8+deb11u1_armhf.deb ...
Unpacking python2.7-minimal (2.7.18-8+deb11u1) ...
Selecting previously unselected package python2-minimal.
Preparing to unpack .../3-python2-minimal_2.7.18-3_armhf.deb ...
Unpacking python2-minimal (2.7.18-3) ...
Selecting previously unselected package mailcap.
Preparing to unpack .../4-mailcap_3.69_all.deb ...
Unpacking mailcap (3.69) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../5-mime-support_3.66_all.deb ...
Unpacking mime-support (3.66) ...
Selecting previously unselected package libpython2.7-stdlib:armhf.
Preparing to unpack .../6-libpython2.7-stdlib_2.7.18-8+deb11u1_armhf.deb ...
Unpacking libpython2.7-stdlib:armhf (2.7.18-8+deb11u1) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../7-python2.7_2.7.18-8+deb11u1_armhf.deb ...
Unpacking python2.7 (2.7.18-8+deb11u1) ...
Selecting previously unselected package libpython2-stdlib:armhf.
Preparing to unpack .../8-libpython2-stdlib_2.7.18-3_armhf.deb ...
Unpacking libpython2-stdlib:armhf (2.7.18-3) ...
Setting up libpython2.7-minimal:armhf (2.7.18-8+deb11u1) ...
Setting up python2.7-minimal (2.7.18-8+deb11u1) ...
Linking and byte-compiling packages for runtime python2.7...
Setting up python2-minimal (2.7.18-3) ...
Selecting previously unselected package python2.
(Reading database ... 14238 files and directories currently installed.)
Preparing to unpack .../00-python2_2.7.18-3_armhf.deb ...
Unpacking python2 (2.7.18-3) ...
Selecting previously unselected package bzip2.
Preparing to unpack .../01-bzip2_1.0.8-4_armhf.deb ...
Unpacking bzip2 (1.0.8-4) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../02-libmagic-mgc_1%3a5.39-3+deb11u1_armhf.deb ...
Unpacking libmagic-mgc (1:5.39-3+deb11u1) ...
Selecting previously unselected package libmagic1:armhf.
Preparing to unpack .../03-libmagic1_1%3a5.39-3+deb11u1_armhf.deb ...
Unpacking libmagic1:armhf (1:5.39-3+deb11u1) ...
Selecting previously unselected package file.
Preparing to unpack .../04-file_1%3a5.39-3+deb11u1_armhf.deb ...
Unpacking file (1:5.39-3+deb11u1) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../05-xz-utils_5.2.5-2.1~deb11u1_armhf.deb ...
Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
Selecting previously unselected package binutils-common:armhf.
Preparing to unpack .../06-binutils-common_2.35.2-2_armhf.deb ...
Unpacking binutils-common:armhf (2.35.2-2) ...
Selecting previously unselected package libbinutils:armhf.
Preparing to unpack .../07-libbinutils_2.35.2-2_armhf.deb ...
Unpacking libbinutils:armhf (2.35.2-2) ...
Selecting previously unselected package libctf-nobfd0:armhf.
Preparing to unpack .../08-libctf-nobfd0_2.35.2-2_armhf.deb ...
Unpacking libctf-nobfd0:armhf (2.35.2-2) ...
Selecting previously unselected package libctf0:armhf.
Preparing to unpack .../09-libctf0_2.35.2-2_armhf.deb ...
Unpacking libctf0:armhf (2.35.2-2) ...
Selecting previously unselected package binutils-arm-linux-gnueabihf.
Preparing to unpack .../10-binutils-arm-linux-gnueabihf_2.35.2-2_armhf.deb ...
Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ...
Selecting previously unselected package binutils.
Preparing to unpack .../11-binutils_2.35.2-2_armhf.deb ...
Unpacking binutils (2.35.2-2) ...
Selecting previously unselected package libisl23:armhf.
Preparing to unpack .../12-libisl23_0.23-1_armhf.deb ...
Unpacking libisl23:armhf (0.23-1) ...
Selecting previously unselected package libmpfr6:armhf.
Preparing to unpack .../13-libmpfr6_4.1.0-3_armhf.deb ...
Unpacking libmpfr6:armhf (4.1.0-3) ...
Selecting previously unselected package libmpc3:armhf.
Preparing to unpack .../14-libmpc3_1.2.0-1_armhf.deb ...
Unpacking libmpc3:armhf (1.2.0-1) ...
Selecting previously unselected package cpp-10.
Preparing to unpack .../15-cpp-10_10.2.1-6_armhf.deb ...
Unpacking cpp-10 (10.2.1-6) ...
Selecting previously unselected package cpp.
Preparing to unpack .../16-cpp_4%3a10.2.1-1_armhf.deb ...
Unpacking cpp (4:10.2.1-1) ...
Selecting previously unselected package libcc1-0:armhf.
Preparing to unpack .../17-libcc1-0_10.2.1-6_armhf.deb ...
Unpacking libcc1-0:armhf (10.2.1-6) ...
Selecting previously unselected package libgomp1:armhf.
Preparing to unpack .../18-libgomp1_10.2.1-6_armhf.deb ...
Unpacking libgomp1:armhf (10.2.1-6) ...
Selecting previously unselected package libatomic1:armhf.
Preparing to unpack .../19-libatomic1_10.2.1-6_armhf.deb ...
Unpacking libatomic1:armhf (10.2.1-6) ...
Selecting previously unselected package libasan6:armhf.
Preparing to unpack .../20-libasan6_10.2.1-6_armhf.deb ...
Unpacking libasan6:armhf (10.2.1-6) ...
Selecting previously unselected package libubsan1:armhf.
Preparing to unpack .../21-libubsan1_10.2.1-6_armhf.deb ...
Unpacking libubsan1:armhf (10.2.1-6) ...
Selecting previously unselected package libgcc-10-dev:armhf.
Preparing to unpack .../22-libgcc-10-dev_10.2.1-6_armhf.deb ...
Unpacking libgcc-10-dev:armhf (10.2.1-6) ...
Selecting previously unselected package gcc-10.
Preparing to unpack .../23-gcc-10_10.2.1-6_armhf.deb ...
Unpacking gcc-10 (10.2.1-6) ...
Selecting previously unselected package gcc.
Preparing to unpack .../24-gcc_4%3a10.2.1-1_armhf.deb ...
Unpacking gcc (4:10.2.1-1) ...
Selecting previously unselected package libstdc++-10-dev:armhf.
Preparing to unpack .../25-libstdc++-10-dev_10.2.1-6_armhf.deb ...
Unpacking libstdc++-10-dev:armhf (10.2.1-6) ...
Selecting previously unselected package g++-10.
Preparing to unpack .../26-g++-10_10.2.1-6_armhf.deb ...
Unpacking g++-10 (10.2.1-6) ...
Selecting previously unselected package g++.
Preparing to unpack .../27-g++_4%3a10.2.1-1_armhf.deb ...
Unpacking g++ (4:10.2.1-1) ...
Selecting previously unselected package make.
Preparing to unpack .../28-make_4.3-4.1_armhf.deb ...
Unpacking make (4.3-4.1) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../29-libdpkg-perl_1.20.13_all.deb ...
Unpacking libdpkg-perl (1.20.13) ...
Selecting previously unselected package patch.
Preparing to unpack .../30-patch_2.7.6-7_armhf.deb ...
Unpacking patch (2.7.6-7) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../31-dpkg-dev_1.20.13_all.deb ...
Unpacking dpkg-dev (1.20.13) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../32-build-essential_12.9_armhf.deb ...
Unpacking build-essential (12.9) ...
Selecting previously unselected package libassuan0:armhf.
Preparing to unpack .../33-libassuan0_2.5.3-7.1_armhf.deb ...
Unpacking libassuan0:armhf (2.5.3-7.1) ...
Selecting previously unselected package gpgconf.
Preparing to unpack .../34-gpgconf_2.2.27-2+deb11u2_armhf.deb ...
Unpacking gpgconf (2.2.27-2+deb11u2) ...
Selecting previously unselected package libksba8:armhf.
Preparing to unpack .../35-libksba8_1.5.0-3+deb11u2_armhf.deb ...
Unpacking libksba8:armhf (1.5.0-3+deb11u2) ...
Selecting previously unselected package libnpth0:armhf.
Preparing to unpack .../36-libnpth0_1.6-3_armhf.deb ...
Unpacking libnpth0:armhf (1.6-3) ...
Selecting previously unselected package dirmngr.
Preparing to unpack .../37-dirmngr_2.2.27-2+deb11u2_armhf.deb ...
Unpacking dirmngr (2.2.27-2+deb11u2) ...
Selecting previously unselected package libfakeroot:armhf.
Preparing to unpack .../38-libfakeroot_1.25.3-1.1_armhf.deb ...
Unpacking libfakeroot:armhf (1.25.3-1.1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../39-fakeroot_1.25.3-1.1_armhf.deb ...
Unpacking fakeroot (1.25.3-1.1) ...
Selecting previously unselected package gnupg-l10n.
Preparing to unpack .../40-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
Selecting previously unselected package gnupg-utils.
Preparing to unpack .../41-gnupg-utils_2.2.27-2+deb11u2_armhf.deb ...
Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
Selecting previously unselected package gpg.
Preparing to unpack .../42-gpg_2.2.27-2+deb11u2_armhf.deb ...
Unpacking gpg (2.2.27-2+deb11u2) ...
Selecting previously unselected package pinentry-curses.
Preparing to unpack .../43-pinentry-curses_1.1.0-4_armhf.deb ...
Unpacking pinentry-curses (1.1.0-4) ...
Selecting previously unselected package gpg-agent.
Preparing to unpack .../44-gpg-agent_2.2.27-2+deb11u2_armhf.deb ...
Unpacking gpg-agent (2.2.27-2+deb11u2) ...
Selecting previously unselected package gpg-wks-client.
Preparing to unpack .../45-gpg-wks-client_2.2.27-2+deb11u2_armhf.deb ...
Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
Selecting previously unselected package gpg-wks-server.
Preparing to unpack .../46-gpg-wks-server_2.2.27-2+deb11u2_armhf.deb ...
Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
Selecting previously unselected package gpgsm.
Preparing to unpack .../47-gpgsm_2.2.27-2+deb11u2_armhf.deb ...
Unpacking gpgsm (2.2.27-2+deb11u2) ...
Selecting previously unselected package gnupg.
Preparing to unpack .../48-gnupg_2.2.27-2+deb11u2_all.deb ...
Unpacking gnupg (2.2.27-2+deb11u2) ...
Selecting previously unselected package libalgorithm-diff-perl.
Preparing to unpack .../49-libalgorithm-diff-perl_1.201-1_all.deb ...
Unpacking libalgorithm-diff-perl (1.201-1) ...
Selecting previously unselected package libalgorithm-diff-xs-perl.
Preparing to unpack .../50-libalgorithm-diff-xs-perl_0.04-6+b1_armhf.deb ...
Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ...
Selecting previously unselected package libalgorithm-merge-perl.
Preparing to unpack .../51-libalgorithm-merge-perl_0.08-3_all.deb ...
Unpacking libalgorithm-merge-perl (0.08-3) ...
Selecting previously unselected package libffi-dev:armhf.
Preparing to unpack .../52-libffi-dev_3.3-6_armhf.deb ...
Unpacking libffi-dev:armhf (3.3-6) ...
Selecting previously unselected package libfile-fcntllock-perl.
Preparing to unpack .../53-libfile-fcntllock-perl_0.22-3+b7_armhf.deb ...
Unpacking libfile-fcntllock-perl (0.22-3+b7) ...
Selecting previously unselected package libpython2.7:armhf.
Preparing to unpack .../54-libpython2.7_2.7.18-8+deb11u1_armhf.deb ...
Unpacking libpython2.7:armhf (2.7.18-8+deb11u1) ...
Selecting previously unselected package libpython2.7-dev:armhf.
Preparing to unpack .../55-libpython2.7-dev_2.7.18-8+deb11u1_armhf.deb ...
Unpacking libpython2.7-dev:armhf (2.7.18-8+deb11u1) ...
Selecting previously unselected package libpython2-dev:armhf.
Preparing to unpack .../56-libpython2-dev_2.7.18-3_armhf.deb ...
Unpacking libpython2-dev:armhf (2.7.18-3) ...
Selecting previously unselected package libssl-dev:armhf.
Preparing to unpack .../57-libssl-dev_1.1.1w-0+deb11u1_armhf.deb ...
Unpacking libssl-dev:armhf (1.1.1w-0+deb11u1) ...
Selecting previously unselected package python-is-python2.
Preparing to unpack .../58-python-is-python2_2.7.18-9_all.deb ...
Unpacking python-is-python2 (2.7.18-9) ...
Selecting previously unselected package python2.7-dev.
Preparing to unpack .../59-python2.7-dev_2.7.18-8+deb11u1_armhf.deb ...
Unpacking python2.7-dev (2.7.18-8+deb11u1) ...
Selecting previously unselected package python2-dev.
Preparing to unpack .../60-python2-dev_2.7.18-3_armhf.deb ...
Unpacking python2-dev (2.7.18-3) ...
Selecting previously unselected package python-dev-is-python2.
Preparing to unpack .../61-python-dev-is-python2_2.7.18-9_all.deb ...
Unpacking python-dev-is-python2 (2.7.18-9) ...
Setting up libksba8:armhf (1.5.0-3+deb11u2) ...
Setting up libmagic-mgc (1:5.39-3+deb11u1) ...
Setting up libfile-fcntllock-perl (0.22-3+b7) ...
Setting up libalgorithm-diff-perl (1.201-1) ...
Setting up binutils-common:armhf (2.35.2-2) ...
Setting up libmagic1:armhf (1:5.39-3+deb11u1) ...
Setting up libctf-nobfd0:armhf (2.35.2-2) ...
Setting up libnpth0:armhf (1.6-3) ...
Setting up file (1:5.39-3+deb11u1) ...
Setting up libassuan0:armhf (2.5.3-7.1) ...
Setting up libgomp1:armhf (10.2.1-6) ...
Setting up bzip2 (1.0.8-4) ...
Setting up libffi-dev:armhf (3.3-6) ...
Setting up libfakeroot:armhf (1.25.3-1.1) ...
Setting up libasan6:armhf (10.2.1-6) ...
Setting up fakeroot (1.25.3-1.1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
Setting up make (4.3-4.1) ...
Setting up libmpfr6:armhf (4.1.0-3) ...
Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
Setting up xz-utils (5.2.5-2.1~deb11u1) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
Setting up libssl-dev:armhf (1.1.1w-0+deb11u1) ...
Setting up libmpc3:armhf (1.2.0-1) ...
Setting up libatomic1:armhf (10.2.1-6) ...
Setting up patch (2.7.6-7) ...
Setting up libdpkg-perl (1.20.13) ...
Setting up libubsan1:armhf (10.2.1-6) ...
Setting up gpgconf (2.2.27-2+deb11u2) ...
Setting up libbinutils:armhf (2.35.2-2) ...
Setting up libisl23:armhf (0.23-1) ...
Setting up mailcap (3.69) ...
Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ...
Setting up libcc1-0:armhf (10.2.1-6) ...
Setting up liblocale-gettext-perl (1.07-4+b1) ...
Setting up gpg (2.2.27-2+deb11u2) ...
Setting up cpp-10 (10.2.1-6) ...
Setting up libalgorithm-merge-perl (0.08-3) ...
Setting up gnupg-utils (2.2.27-2+deb11u2) ...
Setting up libctf0:armhf (2.35.2-2) ...
Setting up pinentry-curses (1.1.0-4) ...
Setting up gpg-agent (2.2.27-2+deb11u2) ...
Setting up mime-support (3.66) ...
Setting up libgcc-10-dev:armhf (10.2.1-6) ...
Setting up gpgsm (2.2.27-2+deb11u2) ...
Setting up libpython2.7-stdlib:armhf (2.7.18-8+deb11u1) ...
Setting up dirmngr (2.2.27-2+deb11u2) ...
Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
Setting up cpp (4:10.2.1-1) ...
Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
Setting up libpython2.7:armhf (2.7.18-8+deb11u1) ...
Setting up libpython2.7-dev:armhf (2.7.18-8+deb11u1) ...
Setting up libstdc++-10-dev:armhf (10.2.1-6) ...
Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
Setting up python2.7 (2.7.18-8+deb11u1) ...
Setting up libpython2-stdlib:armhf (2.7.18-3) ...
Setting up binutils (2.35.2-2) ...
Setting up python2 (2.7.18-3) ...
Setting up dpkg-dev (1.20.13) ...
Setting up gcc-10 (10.2.1-6) ...
Setting up gnupg (2.2.27-2+deb11u2) ...
Setting up libpython2-dev:armhf (2.7.18-3) ...
Setting up python-is-python2 (2.7.18-9) ...
Setting up python2.7-dev (2.7.18-8+deb11u1) ...
Setting up g++-10 (10.2.1-6) ...
Setting up python2-dev (2.7.18-3) ...
Setting up gcc (4:10.2.1-1) ...
Setting up python-dev-is-python2 (2.7.18-9) ...
Setting up g++ (4:10.2.1-1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (12.9) ...
Processing triggers for libc-bin (2.31-13+deb11u7) ...

Re: [Résolu] plugins ZigBeeForDomoticZ avec docker-compose sur raspberry pi 32bit armv7

Publié : 01 déc. 2023, 11:48
par jackslayter
la suite

root@4004ade67ddb:/opt/domoticz# python3 -m pip install cffi

Code : Tout sélectionner

Collecting cffi
  Using cached cffi-1.16.0-cp39-cp39-linux_armv7l.whl
Collecting pycparser (from cffi)
  Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Installing collected packages: pycparser, cffi
Successfully installed cffi-1.16.0 pycparser-2.21
root@4004ade67ddb:/opt/domoticz# python3 -m pip install cryptography==3.4.8

Code : Tout sélectionner

Collecting cryptography==3.4.8
  Using cached cryptography-3.4.8.tar.gz (546 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.9/dist-packages (from cryptography==3.4.8) (1.16.0)
Requirement already satisfied: pycparser in /usr/local/lib/python3.9/dist-packages (from cffi>=1.12->cryptography==3.4.8) (2.21)
Building wheels for collected packages: cryptography
  Building wheel for cryptography (pyproject.toml) ... error
  error: subprocess-exited-with-error

  × Building wheel for cryptography (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [608 lines of output]
      running bdist_wheel
      running build
      running build_py
      creating build
      creating build/lib.linux-armv7l-cpython-39
      creating build/lib.linux-armv7l-cpython-39/cryptography
      copying src/cryptography/exceptions.py -> build/lib.linux-armv7l-cpython-39/cryptography
      copying src/cryptography/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography
      copying src/cryptography/utils.py -> build/lib.linux-armv7l-cpython-39/cryptography
      copying src/cryptography/__about__.py -> build/lib.linux-armv7l-cpython-39/cryptography
      copying src/cryptography/fernet.py -> build/lib.linux-armv7l-cpython-39/cryptography
      creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat
      copying src/cryptography/hazmat/_oid.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat
      copying src/cryptography/hazmat/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat
      copying src/cryptography/hazmat/_der.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat
      copying src/cryptography/hazmat/_types.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat
      creating build/lib.linux-armv7l-cpython-39/cryptography/x509
      copying src/cryptography/x509/oid.py -> build/lib.linux-armv7l-cpython-39/cryptography/x509
      copying src/cryptography/x509/general_name.py -> build/lib.linux-armv7l-cpython-39/cryptography/x509
      copying src/cryptography/x509/ocsp.py -> build/lib.linux-armv7l-cpython-39/cryptography/x509
      copying src/cryptography/x509/name.py -> build/lib.linux-armv7l-cpython-39/cryptography/x509
      copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-armv7l-cpython-39/cryptography/x509
      copying src/cryptography/x509/base.py -> build/lib.linux-armv7l-cpython-39/cryptography/x509
      copying src/cryptography/x509/extensions.py -> build/lib.linux-armv7l-cpython-39/cryptography/x509
      copying src/cryptography/x509/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/x509
      creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings
      copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings
      creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends
      copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends
      copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends
      creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
      copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
      copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
      copying src/cryptography/hazmat/primitives/_cipheralgorithm.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
      copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
      copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
      copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
      copying src/cryptography/hazmat/primitives/_asymmetric.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
      copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
      copying src/cryptography/hazmat/primitives/_serialization.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
      copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
      copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
      creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/openssl
      copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/openssl
      copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/openssl
      copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/openssl
      creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
      copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
      copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
      copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
      copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
      copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
      copying src/cryptography/hazmat/backends/openssl/poly1305.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
      copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
      copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
      copying src/cryptography/hazmat/backends/openssl/ocsp.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
      copying src/cryptography/hazmat/backends/openssl/x448.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
      copying src/cryptography/hazmat/backends/openssl/ed448.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
      copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
      copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
      copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
      copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
      copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
      copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
      copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
      copying src/cryptography/hazmat/backends/openssl/ed25519.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
      copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
      copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
      creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/ciphers
      copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/ciphers
      copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/ciphers
      copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/ciphers
      copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/ciphers
      copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/ciphers
      creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/kdf
      copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/kdf
      copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/kdf
      copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/kdf
      copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/kdf
      copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/kdf
      copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/kdf
      copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/kdf
      creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/serialization
      copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/serialization
      copying src/cryptography/hazmat/primitives/serialization/pkcs7.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/serialization
      copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/serialization
      copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/serialization
      copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/serialization
      creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
      copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
      copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
      copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
      copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
      copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
      copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
      copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
      copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
      copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
      copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
      copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
      creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/twofactor
      copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/twofactor
      copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/twofactor
      copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/twofactor
      copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-armv7l-cpython-39/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 matching '*' found under directory '.github'
      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 '.readthedocs.yml'
      warning: no previously-included files found matching 'dev-requirements.txt'
      warning: no previously-included files found matching 'tox.ini'
      warning: no previously-included files found matching 'mypy.ini'
      warning: no previously-included files matching '*' found under directory '.zuul.d'
      warning: no previously-included files matching '*' found under directory '.zuul.playbooks'
      adding license file 'LICENSE'
      adding license file 'LICENSE.APACHE'
      adding license file 'LICENSE.BSD'
      adding license file 'LICENSE.PSF'
      writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
      copying src/cryptography/py.typed -> build/lib.linux-armv7l-cpython-39/cryptography
      running build_ext
      generating cffi module 'build/temp.linux-armv7l-cpython-39/_padding.c'
      creating build/temp.linux-armv7l-cpython-39
      generating cffi module 'build/temp.linux-armv7l-cpython-39/_openssl.c'
      building '_openssl' extension
      creating build/temp.linux-armv7l-cpython-39/build
      creating build/temp.linux-armv7l-cpython-39/build/temp.linux-armv7l-cpython-39
      arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-jS0VHk/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/include/python3.9 -c build/temp.linux-armv7l-cpython-39/_openssl.c -o build/temp.linux-armv7l-cpython-39/build/temp.linux-armv7l-cpython-39/_openssl.o -Wconversion -Wno-error=sign-conversion
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘Cryptography_pem_password_cb’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:2386:37: warning: conversion to ‘size_t’ {aka ‘unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
       2386 |         memcpy(buf, st->password, st->length);
            |                                   ~~^~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_ASN1_STRING_data’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:9133:3: warning: ‘ASN1_STRING_data’ is deprecated [-Wdeprecated-declarations]
       9133 |   return ASN1_STRING_data(x0);
            |   ^~~~~~
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/asn1.h:554:1: note: declared here
        554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_ASN1_STRING_data’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:9156:3: warning: ‘ASN1_STRING_data’ is deprecated [-Wdeprecated-declarations]
       9156 |   { result = ASN1_STRING_data(x0); }
            |   ^
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/asn1.h:554:1: note: declared here
        554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_BIO_s_datagram’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:10325:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
      10325 |   return BIO_s_datagram();
            |          ^~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_BIO_s_datagram’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:10336:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
      10336 |   { result = BIO_s_datagram(); }
            |            ^
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_BIO_s_mem’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:10351:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
      10351 |   return BIO_s_mem();
            |          ^~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_BIO_s_mem’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:10362:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
      10362 |   { result = BIO_s_mem(); }
            |            ^
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_DTLSv1_client_method’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:15467:3: warning: ‘DTLSv1_client_method’ is deprecated [-Wdeprecated-declarations]
      15467 |   return DTLSv1_client_method();
            |   ^~~~~~
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/ssl.h:1907:1: note: declared here
       1907 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void))
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_DTLSv1_client_method’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:15478:3: warning: ‘DTLSv1_client_method’ is deprecated [-Wdeprecated-declarations]
      15478 |   { result = DTLSv1_client_method(); }
            |   ^
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/ssl.h:1907:1: note: declared here
       1907 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void))
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_DTLSv1_method’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:15531:3: warning: ‘DTLSv1_method’ is deprecated [-Wdeprecated-declarations]
      15531 |   return DTLSv1_method();
            |   ^~~~~~
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/ssl.h:1905:1: note: declared here
       1905 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_DTLSv1_method’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:15542:3: warning: ‘DTLSv1_method’ is deprecated [-Wdeprecated-declarations]
      15542 |   { result = DTLSv1_method(); }
            |   ^
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/ssl.h:1905:1: note: declared here
       1905 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_DTLSv1_server_method’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:15557:3: warning: ‘DTLSv1_server_method’ is deprecated [-Wdeprecated-declarations]
      15557 |   return DTLSv1_server_method();
            |   ^~~~~~
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/ssl.h:1906:1: note: declared here
       1906 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void))
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_DTLSv1_server_method’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:15568:3: warning: ‘DTLSv1_server_method’ is deprecated [-Wdeprecated-declarations]
      15568 |   { result = DTLSv1_server_method(); }
            |   ^
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/ssl.h:1906:1: note: declared here
       1906 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void))
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_OCSP_resp_get0_certs’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:26207:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
      26207 |   return OCSP_resp_get0_certs(x0);
            |          ^~~~~~~~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_OCSP_resp_get0_certs’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:26230:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
      26230 |   { result = OCSP_resp_get0_certs(x0); }
            |            ^
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_OPENSSL_config’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:26695:3: warning: ‘OPENSSL_config’ is deprecated [-Wdeprecated-declarations]
      26695 |   OPENSSL_config(x0);
            |   ^~~~~~~~~~~~~~
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/conf.h:91:1: note: declared here
         91 | DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name))
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_OPENSSL_config’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:26716:3: warning: ‘OPENSSL_config’ is deprecated [-Wdeprecated-declarations]
      26716 |   { OPENSSL_config(x0); }
            |   ^
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/conf.h:91:1: note: declared here
         91 | DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name))
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_SSL_CTX_add_extra_chain_cert’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:31586:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
      31586 |   return SSL_CTX_add_extra_chain_cert(x0, x1);
            |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_SSL_CTX_add_extra_chain_cert’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:31624:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
      31624 |   { result = SSL_CTX_add_extra_chain_cert(x0, x1); }
            |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_SSL_CTX_clear_mode’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:31765:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
      31765 |   return SSL_CTX_clear_mode(x0, x1);
            |          ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c:31765:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_SSL_CTX_clear_mode’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:31798:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
      31798 |   { result = SSL_CTX_clear_mode(x0, x1); }
            |              ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c:31798:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_SSL_CTX_get_mode’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:32254:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
      32254 |   return SSL_CTX_get_mode(x0);
            |          ^~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_SSL_CTX_get_mode’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:32277:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
      32277 |   { result = SSL_CTX_get_mode(x0); }
            |              ^~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_SSL_CTX_get_session_cache_mode’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:32368:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
      32368 |   return SSL_CTX_get_session_cache_mode(x0);
            |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_SSL_CTX_get_session_cache_mode’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:32391:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
      32391 |   { result = SSL_CTX_get_session_cache_mode(x0); }
            |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_mode’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:34093:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
      34093 |   return SSL_CTX_set_mode(x0, x1);
            |          ^~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c:34093:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_mode’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:34126:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
      34126 |   { result = SSL_CTX_set_mode(x0, x1); }
            |              ^~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c:34126:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
      In file included from build/temp.linux-armv7l-cpython-39/_openssl.c:815:
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_session_cache_mode’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:34375:45: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
      34375 |   return SSL_CTX_set_session_cache_mode(x0, x1);
            |                                             ^~
      build/temp.linux-armv7l-cpython-39/_openssl.c:34375:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
      34375 |   return SSL_CTX_set_session_cache_mode(x0, x1);
            |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      In file included from build/temp.linux-armv7l-cpython-39/_openssl.c:815:
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_session_cache_mode’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:34408:49: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
      34408 |   { result = SSL_CTX_set_session_cache_mode(x0, x1); }
            |                                                 ^~
      build/temp.linux-armv7l-cpython-39/_openssl.c:34408:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
      34408 |   { result = SSL_CTX_set_session_cache_mode(x0, x1); }
            |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_tmp_dh’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:34781:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
      34781 |   return SSL_CTX_set_tmp_dh(x0, x1);
            |          ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_tmp_dh’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:34819:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
      34819 |   { result = SSL_CTX_set_tmp_dh(x0, x1); }
            |              ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_tmp_ecdh’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:34834:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
      34834 |   return SSL_CTX_set_tmp_ecdh(x0, x1);
            |          ^~~~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_tmp_ecdh’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:34872:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
      34872 |   { result = SSL_CTX_set_tmp_ecdh(x0, x1); }
            |              ^~~~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_SSL_SESSION_get_ticket_lifetime_hint’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:35501:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
      35501 |   return SSL_SESSION_get_ticket_lifetime_hint(x0);
            |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_SSL_SESSION_get_ticket_lifetime_hint’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:35524:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
      35524 |   { result = SSL_SESSION_get_ticket_lifetime_hint(x0); }
            |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_SSL_clear_mode’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:35712:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
      35712 |   return SSL_clear_mode(x0, x1);
            |          ^~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c:35712:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_SSL_clear_mode’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:35745:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
      35745 |   { result = SSL_clear_mode(x0, x1); }
            |              ^~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c:35745:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_SSL_get_mode’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:36698:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
      36698 |   return SSL_get_mode(x0);
            |          ^~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_SSL_get_mode’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:36721:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
      36721 |   { result = SSL_get_mode(x0); }
            |              ^~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_SSL_set_mode’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:38512:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
      38512 |   return SSL_set_mode(x0, x1);
            |          ^~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c:38512:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_SSL_set_mode’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:38545:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion]
      38545 |   { result = SSL_set_mode(x0, x1); }
            |              ^~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c:38545:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion]
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_TLSv1_1_client_method’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:39649:3: warning: ‘TLSv1_1_client_method’ is deprecated [-Wdeprecated-declarations]
      39649 |   return TLSv1_1_client_method();
            |   ^~~~~~
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/ssl.h:1895:1: note: declared here
       1895 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void))
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_TLSv1_1_client_method’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:39660:3: warning: ‘TLSv1_1_client_method’ is deprecated [-Wdeprecated-declarations]
      39660 |   { result = TLSv1_1_client_method(); }
            |   ^
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/ssl.h:1895:1: note: declared here
       1895 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void))
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_TLSv1_1_method’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:39675:3: warning: ‘TLSv1_1_method’ is deprecated [-Wdeprecated-declarations]
      39675 |   return TLSv1_1_method();
            |   ^~~~~~
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/ssl.h:1893:1: note: declared here
       1893 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_TLSv1_1_method’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:39686:3: warning: ‘TLSv1_1_method’ is deprecated [-Wdeprecated-declarations]
      39686 |   { result = TLSv1_1_method(); }
            |   ^
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/ssl.h:1893:1: note: declared here
       1893 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_TLSv1_1_server_method’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:39701:3: warning: ‘TLSv1_1_server_method’ is deprecated [-Wdeprecated-declarations]
      39701 |   return TLSv1_1_server_method();
            |   ^~~~~~
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/ssl.h:1894:1: note: declared here
       1894 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void))
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_TLSv1_1_server_method’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:39712:3: warning: ‘TLSv1_1_server_method’ is deprecated [-Wdeprecated-declarations]
      39712 |   { result = TLSv1_1_server_method(); }
            |   ^
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/ssl.h:1894:1: note: declared here
       1894 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void))
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_TLSv1_2_client_method’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:39727:3: warning: ‘TLSv1_2_client_method’ is deprecated [-Wdeprecated-declarations]
      39727 |   return TLSv1_2_client_method();
            |   ^~~~~~
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/ssl.h:1901:1: note: declared here
       1901 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void))
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_TLSv1_2_client_method’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:39738:3: warning: ‘TLSv1_2_client_method’ is deprecated [-Wdeprecated-declarations]
      39738 |   { result = TLSv1_2_client_method(); }
            |   ^
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/ssl.h:1901:1: note: declared here
       1901 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void))
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_TLSv1_2_method’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:39753:3: warning: ‘TLSv1_2_method’ is deprecated [-Wdeprecated-declarations]
      39753 |   return TLSv1_2_method();
            |   ^~~~~~
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/ssl.h:1899:1: note: declared here
       1899 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_TLSv1_2_method’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:39764:3: warning: ‘TLSv1_2_method’ is deprecated [-Wdeprecated-declarations]
      39764 |   { result = TLSv1_2_method(); }
            |   ^
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/ssl.h:1899:1: note: declared here
       1899 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_TLSv1_2_server_method’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:39779:3: warning: ‘TLSv1_2_server_method’ is deprecated [-Wdeprecated-declarations]
      39779 |   return TLSv1_2_server_method();
            |   ^~~~~~
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/ssl.h:1900:1: note: declared here
       1900 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void))
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_TLSv1_2_server_method’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:39790:3: warning: ‘TLSv1_2_server_method’ is deprecated [-Wdeprecated-declarations]
      39790 |   { result = TLSv1_2_server_method(); }
            |   ^
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/ssl.h:1900:1: note: declared here
       1900 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void))
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_TLSv1_client_method’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:39805:3: warning: ‘TLSv1_client_method’ is deprecated [-Wdeprecated-declarations]
      39805 |   return TLSv1_client_method();
            |   ^~~~~~
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/ssl.h:1889:1: note: declared here
       1889 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void))
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_TLSv1_client_method’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:39816:3: warning: ‘TLSv1_client_method’ is deprecated [-Wdeprecated-declarations]
      39816 |   { result = TLSv1_client_method(); }
            |   ^
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/ssl.h:1889:1: note: declared here
       1889 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void))
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_TLSv1_method’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:39831:3: warning: ‘TLSv1_method’ is deprecated [-Wdeprecated-declarations]
      39831 |   return TLSv1_method();
            |   ^~~~~~
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/ssl.h:1887:1: note: declared here
       1887 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_TLSv1_method’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:39842:3: warning: ‘TLSv1_method’ is deprecated [-Wdeprecated-declarations]
      39842 |   { result = TLSv1_method(); }
            |   ^
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/ssl.h:1887:1: note: declared here
       1887 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_TLSv1_server_method’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:39857:3: warning: ‘TLSv1_server_method’ is deprecated [-Wdeprecated-declarations]
      39857 |   return TLSv1_server_method();
            |   ^~~~~~
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/ssl.h:1888:1: note: declared here
       1888 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void))
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_TLSv1_server_method’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:39868:3: warning: ‘TLSv1_server_method’ is deprecated [-Wdeprecated-declarations]
      39868 |   { result = TLSv1_server_method(); }
            |   ^
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/ssl.h:1888:1: note: declared here
       1888 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void))
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_X509_CRL_get_lastUpdate’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:41169:3: warning: ‘X509_CRL_get_lastUpdate’ is deprecated [-Wdeprecated-declarations]
      41169 |   return X509_CRL_get_lastUpdate(x0);
            |   ^~~~~~
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/x509.h:730:1: note: declared here
        730 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl))
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_X509_CRL_get_lastUpdate’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:41192:3: warning: ‘X509_CRL_get_lastUpdate’ is deprecated [-Wdeprecated-declarations]
      41192 |   { result = X509_CRL_get_lastUpdate(x0); }
            |   ^
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/x509.h:730:1: note: declared here
        730 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl))
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_d_X509_CRL_get_nextUpdate’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:41207:3: warning: ‘X509_CRL_get_nextUpdate’ is deprecated [-Wdeprecated-declarations]
      41207 |   return X509_CRL_get_nextUpdate(x0);
            |   ^~~~~~
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/x509.h:731:1: note: declared here
        731 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl))
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: In function ‘_cffi_f_X509_CRL_get_nextUpdate’:
      build/temp.linux-armv7l-cpython-39/_openssl.c:41230:3: warning: ‘X509_CRL_get_nextUpdate’ is deprecated [-Wdeprecated-declarations]
      41230 |   { result = X509_CRL_get_nextUpdate(x0); }
            |   ^
      In file included from /usr/include/openssl/e_os2.h:13,
                       from build/temp.linux-armv7l-cpython-39/_openssl.c:589:
      /usr/include/openssl/x509.h:731:1: note: declared here
        731 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl))
            | ^~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c: At top level:
      build/temp.linux-armv7l-cpython-39/_openssl.c:777:13: warning: ‘ERR_load_Cryptography_OSRandom_strings’ declared ‘static’ but never defined [-Wunused-function]
        777 | static void ERR_load_Cryptography_OSRandom_strings(void);
            |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      build/temp.linux-armv7l-cpython-39/_openssl.c:778:13: warning: ‘ERR_Cryptography_OSRandom_error’ declared ‘static’ but never defined [-Wunused-function]
        778 | static void ERR_Cryptography_OSRandom_error(int function, int reason,
            |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      arm-linux-gnueabihf-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 build/temp.linux-armv7l-cpython-39/build/temp.linux-armv7l-cpython-39/_openssl.o -L/usr/lib -lssl -lcrypto -lpthread -o build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/_openssl.abi3.so
      building '_padding' extension
      arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-jS0VHk/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/include/python3.9 -c build/temp.linux-armv7l-cpython-39/_padding.c -o build/temp.linux-armv7l-cpython-39/build/temp.linux-armv7l-cpython-39/_padding.o
      arm-linux-gnueabihf-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 build/temp.linux-armv7l-cpython-39/build/temp.linux-armv7l-cpython-39/_padding.o -L/usr/lib -o build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/_padding.abi3.so
      running build_rust

          =============================DEBUG ASSISTANCE=============================
          If you are seeing a compilation error please try the following steps to
          successfully install cryptography:
          1) Upgrade to the latest pip and try again. This will fix errors for most
             users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
          2) Read https://cryptography.io/en/latest/installation.html for specific
             instructions for your platform.
          3) Check our frequently asked questions for more information:
             https://cryptography.io/en/latest/faq.html
          4) Ensure you have a recent Rust toolchain installed:
             https://cryptography.io/en/latest/installation.html#rust
          5) If you are experiencing issues with Rust for *this release only* you may
             set the environment variable `CRYPTOGRAPHY_DONT_BUILD_RUST=1`.
          =============================DEBUG ASSISTANCE=============================

      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.41.0.
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for cryptography
Failed to build cryptography
ERROR: Could not build wheels for cryptography, which is required to install pyproject.toml-based projects
j'ai aussi essayé ça

Code : Tout sélectionner

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
mais j'ai arrêté car ça installe plus que 1g de données donc pas dans l'idée de docker

Re: [Résolu] plugins ZigBeeForDomoticZ avec docker-compose sur raspberry pi 32bit armv7

Publié : 01 déc. 2023, 11:51
par Deufo
Effectivement, installer rust devient trop gourmand, par contre, il propose sur cette version une alternative :
If you are experiencing issues with Rust for *this release only* you may
set the environment variable `CRYPTOGRAPHY_DONT_BUILD_RUST=1`

Re: [Résolu] plugins ZigBeeForDomoticZ avec docker-compose sur raspberry pi 32bit armv7

Publié : 01 déc. 2023, 12:56
par jackslayter
pas mieux