-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate declaration warnings in dashboard #266
Comments
I think this was resolved meanwhile. Can you confirm Jon? |
I am unable to find recent builds in the dashboard, even going a few days back. So I cannot confirm. But if you feel confident that it has been resolved, please close the issue 👍. Thanks for the effort @dzenanz. |
I was looking at the dashboard regular builds, as the issue report build seemed a regular build that was reporting about the examples documentation builds. |
This issue is still observed. Updating to Sphinx 4.4.0 changed the error message slightly:
Please see #324 for additional investigation notes to date. 50 warnings about duplicate declarations in |
@tbirdso thanks for the detailed investigation! It sounds like we should exclude the warnings here: ITKSphinxExamples/CMake/CTestCustom.cmake.in Lines 37 to 85 in 7c7f794
|
After adding the warning to be excluded in #327 it looks like the build is still failing with CDash warnings 😕 @thewtex @dzenanz Do you have ideas on what I might be doing wrong? It looks like the other warning exclusions in the file were copied from ITK, I'm not sure whether they are being used here. |
The
Linux Examples Documentation
build of the Insight dashboard:https://open.cdash.org/viewBuildError.php?type=1&buildid=7112107
is signalling duplicate declaration warnings for the classes that are marked as being demonstrated in each example's
Documentation.rst
file with the.. breathelink::
tag:e.g.
Not sure why this is being reported. Also, the build seems not to trigger nightly (or it might take a long time to build), and hence the reporting frequency is not consistent.
The text was updated successfully, but these errors were encountered: