Issue report: Error in ITKData, object not found

Any hint how to solve this error in ITKData?
Cheers,
Pablo

[  0%] Generating /path/build/ExternalData/Modules/Filtering/DistanceMap/test/Data/Baseline/itkApproximateSignedDistanceMapImageFilterTest0.mha
-- Fetching "https://insightsoftwareconsortium.github.io/ITKTestingData/MD5/1a2b6afd2643fd4bd9d0c2b7120b3480"
-- Fetching "https://data.kitware.com:443/api/v1/file/hashsum/MD5/1a2b6afd2643fd4bd9d0c2b7120b3480/download"
-- Fetching "https://itk.org/files/ExternalData/MD5/1a2b6afd2643fd4bd9d0c2b7120b3480"
-- Fetching "https://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=1a2b6afd2643fd4bd9d0c2b7120b3480&algorithm=MD5"
-- [download 0% complete]
-- [download 100% complete]
CMake Error at /path/Modules/ExternalData.cmake:1121 (message):
  

  Object MD5=1a2b6afd2643fd4bd9d0c2b7120b3480 not found at:

    https://insightsoftwareconsortium.github.io/ITKTestingData/MD5/1a2b6afd2643fd4bd9d0c2b7120b3480 ("HTTP response code said error")
    https://data.kitware.com:443/api/v1/file/hashsum/MD5/1a2b6afd2643fd4bd9d0c2b7120b3480/download ("HTTP response code said error")
    https://itk.org/files/ExternalData/MD5/1a2b6afd2643fd4bd9d0c2b7120b3480 ("HTTP response code said error")
    https://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=1a2b6afd2643fd4bd9d0c2b7120b3480&algorithm=MD5 (wrong hash MD5=980d29c660124c77d48524bcb9ea384c)


make[3]: *** [ExternalData/Modules/Filtering/DistanceMap/test/Data/Baseline/itkApproximateSignedDistanceMapImageFilterTest0.mha-hash-stamp] Error 1
make[2]: *** [CMakeFiles/ITKData.dir/all] Error 2
make[1]: *** [CMakeFiles/ITKData.dir/rule] Error 2
make: *** [ITKData] Error 2

Perhaps you have a version of CMake which doesn’t support HTTPS?

Umm, it seems my cmake has SSL support

mycmake -P SSLTest.cmake
-- [download 100% complete]

It seems the sha512 file was missing for this image, opened PR:

http://review.source.kitware.com/23532

The md5 file was added in a recent commit

Thanks to @fbudin for the help!

It was solved already by @matt.mccormick a few hours ago:

Thanks!

2 Likes