Closed (fixed)
Project:
Scheduler
Version:
8.x-1.x-dev
Component:
Testing
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2020 at 12:44 UTC
Updated:
10 Oct 2020 at 13:34 UTC
Jump to comment: Most recent
Since 23 Sept the core 8.8 branch in Travis testing has failed with
The command "composer require drush/drush:^9.0 || ^10.0" failed.
No code has been changed, and up to 22 Sept the branch was passing OK.
Above this is the error
PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 67108864 bytes) in phar:///home/travis/.phpenv/versions/7.1.27/bin/composer/src/Composer/DependencyResolver/Solver.php on line 223
Comments
Comment #2
jonathan1055 commentedDrush loads fine locally, there is no conflict with core 8.8 requirements. It is a problem with memory:
Thanks to a bit of searching I found #3094170: Guardr Project Travis build failures (out of memory) and a simple addition of
COMPOSER_MEMORY_LIMIT=-1at the start of the command fixes the problem.Comment #4
jonathan1055 commentedSee https://travis-ci.org/github/jonathan1055/scheduler/builds/730496914
Fixed