+ echo '*******************Begin of package installation******************' *******************Begin of package installation****************** + touch /tmp/jeedom_install_in_progress_emporiapro + echo 1 + echo 2 + sudo killall apt apt-get unattended-upgr apt: no process found apt-get: no process found + sudo rm /var/lib/apt/lists/lock + sudo rm /var/cache/apt/archives/lock + sudo rm /var/lib/dpkg/lock /var/lib/dpkg/lock-frontend + sudo sudo dpkg --configure -a --force-confdef + sudo apt update WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Get:1 http://security.debian.org bullseye-security InRelease [27.2 kB] Hit:2 http://deb.debian.org/debian bullseye InRelease Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] Hit:4 https://deb.nodesource.com/node_20.x nodistro InRelease Get:5 http://deb.debian.org/debian bullseye-backports InRelease [49.0 kB] Get:6 http://www.deb-multimedia.org bullseye InRelease [17.8 kB] Get:7 http://security.debian.org bullseye-security/main arm64 Packages [299 kB] Hit:8 https://oph.mdrjr.net/meveric all InRelease Hit:9 https://oph.mdrjr.net/meveric bullseye InRelease Get:10 http://www.deb-multimedia.org bullseye/main arm64 Packages [123 kB] Fetched 560 kB in 4s (126 kB/s) Reading package lists... Building dependency tree... Reading state information... 4 packages can be upgraded. Run 'apt list --upgradable' to see them. + echo 3 + sudo apt install -o Dpkg::Options::=--force-confdef -y python3 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... python3 is already the newest version (3.9.2-3). 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. + echo 4 + sudo apt install -o Dpkg::Options::=--force-confdef -y python3-pip WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... python3-pip is already the newest version (20.3.4-4+deb11u1). 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. + echo 5 ++ awk '$1 <= 4' ++ cut -f 2- ++ find /usr/local/lib/python2.7/dist-packages/ /usr/local/lib/python3.9/dist-packages/ -mindepth 1 -maxdepth 1 -type d -exec du -ks '{}' + + RESULTTODELETE= ++ sed 's, ,\ ,g' ++ echo '' + RESULTTODELETE2= + echo '' + xargs rm -rf + echo 6 + sudo pip3 cache purge Files removed: 130 + echo 7 + sudo pip3 install --upgrade pip Requirement already satisfied: pip in /usr/local/lib/python3.9/dist-packages (24.2) WARNING: Error parsing dependencies of gpg: Invalid version: '1.14.0-unknown' WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + echo 8 + sudo python3 -m pip install --force-reinstall --upgrade pyudev Collecting pyudev Downloading pyudev-0.24.3-py3-none-any.whl.metadata (4.6 kB) Downloading pyudev-0.24.3-py3-none-any.whl (62 kB) WARNING: Error parsing dependencies of gpg: Invalid version: '1.14.0-unknown' Installing collected packages: pyudev Attempting uninstall: pyudev Found existing installation: pyudev 0.24.3 Uninstalling pyudev-0.24.3: Successfully uninstalled pyudev-0.24.3 Successfully installed pyudev-0.24.3 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + echo 9 + sudo python3 -m pip install --force-reinstall --upgrade pyserial Collecting pyserial Downloading pyserial-3.5-py2.py3-none-any.whl.metadata (1.6 kB) Downloading pyserial-3.5-py2.py3-none-any.whl (90 kB) WARNING: Error parsing dependencies of gpg: Invalid version: '1.14.0-unknown' Installing collected packages: pyserial Attempting uninstall: pyserial Found existing installation: pyserial 3.5 Uninstalling pyserial-3.5: Successfully uninstalled pyserial-3.5 Successfully installed pyserial-3.5 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + echo 10 + sudo python3 -m pip install --force-reinstall --upgrade pyemvue Collecting pyemvue Downloading pyemvue-0.18.6-py3-none-any.whl.metadata (9.6 kB) Collecting pycognito>=2024.2.0 (from pyemvue) Downloading pycognito-2024.5.1-py3-none-any.whl.metadata (24 kB) Collecting python-dateutil>=2.8.2 (from pyemvue) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) Collecting requests>=2.26.0 (from pyemvue) Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) Collecting typing-extensions>=4.0.1 (from pyemvue) Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) Collecting boto3>=1.10.49 (from pycognito>=2024.2.0->pyemvue) Downloading boto3-1.35.45-py3-none-any.whl.metadata (6.7 kB) Collecting envs>=1.3 (from pycognito>=2024.2.0->pyemvue) Downloading envs-1.4-py3-none-any.whl.metadata (842 bytes) Collecting pyjwt>=2.8.0 (from pyjwt[crypto]>=2.8.0->pycognito>=2024.2.0->pyemvue) Downloading PyJWT-2.9.0-py3-none-any.whl.metadata (3.0 kB) Collecting six>=1.5 (from python-dateutil>=2.8.2->pyemvue) Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.26.0->pyemvue) Downloading charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (34 kB) Collecting idna<4,>=2.5 (from requests>=2.26.0->pyemvue) Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.26.0->pyemvue) Downloading urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB) Collecting certifi>=2017.4.17 (from requests>=2.26.0->pyemvue) Downloading certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB) Collecting botocore<1.36.0,>=1.35.45 (from boto3>=1.10.49->pycognito>=2024.2.0->pyemvue) Downloading botocore-1.35.45-py3-none-any.whl.metadata (5.7 kB) Collecting jmespath<2.0.0,>=0.7.1 (from boto3>=1.10.49->pycognito>=2024.2.0->pyemvue) Downloading jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) Collecting s3transfer<0.11.0,>=0.10.0 (from boto3>=1.10.49->pycognito>=2024.2.0->pyemvue) Downloading s3transfer-0.10.3-py3-none-any.whl.metadata (1.7 kB) Collecting cryptography>=3.4.0 (from pyjwt[crypto]>=2.8.0->pycognito>=2024.2.0->pyemvue) Downloading cryptography-43.0.3-cp39-abi3-manylinux_2_28_aarch64.whl.metadata (5.4 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.26.0->pyemvue) Downloading urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB) Collecting cffi>=1.12 (from cryptography>=3.4.0->pyjwt[crypto]>=2.8.0->pycognito>=2024.2.0->pyemvue) Downloading cffi-1.17.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB) Collecting pycparser (from cffi>=1.12->cryptography>=3.4.0->pyjwt[crypto]>=2.8.0->pycognito>=2024.2.0->pyemvue) Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes) Downloading pyemvue-0.18.6-py3-none-any.whl (17 kB) Downloading pycognito-2024.5.1-py3-none-any.whl (26 kB) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) Downloading requests-2.32.3-py3-none-any.whl (64 kB) Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) Downloading boto3-1.35.45-py3-none-any.whl (139 kB) Downloading certifi-2024.8.30-py3-none-any.whl (167 kB) Downloading charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (140 kB) Downloading envs-1.4-py3-none-any.whl (10 kB) Downloading idna-3.10-py3-none-any.whl (70 kB) Downloading PyJWT-2.9.0-py3-none-any.whl (22 kB) Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Downloading botocore-1.35.45-py3-none-any.whl (12.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.6/12.6 MB 4.7 MB/s eta 0:00:00 Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB) Downloading cryptography-43.0.3-cp39-abi3-manylinux_2_28_aarch64.whl (3.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 3.8 MB/s eta 0:00:00 Downloading jmespath-1.0.1-py3-none-any.whl (20 kB) Downloading s3transfer-0.10.3-py3-none-any.whl (82 kB) Downloading cffi-1.17.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (447 kB) Downloading pycparser-2.22-py3-none-any.whl (117 kB) WARNING: Error parsing dependencies of gpg: Invalid version: '1.14.0-unknown' Installing collected packages: urllib3, typing-extensions, six, pyjwt, pycparser, jmespath, idna, envs, charset-normalizer, certifi, requests, python-dateutil, cffi, cryptography, botocore, s3transfer, boto3, pycognito, pyemvue Attempting uninstall: urllib3 Found existing installation: urllib3 1.26.20 Uninstalling urllib3-1.26.20: Successfully uninstalled urllib3-1.26.20 Attempting uninstall: typing-extensions Found existing installation: typing_extensions 4.12.2 Uninstalling typing_extensions-4.12.2: Successfully uninstalled typing_extensions-4.12.2 Attempting uninstall: six Found existing installation: six 1.16.0 Uninstalling six-1.16.0: Successfully uninstalled six-1.16.0 Attempting uninstall: pyjwt Found existing installation: PyJWT 2.9.0 Uninstalling PyJWT-2.9.0: Successfully uninstalled PyJWT-2.9.0 Attempting uninstall: pycparser Found existing installation: pycparser 2.22 Uninstalling pycparser-2.22: Successfully uninstalled pycparser-2.22 Attempting uninstall: jmespath Found existing installation: jmespath 1.0.1 Uninstalling jmespath-1.0.1: Successfully uninstalled jmespath-1.0.1 Attempting uninstall: idna Found existing installation: idna 3.10 Uninstalling idna-3.10: Successfully uninstalled idna-3.10 Attempting uninstall: envs Found existing installation: envs 1.4 Uninstalling envs-1.4: Successfully uninstalled envs-1.4 Attempting uninstall: charset-normalizer Found existing installation: charset-normalizer 3.3.2 Uninstalling charset-normalizer-3.3.2: Successfully uninstalled charset-normalizer-3.3.2 Attempting uninstall: certifi Found existing installation: certifi 2024.8.30 Uninstalling certifi-2024.8.30: Successfully uninstalled certifi-2024.8.30 Attempting uninstall: requests Found existing installation: requests 2.32.3 Uninstalling requests-2.32.3: Successfully uninstalled requests-2.32.3 Attempting uninstall: python-dateutil Found existing installation: python-dateutil 2.9.0.post0 Uninstalling python-dateutil-2.9.0.post0: Successfully uninstalled python-dateutil-2.9.0.post0 Attempting uninstall: cffi Found existing installation: cffi 1.17.1 Uninstalling cffi-1.17.1: Successfully uninstalled cffi-1.17.1 Attempting uninstall: cryptography Found existing installation: cryptography 43.0.1 Uninstalling cryptography-43.0.1: Successfully uninstalled cryptography-43.0.1 Attempting uninstall: botocore Found existing installation: botocore 1.35.36 Uninstalling botocore-1.35.36: Successfully uninstalled botocore-1.35.36 Attempting uninstall: s3transfer Found existing installation: s3transfer 0.10.3 Uninstalling s3transfer-0.10.3: Successfully uninstalled s3transfer-0.10.3 Attempting uninstall: boto3 Found existing installation: boto3 1.35.36 Uninstalling boto3-1.35.36: Successfully uninstalled boto3-1.35.36 Attempting uninstall: pycognito Found existing installation: pycognito 2024.5.1 Uninstalling pycognito-2024.5.1: Successfully uninstalled pycognito-2024.5.1 Attempting uninstall: pyemvue Found existing installation: pyemvue 0.18.6 Uninstalling pyemvue-0.18.6: Successfully uninstalled pyemvue-0.18.6 Successfully installed boto3-1.35.45 botocore-1.35.45 certifi-2024.8.30 cffi-1.17.1 charset-normalizer-3.4.0 cryptography-43.0.3 envs-1.4 idna-3.10 jmespath-1.0.1 pycognito-2024.5.1 pycparser-2.22 pyemvue-0.18.6 pyjwt-2.9.0 python-dateutil-2.9.0.post0 requests-2.32.3 s3transfer-0.10.3 six-1.16.0 typing-extensions-4.12.2 urllib3-1.26.20 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + echo 11 + php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end emporiapro + echo 12 + rm /tmp/jeedom_install_in_progress_emporiapro + echo '*******************End of package installation******************' *******************End of package installation******************