From blowekamp at mail.nih.gov Mon Jun 8 09:44:02 2015 From: blowekamp at mail.nih.gov (Bradley Lowekamp) Date: Mon, 8 Jun 2015 09:44:02 -0400 Subject: [ITK-dev] Please Set ExternalData_OBJECT_STORES environment variable Message-ID: <2FC1F73E-C323-4095-975A-E0D2A1103DF4@mail.nih.gov> Sean and other dashboard maintainers, Please set the ExternalData_OBJECT_STORES environment variable to some place outside the build directory this will improve the robustness on the dashboard. This variable sets a local cache for the ExternalData. By caching it outside the build directory it will not need to download the data every night. Therefore any hick-ups on the midas servers or local network will not show up on the dashboard. I have mine set to ${HOME}/.ExternalData in my .bashrc file. Thanks, Brad -------------- next part -------------- An HTML attachment was scrubbed... URL: From matt.mccormick at kitware.com Mon Jun 8 11:31:39 2015 From: matt.mccormick at kitware.com (Matt McCormick) Date: Mon, 8 Jun 2015 11:31:39 -0400 Subject: [ITK-dev] Feature freeze for ITK 4.8 Message-ID: Hello, There have been a number of outstanding contributions for ITK 4.8! Let's shape up the toolkit so these contributions can have the greatest impact. Please refrain from merging enhancements to master during the release candidate phase so we can focus on - A clean dashboard. - Bug fixes. - Documentation improvements. We should have a reasonable dashboard to tag 4.8RC1 tomorrow. Thanks, Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: From matt.mccormick at kitware.com Thu Jun 11 13:10:59 2015 From: matt.mccormick at kitware.com (Matt McCormick) Date: Thu, 11 Jun 2015 13:10:59 -0400 Subject: [ITK-dev] ITK 4.8.0 Release Candidate 1 is ready for testing! Message-ID: On behalf of the Insight Toolkit community, we are proud to announce that ITK 4.8.0 release candidate 1 has been tagged and is available for testing! Please take this opportunity to test the new features in the release candidate. To obtain the source code, git clone http://itk.org/ITK.git cd ITK git checkout -q --detach v4.8rc01 For more details, please see the Git documentation [1]. A few selected highlights for this release: - New remote modules: BridgeNumPy, LabelErodeDilate, and ParabolicMorphology. - itk::FFTPadImageFilter to automatically pad images for the FFT implementation?s supported greatest prime factor - Additional point set registration capabilities. - More modules can be built as shared libraries. - GDCM, MetaIO, KWSys, MINC have been updated to their latest upstream versions. - Python wrapping is in excellent shape and works with the latest GCC, Clang, and MSVC. - Experimental cross-compilation support for Windows (MinGW-w64), ARMv6 (Raspberry Pi), ARMv7 (Android), ppc64le (POWER8), and JavaScript (Emscripten). A more complete, detailed set of release notes will follow in subsequent release candidates. Please test the release candidate and share your experiences on the mailing list, issue tracker, and Gerrit Code Review. Since GDCM has seen a major upgrade to the latest version, please exercise DICOM IO, and be on the lookout for regressions. An Experimental build, which demonstrates how the test suite performs on your local build system, can be submitted to the dashboard [2] with: mkdir ../ITK-build cd ../ITK-build cmake ../ITK ctest -j 4 -M Experimental -T Configure -T Build -T Test -T Submit Notify the mailing list if there are any unexpected failures. Testing your own applications against the RC is also appreciated. Congratulations and well done to the 31 contributors to this release. We would especially like to recognize the new contributors, David Froger, Cyril Mory, Dzenan Zukic, Ivan Setiawan, Jan Bergmeier, Rolf Eike Beer, Davis Vigneault, Gary JIA, and Alexander Hewer. The final release will be approximately three week from now. [1] http://www.itk.org/Wiki/ITK/Git [2] http://open.cdash.org/index.php?project=Insight ----------------------------------------------------- Errors or omissions? Please fix them here: https://docs.google.com/document/d/1AQolOw7Hpn7SCRg0LjH53nxdWJe2gJTR0ngOyg3PWxI/edit?usp=sharing From matt.mccormick at kitware.com Thu Jun 18 12:29:43 2015 From: matt.mccormick at kitware.com (Matt McCormick) Date: Thu, 18 Jun 2015 12:29:43 -0400 Subject: [ITK-dev] [ANNOUNCE] ITK 4.8.0 Release Candidate 2 is ready for testing! Message-ID: On behalf of the Insight Toolkit community, we are proud to announce that ITK 4.8.0 release candidate 2 has been tagged and is available for testing! Please take this opportunity to test the new features in the release candidate. To obtain the source code, git clone http://itk.org/ITK.git cd ITK git checkout -q --detach v4.8rc02 For more details, please see the Git documentation [1]. A few selected highlights for this release: - New remote modules: BridgeNumPy, LabelErodeDilate, ParabolicMorphology, MinimalPathExtraction - itk::FFTPadImageFilter to automatically pad images for the FFT implementation?s supported greatest prime factor - Additional point set registration capabilities. - More modules can be built as shared libraries. - GDCM, MetaIO, KWSys, MINC have been updated to their latest upstream versions. - Python wrapping is in excellent shape and works with the latest GCC, Clang, and MSVC. - Experimental cross-compilation support for Windows (MinGW-w64), ARMv6 (Raspberry Pi), ARMv7 (Android), ppc64le (POWER8), and JavaScript (Emscripten). A more complete, detailed set of release notes will follow in subsequent release candidates. Please test the release candidate and share your experiences on the mailing list, issue tracker, and Gerrit Code Review. Since GDCM has seen a major upgrade to the latest version, please exercise DICOM IO, and be on the lookout for regressions. An Experimental build, which demonstrates how the test suite performs on your local build system, can be submitted to the dashboard [2] with: mkdir ../ITK-build cd ../ITK-build cmake ../ITK ctest -j 4 -M Experimental -T Configure -T Build -T Test -T Submit Notify the mailing list if there are any unexpected failures. Testing your own applications against the RC is also appreciated. Congratulations and well done to the 31 contributors to this release. We would especially like to recognize the new contributors, David Froger, Cyril Mory, Dzenan Zukic, Ivan Setiawan, Jan Bergmeier, Rolf Eike Beer, Davis Vigneault, Gary JIA, and Alexander Hewer. The final release will be approximately three weeks from now. [1] http://www.itk.org/Wiki/ITK/Git [2] http://open.cdash.org/index.php?project=Insight Changes from v4.8rc01..v4.8rc02 ------------------------------------------------ Arnaud Gelas (2): BUG: memory leaks when calling itk::Mesh::Graft BUG: fix memory leaks in BorderQuadEdgeMeshFilter using itk::AutoPointer Bradley Lowekamp (1): Revert selection "ENH: Add shared libraries for ITK libraries" Davis Vigneault (1): STYLE: Minor typographical changes in ParameterizationQuadEdgeMeshFilter D?enan Zuki? (1): DOC: Improve docs for ConnectedComponentImageFilter Hans Johnson (1): STYLE: Use consistent names in template parameters Sean McBride (2): COMP: Update MINC to upstream 85145dca36 BUG: updated MINC to a77da29 ----------------------------------------------------- Errors or omissions? Please fix them here: https://docs.google.com/document/d/1AQolOw7Hpn7SCRg0LjH53nxdWJe2gJTR0ngOyg3PWxI/edit?usp=sharing From pablo.hernandez.cerdan at outlook.com Wed Jun 24 20:20:33 2015 From: pablo.hernandez.cerdan at outlook.com (=?iso-8859-1?B?UGFibG8gSGVybuFuZGV6?=) Date: Thu, 25 Jun 2015 02:20:33 +0200 Subject: [ITK-dev] Refresh cmake ITKData Message-ID: Hi, I am receiving a lot of wrong hash errors when building ITKData. I am guessing that is because I am updating an old build, but not sure. Is there a way to force cmake to rerun the scripts related with ITKData to refresh all thoses hashes? I mean, the CMakesLists.txt from all the tests for example. make clean ITKData, rebuilds everything but the hash stuff is handled by cmake, I am keeping seeing errors downloading ExternalData. Thanks in advance. Pablo -------------- next part -------------- An HTML attachment was scrubbed... URL: From matt.mccormick at kitware.com Wed Jun 24 20:43:50 2015 From: matt.mccormick at kitware.com (Matt McCormick) Date: Wed, 24 Jun 2015 20:43:50 -0400 Subject: [ITK-dev] Refresh cmake ITKData In-Reply-To: References: Message-ID: Hi Pablo, Could you please share the full text of an error? Thanks, Matt On Wed, Jun 24, 2015 at 8:20 PM, Pablo Hern?ndez < pablo.hernandez.cerdan at outlook.com> wrote: > Hi, I am receiving a lot of wrong hash errors when building ITKData. I am > guessing that is because I am updating an old build, but not sure. > Is there a way to force cmake to rerun the scripts related with ITKData to > refresh all thoses hashes? I mean, the CMakesLists.txt from all the tests > for example. > > make clean ITKData, rebuilds everything but the hash stuff is handled by > cmake, I am keeping seeing errors downloading ExternalData. > > Thanks in advance. > Pablo > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Kitware offers ITK Training Courses, for more information visit: > http://kitware.com/products/protraining.php > > Please keep messages on-topic and check the ITK FAQ at: > http://www.itk.org/Wiki/ITK_FAQ > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/insight-developers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From pablo.hernandez.cerdan at outlook.com Wed Jun 24 20:59:55 2015 From: pablo.hernandez.cerdan at outlook.com (=?iso-8859-1?B?UGFibG8gSGVybuFuZGV6?=) Date: Thu, 25 Jun 2015 02:59:55 +0200 Subject: [ITK-dev] Refresh cmake ITKData In-Reply-To: References: , , Message-ID: After "make" in build directory: There are quite a lot of similar errors. [ 0%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make: *** [all] Error 2 From: pablo.hernandez.cerdan at outlook.com To: matt.mccormick at kitware.com Subject: RE: [ITK-dev] Refresh cmake ITKData Date: Thu, 25 Jun 2015 02:58:57 +0200 After "make" in build directory: There are quite a lot of similar errors. [ 0%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make: *** [all] Error 2 Date: Wed, 24 Jun 2015 20:43:50 -0400 Subject: Re: [ITK-dev] Refresh cmake ITKData From: matt.mccormick at kitware.com To: pablo.hernandez.cerdan at outlook.com CC: insight-developers at itk.org Hi Pablo, Could you please share the full text of an error? Thanks, Matt On Wed, Jun 24, 2015 at 8:20 PM, Pablo Hern?ndez wrote: Hi, I am receiving a lot of wrong hash errors when building ITKData. I am guessing that is because I am updating an old build, but not sure. Is there a way to force cmake to rerun the scripts related with ITKData to refresh all thoses hashes? I mean, the CMakesLists.txt from all the tests for example. make clean ITKData, rebuilds everything but the hash stuff is handled by cmake, I am keeping seeing errors downloading ExternalData. Thanks in advance. Pablo _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers -------------- next part -------------- An HTML attachment was scrubbed... URL: From matt.mccormick at kitware.com Wed Jun 24 21:08:57 2015 From: matt.mccormick at kitware.com (Matt McCormick) Date: Wed, 24 Jun 2015 21:08:57 -0400 Subject: [ITK-dev] Refresh cmake ITKData In-Reply-To: References: Message-ID: Does the following work? wget http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a It is working from my location. On Wed, Jun 24, 2015 at 8:59 PM, Pablo Hern?ndez < pablo.hernandez.cerdan at outlook.com> wrote: > After "make" in build directory: There are quite a lot of similar errors. > > [ 0%] Generating > /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png > -- Fetching " > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > " > -- [download 100% complete] > -- Fetching " > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > " > -- [download 100% complete] > -- Fetching " > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a > " > -- [download 100% complete] > -- Fetching " > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > " > -- [download 100% complete] > CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 > (message): > Object MD5=8aa41348437f595b21e08eb46726002a not found at: > > > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > Call Stack (most recent call first): > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 > (_ExternalData_download_object) > > > make[2]: *** > [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] > Error 1 > make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 > make: *** [all] Error 2 > > ------------------------------ > From: pablo.hernandez.cerdan at outlook.com > To: matt.mccormick at kitware.com > Subject: RE: [ITK-dev] Refresh cmake ITKData > Date: Thu, 25 Jun 2015 02:58:57 +0200 > > > After "make" in build directory: There are quite a lot of similar errors. > > [ 0%] Generating > /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png > -- Fetching " > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > " > -- [download 100% complete] > -- Fetching " > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > " > -- [download 100% complete] > -- Fetching " > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a > " > -- [download 100% complete] > -- Fetching " > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > " > -- [download 100% complete] > CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 > (message): > Object MD5=8aa41348437f595b21e08eb46726002a not found at: > > > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > Call Stack (most recent call first): > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 > (_ExternalData_download_object) > > > make[2]: *** > [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] > Error 1 > make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 > make: *** [all] Error 2 > > ------------------------------ > Date: Wed, 24 Jun 2015 20:43:50 -0400 > Subject: Re: [ITK-dev] Refresh cmake ITKData > From: matt.mccormick at kitware.com > To: pablo.hernandez.cerdan at outlook.com > CC: insight-developers at itk.org > > Hi Pablo, > > Could you please share the full text of an error? > > Thanks, > Matt > > On Wed, Jun 24, 2015 at 8:20 PM, Pablo Hern?ndez < > pablo.hernandez.cerdan at outlook.com> wrote: > > Hi, I am receiving a lot of wrong hash errors when building ITKData. I am > guessing that is because I am updating an old build, but not sure. > Is there a way to force cmake to rerun the scripts related with ITKData to > refresh all thoses hashes? I mean, the CMakesLists.txt from all the tests > for example. > > make clean ITKData, rebuilds everything but the hash stuff is handled by > cmake, I am keeping seeing errors downloading ExternalData. > > Thanks in advance. > Pablo > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Kitware offers ITK Training Courses, for more information visit: > http://kitware.com/products/protraining.php > > Please keep messages on-topic and check the ITK FAQ at: > http://www.itk.org/Wiki/ITK_FAQ > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/insight-developers > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From pablo.hernandez.cerdan at outlook.com Wed Jun 24 21:12:26 2015 From: pablo.hernandez.cerdan at outlook.com (=?iso-8859-1?B?UGFibG8gSGVybuFuZGV6?=) Date: Thu, 25 Jun 2015 03:12:26 +0200 Subject: [ITK-dev] Refresh cmake ITKData In-Reply-To: References: , , , , Message-ID: Yes, it works. Date: Wed, 24 Jun 2015 21:08:57 -0400 Subject: Re: [ITK-dev] Refresh cmake ITKData From: matt.mccormick at kitware.com To: pablo.hernandez.cerdan at outlook.com CC: insight-developers at itk.org Does the following work? wget http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a It is working from my location. On Wed, Jun 24, 2015 at 8:59 PM, Pablo Hern?ndez wrote: After "make" in build directory: There are quite a lot of similar errors. [ 0%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make: *** [all] Error 2 From: pablo.hernandez.cerdan at outlook.com To: matt.mccormick at kitware.com Subject: RE: [ITK-dev] Refresh cmake ITKData Date: Thu, 25 Jun 2015 02:58:57 +0200 After "make" in build directory: There are quite a lot of similar errors. [ 0%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make: *** [all] Error 2 Date: Wed, 24 Jun 2015 20:43:50 -0400 Subject: Re: [ITK-dev] Refresh cmake ITKData From: matt.mccormick at kitware.com To: pablo.hernandez.cerdan at outlook.com CC: insight-developers at itk.org Hi Pablo, Could you please share the full text of an error? Thanks, Matt On Wed, Jun 24, 2015 at 8:20 PM, Pablo Hern?ndez wrote: Hi, I am receiving a lot of wrong hash errors when building ITKData. I am guessing that is because I am updating an old build, but not sure. Is there a way to force cmake to rerun the scripts related with ITKData to refresh all thoses hashes? I mean, the CMakesLists.txt from all the tests for example. make clean ITKData, rebuilds everything but the hash stuff is handled by cmake, I am keeping seeing errors downloading ExternalData. Thanks in advance. Pablo _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers -------------- next part -------------- An HTML attachment was scrubbed... URL: From pablo.hernandez.cerdan at outlook.com Wed Jun 24 21:20:32 2015 From: pablo.hernandez.cerdan at outlook.com (=?iso-8859-1?B?UGFibG8gSGVybuFuZGV6?=) Date: Thu, 25 Jun 2015 03:20:32 +0200 Subject: [ITK-dev] Refresh cmake ITKData In-Reply-To: References: , , , , , , , , , Message-ID: If I do make -j4, I receive the same errors but with different objects, and the (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) is always the same... Where is this hash coming from? -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" [ 6%] Built target gdcmjpeg12 -- [download 100% complete] -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/5970c467ac9b44e55829ccf0a1296fd1" [ 6%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Modules/Filtering/AntiAlias/test/Baseline/itkAntiAliasBinaryImageFilterTestBaseline.mha -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/5970c467ac9b44e55829ccf0a1296fd1" -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8063914920e15a3958953fc8e4e4f6ff" -- [download 100% complete] -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5" -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5" -- [download 100% complete] -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[2]: *** Waiting for unfinished jobs.... CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=5970c467ac9b44e55829ccf0a1296fd1 not found at: http://itkexternaldata.blob.core.windows.net/md5/5970c467ac9b44e55829ccf0a1296fd1 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/5970c467ac9b44e55829ccf0a1296fd1 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) -- Fetching "http://www.itk.org/files/ExternalData/MD5/8063914920e15a3958953fc8e4e4f6ff" make[2]: *** [ExternalData/Testing/Data/Input/cake_easy.png.md5-stamp] Error 1 -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8063914920e15a3958953fc8e4e4f6ff not found at: http://itkexternaldata.blob.core.windows.net/md5/8063914920e15a3958953fc8e4e4f6ff (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8063914920e15a3958953fc8e4e4f6ff (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) [ 6%] Built target ITKznz make[2]: *** [ExternalData/Modules/Filtering/AntiAlias/test/Baseline/itkAntiAliasBinaryImageFilterTestBaseline.mha.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... From: pablo.hernandez.cerdan at outlook.com To: matt.mccormick at kitware.com Date: Thu, 25 Jun 2015 03:12:26 +0200 CC: insight-developers at itk.org Subject: Re: [ITK-dev] Refresh cmake ITKData Yes, it works. Date: Wed, 24 Jun 2015 21:08:57 -0400 Subject: Re: [ITK-dev] Refresh cmake ITKData From: matt.mccormick at kitware.com To: pablo.hernandez.cerdan at outlook.com CC: insight-developers at itk.org Does the following work? wget http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a It is working from my location. On Wed, Jun 24, 2015 at 8:59 PM, Pablo Hern?ndez wrote: After "make" in build directory: There are quite a lot of similar errors. [ 0%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make: *** [all] Error 2 From: pablo.hernandez.cerdan at outlook.com To: matt.mccormick at kitware.com Subject: RE: [ITK-dev] Refresh cmake ITKData Date: Thu, 25 Jun 2015 02:58:57 +0200 After "make" in build directory: There are quite a lot of similar errors. [ 0%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make: *** [all] Error 2 Date: Wed, 24 Jun 2015 20:43:50 -0400 Subject: Re: [ITK-dev] Refresh cmake ITKData From: matt.mccormick at kitware.com To: pablo.hernandez.cerdan at outlook.com CC: insight-developers at itk.org Hi Pablo, Could you please share the full text of an error? Thanks, Matt On Wed, Jun 24, 2015 at 8:20 PM, Pablo Hern?ndez wrote: Hi, I am receiving a lot of wrong hash errors when building ITKData. I am guessing that is because I am updating an old build, but not sure. Is there a way to force cmake to rerun the scripts related with ITKData to refresh all thoses hashes? I mean, the CMakesLists.txt from all the tests for example. make clean ITKData, rebuilds everything but the hash stuff is handled by cmake, I am keeping seeing errors downloading ExternalData. Thanks in advance. Pablo _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers -------------- next part -------------- An HTML attachment was scrubbed... URL: From matt.mccormick at kitware.com Wed Jun 24 21:33:13 2015 From: matt.mccormick at kitware.com (Matt McCormick) Date: Wed, 24 Jun 2015 21:33:13 -0400 Subject: [ITK-dev] Refresh cmake ITKData In-Reply-To: References: Message-ID: What version of CMake? A newer version of CMake may at least be more informative on the source of the error. HTH, Matt On Wed, Jun 24, 2015 at 9:20 PM, Pablo Hern?ndez < pablo.hernandez.cerdan at outlook.com> wrote: > If I do make -j4, I receive the same errors but with different objects, > and the (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) is always the > same... > > Where is this hash coming from? > > -- Fetching " > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > " > [ 6%] Built target gdcmjpeg12 > -- [download 100% complete] > -- Fetching " > http://itkexternaldata.blob.core.windows.net/md5/5970c467ac9b44e55829ccf0a1296fd1 > " > [ 6%] Generating > /home/phc/Software/ITK-dev/build/ExternalData/Modules/Filtering/AntiAlias/test/Baseline/itkAntiAliasBinaryImageFilterTestBaseline.mha > -- [download 100% complete] > -- Fetching " > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > " > -- [download 100% complete] > -- Fetching " > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 > " > -- [download 100% complete] > -- Fetching " > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a > " > -- [download 100% complete] > -- Fetching " > http://www.itk.org/files/ExternalData/MD5/5970c467ac9b44e55829ccf0a1296fd1 > " > -- Fetching " > http://itkexternaldata.blob.core.windows.net/md5/8063914920e15a3958953fc8e4e4f6ff > " > -- [download 100% complete] > -- [download 100% complete] > -- Fetching " > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > " > -- [download 100% complete] > -- Fetching " > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 > " > -- Fetching " > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 > " > -- [download 100% complete] > -- [download 100% complete] > CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 > (message): > Object MD5=8aa41348437f595b21e08eb46726002a not found at: > > > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > Call Stack (most recent call first): > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 > (_ExternalData_download_object) > > > make[2]: *** > [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] > Error 1 > make[2]: *** Waiting for unfinished jobs.... > CMake Error at > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): > Object MD5=5970c467ac9b44e55829ccf0a1296fd1 not found at: > > > http://itkexternaldata.blob.core.windows.net/md5/5970c467ac9b44e55829ccf0a1296fd1 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://www.itk.org/files/ExternalData/MD5/5970c467ac9b44e55829ccf0a1296fd1 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > Call Stack (most recent call first): > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 > (_ExternalData_download_object) > > -- Fetching " > http://www.itk.org/files/ExternalData/MD5/8063914920e15a3958953fc8e4e4f6ff > " > > make[2]: *** > [ExternalData/Testing/Data/Input/cake_easy.png.md5-stamp] Error 1 > -- [download 100% complete] > -- Fetching " > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 > " > -- [download 100% complete] > CMake Error at > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): > Object MD5=8063914920e15a3958953fc8e4e4f6ff not found at: > > > http://itkexternaldata.blob.core.windows.net/md5/8063914920e15a3958953fc8e4e4f6ff > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://www.itk.org/files/ExternalData/MD5/8063914920e15a3958953fc8e4e4f6ff > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > Call Stack (most recent call first): > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 > (_ExternalData_download_object) > > > [ 6%] Built target ITKznz > make[2]: *** > [ExternalData/Modules/Filtering/AntiAlias/test/Baseline/itkAntiAliasBinaryImageFilterTestBaseline.mha.md5-stamp] > Error 1 > make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 > make[1]: *** Waiting for unfinished jobs.... > > > > ------------------------------ > From: pablo.hernandez.cerdan at outlook.com > To: matt.mccormick at kitware.com > Date: Thu, 25 Jun 2015 03:12:26 +0200 > CC: insight-developers at itk.org > > Subject: Re: [ITK-dev] Refresh cmake ITKData > > Yes, it works. > > ------------------------------ > Date: Wed, 24 Jun 2015 21:08:57 -0400 > Subject: Re: [ITK-dev] Refresh cmake ITKData > From: matt.mccormick at kitware.com > To: pablo.hernandez.cerdan at outlook.com > CC: insight-developers at itk.org > > Does the following work? > > wget > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > > It is working from my location. > > On Wed, Jun 24, 2015 at 8:59 PM, Pablo Hern?ndez < > pablo.hernandez.cerdan at outlook.com> wrote: > > After "make" in build directory: There are quite a lot of similar errors. > > [ 0%] Generating > /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png > -- Fetching " > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > " > -- [download 100% complete] > -- Fetching " > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > " > -- [download 100% complete] > -- Fetching " > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a > " > -- [download 100% complete] > -- Fetching " > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > " > -- [download 100% complete] > CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 > (message): > Object MD5=8aa41348437f595b21e08eb46726002a not found at: > > > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > Call Stack (most recent call first): > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 > (_ExternalData_download_object) > > > make[2]: *** > [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] > Error 1 > make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 > make: *** [all] Error 2 > > ------------------------------ > From: pablo.hernandez.cerdan at outlook.com > To: matt.mccormick at kitware.com > Subject: RE: [ITK-dev] Refresh cmake ITKData > Date: Thu, 25 Jun 2015 02:58:57 +0200 > > > After "make" in build directory: There are quite a lot of similar errors. > > [ 0%] Generating > /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png > -- Fetching " > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > " > -- [download 100% complete] > -- Fetching " > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > " > -- [download 100% complete] > -- Fetching " > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a > " > -- [download 100% complete] > -- Fetching " > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > " > -- [download 100% complete] > CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 > (message): > Object MD5=8aa41348437f595b21e08eb46726002a not found at: > > > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > Call Stack (most recent call first): > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 > (_ExternalData_download_object) > > > make[2]: *** > [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] > Error 1 > make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 > make: *** [all] Error 2 > > ------------------------------ > Date: Wed, 24 Jun 2015 20:43:50 -0400 > Subject: Re: [ITK-dev] Refresh cmake ITKData > From: matt.mccormick at kitware.com > To: pablo.hernandez.cerdan at outlook.com > CC: insight-developers at itk.org > > Hi Pablo, > > Could you please share the full text of an error? > > Thanks, > Matt > > On Wed, Jun 24, 2015 at 8:20 PM, Pablo Hern?ndez < > pablo.hernandez.cerdan at outlook.com> wrote: > > Hi, I am receiving a lot of wrong hash errors when building ITKData. I am > guessing that is because I am updating an old build, but not sure. > Is there a way to force cmake to rerun the scripts related with ITKData to > refresh all thoses hashes? I mean, the CMakesLists.txt from all the tests > for example. > > make clean ITKData, rebuilds everything but the hash stuff is handled by > cmake, I am keeping seeing errors downloading ExternalData. > > Thanks in advance. > Pablo > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Kitware offers ITK Training Courses, for more information visit: > http://kitware.com/products/protraining.php > > Please keep messages on-topic and check the ITK FAQ at: > http://www.itk.org/Wiki/ITK_FAQ > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/insight-developers > > > > > _______________________________________________ Powered by www.kitware.com > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html Kitware offers ITK > Training Courses, for more information visit: > http://kitware.com/products/protraining.php Please keep messages on-topic > and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this > link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/insight-developers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From pablo.hernandez.cerdan at outlook.com Wed Jun 24 21:39:06 2015 From: pablo.hernandez.cerdan at outlook.com (=?iso-8859-1?B?UGFibG8gSGVybuFuZGV6?=) Date: Thu, 25 Jun 2015 03:39:06 +0200 Subject: [ITK-dev] Refresh cmake ITKData In-Reply-To: References: , , , , , , , Message-ID: It's pretty new... [phc at phc build]$ cmake --version cmake version 3.2.20150216-gf724a Date: Wed, 24 Jun 2015 21:33:13 -0400 Subject: Re: [ITK-dev] Refresh cmake ITKData From: matt.mccormick at kitware.com To: pablo.hernandez.cerdan at outlook.com CC: insight-developers at itk.org What version of CMake? A newer version of CMake may at least be more informative on the source of the error. HTH,Matt On Wed, Jun 24, 2015 at 9:20 PM, Pablo Hern?ndez wrote: If I do make -j4, I receive the same errors but with different objects, and the (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) is always the same... Where is this hash coming from? -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" [ 6%] Built target gdcmjpeg12 -- [download 100% complete] -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/5970c467ac9b44e55829ccf0a1296fd1" [ 6%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Modules/Filtering/AntiAlias/test/Baseline/itkAntiAliasBinaryImageFilterTestBaseline.mha -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/5970c467ac9b44e55829ccf0a1296fd1" -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8063914920e15a3958953fc8e4e4f6ff" -- [download 100% complete] -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5" -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5" -- [download 100% complete] -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[2]: *** Waiting for unfinished jobs.... CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=5970c467ac9b44e55829ccf0a1296fd1 not found at: http://itkexternaldata.blob.core.windows.net/md5/5970c467ac9b44e55829ccf0a1296fd1 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/5970c467ac9b44e55829ccf0a1296fd1 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) -- Fetching "http://www.itk.org/files/ExternalData/MD5/8063914920e15a3958953fc8e4e4f6ff" make[2]: *** [ExternalData/Testing/Data/Input/cake_easy.png.md5-stamp] Error 1 -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8063914920e15a3958953fc8e4e4f6ff not found at: http://itkexternaldata.blob.core.windows.net/md5/8063914920e15a3958953fc8e4e4f6ff (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8063914920e15a3958953fc8e4e4f6ff (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) [ 6%] Built target ITKznz make[2]: *** [ExternalData/Modules/Filtering/AntiAlias/test/Baseline/itkAntiAliasBinaryImageFilterTestBaseline.mha.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... From: pablo.hernandez.cerdan at outlook.com To: matt.mccormick at kitware.com Date: Thu, 25 Jun 2015 03:12:26 +0200 CC: insight-developers at itk.org Subject: Re: [ITK-dev] Refresh cmake ITKData Yes, it works. Date: Wed, 24 Jun 2015 21:08:57 -0400 Subject: Re: [ITK-dev] Refresh cmake ITKData From: matt.mccormick at kitware.com To: pablo.hernandez.cerdan at outlook.com CC: insight-developers at itk.org Does the following work? wget http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a It is working from my location. On Wed, Jun 24, 2015 at 8:59 PM, Pablo Hern?ndez wrote: After "make" in build directory: There are quite a lot of similar errors. [ 0%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make: *** [all] Error 2 From: pablo.hernandez.cerdan at outlook.com To: matt.mccormick at kitware.com Subject: RE: [ITK-dev] Refresh cmake ITKData Date: Thu, 25 Jun 2015 02:58:57 +0200 After "make" in build directory: There are quite a lot of similar errors. [ 0%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make: *** [all] Error 2 Date: Wed, 24 Jun 2015 20:43:50 -0400 Subject: Re: [ITK-dev] Refresh cmake ITKData From: matt.mccormick at kitware.com To: pablo.hernandez.cerdan at outlook.com CC: insight-developers at itk.org Hi Pablo, Could you please share the full text of an error? Thanks, Matt On Wed, Jun 24, 2015 at 8:20 PM, Pablo Hern?ndez wrote: Hi, I am receiving a lot of wrong hash errors when building ITKData. I am guessing that is because I am updating an old build, but not sure. Is there a way to force cmake to rerun the scripts related with ITKData to refresh all thoses hashes? I mean, the CMakesLists.txt from all the tests for example. make clean ITKData, rebuilds everything but the hash stuff is handled by cmake, I am keeping seeing errors downloading ExternalData. Thanks in advance. Pablo _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers -------------- next part -------------- An HTML attachment was scrubbed... URL: From matt.mccormick at kitware.com Wed Jun 24 22:18:19 2015 From: matt.mccormick at kitware.com (Matt McCormick) Date: Wed, 24 Jun 2015 22:18:19 -0400 Subject: [ITK-dev] Refresh cmake ITKData In-Reply-To: References: Message-ID: Was CMake built with OpenSSL support? Check for CMAKE_USE_OPENSSL It is required to make https connections. On Wed, Jun 24, 2015 at 9:39 PM, Pablo Hern?ndez < pablo.hernandez.cerdan at outlook.com> wrote: > It's pretty new... > > [phc at phc build]$ cmake --version > cmake version 3.2.20150216-gf724a > > ------------------------------ > Date: Wed, 24 Jun 2015 21:33:13 -0400 > > Subject: Re: [ITK-dev] Refresh cmake ITKData > From: matt.mccormick at kitware.com > To: pablo.hernandez.cerdan at outlook.com > CC: insight-developers at itk.org > > What version of CMake? A newer version of CMake may at least be more > informative on the source of the error. > > HTH, > Matt > > On Wed, Jun 24, 2015 at 9:20 PM, Pablo Hern?ndez < > pablo.hernandez.cerdan at outlook.com> wrote: > > If I do make -j4, I receive the same errors but with different objects, > and the (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) is always the > same... > > Where is this hash coming from? > > -- Fetching " > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > " > [ 6%] Built target gdcmjpeg12 > -- [download 100% complete] > -- Fetching " > http://itkexternaldata.blob.core.windows.net/md5/5970c467ac9b44e55829ccf0a1296fd1 > " > [ 6%] Generating > /home/phc/Software/ITK-dev/build/ExternalData/Modules/Filtering/AntiAlias/test/Baseline/itkAntiAliasBinaryImageFilterTestBaseline.mha > -- [download 100% complete] > -- Fetching " > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > " > -- [download 100% complete] > -- Fetching " > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 > " > -- [download 100% complete] > -- Fetching " > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a > " > -- [download 100% complete] > -- Fetching " > http://www.itk.org/files/ExternalData/MD5/5970c467ac9b44e55829ccf0a1296fd1 > " > -- Fetching " > http://itkexternaldata.blob.core.windows.net/md5/8063914920e15a3958953fc8e4e4f6ff > " > -- [download 100% complete] > -- [download 100% complete] > -- Fetching " > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > " > -- [download 100% complete] > -- Fetching " > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 > " > -- Fetching " > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 > " > -- [download 100% complete] > -- [download 100% complete] > CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 > (message): > Object MD5=8aa41348437f595b21e08eb46726002a not found at: > > > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > Call Stack (most recent call first): > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 > (_ExternalData_download_object) > > > make[2]: *** > [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] > Error 1 > make[2]: *** Waiting for unfinished jobs.... > CMake Error at > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): > Object MD5=5970c467ac9b44e55829ccf0a1296fd1 not found at: > > > http://itkexternaldata.blob.core.windows.net/md5/5970c467ac9b44e55829ccf0a1296fd1 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://www.itk.org/files/ExternalData/MD5/5970c467ac9b44e55829ccf0a1296fd1 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > Call Stack (most recent call first): > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 > (_ExternalData_download_object) > > -- Fetching " > http://www.itk.org/files/ExternalData/MD5/8063914920e15a3958953fc8e4e4f6ff > " > > make[2]: *** > [ExternalData/Testing/Data/Input/cake_easy.png.md5-stamp] Error 1 > -- [download 100% complete] > -- Fetching " > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 > " > -- [download 100% complete] > CMake Error at > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): > Object MD5=8063914920e15a3958953fc8e4e4f6ff not found at: > > > http://itkexternaldata.blob.core.windows.net/md5/8063914920e15a3958953fc8e4e4f6ff > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://www.itk.org/files/ExternalData/MD5/8063914920e15a3958953fc8e4e4f6ff > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > Call Stack (most recent call first): > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 > (_ExternalData_download_object) > > > [ 6%] Built target ITKznz > make[2]: *** > [ExternalData/Modules/Filtering/AntiAlias/test/Baseline/itkAntiAliasBinaryImageFilterTestBaseline.mha.md5-stamp] > Error 1 > make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 > make[1]: *** Waiting for unfinished jobs.... > > > > ------------------------------ > From: pablo.hernandez.cerdan at outlook.com > To: matt.mccormick at kitware.com > Date: Thu, 25 Jun 2015 03:12:26 +0200 > CC: insight-developers at itk.org > > Subject: Re: [ITK-dev] Refresh cmake ITKData > > Yes, it works. > > ------------------------------ > Date: Wed, 24 Jun 2015 21:08:57 -0400 > Subject: Re: [ITK-dev] Refresh cmake ITKData > From: matt.mccormick at kitware.com > To: pablo.hernandez.cerdan at outlook.com > CC: insight-developers at itk.org > > Does the following work? > > wget > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > > It is working from my location. > > On Wed, Jun 24, 2015 at 8:59 PM, Pablo Hern?ndez < > pablo.hernandez.cerdan at outlook.com> wrote: > > After "make" in build directory: There are quite a lot of similar errors. > > [ 0%] Generating > /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png > -- Fetching " > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > " > -- [download 100% complete] > -- Fetching " > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > " > -- [download 100% complete] > -- Fetching " > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a > " > -- [download 100% complete] > -- Fetching " > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > " > -- [download 100% complete] > CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 > (message): > Object MD5=8aa41348437f595b21e08eb46726002a not found at: > > > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > Call Stack (most recent call first): > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 > (_ExternalData_download_object) > > > make[2]: *** > [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] > Error 1 > make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 > make: *** [all] Error 2 > > ------------------------------ > From: pablo.hernandez.cerdan at outlook.com > To: matt.mccormick at kitware.com > Subject: RE: [ITK-dev] Refresh cmake ITKData > Date: Thu, 25 Jun 2015 02:58:57 +0200 > > > After "make" in build directory: There are quite a lot of similar errors. > > [ 0%] Generating > /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png > -- Fetching " > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > " > -- [download 100% complete] > -- Fetching " > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > " > -- [download 100% complete] > -- Fetching " > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a > " > -- [download 100% complete] > -- Fetching " > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > " > -- [download 100% complete] > CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 > (message): > Object MD5=8aa41348437f595b21e08eb46726002a not found at: > > > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > Call Stack (most recent call first): > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 > (_ExternalData_download_object) > > > make[2]: *** > [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] > Error 1 > make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 > make: *** [all] Error 2 > > ------------------------------ > Date: Wed, 24 Jun 2015 20:43:50 -0400 > Subject: Re: [ITK-dev] Refresh cmake ITKData > From: matt.mccormick at kitware.com > To: pablo.hernandez.cerdan at outlook.com > CC: insight-developers at itk.org > > Hi Pablo, > > Could you please share the full text of an error? > > Thanks, > Matt > > On Wed, Jun 24, 2015 at 8:20 PM, Pablo Hern?ndez < > pablo.hernandez.cerdan at outlook.com> wrote: > > Hi, I am receiving a lot of wrong hash errors when building ITKData. I am > guessing that is because I am updating an old build, but not sure. > Is there a way to force cmake to rerun the scripts related with ITKData to > refresh all thoses hashes? I mean, the CMakesLists.txt from all the tests > for example. > > make clean ITKData, rebuilds everything but the hash stuff is handled by > cmake, I am keeping seeing errors downloading ExternalData. > > Thanks in advance. > Pablo > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Kitware offers ITK Training Courses, for more information visit: > http://kitware.com/products/protraining.php > > Please keep messages on-topic and check the ITK FAQ at: > http://www.itk.org/Wiki/ITK_FAQ > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/insight-developers > > > > > _______________________________________________ Powered by www.kitware.com > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html Kitware offers ITK > Training Courses, for more information visit: > http://kitware.com/products/protraining.php Please keep messages on-topic > and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this > link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/insight-developers > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From pablo.hernandez.cerdan at outlook.com Wed Jun 24 23:03:28 2015 From: pablo.hernandez.cerdan at outlook.com (=?iso-8859-1?B?UGFibG8gSGVybuFuZGV6?=) Date: Thu, 25 Jun 2015 05:03:28 +0200 Subject: [ITK-dev] Refresh cmake ITKData In-Reply-To: <24B4B6BF-ED7E-4856-8181-445CFBCD772D@mail.nih.gov> References: , <24B4B6BF-ED7E-4856-8181-445CFBCD772D@mail.nih.gov> Message-ID: I have upgraded to cmake 3.3. I hadn't have the option of OPENSSL, so I turned it on. But still having the same hash problem with existing build. I am behind a university proxy. From: brad at lowekamp.net Subject: Re: [ITK-dev] Refresh cmake ITKData Date: Wed, 24 Jun 2015 22:34:46 -0400 CC: pablo.hernandez.cerdan at outlook.com; insight-developers at itk.org To: matt.mccormick at kitware.com Maybe it's a firewall or proxy issue. What is the size of the files? Are the contents of gave file an html error code? On Jun 24, 2015, at 10:18 PM, Matt McCormick wrote: Was CMake built with OpenSSL support? Check for CMAKE_USE_OPENSSL It is required to make https connections. On Wed, Jun 24, 2015 at 9:39 PM, Pablo Hern?ndez wrote: It's pretty new... [phc at phc build]$ cmake --version cmake version 3.2.20150216-gf724a Date: Wed, 24 Jun 2015 21:33:13 -0400 Subject: Re: [ITK-dev] Refresh cmake ITKData From: matt.mccormick at kitware.com To: pablo.hernandez.cerdan at outlook.com CC: insight-developers at itk.org What version of CMake? A newer version of CMake may at least be more informative on the source of the error. HTH,Matt On Wed, Jun 24, 2015 at 9:20 PM, Pablo Hern?ndez wrote: If I do make -j4, I receive the same errors but with different objects, and the (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) is always the same... Where is this hash coming from? -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" [ 6%] Built target gdcmjpeg12 -- [download 100% complete] -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/5970c467ac9b44e55829ccf0a1296fd1" [ 6%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Modules/Filtering/AntiAlias/test/Baseline/itkAntiAliasBinaryImageFilterTestBaseline.mha -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/5970c467ac9b44e55829ccf0a1296fd1" -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8063914920e15a3958953fc8e4e4f6ff" -- [download 100% complete] -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5" -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5" -- [download 100% complete] -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[2]: *** Waiting for unfinished jobs.... CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=5970c467ac9b44e55829ccf0a1296fd1 not found at: http://itkexternaldata.blob.core.windows.net/md5/5970c467ac9b44e55829ccf0a1296fd1 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/5970c467ac9b44e55829ccf0a1296fd1 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) -- Fetching "http://www.itk.org/files/ExternalData/MD5/8063914920e15a3958953fc8e4e4f6ff" make[2]: *** [ExternalData/Testing/Data/Input/cake_easy.png.md5-stamp] Error 1 -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8063914920e15a3958953fc8e4e4f6ff not found at: http://itkexternaldata.blob.core.windows.net/md5/8063914920e15a3958953fc8e4e4f6ff (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8063914920e15a3958953fc8e4e4f6ff (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) [ 6%] Built target ITKznz make[2]: *** [ExternalData/Modules/Filtering/AntiAlias/test/Baseline/itkAntiAliasBinaryImageFilterTestBaseline.mha.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... From: pablo.hernandez.cerdan at outlook.com To: matt.mccormick at kitware.com Date: Thu, 25 Jun 2015 03:12:26 +0200 CC: insight-developers at itk.org Subject: Re: [ITK-dev] Refresh cmake ITKData Yes, it works. Date: Wed, 24 Jun 2015 21:08:57 -0400 Subject: Re: [ITK-dev] Refresh cmake ITKData From: matt.mccormick at kitware.com To: pablo.hernandez.cerdan at outlook.com CC: insight-developers at itk.org Does the following work? wget http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a It is working from my location. On Wed, Jun 24, 2015 at 8:59 PM, Pablo Hern?ndez wrote: After "make" in build directory: There are quite a lot of similar errors. [ 0%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make: *** [all] Error 2 From: pablo.hernandez.cerdan at outlook.com To: matt.mccormick at kitware.com Subject: RE: [ITK-dev] Refresh cmake ITKData Date: Thu, 25 Jun 2015 02:58:57 +0200 After "make" in build directory: There are quite a lot of similar errors. [ 0%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make: *** [all] Error 2 Date: Wed, 24 Jun 2015 20:43:50 -0400 Subject: Re: [ITK-dev] Refresh cmake ITKData From: matt.mccormick at kitware.com To: pablo.hernandez.cerdan at outlook.com CC: insight-developers at itk.org Hi Pablo, Could you please share the full text of an error? Thanks, Matt On Wed, Jun 24, 2015 at 8:20 PM, Pablo Hern?ndez wrote: Hi, I am receiving a lot of wrong hash errors when building ITKData. I am guessing that is because I am updating an old build, but not sure. Is there a way to force cmake to rerun the scripts related with ITKData to refresh all thoses hashes? I mean, the CMakesLists.txt from all the tests for example. make clean ITKData, rebuilds everything but the hash stuff is handled by cmake, I am keeping seeing errors downloading ExternalData. Thanks in advance. Pablo _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers -------------- next part -------------- An HTML attachment was scrubbed... URL: From pablo.hernandez.cerdan at outlook.com Wed Jun 24 23:08:02 2015 From: pablo.hernandez.cerdan at outlook.com (=?iso-8859-1?B?UGFibG8gSGVybuFuZGV6?=) Date: Thu, 25 Jun 2015 05:08:02 +0200 Subject: [ITK-dev] Refresh cmake ITKData In-Reply-To: References: , , , , , , , , , , , <24B4B6BF-ED7E-4856-8181-445CFBCD772D@mail.nih.gov>, Message-ID: Ups... Wget is successful, but of course the downloaded page says: Your access has been blocked by firewall policy 100967. ... I will ask the proxy guys... Sorry for your extra time From: pablo.hernandez.cerdan at outlook.com To: brad at lowekamp.net; matt.mccormick at kitware.com Date: Thu, 25 Jun 2015 05:03:28 +0200 CC: insight-developers at itk.org Subject: Re: [ITK-dev] Refresh cmake ITKData I have upgraded to cmake 3.3. I hadn't have the option of OPENSSL, so I turned it on. But still having the same hash problem with existing build. I am behind a university proxy. From: brad at lowekamp.net Subject: Re: [ITK-dev] Refresh cmake ITKData Date: Wed, 24 Jun 2015 22:34:46 -0400 CC: pablo.hernandez.cerdan at outlook.com; insight-developers at itk.org To: matt.mccormick at kitware.com Maybe it's a firewall or proxy issue. What is the size of the files? Are the contents of gave file an html error code? On Jun 24, 2015, at 10:18 PM, Matt McCormick wrote: Was CMake built with OpenSSL support? Check for CMAKE_USE_OPENSSL It is required to make https connections. On Wed, Jun 24, 2015 at 9:39 PM, Pablo Hern?ndez wrote: It's pretty new... [phc at phc build]$ cmake --version cmake version 3.2.20150216-gf724a Date: Wed, 24 Jun 2015 21:33:13 -0400 Subject: Re: [ITK-dev] Refresh cmake ITKData From: matt.mccormick at kitware.com To: pablo.hernandez.cerdan at outlook.com CC: insight-developers at itk.org What version of CMake? A newer version of CMake may at least be more informative on the source of the error. HTH,Matt On Wed, Jun 24, 2015 at 9:20 PM, Pablo Hern?ndez wrote: If I do make -j4, I receive the same errors but with different objects, and the (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) is always the same... Where is this hash coming from? -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" [ 6%] Built target gdcmjpeg12 -- [download 100% complete] -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/5970c467ac9b44e55829ccf0a1296fd1" [ 6%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Modules/Filtering/AntiAlias/test/Baseline/itkAntiAliasBinaryImageFilterTestBaseline.mha -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/5970c467ac9b44e55829ccf0a1296fd1" -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8063914920e15a3958953fc8e4e4f6ff" -- [download 100% complete] -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5" -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5" -- [download 100% complete] -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[2]: *** Waiting for unfinished jobs.... CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=5970c467ac9b44e55829ccf0a1296fd1 not found at: http://itkexternaldata.blob.core.windows.net/md5/5970c467ac9b44e55829ccf0a1296fd1 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/5970c467ac9b44e55829ccf0a1296fd1 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) -- Fetching "http://www.itk.org/files/ExternalData/MD5/8063914920e15a3958953fc8e4e4f6ff" make[2]: *** [ExternalData/Testing/Data/Input/cake_easy.png.md5-stamp] Error 1 -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8063914920e15a3958953fc8e4e4f6ff not found at: http://itkexternaldata.blob.core.windows.net/md5/8063914920e15a3958953fc8e4e4f6ff (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8063914920e15a3958953fc8e4e4f6ff (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) [ 6%] Built target ITKznz make[2]: *** [ExternalData/Modules/Filtering/AntiAlias/test/Baseline/itkAntiAliasBinaryImageFilterTestBaseline.mha.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... From: pablo.hernandez.cerdan at outlook.com To: matt.mccormick at kitware.com Date: Thu, 25 Jun 2015 03:12:26 +0200 CC: insight-developers at itk.org Subject: Re: [ITK-dev] Refresh cmake ITKData Yes, it works. Date: Wed, 24 Jun 2015 21:08:57 -0400 Subject: Re: [ITK-dev] Refresh cmake ITKData From: matt.mccormick at kitware.com To: pablo.hernandez.cerdan at outlook.com CC: insight-developers at itk.org Does the following work? wget http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a It is working from my location. On Wed, Jun 24, 2015 at 8:59 PM, Pablo Hern?ndez wrote: After "make" in build directory: There are quite a lot of similar errors. [ 0%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make: *** [all] Error 2 From: pablo.hernandez.cerdan at outlook.com To: matt.mccormick at kitware.com Subject: RE: [ITK-dev] Refresh cmake ITKData Date: Thu, 25 Jun 2015 02:58:57 +0200 After "make" in build directory: There are quite a lot of similar errors. [ 0%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make: *** [all] Error 2 Date: Wed, 24 Jun 2015 20:43:50 -0400 Subject: Re: [ITK-dev] Refresh cmake ITKData From: matt.mccormick at kitware.com To: pablo.hernandez.cerdan at outlook.com CC: insight-developers at itk.org Hi Pablo, Could you please share the full text of an error? Thanks, Matt On Wed, Jun 24, 2015 at 8:20 PM, Pablo Hern?ndez wrote: Hi, I am receiving a lot of wrong hash errors when building ITKData. I am guessing that is because I am updating an old build, but not sure. Is there a way to force cmake to rerun the scripts related with ITKData to refresh all thoses hashes? I mean, the CMakesLists.txt from all the tests for example. make clean ITKData, rebuilds everything but the hash stuff is handled by cmake, I am keeping seeing errors downloading ExternalData. Thanks in advance. Pablo _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers -------------- next part -------------- An HTML attachment was scrubbed... URL: From pablo.hernandez.cerdan at outlook.com Thu Jun 25 00:59:19 2015 From: pablo.hernandez.cerdan at outlook.com (=?iso-8859-1?B?UGFibG8gSGVybuFuZGV6?=) Date: Thu, 25 Jun 2015 06:59:19 +0200 Subject: [ITK-dev] Refresh cmake ITKData In-Reply-To: References: , , , , , , , , , , , , , , , , , , , , , <24B4B6BF-ED7E-4856-8181-445CFBCD772D@mail.nih.gov>, , , Message-ID: Wget is now downloading properly, but the wrong hash is still there... From: pablo.hernandez.cerdan at outlook.com To: brad at lowekamp.net; matt.mccormick at kitware.com Date: Thu, 25 Jun 2015 05:08:02 +0200 CC: insight-developers at itk.org Subject: Re: [ITK-dev] Refresh cmake ITKData Ups... Wget is successful, but of course the downloaded page says: Your access has been blocked by firewall policy 100967. ... I will ask the proxy guys... Sorry for your extra time From: pablo.hernandez.cerdan at outlook.com To: brad at lowekamp.net; matt.mccormick at kitware.com Date: Thu, 25 Jun 2015 05:03:28 +0200 CC: insight-developers at itk.org Subject: Re: [ITK-dev] Refresh cmake ITKData I have upgraded to cmake 3.3. I hadn't have the option of OPENSSL, so I turned it on. But still having the same hash problem with existing build. I am behind a university proxy. From: brad at lowekamp.net Subject: Re: [ITK-dev] Refresh cmake ITKData Date: Wed, 24 Jun 2015 22:34:46 -0400 CC: pablo.hernandez.cerdan at outlook.com; insight-developers at itk.org To: matt.mccormick at kitware.com Maybe it's a firewall or proxy issue. What is the size of the files? Are the contents of gave file an html error code? On Jun 24, 2015, at 10:18 PM, Matt McCormick wrote: Was CMake built with OpenSSL support? Check for CMAKE_USE_OPENSSL It is required to make https connections. On Wed, Jun 24, 2015 at 9:39 PM, Pablo Hern?ndez wrote: It's pretty new... [phc at phc build]$ cmake --version cmake version 3.2.20150216-gf724a Date: Wed, 24 Jun 2015 21:33:13 -0400 Subject: Re: [ITK-dev] Refresh cmake ITKData From: matt.mccormick at kitware.com To: pablo.hernandez.cerdan at outlook.com CC: insight-developers at itk.org What version of CMake? A newer version of CMake may at least be more informative on the source of the error. HTH,Matt On Wed, Jun 24, 2015 at 9:20 PM, Pablo Hern?ndez wrote: If I do make -j4, I receive the same errors but with different objects, and the (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) is always the same... Where is this hash coming from? -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" [ 6%] Built target gdcmjpeg12 -- [download 100% complete] -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/5970c467ac9b44e55829ccf0a1296fd1" [ 6%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Modules/Filtering/AntiAlias/test/Baseline/itkAntiAliasBinaryImageFilterTestBaseline.mha -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/5970c467ac9b44e55829ccf0a1296fd1" -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8063914920e15a3958953fc8e4e4f6ff" -- [download 100% complete] -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5" -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5" -- [download 100% complete] -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[2]: *** Waiting for unfinished jobs.... CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=5970c467ac9b44e55829ccf0a1296fd1 not found at: http://itkexternaldata.blob.core.windows.net/md5/5970c467ac9b44e55829ccf0a1296fd1 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/5970c467ac9b44e55829ccf0a1296fd1 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) -- Fetching "http://www.itk.org/files/ExternalData/MD5/8063914920e15a3958953fc8e4e4f6ff" make[2]: *** [ExternalData/Testing/Data/Input/cake_easy.png.md5-stamp] Error 1 -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8063914920e15a3958953fc8e4e4f6ff not found at: http://itkexternaldata.blob.core.windows.net/md5/8063914920e15a3958953fc8e4e4f6ff (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8063914920e15a3958953fc8e4e4f6ff (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) [ 6%] Built target ITKznz make[2]: *** [ExternalData/Modules/Filtering/AntiAlias/test/Baseline/itkAntiAliasBinaryImageFilterTestBaseline.mha.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... From: pablo.hernandez.cerdan at outlook.com To: matt.mccormick at kitware.com Date: Thu, 25 Jun 2015 03:12:26 +0200 CC: insight-developers at itk.org Subject: Re: [ITK-dev] Refresh cmake ITKData Yes, it works. Date: Wed, 24 Jun 2015 21:08:57 -0400 Subject: Re: [ITK-dev] Refresh cmake ITKData From: matt.mccormick at kitware.com To: pablo.hernandez.cerdan at outlook.com CC: insight-developers at itk.org Does the following work? wget http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a It is working from my location. On Wed, Jun 24, 2015 at 8:59 PM, Pablo Hern?ndez wrote: After "make" in build directory: There are quite a lot of similar errors. [ 0%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make: *** [all] Error 2 From: pablo.hernandez.cerdan at outlook.com To: matt.mccormick at kitware.com Subject: RE: [ITK-dev] Refresh cmake ITKData Date: Thu, 25 Jun 2015 02:58:57 +0200 After "make" in build directory: There are quite a lot of similar errors. [ 0%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make: *** [all] Error 2 Date: Wed, 24 Jun 2015 20:43:50 -0400 Subject: Re: [ITK-dev] Refresh cmake ITKData From: matt.mccormick at kitware.com To: pablo.hernandez.cerdan at outlook.com CC: insight-developers at itk.org Hi Pablo, Could you please share the full text of an error? Thanks, Matt On Wed, Jun 24, 2015 at 8:20 PM, Pablo Hern?ndez wrote: Hi, I am receiving a lot of wrong hash errors when building ITKData. I am guessing that is because I am updating an old build, but not sure. Is there a way to force cmake to rerun the scripts related with ITKData to refresh all thoses hashes? I mean, the CMakesLists.txt from all the tests for example. make clean ITKData, rebuilds everything but the hash stuff is handled by cmake, I am keeping seeing errors downloading ExternalData. Thanks in advance. Pablo _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers -------------- next part -------------- An HTML attachment was scrubbed... URL: From pablo.hernandez.cerdan at outlook.com Thu Jun 25 01:01:59 2015 From: pablo.hernandez.cerdan at outlook.com (=?iso-8859-1?B?UGFibG8gSGVybuFuZGV6?=) Date: Thu, 25 Jun 2015 07:01:59 +0200 Subject: [ITK-dev] Refresh cmake ITKData In-Reply-To: References: , ,,, ,,, ,,, ,,, ,,, ,,, ,,, ,,, ,,,,, , <24B4B6BF-ED7E-4856-8181-445CFBCD772D@mail.nih.gov>, , , , , , Message-ID: The fetching/download part seems all right though, where is cmake storing those files? Maybe I should clean that temporary folder, to get rid off the wrong hash... I have no much idea about the ExternalData process From: pablo.hernandez.cerdan at outlook.com To: brad at lowekamp.net; matt.mccormick at kitware.com Date: Thu, 25 Jun 2015 06:59:19 +0200 CC: insight-developers at itk.org Subject: Re: [ITK-dev] Refresh cmake ITKData Wget is now downloading properly, but the wrong hash is still there... From: pablo.hernandez.cerdan at outlook.com To: brad at lowekamp.net; matt.mccormick at kitware.com Date: Thu, 25 Jun 2015 05:08:02 +0200 CC: insight-developers at itk.org Subject: Re: [ITK-dev] Refresh cmake ITKData Ups... Wget is successful, but of course the downloaded page says: Your access has been blocked by firewall policy 100967. ... I will ask the proxy guys... Sorry for your extra time From: pablo.hernandez.cerdan at outlook.com To: brad at lowekamp.net; matt.mccormick at kitware.com Date: Thu, 25 Jun 2015 05:03:28 +0200 CC: insight-developers at itk.org Subject: Re: [ITK-dev] Refresh cmake ITKData I have upgraded to cmake 3.3. I hadn't have the option of OPENSSL, so I turned it on. But still having the same hash problem with existing build. I am behind a university proxy. From: brad at lowekamp.net Subject: Re: [ITK-dev] Refresh cmake ITKData Date: Wed, 24 Jun 2015 22:34:46 -0400 CC: pablo.hernandez.cerdan at outlook.com; insight-developers at itk.org To: matt.mccormick at kitware.com Maybe it's a firewall or proxy issue. What is the size of the files? Are the contents of gave file an html error code? On Jun 24, 2015, at 10:18 PM, Matt McCormick wrote: Was CMake built with OpenSSL support? Check for CMAKE_USE_OPENSSL It is required to make https connections. On Wed, Jun 24, 2015 at 9:39 PM, Pablo Hern?ndez wrote: It's pretty new... [phc at phc build]$ cmake --version cmake version 3.2.20150216-gf724a Date: Wed, 24 Jun 2015 21:33:13 -0400 Subject: Re: [ITK-dev] Refresh cmake ITKData From: matt.mccormick at kitware.com To: pablo.hernandez.cerdan at outlook.com CC: insight-developers at itk.org What version of CMake? A newer version of CMake may at least be more informative on the source of the error. HTH,Matt On Wed, Jun 24, 2015 at 9:20 PM, Pablo Hern?ndez wrote: If I do make -j4, I receive the same errors but with different objects, and the (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) is always the same... Where is this hash coming from? -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" [ 6%] Built target gdcmjpeg12 -- [download 100% complete] -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/5970c467ac9b44e55829ccf0a1296fd1" [ 6%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Modules/Filtering/AntiAlias/test/Baseline/itkAntiAliasBinaryImageFilterTestBaseline.mha -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/5970c467ac9b44e55829ccf0a1296fd1" -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8063914920e15a3958953fc8e4e4f6ff" -- [download 100% complete] -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5" -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5" -- [download 100% complete] -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[2]: *** Waiting for unfinished jobs.... CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=5970c467ac9b44e55829ccf0a1296fd1 not found at: http://itkexternaldata.blob.core.windows.net/md5/5970c467ac9b44e55829ccf0a1296fd1 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/5970c467ac9b44e55829ccf0a1296fd1 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) -- Fetching "http://www.itk.org/files/ExternalData/MD5/8063914920e15a3958953fc8e4e4f6ff" make[2]: *** [ExternalData/Testing/Data/Input/cake_easy.png.md5-stamp] Error 1 -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8063914920e15a3958953fc8e4e4f6ff not found at: http://itkexternaldata.blob.core.windows.net/md5/8063914920e15a3958953fc8e4e4f6ff (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8063914920e15a3958953fc8e4e4f6ff (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) [ 6%] Built target ITKznz make[2]: *** [ExternalData/Modules/Filtering/AntiAlias/test/Baseline/itkAntiAliasBinaryImageFilterTestBaseline.mha.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... From: pablo.hernandez.cerdan at outlook.com To: matt.mccormick at kitware.com Date: Thu, 25 Jun 2015 03:12:26 +0200 CC: insight-developers at itk.org Subject: Re: [ITK-dev] Refresh cmake ITKData Yes, it works. Date: Wed, 24 Jun 2015 21:08:57 -0400 Subject: Re: [ITK-dev] Refresh cmake ITKData From: matt.mccormick at kitware.com To: pablo.hernandez.cerdan at outlook.com CC: insight-developers at itk.org Does the following work? wget http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a It is working from my location. On Wed, Jun 24, 2015 at 8:59 PM, Pablo Hern?ndez wrote: After "make" in build directory: There are quite a lot of similar errors. [ 0%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make: *** [all] Error 2 From: pablo.hernandez.cerdan at outlook.com To: matt.mccormick at kitware.com Subject: RE: [ITK-dev] Refresh cmake ITKData Date: Thu, 25 Jun 2015 02:58:57 +0200 After "make" in build directory: There are quite a lot of similar errors. [ 0%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make: *** [all] Error 2 Date: Wed, 24 Jun 2015 20:43:50 -0400 Subject: Re: [ITK-dev] Refresh cmake ITKData From: matt.mccormick at kitware.com To: pablo.hernandez.cerdan at outlook.com CC: insight-developers at itk.org Hi Pablo, Could you please share the full text of an error? Thanks, Matt On Wed, Jun 24, 2015 at 8:20 PM, Pablo Hern?ndez wrote: Hi, I am receiving a lot of wrong hash errors when building ITKData. I am guessing that is because I am updating an old build, but not sure. Is there a way to force cmake to rerun the scripts related with ITKData to refresh all thoses hashes? I mean, the CMakesLists.txt from all the tests for example. make clean ITKData, rebuilds everything but the hash stuff is handled by cmake, I am keeping seeing errors downloading ExternalData. Thanks in advance. Pablo _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers -------------- next part -------------- An HTML attachment was scrubbed... URL: From pablo.hernandez.cerdan at outlook.com Thu Jun 25 02:52:50 2015 From: pablo.hernandez.cerdan at outlook.com (=?utf-8?B?UGFibG8gSGVybsOhbmRleg==?=) Date: Thu, 25 Jun 2015 18:52:50 +1200 Subject: [ITK-dev] Refresh cmake ITKData In-Reply-To: References: <24B4B6BF-ED7E-4856-8181-445CFBCD772D@mail.nih.gov> Message-ID: I set the ExternalData OBJECT_STORES to a local folder outside the build. But nothing there, nothing in the build ExternalData folder... > On 25/06/2015, at 17:02, Pablo Hern?ndez wrote: > > The fetching/download part seems all right though, where is cmake storing those files? Maybe I should clean that temporary folder, to get rid off the wrong hash... > I have no much idea about the ExternalData process > > From: pablo.hernandez.cerdan at outlook.com > To: brad at lowekamp.net; matt.mccormick at kitware.com > Date: Thu, 25 Jun 2015 06:59:19 +0200 > CC: insight-developers at itk.org > Subject: Re: [ITK-dev] Refresh cmake ITKData > > Wget is now downloading properly, but the wrong hash is still there... > > From: pablo.hernandez.cerdan at outlook.com > To: brad at lowekamp.net; matt.mccormick at kitware.com > Date: Thu, 25 Jun 2015 05:08:02 +0200 > CC: insight-developers at itk.org > Subject: Re: [ITK-dev] Refresh cmake ITKData > > Ups... > Wget is successful, but of course the downloaded page says: > > Your access has been blocked by firewall policy 100967. > > ... > I will ask the proxy guys... > Sorry for your extra time > > > From: pablo.hernandez.cerdan at outlook.com > To: brad at lowekamp.net; matt.mccormick at kitware.com > Date: Thu, 25 Jun 2015 05:03:28 +0200 > CC: insight-developers at itk.org > Subject: Re: [ITK-dev] Refresh cmake ITKData > > I have upgraded to cmake 3.3. I hadn't have the option of OPENSSL, so I turned it on. > But still having the same hash problem with existing build. > I am behind a university proxy. > > From: brad at lowekamp.net > Subject: Re: [ITK-dev] Refresh cmake ITKData > Date: Wed, 24 Jun 2015 22:34:46 -0400 > CC: pablo.hernandez.cerdan at outlook.com; insight-developers at itk.org > To: matt.mccormick at kitware.com > > Maybe it's a firewall or proxy issue. What is the size of the files? Are the contents of gave file an html error code? > > On Jun 24, 2015, at 10:18 PM, Matt McCormick wrote: > > Was CMake built with OpenSSL support? Check for > > CMAKE_USE_OPENSSL > > It is required to make https connections. > > On Wed, Jun 24, 2015 at 9:39 PM, Pablo Hern?ndez wrote: > It's pretty new... > > [phc at phc build]$ cmake --version > cmake version 3.2.20150216-gf724a > > Date: Wed, 24 Jun 2015 21:33:13 -0400 > > Subject: Re: [ITK-dev] Refresh cmake ITKData > From: matt.mccormick at kitware.com > To: pablo.hernandez.cerdan at outlook.com > CC: insight-developers at itk.org > > What version of CMake? A newer version of CMake may at least be more informative on the source of the error. > > HTH, > Matt > > On Wed, Jun 24, 2015 at 9:20 PM, Pablo Hern?ndez wrote: > If I do make -j4, I receive the same errors but with different objects, and the (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) is always the same... > > Where is this hash coming from? > > -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" > [ 6%] Built target gdcmjpeg12 > -- [download 100% complete] > -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/5970c467ac9b44e55829ccf0a1296fd1" > [ 6%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Modules/Filtering/AntiAlias/test/Baseline/itkAntiAliasBinaryImageFilterTestBaseline.mha > -- [download 100% complete] > -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" > -- [download 100% complete] > -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5" > -- [download 100% complete] > -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" > -- [download 100% complete] > -- Fetching "http://www.itk.org/files/ExternalData/MD5/5970c467ac9b44e55829ccf0a1296fd1" > -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8063914920e15a3958953fc8e4e4f6ff" > -- [download 100% complete] > -- [download 100% complete] > -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" > -- [download 100% complete] > -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5" > -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5" > -- [download 100% complete] > -- [download 100% complete] > CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): > Object MD5=8aa41348437f595b21e08eb46726002a not found at: > > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > Call Stack (most recent call first): > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) > > > make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 > make[2]: *** Waiting for unfinished jobs.... > CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): > Object MD5=5970c467ac9b44e55829ccf0a1296fd1 not found at: > > http://itkexternaldata.blob.core.windows.net/md5/5970c467ac9b44e55829ccf0a1296fd1 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://www.itk.org/files/ExternalData/MD5/5970c467ac9b44e55829ccf0a1296fd1 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > Call Stack (most recent call first): > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) > > -- Fetching "http://www.itk.org/files/ExternalData/MD5/8063914920e15a3958953fc8e4e4f6ff" > > make[2]: *** [ExternalData/Testing/Data/Input/cake_easy.png.md5-stamp] Error 1 > -- [download 100% complete] > -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5" > -- [download 100% complete] > CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): > Object MD5=8063914920e15a3958953fc8e4e4f6ff not found at: > > http://itkexternaldata.blob.core.windows.net/md5/8063914920e15a3958953fc8e4e4f6ff (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://www.itk.org/files/ExternalData/MD5/8063914920e15a3958953fc8e4e4f6ff (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > Call Stack (most recent call first): > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) > > > [ 6%] Built target ITKznz > make[2]: *** [ExternalData/Modules/Filtering/AntiAlias/test/Baseline/itkAntiAliasBinaryImageFilterTestBaseline.mha.md5-stamp] Error 1 > make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 > make[1]: *** Waiting for unfinished jobs.... > > > > From: pablo.hernandez.cerdan at outlook.com > To: matt.mccormick at kitware.com > Date: Thu, 25 Jun 2015 03:12:26 +0200 > CC: insight-developers at itk.org > > Subject: Re: [ITK-dev] Refresh cmake ITKData > > Yes, it works. > > Date: Wed, 24 Jun 2015 21:08:57 -0400 > Subject: Re: [ITK-dev] Refresh cmake ITKData > From: matt.mccormick at kitware.com > To: pablo.hernandez.cerdan at outlook.com > CC: insight-developers at itk.org > > Does the following work? > > wget http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > > It is working from my location. > > On Wed, Jun 24, 2015 at 8:59 PM, Pablo Hern?ndez wrote: > After "make" in build directory: There are quite a lot of similar errors. > > [ 0%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png > -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" > -- [download 100% complete] > -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" > -- [download 100% complete] > -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" > -- [download 100% complete] > -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" > -- [download 100% complete] > CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): > Object MD5=8aa41348437f595b21e08eb46726002a not found at: > > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > Call Stack (most recent call first): > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) > > > make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 > make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 > make: *** [all] Error 2 > > From: pablo.hernandez.cerdan at outlook.com > To: matt.mccormick at kitware.com > Subject: RE: [ITK-dev] Refresh cmake ITKData > Date: Thu, 25 Jun 2015 02:58:57 +0200 > > > After "make" in build directory: There are quite a lot of similar errors. > > [ 0%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png > -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" > -- [download 100% complete] > -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" > -- [download 100% complete] > -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" > -- [download 100% complete] > -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" > -- [download 100% complete] > CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): > Object MD5=8aa41348437f595b21e08eb46726002a not found at: > > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > Call Stack (most recent call first): > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) > > > make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 > make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 > make: *** [all] Error 2 > > Date: Wed, 24 Jun 2015 20:43:50 -0400 > Subject: Re: [ITK-dev] Refresh cmake ITKData > From: matt.mccormick at kitware.com > To: pablo.hernandez.cerdan at outlook.com > CC: insight-developers at itk.org > > Hi Pablo, > > Could you please share the full text of an error? > > Thanks, > Matt > > On Wed, Jun 24, 2015 at 8:20 PM, Pablo Hern?ndez wrote: > Hi, I am receiving a lot of wrong hash errors when building ITKData. I am guessing that is because I am updating an old build, but not sure. > Is there a way to force cmake to rerun the scripts related with ITKData to refresh all thoses hashes? I mean, the CMakesLists.txt from all the tests for example. > > make clean ITKData, rebuilds everything but the hash stuff is handled by cmake, I am keeping seeing errors downloading ExternalData. > > Thanks in advance. > Pablo > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Kitware offers ITK Training Courses, for more information visit: > http://kitware.com/products/protraining.php > > Please keep messages on-topic and check the ITK FAQ at: > http://www.itk.org/Wiki/ITK_FAQ > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/insight-developers > > > > > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Kitware offers ITK Training Courses, for more information visit: > http://kitware.com/products/protraining.php > > Please keep messages on-topic and check the ITK FAQ at: > http://www.itk.org/Wiki/ITK_FAQ > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/insight-developers > > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers > > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers > > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Kitware offers ITK Training Courses, for more information visit: > http://kitware.com/products/protraining.php > > Please keep messages on-topic and check the ITK FAQ at: > http://www.itk.org/Wiki/ITK_FAQ > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/insight-developers -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers From matt.mccormick at kitware.com Thu Jun 25 12:41:38 2015 From: matt.mccormick at kitware.com (Matt McCormick) Date: Thu, 25 Jun 2015 12:41:38 -0400 Subject: [ITK-dev] Refresh cmake ITKData In-Reply-To: References: <24B4B6BF-ED7E-4856-8181-445CFBCD772D@mail.nih.gov> Message-ID: Hi Pablo, CMake will look in the directories listed in the "ExternalData_OBJECT_STORES" CMake cache variable (note the required underscore). It also looks in the ".ExternalData" directory of the source tree [1]. To clear all the cache data, "make clean" will not do it -- instead: 1) delete the "MD5" directory in these locations 2) then delete the "ExternalData" directory in the build tree 3) "make ITKData" to regenerate the data Hope this helps, Matt [1] http://itk.org/gitweb?p=ITK.git;a=blob;f=CMake/ITKExternalData.cmake;h=0a55a5bf1274be63cffdfddbf6acf036f94fdc46;hb=HEAD#l21 On Thu, Jun 25, 2015 at 2:52 AM, Pablo Hern?ndez < pablo.hernandez.cerdan at outlook.com> wrote: > I set the ExternalData OBJECT_STORES to a local folder outside the build. > But nothing there, nothing in the build ExternalData folder... > > > > On 25/06/2015, at 17:02, Pablo Hern?ndez < > pablo.hernandez.cerdan at outlook.com> wrote: > > The fetching/download part seems all right though, where is cmake storing > those files? Maybe I should clean that temporary folder, to get rid off the > wrong hash... > I have no much idea about the ExternalData process > > ------------------------------ > From: pablo.hernandez.cerdan at outlook.com > To: brad at lowekamp.net; matt.mccormick at kitware.com > Date: Thu, 25 Jun 2015 06:59:19 +0200 > CC: insight-developers at itk.org > Subject: Re: [ITK-dev] Refresh cmake ITKData > > Wget is now downloading properly, but the wrong hash is still there... > > ------------------------------ > From: pablo.hernandez.cerdan at outlook.com > To: brad at lowekamp.net; matt.mccormick at kitware.com > Date: Thu, 25 Jun 2015 05:08:02 +0200 > CC: insight-developers at itk.org > Subject: Re: [ITK-dev] Refresh cmake ITKData > > Ups... > Wget is successful, but of course the downloaded page says: > > Your access has been blocked by firewall policy 100967. > > ... > I will ask the proxy guys... > Sorry for your extra time > > > ------------------------------ > From: pablo.hernandez.cerdan at outlook.com > To: brad at lowekamp.net; matt.mccormick at kitware.com > Date: Thu, 25 Jun 2015 05:03:28 +0200 > CC: insight-developers at itk.org > Subject: Re: [ITK-dev] Refresh cmake ITKData > > I have upgraded to cmake 3.3. I hadn't have the option of OPENSSL, so I > turned it on. > But still having the same hash problem with existing build. > I am behind a university proxy. > > ------------------------------ > From: brad at lowekamp.net > Subject: Re: [ITK-dev] Refresh cmake ITKData > Date: Wed, 24 Jun 2015 22:34:46 -0400 > CC: pablo.hernandez.cerdan at outlook.com; insight-developers at itk.org > To: matt.mccormick at kitware.com > > Maybe it's a firewall or proxy issue. What is the size of the files? Are > the contents of gave file an html error code? > > On Jun 24, 2015, at 10:18 PM, Matt McCormick > wrote: > > Was CMake built with OpenSSL support? Check for > > CMAKE_USE_OPENSSL > > It is required to make https connections. > > On Wed, Jun 24, 2015 at 9:39 PM, Pablo Hern?ndez < > pablo.hernandez.cerdan at outlook.com> wrote: > > It's pretty new... > > [phc at phc build]$ cmake --version > cmake version 3.2.20150216-gf724a > > ------------------------------ > Date: Wed, 24 Jun 2015 21:33:13 -0400 > > Subject: Re: [ITK-dev] Refresh cmake ITKData > From: matt.mccormick at kitware.com > To: pablo.hernandez.cerdan at outlook.com > CC: insight-developers at itk.org > > What version of CMake? A newer version of CMake may at least be more > informative on the source of the error. > > HTH, > Matt > > On Wed, Jun 24, 2015 at 9:20 PM, Pablo Hern?ndez < > pablo.hernandez.cerdan at outlook.com> wrote: > > If I do make -j4, I receive the same errors but with different objects, > and the (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) is always the > same... > > Where is this hash coming from? > > -- Fetching " > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > " > [ 6%] Built target gdcmjpeg12 > -- [download 100% complete] > -- Fetching " > http://itkexternaldata.blob.core.windows.net/md5/5970c467ac9b44e55829ccf0a1296fd1 > " > [ 6%] Generating > /home/phc/Software/ITK-dev/build/ExternalData/Modules/Filtering/AntiAlias/test/Baseline/itkAntiAliasBinaryImageFilterTestBaseline.mha > -- [download 100% complete] > -- Fetching " > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > " > -- [download 100% complete] > -- Fetching " > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 > " > -- [download 100% complete] > -- Fetching " > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a > " > -- [download 100% complete] > -- Fetching " > http://www.itk.org/files/ExternalData/MD5/5970c467ac9b44e55829ccf0a1296fd1 > " > -- Fetching " > http://itkexternaldata.blob.core.windows.net/md5/8063914920e15a3958953fc8e4e4f6ff > " > -- [download 100% complete] > -- [download 100% complete] > -- Fetching " > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > " > -- [download 100% complete] > -- Fetching " > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 > " > -- Fetching " > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 > " > -- [download 100% complete] > -- [download 100% complete] > CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 > (message): > Object MD5=8aa41348437f595b21e08eb46726002a not found at: > > > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > Call Stack (most recent call first): > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 > (_ExternalData_download_object) > > > make[2]: *** > [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] > Error 1 > make[2]: *** Waiting for unfinished jobs.... > CMake Error at > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): > Object MD5=5970c467ac9b44e55829ccf0a1296fd1 not found at: > > > http://itkexternaldata.blob.core.windows.net/md5/5970c467ac9b44e55829ccf0a1296fd1 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://www.itk.org/files/ExternalData/MD5/5970c467ac9b44e55829ccf0a1296fd1 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > Call Stack (most recent call first): > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 > (_ExternalData_download_object) > > -- Fetching " > http://www.itk.org/files/ExternalData/MD5/8063914920e15a3958953fc8e4e4f6ff > " > > make[2]: *** > [ExternalData/Testing/Data/Input/cake_easy.png.md5-stamp] Error 1 > -- [download 100% complete] > -- Fetching " > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 > " > -- [download 100% complete] > CMake Error at > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): > Object MD5=8063914920e15a3958953fc8e4e4f6ff not found at: > > > http://itkexternaldata.blob.core.windows.net/md5/8063914920e15a3958953fc8e4e4f6ff > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://www.itk.org/files/ExternalData/MD5/8063914920e15a3958953fc8e4e4f6ff > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > Call Stack (most recent call first): > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 > (_ExternalData_download_object) > > > [ 6%] Built target ITKznz > make[2]: *** > [ExternalData/Modules/Filtering/AntiAlias/test/Baseline/itkAntiAliasBinaryImageFilterTestBaseline.mha.md5-stamp] > Error 1 > make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 > make[1]: *** Waiting for unfinished jobs.... > > > > ------------------------------ > From: pablo.hernandez.cerdan at outlook.com > To: matt.mccormick at kitware.com > Date: Thu, 25 Jun 2015 03:12:26 +0200 > CC: insight-developers at itk.org > > Subject: Re: [ITK-dev] Refresh cmake ITKData > > Yes, it works. > > ------------------------------ > Date: Wed, 24 Jun 2015 21:08:57 -0400 > Subject: Re: [ITK-dev] Refresh cmake ITKData > From: matt.mccormick at kitware.com > To: pablo.hernandez.cerdan at outlook.com > CC: insight-developers at itk.org > > Does the following work? > > wget > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > > It is working from my location. > > On Wed, Jun 24, 2015 at 8:59 PM, Pablo Hern?ndez < > pablo.hernandez.cerdan at outlook.com> wrote: > > After "make" in build directory: There are quite a lot of similar errors. > > [ 0%] Generating > /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png > -- Fetching " > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > " > -- [download 100% complete] > -- Fetching " > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > " > -- [download 100% complete] > -- Fetching " > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a > " > -- [download 100% complete] > -- Fetching " > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > " > -- [download 100% complete] > CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 > (message): > Object MD5=8aa41348437f595b21e08eb46726002a not found at: > > > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > Call Stack (most recent call first): > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 > (_ExternalData_download_object) > > > make[2]: *** > [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] > Error 1 > make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 > make: *** [all] Error 2 > > ------------------------------ > From: pablo.hernandez.cerdan at outlook.com > To: matt.mccormick at kitware.com > Subject: RE: [ITK-dev] Refresh cmake ITKData > Date: Thu, 25 Jun 2015 02:58:57 +0200 > > > After "make" in build directory: There are quite a lot of similar errors. > > [ 0%] Generating > /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png > -- Fetching " > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > " > -- [download 100% complete] > -- Fetching " > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > " > -- [download 100% complete] > -- Fetching " > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a > " > -- [download 100% complete] > -- Fetching " > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > " > -- [download 100% complete] > CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 > (message): > Object MD5=8aa41348437f595b21e08eb46726002a not found at: > > > http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > > http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 > (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) > Call Stack (most recent call first): > /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 > (_ExternalData_download_object) > > > make[2]: *** > [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] > Error 1 > make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 > make: *** [all] Error 2 > > ------------------------------ > Date: Wed, 24 Jun 2015 20:43:50 -0400 > Subject: Re: [ITK-dev] Refresh cmake ITKData > From: matt.mccormick at kitware.com > To: pablo.hernandez.cerdan at outlook.com > CC: insight-developers at itk.org > > Hi Pablo, > > Could you please share the full text of an error? > > Thanks, > Matt > > On Wed, Jun 24, 2015 at 8:20 PM, Pablo Hern?ndez < > pablo.hernandez.cerdan at outlook.com> wrote: > > Hi, I am receiving a lot of wrong hash errors when building ITKData. I am > guessing that is because I am updating an old build, but not sure. > Is there a way to force cmake to rerun the scripts related with ITKData to > refresh all thoses hashes? I mean, the CMakesLists.txt from all the tests > for example. > > make clean ITKData, rebuilds everything but the hash stuff is handled by > cmake, I am keeping seeing errors downloading ExternalData. > > Thanks in advance. > Pablo > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Kitware offers ITK Training Courses, for more information visit: > http://kitware.com/products/protraining.php > > Please keep messages on-topic and check the ITK FAQ at: > http://www.itk.org/Wiki/ITK_FAQ > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/insight-developers > > > > > _______________________________________________ Powered by www.kitware.com > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html Kitware offers ITK > Training Courses, for more information visit: > http://kitware.com/products/protraining.php Please keep messages on-topic > and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this > link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/insight-developers > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Kitware offers ITK Training Courses, for more information visit: > http://kitware.com/products/protraining.php > > Please keep messages on-topic and check the ITK FAQ at: > http://www.itk.org/Wiki/ITK_FAQ > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/insight-developers > > > _______________________________________________ Powered by www.kitware.com > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html Kitware offers ITK > Training Courses, for more information visit: > http://kitware.com/products/protraining.php Please keep messages on-topic > and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this > link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/insight-developers > > _______________________________________________ Powered by www.kitware.com > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html Kitware offers ITK > Training Courses, for more information visit: > http://kitware.com/products/protraining.php Please keep messages on-topic > and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this > link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/insight-developers > > _______________________________________________ Powered by www.kitware.com > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html Kitware offers ITK > Training Courses, for more information visit: > http://kitware.com/products/protraining.php Please keep messages on-topic > and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this > link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/insight-developers > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Kitware offers ITK Training Courses, for more information visit: > http://kitware.com/products/protraining.php > > Please keep messages on-topic and check the ITK FAQ at: > http://www.itk.org/Wiki/ITK_FAQ > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/insight-developers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From pablo.hernandez.cerdan at outlook.com Fri Jun 26 00:22:06 2015 From: pablo.hernandez.cerdan at outlook.com (=?iso-8859-1?B?UGFibG8gSGVybuFuZGV6?=) Date: Fri, 26 Jun 2015 06:22:06 +0200 Subject: [ITK-dev] Refresh cmake ITKData In-Reply-To: References: , , , , , , , , , , <24B4B6BF-ED7E-4856-8181-445CFBCD772D@mail.nih.gov>, , , , , , Message-ID: It's not working... I don't know where the ${algo} hash 663d525d9d94726bcea707a0a0b2cd73 is coming from. I have also noticed that there is no file generated in the ExternalData/Object/MD5 folder, not a .tmp${random}, nothing. Even though it says it has downloaded fine. I have tried a completely new build with the same source, I should try with a completely fresh source, just in case. The proxy issues are solved. I have also tried with -DExternalData_NO_SYMLINKS=ON, with the same result. Date: Thu, 25 Jun 2015 12:41:38 -0400 Subject: Re: [ITK-dev] Refresh cmake ITKData From: matt.mccormick at kitware.com To: pablo.hernandez.cerdan at outlook.com CC: brad at lowekamp.net; insight-developers at itk.org Hi Pablo, CMake will look in the directories listed in the "ExternalData_OBJECT_STORES" CMake cache variable (note the required underscore). It also looks in the ".ExternalData" directory of the source tree [1]. To clear all the cache data, "make clean" will not do it -- instead: 1) delete the "MD5" directory in these locations2) then delete the "ExternalData" directory in the build tree3) "make ITKData" to regenerate the data Hope this helps,Matt [1] http://itk.org/gitweb?p=ITK.git;a=blob;f=CMake/ITKExternalData.cmake;h=0a55a5bf1274be63cffdfddbf6acf036f94fdc46;hb=HEAD#l21 On Thu, Jun 25, 2015 at 2:52 AM, Pablo Hern?ndez wrote: I set the ExternalData OBJECT_STORES to a local folder outside the build. But nothing there, nothing in the build ExternalData folder... On 25/06/2015, at 17:02, Pablo Hern?ndez wrote: The fetching/download part seems all right though, where is cmake storing those files? Maybe I should clean that temporary folder, to get rid off the wrong hash... I have no much idea about the ExternalData process From: pablo.hernandez.cerdan at outlook.com To: brad at lowekamp.net; matt.mccormick at kitware.com Date: Thu, 25 Jun 2015 06:59:19 +0200 CC: insight-developers at itk.org Subject: Re: [ITK-dev] Refresh cmake ITKData Wget is now downloading properly, but the wrong hash is still there... From: pablo.hernandez.cerdan at outlook.com To: brad at lowekamp.net; matt.mccormick at kitware.com Date: Thu, 25 Jun 2015 05:08:02 +0200 CC: insight-developers at itk.org Subject: Re: [ITK-dev] Refresh cmake ITKData Ups... Wget is successful, but of course the downloaded page says: Your access has been blocked by firewall policy 100967. ... I will ask the proxy guys... Sorry for your extra time From: pablo.hernandez.cerdan at outlook.com To: brad at lowekamp.net; matt.mccormick at kitware.com Date: Thu, 25 Jun 2015 05:03:28 +0200 CC: insight-developers at itk.org Subject: Re: [ITK-dev] Refresh cmake ITKData I have upgraded to cmake 3.3. I hadn't have the option of OPENSSL, so I turned it on. But still having the same hash problem with existing build. I am behind a university proxy. From: brad at lowekamp.net Subject: Re: [ITK-dev] Refresh cmake ITKData Date: Wed, 24 Jun 2015 22:34:46 -0400 CC: pablo.hernandez.cerdan at outlook.com; insight-developers at itk.org To: matt.mccormick at kitware.com Maybe it's a firewall or proxy issue. What is the size of the files? Are the contents of gave file an html error code? On Jun 24, 2015, at 10:18 PM, Matt McCormick wrote: Was CMake built with OpenSSL support? Check for CMAKE_USE_OPENSSL It is required to make https connections. On Wed, Jun 24, 2015 at 9:39 PM, Pablo Hern?ndez wrote: It's pretty new... [phc at phc build]$ cmake --version cmake version 3.2.20150216-gf724a Date: Wed, 24 Jun 2015 21:33:13 -0400 Subject: Re: [ITK-dev] Refresh cmake ITKData From: matt.mccormick at kitware.com To: pablo.hernandez.cerdan at outlook.com CC: insight-developers at itk.org What version of CMake? A newer version of CMake may at least be more informative on the source of the error. HTH,Matt On Wed, Jun 24, 2015 at 9:20 PM, Pablo Hern?ndez wrote: If I do make -j4, I receive the same errors but with different objects, and the (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) is always the same... Where is this hash coming from? -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" [ 6%] Built target gdcmjpeg12 -- [download 100% complete] -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/5970c467ac9b44e55829ccf0a1296fd1" [ 6%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Modules/Filtering/AntiAlias/test/Baseline/itkAntiAliasBinaryImageFilterTestBaseline.mha -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/5970c467ac9b44e55829ccf0a1296fd1" -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8063914920e15a3958953fc8e4e4f6ff" -- [download 100% complete] -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5" -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5" -- [download 100% complete] -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[2]: *** Waiting for unfinished jobs.... CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=5970c467ac9b44e55829ccf0a1296fd1 not found at: http://itkexternaldata.blob.core.windows.net/md5/5970c467ac9b44e55829ccf0a1296fd1 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/5970c467ac9b44e55829ccf0a1296fd1 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=5970c467ac9b44e55829ccf0a1296fd1&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) -- Fetching "http://www.itk.org/files/ExternalData/MD5/8063914920e15a3958953fc8e4e4f6ff" make[2]: *** [ExternalData/Testing/Data/Input/cake_easy.png.md5-stamp] Error 1 -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8063914920e15a3958953fc8e4e4f6ff not found at: http://itkexternaldata.blob.core.windows.net/md5/8063914920e15a3958953fc8e4e4f6ff (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8063914920e15a3958953fc8e4e4f6ff (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8063914920e15a3958953fc8e4e4f6ff&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) [ 6%] Built target ITKznz make[2]: *** [ExternalData/Modules/Filtering/AntiAlias/test/Baseline/itkAntiAliasBinaryImageFilterTestBaseline.mha.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... From: pablo.hernandez.cerdan at outlook.com To: matt.mccormick at kitware.com Date: Thu, 25 Jun 2015 03:12:26 +0200 CC: insight-developers at itk.org Subject: Re: [ITK-dev] Refresh cmake ITKData Yes, it works. Date: Wed, 24 Jun 2015 21:08:57 -0400 Subject: Re: [ITK-dev] Refresh cmake ITKData From: matt.mccormick at kitware.com To: pablo.hernandez.cerdan at outlook.com CC: insight-developers at itk.org Does the following work? wget http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a It is working from my location. On Wed, Jun 24, 2015 at 8:59 PM, Pablo Hern?ndez wrote: After "make" in build directory: There are quite a lot of similar errors. [ 0%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make: *** [all] Error 2 From: pablo.hernandez.cerdan at outlook.com To: matt.mccormick at kitware.com Subject: RE: [ITK-dev] Refresh cmake ITKData Date: Thu, 25 Jun 2015 02:58:57 +0200 After "make" in build directory: There are quite a lot of similar errors. [ 0%] Generating /home/phc/Software/ITK-dev/build/ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png -- Fetching "http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] -- Fetching "http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a" -- [download 100% complete] -- Fetching "http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5" -- [download 100% complete] CMake Error at /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1012 (message): Object MD5=8aa41348437f595b21e08eb46726002a not found at: http://itkexternaldata.blob.core.windows.net/md5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://www.itk.org/files/ExternalData/MD5/8aa41348437f595b21e08eb46726002a (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=8aa41348437f595b21e08eb46726002a&algorithm=MD5 (wrong hash MD5=663d525d9d94726bcea707a0a0b2cd73) Call Stack (most recent call first): /home/phc/Software/ITK-dev/CMake/ExternalData.cmake:1034 (_ExternalData_download_object) make[2]: *** [ExternalData/Testing/Data/Baseline/BasicFilters/GradientAnisotropicDiffusionImageFilterTest2.png.md5-stamp] Error 1 make[1]: *** [CMakeFiles/ITKData.dir/all] Error 2 make: *** [all] Error 2 Date: Wed, 24 Jun 2015 20:43:50 -0400 Subject: Re: [ITK-dev] Refresh cmake ITKData From: matt.mccormick at kitware.com To: pablo.hernandez.cerdan at outlook.com CC: insight-developers at itk.org Hi Pablo, Could you please share the full text of an error? Thanks, Matt On Wed, Jun 24, 2015 at 8:20 PM, Pablo Hern?ndez wrote: Hi, I am receiving a lot of wrong hash errors when building ITKData. I am guessing that is because I am updating an old build, but not sure. Is there a way to force cmake to rerun the scripts related with ITKData to refresh all thoses hashes? I mean, the CMakesLists.txt from all the tests for example. make clean ITKData, rebuilds everything but the hash stuff is handled by cmake, I am keeping seeing errors downloading ExternalData. Thanks in advance. Pablo _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers -------------- next part -------------- An HTML attachment was scrubbed... URL: From matt.mccormick at kitware.com Fri Jun 26 12:04:02 2015 From: matt.mccormick at kitware.com (Matt McCormick) Date: Fri, 26 Jun 2015 12:04:02 -0400 Subject: [ITK-dev] Gerrit downtime today, 3PM Message-ID: Hello, Gerrit will be down today at 3PM for approximately half an hour of maintenance. Thanks, Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: From matt.mccormick at kitware.com Fri Jun 26 17:57:29 2015 From: matt.mccormick at kitware.com (Matt McCormick) Date: Fri, 26 Jun 2015 17:57:29 -0400 Subject: [ITK-dev] [ANNOUNCE] ITK 4.8.0 Release Candidate 3 is ready for testing! Message-ID: On behalf of the Insight Toolkit community, we are proud to announce that ITK 4.8.0 release candidate 3 has been tagged and is available for testing! Please take this opportunity to test the new features in the release candidate. To obtain the source code, git clone http://itk.org/ITK.git cd ITK git checkout -q --detach v4.8rc03 For more details, please see the Git documentation [1]. A few selected highlights for this release: - New remote modules: BridgeNumPy, LabelErodeDilate, ParabolicMorphology, MinimalPathExtraction - itk::FFTPadImageFilter to automatically pad images for the FFT implementation?s supported greatest prime factor - Additional point set registration capabilities. - More modules can be built as shared libraries. - GDCM, MetaIO, KWSys, MINC have been updated to their latest upstream versions. Python wrapping is in excellent shape and works with the latest GCC, Clang, and MSVC. - Experimental cross-compilation support for Windows (MinGW-w64), ARMv6 (Raspberry Pi), ARMv7 (Android), ppc64le (POWER8), and JavaScript (Emscripten). A more complete, detailed set of release notes will follow in subsequent release candidates. Please test the release candidate and share your experiences on the mailing list, issue tracker, and Gerrit Code Review. Since GDCM has seen a major upgrade to the latest version, please exercise DICOM IO, and be on the lookout for regressions. An Experimental build, which demonstrates how the test suite performs on your local build system, can be submitted to the dashboard [2] with: mkdir ../ITK-build cd ../ITK-build cmake ../ITK ctest -j 4 -M Experimental -T Configure -T Build -T Test -T Submit Visual Studio builds must also add ?-C Release? to the ctest command. Notify the mailing list if there are any unexpected failures. Testing your own applications against the RC is also appreciated. Congratulations and well done to the 31 contributors to this release. We would especially like to recognize the new contributors, David Froger, Cyril Mory, Dzenan Zukic, Ivan Setiawan, Jan Bergmeier, Rolf Eike Beer, Davis Vigneault, Gary JIA, and Alexander Hewer. The final release will be approximately one week from now. [1] http://www.itk.org/Wiki/ITK/Git [2] http://open.cdash.org/index.php?project=Insight New Features --------------------- * Wrapping improvements - Wrapping now uses CastXML instead of GCCXML - The latest GCC, Clang, and MSVC are fully supported - Details: http://kitware.com/blog/home/post/888 - Cross-compilation and packaging support - Details: http://kitware.com/blog/home/post/904 - ITK_WRAP_VECTOR_COMPONENTS option to specify number of wrapped vector components - More classes wrapped * Compiler Support - GCC 5.1 - Clang 3.6.0 - Better cross-compilation support (requires CMake 3.3) - Experimental support for Emscripten (JavaScript) - Details: http://kitware.com/blog/home/post/912 - Experimental support for the Raspberry Pi - Details: http://kitware.com/blog/home/post/887 - Experimental support for Android - Details: http://kitware.com/blog/home/post/893 - Experimental support for MXE/MinGW-w64 - Details: http://kitware.com/blog/home/post/883 - Experimental support for the POWER8 - Details: http://kitware.com/blog/home/post/891 * New Remote Modules - MinimalPathExtraction - Insight Journal Article: http://hdl.handle.net/1926/1332 - BridgeNumPy - Convert itk.Image to NumPy array?s and back - LabelErodeDilate - Insight Journal Article: http://hdl.handle.net/10380/3399 - ParabolicMorphology - Insight Journal Article: http://hdl.handle.net/1926/1370 * Infrastructure Improvements - An UpdateThirdPartyFromUpstream.sh script for 3rd party updates with Git subtree - Details: http://kitware.com/blog/home/post/899 - Minimum required CMake version is now 2.8.9 - Many more modules can be built as shared libraries - ITK_USE_SYSTEM_LIBRARIES variable during initial configuration to turn on use of common system third party libraries by default - Release testing data tarball split from source tarball - Gold linker used by default on Linux * Filtering Improvements - itk::FFTPadImageFilter to automatically pad images for the FFT implementation?s supported greatest prime factor - itk::AtomicInt class for parallel computation - Various performance enhancements * Registration Improvements - Point set SyN registration - Point set BSpline SyN registration * Documentation Improvements - The ITK Software Guide is now available in HTML - Details: http://kitware.com/blog/home/post/890 * Third Party Library Updates - GDCM updated to latest upstream - KWSys updated to the latest upstream - MetaIO updated to the latest upstream - MINC update to lastest upstream * Style improvements -- ITK gets more stylish with every release! * Improved code coverage -- we are at 85.4%! * *Lots* of important bug fixes * And much more! See details in the log below. Changes from v4.8rc02..v4.8rc03 ------------------------------------------------ Bradley Lowekamp (3): BUG: Remove reliance on exceptions in StringTools::ToData methods BUG: Fix WriteCellsAsBinary and valgrind defects COMP: Explicitly export SingleValuedNonLinearVnlOptimizerv4 Matthew McCormick (4): COMP: Address may be used uninitialized in IdentityTransformTest. COMP: Address array subscript above bounds in VTKPolyDataReader. COMP: Work around GDCM test segfault with Clang 3.5+. BUG: Do not use pthreads with Emscripten. Michka Popoff (1): ENH: Update PyInit for Python 3 ----------------------------------------------------- Errors or omissions? Please fix them here: https://docs.google.com/document/d/1AQolOw7Hpn7SCRg0LjH53nxdWJe2gJTR0ngOyg3PWxI/edit?usp=sharing From matt.mccormick at kitware.com Sat Jun 27 21:56:23 2015 From: matt.mccormick at kitware.com (Matt McCormick) Date: Sat, 27 Jun 2015 21:56:23 -0400 Subject: [ITK-dev] [ITK-users] [ANNOUNCE] ITK 4.8.0 Release Candidate 3 is ready for testing! In-Reply-To: <7910CCB0-1FA4-48D6-B66E-CF7FA15E5FEC@gmail.com> References: <7910CCB0-1FA4-48D6-B66E-CF7FA15E5FEC@gmail.com> Message-ID: Hi Ariel, Yes, the new Python support is very exciting :-)! Thank you for testing and reporting your results. The GDCM test segmentation faults should be fix with RC3. I am not sure about the QuickViewTest, but it commonly throws false positives. What version of VTK did you build against? Thanks, Matt On Sat, Jun 27, 2015 at 11:57 AM, Ariel Hern?n Curiale wrote: > > Thanks for improving the python wrapper, specially for OS X and clang. I?m > can?t wait to test the numpy integration. > I just make a clean installation and the building process finished without > any error. However, the ctest gives me six errors > https://open.cdash.org/viewTest.php?onlyfailed&buildid=3878802 > These errors are related to the GDCM and the QuickViewTest which I?m not > using. > > > Cheers, > ______________________________________________ > | Ariel Hern?n Curiale Ph.D Candidate > | E.T.S.I de Telecomunicaci?n, Universidad de Valladolid > | Campus Miguel Delibes s/n, 47011 Valladolid, Spain > | Phone: 983-423000 ext. 5590 > | Web: http://www.lpi.tel.uva.es/ > | Personal Web: www.curiale.com.ar > |_____________________________________________ > > On 26 Jun 2015, at 23:57, Matt McCormick > wrote: > > On behalf of the Insight Toolkit community, we are proud to announce > that ITK 4.8.0 release candidate 3 has been tagged and is available > for testing! Please take this opportunity to test the new features in > the release candidate. > > > To obtain the source code, > > > git clone http://itk.org/ITK.git > cd ITK > git checkout -q --detach v4.8rc03 > > > For more details, please see the Git documentation [1]. > > > A few selected highlights for this release: > > - New remote modules: BridgeNumPy, LabelErodeDilate, > ParabolicMorphology, MinimalPathExtraction > - itk::FFTPadImageFilter to automatically pad images for the FFT > implementation?s supported greatest prime factor > - Additional point set registration capabilities. > - More modules can be built as shared libraries. > - GDCM, MetaIO, KWSys, MINC have been updated to their latest upstream > versions. > Python wrapping is in excellent shape and works with the latest GCC, > Clang, and MSVC. > - Experimental cross-compilation support for Windows (MinGW-w64), > ARMv6 (Raspberry Pi), ARMv7 (Android), ppc64le (POWER8), and > JavaScript (Emscripten). > > A more complete, detailed set of release notes will follow in > subsequent release candidates. > > > Please test the release candidate and share your experiences on the > mailing list, issue tracker, and Gerrit Code Review. Since GDCM has > seen a major upgrade to the latest version, please exercise DICOM IO, > and be on the lookout for regressions. > > An Experimental build, which demonstrates how the test suite performs > on your local build system, can be submitted to the dashboard [2] > with: > > > mkdir ../ITK-build > cd ../ITK-build > cmake ../ITK > ctest -j 4 -M Experimental -T Configure -T Build -T Test -T Submit > > > Visual Studio builds must also add ?-C Release? to the ctest command. > > Notify the mailing list if there are any unexpected failures. Testing > your own applications against the RC is also appreciated. > > > Congratulations and well done to the 31 contributors to this release. > We would especially like to recognize the new contributors, David > Froger, Cyril Mory, Dzenan Zukic, Ivan Setiawan, Jan Bergmeier, Rolf > Eike Beer, Davis Vigneault, Gary JIA, and Alexander Hewer. > > > > The final release will be approximately one week from now. > > > > > [1] http://www.itk.org/Wiki/ITK/Git > > [2] http://open.cdash.org/index.php?project=Insight > > > New Features > --------------------- > > * Wrapping improvements > > - Wrapping now uses CastXML instead of GCCXML > - The latest GCC, Clang, and MSVC are fully supported > - Details: http://kitware.com/blog/home/post/888 > - Cross-compilation and packaging support > - Details: http://kitware.com/blog/home/post/904 > - ITK_WRAP_VECTOR_COMPONENTS option to specify number of wrapped > vector components > - More classes wrapped > > > * Compiler Support > > - GCC 5.1 > - Clang 3.6.0 > - Better cross-compilation support (requires CMake 3.3) > - Experimental support for Emscripten (JavaScript) > - Details: http://kitware.com/blog/home/post/912 > - Experimental support for the Raspberry Pi > - Details: http://kitware.com/blog/home/post/887 > - Experimental support for Android > - Details: http://kitware.com/blog/home/post/893 > - Experimental support for MXE/MinGW-w64 > - Details: http://kitware.com/blog/home/post/883 > - Experimental support for the POWER8 > - Details: http://kitware.com/blog/home/post/891 > > > * New Remote Modules > > - MinimalPathExtraction > - Insight Journal Article: http://hdl.handle.net/1926/1332 > - BridgeNumPy > - Convert itk.Image to NumPy array?s and back > - LabelErodeDilate > - Insight Journal Article: http://hdl.handle.net/10380/3399 > - ParabolicMorphology > - Insight Journal Article: http://hdl.handle.net/1926/1370 > > > * Infrastructure Improvements > > - An UpdateThirdPartyFromUpstream.sh script for 3rd party updates with > Git subtree > - Details: http://kitware.com/blog/home/post/899 > - Minimum required CMake version is now 2.8.9 > - Many more modules can be built as shared libraries > - ITK_USE_SYSTEM_LIBRARIES variable during initial configuration to > turn on use of common system third party libraries by default > - Release testing data tarball split from source tarball > - Gold linker used by default on Linux > > > * Filtering Improvements > > - itk::FFTPadImageFilter to automatically pad images for the FFT > implementation?s supported greatest prime factor > - itk::AtomicInt class for parallel computation > - Various performance enhancements > > > * Registration Improvements > > - Point set SyN registration > - Point set BSpline SyN registration > > > * Documentation Improvements > > - The ITK Software Guide is now available in HTML > - Details: http://kitware.com/blog/home/post/890 > > > * Third Party Library Updates > > - GDCM updated to latest upstream > - KWSys updated to the latest upstream > - MetaIO updated to the latest upstream > - MINC update to lastest upstream > > * Style improvements -- ITK gets more stylish with every release! > > * Improved code coverage -- we are at 85.4%! > > * *Lots* of important bug fixes > > * And much more! See details in the log below. > > Changes from v4.8rc02..v4.8rc03 > ------------------------------------------------ > > Bradley Lowekamp (3): > BUG: Remove reliance on exceptions in StringTools::ToData methods > BUG: Fix WriteCellsAsBinary and valgrind defects > COMP: Explicitly export SingleValuedNonLinearVnlOptimizerv4 > > Matthew McCormick (4): > COMP: Address may be used uninitialized in IdentityTransformTest. > COMP: Address array subscript above bounds in VTKPolyDataReader. > COMP: Work around GDCM test segfault with Clang 3.5+. > BUG: Do not use pthreads with Emscripten. > > Michka Popoff (1): > ENH: Update PyInit for Python 3 > > > ----------------------------------------------------- > > Errors or omissions? Please fix them here: > > > > https://docs.google.com/document/d/1AQolOw7Hpn7SCRg0LjH53nxdWJe2gJTR0ngOyg3PWxI/edit?usp=sharing > _____________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Kitware offers ITK Training Courses, for more information visit: > http://www.kitware.com/products/protraining.php > > Please keep messages on-topic and check the ITK FAQ at: > http://www.itk.org/Wiki/ITK_FAQ > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/insight-users > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bill.lorensen at gmail.com Sun Jun 28 16:36:19 2015 From: bill.lorensen at gmail.com (Bill Lorensen) Date: Sun, 28 Jun 2015 16:36:19 -0400 Subject: [ITK-dev] ITKApps regression Message-ID: This commit: [f9f12a06c634baf6d4f9ccceda619217da631e4f] ENH: Add shared libraries for ITK libraries caused this linker regression for ITKApps: [100%] Building CXX object FEM/CMakeFiles/FEMTruss.dir/FEMTruss.cxx.o Linking CXX executable FEMTruss CMakeFiles/FEMTruss.dir/FEMTruss.cxx.o: In function `itk::fem::Element2DC1Beam::New()': FEMTruss.cxx:(.text._ZN3itk3fem15Element2DC1Beam3NewEv[_ZN3itk3fem15Element2DC1Beam3NewEv]+0x10): undefined reference to `typeinfo for itk::fem::Element2DC1Beam' FEMTruss.cxx:(.text._ZN3itk3fem15Element2DC1Beam3NewEv[_ZN3itk3fem15Element2DC1Beam3NewEv]+0x36): undefined reference to `typeinfo for itk::fem::Element2DC1Beam' FEMTruss.cxx:(.text._ZN3itk3fem15Element2DC1Beam3NewEv[_ZN3itk3fem15Element2DC1Beam3NewEv]+0xa1): undefined reference to `itk::fem::Element2DC1Beam::Element2DC1Beam()' Thank you git bisect... Bill From matt.mccormick at kitware.com Mon Jun 29 12:26:40 2015 From: matt.mccormick at kitware.com (Matt McCormick) Date: Mon, 29 Jun 2015 12:26:40 -0400 Subject: [ITK-dev] ITKApps regression In-Reply-To: References: Message-ID: Hi Bill, Thanks for testing. This patch should address the link error: http://review.source.kitware.com/#/c/19950/ Thanks, Matt On Sun, Jun 28, 2015 at 4:36 PM, Bill Lorensen wrote: > This commit: > [f9f12a06c634baf6d4f9ccceda619217da631e4f] ENH: Add shared libraries > for ITK libraries > caused this linker regression for ITKApps: > [100%] Building CXX object FEM/CMakeFiles/FEMTruss.dir/FEMTruss.cxx.o > Linking CXX executable FEMTruss > CMakeFiles/FEMTruss.dir/FEMTruss.cxx.o: In function > `itk::fem::Element2DC1Beam::New()': > FEMTruss.cxx:(.text._ZN3itk3fem15Element2DC1Beam3NewEv[_ZN3itk3fem15Element2DC1Beam3NewEv]+0x10): > undefined reference to `typeinfo for itk::fem::Element2DC1Beam' > FEMTruss.cxx:(.text._ZN3itk3fem15Element2DC1Beam3NewEv[_ZN3itk3fem15Element2DC1Beam3NewEv]+0x36): > undefined reference to `typeinfo for itk::fem::Element2DC1Beam' > FEMTruss.cxx:(.text._ZN3itk3fem15Element2DC1Beam3NewEv[_ZN3itk3fem15Element2DC1Beam3NewEv]+0xa1): > undefined reference to `itk::fem::Element2DC1Beam::Element2DC1Beam()' > > > Thank you git bisect... > > Bill > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Kitware offers ITK Training Courses, for more information visit: > http://kitware.com/products/protraining.php > > Please keep messages on-topic and check the ITK FAQ at: > http://www.itk.org/Wiki/ITK_FAQ > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/insight-developers