Re: [CMake] Experimental builds not always shown in CDash

2013-11-22 Thread Micha Hergarden
On 11/21/2013 09:55 AM, NoRulez wrote:
> I checked the logs from the web server which looks fine.
>
> I also have a look on the generated xml files (Update, Submit, ...), these 
> looks also good.
>
> The LastSubmit file shows "successfully sent".
>
> The CDash remains empty, no experimental build
>
>
>> Am 20.11.2013 um 18:30 schrieb Micha Hergarden :
>>
>>
>>
>>> On 11/20/2013 06:08 PM, NoRulez wrote:
>>> When I run "ctest -V -S CTestScript.cmake" then everything is done 
>>> successfully, except that I doesn't see the build under CDash.
>>>
> Am 20.11.2013 um 17:30 schrieb Nils Gladitz :
>
> On 20.11.2013 17:23, NoRulez wrote:
> Now the problem is, that sometimes the experimental entry are shown in 
> CDash, but not every time when I call the CTest script.
>
> I don't know when it was shown or not.
> Did I need to configure some additional settings to get it to work?
>
> I use CMake 2.8.12 on Windows 7.
 Maybe the script itself intermittently fails before or during submission 
 (ctest_submit())?

 Nils
>>> --
>>>
>>> Powered by www.kitware.com
>>>
>>> Please keep messages on-topic and check the CMake FAQ at: 
>>> http://www.cmake.org/Wiki/CMake_FAQ
>>>
>>> Kitware offers various services to support the CMake community. For more 
>>> information on each offering, please visit:
>>>
>>> CMake Support: http://cmake.org/cmake/help/support.html
>>> CMake Consulting: http://cmake.org/cmake/help/consulting.html
>>> CMake Training Courses: http://cmake.org/cmake/help/training.html
>>>
>>> Visit other Kitware open-source projects at 
>>> http://www.kitware.com/opensource/opensource.html
>>>
>>> Follow this link to subscribe/unsubscribe:
>>> http://www.cmake.org/mailman/listinfo/cmake
>> Have you checked the logs from the webserver running CDash? I once had
>> failing submissions because the xml file reached the post limit of the
>> nginx server. You can also check the logs
>> /Testing/Temporary/LastSubmit* to see what errors
>> emerged during submit.
>>
>> hth,
>> Micha
>>
>>
>>
>>
>>
>> --
>>
>> Powered by www.kitware.com
>>
>> Please keep messages on-topic and check the CMake FAQ at: 
>> http://www.cmake.org/Wiki/CMake_FAQ
>>
>> Kitware offers various services to support the CMake community. For more 
>> information on each offering, please visit:
>>
>> CMake Support: http://cmake.org/cmake/help/support.html
>> CMake Consulting: http://cmake.org/cmake/help/consulting.html
>> CMake Training Courses: http://cmake.org/cmake/help/training.html
>>
>> Visit other Kitware open-source projects at 
>> http://www.kitware.com/opensource/opensource.html
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.cmake.org/mailman/listinfo/cmake
Does the CDash/backup directory on your cdash server have the file? Does
the cdash.log file in that directory reveal anything?

Micha


signature.asc
Description: OpenPGP digital signature
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Experimental builds not always shown in CDash

2013-11-21 Thread NoRulez
I checked the logs from the web server which looks fine.

I also have a look on the generated xml files (Update, Submit, ...), these 
looks also good.

The LastSubmit file shows "successfully sent".

The CDash remains empty, no experimental build


> Am 20.11.2013 um 18:30 schrieb Micha Hergarden :
> 
> 
> 
>> On 11/20/2013 06:08 PM, NoRulez wrote:
>> When I run "ctest -V -S CTestScript.cmake" then everything is done 
>> successfully, except that I doesn't see the build under CDash.
>> 
 Am 20.11.2013 um 17:30 schrieb Nils Gladitz :
 
 On 20.11.2013 17:23, NoRulez wrote:
 Now the problem is, that sometimes the experimental entry are shown in 
 CDash, but not every time when I call the CTest script.
 
 I don't know when it was shown or not.
 Did I need to configure some additional settings to get it to work?
 
 I use CMake 2.8.12 on Windows 7.
