Site: WIN-VS2008
Build Name: CIP-Windows-AMD64-incr-SL-ON
Build Time: 2018-03-06T11:39:52 EST
Found 3 Errors
Warnings are here.

Repository http://public.kitware.com/cgi-bin/viewcvs.cgi/?cvsroot=CMake
Build Log Line 226
Error
3>        linked_data_[prefix][dist] = rec = IndexRecord(**rec)
3>      File "d:\Projects\CIP-build\CIPPython-install\lib\site-packages\conda\_vendor\auxlib\entity.py", line 702, in __call__
3>        instance = super(EntityType, cls).__call__(*args, **kwargs)
3>      File "d:\Projects\CIP-build\CIPPython-install\lib\site-packages\conda\_vendor\auxlib\entity.py", line 719, in __init__
3>        setattr(self, key, kwargs[key])
3>      File "d:\Projects\CIP-build\CIPPython-install\lib\site-packages\conda\_vendor\auxlib\entity.py", line 424, in __set__
3>        instance.__dict__[self.name] = self.validate(instance, self.box(instance, val))
3>      File "d:\Projects\CIP-build\CIPPython-install\lib\site-packages\conda\_vendor\auxlib\entity.py", line 465, in validate
3>        raise ValidationError(getattr(self, 'name', 'undefined name'), val)
3>    ValidationError: Invalid value 1506081004.8 for timestamp
3>Project : error PRJ0019: A tool returned an error code from "Performing installnumpy step for 'CIPPython'"
3>Build log was saved at "file://d:\Projects\CIP-build\CIPPython.dir\Release\BuildLog.htm"
3>CIPPython - 1 error(s), 0 warning(s)
1>-- extracting... [analysis]
1>-- extracting... [rename]
1>-- extracting... [clean up]
1>-- extracting... done
1>No patch step for 'Boost'
1>No update step for 'Boost'
1>Performing configure step for 'Boost'
1>Building Boost.Build engine

Repository http://public.kitware.com/cgi-bin/viewcvs.cgi/?cvsroot=CMake
Build Log Line 289
Error
4>-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/bin/x86_amd64/cl.exe
4>-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/bin/x86_amd64/cl.exe -- works
4>-- Detecting CXX compiler ABI info
4>-- Detecting CXX compiler ABI info - done
4>-- Detecting CXX compile features
4>-- Detecting CXX compile features - done
4>CMake Error at CMakeLists.txt:41 (message):
4>  Microsoft Visual Studio 2013 or later is required.
4>-- Configuring incomplete, errors occurred!
4>See also "/.../CIP-build/VTKv8-build/CMakeFiles/CMakeOutput.log".
4>Project : error PRJ0019: A tool returned an error code from "Performing configure step for 'VTKv8'"
4>Build log was saved at "file://d:\Projects\CIP-build\VTKv8.dir\Release\BuildLog.htm"
4>VTKv8 - 1 error(s), 0 warning(s)
5>------ Build started: Project: ITKv4, Configuration: Release x64 ------
6>------ Build started: Project: teem, Configuration: Release x64 ------
5>Creating directories for 'ITKv4'
6>Creating directories for 'teem'
5>Performing download step (git clone) for 'ITKv4'
6>Performing download step (git clone) for 'teem'
5>-- Avoiding repeated git clone, stamp file is up to date: '/.../CIP-build/ITKv4-prefix/src/ITKv4-stamp/ITKv4-gitclone-lastrun.txt'
6>-- Avoiding repeated git clone, stamp file is up to date: '/.../CIP-build/teem-prefix/src/teem-stamp/teem-gitclone-lastrun.txt'

Repository http://public.kitware.com/cgi-bin/viewcvs.cgi/?cvsroot=CMake
Build Log Line 317
Error
5>loading initial cache file /.../CIP-build/ITKv4-prefix/tmp/ITKv4-cache-Release.cmake
5>-- Found Git: C:/Users/Administrator/AppData/Local/GitHub/PortableGit_c2ba306e536fdf878271f7fe636a147ff37326ad/cmd/git.exe  
5>CMake Error at CMake/ITKModuleRemote.cmake:149 (message):
5>  Git version 1.6.6 or later is required.
5>Call Stack (most recent call first):
5>  Modules/Remote/MGHIO.remote.cmake:1 (itk_fetch_module)
5>  Modules/Remote/CMakeLists.txt:6 (include)
5>-- Configuring incomplete, errors occurred!
5>See also "/.../CIP-build/ITKv4-build/CMakeFiles/CMakeOutput.log".
5>See also "/.../CIP-build/ITKv4-build/CMakeFiles/CMakeError.log".
5>Project : error PRJ0019: A tool returned an error code from "Performing configure step for 'ITKv4'"
5>Build log was saved at "file://d:\Projects\CIP-build\ITKv4.dir\Release\BuildLog.htm"
5>ITKv4 - 1 error(s), 0 warning(s)
6>CMake Warning (dev) at CMakeLists.txt:555 (install):
6>  Policy CMP0062 is not set: Disallow install() of export() result.  Run
6>  "cmake --help-policy CMP0062" for policy details.  Use the cmake_policy
6>  command to set the policy and suppress this warning.
6>  The file
6>    /.../CIP-build/teem-build/TeemLibraryDepends.cmake
6>  was generated by the export() command.  It should not be installed with the
6>  install() command.  Use the install(EXPORT) mechanism instead.  See the