Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Unstable build

Hi Doug,

I am not sure why ninja is intermittently failing.  I haven't seen that error before.  I used to get an intermittent console assert issue in that test where the output
wasn't finished or lines were merged together, but I added a fix for that which was making sure the ReaderThreads were complete before processing or adding to
the console output of a Process.

I will try and reproduce locally, but if I can't, I can either add a dump of the console to the test so we can track it better or else
turn off the assertions for the time-being.

-- Jeff J.


On Fri, May 11, 2018 at 11:04 AM, Doug Schaefer <dschaefer@xxxxxxxxxxxxxx> wrote:
BTW, I've seen that Meson test fail intermittently. Jeff, can you take a look and see what would cause it. It's complaining that ninja didn't run properly.

Doug.

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@eclipse.org] On
> Behalf Of Nathan Ridge
> Sent: Friday, May 11, 2018 10:33 AM
> To: cdt-dev@xxxxxxxxxxx
> Subject: Re: [cdt-dev] Unstable build
>
> You can retrigger the tests by rebasing your patch or submitting an updated
> patch, or a committer can retrigger them directly in the CI dashboard. It looks
> like someone already did that and they are now passing, suggesting that the
> failure was an unrelated intermittent (we have some of those).
>
> Regards,
> Nate
>
> ________________________________________
> From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> on behalf
> of Fabrizio Iannetti <fabrizio.iannetti@xxxxxxxxx>
> Sent: May 11, 2018 1:30:51 PM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] Unstable build
>
> Hi,
>
> I submitted a small patch to gerrit, but I got an "Unstable build" result from
> jenkins (https://ci.eclipse.org/cdt/job/cdt-verify-test-dsf-gdb-only/1124/).
>
> I had a look at the log and the error seems unrelated to my patch to me. Should I
> somehow re-trigger the tests?
>
> cheers
> Fabrizio
>
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top