+ echo '*******************Begin of package installation******************' *******************Begin of package installation****************** + touch /tmp/jeedom_install_in_progress_arenti + echo 1 + echo 2 + sudo chmod +x /var/www/html/core/class/../../resources/install_composer.sh + sudo /var/www/html/core/class/../../resources/install_composer.sh Begin installation of composer --2024-11-24 10:49:47-- https://getcomposer.org/installer Resolving getcomposer.org (getcomposer.org)... 54.36.53.46, 2001:41d0:302:1100::8:104f Connecting to getcomposer.org (getcomposer.org)|54.36.53.46|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 58444 (57K) [application/octet-stream] Saving to: 'composer-setup.php' 0K .......... .......... .......... .......... .......... 87% 3.15M 0s 50K ....... 100% 14.2M=0.02s 2024-11-24 10:49:48 (3.49 MB/s) - 'composer-setup.php' saved [58444/58444] All settings correct for using Composer Downloading... Composer (version 2.8.3) successfully installed to: /var/www/html/core/ajax/composer.phar Use it: php composer.phar End installation of composer + echo 3 + cd /var/www/html/core/class/../../plugins/arenti/ + rm -rf vendor + sudo composer install --no-ansi --no-dev --no-interaction --no-plugins --no-progress --no-scripts --optimize-autoloader Do not run Composer as root/super user! See https://getcomposer.org/root for details Composer could not detect the root package (jeedom/arenti) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version Installing dependencies from lock file Verifying lock file contents can be installed on current platform. Package operations: 1 install, 0 updates, 0 removals - Installing flobul/meari.jeedom.class (v1.006): Extracting archive Generating optimized autoload files + sudo chown -R www-data:www-data LICENSE README.md composer.json composer.lock core desktop docs package.json plugin_info vendor + echo 4 + php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end arenti + echo 5 + rm /tmp/jeedom_install_in_progress_arenti + echo '*******************End of package installation******************' *******************End of package installation******************