MantisBT - CMake
View Issue Details
0010703CMakeCTestpublic2010-05-11 12:132011-06-06 18:25
tyler 
David Cole 
normalminoralways
closedfixed 
CMake-2-8 
CMake 2.8.4CMake 2.8.4 
0010703: python DeprecationWarning marked as error
My build contains this warning:

/.../rs/sdk/trunk/internalheaders/minorrev/_build/util/svnutils.py:34:DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.

When submitting to our CDash dashboard, this warning is flagged as an error. It should be flagged as a warning instead.

A workaround is to set this in our dashboard driver script. I suppose one could set it in CTestCustom.cmake as well:

set (CTEST_CUSTOM_ERROR_EXCEPTION "DeprecationWarning"
No tags attached.
Issue History
2010-05-11 12:13tylerNew Issue
2010-12-14 18:35David ColeAssigned To => David Cole
2010-12-14 18:35David ColeStatusnew => assigned
2011-01-19 12:14David ColeNote Added: 0024927
2011-02-09 14:28David ColeNote Added: 0025357
2011-02-09 14:28David ColeStatusassigned => resolved
2011-02-09 14:28David ColeResolutionopen => fixed
2011-02-09 14:29David ColeFixed in Version => CMake 2.8.4
2011-02-09 14:29David ColeTarget Version => CMake 2.8.4
2011-06-06 18:25David ColeStatusresolved => closed
2011-06-06 18:25David ColeNote Added: 0026709

Notes
(0024927)
David Cole   
2011-01-19 12:14   
I do not see anything in "Source/CTest/cmCTestBuildHandler.cxx" that would match this line as an error.

Do you have some custom error matching expressions in addition to the exception expression?

Can you point me to a dashboard where this is happening?

What version of ctest is being used to drive that dashboard?

Thanks.
(0025357)
David Cole   
2011-02-09 14:28   
Resolving as "fixed" -- let me know if you ever come up with steps to reproduce this issue with CMake 2.8.4 or later. I believe this one is fixed already, but if you have evidence to the contrary, please feel free to re-open this issue and attach details.

Thanks.
(0026709)
David Cole   
2011-06-06 18:25   
Closing resolved issues that have not been updated in more than 3 months.