[Cdash] problem while submitting to cdash
girish hilage
girish_hilage at yahoo.com
Wed Dec 1 11:03:37 UTC 2010
Hi,
I am a newbie to CDASH.
I am trying to integrate my project with CDASH.
I have created a project 'scitest' on cdash.org and downloaded CTestConfig.cmake which is as follows :
set(CTEST_PROJECT_NAME "scitest")
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "my.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=scitest")
set(CTEST_DROP_SITE_CDASH TRUE)
set(CTEST_PROJECT_SUBPROJECTS
)
I put this file in the top directory of my source code and ran the command :
ctest -D Experimental
But, it gives me below error :
Submit files (using http)
Using HTTP submit method
Drop site: http://my.cdash.org/submit.php?project=scitest
Error when uploading file: /home/girish/work/scidb_latest/svn/trunk/Testing/20101201-1039/Build.xml
Error message was: couldn't connect to host
Problems when submitting via HTTP
Errors while running CTest
When I checked with "netstat -atn" is showed me that my machine is trying to connect to cdash server but not able to do that.
tcp 0 1 10.88.88.193:44262 66.194.253.26:80 SYN_SENT
So, want to know if what I am doing is correct or am I missing anything or could it be the problem with my network?
Regards,
Girish
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cdash/attachments/20101201/ff9f6f4f/attachment-0002.htm>
More information about the CDash
mailing list