-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Build error with build id #15748567 #8810
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
I found a log in our server containing this error:
I think we already had this issue before and it was a problem with |
Here it is the issue that I remembered #4371 |
Ah thanks for the note @humitos - let me check our submodules config, I wasn't thinking that error would get hidden. Could have introduced a problem there, gives me something to check now. |
Adding:
Fixed this - we had submodules for part of the project only before, I'm not sure it's still needed. Closing for now as the general problem is solved immediately & will see if we actually need anything that triggers a problem. |
This is mostly to having submodules that aren't on the repository anymore https://github.com/newaetech/chipwhisperer/blob/develop/.gitmodules, like openadc. |
Details:
Expected Result
Actual Result
Output looks like (shortened):
The last passing build had the
git submodule sync
command which happens after thegit clean
:But I'm not sure where the issue came from. Here is the readthedocs.yaml file. I did make some changes to try and troubleshoot without luck (chage python version, remove explicit image specification on build)
I've also hit the 'wipe build env' button to confirm that doesn't do anything to fix it. Not entirely sure what I broke but appreciate any insight!
The text was updated successfully, but these errors were encountered: