+ echo '*******************Begin of package installation******************' *******************Begin of package installation****************** + touch /tmp/jeedom_install_in_progress_deconz + echo 1 + echo 2 + sudo apt update WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Hit:1 http://security.debian.org buster/updates InRelease Hit:2 http://deb.debian.org/debian buster InRelease Hit:3 http://deb.debian.org/debian buster-updates InRelease Hit:4 http://deb.debian.org/debian buster-backports InRelease Hit:5 https://download.docker.com/linux/debian buster InRelease Hit:6 https://deb.nodesource.com/node_16.x buster InRelease Hit:7 http://mirrors.xtom.de/armbian buster InRelease Reading package lists... Building dependency tree... Reading state information... 200 packages can be upgraded. Run 'apt list --upgradable' to see them. + echo 3 + sudo apt install -o Dpkg::Options::=--force-confdef -y python3-pyudev WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... python3-pyudev is already the newest version (0.21.0-1). 0 upgraded, 0 newly installed, 0 to remove and 200 not upgraded. 4 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Setting up python3-six (1.12.0-1) ... [Errno 2] No such file or directory: '/usr/lib/python3/dist-packages/six.py' dpkg: error processing package python3-six (--configure): installed python3-six package post-installation script subprocess returned error exit status 1 dpkg: dependency problems prevent configuration of python3-urllib3: python3-urllib3 depends on python3-six; however: Package python3-six is not configured yet. dpkg: error processing package python3-urllib3 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of python3-pyudev: python3-pyudev depends on python3-six; however: Package python3-six is not configured yet. dpkg: error processing package python3-pyudev (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of python3-requests: python3-requests depends on python3-urllib3 (<< 1.25); however: Package python3-urllib3 is not configured yet. python3-requests depends on python3-urllib3 (>= 1.21.1); however: Package python3-urllib3 is not configured yet. dpkg: error processing package python3-requests (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: python3-six python3-urllib3 python3-pyudev python3-requests E: Sub-process /usr/bin/dpkg returned an error code (1) + echo 4 + sudo apt install -o Dpkg::Options::=--force-confdef -y python3-requests WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... python3-requests is already the newest version (2.21.0-1+deb10u1). 0 upgraded, 0 newly installed, 0 to remove and 200 not upgraded. 4 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Setting up python3-six (1.12.0-1) ... [Errno 2] No such file or directory: '/usr/lib/python3/dist-packages/six.py' dpkg: error processing package python3-six (--configure): installed python3-six package post-installation script subprocess returned error exit status 1 dpkg: dependency problems prevent configuration of python3-urllib3: python3-urllib3 depends on python3-six; however: Package python3-six is not configured yet. dpkg: error processing package python3-urllib3 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of python3-pyudev: python3-pyudev depends on python3-six; however: Package python3-six is not configured yet. dpkg: error processing package python3-pyudev (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of python3-requests: python3-requests depends on python3-urllib3 (<< 1.25); however: Package python3-urllib3 is not configured yet. python3-requests depends on python3-urllib3 (>= 1.21.1); however: Package python3-urllib3 is not configured yet. dpkg: error processing package python3-requests (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: python3-six python3-urllib3 python3-pyudev python3-requests E: Sub-process /usr/bin/dpkg returned an error code (1) + echo 5 ++ find /usr/local/lib/python2.7/dist-packages/ /usr/local/lib/python3.7/dist-packages/ -mindepth 1 -maxdepth 1 -type d -exec du -ks '{}' + ++ awk '$1 <= 4' ++ cut -f 2- + RESULTTODELETE= ++ echo '' ++ sed 's, ,\ ,g' + RESULTTODELETE2= + echo '' + xargs rm -rf + echo 6 + sudo pip3 cache purge Files removed: 30 + echo 7 + sudo pip3 install --upgrade pip Requirement already satisfied: pip in /usr/local/lib/python3.7/dist-packages (23.2.1) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv + echo 8 + sudo pip3 install --force-reinstall --upgrade six Collecting six Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Installing collected packages: six Attempting uninstall: six Found existing installation: six 1.16.0 Uninstalling six-1.16.0: Successfully uninstalled six-1.16.0 Successfully installed six-1.16.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv + echo 9 + sudo pip3 install --force-reinstall --upgrade pyudev Collecting pyudev Downloading pyudev-0.24.1-py3-none-any.whl (62 kB) ???????????????????????????????????????? 62.9/62.9 kB 2.3 MB/s eta 0:00:00 Installing collected packages: pyudev Attempting uninstall: pyudev Found existing installation: pyudev 0.24.1 Uninstalling pyudev-0.24.1: Successfully uninstalled pyudev-0.24.1 Successfully installed pyudev-0.24.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv + echo 10 + sudo pip3 install --force-reinstall --upgrade requests Collecting requests Obtaining dependency information for requests from https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl.metadata Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Collecting charset-normalizer<4,>=2 (from requests) Obtaining dependency information for charset-normalizer<4,>=2 from https://files.pythonhosted.org/packages/9c/74/10a518cd27c2c595768f70ddbd7d05c9acb01b26033f79433105ccc73308/charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata Downloading charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (31 kB) Collecting idna<4,>=2.5 (from requests) Downloading idna-3.4-py3-none-any.whl (61 kB) ???????????????????????????????????????? 61.5/61.5 kB 2.5 MB/s eta 0:00:00 Collecting urllib3<3,>=1.21.1 (from requests) Obtaining dependency information for urllib3<3,>=1.21.1 from https://files.pythonhosted.org/packages/9b/81/62fd61001fa4b9d0df6e31d47ff49cfa9de4af03adecf339c7bc30656b37/urllib3-2.0.4-py3-none-any.whl.metadata Downloading urllib3-2.0.4-py3-none-any.whl.metadata (6.6 kB) Collecting certifi>=2017.4.17 (from requests) Obtaining dependency information for certifi>=2017.4.17 from https://files.pythonhosted.org/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl.metadata Downloading certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB) Downloading requests-2.31.0-py3-none-any.whl (62 kB) ???????????????????????????????????????? 62.6/62.6 kB 3.4 MB/s eta 0:00:00 Downloading certifi-2023.7.22-py3-none-any.whl (158 kB) ???????????????????????????????????????? 158.3/158.3 kB 4.7 MB/s eta 0:00:00 Downloading charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (171 kB) ???????????????????????????????????????? 171.5/171.5 kB 5.1 MB/s eta 0:00:00 Downloading urllib3-2.0.4-py3-none-any.whl (123 kB) ???????????????????????????????????????? 123.9/123.9 kB 4.9 MB/s eta 0:00:00 Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests Attempting uninstall: urllib3 Found existing installation: urllib3 2.0.4 Uninstalling urllib3-2.0.4: Successfully uninstalled urllib3-2.0.4 Attempting uninstall: idna Found existing installation: idna 3.4 Uninstalling idna-3.4: Successfully uninstalled idna-3.4 Attempting uninstall: charset-normalizer Found existing installation: charset-normalizer 3.2.0 Uninstalling charset-normalizer-3.2.0: Successfully uninstalled charset-normalizer-3.2.0 Attempting uninstall: certifi Found existing installation: certifi 2023.7.22 Uninstalling certifi-2023.7.22: Successfully uninstalled certifi-2023.7.22 Attempting uninstall: requests Found existing installation: requests 2.31.0 Uninstalling requests-2.31.0: Successfully uninstalled requests-2.31.0 Successfully installed certifi-2023.7.22 charset-normalizer-3.2.0 idna-3.4 requests-2.31.0 urllib3-2.0.4 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv + echo 11 + sudo pip3 install --force-reinstall --upgrade setuptools Collecting setuptools Obtaining dependency information for setuptools from https://files.pythonhosted.org/packages/c7/42/be1c7bbdd83e1bfb160c94b9cafd8e25efc7400346cf7ccdbdb452c467fa/setuptools-68.0.0-py3-none-any.whl.metadata Downloading setuptools-68.0.0-py3-none-any.whl.metadata (6.4 kB) Downloading setuptools-68.0.0-py3-none-any.whl (804 kB) ???????????????????????????????????????? 804.0/804.0 kB 4.4 MB/s eta 0:00:00 Installing collected packages: setuptools Attempting uninstall: setuptools Found existing installation: setuptools 68.0.0 Uninstalling setuptools-68.0.0: Successfully uninstalled setuptools-68.0.0 Successfully installed setuptools-68.0.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv + echo 12 + sudo pip3 install --force-reinstall --upgrade wheel Collecting wheel Obtaining dependency information for wheel from https://files.pythonhosted.org/packages/28/f5/6955d7b3a5d71ce6bac104f9cf98c1b0513ad656cdaca8ea7d579196f771/wheel-0.41.1-py3-none-any.whl.metadata Downloading wheel-0.41.1-py3-none-any.whl.metadata (2.2 kB) Downloading wheel-0.41.1-py3-none-any.whl (64 kB) ???????????????????????????????????????? 64.8/64.8 kB 734.9 kB/s eta 0:00:00 Installing collected packages: wheel Attempting uninstall: wheel Found existing installation: wheel 0.41.1 Uninstalling wheel-0.41.1: Successfully uninstalled wheel-0.41.1 Successfully installed wheel-0.41.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv + echo 13 + sudo pip3 install --force-reinstall --upgrade pyserial Collecting pyserial Downloading pyserial-3.5-py2.py3-none-any.whl (90 kB) ???????????????????????????????????????? 90.6/90.6 kB 1.8 MB/s eta 0:00:00 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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv + echo 14 + sudo pip3 install --force-reinstall --upgrade websocket-client Collecting websocket-client Obtaining dependency information for websocket-client from https://files.pythonhosted.org/packages/d3/a3/63e9329c8cc9be6153e919e17d0ef5b60d537fed78564872951b95bcc17c/websocket_client-1.6.1-py3-none-any.whl.metadata Downloading websocket_client-1.6.1-py3-none-any.whl.metadata (7.6 kB) Downloading websocket_client-1.6.1-py3-none-any.whl (56 kB) ???????????????????????????????????????? 56.9/56.9 kB 1.7 MB/s eta 0:00:00 Installing collected packages: websocket-client Attempting uninstall: websocket-client Found existing installation: websocket-client 1.6.1 Uninstalling websocket-client-1.6.1: Successfully uninstalled websocket-client-1.6.1 Successfully installed websocket-client-1.6.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv + echo 15 + php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end deconz + rm /tmp/jeedom_install_in_progress_deconz + echo '*******************End of package installation******************' *******************End of package installation******************