[Smtk-developers] Dashboards
David Thompson
david.thompson at kitware.com
Tue Jul 18 08:33:51 EDT 2017
Hi all,
There appears to be some CMB and a little SMTK dashboard breakage. Most of it is caused by CMB builds using old versions of SMTK. However there are some other issues:
1. SMTK has some warnings due to a new ParaView/VTK that changes vtkArrayCalculator API:
https://open.cdash.org/viewBuildError.php?type=1&buildid=4981646
The problem is that vtkVersionMacros.h cannot be used to eliminate this warning with development versions of VTK: development versions report the version number as 8.1.0, but not all commits with this version number have the API change present.
2. SMTK's junction, talosiv, and praxis builds report test failures like this:
https://open.cdash.org/viewTest.php?onlyfailed&buildid=4981644
https://open.cdash.org/viewTest.php?onlyfailed&buildid=4982159
https://open.cdash.org/viewTest.php?onlyfailed&buildid=4981943
which are a result of dirty build trees (old libraries are being loaded, causing link issues).
3. Some SMTK and CMB builds appear to have problems because Qt5 is not configured:
https://open.cdash.org/viewBuildError.php?buildid=4981865
https://open.cdash.org/viewBuildError.php?buildid=4981840
I am happy to help out with #1 but the others will take someone with access to the dashboard machines.
David
More information about the Smtk-developers
mailing list