-
-
Notifications
You must be signed in to change notification settings - Fork 164
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
Some PRs trigger: code: 2, kind: NotFound, message: "No such file or directory" #446
Comments
There's also this error coming out for me. |
This is because ofborg currently propagates IO errors with little-to-no context. The problematic function could be one of these two: Line 62 in a872255
Line 69 in a872255
because any Line 124 in a872255
losing all context. I'm working on a PR for this that should give more context, like what operation actually failed (was it creating the file? Removing it? Writing to it?), but I don't know what other information would be helpful, or even if that other information could be displayed. The internal error tag is when something goes really wrong inside ofborg. Currently, Graham manually removes these (in order to allow himself to investigate the cause, first). Assuming it evals + builds, I would say don't worry about it (unless someone else says otherwise). |
The root cause appears to be: if the EDIT: If this resurfaces, feel free to re-open or open a new issue and ping me. I'll look into it. |
I see this error on several PRs with seemingly OK syntax:
Examples:
If the PRs themselves have something wrong with them, I think at least the error message could be better?
The text was updated successfully, but these errors were encountered: