Bug 436358
| Summary: | ctest gets NightlyStartTime value wrong | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Frank Sweetser <fs> | ||||||||||||
| Component: | cmake | Assignee: | Orion Poplawski <orion> | ||||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||
| Severity: | low | Docs Contact: | |||||||||||||
| Priority: | low | ||||||||||||||
| Version: | 8 | CC: | pertusus | ||||||||||||
| Target Milestone: | --- | ||||||||||||||
| Target Release: | --- | ||||||||||||||
| Hardware: | All | ||||||||||||||
| OS: | Linux | ||||||||||||||
| Whiteboard: | |||||||||||||||
| Fixed In Version: | 2.4.8-2.fc8 | Doc Type: | Bug Fix | ||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||
| Clone Of: | Environment: | ||||||||||||||
| Last Closed: | 2008-06-26 08:31:39 UTC | Type: | --- | ||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||
| Documentation: | --- | CRM: | |||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||
| Embargoed: | |||||||||||||||
| Attachments: |
|
||||||||||||||
|
Description
Frank Sweetser
2008-03-06 19:04:45 UTC
Created attachment 297086 [details]
Sample report with incorrect BuildStamp
Please test with 2.4.8 that has just been pushed. If it is still a problem, this really needs to get reported upstream. Will do - is this update in fedora 8 updates, or should I grab the build from fedora 9 alpha? F8 updates - just got released today. Okay, I installed cmake-2.4.8-1.fc8 and tried again. The results were identical. In addition, I was able to get a sample XML results file from another user, using ctest 2.4.8 on FreeBSD, and identical configuration files. On that system, the BuildStamp value was generated correctly. Created attachment 297138 [details]
ctest 2.4.8 on fedora with incorrect buildstamp
Created attachment 297139 [details]
ctest 2.4.8 on freebsd with correct buildstamp
I'm afraid I have no experience with ctest -D and Dart. Could you attach a sample DartConfiguration.tcl? Sure. The simplest way to generate a file is ctest -D NightlyConfigure The output files will be created as Testing/<build stamp>/*.xml Created attachment 297234 [details]
ctest dashboard configuration
According to the cmake folks, the directory this is run in needs to be a CVS/svn checked out directory. Is that the case? Can you attach the output of "ctest -V -D Nightly"? Created attachment 297951 [details]
ctest -V -D Nightly output
Just to clarify, you can see the problem in these lines: Determine Nightly Start Time Specified time: 21:00:00 EST Create new tag: 20080312-2359 - Nightly The nightly start time of 21:00:00 EST matches the config file, but the tag is then generated with a timestamp that doesn't match. Upstream bug: http://public.kitware.com/Bug/view.php?id=6583 cmake-2.4.8-2.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update cmake'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F8/FEDORA-2008-5015 That version fixes the problem for me. Thanks! cmake-2.4.8-2.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. |