|
Boost Testing : |
Subject: Re: [Boost-testing] [marshall-mac][DebSidC++] develop testers running against master
From: Marshall Clow (mclow.lists_at_[hidden])
Date: 2014-01-27 13:43:44
On Jan 27, 2014, at 9:14 AM, Jim Bell <Jim_at_[hidden]> wrote:
>
> On 2014-01-27 9:54 AM, Marshall Clow wrote:
>> On Jan 25, 2014, at 5:49 PM, Marshall Clow <mclow.lists_at_[hidden]> wrote:
>>
>>> ...
>>> Heres the invocation:
>>>
>>> cd /Volumes/TwoTB/boost/regression/develop
>>> python run.py --runner=marshall-mac --tag=develop \
>>> --toolsets=darwin,clang,clang-11,clang-tot,clang-tot11,clang-asan,clang-asan11 \
>>> --bjam-toolset=darwin --pjl-toolset=darwin --bjam-options="-j 12
>>
>> I came in to work this morning, and my machine was still doing this.
>> More precisely, process_jam_log was running, taking 100% of one core, and apparently has been doing so for many, many hours.
>> Id put up bjam.log for people to look at, but it is 11.6 GB long.
>>
>> Suggestions?
>
> Give it a little more time to finish? (Just kidding!)
>
> Maybe break the toolsets out one at a time.
>
> process_jam_log is post-bjam (right?) so its messages would be from a capture of run.py's stdout/stderr. Are you capturing that? Anything interesting there?
If I understand correctly, thats bjam.log, which is 11.6 GB long.
Im sure that theres interesting stuff there :-)
The tail of it says:
**passed** /Volumes/TwoTB/boost/regression/develop/results/boost/bin.v2/libs/uuid/test/test_sha1.test/clang-darwin-asan11/debug/test_sha1.test
failed updating 1028 targets
skipped 2947 targets
updated 290124 targets
Ill re-run it with just one library.
Marshall