-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
two setups of the same project fail differently #7371
Comments
also, unrelated to this issue: could you enable |
Looks like both failed because of excessive use of memory, so they failed in at a different part of the program, thus leading to different errors. I have added the feature flag for your project. |
thanks for setting the feature flag on both projects.
You mean the main setup timed out because of excessive use of memory while my fork setup worked? Since I never requested a feature flag or extended memory for the fork, I think that's surprising. Is there any way to make the main setup behave more like the fork setup? |
I mean both builds failed
But one failed earlier than the other one, thus the different messages for the error. |
no, the second build (https://readthedocs.org/projects/xarray-keewis/builds/11623675/) failed correctly, there was an issue with the code in the docs. However, the first build (https://readthedocs.org/projects/xray/builds/11623533/) didn't print the traceback (it timed out instead), and that's the issue here. If sphinx doesn't fail, both setups will successfully complete the builds. |
Ok, I don't see any constraints in your project related to build time, and both builds were running in our large builders. So one was able to finish more quickly than the other one, if you try building again you'll see one or both failing for the same reason.
Also, your original project has this feature flag |
thanks for investigating. We've fixed the code since I reported this, so to reproduce we'd have to rerun the same commit – not sure if that's possible. If not, I'll try to create a branch with a failing commit and push it to both repositories, and then we can try to debug a bit more. I think the conda upgrade is not necessary anymore, we switched back to using the Also, I noticed you enabled |
We don't support running a build on a specific commit. And looks like I set the wrong project (xarray instead of xray :D) |
Ok, looks like your project had some time constraints from before (xray). I have changed them to use the defaults from our new large builders. Feel free to ask to reopen if you can replicate. |
thanks, I can confirm that the version pinning of
Unfortunately it seems that didn't fix it, the main setup (xray) still times out. I added a branch ( |
Looks like almos the same stack trace was produced by the two builds
Guessing sphinx terminated in a different step, so the different error. The error message you see can be different as we don't have a reliable way to detect an error produced by excessive consume of memory. I have double check your project doesn't have any constraints. |
I didn't notice the traceback, that's been my main concern. The time-out is annoying but not a serious issue, so I guess that's as far as we can get. Thanks for investigating and double checking. |
I have two setups for the same project, one for the main repository and one for my fork. If the build fails because of an exception / warning, the setup for the main repository times out while the setup for my fork works as excepted (it prints the output of the failing build).
Is there anything we set on the main setup that caused this behavior?
Details
Expected Result
Both builds report the error.
Actual Result
The main setup times out instead.
The text was updated successfully, but these errors were encountered: