Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

PHP 5.3 builds are failing (and are running with outdated distro config) #182

Open
sampart opened this issue Jan 3, 2018 · 1 comment
Open

Comments

@sampart
Copy link
Owner

sampart commented Jan 3, 2018

Example: https://travis-ci.org/whiteoctober/WhiteOctoberPagerfantaBundle/jobs/324420688

First issue:

This job ran on our Precise environment, which is in the process of being decommissioned. Please read about the status of the rollout on the blog, and take note that you can explicitly stay on Precise by specifying dist: precise in your .travis.yml.

Second issue:

 - Installing pagerfanta/pagerfanta (v1.0.5): Downloading (100%)
    proc_open(): fork failed - Cannot allocate memory
    The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems)
    Unzip with unzip command failed, falling back to ZipArchive class
The following exception is caused by a lack of memory or swap, or not having swap configured
Check https://getcomposer.org/doc/articles/troubleshooting.md#proc-open-fork-failed-errors for details
PHP Warning:  proc_open(): fork failed - Cannot allocate memory in phar:///home/travis/.phpenv/versions/5.3.29/bin/composer/vendor/symfony/console/Application.php on line 979

You can see from the log that composer is an outdated version, and xdebug is enabled. Disabling xdebug (which newer composers will do) would probably sort this.

@sampart
Copy link
Owner Author

sampart commented May 17, 2018

This issue is superseded by #193, but I'm going to leave it open for now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant