Site: ip-172-31-24-227.ec2.internal
Build Name: CIP-Linux-3.10.0-123.8.1.el7.x86_64-x86_64-incr-SL-ON
Build Time: 2022-10-04T00:03:50 EDT
Found 5 Warnings
Errors are here.


        
Repository http://public.kitware.com/cgi-bin/viewcvs.cgi/?cvsroot=CMake
Build Log Line 359
Warning
-- Enabled ITKVideoIO, requested by ITK_BUILD_DEFAULT_MODULES.
-- Enabled ITKVoronoi, requested by ITK_BUILD_DEFAULT_MODULES.
-- Enabled ITKVtkGlue, requested by Module_ITKVtkGlue.
-- Enabled ITKWatersheds, requested by ITK_BUILD_DEFAULT_MODULES.
-- Enabled ITKZLIB, requested by ITK_BUILD_DEFAULT_MODULES.
-- Enabled MGHIO, requested by Module_MGHIO.
-- Performing Test ITK_PRIVATE_DYNAMIC_CAST - Success
-- Found ZLIB: /.../CIP-build/zlib-install/lib/libzlib.a (found version "1.2.3") 
-- Found ZLIB: /.../CIP-build/zlib-install/lib/libzlib.a  
-- Filter ZLIB is ON
CMake Warning (dev) at Modules/Remote/MGHIO/CMakeLists.txt:2 (project):
  Policy CMP0048 is not set: project() command manages VERSION variables.
  Run "cmake --help-policy CMP0048" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The following variable(s) would be set to empty:

    PROJECT_VERSION
    PROJECT_VERSION_MAJOR
    PROJECT_VERSION_MINOR
    PROJECT_VERSION_PATCH


        
Repository http://public.kitware.com/cgi-bin/viewcvs.cgi/?cvsroot=CMake
Build Log Line 619
Warning
[100%] Built target ITKVtkGlue-all
[100%] Built target MGHIO
[100%] Built target MGHIO-all
[ 55%] No install step for 'ITKv4'
[ 56%] Completed 'ITKv4'
[ 61%] Built target ITKv4
[ 63%] Performing update step for 'teem'
[ 64%] Performing configure step for 'teem'
loading initial cache file /.../CIP-build/teem-prefix/tmp/teem-cache-Release.cmake
-- Configuring done
CMake Warning (dev) at CMakeLists.txt:555 (install):
  Policy CMP0062 is not set: Disallow install() of export() result.  Run
  "cmake --help-policy CMP0062" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The file

    /.../CIP-build/teem-build/TeemLibraryDepends.cmake

  was generated by the export() command.  It should not be installed with the
  install() command.  Use the install(EXPORT) mechanism instead.  See the


        
Repository http://public.kitware.com/cgi-bin/viewcvs.cgi/?cvsroot=CMake
Build Log Line 1066
Warning
[  0%] Built target copy-external-files
[  0%] Built target copy-input-files
[  2%] Built target CIPUtilities
[  2%] Built target generateChestConventions
[  9%] Built target CIPCommon
[ 10%] Built target CIPIO
running build_ext
skipping '/.../CIP/cip_python/utils/gco_python/gco_python.cpp' Cython extension (up-to-date)
building 'pygco' extension
/usr/bin/cc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/.../CIP/Utilities/GraphCutsOptimization -I/.../CIP-build/CIPPython-install/lib/python2.7/site-packages/numpy/core/include -I/.../CIP-build/CIPPython-install/include/python2.7 -c /.../CIP/cip_python/utils/gco_python/gco_python.cpp -o build/temp.linux-x86_64-2.7/.../CIP/cip_python/utils/gco_python/gco_python.o
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default]
In file included from /.../CIP-build/CIPPython-install/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1823:0,
                 from /.../CIP-build/CIPPython-install/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
                 from /.../CIP-build/CIPPython-install/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from /.../CIP/cip_python/utils/gco_python/gco_python.cpp:449:


        
Repository http://public.kitware.com/cgi-bin/viewcvs.cgi/CIPPython-install/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h?cvsroot=CMake
Build Log Line 1071
Warning

          
            
/.../CIP-build/CIPPython-install/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it by " \
  ^
In file included from /.../CIP/Utilities/GraphCutsOptimization/GCoptimization.h:111:0,
                 from /.../CIP/cip_python/utils/gco_python/gco_python.cpp:451:


        
Repository http://public.kitware.com/cgi-bin/viewcvs.cgi/Utilities/GraphCutsOptimization/maxflow.cpp?cvsroot=CMake
Build Log Line 1076
Warning

          
            
/.../CIP/Utilities/GraphCutsOptimization/maxflow.cpp:366:2: warning: identifier ‘nullptr’ is a keyword in C++11 [-Wc++0x-compat]
  if ((i->parent = a0_min) != nullptr)
  ^
/.../CIP/Utilities/GraphCutsOptimization/maxflow.cpp: In member function ‘void Graph<captype, tcaptype, flowtype>::process_source_orphan(Graph<captype, tcaptype, flowtype>::node*)’: