Re: [cmake-developers] Problems with CTestTestParallel

2017-03-31 Thread Brad King
On 03/10/2017 10:32 AM, Brad King wrote:
> On 03/10/2017 06:34 AM, Rolf Eike Beer wrote:
>> I've attached the complete build dir of that test, maybe anyone 
>> has a clue what is going on there
> 
> The `Testing/Temporary/LastSubmit_20170310-1035.log` shows errors
> submitting to CDash.  However, the `test.cmake` script does not
> include a `ctest_submit` call.  Any idea what happens there?

It turns out another test was accidentally stepping on this one.
That's why it always passed locally but failed at night.  I can
reproduce the failure by running `CTestTestParallel` and
`CTestTestChecksum` in parallel.  Here is a fix:

https://gitlab.kitware.com/cmake/cmake/merge_requests/650

Thanks,
-Brad

-- 

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://public.kitware.com/mailman/listinfo/cmake-developers


Re: [cmake-developers] Problems with CTestTestParallel

2017-03-10 Thread Brad King
On 03/10/2017 06:34 AM, Rolf Eike Beer wrote:
> I've attached the complete build dir of that test, maybe anyone 
> has a clue what is going on there

The `Testing/Temporary/LastSubmit_20170310-1035.log` shows errors
submitting to CDash.  However, the `test.cmake` script does not
include a `ctest_submit` call.  Any idea what happens there?

-Brad

-- 

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://public.kitware.com/mailman/listinfo/cmake-developers


[cmake-developers] Problems with CTestTestParallel

2017-03-10 Thread Rolf Eike Beer
My new build machine (castor.sf-tec.de) seems to reliably trigger some sort of 
error in CTestTestParallel. If I run that test standalone or just "ctest -j 
64" in a build tree it seems to work. Running the nightly script gives the 
error again. I initially suspected some sort of system problem, but other 
hosts see this problem again, so I now suspect it's a deeper problem.

Even if it says "compile errors" the Lockfile binary is produced and can be run 
successfully. I've attached the complete build dir of that test, maybe anyone 
has a clue what is going on there. You probably cannot run the executable as 
this is compiled for a Sparc Niagara 2 processor.

Greetings,

Eike

testparallel.tar.xz
Description: application/xz-compressed-tar
-- 

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://public.kitware.com/mailman/listinfo/cmake-developers