<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">After messing around with redirecting the make output streams I've discovered my grievous error of not putting the CTEST_USE_LAUNCHERS inside the CMake cache.<div><br></div><div>Everything looks good now.</div><div><br></div><div>Thanks again David.</div><div><br></div><div>Regards,<br><div><br><div apple-content-edited="true">
Ho Cheung<br>Research Assistant - University of Houston<br><a href="mailto:hocheung20@gmail.com">hocheung20@gmail.com</a><br>(832) 215-6347

</div>
<br><div><div>On Aug 20, 2012, at 8:02 PM, Ho Cheung <<a href="mailto:hocheung20@gmail.com">hocheung20@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I was under the impression that CTest still greps correctly using multithreaded make. The Linux dashboards do not seem to have a problem.<div><br></div><div>I implemented your suggestion of using CTEST_USE_LAUNCHER 1 but now I get a completely successful build with 0 errors and 0 warnings, which I know for a fact to be not true.</div><div><br></div><div><a href="http://open.cdash.org/buildSummary.php?buildid=2525832">http://open.cdash.org/buildSummary.php?buildid=2525832</a></div><div><br></div><div>I wonder if OSX10.8 changed where the streams are being sent to.</div><div><div><br></div><div>Regards,</div><div><br></div><div apple-content-edited="true">
Ho Cheung<br>Research Assistant - University of Houston<br><a href="mailto:hocheung20@gmail.com">hocheung20@gmail.com</a><br>(832) 215-6347

</div>
<br><div><div>On Aug 20, 2012, at 4:37 PM, David Cole <<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div class="gmail_quote">ctest will mix stdout and stderr as the output occurs and merge them into a single stream to send to CDash. *Unless* you use CTEST_USE_LAUNCHERS, in which case, stdout and stderr are kept separate and sent to CDash as two strings.</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">make -j is supported, but you should probably read up on using CTEST_USE_LAUNCHERS if it's important to keep stdout and stderr separate.</div><div class="gmail_quote">
<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">HTH,</div><div class="gmail_quote">David</div><div class="gmail_quote"><br></div><div class="gmail_quote"><br></div><div class="gmail_quote">On Mon, Aug 20, 2012 at 5:02 PM, Ho Cheung <span dir="ltr"><<a href="mailto:hocheung20@gmail.com" target="_blank">hocheung20@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Thanks David,<div><br></div><div>That seems to have been the problem.</div><div><br></div>
<div>However, now the error messages are now corrupted like it is some kind of threading race condition. I assume make -j is supported by CTest/CDash?</div><div><br></div><div><a href="http://open.cdash.org/viewBuildError.php?buildid=2525692" target="_blank">http://open.cdash.org/viewBuildError.php?buildid=2525692</a></div>
<div><br></div><div>Regards,</div><div><br></div><div><div class="im"><div>
Ho Cheung<br>Research Assistant - University of Houston<br><a href="mailto:hocheung20@gmail.com" target="_blank">hocheung20@gmail.com</a><br><a href="tel:%28832%29%20215-6347" value="+18322156347" target="_blank">(832) 215-6347</a>

</div>
<br></div><div><div class="h5"><div><div>On Aug 20, 2012, at 2:50 PM, David Cole <<a href="mailto:david.cole@kitware.com" target="_blank">david.cole@kitware.com</a>> wrote:</div><br><blockquote type="cite">It's probably because you have a "/" in your build name.<div>
<br></div><div>CDash uses the build name as one component of a file name on the backend, so you should avoid using "/" characters (or other filename-problematic characters) in your SITE and BUILD name values.</div>

<div><br></div><div><br></div><div>HTH,</div><div>David</div><div><br><br><div class="gmail_quote">On Mon, Aug 20, 2012 at 3:44 PM, Ho Cheung <span dir="ltr"><<a href="mailto:hocheung20@gmail.com" target="_blank">hocheung20@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Apparently the submission isn't uploading my scripts either.<br>
<br>
I've attached it in this email here.<br>
<br>
<br><br>
<br>
Regards,<br>
<br>
Ho Cheung<br>
Research Assistant - University of Houston<br>
<a href="mailto:hocheung20@gmail.com" target="_blank">hocheung20@gmail.com</a><br>
<a href="tel:%28832%29%20215-6347" value="+18322156347" target="_blank">(832) 215-6347</a><br>
<br>
On Aug 20, 2012, at 2:15 PM, Ho Cheung <<a href="mailto:hocheung20@gmail.com" target="_blank">hocheung20@gmail.com</a>> wrote:<br>
<br>
> Hello cmake-developers,<br>
><br>
> I've been trying to make a Continuous build machine, but my submissions always get split into 2 separate submissions, one for the "update" and another for the configure/build/test.<br>
><br>
> See the "tonic" and "bitcoin-miner1" machines on the Farsight Dashboard.<br>
><br>
> <a href="http://open.cdash.org/index.php?project=Farsight" target="_blank">http://open.cdash.org/index.php?project=Farsight</a><br>
><br>
> At this point I can only conclude that one of the three issues below is likely:<br>
><br>
> 1. My script is broken (unlikely, I copied it from a working OSX10.7 submission script)<br>
> 2. There is a bug in ctest (I tried 2.8.7 and 2.8.9)<br>
> 3. OSX10.8 has broken the submission routines.<br>
><br>
> I was hoping if someone could take a look and eliminate 1 and 2.<br>
><br>
> Regards,<br>
><br>
> Ho Cheung<br>
> Research Assistant - University of Houston<br>
> <a href="mailto:hocheung20@gmail.com" target="_blank">hocheung20@gmail.com</a><br>
> <a href="tel:%28832%29%20215-6347" value="+18322156347" target="_blank">(832) 215-6347</a><br>
><br>
<br>
<br>--<br>
<br>
Powered by <a href="http://www.kitware.com/" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers</a><br></blockquote></div><br></div>
</blockquote></div><br></div></div></div></div></blockquote></div><br>
</blockquote></div><br></div></div></blockquote></div><br></div></div></body></html>