You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The action failed during the composer install --prefer-dist --no-progress step because Composer hit a PHP parse error while loading an installed Composer plugin. - Error: [ParseError] syntax error, unexpected token ")" - Location: MagoPlugin.php line 92 This prevented Composer from initializing/loading plugins (Composer\Plugin\PluginManager->loadInstalledPlugins()), so dependency installation aborted and the job exited with code 1.
Relevant error logs:
1: ##[group]Runner Image Provisioner2: Hosted Compute Agent
...
498: Cache hit for: Linux-php-52f596f4e36ad887755f7c6be448b122b6458bd5504e4deaaec5d93e8657bb5d499: Received 16777216 of 40131129 (41.8%), 16.0 MBs/sec500: Received 40131129 of 40131129 (100.0%), 32.6 MBs/sec501: Cache Size: ~38 MB (40131129 B)502: [command]/usr/bin/tar -xf /home/runner/work/_temp/638e953a-fd34-4928-b064-bdcf23310a19/cache.tzst -P -C /home/runner/work/component-library/component-library --use-compress-program unzstd503: Cache restored successfully504: Cache restored from key: Linux-php-52f596f4e36ad887755f7c6be448b122b6458bd5504e4deaaec5d93e8657bb5d505: ##[group]Run composer install --prefer-dist --no-progress506: �[36;1mcomposer install --prefer-dist --no-progress�[0m507: shell: /usr/bin/bash -e {0}508: env:509: COMPOSER_PROCESS_TIMEOUT: 0510: COMPOSER_NO_INTERACTION: 1511: COMPOSER_NO_AUDIT: 1512: ##[endgroup]513: ##[error]syntax error, unexpected token ")"514: In MagoPlugin.php line 92:515: [ParseError] 516: syntax error, unexpected token ")" 517: Exception trace:
...
523: Composer\Plugin\PluginManager->loadRepository() at phar:///usr/local/bin/composer/src/Composer/Plugin/PluginManager.php:103524: Composer\Plugin\PluginManager->loadInstalledPlugins() at phar:///usr/local/bin/composer/src/Composer/Factory.php:448525: Composer\Factory->createComposer() at phar:///usr/local/bin/composer/src/Composer/Factory.php:627526: Composer\Factory::create() at phar:///usr/local/bin/composer/src/Composer/Console/Application.php:578527: Composer\Console\Application->getComposer() at phar:///usr/local/bin/composer/src/Composer/Command/BaseCommand.php:128528: Composer\Command\BaseCommand->tryComposer() at phar:///usr/local/bin/composer/src/Composer/Command/BaseCommand.php:239529: Composer\Command\BaseCommand->initialize() at phar:///usr/local/bin/composer/vendor/symfony/console/Command/Command.php:264530: Symfony\Component\Console\Command\Command->run() at phar:///usr/local/bin/composer/vendor/symfony/console/Application.php:1040531: Symfony\Component\Console\Application->doRunCommand() at phar:///usr/local/bin/composer/vendor/symfony/console/Application.php:301532: Symfony\Component\Console\Application->doRun() at phar:///usr/local/bin/composer/src/Composer/Console/Application.php:420533: Composer\Console\Application->doRun() at phar:///usr/local/bin/composer/vendor/symfony/console/Application.php:171534: Symfony\Component\Console\Application->run() at phar:///usr/local/bin/composer/src/Composer/Console/Application.php:138535: Composer\Console\Application->run() at phar:///usr/local/bin/composer/bin/composer:112536: require() at /usr/local/bin/composer:29537: install [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--download-only] [--dev] [--no-suggest] [--no-dev] [--no-security-blocking] [--no-autoloader] [--no-progress] [--no-install] [--audit] [--audit-format AUDIT-FORMAT] [-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] [--] [<packages>...]538: ##[error]Process completed with exit code 1.539: Post job cleanup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.