[vtk-developers] Midas doawload fail

Mathieu Westphal mathieu.westphal at kitware.com
Mon Jun 13 04:38:20 EDT 2016


Hi

This exact issue is still here ("Timeout was reached"), from a completelly
different computer and cmake ( cmake 3.3.0 on osx )
This time compiling vtk, but on the same file (comp.out.10) which is 61.5Mb.

Of course you need to activate the download of data and baselines to see it.

Regards

Mathieu Westphal

On Wed, Mar 23, 2016 at 3:04 PM, Mathieu Westphal <
mathieu.westphal at kitware.com> wrote:

> midas fails with timeout today on the following item :
>
> [glow at snowman ~/work/kitware/VTK/vtkCea/vtk_build_dashlin]$ make
> [  0%] Generating
> /home/glow/work/kitware/VTK/vtkCea/vtk_build_dashlin/ExternalData/Testing/Data/WindBladeReader/field/comp.out.10
> -- Fetching "
> http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=e1bc2bf8f0e85161cfab9440d20c93b9&algorithm=MD5
> "
> -- [download 100% complete]
> -- [download 0% complete]
> -- [download 1% complete]
> -- [download 2% complete]
> -- [download 3% complete]
> -- [download 4% complete]
> -- [download 5% complete]
> -- [download 6% complete]
> -- [download 7% complete]
> -- [download 8% complete]
> -- [download 9% complete]
> -- [download 10% complete]
> -- [download 11% complete]
> -- [download 12% complete]
> -- [download 13% complete]
> -- [download 14% complete]
> -- [download 15% complete]
> -- [download 16% complete]
> -- [download 17% complete]
> -- [download 18% complete]
> -- [download 19% complete]
> -- [download 20% complete]
> -- [download 21% complete]
> -- [download 22% complete]
> -- [download 23% complete]
> -- [download 24% complete]
> -- [download 25% complete]
> -- [download 26% complete]
> -- [download 27% complete]
> -- [download 28% complete]
> -- [download 29% complete]
> -- [download 30% complete]
> -- [download 31% complete]
> -- [download 32% complete]
> -- [download 33% complete]
> -- [download 34% complete]
> -- [download 35% complete]
> -- [download 36% complete]
> -- [download 37% complete]
> -- [download 38% complete]
> -- [download 39% complete]
> -- [download 40% complete]
> -- Fetching "
> http://www.vtk.org/files/ExternalData/MD5/e1bc2bf8f0e85161cfab9440d20c93b9
> "
> -- [download 0% complete]
> -- [download 1% complete]
> -- [download 2% complete]
> -- [download 3% complete]
> -- [download 4% complete]
> -- [download 5% complete]
> -- [download 6% complete]
> -- [download 7% complete]
> -- [download 8% complete]
> -- [download 9% complete]
> -- [download 10% complete]
> -- [download 11% complete]
> -- [download 12% complete]
> -- [download 13% complete]
> -- [download 14% complete]
> -- [download 15% complete]
> -- [download 16% complete]
> -- [download 17% complete]
> -- [download 18% complete]
> -- [download 19% complete]
> -- [download 20% complete]
> -- [download 21% complete]
> -- [download 22% complete]
> -- [download 23% complete]
> -- [download 24% complete]
> -- [download 25% complete]
> -- [download 26% complete]
> -- [download 27% complete]
> -- [download 28% complete]
> -- [download 29% complete]
> -- [download 30% complete]
> -- [download 31% complete]
> -- [download 32% complete]
> -- [download 33% complete]
> -- [download 34% complete]
> -- [download 35% complete]
> -- [download 36% complete]
> -- [download 37% complete]
> -- [download 38% complete]
> -- [download 39% complete]
> -- [download 40% complete]
> -- [download 41% complete]
> -- [download 42% complete]
> -- [download 43% complete]
> CMake Error at
> /home/glow/work/kitware/VTK/vtkCea/vtk/CMake/ExternalData.cmake:1005
> (message):
>   Object MD5=e1bc2bf8f0e85161cfab9440d20c93b9 not found at:
>
>
> http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=e1bc2bf8f0e85161cfab9440d20c93b9&algorithm=MD5
> ("Timeout was reached")
>
> http://www.vtk.org/files/ExternalData/MD5/e1bc2bf8f0e85161cfab9440d20c93b9
> ("Timeout was reached")
> Call Stack (most recent call first):
>   /home/glow/work/kitware/VTK/vtkCea/vtk/CMake/ExternalData.cmake:1027
> (_ExternalData_download_object)
>
>
>
>
> Mathieu Westphal
>
> On Wed, Feb 17, 2016 at 9:35 AM, Mathieu Westphal <
> mathieu.westphal at kitware.com> wrote:
>
>> Hi
>>
>> he cmake i use is the one provided by the ArchLinux package :
>> cmake 3.4.3-1, i do not know if it has built-in ssl support.
>>
>> I tried again this morning and it worked without any problem.
>>
>> Here is how to (sometimes) reproduce the issue :
>>
>> [glow at snowman ~/testMidas]$ git clone
>> https://gitlab.kitware.com/paraview/paraview.git
>> Cloning into 'paraview'...
>> ...
>> [glow at snowman ~/testMidas]$ cd paraview/
>> [glow at snowman ~/testMidas/paraview]$ git submodule update --init
>> ...
>> [glow at snowman ~/testMidas/paraview]$ cd ..
>> [glow at snowman ~/testMidas/paraview]$ mkdir paraview_build
>> [glow at snowman ~/testMidas/paraview]$ cd paraview_build
>> [glow at snowman ~/testMidas/paraview]$ cmake ../paraview
>> ....
>> [glow at snowman ~/testMidas/paraview]$ make -j 7
>>
>>
>> Mathieu Westphal
>>
>> On Tue, Feb 16, 2016 at 6:59 PM, Jean-Christophe Fillion-Robin <
>> jchris.fillionr at kitware.com> wrote:
>>
>>> + Where did you get your CMake binaries ? With or Without built-in SSL
>>> support ?
>>>
>>> Hth
>>> Jc
>>>
>>> On Tue, Feb 16, 2016 at 12:07 PM, Jake Stookey <jake.stookey at kitware.com
>>> > wrote:
>>>
>>>> I compiled ParaView from the internal network and did not notice any
>>>> problems. I used these instructions:
>>>> http://www.paraview.org/Wiki/ParaView:Build_And_Install
>>>>
>>>> If you can provide additional details it might help:
>>>>
>>>> - What output do you see that shows what was attempted and the
>>>> corresponding error message?
>>>> - Were you on a Kitware internal network or external?
>>>> - What was your ip address when the failure occurred?
>>>> - Exactly what time did the failure occur?
>>>>
>>>> Jake
>>>>
>>>> On Tue, Feb 16, 2016 at 11:17 AM, Jake Stookey <
>>>> jake.stookey at kitware.com> wrote:
>>>>
>>>>> (added a few members of the ParaView team to the cc list)
>>>>>
>>>>> Jake
>>>>>
>>>>> On Tue, Feb 16, 2016 at 10:55 AM, Mathieu Westphal <
>>>>> mathieu.westphal at kitware.com> wrote:
>>>>>
>>>>>> Hello
>>>>>>
>>>>>> When i am trying to compile paraview the first time, there is a lot
>>>>>> of image that can't be downloaded from midas for short amount of time.
>>>>>>
>>>>>> Only by retrying multiples times am i able to get all the images.
>>>>>>
>>>>>> Mathieu Westphal
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>>
>>> --
>>> +1 919 869 8849
>>>
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20160613/d6b15cf4/attachment.html>


More information about the vtk-developers mailing list