>>> Maybe the script itself intermittently fails before or during submission 
>>> (ctest_submit())?
>>> 
>>> Nils
>> --
>> 
>> Powered by www.kitware.com
>> 
>> Please keep messages on-topic and check the CMake FAQ at: 
>> http://www.cmake.org/Wiki/CMake_FAQ
>> 
>> Kitware offers various services to support the CMake community. For more 
>> information on each offering, please visit:
>> 
>> CMake Support: http://cmake.org/cmake/help/support.html
>> CMake Consulting: http://cmake.org/cmake/help/consulting.html
>> CMake Training Courses: http://cmake.org/cmake/help/training.html
>> 
>> Visit other Kitware open-source projects at 
>> http://www.kitware.com/opensource/opensource.html
>> 
>> Follow this link to subscribe/unsubscribe:
>> http://www.cmake.org/mailman/listinfo/cmake
> Have you checked the logs from the webserver running CDash? I once had
> failing submissions because the xml file reached the post limit of the
> nginx server. You can also check the logs
> /Testing/Temporary/LastSubmit* to see what errors
> emerged during submit.
> 
> hth,
> Micha
> 
> 
> 
> 
> 
> --
> 
> Powered by www.kitware.com
> 
> Please keep messages on-topic and check the CMake FAQ at: 
> http://www.cmake.org/Wiki/CMake_FAQ
> 
> Kitware offers various services to support the CMake community. For more 
> information on each offering, please visit:
> 
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
> 
> Visit other Kitware open-source projects at 
> http://www.kitware.com/opensource/opensource.html
> 
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] Experimental builds not always shown in CDash

2013-11-20 Thread Micha Hergarden


On 11/20/2013 06:08 PM, NoRulez wrote:
> When I run "ctest -V -S CTestScript.cmake" then everything is done 
> successfully, except that I doesn't see the build under CDash.
>
>> Am 20.11.2013 um 17:30 schrieb Nils Gladitz :
>>
>>> On 20.11.2013 17:23, NoRulez wrote:
>>> Now the problem is, that sometimes the experimental entry are shown in 
>>> CDash, but not every time when I call the CTest script.
>>>
>>> I don't know when it was shown or not.
>>> Did I need to configure some additional settings to get it to work?
>>>
>>> I use CMake 2.8.12 on Windows 7.
>> Maybe the script itself intermittently fails before or during submission 
>> (ctest_submit())?
>>
>> Nils
> --
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ at: 
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For more 
> information on each offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at 
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
Have you checked the logs from the webserver running CDash? I once had
failing submissions because the xml file reached the post limit of the
nginx server. You can also check the logs
/Testing/Temporary/LastSubmit* to see what errors
emerged during submit.

hth,
Micha







signature.asc
Description: OpenPGP digital signature
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Experimental builds not always shown in CDash

2013-11-20 Thread NoRulez
When I run "ctest -V -S CTestScript.cmake" then everything is done 
successfully, except that I doesn't see the build under CDash.

> Am 20.11.2013 um 17:30 schrieb Nils Gladitz :
> 
>> On 20.11.2013 17:23, NoRulez wrote:
>> Now the problem is, that sometimes the experimental entry are shown in 
>> CDash, but not every time when I call the CTest script.
>> 
>> I don't know when it was shown or not.
>> Did I need to configure some additional settings to get it to work?
>> 
>> I use CMake 2.8.12 on Windows 7.
> Maybe the script itself intermittently fails before or during submission 
> (ctest_submit())?
> 
> Nils
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] Experimental builds not always shown in CDash

2013-11-20 Thread Nils Gladitz

On 20.11.2013 17:23, NoRulez wrote:

Now the problem is, that sometimes the experimental entry are shown in CDash, 
but not every time when I call the CTest script.

I don't know when it was shown or not.
Did I need to configure some additional settings to get it to work?

I use CMake 2.8.12 on Windows 7.

Maybe the script itself intermittently fails before or during submission 
(ctest_submit())?


Nils
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake