[vtk-developers] Midas issues with new images

Brad King brad.king at kitware.com
Mon Feb 29 10:31:56 EST 2016


On 02/27/2016 04:37 PM, Bill Lorensen wrote:
> I'm seeing Midas problems with newly commited images. I see them with
> one of my patches as well as Will's remote module.

The external data upload magic is not configured for remote modules AFAIK.
The upload infrastructure depends on branches pushed to forks of VTK and
so does not work for other repositories.

> Here is the message
> I get:
> 
> -- Fetching "http://www.vtk.org/files/ExternalData/MD5/3f14feae2c853d44b773f8a867766b0e"
> CMake Error at /home/lorensen/ProjectsGIT/VTKGitlab/CMake/ExternalData.cmake:1005
> (message):
>   Object MD5=3f14feae2c853d44b773f8a867766b0e not found at:
> 
>     http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=3f14feae2c853d44b773f8a867766b0e&algorithm=MD5
> (wrong hash MD5=a0a85923331d4faa2ba6ff130a19d946)
>     http://www.vtk.org/files/ExternalData/MD5/3f14feae2c853d44b773f8a867766b0e
> ("HTTP response code said error")
> Call Stack (most recent call first):
>   /home/lorensen/ProjectsGIT/VTKGitlab/CMake/ExternalData.cmake:1027
> (_ExternalData_download_object)
> 
> The same happens on my merge request:
> https://open.cdash.org/viewBuildError.php?buildid=4255469

Where is 3f14feae2c853d44b773f8a867766b0e referenced?  I don't see it referenced
in Will's point-cloud module or in the main VTK.  You can grep for it in *.md5
files.

Thanks,
-Brad



More information about the vtk-developers mailing list