Boost logo

Boost Testing :

From: Rene Rivera (grafikrobot_at_[hidden])
Date: 2019-06-14 15:13:23


On Fri, Jun 14, 2019 at 9:50 AM Tom Kent via Boost-Testing <
boost-testing_at_[hidden]> wrote:

>
>
> On Fri, Jun 14, 2019 at 9:14 AM Rene Rivera via Boost-Testing <
> boost-testing_at_[hidden]> wrote:
>
>> On Fri, Jun 14, 2019 at 8:25 AM Tom Kent via Boost-Testing <
>> boost-testing_at_[hidden]> wrote:
>>
>>> For the last few days (Since June 4?) I've been having problems with all
>>> my linux tests running against the develop branch.
>>>
>>
>> Are you running the tests in a Linux container?
>>
>>
> Yes.
>
> Container images created from here:
> https://github.com/teeks99/boost-cpp-docker
>

Then the likely issue is a change to b2 that defaults to using parallel
jobs to match the available system cores and launches so many compile
commands that it runs out of memory. It seems most container virtualization
systems are terrible at virtualizing the system information and leak the
host information. Only immediate option is to pass b2 an appropriate "-jN"
option. Or wait until I fix the problem (I already tried one solution, will
keep trying).

-- 
-- Rene Rivera
-- Grafik - Don't Assume Anything
-- Robot Dreams - http://robot-dreams.net


Boost-testing list run by mbergal at meta-comm.com