[Cdash] python DeprecationWarning marked as error

Julien Jomier julien.jomier at kitware.com
Fri May 7 20:51:26 UTC 2010


Tyler,

It would be better to send the question to the CMake mailing list and 
report a bug as well to the CTest bug tracker.

Julien

On 5/7/2010 4:43 PM, Tyler wrote:
> On Fri, May 07, 2010 at 04:09:22PM -0400, Julien Jomier wrote:
>> Are you using CTest to generate/submit the build.xml or something else?
>> CDash just grabs the XML generated so it sounds like an issue with CTest
>> in that case.
>
> Yes, I'm using CTest with a heavily modified version of the Kitware
> CTest dashboard scripts.
>
> Should I bounce this question over to the CMake mailing list? Should I
> open a bug against CTest?
>
> Thanks,
> tyler
>
>> On 5/7/2010 3:40 PM, Tyler Roscoe wrote:
>>> I have the following warning in my project build:
>>>
>>> /.../rs/sdk/trunk/internalheaders/minorrev/_build/util/svnutils.py:34:
>>> DeprecationWarning: os.popen4 is deprecated.  Use the subprocess module.
>>>
>>>    infile, lines = os.popen4("svn info --non-interactive %s" %
>>>    workingCopyPathOrRepositoryURL)
>>>
>>>
>>> This warning is marked as an error in CDash. Shall I open a bug? Is
>>> there a workaround to explain to CDash that this output is not an error?
>>>
>>> And yes, I'm aware that popen* sucks and that subprocess is a lot
>>> better, but I don't want to fight that battle today.
>>>
>>> Thanks,
>>> tyler
>>> _______________________________________________
>>> Cdash mailing list
>>> Cdash at public.kitware.com
>>> http://public.kitware.com/cgi-bin/mailman/listinfo/cdash
>>>
>>
>



More information about the CDash mailing list