Fix S2I
S2I has been failing for some instances, notably:
- admin-eguide
- disaster-recovery
This MR goal is to fix it.
Log trace:
> pre-package-update: cweagans\Composer\Patches->gatherPatches
Install of bower-asset/ckeditor failed
Install of bower-asset/jquery-cycle failed
Install of bower-asset/jquery-hoverintent failed
Install of bower-asset/json2 failed
Install of politsin/jquery-ui-touch-punch failed
Install of drupal/jquery_ui_touch_punch failed
Install of drupal/jquery_ui_slider failed
Update of twig/twig failed
Update of symfony/var-dumper failed
Update of pear/pear-core-minimal failed
Update of guzzlehttp/psr7 failed
Update of drupal/admin_toolbar failed
Install of drupal/better_exposed_filters failed
Install of drupal/block_class failed
Install of drupal/scheduler failed
Update of phpstan/phpstan failed
Install of drupal/paragraphs failed
Install of drupal/core failed
In Filesystem.php line 330:
[RuntimeException]
Could not delete /app/vendor/composer/7e537e11/drupal-core-bf51aa8/assets/v
endor/ckeditor5/indent/translations:
Exception trace:
at phar:///usr/bin/composer/src/Composer/Util/Filesystem.php:330
Composer\Util\Filesystem->rmdir() at phar:///usr/bin/composer/src/Composer/Util/Filesystem.php:242
Composer\Util\Filesystem->removeDirectoryPhp() at phar:///usr/bin/composer/src/Composer/Util/Filesystem.php:132
Composer\Util\Filesystem->removeDirectory() at phar:///usr/bin/composer/src/Composer/Util/Filesystem.php:44
Composer\Util\Filesystem->remove() at phar:///usr/bin/composer/src/Composer/Downloader/FileDownloader.php:320
Composer\Downloader\FileDownloader->cleanup() at phar:///usr/bin/composer/src/Composer/Downloader/ArchiveDownloader.php:52
Composer\Downloader\ArchiveDownloader->cleanup() at phar:///usr/bin/composer/src/Composer/Downloader/DownloadManager.php:370
Composer\Downloader\DownloadManager->cleanup() at phar:///usr/bin/composer/src/Composer/Installer/LibraryInstaller.php:127
Composer\Installer\LibraryInstaller->cleanup() at phar:///usr/bin/composer/src/Composer/Installer/InstallationManager.php:349
Composer\Installer\InstallationManager->Composer\Installer\{closure}() at phar:///usr/bin/composer/src/Composer/Installer/InstallationManager.php:209
Composer\Installer\InstallationManager->Composer\Installer\{closure}() at phar:///usr/bin/composer/vendor/react/promise/src/Promise.php:245
React\Promise\Promise->call() at phar:///usr/bin/composer/vendor/react/promise/src/Promise.php:25
React\Promise\Promise->__construct() at phar:///usr/bin/composer/src/Composer/Installer/InstallationManager.php:217
Composer\Installer\InstallationManager->Composer\Installer\{closure}() at phar:///usr/bin/composer/src/Composer/Installer/InstallationManager.php:285
Composer\Installer\InstallationManager->execute() at phar:///usr/bin/composer/src/Composer/Installer.php:759
Composer\Installer->doInstall() at phar:///usr/bin/composer/src/Composer/Installer.php:588
Composer\Installer->doUpdate() at phar:///usr/bin/composer/src/Composer/Installer.php:279
Composer\Installer->run() at phar:///usr/bin/composer/src/Composer/Command/UpdateCommand.php:241
Composer\Command\UpdateCommand->execute() at phar:///usr/bin/composer/vendor/symfony/console/Command/Command.php:298
Symfony\Component\Console\Command\Command->run() at phar:///usr/bin/composer/vendor/symfony/console/Application.php:1015
Symfony\Component\Console\Application->doRunCommand() at phar:///usr/bin/composer/vendor/symfony/console/Application.php:299
Symfony\Component\Console\Application->doRun() at phar:///usr/bin/composer/src/Composer/Console/Application.php:334
Composer\Console\Application->doRun() at phar:///usr/bin/composer/vendor/symfony/console/Application.php:171
Symfony\Component\Console\Application->run() at phar:///usr/bin/composer/src/Composer/Console/Application.php:130
Composer\Console\Application->run() at phar:///usr/bin/composer/bin/composer:88
require() at /usr/bin/composer:29
update [--with WITH] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-dev] [--lock] [--no-install] [--no-autoloader] [--no-suggest] [--no-progress] [-w|--with-dependencies] [-W|--with-all-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-i|--interactive] [--root-reqs] [--] [<packages>...]
--> Ignition...
Part of #19 (closed) ?
Edited by Francisco Borges Aurindo Barros