+ echo '*******************Begin of package installation******************' *******************Begin of package installation****************** + touch /tmp/jeedom_install_in_progress_facerecognition + echo 1 + echo 2 + sudo apt update WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Hit:1 http://deb.debian.org/debian buster InRelease Get:2 http://security.debian.org buster/updates InRelease [34.8 kB] Hit:3 http://deb.debian.org/debian buster-updates InRelease Hit:4 http://deb.debian.org/debian buster-backports InRelease Hit:5 https://deb.nodesource.com/node_16.x buster InRelease Hit:6 https://download.docker.com/linux/debian buster InRelease Fetched 34.8 kB in 2s (17.4 kB/s) Reading package lists... Building dependency tree... Reading state information... 2 packages can be upgraded. Run 'apt list --upgradable' to see them. + echo 3 + sudo apt install -o Dpkg::Options::=--force-confdef -y nvidia-opencl-dev WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package nvidia-opencl-dev + echo 4 ++ find /usr/local/lib/python3.7/dist-packages/ -mindepth 1 -maxdepth 1 -type d -exec du -ks '{}' + ++ cut -f 2- ++ awk '$1 <= 4' + RESULTTODELETE= ++ sed 's, ,\ ,g' ++ echo '' + RESULTTODELETE2= + echo '' + xargs rm -rf + echo 5 + sudo pip3 install --upgrade pip Requirement already satisfied: pip in /usr/local/lib/python3.7/dist-packages (22.2.2) 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 6 + sudo pip3 install --force-reinstall --upgrade pyudev Collecting pyudev Using cached pyudev-0.24.0-py3-none-any.whl (61 kB) Installing collected packages: pyudev Attempting uninstall: pyudev Found existing installation: pyudev 0.24.0 Uninstalling pyudev-0.24.0: Successfully uninstalled pyudev-0.24.0 Successfully installed pyudev-0.24.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 7 + sudo pip3 install --force-reinstall --upgrade wheel Collecting wheel Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB) Installing collected packages: wheel Attempting uninstall: wheel Found existing installation: wheel 0.37.1 Uninstalling wheel-0.37.1: Successfully uninstalled wheel-0.37.1 Successfully installed wheel-0.37.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 requests Collecting requests Using cached requests-2.28.1-py3-none-any.whl (62 kB) Collecting certifi>=2017.4.17 Using cached certifi-2022.9.24-py3-none-any.whl (161 kB) Collecting idna<4,>=2.5 Using cached idna-3.4-py3-none-any.whl (61 kB) Collecting charset-normalizer<3,>=2 Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) Collecting urllib3<1.27,>=1.21.1 Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests Attempting uninstall: urllib3 Found existing installation: urllib3 1.26.12 Uninstalling urllib3-1.26.12: Successfully uninstalled urllib3-1.26.12 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 2.1.1 Uninstalling charset-normalizer-2.1.1: Successfully uninstalled charset-normalizer-2.1.1 Attempting uninstall: certifi Found existing installation: certifi 2022.9.24 Uninstalling certifi-2022.9.24: Successfully uninstalled certifi-2022.9.24 Attempting uninstall: requests Found existing installation: requests 2.28.1 Uninstalling requests-2.28.1: Successfully uninstalled requests-2.28.1 Successfully installed certifi-2022.9.24 charset-normalizer-2.1.1 idna-3.4 requests-2.28.1 urllib3-1.26.12 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 setuptools Collecting setuptools Using cached setuptools-65.4.0-py3-none-any.whl (1.2 MB) Installing collected packages: setuptools Attempting uninstall: setuptools Found existing installation: setuptools 65.4.0 Uninstalling setuptools-65.4.0: Successfully uninstalled setuptools-65.4.0 Successfully installed setuptools-65.4.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 10 + sudo pip3 install --force-reinstall --upgrade pyserial Collecting pyserial Using cached pyserial-3.5-py2.py3-none-any.whl (90 kB) 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 11 + sudo pip3 install --force-reinstall --upgrade scipy Collecting scipy Using cached scipy-1.7.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (36.1 MB) Collecting numpy<1.23.0,>=1.16.5 Using cached numpy-1.21.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.0 MB) Installing collected packages: numpy, scipy Attempting uninstall: numpy Found existing installation: numpy 1.21.6 Uninstalling numpy-1.21.6: Successfully uninstalled numpy-1.21.6 Attempting uninstall: scipy Found existing installation: scipy 1.7.3 Uninstalling scipy-1.7.3: Successfully uninstalled scipy-1.7.3 Successfully installed numpy-1.21.6 scipy-1.7.3 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 imutils Collecting imutils Using cached imutils-0.5.4-py3-none-any.whl Installing collected packages: imutils Attempting uninstall: imutils Found existing installation: imutils 0.5.4 Uninstalling imutils-0.5.4: Successfully uninstalled imutils-0.5.4 Successfully installed imutils-0.5.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 13 + php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end facerecognition + rm /tmp/jeedom_install_in_progress_facerecognition + echo '*******************End of package installation******************' *******************End of package installation******************