-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Build error with build id #9000594 #5653
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
Comments
Same error, buildId is 9001996 |
@vinjana the issue is because you have some old/unused submodules in your repo https://github.com/TheRoddyWMS/Roddy/blob/master/.gitmodules See #4371 @julienfastre please provide the full build link |
Many thanks @stsewd for the swift and helpful answer! Now it works (at least up to the next seemingly unrelated error :-P) |
@julienfastre feel free to open a new issue. @vinjana let us know how it goes |
Everything working now! Further issues were related to plantuml (added a |
@stsewd Thanks. I could solve my issue by... reading the docs :-) |
Details:
Expected Result
The documentation should build.
Actual Result
Four commands seem to be issued, all of which terminate with exit code 0. Still the build status is set to failed in the end. None of the commands actually seem to touch the ReStructuredText files: The last succeeding command is "git -d -f -f". I can only speculate that a command that follows, but that is not displayed, fails.
Note that the documentation builds fine locally with warningsAsErrors=true in Gradle.
The text was updated successfully, but these errors were encountered: