+ echo '*******************Begin of package installation******************' *******************Begin of package installation****************** + touch /tmp/jeedom_install_in_progress_Abeille + 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. Hit:1 http://security.debian.org/debian-security bullseye-security InRelease Hit:2 http://deb.debian.org/debian bullseye InRelease Hit:3 http://deb.debian.org/debian bullseye-updates InRelease Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease Reading package lists... Building dependency tree... Reading state information... All packages are up to date. + echo 3 + sudo apt install -o Dpkg::Options::=--force-confdef -y python3-sysv-ipc WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: python3-sysv-ipc 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 18.8 kB of archives. After this operation, 74.8 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian bullseye/main arm64 python3-sysv-ipc arm64 1.0.0-2+b4 [18.8 kB] debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin: Fetched 18.8 kB in 0s (95.9 kB/s) Selecting previously unselected package python3-sysv-ipc. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 67459 files and directories currently installed.) Preparing to unpack .../python3-sysv-ipc_1.0.0-2+b4_arm64.deb ... Unpacking python3-sysv-ipc (1.0.0-2+b4) ... Setting up python3-sysv-ipc (1.0.0-2+b4) ... + echo 4 ++ find /usr/local/lib/python3.9/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 5 + sudo pip3 cache purge ERROR: No matching packages + echo 6 + sudo pip3 install --upgrade pip Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Requirement already satisfied: pip in /usr/lib/python3/dist-packages (20.3.4) Collecting pip Downloading https://www.piwheels.org/simple/pip/pip-25.2-py3-none-any.whl (1.8 MB) 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-25.2 + echo 7 + sudo python3 -m pip install --force-reinstall --upgrade pyserial Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting pyserial Downloading https://www.piwheels.org/simple/pyserial/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 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 8 + sudo systemctl restart apache2 + echo 9 + php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end Abeille + echo 10 + rm /tmp/jeedom_install_in_progress_Abeille + echo '*******************End of package installation******************' *******************End of package installation******************