Hi Constantine, On Fri, Oct 5, 2012 at 2:25 AM, Constantine Zakkaroff <[email protected]> wrote: > > Hi Matt. > > >>>> ... the dashboard submission script always ends with an error although >>>> the submissions seem to complete OK. Here's what I see in the log files: >>>> >>>> [HANDLER_OUTPUT] >>>> Submit files (using http) >>>> >>>> Using HTTP submit method >>>> Drop site:http://www.cdash.org/CDash/submit.php?project=Insight >>>> Uploaded: >>>> E:/Dashboards/Nightly/ITK-build/Testing/20121001-0100/Build.xml >>>> Uploaded: >>>> E:/Dashboards/Nightly/ITK-build/Testing/20121001-0100/Configure.xml >>>> Uploaded: >>>> E:/Dashboards/Nightly/ITK-build/Testing/20121001-0100/Notes.xml >>>> Uploaded: >>>> E:/Dashboards/Nightly/ITK-build/Testing/20121001-0100/Test.xml >>>> Uploaded: >>>> E:/Dashboards/Nightly/ITK-build/Testing/20121001-0100/Update.xml >>>> Submission successful >>>> [ERROR_MESSAGE] >>>> Error in read script: >>>> E:/Dashboards/ITKScripts/Win64-VS9-Release-WrapITK.cmake >>>> >>>> Is there something I can do to correct it? I haven't any idea how to >>>> debug >>>> this script to see what causes the error. >>> >>> >>> When running a ctest script, using ctest -S script_file.cmake, the >>> "-V" flag or "-VV" flag can also be added to give more verbose output. >> >> >> Tried -V, -VV. Same error message with no additional clues. I noticed >> there's --debug argument for CTest. Will try it to see if it yields >> anything useful. > > > Here's the tail of the log file when running CTest with --debug. Something > goes wrong in cmCTestScriptHandler.cxx:453. > > <cdash version="2.0.3"> > <status>OK</status> > <message></message> > <md5>f49562803149f9209c88876dbb4887e3</md5> > </cdash> > Connection #0 to host www.cdash.org left intact > ] > > C:/cygwin/home/dashboard/CMakeReleaseDirectory/release/Source/CTest/cmCTestSubmitHandler.cxx:623 > [HANDLER_OUTPUT] > Uploaded: > E:/Dashboards/Nightly/ITK-build/Testing/20121004-0100/Update.xml > > > C:/cygwin/home/dashboard/CMakeReleaseDirectory/release/Source/CTest/cmCTestSubmitHandler.cxx:1372 > Submission successful > > C:/cygwin/home/dashboard/CMakeReleaseDirectory/release/Source/CTest/cmCTestScriptHandler.cxx:453 > [ERROR_MESSAGE] > > Error in read script: > E:/Dashboards/ITKScripts/Win64-VS9-Release-WrapITK.cmake > > > C:/cygwin/home/dashboard/CMakeReleaseDirectory/release/Source/cmCTest.cxx:2442 > [DEBUG] > running script failing returning: -1 > > > C:/cygwin/home/dashboard/CMakeReleaseDirectory/release/Source/cmCTest.cxx:2476 > Running a test(s) failed returning : -1 >
Do you get the same running in Windows cmd.exe instead of cygwin? Thanks, Matt _______________________________________________ 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://www.itk.org/mailman/listinfo/insight-developers
