[vtk-developers] Dashboards

David Gobbi david.gobbi at gmail.com
Fri Feb 2 11:03:21 EST 2018


I've submitted a patch for the vtkPythonOverload.cxx warning.


On Fri, Feb 2, 2018 at 8:47 AM, Allie Vacanti <allison.vacanti at kitware.com>
wrote:

> I'll take care of the IO/Export warning.
>
> On Fri, Feb 2, 2018 at 9:50 AM, Ken Martin <ken.martin at kitware.com> wrote:
>
>>
>> If any of these ring a bell please address them, the dashboard is still
>> pretty rough
>>
>> A buildbot eigen warning
>>
>>
>> In file included from /usr/include/eigen3/Eigen/Core:414:0,
>>                  from /usr/include/eigen3/Eigen/Dense:1,
>>                  from /home/kitware/dashboards/buildbot/vtk_master-eeloo-linux-shared-release_extdeps_java_mpi_python_python3_qt_tbb_vtkm/source/Filters/Statistics/vtkPCAStatistics.cxx:19:
>> /usr/include/eigen3/Eigen/src/Core/DenseBase.h: In member function 'void Eigen::DenseBase<Derived>::resize(Eigen::Index, Eigen::Index)':
>> /usr/include/eigen3/Eigen/src/Core/DenseBase.h:253:5: warning: declaration of 'cols' shadows a member of 'Eigen::DenseBase<Derived>' [-Wshadow]
>>      {
>>      ^
>> /usr/include/eigen3/Eigen/src/Core/DenseBase.h:79:17: note: shadowed declaration is here
>>      using Base::cols;
>>                  ^~~~
>> /usr/include/eigen3/Eigen/src/Core/DenseBase.h:253:5: warning: declaration of 'rows' shadows a member of 'Eigen::DenseBase<Derived>' [-Wshadow]
>>      {
>>      ^
>> /usr/include/eigen3/Eigen/src/Core/DenseBase.h:78:17: note: shadowed declaration is here
>>
>>
>>
>> Some more eigin warnings on nightly
>>
>> https://open.cdash.org/viewBuildError.php?type=1&buildid=5244165
>>
>> Python warning
>>
>> [CTest: warning matched] /Users/builder/external/VTK/Wrapping/PythonCore/vtkPythonOverload.cxx:64:15: warning: private field 'm_meth' is not used [-Wunused-private-field]
>>   PyCFunction m_meth;
>>               ^
>> [CTest: warning suppressed] 1 warning generated.
>>
>> IO/Export warning
>>
>> [CTest: warning matched] /Users/builder/external/VTK/IO/Export/vtkPDFContextDevice2D.cxx:441:21: warning: result of comparison 'vtkIdType' (aka 'int') > 2147483647 <(214)%20748-3647> is always false [-Wtautological-type-limit-compare]
>>       if (numPoints > static_cast<vtkIdType>(VTK_INT_MAX))
>>           ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> [CTest: warning suppressed] 1 warning generated.
>>
>>
>> Linker issues on iOS
>>
>> ld: warning: direct access in function 'vtkCPExodusIIElementBlockImpl::SetExodusConnectivityArray(int*, std::__1::basic_string, std::__1::allocator > const&, int, int)' from file 'IO/Exodus/CMakeFiles/vtkIOExodus.dir/vtkCPExodusIIElementBlock.cxx.o' to global weak symbol 'toupper(int)' from file 'lib/libvtksys-9.0.a(SystemTools.cxx.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
>>
>>
>>
>> Android build failure - Pretty sure this is Chuck's EGL change
>>
>> VTK/Rendering/OpenGL2/vtkEGLRenderWindow.cxx:158 <https://gitlab.kitware.com/vtk/vtk/blob/master/VTK/Rendering/OpenGL2/vtkEGLRenderWindow.cxx/blob/master/VTK/Rendering/OpenGL2/vtkEGLRenderWindow.cxx#L158>:27: error: 'stoi' is not a member of 'std'
>>
>>
>> The still failing DataEncoder test - I think Scott was looking into this.
>>
>>
>> A zillion other eigen warnings
>>
>>
>> --
>> Ken Martin PhD
>> Distinguished Engineer
>> Kitware Inc.
>> 28 Corporate Drive
>> Clifton Park NY 12065
>>
>> This communication, including all attachments, contains confidential and
>> legally privileged information, and it is intended only for the use of the
>> addressee.  Access to this email by anyone else is unauthorized. If you are
>> not the intended recipient, any disclosure, copying, distribution or any
>> action taken in reliance on it is prohibited and may be unlawful. If you
>> received this communication in error please notify us immediately and
>> destroy the original message.  Thank you.
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://vtk.org/pipermail/vtk-developers/attachments/20180202/22dffe59/attachment.html>


More information about the vtk-developers mailing list