-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
Description
git push scalingo master --force
Enumerating objects: 47, done.
Counting objects: 100% (47/47), done.
Delta compression using up to 8 threads
Compressing objects: 100% (32/32), done.
Writing objects: 100% (47/47), 11.50 KiB | 11.50 MiB/s, done.
Total 47 (delta 15), reused 37 (delta 10)
Your deployment has been queued and is going to start…
<-- Start deployment of biniou -->
[...]
-----> Bundling additional extensions
toto
Checksums match. Fetching from cache.
[...]
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires PHP extension ext-toto * but it is missing from your system. Install or enable PHP's toto extension.
To enable extensions, verify that they are enabled in your .ini files:
- /app/vendor/php/etc/php.ini
- /app/vendor/php/etc/conf.d/apcu.ini
- /app/vendor/php/etc/conf.d/mongodb.ini
- /app/vendor/php/etc/conf.d/opcache.ini
- /app/vendor/php/etc/conf.d/redis.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with `--ignore-platform-req=ext-toto` to temporarily ignore these required extensions.
Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.
! An error occurred during buildpack compilation
! Error deploying the application
! → Invalid return code from buildpack
To ssh.osc-fr1.scalingo.com:biniou
+ e952c44...aac7467 master -> master (forced update)
echo $?
0
Two things seem odd on this deployment logs:
- When bundling the extension
toto
, the deployment logs containChecksums match. Fetching from cache.
But I would be surprised the extensiontoto
is in the cache 😅 The returned code of the failedthis is actually opened here: https://github.com/Scalingo/git-repository-core/issues/164git push
should not be 0
Reported by a customer: https://app.intercom.com/a/apps/w4oogu7s/inbox/inbox/all/conversations/12375700060102