-
Notifications
You must be signed in to change notification settings - Fork 414
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
Dune runtime failure Regression building reason master branch. #1735
Comments
minor edit to original report to link the regressing commit id |
We should just add a mandatory |
I can't reproduce this on reason#master btw. @jordwalke any other details that could help reproduce? |
@jordwalke Could you try running this again with this patch |
Sure, I'll try with the patch, but on reason master, you just add:
To the |
Running
I still get the error:
|
I tried doing |
This was not on Windows, it was on Mac. |
The offending Line 99 in c2c9bf1
Path.descendant which doesn't work with non local paths (in case of esy we set DUNE_BUILD_DIR to an absolute path outside of dune workspace).
|
Hmm, it should still work for path in the build directory, it seems that it is |
Thanks for the fix @diml and thanks for debugging @andreypopp . |
Passes:
#847bc67b2f02ab51c6ea524b34dbbfa8cc221a32
Passes:
#081e1011c5d28b609a0e189c8ea121e6076cd337
Passes:
#0fccd3792294a76ed5c89637d449898a988e2bae
Fails:
#cd213cd4953e66f5927ed0c4838f56700973c15d
Fails:
#528ed3abf592382e294816c1766e189e27a05e0b
Fails:
#cfeb84a08be48e93040d047f90d99fa0be25308a
Fails:
#723e17baf1d74ac7c47a9dbc69a00c1b9d7d2ecb
Reason master branch started failing with the following:
And then after building it prints a really confusing error message about segfaulting and uncertainty and mindkilling and little-death which I'm not sure is relevant to this observed error.
I'll post more details as I find them but this looks like it's a problem with the Dune implementation so I thought I'd flag it before your next release.
It looks like the commit cd213cd caused the regression:
cc @bobot
The text was updated successfully, but these errors were encountered: