2011/7/20 Alexander Neundorf <span dir="ltr"><<a href="mailto:neundorf@kde.org">neundorf@kde.org</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
Dave, if you find some time, could you please have a look at the issue here,<br>
whether it behaves as it should with using CTEST_USE_LAUNCHERS ?<br>
A link to a dashboard before and the new one with the launchers are below.<br>
<br>
On Wednesday 20 July 2011, Rolf Eike Beer wrote:<br>
> Am Dienstag, 19. Juli 2011, 09:03:17 schrieb Volker Krause:<br>
> > On Monday 18 July 2011 21:21:36 Alexander Neundorf wrote:<br>
> > > Volker, are you still doing "make Nightly" ?<br>
> ><br>
> > well, something inbetween I guess, manual ctest calls but not using the<br>
> > script in quality.<br>
> ><br>
> > > If so, this is quite limited and has a bootstrapping problem.<br>
> > > Did you consider using the ctest scripts in svn in quality/ ?<br>
> ><br>
> > That didn't exist back when I set up this build (it's running for more<br>
> > than 1.5 years now) I think :)<br>
><br>
> Whatever you did two days ago it made things worse IMHO. There is the<br>
<br>
I wouldn't say it got worse.<br>
Here you see the compile commands and I actually didn't see an occasion where<br>
warnings for multiple files were mixed into one entry:<br>
<a href="http://my.cdash.org/viewBuildError.php?type=1&buildid=210655" target="_blank">http://my.cdash.org/viewBuildError.php?type=1&buildid=210655</a><br>
You also see the command which was invoked<br>
Not quite sure why it considers<br>
"Generating parts.moc" a warning. Adding this to the exceptions regexp should<br>
help here.<br>
The number of warnings changed from 2400 to 300, this seems a bit much.<br>
Here is the "old" build:<br>
<a href="http://my.cdash.org/viewBuildError.php?type=1&buildid=209926" target="_blank">http://my.cdash.org/viewBuildError.php?type=1&buildid=209926</a><br>
<br>
I think there is some size limit for the submission to cdash (which is IIRC<br>
configurable). Maybe with the new format it is more data and so stuff has been<br>
cut ?<br>
<br>
<br>
Alex<br>
</blockquote></div><br><div>It looks ok to me.</div><div><br></div><div>The 2400 was lines of warnings that match the regexes. The 300 is: there were warnings in that many invocations of the compiler. (i.e. if there are 100 warnings in a single C++ source file, it will only show up as 1 on the dashboard) Before, the measurement was number of warnings themselves, with launchers on, it's number of files with warnings.</div>
<div><br></div><div>The "Generating parts.moc" is considered a "warning" because there is output even though the exit condition is 0. (At least, I think that's what it is...)</div><div><br></div><div>
Let me know if you suspect something specific is incorrect.</div><div><br></div><div><br></div><div>HTH,</div><div>David C.</div><div><br></div>