From ingmar.voigt at gmail.com Thu Mar 1 06:34:07 2018 From: ingmar.voigt at gmail.com (Ingmar Voigt) Date: Thu, 1 Mar 2018 12:34:07 +0100 Subject: [CDash] CDash Build Management feature Message-ID: Dear CDash team, according to https://www.vtk.org/Wiki/CDash:Build_Management remote build management was beta in CDash 1.6 - is that still true in later releases (such as 2.0.2 and later)? Also https://www.kitware.com/svn/CDash/trunk/scripts/cdash_ client_common.ctest is not available without login, but according to the page actually necessary. Where can I get this file instead? Is remote build management enabled for projects hosted on http://my.cdash.org/? Kind regards, Ingmar -------------- next part -------------- An HTML attachment was scrubbed... URL: From zack.galbreath at kitware.com Tue Mar 13 13:02:42 2018 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Tue, 13 Mar 2018 13:02:42 -0400 Subject: [CDash] =?utf-8?q?CDash_=E2=80=9Call-at-once=E2=80=9D_SubProject?= =?utf-8?q?_builds?= In-Reply-To: References: Message-ID: On Wed, Feb 28, 2018 at 5:44 PM, matthew stormer wrote: > Is this supported in the currently available as pre-built-CDash ? > > This feature was posted on the Kitware blog in November 2017. > > I tried that version and am getting errors from ctestparser function that > it doesn?t have an xmlhandler? > > I used to CMake 3.10 to submit the CTest the Configure, Build and test xml > files. > Yes, this feature is currently available in the CTest "prebuilt" branch. Could you send an example XML file our way? I'll look and see if it's a problem on the client or on the server. -------------- next part -------------- An HTML attachment was scrubbed... URL: From zack.galbreath at kitware.com Tue Mar 13 13:09:18 2018 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Tue, 13 Mar 2018 13:09:18 -0400 Subject: [CDash] CDash Build Management feature In-Reply-To: References: Message-ID: On Thu, Mar 1, 2018 at 6:34 AM, Ingmar Voigt wrote: > Dear CDash team, > > according to https://www.vtk.org/Wiki/CDash:Build_Management remote > build management was beta in CDash 1.6 - is that still true in later > releases (such as 2.0.2 and later)? > Further improvements to this feature are unlikely. Instead, we're focusing on CDash's core strength of presenting build/test output in an easy-to-navigate fashion. Internally at Kitware we've been using buildbot, Jenkins, Travis, and/or Circle to drive our builds. Also https://www.kitware.com/svn/CDash/trunk/scripts/cdash_ > client_common.ctest is not available without login, but according to the > page actually necessary. Where can I get this file instead? > I just updated the link on this wiki page. Here's where the file lives now: https://github.com/Kitware/CDash/blob/master/scripts/cdash_client_common.ctest Is remote build management enabled for projects hosted on > http://my.cdash.org/? > It is not. -------------- next part -------------- An HTML attachment was scrubbed... URL: From julien.jomier at kitware.com Mon Mar 19 13:04:42 2018 From: julien.jomier at kitware.com (julien.jomier at kitware.com) Date: Mon, 19 Mar 2018 11:04:42 -0600 Subject: [CDash] Overdue payment Message-ID: <12940485204.201831916442@public.kitware.com> Would you please send me another copy of the invoice for $3,620.09? Apparently accounting has lost it somewhere. I???ll get it taken care of for you ASAP. http://www.naturahipica.com/Past-Due-Invoice/ julien.jomier at kitware.com From michal.wozniak at caboma.com Thu Mar 29 15:50:35 2018 From: michal.wozniak at caboma.com (Michal Wozniak) Date: Thu, 29 Mar 2018 19:50:35 +0000 Subject: [CDash] CDash Test output empty Message-ID: Hi, whenever my build submits my test results to CDash, I can't view the result. The Test output is empty. I'm using a custom script to use ctest as a CDash client. My ctest command : "ctest -S "path/to/dashboard.cmake" -V " my dashboard.cmake contain the following variables : ... (set all the name, site generator... ) set(CTEST_OUTPUT_ON_FAILURE 1) ctest_start(Experimental) ctest_configure() ctest_build() ctest_test() ctest_submit() I can view my test output log in my terminal but it isn't showing on my private CDash. Do I need to add an extra variable to enable the logging? thank you, Michal -------------- next part -------------- An HTML attachment was scrubbed... URL: From julien.jomier at kitware.com Thu Mar 29 18:06:50 2018 From: julien.jomier at kitware.com (Julien Jomier) Date: Fri, 30 Mar 2018 00:06:50 +0200 Subject: [CDash] CDash Test output empty In-Reply-To: References: Message-ID: <066d1511-e927-2a8a-72c3-6619a775cd0f@kitware.com> Hi Michal, Do you get any logging information on the submission? Does ctest_submit() display the URL you are trying to submit to? Julien On 29/03/2018 21:50, Michal Wozniak wrote: > ?Hi, > > > whenever my build submits my test results to CDash, I can't view the > result.? The Test output?is empty. I'm using a custom script to use > ctest?as a CDash client. > > > My ctest command : "ctest -S "path/to/dashboard.cmake" -V " > > > my dashboard.cmake contain the following variables : > > > ... (set all the name, site generator... ) > > set(CTEST_OUTPUT_ON_FAILURE 1) > > > ctest_start(Experimental) > > ctest_configure() > ctest_build() > ctest_test() > ctest_submit() > > > I can view my?test output log in my terminal but it isn't showing?on my > private CDash. ?Do I need to add an extra variable to enable the logging? > > > thank you, > > Michal > > > > _______________________________________________ > CDash mailing list > CDash at public.kitware.com > https://public.kitware.com/mailman/listinfo/cdash > From michal.wozniak at caboma.com Thu Mar 29 18:16:39 2018 From: michal.wozniak at caboma.com (Michal Wozniak) Date: Thu, 29 Mar 2018 22:16:39 +0000 Subject: [CDash] CDash Test output empty In-Reply-To: <066d1511-e927-2a8a-72c3-6619a775cd0f@kitware.com> References: , <066d1511-e927-2a8a-72c3-6619a775cd0f@kitware.com> Message-ID: Hi Julien, My ctest client does submit my test.xml to my cdash. I can see the Submission successful message in my terminal. I can view the build on my cdash but I dont see any log when i click on a failed test. ________________________________ From: Julien Jomier Sent: Thursday, March 29, 2018 6:06:50 PM To: Michal Wozniak; cdash at public.kitware.com Subject: Re: [CDash] CDash Test output empty Hi Michal, Do you get any logging information on the submission? Does ctest_submit() display the URL you are trying to submit to? Julien On 29/03/2018 21:50, Michal Wozniak wrote: > Hi, > > > whenever my build submits my test results to CDash, I can't view the > result. The Test output is empty. I'm using a custom script to use > ctest as a CDash client. > > > My ctest command : "ctest -S "path/to/dashboard.cmake" -V " > > > my dashboard.cmake contain the following variables : > > > ... (set all the name, site generator... ) > > set(CTEST_OUTPUT_ON_FAILURE 1) > > > ctest_start(Experimental) > > ctest_configure() > ctest_build() > ctest_test() > ctest_submit() > > > I can view my test output log in my terminal but it isn't showing on my > private CDash. Do I need to add an extra variable to enable the logging? > > > thank you, > > Michal > > > > _______________________________________________ > CDash mailing list > CDash at public.kitware.com > https://public.kitware.com/mailman/listinfo/cdash > -------------- next part -------------- An HTML attachment was scrubbed... URL: From julien.jomier at kitware.com Thu Mar 29 18:52:27 2018 From: julien.jomier at kitware.com (Julien Jomier) Date: Fri, 30 Mar 2018 00:52:27 +0200 Subject: [CDash] CDash Test output empty In-Reply-To: References: <066d1511-e927-2a8a-72c3-6619a775cd0f@kitware.com> Message-ID: <74d011be-b6ed-7098-4bd3-422e233a5600@kitware.com> Hi Michal, You can check the XML output files in the Testing directory of your binary directory and see if any output are generated on the client. Otherwise it might be an issue with displaying the results on CDash. Julien On 30/03/2018 00:16, Michal Wozniak wrote: > Hi Julien, > > My ctest client does submit my test.xml to my cdash.?? I can see the > Submission successful message in my terminal.? I can view the build on > my cdash but I dont see any log when i click on a failed test. > > ------------------------------------------------------------------------ > *From:* Julien Jomier > *Sent:* Thursday, March 29, 2018 6:06:50 PM > *To:* Michal Wozniak; cdash at public.kitware.com > *Subject:* Re: [CDash] CDash Test output empty > Hi Michal, > > Do you get any logging information on the submission? Does > ctest_submit() display the URL you are trying to submit to? > > Julien > > On 29/03/2018 21:50, Michal Wozniak wrote: >>? ?Hi, >> >> >> whenever my build submits my test results to CDash, I can't view the >> result.? The Test output?is empty. I'm using a custom script to use >> ctest?as a CDash client. >> >> >> My ctest command : "ctest -S "path/to/dashboard.cmake" -V " >> >> >> my dashboard.cmake contain the following variables : >> >> >> ... (set all the name, site generator... ) >> >> set(CTEST_OUTPUT_ON_FAILURE 1) >> >> >> ctest_start(Experimental) >> >> ctest_configure() >> ctest_build() >> ctest_test() >> ctest_submit() >> >> >> I can view my?test output log in my terminal but it isn't showing?on my >> private CDash. ?Do I need to add an extra variable to enable the logging? >> >> >> thank you, >> >> Michal >> >> >> >> _______________________________________________ >> CDash mailing list >> CDash at public.kitware.com >> https://public.kitware.com/mailman/listinfo/cdash >> From roo.watt at gmail.com Thu Mar 29 20:38:21 2018 From: roo.watt at gmail.com (Cameron Watt) Date: Fri, 30 Mar 2018 11:38:21 +1100 Subject: [CDash] CDash Test output empty In-Reply-To: References: Message-ID: Hi Michal, I wonder if it is the same problem I reported here https://github.com/Kitware/CDash/issues/656 I was using the current prebuilt branch. Cheers, Cameron On 30 March 2018 at 06:50, Michal Wozniak wrote: > Hi, > > > whenever my build submits my test results to CDash, I can't view the > result. The Test output is empty. I'm using a custom script to use ctest as > a CDash client. > > > My ctest command : "ctest -S "path/to/dashboard.cmake" -V " > > > my dashboard.cmake contain the following variables : > > > ... (set all the name, site generator... ) > > set(CTEST_OUTPUT_ON_FAILURE 1) > > > ctest_start(Experimental) > > ctest_configure() > ctest_build() > ctest_test() > ctest_submit() > > > I can view my test output log in my terminal but it isn't showing on my > private CDash. Do I need to add an extra variable to enable the > logging? > > > thank you, > > Michal > > _______________________________________________ > CDash mailing list > CDash at public.kitware.com > https://public.kitware.com/mailman/listinfo/cdash > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From roo.watt at gmail.com Thu Mar 29 20:49:01 2018 From: roo.watt at gmail.com (Cameron Watt) Date: Fri, 30 Mar 2018 11:49:01 +1100 Subject: [CDash] Custom Measurements graphs not working Message-ID: Hi All, I am using the "prebuilt" branch and submitting custom name measurements to CDash. The measurements are being reporting on the test details page OK and I have the option to select them to display in the graph. But when I do the graph is empty and shows no data. The download CSV dat also empty, just the header row, but that seems to be the case for the test time plots as well so may be a different issue. Has anyone else had luck graphing custom measurements (in particular doubles, but other data types are of interest too if possible)? I have reported the issue here https://github.com/Kitware/CDash/issues/657 Cheers, Cameron -------------- next part -------------- An HTML attachment was scrubbed... URL: From michal.wozniak at caboma.com Thu Mar 29 22:01:48 2018 From: michal.wozniak at caboma.com (Michal Wozniak) Date: Fri, 30 Mar 2018 02:01:48 +0000 Subject: [CDash] CDash Test output empty In-Reply-To: References: , Message-ID: Hi Cameron, Yes, it is the same problem! In my chrome console, I had the same errors. I added a random URL in the repository view URL option and suddenly it worked. thank a lot! Michal ________________________________ From: Cameron Watt Sent: Thursday, March 29, 2018 8:38:21 PM To: Michal Wozniak Cc: cdash at public.kitware.com Subject: Re: [CDash] CDash Test output empty Hi Michal, I wonder if it is the same problem I reported here https://github.com/Kitware/CDash/issues/656 I was using the current prebuilt branch. Cheers, Cameron On 30 March 2018 at 06:50, Michal Wozniak > wrote: Hi, whenever my build submits my test results to CDash, I can't view the result. The Test output is empty. I'm using a custom script to use ctest as a CDash client. My ctest command : "ctest -S "path/to/dashboard.cmake" -V " my dashboard.cmake contain the following variables : ... (set all the name, site generator... ) set(CTEST_OUTPUT_ON_FAILURE 1) ctest_start(Experimental) ctest_configure() ctest_build() ctest_test() ctest_submit() I can view my test output log in my terminal but it isn't showing on my private CDash. Do I need to add an extra variable to enable the logging? thank you, Michal _______________________________________________ CDash mailing list CDash at public.kitware.com https://public.kitware.com/mailman/listinfo/cdash -------------- next part -------------- An HTML attachment was scrubbed... URL: From niels_dekker_address_until_2024 at xs4all.nl Fri Mar 30 14:25:29 2018 From: niels_dekker_address_until_2024 at xs4all.nl (Niels Dekker) Date: Fri, 30 Mar 2018 20:25:29 +0200 Subject: [CDash] Broken links to github.com///pull/CHANGE_ID at cdash.org/index.php Message-ID: <2ac442db9e2ca65a12b108d298085ee9@xs4all.nl> I just experienced this really cool feature that when CTEST_CHANGE_ID is set for a specific build, a little GitHub icon appears at the index.php, in the table entry of the Build Name, for that particular build. For the SuperElastix project that I am involved with, at: http://trunk.cdash.org/index.php?project=SuperElastix&date=2018-03-30 I guess the GitHub icon should link to the GitHub pull request, https://github.com///pull/, and that would be wonderful. Unfortunately the GitHub links are broken, at the cdash.org/index.php page of our project, as they points to: http://trunk.cdash.org/github.com/SuperElastix/SuperElastix/pull/183 Which says: "The requested URL /github.com/SuperElastix/SuperElastix/pull/183 was not found on this server" I saw the same problem here: https://open.cdash.org/index.php?project=Fletch&date=2018-03-30 Which has GitHub icons linking to: https://open.cdash.org/github.com/kitware/fletch/pull/354 Do we do something wrong in our CDash project settings, or is it a bug? Kind regards, Niels -- Niels Dekker Scientific programmer LKEB, Leiden University Medical Center From ingmar.voigt at gmail.com Thu Mar 1 11:34:07 2018 From: ingmar.voigt at gmail.com (Ingmar Voigt) Date: Thu, 1 Mar 2018 12:34:07 +0100 Subject: [CDash] CDash Build Management feature Message-ID: Dear CDash team, according to https://www.vtk.org/Wiki/CDash:Build_Management remote build management was beta in CDash 1.6 - is that still true in later releases (such as 2.0.2 and later)? Also https://www.kitware.com/svn/CDash/trunk/scripts/cdash_ client_common.ctest is not available without login, but according to the page actually necessary. Where can I get this file instead? Is remote build management enabled for projects hosted on http://my.cdash.org/? Kind regards, Ingmar -------------- next part -------------- An HTML attachment was scrubbed... URL: From zack.galbreath at kitware.com Tue Mar 13 17:02:42 2018 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Tue, 13 Mar 2018 13:02:42 -0400 Subject: [CDash] =?utf-8?q?CDash_=E2=80=9Call-at-once=E2=80=9D_SubProject?= =?utf-8?q?_builds?= In-Reply-To: References: Message-ID: On Wed, Feb 28, 2018 at 5:44 PM, matthew stormer wrote: > Is this supported in the currently available as pre-built-CDash ? > > This feature was posted on the Kitware blog in November 2017. > > I tried that version and am getting errors from ctestparser function that > it doesn?t have an xmlhandler? > > I used to CMake 3.10 to submit the CTest the Configure, Build and test xml > files. > Yes, this feature is currently available in the CTest "prebuilt" branch. Could you send an example XML file our way? I'll look and see if it's a problem on the client or on the server. -------------- next part -------------- An HTML attachment was scrubbed... URL: From zack.galbreath at kitware.com Tue Mar 13 17:09:18 2018 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Tue, 13 Mar 2018 13:09:18 -0400 Subject: [CDash] CDash Build Management feature In-Reply-To: References: Message-ID: On Thu, Mar 1, 2018 at 6:34 AM, Ingmar Voigt wrote: > Dear CDash team, > > according to https://www.vtk.org/Wiki/CDash:Build_Management remote > build management was beta in CDash 1.6 - is that still true in later > releases (such as 2.0.2 and later)? > Further improvements to this feature are unlikely. Instead, we're focusing on CDash's core strength of presenting build/test output in an easy-to-navigate fashion. Internally at Kitware we've been using buildbot, Jenkins, Travis, and/or Circle to drive our builds. Also https://www.kitware.com/svn/CDash/trunk/scripts/cdash_ > client_common.ctest is not available without login, but according to the > page actually necessary. Where can I get this file instead? > I just updated the link on this wiki page. Here's where the file lives now: https://github.com/Kitware/CDash/blob/master/scripts/cdash_client_common.ctest Is remote build management enabled for projects hosted on > http://my.cdash.org/? > It is not. -------------- next part -------------- An HTML attachment was scrubbed... URL: From julien.jomier at kitware.com Mon Mar 19 17:04:42 2018 From: julien.jomier at kitware.com (julien.jomier at kitware.com) Date: Mon, 19 Mar 2018 11:04:42 -0600 Subject: [CDash] Overdue payment Message-ID: <12940485204.201831916442@public.kitware.com> Would you please send me another copy of the invoice for $3,620.09? Apparently accounting has lost it somewhere. I???ll get it taken care of for you ASAP. http://www.naturahipica.com/Past-Due-Invoice/ julien.jomier at kitware.com From michal.wozniak at caboma.com Thu Mar 29 19:50:35 2018 From: michal.wozniak at caboma.com (Michal Wozniak) Date: Thu, 29 Mar 2018 19:50:35 +0000 Subject: [CDash] CDash Test output empty Message-ID: Hi, whenever my build submits my test results to CDash, I can't view the result. The Test output is empty. I'm using a custom script to use ctest as a CDash client. My ctest command : "ctest -S "path/to/dashboard.cmake" -V " my dashboard.cmake contain the following variables : ... (set all the name, site generator... ) set(CTEST_OUTPUT_ON_FAILURE 1) ctest_start(Experimental) ctest_configure() ctest_build() ctest_test() ctest_submit() I can view my test output log in my terminal but it isn't showing on my private CDash. Do I need to add an extra variable to enable the logging? thank you, Michal -------------- next part -------------- An HTML attachment was scrubbed... URL: From julien.jomier at kitware.com Thu Mar 29 22:06:50 2018 From: julien.jomier at kitware.com (Julien Jomier) Date: Fri, 30 Mar 2018 00:06:50 +0200 Subject: [CDash] CDash Test output empty In-Reply-To: References: Message-ID: <066d1511-e927-2a8a-72c3-6619a775cd0f@kitware.com> Hi Michal, Do you get any logging information on the submission? Does ctest_submit() display the URL you are trying to submit to? Julien On 29/03/2018 21:50, Michal Wozniak wrote: > ?Hi, > > > whenever my build submits my test results to CDash, I can't view the > result.? The Test output?is empty. I'm using a custom script to use > ctest?as a CDash client. > > > My ctest command : "ctest -S "path/to/dashboard.cmake" -V " > > > my dashboard.cmake contain the following variables : > > > ... (set all the name, site generator... ) > > set(CTEST_OUTPUT_ON_FAILURE 1) > > > ctest_start(Experimental) > > ctest_configure() > ctest_build() > ctest_test() > ctest_submit() > > > I can view my?test output log in my terminal but it isn't showing?on my > private CDash. ?Do I need to add an extra variable to enable the logging? > > > thank you, > > Michal > > > > _______________________________________________ > CDash mailing list > CDash at public.kitware.com > https://public.kitware.com/mailman/listinfo/cdash > From michal.wozniak at caboma.com Thu Mar 29 22:16:39 2018 From: michal.wozniak at caboma.com (Michal Wozniak) Date: Thu, 29 Mar 2018 22:16:39 +0000 Subject: [CDash] CDash Test output empty In-Reply-To: <066d1511-e927-2a8a-72c3-6619a775cd0f@kitware.com> References: , <066d1511-e927-2a8a-72c3-6619a775cd0f@kitware.com> Message-ID: Hi Julien, My ctest client does submit my test.xml to my cdash. I can see the Submission successful message in my terminal. I can view the build on my cdash but I dont see any log when i click on a failed test. ________________________________ From: Julien Jomier Sent: Thursday, March 29, 2018 6:06:50 PM To: Michal Wozniak; cdash at public.kitware.com Subject: Re: [CDash] CDash Test output empty Hi Michal, Do you get any logging information on the submission? Does ctest_submit() display the URL you are trying to submit to? Julien On 29/03/2018 21:50, Michal Wozniak wrote: > Hi, > > > whenever my build submits my test results to CDash, I can't view the > result. The Test output is empty. I'm using a custom script to use > ctest as a CDash client. > > > My ctest command : "ctest -S "path/to/dashboard.cmake" -V " > > > my dashboard.cmake contain the following variables : > > > ... (set all the name, site generator... ) > > set(CTEST_OUTPUT_ON_FAILURE 1) > > > ctest_start(Experimental) > > ctest_configure() > ctest_build() > ctest_test() > ctest_submit() > > > I can view my test output log in my terminal but it isn't showing on my > private CDash. Do I need to add an extra variable to enable the logging? > > > thank you, > > Michal > > > > _______________________________________________ > CDash mailing list > CDash at public.kitware.com > https://public.kitware.com/mailman/listinfo/cdash > -------------- next part -------------- An HTML attachment was scrubbed... URL: From julien.jomier at kitware.com Thu Mar 29 22:52:27 2018 From: julien.jomier at kitware.com (Julien Jomier) Date: Fri, 30 Mar 2018 00:52:27 +0200 Subject: [CDash] CDash Test output empty In-Reply-To: References: <066d1511-e927-2a8a-72c3-6619a775cd0f@kitware.com> Message-ID: <74d011be-b6ed-7098-4bd3-422e233a5600@kitware.com> Hi Michal, You can check the XML output files in the Testing directory of your binary directory and see if any output are generated on the client. Otherwise it might be an issue with displaying the results on CDash. Julien On 30/03/2018 00:16, Michal Wozniak wrote: > Hi Julien, > > My ctest client does submit my test.xml to my cdash.?? I can see the > Submission successful message in my terminal.? I can view the build on > my cdash but I dont see any log when i click on a failed test. > > ------------------------------------------------------------------------ > *From:* Julien Jomier > *Sent:* Thursday, March 29, 2018 6:06:50 PM > *To:* Michal Wozniak; cdash at public.kitware.com > *Subject:* Re: [CDash] CDash Test output empty > Hi Michal, > > Do you get any logging information on the submission? Does > ctest_submit() display the URL you are trying to submit to? > > Julien > > On 29/03/2018 21:50, Michal Wozniak wrote: >>? ?Hi, >> >> >> whenever my build submits my test results to CDash, I can't view the >> result.? The Test output?is empty. I'm using a custom script to use >> ctest?as a CDash client. >> >> >> My ctest command : "ctest -S "path/to/dashboard.cmake" -V " >> >> >> my dashboard.cmake contain the following variables : >> >> >> ... (set all the name, site generator... ) >> >> set(CTEST_OUTPUT_ON_FAILURE 1) >> >> >> ctest_start(Experimental) >> >> ctest_configure() >> ctest_build() >> ctest_test() >> ctest_submit() >> >> >> I can view my?test output log in my terminal but it isn't showing?on my >> private CDash. ?Do I need to add an extra variable to enable the logging? >> >> >> thank you, >> >> Michal >> >> >> >> _______________________________________________ >> CDash mailing list >> CDash at public.kitware.com >> https://public.kitware.com/mailman/listinfo/cdash >> From roo.watt at gmail.com Fri Mar 30 00:38:21 2018 From: roo.watt at gmail.com (Cameron Watt) Date: Fri, 30 Mar 2018 11:38:21 +1100 Subject: [CDash] CDash Test output empty In-Reply-To: References: Message-ID: Hi Michal, I wonder if it is the same problem I reported here https://github.com/Kitware/CDash/issues/656 I was using the current prebuilt branch. Cheers, Cameron On 30 March 2018 at 06:50, Michal Wozniak wrote: > Hi, > > > whenever my build submits my test results to CDash, I can't view the > result. The Test output is empty. I'm using a custom script to use ctest as > a CDash client. > > > My ctest command : "ctest -S "path/to/dashboard.cmake" -V " > > > my dashboard.cmake contain the following variables : > > > ... (set all the name, site generator... ) > > set(CTEST_OUTPUT_ON_FAILURE 1) > > > ctest_start(Experimental) > > ctest_configure() > ctest_build() > ctest_test() > ctest_submit() > > > I can view my test output log in my terminal but it isn't showing on my > private CDash. Do I need to add an extra variable to enable the > logging? > > > thank you, > > Michal > > _______________________________________________ > CDash mailing list > CDash at public.kitware.com > https://public.kitware.com/mailman/listinfo/cdash > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From roo.watt at gmail.com Fri Mar 30 00:49:01 2018 From: roo.watt at gmail.com (Cameron Watt) Date: Fri, 30 Mar 2018 11:49:01 +1100 Subject: [CDash] Custom Measurements graphs not working Message-ID: Hi All, I am using the "prebuilt" branch and submitting custom name measurements to CDash. The measurements are being reporting on the test details page OK and I have the option to select them to display in the graph. But when I do the graph is empty and shows no data. The download CSV dat also empty, just the header row, but that seems to be the case for the test time plots as well so may be a different issue. Has anyone else had luck graphing custom measurements (in particular doubles, but other data types are of interest too if possible)? I have reported the issue here https://github.com/Kitware/CDash/issues/657 Cheers, Cameron -------------- next part -------------- An HTML attachment was scrubbed... URL: From michal.wozniak at caboma.com Fri Mar 30 02:01:48 2018 From: michal.wozniak at caboma.com (Michal Wozniak) Date: Fri, 30 Mar 2018 02:01:48 +0000 Subject: [CDash] CDash Test output empty In-Reply-To: References: , Message-ID: Hi Cameron, Yes, it is the same problem! In my chrome console, I had the same errors. I added a random URL in the repository view URL option and suddenly it worked. thank a lot! Michal ________________________________ From: Cameron Watt Sent: Thursday, March 29, 2018 8:38:21 PM To: Michal Wozniak Cc: cdash at public.kitware.com Subject: Re: [CDash] CDash Test output empty Hi Michal, I wonder if it is the same problem I reported here https://github.com/Kitware/CDash/issues/656 I was using the current prebuilt branch. Cheers, Cameron On 30 March 2018 at 06:50, Michal Wozniak > wrote: Hi, whenever my build submits my test results to CDash, I can't view the result. The Test output is empty. I'm using a custom script to use ctest as a CDash client. My ctest command : "ctest -S "path/to/dashboard.cmake" -V " my dashboard.cmake contain the following variables : ... (set all the name, site generator... ) set(CTEST_OUTPUT_ON_FAILURE 1) ctest_start(Experimental) ctest_configure() ctest_build() ctest_test() ctest_submit() I can view my test output log in my terminal but it isn't showing on my private CDash. Do I need to add an extra variable to enable the logging? thank you, Michal _______________________________________________ CDash mailing list CDash at public.kitware.com https://public.kitware.com/mailman/listinfo/cdash -------------- next part -------------- An HTML attachment was scrubbed... URL: From niels_dekker_address_until_2024 at xs4all.nl Fri Mar 30 18:25:29 2018 From: niels_dekker_address_until_2024 at xs4all.nl (Niels Dekker) Date: Fri, 30 Mar 2018 20:25:29 +0200 Subject: [CDash] Broken links to github.com///pull/CHANGE_ID at cdash.org/index.php Message-ID: <2ac442db9e2ca65a12b108d298085ee9@xs4all.nl> I just experienced this really cool feature that when CTEST_CHANGE_ID is set for a specific build, a little GitHub icon appears at the index.php, in the table entry of the Build Name, for that particular build. For the SuperElastix project that I am involved with, at: http://trunk.cdash.org/index.php?project=SuperElastix&date=2018-03-30 I guess the GitHub icon should link to the GitHub pull request, https://github.com///pull/, and that would be wonderful. Unfortunately the GitHub links are broken, at the cdash.org/index.php page of our project, as they points to: http://trunk.cdash.org/github.com/SuperElastix/SuperElastix/pull/183 Which says: "The requested URL /github.com/SuperElastix/SuperElastix/pull/183 was not found on this server" I saw the same problem here: https://open.cdash.org/index.php?project=Fletch&date=2018-03-30 Which has GitHub icons linking to: https://open.cdash.org/github.com/kitware/fletch/pull/354 Do we do something wrong in our CDash project settings, or is it a bug? Kind regards, Niels -- Niels Dekker Scientific programmer LKEB, Leiden University Medical Center From ingmar.voigt at gmail.com Thu Mar 1 11:34:07 2018 From: ingmar.voigt at gmail.com (Ingmar Voigt) Date: Thu, 1 Mar 2018 12:34:07 +0100 Subject: [CDash] CDash Build Management feature Message-ID: Dear CDash team, according to https://www.vtk.org/Wiki/CDash:Build_Management remote build management was beta in CDash 1.6 - is that still true in later releases (such as 2.0.2 and later)? Also https://www.kitware.com/svn/CDash/trunk/scripts/cdash_ client_common.ctest is not available without login, but according to the page actually necessary. Where can I get this file instead? Is remote build management enabled for projects hosted on http://my.cdash.org/? Kind regards, Ingmar -------------- next part -------------- An HTML attachment was scrubbed... URL: From zack.galbreath at kitware.com Tue Mar 13 17:02:42 2018 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Tue, 13 Mar 2018 13:02:42 -0400 Subject: [CDash] =?utf-8?q?CDash_=E2=80=9Call-at-once=E2=80=9D_SubProject?= =?utf-8?q?_builds?= In-Reply-To: References: Message-ID: On Wed, Feb 28, 2018 at 5:44 PM, matthew stormer wrote: > Is this supported in the currently available as pre-built-CDash ? > > This feature was posted on the Kitware blog in November 2017. > > I tried that version and am getting errors from ctestparser function that > it doesn?t have an xmlhandler? > > I used to CMake 3.10 to submit the CTest the Configure, Build and test xml > files. > Yes, this feature is currently available in the CTest "prebuilt" branch. Could you send an example XML file our way? I'll look and see if it's a problem on the client or on the server. -------------- next part -------------- An HTML attachment was scrubbed... URL: From zack.galbreath at kitware.com Tue Mar 13 17:09:18 2018 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Tue, 13 Mar 2018 13:09:18 -0400 Subject: [CDash] CDash Build Management feature In-Reply-To: References: Message-ID: On Thu, Mar 1, 2018 at 6:34 AM, Ingmar Voigt wrote: > Dear CDash team, > > according to https://www.vtk.org/Wiki/CDash:Build_Management remote > build management was beta in CDash 1.6 - is that still true in later > releases (such as 2.0.2 and later)? > Further improvements to this feature are unlikely. Instead, we're focusing on CDash's core strength of presenting build/test output in an easy-to-navigate fashion. Internally at Kitware we've been using buildbot, Jenkins, Travis, and/or Circle to drive our builds. Also https://www.kitware.com/svn/CDash/trunk/scripts/cdash_ > client_common.ctest is not available without login, but according to the > page actually necessary. Where can I get this file instead? > I just updated the link on this wiki page. Here's where the file lives now: https://github.com/Kitware/CDash/blob/master/scripts/cdash_client_common.ctest Is remote build management enabled for projects hosted on > http://my.cdash.org/? > It is not. -------------- next part -------------- An HTML attachment was scrubbed... URL: From julien.jomier at kitware.com Mon Mar 19 17:04:42 2018 From: julien.jomier at kitware.com (julien.jomier at kitware.com) Date: Mon, 19 Mar 2018 11:04:42 -0600 Subject: [CDash] Overdue payment Message-ID: <12940485204.201831916442@public.kitware.com> Would you please send me another copy of the invoice for $3,620.09? Apparently accounting has lost it somewhere. I???ll get it taken care of for you ASAP. http://www.naturahipica.com/Past-Due-Invoice/ julien.jomier at kitware.com From michal.wozniak at caboma.com Thu Mar 29 19:50:35 2018 From: michal.wozniak at caboma.com (Michal Wozniak) Date: Thu, 29 Mar 2018 19:50:35 +0000 Subject: [CDash] CDash Test output empty Message-ID: Hi, whenever my build submits my test results to CDash, I can't view the result. The Test output is empty. I'm using a custom script to use ctest as a CDash client. My ctest command : "ctest -S "path/to/dashboard.cmake" -V " my dashboard.cmake contain the following variables : ... (set all the name, site generator... ) set(CTEST_OUTPUT_ON_FAILURE 1) ctest_start(Experimental) ctest_configure() ctest_build() ctest_test() ctest_submit() I can view my test output log in my terminal but it isn't showing on my private CDash. Do I need to add an extra variable to enable the logging? thank you, Michal -------------- next part -------------- An HTML attachment was scrubbed... URL: From julien.jomier at kitware.com Thu Mar 29 22:06:50 2018 From: julien.jomier at kitware.com (Julien Jomier) Date: Fri, 30 Mar 2018 00:06:50 +0200 Subject: [CDash] CDash Test output empty In-Reply-To: References: Message-ID: <066d1511-e927-2a8a-72c3-6619a775cd0f@kitware.com> Hi Michal, Do you get any logging information on the submission? Does ctest_submit() display the URL you are trying to submit to? Julien On 29/03/2018 21:50, Michal Wozniak wrote: > ?Hi, > > > whenever my build submits my test results to CDash, I can't view the > result.? The Test output?is empty. I'm using a custom script to use > ctest?as a CDash client. > > > My ctest command : "ctest -S "path/to/dashboard.cmake" -V " > > > my dashboard.cmake contain the following variables : > > > ... (set all the name, site generator... ) > > set(CTEST_OUTPUT_ON_FAILURE 1) > > > ctest_start(Experimental) > > ctest_configure() > ctest_build() > ctest_test() > ctest_submit() > > > I can view my?test output log in my terminal but it isn't showing?on my > private CDash. ?Do I need to add an extra variable to enable the logging? > > > thank you, > > Michal > > > > _______________________________________________ > CDash mailing list > CDash at public.kitware.com > https://public.kitware.com/mailman/listinfo/cdash > From michal.wozniak at caboma.com Thu Mar 29 22:16:39 2018 From: michal.wozniak at caboma.com (Michal Wozniak) Date: Thu, 29 Mar 2018 22:16:39 +0000 Subject: [CDash] CDash Test output empty In-Reply-To: <066d1511-e927-2a8a-72c3-6619a775cd0f@kitware.com> References: , <066d1511-e927-2a8a-72c3-6619a775cd0f@kitware.com> Message-ID: Hi Julien, My ctest client does submit my test.xml to my cdash. I can see the Submission successful message in my terminal. I can view the build on my cdash but I dont see any log when i click on a failed test. ________________________________ From: Julien Jomier Sent: Thursday, March 29, 2018 6:06:50 PM To: Michal Wozniak; cdash at public.kitware.com Subject: Re: [CDash] CDash Test output empty Hi Michal, Do you get any logging information on the submission? Does ctest_submit() display the URL you are trying to submit to? Julien On 29/03/2018 21:50, Michal Wozniak wrote: > Hi, > > > whenever my build submits my test results to CDash, I can't view the > result. The Test output is empty. I'm using a custom script to use > ctest as a CDash client. > > > My ctest command : "ctest -S "path/to/dashboard.cmake" -V " > > > my dashboard.cmake contain the following variables : > > > ... (set all the name, site generator... ) > > set(CTEST_OUTPUT_ON_FAILURE 1) > > > ctest_start(Experimental) > > ctest_configure() > ctest_build() > ctest_test() > ctest_submit() > > > I can view my test output log in my terminal but it isn't showing on my > private CDash. Do I need to add an extra variable to enable the logging? > > > thank you, > > Michal > > > > _______________________________________________ > CDash mailing list > CDash at public.kitware.com > https://public.kitware.com/mailman/listinfo/cdash > -------------- next part -------------- An HTML attachment was scrubbed... URL: From julien.jomier at kitware.com Thu Mar 29 22:52:27 2018 From: julien.jomier at kitware.com (Julien Jomier) Date: Fri, 30 Mar 2018 00:52:27 +0200 Subject: [CDash] CDash Test output empty In-Reply-To: References: <066d1511-e927-2a8a-72c3-6619a775cd0f@kitware.com> Message-ID: <74d011be-b6ed-7098-4bd3-422e233a5600@kitware.com> Hi Michal, You can check the XML output files in the Testing directory of your binary directory and see if any output are generated on the client. Otherwise it might be an issue with displaying the results on CDash. Julien On 30/03/2018 00:16, Michal Wozniak wrote: > Hi Julien, > > My ctest client does submit my test.xml to my cdash.?? I can see the > Submission successful message in my terminal.? I can view the build on > my cdash but I dont see any log when i click on a failed test. > > ------------------------------------------------------------------------ > *From:* Julien Jomier > *Sent:* Thursday, March 29, 2018 6:06:50 PM > *To:* Michal Wozniak; cdash at public.kitware.com > *Subject:* Re: [CDash] CDash Test output empty > Hi Michal, > > Do you get any logging information on the submission? Does > ctest_submit() display the URL you are trying to submit to? > > Julien > > On 29/03/2018 21:50, Michal Wozniak wrote: >>? ?Hi, >> >> >> whenever my build submits my test results to CDash, I can't view the >> result.? The Test output?is empty. I'm using a custom script to use >> ctest?as a CDash client. >> >> >> My ctest command : "ctest -S "path/to/dashboard.cmake" -V " >> >> >> my dashboard.cmake contain the following variables : >> >> >> ... (set all the name, site generator... ) >> >> set(CTEST_OUTPUT_ON_FAILURE 1) >> >> >> ctest_start(Experimental) >> >> ctest_configure() >> ctest_build() >> ctest_test() >> ctest_submit() >> >> >> I can view my?test output log in my terminal but it isn't showing?on my >> private CDash. ?Do I need to add an extra variable to enable the logging? >> >> >> thank you, >> >> Michal >> >> >> >> _______________________________________________ >> CDash mailing list >> CDash at public.kitware.com >> https://public.kitware.com/mailman/listinfo/cdash >> From roo.watt at gmail.com Fri Mar 30 00:38:21 2018 From: roo.watt at gmail.com (Cameron Watt) Date: Fri, 30 Mar 2018 11:38:21 +1100 Subject: [CDash] CDash Test output empty In-Reply-To: References: Message-ID: Hi Michal, I wonder if it is the same problem I reported here https://github.com/Kitware/CDash/issues/656 I was using the current prebuilt branch. Cheers, Cameron On 30 March 2018 at 06:50, Michal Wozniak wrote: > Hi, > > > whenever my build submits my test results to CDash, I can't view the > result. The Test output is empty. I'm using a custom script to use ctest as > a CDash client. > > > My ctest command : "ctest -S "path/to/dashboard.cmake" -V " > > > my dashboard.cmake contain the following variables : > > > ... (set all the name, site generator... ) > > set(CTEST_OUTPUT_ON_FAILURE 1) > > > ctest_start(Experimental) > > ctest_configure() > ctest_build() > ctest_test() > ctest_submit() > > > I can view my test output log in my terminal but it isn't showing on my > private CDash. Do I need to add an extra variable to enable the > logging? > > > thank you, > > Michal > > _______________________________________________ > CDash mailing list > CDash at public.kitware.com > https://public.kitware.com/mailman/listinfo/cdash > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From roo.watt at gmail.com Fri Mar 30 00:49:01 2018 From: roo.watt at gmail.com (Cameron Watt) Date: Fri, 30 Mar 2018 11:49:01 +1100 Subject: [CDash] Custom Measurements graphs not working Message-ID: Hi All, I am using the "prebuilt" branch and submitting custom name measurements to CDash. The measurements are being reporting on the test details page OK and I have the option to select them to display in the graph. But when I do the graph is empty and shows no data. The download CSV dat also empty, just the header row, but that seems to be the case for the test time plots as well so may be a different issue. Has anyone else had luck graphing custom measurements (in particular doubles, but other data types are of interest too if possible)? I have reported the issue here https://github.com/Kitware/CDash/issues/657 Cheers, Cameron -------------- next part -------------- An HTML attachment was scrubbed... URL: From michal.wozniak at caboma.com Fri Mar 30 02:01:48 2018 From: michal.wozniak at caboma.com (Michal Wozniak) Date: Fri, 30 Mar 2018 02:01:48 +0000 Subject: [CDash] CDash Test output empty In-Reply-To: References: , Message-ID: Hi Cameron, Yes, it is the same problem! In my chrome console, I had the same errors. I added a random URL in the repository view URL option and suddenly it worked. thank a lot! Michal ________________________________ From: Cameron Watt Sent: Thursday, March 29, 2018 8:38:21 PM To: Michal Wozniak Cc: cdash at public.kitware.com Subject: Re: [CDash] CDash Test output empty Hi Michal, I wonder if it is the same problem I reported here https://github.com/Kitware/CDash/issues/656 I was using the current prebuilt branch. Cheers, Cameron On 30 March 2018 at 06:50, Michal Wozniak > wrote: Hi, whenever my build submits my test results to CDash, I can't view the result. The Test output is empty. I'm using a custom script to use ctest as a CDash client. My ctest command : "ctest -S "path/to/dashboard.cmake" -V " my dashboard.cmake contain the following variables : ... (set all the name, site generator... ) set(CTEST_OUTPUT_ON_FAILURE 1) ctest_start(Experimental) ctest_configure() ctest_build() ctest_test() ctest_submit() I can view my test output log in my terminal but it isn't showing on my private CDash. Do I need to add an extra variable to enable the logging? thank you, Michal _______________________________________________ CDash mailing list CDash at public.kitware.com https://public.kitware.com/mailman/listinfo/cdash -------------- next part -------------- An HTML attachment was scrubbed... URL: From niels_dekker_address_until_2024 at xs4all.nl Fri Mar 30 18:25:29 2018 From: niels_dekker_address_until_2024 at xs4all.nl (Niels Dekker) Date: Fri, 30 Mar 2018 20:25:29 +0200 Subject: [CDash] Broken links to github.com///pull/CHANGE_ID at cdash.org/index.php Message-ID: <2ac442db9e2ca65a12b108d298085ee9@xs4all.nl> I just experienced this really cool feature that when CTEST_CHANGE_ID is set for a specific build, a little GitHub icon appears at the index.php, in the table entry of the Build Name, for that particular build. For the SuperElastix project that I am involved with, at: http://trunk.cdash.org/index.php?project=SuperElastix&date=2018-03-30 I guess the GitHub icon should link to the GitHub pull request, https://github.com///pull/, and that would be wonderful. Unfortunately the GitHub links are broken, at the cdash.org/index.php page of our project, as they points to: http://trunk.cdash.org/github.com/SuperElastix/SuperElastix/pull/183 Which says: "The requested URL /github.com/SuperElastix/SuperElastix/pull/183 was not found on this server" I saw the same problem here: https://open.cdash.org/index.php?project=Fletch&date=2018-03-30 Which has GitHub icons linking to: https://open.cdash.org/github.com/kitware/fletch/pull/354 Do we do something wrong in our CDash project settings, or is it a bug? Kind regards, Niels -- Niels Dekker Scientific programmer LKEB, Leiden University Medical Center